/* NUESTUDIO - consolidated stylesheet (hand-cleaned Webflow export).
   1 reset  2 base framework (load-bearing rules, renamed .wf-)
   3 Nuestudio design  4 components (vanilla replacements for the
   Webflow runtime / IX2).
   Fonts: assets/fonts/fonts.css (Plus Jakarta Sans, self-hosted woff2). */

/* ======================================================================
   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 {
  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 {
  color: #999;
}
.wf-input:focus {
  border-color: #3898EC;
  outline: 0;
}
.wf-input[disabled], .wf-input[readonly], fieldset[disabled] .wf-input {
  cursor: not-allowed;
}
.wf-input[readonly] {
  background-color: #eeeeee;
}
textarea.wf-input {
  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;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
  }
100% {
    transform: rotate(360deg);
  }
}
/* ======================================================================
   2b. Widget geometry the dropped rules used to provide
   ====================================================================== */
/* --------------------------------------------------------------------------
   Widget geometry the dropped framework rules used to provide.

   build_css drops Webflow's runtime widget rules (`.w-nav*`, `.w-tab*`, the
   slider) because the classes they match are gone from the markup. A few of
   those rules were not decoration but LAYOUT, and the design sheet never
   restates them. They are transcribed here, re-keyed on the design's own class
   names, and emitted BETWEEN the framework and the design — exactly where
   Webflow's own rules sat — so every design declaration still overrides them in
   the same order it did in the export.
   -------------------------------------------------------------------------- */

/* `.w-nav` — the navbar's stacking context. The design sets `.nav-bar` to
   `position: absolute` and a transparent background, but never a z-index, so
   without this the bar sits UNDER the hero image on every page. */
.nav-bar {
  z-index: 1000;
}
/* `.w-nav`'s clearfix rows. `.nav-bar` is a column flex container, so these two
   pseudo-elements are real flex items in the export and contribute to its
   height; dropping them silently shortens the bar. */
.nav-bar::before, .nav-bar::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.nav-bar::after {
  clear: both;
}
/* `.w-nav-brand` — the logo link. The design gives `.brand` its size and
   `display: flex` but no positioning. */
.brand {
  position: relative;
  text-decoration: none;
}
/* `.w-tabs` / `.w-tab-*` — the blog and shop category filters. main.js drives
   which pane is open; this is the widget's own box model. */
.tabs, .tab-menu, .tab-pane {
  position: relative;
}
.tabs::before, .tabs::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.tabs::after {
  clear: both;
}
.tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.tab-pane {
  display: none;
}
@media screen and (max-width: 479px) {
.tab-link {
    display: block;
  }
}
/* ======================================================================
   3. Nuestudio design
   ====================================================================== */
:root {
  --size--100: 100%;
  --stroke--stroke-dark: #333;
  --transparent: #16161600;
  --size--5px: -5px;
  --size--3: -.03em;
  --colors--colors-grey: #999;
  --colors--colors-soft-red: #ea837b;
  --colors--colors-black: #111;
  --colors--colors-white: white;
  --colors--colors-primary: #da2114;
  --stroke--stroke-light: #ff7546;
  --background--background-red: #da2114;
  --background--background-black: #161616;
  --colors--color: white;
}
.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-commerceaddtocartquantityinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}
.wf-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}
.wf-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}
.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-commerceaddtocartquantityinput, .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: #fff;
  background-color: #161616;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 18px;
  line-height: 23px;
}
p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 160%;
}
a {
  text-decoration: underline;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 160%;
}
.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}
.utility-page-content {
  width: var(--size--100);
  border-top: 1px solid var(--stroke--stroke-dark);
  border-bottom: 1px solid var(--stroke--stroke-dark);
  text-align: center;
  flex-direction: column;
  display: flex;
}
.utility-page-form {
  width: var(--size--100);
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-direction: column;
  align-items: stretch;
  max-width: 441px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 41px;
  display: flex;
}
.main-wrapper {
  position: relative;
}
.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container._01 {
  height: var(--size--100);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}
.container.home-container {
  height: var(--size--100);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.container.testimonial-container {
  z-index: 2;
  position: relative;
}
.container._404-container {
  height: 100%;
}
.style-guide.button {
  margin-bottom: 176px;
}
.style-guide-item {
  justify-content: center;
  display: flex;
}
.style-guide-item.color-item, .style-guide-item.button-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.style-guide-single-item {
  width: var(--size--100);
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  border-top: 1px solid var(--stroke--stroke-dark);
  flex-flow: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}
.style-guide-single-item.top-padding-80 {
  padding-top: 80px;
}
.style-guide-single-item.top-padding-145 {
  padding-top: 145px;
}
.style-guide-single-item.color-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 214px;
  margin-bottom: 12px;
  padding-left: 65px;
  padding-right: 65px;
}
.style-guide-single-item.color-block.bg-colors-primary {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.style-guide-single-item.last-color-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 214px;
  padding-left: 65px;
  padding-right: 65px;
}
.style-guide-single-item.bottom-borders {
  border-bottom: 1px solid var(--stroke--stroke-dark);
}
.style-guide-item-details {
  width: var(--size--100);
  grid-column-gap: 147px;
  grid-row-gap: 147px;
  border-top: 1px solid var(--stroke--stroke-dark);
  flex-flow: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}
.style-guide-item-details.bottom-borders {
  border-bottom: 1px solid var(--stroke--stroke-dark);
}
.h1 {
  letter-spacing: var(--size--5px);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 130px;
}
.h2 {
  letter-spacing: var(--size--3);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 100px;
}
.h3 {
  letter-spacing: var(--size--3);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
}
.h4 {
  letter-spacing: var(--size--3);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}
.h4.text-grey {
  color: var(--colors--colors-grey);
}
.h5 {
  letter-spacing: var(--size--3);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}
.h5.text-soft-red {
  color: var(--colors--colors-soft-red);
}
.paragraph-extra {
  letter-spacing: var(--size--3);
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 160%;
}
.paragraph-large {
  letter-spacing: var(--size--3);
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.paragraph-large.text-color-grey {
  color: var(--colors--colors-grey);
}
.paragraph-medium {
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
.paragraph-medium.text-color-grey {
  color: var(--colors--colors-grey);
}
.paragraph-medium.text-color-grey.features-text {
  margin-top: 10px;
}
.paragraph-small-medium {
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.paragraph-small {
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.paragraph-small.text-color-gery {
  color: var(--colors--colors-grey);
}
.paragraph-small._01 {
  color: #f4bcb8;
  padding-bottom: 6px;
}
.paragraph-small._01:where(.variant-nav-v1-base-02) {
  color: var(--colors--colors-black);
}
.paragraph-small._01:where(.variant-nav-v1-base-03), .paragraph-small._01:hover {
  color: var(--colors--colors-white);
}
.paragraph-small._01:hover:where(.variant-nav-v1-base-02) {
  color: var(--colors--colors-primary);
}
.paragraph-small._01:hover:where(.variant-nav-v1-base-03) {
  color: var(--colors--colors-soft-red);
}
.tag-large {
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.tag-large.text-color-soft-red {
  color: var(--colors--colors-soft-red);
}
.tag-large.text-color-grey {
  color: var(--colors--colors-grey);
}
.tag-large._02, .tag-large._03, .tag-large._04, .tag-large._05 {
  opacity: 0;
  position: absolute;
  inset: auto 0% 0%;
}
.tag-medium {
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.tag-medium.text-gray {
  color: var(--colors--colors-grey);
}
.tag-small {
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
}
.tag-small.text-color-white {
  color: var(--colors--colors-white);
}
.tag-small.text-color-gray {
  color: var(--colors--colors-grey);
}
.tag-x-small {
  font-family: Plus Jakarta Sans, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
.tag-x-small.text-gary {
  color: var(--colors--colors-grey);
}
.text-color-primary {
  color: var(--colors--colors-primary);
}
.text-details-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.font-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}
.style-guide-left {
  margin-top: 100px;
  padding-left: 20px;
}
.style-guide-right.button-item-wrap {
  margin-top: 210px;
}
.border-wrap {
  z-index: -1;
  display: flex;
  position: absolute;
  inset: 0%;
}
.border-wrap.v2 {
  z-index: 0;
}
.border-wrap.v3 {
  z-index: auto;
  pointer-events: none;
  z-index: 0;
  z-index: 0;
}
.border-box {
  height: var(--size--100);
  border-right: 1px solid var(--stroke--stroke-dark);
  flex: 1;
}
.border-box.last {
  border-right-width: 0;
}
.border-box.first.stroke-light, .border-box.stroke-light {
  border-right-color: var(--stroke--stroke-light);
}
.custom-grid {
  width: var(--size--100);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.custom-grid.footer-grid {
  place-items: end stretch;
  padding-left: 20px;
  padding-right: 20px;
}
.custom-grid.hero-v1-grid {
  height: var(--size--100);
}
.custom-grid.licenses-grid {
  margin-top: 100px;
}
.custom-grid._404-guide {
  height: 100%;
}
.custom-grid.hero-v2-grid {
  height: var(--size--100);
}
.custom-grid.service-grid {
  place-items: start stretch;
}
.custom-grid.service-questions-grid {
  align-items: start;
}
.custom-grid.blog-details-grid {
  place-items: start stretch;
}
.custom-grid.blog-01 {
  margin-bottom: 91px;
}
.custom-grid.blog-02 {
  margin-bottom: 118px;
}
.custom-grid.blog-gird {
  width: var(--size--100);
  color: var(--colors--colors-white);
  text-decoration: none;
}
.custom-grid.related-blog-grid-02 {
  margin-top: 90px;
}
.custom-grid.releted-blog-gird {
  width: var(--size--100);
  color: var(--colors--colors-white);
  grid-template-columns: 1fr 1fr;
  text-decoration: none;
}
.custom-grid.project-grid {
  align-items: start;
}
.custom-grid.project-details-grid {
  margin-top: 124px;
}
.custom-grid.priceing-grid {
  margin-top: 116px;
}
.custom-grid.hero-v1-grid-copy {
  height: var(--size--100);
}
.custom-grid.priceing-details-main {
  place-items: center;
  margin-top: 40px;
}
.custom-grid.priceing-details-grid {
  place-items: center;
}
.custom-grid.shop-01 {
  margin-bottom: 50px;
}
.custom-grid.shop-grid {
  grid-row-gap: 70px;
}
.custom-grid.shop-top-grid {
  margin-top: 40px;
}
.custom-grid.shop-bottom-grid {
  margin-top: 144px;
}
.custom-grid.shaping-grid {
  align-items: center;
}
.custom-grid.tools-grid-bottom {
  place-items: center;
  margin-top: 64px;
}
.custom-grid.tools-grid-middle {
  margin-top: 102px;
}
.custom-grid.thinking-top {
  align-items: end;
}
.custom-grid.home-hero-grid {
  z-index: 10;
  width: var(--size--100);
  padding-top: 68px;
  position: relative;
}
.custom-grid.service-v1-top {
  padding-left: 20px;
}
.custom-grid.projects-v1-grid {
  position: sticky;
  top: 25px;
}
.custom-grid.project-v1-row.margin-top-108-px {
  margin-top: 108px;
}
.custom-grid.margin-top-39 {
  margin-top: 39px;
}
.custom-grid.form-button-wrap {
  margin-top: 90px;
}
.custom-grid.event-middle-grid {
  margin-top: 133px;
}
.custom-grid.event-butom-grid {
  margin-top: 90px;
}
.custom-grid.about-v1-grid {
  z-index: 999;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  position: relative;
}
.custom-grid.about-v1-button {
  margin-top: -60px;
  padding-bottom: 107px;
}
.custom-grid.top-bottom-grid {
  margin-top: 60px;
}
.custom-grid.team-v2-grid {
  align-items: start;
}
.custom-grid.our-process-bottom {
  margin-top: 159px;
}
.custom-grid.blog-grid {
  color: var(--colors--colors-white);
  text-decoration: none;
}
.bg-colors-primary {
  background-color: var(--colors--colors-primary);
}
.bg-colors-soft-red {
  background-color: var(--colors--colors-soft-red);
}
.bg-colors-grey {
  background-color: var(--colors--colors-grey);
}
.bg-colors-black {
  background-color: var(--colors--colors-black);
}
.bg-colors-white {
  background-color: var(--colors--colors-white);
}
.text-color-black {
  color: var(--colors--colors-black);
}
.bg-red {
  background-color: var(--background--background-red);
}
.bg-stroke-dark {
  background-color: var(--stroke--stroke-dark);
}
.bg-stroke-light {
  background-color: var(--stroke--stroke-light);
}
.button-01 {
  border: 1px solid var(--stroke--stroke-dark);
  justify-content: space-between;
  align-items: center;
  padding: 21px 50px;
  text-decoration: none;
  transition: padding .4s, background-color .4s;
  display: flex;
}
.button-01:hover {
  background-color: var(--colors--colors-primary);
  padding-left: 100px;
  padding-right: 100px;
}
.button-02 {
  border: 1px solid var(--stroke--stroke-dark);
  background-color: var(--colors--colors-primary);
  justify-content: space-between;
  align-items: center;
  padding: 21px 50px;
  text-decoration: none;
  transition: padding .4s, background-color .4s;
  display: flex;
}
.button-02:where(.variant-button-02-no-border) {
  border-color: var(--stroke--stroke-light);
}
.button-02:where(.variant-button-02-left-no-border) {
  border-width: 1px 1px 1px 0;
  border-color: var(--stroke--stroke-light);
}
.button-02:hover {
  background-color: var(--colors--colors-black);
  padding-left: 100px;
  padding-right: 100px;
}
.footer {
  padding-top: 110px;
  padding-bottom: 37px;
}
.footer-bottom {
  margin-top: 78px;
}
.footer-link-wrap {
  grid-column-gap: 98px;
  grid-row-gap: 98px;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: -7px 0% auto;
}
.footer-link-wrap._01 {
  justify-content: flex-end;
}
.footer-stock-wrap {
  width: var(--size--100);
  background-color: var(--stroke--stroke-dark);
  height: 1px;
}
.link-box-wrap {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: var(--colors--colors-white);
  flex-flow: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}
.link-box-wrap._01 {
  margin-left: 50px;
}
.link-box-wrap._02 {
  margin-left: 74px;
}
.link-box-wrap._03 {
  margin-right: 64px;
}
.link-box-wrap.copyright-link-wrap {
  flex-flow: row;
}
.footer-link-icon {
  border: 1px solid var(--colors--colors-primary);
  background-color: var(--background--background-black);
  width: 12px;
  height: 12px;
}
.footer-link-list {
  position: relative;
}
.blank {
  background-color: var(--transparent);
  width: 10px;
  height: 10px;
}
.footer-logo-left {
  padding-right: 24px;
}
.footer-form-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.fit-cover {
  width: var(--size--100);
  height: var(--size--100);
  object-fit: cover;
}
.fit-cover.team-image {
  object-position: 50% 0%;
}
.footer-logo {
  width: var(--size--100);
  max-width: 435px;
}
.body-text-wrap.footer-text {
  max-width: 345px;
}
.footer-text-field {
  background-color: var(--transparent);
  height: 48px;
  color: var(--colors--colors-white);
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 8px 8px 16px;
  font-size: 16px;
  line-height: 150%;
}
.footer-text-field:focus {
  border-width: 1px;
  border-color: var(--colors--colors-primary);
}
.footer-text-field::placeholder {
  color: var(--colors--colors-grey);
}
.form-row {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}
.form-fields {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--stroke--stroke-dark);
  display: flex;
}
.submit-button-form {
  background-color: var(--transparent);
  color: var(--colors--colors-primary);
  padding: 10px 8px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  transition: color .3s;
}
.submit-button-form:hover {
  color: var(--colors--colors-soft-red);
}
.footer-copyright {
  margin-top: 137px;
  position: relative;
}
.copyright-left-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  display: flex;
}
.footer-link {
  color: var(--colors--colors-white);
  text-decoration: none;
  transition: color .3s;
}
.footer-link:hover {
  color: var(--colors--colors-primary);
}
.copyright-middle-row {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.copyright-right-row {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: flex;
}
.success-message {
  border: 1px solid var(--stroke--stroke-dark);
  background-color: var(--transparent);
  padding: 14px;
}
.success-message.v1 {
  border-color: var(--stroke--stroke-light);
  width: 33.3%;
  margin-left: auto;
  margin-right: auto;
}
.error-message {
  border: 1px solid var(--stroke--stroke-dark);
  background-color: var(--transparent);
}
.hero-v1 {
  height: 100vh;
  position: relative;
}
.hero-v1.priceing-hero {
  height: 80vh;
}
.hero-v1-left-main {
  height: var(--size--100);
  flex-flow: column;
  justify-content: space-between;
  padding-top: 251px;
  padding-bottom: 45px;
  padding-left: 20px;
  display: flex;
  position: relative;
}
.hero-v1-left-main:where(.variant-hero-v2-base-v3), .hero-v1-left-main.about-hero-left {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-end;
  padding-top: 0;
}
.hero-v1-right {
  grid-column-gap: 183px;
  grid-row-gap: 183px;
  border-left: 1px solid var(--stroke--stroke-light);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 45px;
  display: flex;
  position: relative;
}
.hero-right-v1-text {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  max-width: 347px;
  padding-top: 390px;
  padding-left: 59px;
  display: flex;
}
.border-top-right {
  border-top: 2px solid var(--colors--colors-white);
  border-right: 2px solid var(--colors--colors-white);
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-top: 9px;
}
.border-top-right.border-red {
  border-top-color: var(--background--background-red);
  border-right-color: var(--background--background-red);
}
.hero-bg {
  z-index: 0;
  width: var(--size--100);
  height: var(--size--100);
  background-color: var(--background--background-red);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}
.hero-v1-left {
  position: relative;
}
.nab-bar-menu {
  align-items: center;
  display: flex;
  position: static;
}
.nav-logo-link {
  width: 207px;
  max-width: var(--size--100);
}
.navbar-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.nav-logo {
  width: 100%;
  height: var(--size--100);
  max-width: var(--size--100);
  object-fit: cover;
}
.nab-link {
  color: #f4bcb8;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}
.nab-link:where(.variant-nav-v1-base-02) {
  color: var(--colors--colors-black);
}
.nab-link:where(.variant-nav-v1-base-03), .nab-link:hover {
  color: var(--colors--colors-white);
}
.nab-link:hover:where(.variant-nav-v1-base-02) {
  color: var(--colors--colors-primary);
}
.nab-link:hover:where(.variant-nav-v1-base-03) {
  color: var(--colors--colors-soft-red);
}
.nab-link[aria-current="page"], .nab-link.is-active {
  color: #fff;
}
.nab-menu-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: flex;
}
.navbar {
  background-color: #d9d9d900;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  overflow: hidden;
}
.nav-bar-menu-button {
  padding: 0;
}
.nav-link-line {
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto 0% 13%;
}
.nav-link-line:where(.variant-nav-v1-base-02) {
  background-color: var(--colors--colors-primary);
  color: var(--colors--colors-black);
}
.nav-link-line:where(.variant-nav-v1-base-03) {
  background-color: var(--colors--colors-soft-red);
}
.heading-wrap.change-log-heading {
  max-width: 418px;
  margin-bottom: 65px;
}
.heading-wrap.project-details-heading {
  padding-left: 20px;
}
.tag-wrap.v1 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  display: flex;
}
.sub-heading-wrap._401-page-sub-heading {
  max-width: 317px;
  margin-left: auto;
  margin-right: auto;
}
.sub-heading-wrap.contact-sub-heading, .sub-heading-wrap.about-v1-sub-heading {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  padding-left: 14px;
  display: flex;
}
.sub-heading-wrap.our-process-sub-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 14px;
  display: flex;
}
.change-log {
  margin-top: 110px;
  margin-bottom: 132px;
}
.change-log-wrap.change-log-wrap-02 {
  margin-top: 160px;
}
.change-log-item-first {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}
.change-log-item-second {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}
.change-log-item-text {
  max-width: 417px;
  margin-left: 22px;
  margin-right: 20px;
}
.licenses {
  margin-bottom: 195px;
}
.licenses-list-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}
.licenses-list-wrap.licenses-single-item {
  display: block;
}
.licenses-item-left {
  width: var(--size--100);
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: var(--background--background-red);
  color: var(--colors--colors-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 33px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}
.licenses-item-left:hover {
  background-color: var(--colors--colors-soft-red);
}
.licenses-item-right {
  width: var(--size--100);
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: var(--colors--colors-white);
  color: var(--colors--colors-black);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 33px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}
.licenses-item-right:hover {
  background-color: var(--colors--colors-soft-red);
}
._401-page-heading-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  display: flex;
}
._401-form-wrap {
  border-bottom: 1px solid var(--stroke--stroke-dark);
  justify-content: center;
  align-items: center;
  display: flex;
}
.text-field {
  background-color: var(--transparent);
  height: 50px;
  color: var(--colors--colors-white);
  letter-spacing: var(--size--3);
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 8px 16px 16px 8px;
  line-height: 160%;
}
.text-field:focus {
  border-bottom-width: 1px;
  border-bottom-color: var(--colors--colors-white);
}
.text-field::placeholder {
  color: var(--colors--colors-grey);
}
.submit-button {
  background-color: var(--transparent);
  color: var(--colors--colors-primary);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
}
.submit-button:hover {
  color: var(--colors--colors-white);
}
._401-page-blank {
  width: var(--size--100);
}
._404 {
  background-color: var(--background--background-black);
  height: 100vh;
}
._404-wrap {
  height: 100%;
}
.heading-bottom-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 844px;
  display: flex;
}
.heading-tag-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}
._404-left-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}
._404-right-wrap {
  border-left: 1px solid var(--stroke--stroke-dark);
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}
.contact-right {
  background-color: var(--background--background-black);
  width: 99.9%;
  margin-left: 20px;
  padding-top: 110px;
  padding-right: 10px;
}
.contact-form-wrap {
  margin-top: 103px;
  padding-right: 20px;
}
.social-media-link {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}
.social-link-main-wrap {
  grid-column-gap: 47px;
  grid-row-gap: 34px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.text-link {
  color: var(--colors--colors-white);
  text-decoration: none;
  transition: color .3s;
}
.text-link:hover {
  color: var(--colors--colors-primary);
}
.red-dot {
  background-color: var(--colors--colors-primary);
  border-radius: 100px;
  flex: none;
  width: 10px;
  height: 10px;
  min-height: 10px;
  max-height: 10px;
}
.page-heading-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  display: flex;
}
.contact-left-wrap {
  grid-column-gap: 106px;
  grid-row-gap: 106px;
  flex-flow: column;
  padding-top: 110px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.sub-heading-right-top-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  max-width: 288px;
  margin-left: auto;
  display: flex;
}
.sub-heading-right-top-wrap.service-sub-heading, .sub-heading-right-top-wrap.blog-details-sub-heading {
  margin-left: auto;
  margin-right: auto;
}
.sub-heading-right-top-wrap.priceing-sub-heading {
  margin-top: 128px;
  margin-left: auto;
  margin-right: auto;
}
.sub-heading-right-top-wrap.about-sub-heading {
  margin: 139px auto 112px;
}
.sub-heading-right-top-wrap.tools-sub-heading {
  margin-left: auto;
  margin-right: auto;
}
.sub-heading-right-top-wrap.project-v1-sub-heading {
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
}
.sub-heading-right-top-wrap.about-v1-sub-heading {
  margin-left: auto;
  margin-right: auto;
}
.sub-heading-right-top-wrap.v1 {
  padding-right: 42px;
}
.sub-heading-right-top-wrap.team-sub-heading {
  background-color: var(--background--background-black);
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
}
.sub-heading-right-top-wrap.team-sub-heading._02, .sub-heading-right-top-wrap.team-sub-heading._03, .sub-heading-right-top-wrap.team-sub-heading._04, .sub-heading-right-top-wrap.team-sub-heading._05 {
  opacity: 0;
  position: absolute;
  inset: auto 0% 0%;
}
.sub-heading-right-top-wrap.our-process-sub-heading {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-form {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}
.contact-form-button {
  margin-top: 59px;
}
.contact-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--stroke--stroke-dark);
  background-color: var(--transparent);
  color: var(--colors--colors-white);
  letter-spacing: var(--size--3);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}
.contact-field:focus {
  border-bottom-color: var(--colors--colors-white);
}
.contact-field::placeholder {
  color: var(--colors--colors-white);
}
.form-submit-button {
  width: var(--size--100);
  background-color: var(--background--background-red);
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  padding: 21px 90% 21px 20px;
  transition: background-color .4s;
}
.form-submit-button:hover {
  border-top: 1px solid var(--stroke--stroke-dark);
  border-bottom: 1px solid var(--stroke--stroke-dark);
  border-left: 1px solid var(--stroke--stroke-dark);
  background-color: var(--background--background-black);
}
.form-submit-button.v2 {
  border: 1px solid var(--stroke--stroke-light);
}
.form-submit-button.v2:hover {
  background-color: var(--background--background-black);
}
.hero-v2 {
  height: 100vh;
  position: relative;
}
.hero-v2-right {
  position: relative;
}
.hero-v2-right-wrap {
  grid-column-gap: 183px;
  grid-row-gap: 183px;
  border-left: 1px solid var(--stroke--stroke-light);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 45px;
  display: flex;
  position: relative;
}
.hero-v2-left {
  position: relative;
}
.hero-right-v2-text {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  max-width: 347px;
  padding-top: 390px;
  padding-left: 59px;
  display: flex;
}
.hero-right-v2-text:where(.variant-hero-v2-base-v3) {
  max-width: 400px;
  padding-top: 100px;
}
.hero-right-v2-text.about-sub-heading {
  max-width: 390px;
  padding-top: 0;
}
.service {
  padding-top: 110px;
  padding-bottom: 110px;
}
.blank-div {
  width: var(--size--100);
  height: var(--size--100);
  max-width: var(--size--100);
}
.blank-div.border-bottom-top {
  border-top: 1px solid var(--stroke--stroke-dark);
  border-bottom: 1px solid var(--stroke--stroke-dark);
}
.service-left {
  width: var(--size--100);
  max-width: var(--size--100);
  grid-column-gap: 133px;
  grid-row-gap: 133px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 20px;
}
.service-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 297px;
  display: flex;
}
.service-list {
  background-color: var(--colors--colors-primary);
  padding: 30px;
  position: sticky;
  top: 20px;
}
.service-list.bg-white {
  background-color: var(--colors--colors-white);
}
.service-list.bg-white._02 {
  top: 60px;
}
.service-list.bg-white._04 {
  top: 140px;
}
.service-list._03 {
  top: 100px;
}
.service-list-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 65px;
  display: flex;
}
.service-list-middle {
  justify-content: center;
  align-items: center;
  display: flex;
}
.service-list-bottom {
  margin-top: 52px;
}
.service-questions {
  margin-top: 110px;
  margin-bottom: 205px;
}
.service-questions-lefty {
  padding-left: 20px;
  position: sticky;
  top: 20px;
}
.service-questions-right {
  margin-top: 280px;
}
.service-questions-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--stroke--stroke-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}
.service-questions-list.border-bottom {
  border-bottom: 1px solid var(--stroke--stroke-dark);
}
.question-wrap, .answer-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-details {
  border-bottom: 1px solid var(--stroke--stroke-dark);
  padding-top: 110px;
  padding-bottom: 122px;
}
.blog-left-title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.blog-single-left {
  width: var(--size--100);
  max-width: var(--size--100);
  grid-column-gap: 133px;
  grid-row-gap: 133px;
  flex-flow: column;
  padding-right: 20px;
  display: flex;
}
.blog-single-left-wrap {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
  position: sticky;
  top: 20px;
}
.social-share-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.blog-single-right {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}
.blog-body-image-wrap {
  width: var(--size--100);
  height: var(--size--100);
  overflow: hidden;
}
.blog-details-wrap {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  display: flex;
}
.blog-detaails-main-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}
.blog-left-content {
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 10px;
}
.blog-right-content {
  padding-left: 30px;
  padding-right: 30px;
}
.blog-rich-text {
  margin-bottom: -15px;
}
.blog-rich-text ul {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 25px;
  margin-bottom: 6px;
  padding-left: 24px;
  display: flex;
}
.blog-rich-text li {
  color: var(--colors--colors-white);
  margin-bottom: 15px;
}
.blog-rich-text p {
  padding-bottom: 25px;
}
.blog {
  padding-top: 110px;
}
.blog-list-wrap {
  position: relative;
  top: -228px;
}
.blog-tabs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.blog-tab-menu {
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  width: 33%;
  display: flex;
}
.blog-tab-link {
  border: 1px solid var(--stroke--stroke-dark);
  background-color: var(--transparent);
  color: var(--colors--colors-white);
  padding: 20px 23px;
  font-weight: 400;
}
.blog-tab-link[aria-current="page"], .blog-tab-link.is-active {
  background-color: var(--background--background-red);
}
.blog-tab-content {
  width: var(--size--100);
  margin-top: 118px;
}
.blog-heading {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}
.collection-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}
.blog-info-wrap {
  width: var(--size--100);
  height: var(--size--100);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}
.blog-image {
  width: var(--size--100);
  height: var(--size--100);
  overflow: hidden;
}
.blog-text-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}
.blog-title {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  flex-flow: column;
  display: flex;
}
.related-blog {
  padding-top: 128px;
  padding-bottom: 193px;
}
.project {
  padding-top: 110px;
  padding-bottom: 150px;
}
.project-left {
  padding-left: 20px;
  position: sticky;
  top: 20px;
}
.project-right {
  margin-top: 110px;
}
.project-list-wrap {
  width: var(--size--100);
  height: 790px;
  color: var(--colors--colors-white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}
.project-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}
.project-image-wrap {
  width: var(--size--100);
  height: var(--size--100);
  overflow: hidden;
}
.project-name-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}
.project-short-title {
  max-width: 432px;
  padding: 30px;
  position: absolute;
  inset: auto auto 0% 0%;
}
.hover-view-button {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
}
.hover-view-button.v2 {
  width: 150px;
  height: 150px;
}
.link-text-02 {
  color: var(--colors--colors-black);
  letter-spacing: -.08em;
  font-size: 26px;
  font-weight: 700;
  line-height: 21px;
  position: absolute;
  transform: rotate(-23deg);
}
.link-text-02.text-color-white {
  color: var(--colors--colors-white);
}
.hero-v3 {
  height: 100vh;
  position: relative;
}
.hero-v3-left {
  padding-left: 20px;
  position: relative;
}
.hero-v3-left-main {
  height: var(--size--100);
  flex-flow: column;
  justify-content: flex-end;
  padding-top: 251px;
  padding-bottom: 45px;
  padding-right: 40px;
  display: flex;
  position: relative;
}
.hero-v3-right-wrap {
  grid-column-gap: 183px;
  grid-row-gap: 183px;
  border-left: 0px solid var(--stroke--stroke-light);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 45px;
  display: flex;
  position: relative;
}
.hero-v3-right {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}
.hero-right-v3-text {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  max-width: 347px;
  padding-left: 59px;
  display: flex;
}
.hero-right-v3-text:where(.variant-hero-v2-base-v3) {
  max-width: 400px;
}
.name-and-category {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 59px;
  display: flex;
}
.project-details {
  margin-top: 110px;
}
.project-details-main-wrap {
  margin-top: 39px;
}
.project-details-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.project-details-01-left, .project-details-01-right {
  padding-left: 20px;
  padding-right: 20px;
}
.project-details-02 {
  width: var(--size--100);
  height: 751px;
  margin-top: 150px;
  overflow: hidden;
}
.project-details-03 {
  width: var(--size--100);
  height: 513px;
  margin-top: 50px;
  overflow: hidden;
}
.project-details-04 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 99px;
  display: grid;
}
.project-details-text-01 {
  padding-left: 30px;
  padding-right: 20px;
}
.project-details-text-02 {
  padding-left: 20px;
  padding-right: 20px;
}
.project-details-05 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
  position: sticky;
  top: 10px;
}
.project-details-06 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.project-details-06-image, .project-details-05-image {
  width: var(--size--100);
  height: 513px;
  overflow: hidden;
}
.project-v2 {
  margin-top: 263px;
  margin-bottom: 240px;
}
.related-project {
  margin-top: 91px;
}
.priceing {
  margin-top: 110px;
  margin-bottom: 143px;
}
.priceing-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}
.priceing-list-wrap {
  width: var(--size--100);
  border-top: 1px solid var(--stroke--stroke-dark);
  border-bottom: 1px solid var(--stroke--stroke-dark);
  border-left: 1px solid var(--stroke--stroke-dark);
}
.priceing-list-wrap.v1 {
  border-right: 1px solid var(--stroke--stroke-dark);
  border-left-width: 0;
}
.priceing-heading-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.priceing-button {
  margin-top: 51px;
  margin-bottom: 33px;
}
.priceing-bottom {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.priceing-bottom-list, .plan-name-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.plan-name-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.price-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.priceing-button-wrap {
  margin-top: 341px;
}
.priceing-details {
  margin-top: 44px;
  margin-bottom: 129px;
}
.top-page-tag {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.priceing-details-bottom {
  width: var(--size--100);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-top: 1px solid var(--stroke--stroke-dark);
  border-bottom: 1px solid var(--stroke--stroke-dark);
  border-left: 1px solid var(--stroke--stroke-dark);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}
.priceing-details-text {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  max-width: 288px;
  display: flex;
}
.priceing-text {
  padding-left: 20px;
}
.block-v1 {
  width: var(--size--100);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}
.heading-wrap-v1 {
  width: var(--size--100);
  border-bottom: 1px solid var(--stroke--stroke-dark);
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 15%;
  display: flex;
}
.rich-text-wrap {
  max-width: var(--size--100);
  padding-left: 15%;
  padding-right: 20px;
}
.hide {
  display: none;
}
.icon {
  background-color: #0000;
}
.cart-quantity {
  color: #000;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: -8% -12% auto auto;
}
.cart-list {
  padding-left: 20px;
  padding-right: 20px;
}
.cart-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.cart-footer {
  border-top-color: #d3d3d3;
}
.p-text-02 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.p-text-02.error-state {
  color: red;
  text-align: center;
}
.checkout-button {
  background-color: var(--colors--colors-primary);
  color: #fff;
  border-radius: 4px;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  transition: background-color .3s;
}
.checkout-button:hover {
  background-color: #000;
}
.cart-header {
  border-bottom-color: #d3d3d3;
}
.error-state {
  background-color: #ffdede00;
  padding: 0;
}
.cart-button {
  background-color: #3898ec00;
  padding: 8px 10px 8px 8px;
}
.cart-option-list {
  margin-top: 0;
}
.cart-icon {
  width: 20px;
  height: 20px;
}
.remove-button {
  color: red;
  margin-top: 8px;
  text-decoration: none;
}
.close-button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: background-color .3s;
  display: flex;
}
.close-button:hover {
  background-color: var(--colors--colors-white);
}
.cart-container {
  background-color: var(--background--background-black);
  border-radius: 16px;
}
.cart-option-item {
  margin-bottom: 0;
  padding-left: 0;
}
.nav-cart {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  align-items: flex-start;
  display: flex;
}
.nav-cart.is-page-hide-tab {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.mobile-menu.hide-desktop {
  display: none;
}
.shop-tabs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.shop-tab-menu {
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  width: 33%;
  display: flex;
}
.shop-tab-content {
  width: var(--size--100);
  margin-top: 118px;
}
.shop {
  margin-top: 110px;
  margin-bottom: 189px;
}
.shop-name-category {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}
.shop-name-price {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.shop-image-wrap {
  width: var(--size--100);
  height: auto;
  max-width: var(--size--100);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.shop-list-main-wrap {
  color: var(--colors--colors-white);
  text-decoration: none;
  overflow: hidden;
}
.shop-details {
  margin-top: 44px;
  margin-bottom: 158px;
}
.shop-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}
.shop-text-link {
  color: var(--colors--colors-grey);
  text-decoration: none;
}
.shop-text-link[aria-current="page"], .shop-text-link.is-active, .shop-text-link.paragraph-small:hover {
  color: var(--colors--colors-white);
}
.shop-details-text {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}
.shop-details-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.description-wrap {
  padding-left: 20px;
}
.shop-details-right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}
.sub-category-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}
.features-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}
.shops-heading {
  padding-left: 20px;
}
.sub-category-list-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.sub-category-list {
  width: var(--size--100);
  border: 1px solid var(--stroke--stroke-dark);
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  transition: background-color .3s;
  display: flex;
}
.sub-category-list:hover {
  background-color: var(--background--background-red);
}
.features-list {
  width: var(--size--100);
  border-top: 1px solid var(--stroke--stroke-dark);
  border-right: 1px solid var(--stroke--stroke-dark);
  border-bottom: 1px solid var(--stroke--stroke-dark);
  cursor: pointer;
  padding: 20px 50px;
}
.features-details {
  overflow: hidden;
}
.features-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}
.features-icon-wrap {
  width: 24px;
  height: 24px;
}
.other-page-heading {
  color: var(--colors--colors-black);
  font-size: 16px;
  line-height: 20px;
}
.normal-button-01 {
  border-style: solid;
  border-color: var(--stroke--stroke-dark);
  background-color: var(--background--background-red);
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  transition: background-color .3s;
}
.normal-button-01:hover {
  background-color: var(--colors--colors-black);
}
.checkout-form {
  background-color: var(--background--background-black);
  padding: 160px 0 0;
}
.footer-wrap-02 {
  color: var(--colors--colors-white);
}
.about-hero {
  height: 100vh;
  position: relative;
}
.about-hero-left {
  position: relative;
}
.lets-talk-button-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 261px 28px auto auto;
  transform: rotate(-20deg);
}
.lets-talk-button-wrap.v2 {
  position: static;
}
.lets-talk-bg {
  width: var(--size--100);
  height: var(--size--100);
}
.lets-talk-text {
  color: var(--colors--colors-black);
  letter-spacing: -.08em;
  font-size: 26px;
  font-weight: 600;
  line-height: 21px;
  position: absolute;
}
.shaping {
  padding-top: 110px;
  padding-bottom: 102px;
}
.about-button-wrap {
  width: var(--size--100);
}
.success-rate-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--stroke--stroke-dark);
  border-right: 1px solid var(--stroke--stroke-dark);
  border-bottom: 1px solid var(--stroke--stroke-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.success-rate-list-wrap {
  width: var(--size--100);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding: 30px 59px;
  display: flex;
}
.success-rate-list-wrap.border-bottom {
  border-bottom: 1px solid var(--stroke--stroke-dark);
}
.success-counter {
  width: var(--size--100);
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  max-width: 317px;
  display: flex;
}
.count-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  align-items: flex-start;
  height: 70px;
  display: flex;
  overflow: hidden;
}
.count-wrap.v1 {
  height: 63px;
}
.counter-single-wrap {
  flex-flow: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}
.counter-single-wrap.upper {
  justify-content: flex-end;
  align-items: flex-start;
}
.counter-single-wrap.lower {
  align-items: stretch;
}
.counter-number {
  letter-spacing: var(--size--3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
}
.counter-number.paragraph-extra {
  font-size: 40px;
  line-height: 160%;
}
.tools {
  margin-top: 60px;
  margin-bottom: 92px;
}
.tools-list-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.tools-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.tools-list-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.tools-list-bottom {
  width: var(--size--100);
  border-top: 1px solid var(--stroke--stroke-dark);
  border-bottom: 1px solid var(--stroke--stroke-dark);
  justify-content: flex-end;
  height: 63px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}
.tools-name-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.tools-bar {
  width: 90%;
  height: var(--size--100);
  perspective-origin: 100%;
  transform-origin: 100%;
}
.tools-bar.bg-colors-primary._2nd {
  width: 83%;
}
.tools-bar.bg-colors-primary._3rd {
  width: 89%;
}
.tools-sub-heading {
  max-width: 274px;
}
.thinking {
  background-color: var(--background--background-red);
  padding-top: 82px;
  padding-bottom: 117px;
  position: relative;
}
.thinking-wrap {
  z-index: 1;
  position: relative;
}
.image-marquee-wrapper {
  align-items: center;
  margin-top: 71px;
  display: flex;
  overflow: hidden;
}
.image-marquee-line {
  flex: none;
  align-items: flex-start;
  display: flex;
}
.marqee-image-filed {
  flex: none;
  width: 100%;
  max-width: 480px;
  height: 100%;
  margin-right: 1px;
}
.fraame-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.thinking-sub-heading {
  max-width: 274px;
  margin-left: auto;
  margin-right: auto;
}
.white-dot {
  background-color: var(--colors--colors-white);
  border-radius: 100px;
  flex: none;
  width: 10px;
  height: 10px;
  min-height: 10px;
  max-height: 10px;
}
.marqee-image-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: space-between;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}
.home-hero {
  background-color: var(--background--background-red);
  height: 100vh;
}
.home-hero-left, .home-hero-right {
  justify-content: center;
  align-items: center;
  display: flex;
}
.home-hero-middle {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  margin-top: -142px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-image {
  width: 378px;
  overflow: hidden;
}
.home-hero-text-wrap {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  max-width: 259px;
  display: flex;
}
.service-v1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.service-v1-bottom {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  margin-top: 98px;
  display: flex;
}
.service-v1-list {
  background-color: var(--background--background-black);
}
.service-v1-list._01 {
  background-color: var(--transparent);
  position: sticky;
  top: 100px;
}
.service-v1-list._02, .service-v1-list._03, .service-v1-list._04 {
  position: sticky;
  top: 100px;
}
.service-v1-heading {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.service-v1-image {
  overflow: hidden;
}
.service-v1-left-title {
  max-width: 274px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 70px;
}
.service-v1-heading-wrap {
  height: var(--size--100);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 70px;
  display: flex;
}
.service-v1-heading-wrap._01 {
  border-right: 1px solid var(--stroke--stroke-dark);
  padding-top: 40px;
}
.service-v1-left-wrap {
  border-right: 1px solid var(--stroke--stroke-dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 19px;
  display: flex;
}
.service-v1-left-top {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  display: flex;
}
.service-v1-left-bottom {
  width: var(--size--100);
  justify-content: space-between;
  display: flex;
}
.service-v1-bottom-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}
.projects-v1 {
  padding-top: 134px;
  padding-bottom: 186px;
}
.project-v1-list-wrap {
  flex-flow: column;
  margin-top: 84px;
  display: flex;
}
.project-v1-list {
  width: var(--size--100);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--colors--colors-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}
.project-v1-list.project-v1-list-main {
  background-color: var(--background--background-black);
}
.project-v1-title-wrap {
  width: var(--size--100);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.project-name-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}
.margin-top-153-pc {
  margin-top: 153px;
}
.team {
  margin-top: 140px;
  margin-bottom: 202px;
}
.thinking-v1 {
  z-index: 2;
  position: relative;
  overflow: clip;
}
.thinking-v1-sticky-wrap {
  flex-flow: column;
  align-items: center;
  height: 300vh;
  display: flex;
  position: relative;
}
.scroll-marquee {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0%;
  bottom: 0%;
}
.right-marquee {
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 20vw;
  display: flex;
}
.left-marquee {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 30vw;
  display: flex;
}
.background-scroll {
  justify-content: center;
  align-items: flex-end;
  width: 30vw;
  height: 40vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}
.testimonial {
  background-color: var(--background--background-red);
  padding-top: 65px;
  padding-bottom: 22px;
  position: relative;
}
.testimonial-top {
  z-index: 2;
  position: relative;
}
.testimonial-bottom {
  margin-top: 156px;
}
.testimonial-top-right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}
.testimonial-link-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.testimonial-link-list.hide {
  display: none;
}
.testimonial-top-left {
  padding-left: 20px;
}
.client-image-wrap {
  width: var(--size--100);
  height: 552px;
  margin-top: 59px;
  overflow: hidden;
}
.testimonial-text-wrap {
  width: 386px;
  max-width: var(--size--100);
  margin-top: -59px;
  position: relative;
}
.testimonial-text-list {
  background-color: var(--background--background-red);
  padding-left: 20px;
}
.testimonial-text-list._02, .testimonial-text-list._03, .testimonial-text-list._04 {
  opacity: 0;
  position: absolute;
  inset: 0% 0% auto;
}
.client-image {
  width: var(--size--100);
  height: 552px;
}
.client-name-info {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}
.form-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}
.form-text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--stroke--stroke-light);
  background-color: var(--transparent);
  height: 53px;
  color: var(--colors--colors-white);
  letter-spacing: var(--size--3);
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}
.form-text-field:focus {
  border-bottom-color: var(--colors--color);
}
.form-text-field::placeholder {
  color: var(--colors--colors-white);
}
.form-text-filed-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.event {
  padding-top: 100px;
  padding-bottom: 127px;
}
.event-button-wrap {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}
.event-list {
  border-top: 1px solid var(--stroke--stroke-dark);
  border-left: 1px solid var(--stroke--stroke-dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 359px;
  padding-top: 40px;
  display: flex;
}
.event-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.event-link-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}
.event-date-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.event-heading {
  padding-left: 20px;
}
.about-v1-left-wrap {
  background-color: var(--background--background-black);
  padding-top: 30px;
  padding-left: 20px;
}
.about-v1-middle-wrap {
  background-color: var(--background--background-black);
  padding-top: 36px;
}
.about-v1-right-wrap {
  background-color: var(--background--background-black);
  padding-top: 40px;
  padding-left: 59px;
  padding-right: 43px;
}
.about-v1-bottom-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 362px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.about-v1-bottom-left {
  overflow: hidden;
}
.about-v1-counter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.about-counter-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}
.bottom-devider {
  background-color: var(--stroke--stroke-dark);
  width: 33.3%;
  height: 1px;
  margin-left: auto;
}
.page-heading-left-v1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.padding-left-20 {
  padding-left: 20px;
}
.overflow-hiden-div {
  overflow: hidden;
}
.lets-talk-button {
  z-index: 10;
  position: absolute;
  inset: 275px 28px auto auto;
}
.lets-talk-button-v1 {
  z-index: 10;
  position: absolute;
  inset: 261px 28px auto auto;
}
.team-top {
  justify-content: flex-end;
  padding-right: 20px;
  display: flex;
}
.team-left-wrap {
  border-bottom: 1px solid var(--stroke--stroke-dark);
  height: 470px;
  position: relative;
}
.team-middle-wrap {
  position: relative;
}
.team-middle-wrap.hide-desktop {
  display: none;
}
.team-right-wrap {
  border-bottom: 1px solid var(--stroke--stroke-dark);
  height: 470px;
  position: relative;
}
.link-icon {
  border: 1px solid var(--colors--colors-primary);
  background-color: var(--background--background-black);
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
}
.link-icon._01 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 60% -6px 0%;
}
.link-icon._02 {
  position: absolute;
  inset: auto 0% -6px;
}
.link-icon._03 {
  position: absolute;
  inset: auto 0% -6px 75%;
}
.link-icon._01 {
  position: static;
}
.link-icon._03 {
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 60% -6px 0%;
}
.link-icon._04 {
  position: static;
  inset: auto 0% -6px;
}
.link-icon._05 {
  position: static;
  inset: auto 0% -6px 75%;
}
.link-icon._02 {
  position: static;
}
.team-name-wrap {
  position: relative;
}
.team-name-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--background--background-black);
  flex-flow: column;
  max-width: 224px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.team-name-list._02, .team-name-list._03, .team-name-list._04, .team-name-list._05 {
  opacity: 0;
  position: absolute;
  inset: auto 0% 0%;
}
.team-details-wrap {
  position: relative;
}
.team-image-main-wrap {
  width: var(--size--100);
  height: 576px;
  overflow: hidden;
}
.team-image {
  width: var(--size--100);
  height: var(--size--100);
}
.active-box {
  background-color: var(--background--background-red);
  width: 12px;
  height: 12px;
}
.team-number-wrap {
  position: relative;
}
.team-number-box-warp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}
.link-icon-wrap {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% -40px 18%;
}
.link-icon-wrap._02 {
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% -40px;
}
.link-icon-wrap._03 {
  margin-left: auto;
  margin-right: auto;
  inset: auto 60% -40px 0%;
}
.link-icon-wrap._03.hide-desktop {
  display: none;
}
.link-icon-wrap._01 {
  cursor: pointer;
}
.link-icon-wrap._04 {
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% -40px;
}
.link-icon-wrap._04.hide-desktop {
  display: none;
}
.link-icon-wrap._05 {
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% -40px 60%;
}
.link-icon-wrap._05.hide-desktop {
  display: none;
}
.team-v2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.team-v2-list-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 204px;
  display: grid;
}
.team-v2-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--stroke--stroke-dark);
  flex-flow: column;
  padding: 30px 24px;
  display: flex;
}
.team-info-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}
.team-v2-image-wrap {
  width: var(--size--100);
  height: var(--size--100);
  overflow: hidden;
}
.our-process {
  padding-top: 110px;
  padding-bottom: 206px;
}
.order-confirmation {
  background-color: var(--background--background-black);
  color: var(--colors--colors-black);
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
}
.paypal-checkout-form {
  background-color: var(--background--background-black);
  color: var(--colors--colors-black);
  padding-top: 140px;
}
.mega-menu-link-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin: 48px auto 30px;
  display: grid;
}
.mega-menu-content-wrap {
  z-index: 5;
  width: 100%;
  height: var(--size--100);
  max-width: var(--size--100);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--background--background-black);
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.mega-menu-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  letter-spacing: -.01em;
  flex-flow: column;
  align-items: flex-start;
  font-size: 36px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  position: relative;
}
.mega-menu-link[aria-current="page"], .mega-menu-link.is-active {
  opacity: 1;
}
.brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 207px;
  height: 100%;
  padding-left: 0;
  display: flex;
}
.mega-menu-bg {
  z-index: 2;
  background-color: var(--background--background-black);
  position: absolute;
  inset: 0%;
}
.mega-menu-link-underline {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}
.mega-menu-block {
  z-index: 101;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto;
}
.mega-menu-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}
.mega-menu-content-block {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}
.mega-menu-close-button {
  width: 51px;
  height: var(--size--100);
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 10px 10px auto auto;
}
.nav-bar {
  width: var(--size--100);
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  overflow: visible;
}
.nav-bar-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}
.mega-contact-link-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 2px solid #ffffff14;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 18px;
  display: flex;
}
.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.nav-container {
  width: 100%;
  max-width: var(--size--100);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.nav-cover {
  z-index: -1;
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.mega-menu-contact-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.mega-menu-contact-link[aria-current="page"], .mega-menu-contact-link.is-active {
  opacity: 1;
}
.dropdown-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}
.nav-icon-02 {
  width: 125px;
  height: var(--size--100);
}
.mega-menu-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  letter-spacing: -.01em;
  flex-flow: column;
  align-items: flex-start;
  font-size: 36px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
  position: relative;
}
.mega-menu-link-wrap[aria-current="page"], .mega-menu-link-wrap.is-active {
  opacity: 1;
}
.top {
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 16px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 54px;
}
.top-image {
  width: 100%;
  height: 100%;
}
.container-02 {
  width: 100%;
  max-width: var(--size--100);
  color: var(--colors--colors-white);
  padding-left: 0;
  padding-right: 0;
}
.bg-black {
  border: 1px solid var(--stroke--stroke-dark);
  background-color: #313131;
}
.field-text-color {
  border-width: 1px;
  border-color: var(--stroke--stroke-dark);
  background-color: var(--background--background-black);
}
.liner-bg {
  display: none;
}
.shop-fetures ul {
  margin-bottom: 0;
  padding-left: 34px;
}
.shop-fetures li {
  margin-bottom: 10px;
}
.nav-menu-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}
.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, .text-block-3, .text-block-4 {
  color: #000;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}
.modal-close-btn {
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: none;
  position: absolute;
  inset: 3% 2% auto auto;
}
.accordion-tab-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.6rem;
  display: flex;
  position: relative;
}
.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"], .mini-nav-link.is-active {
  font-weight: 800;
}
.accordion-pane {
  background-color: #0000;
  padding-bottom: .9rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  overflow: hidden;
}
.order-now-accordion {
  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;
}
.order-now-accordion:hover {
  box-shadow: 4px 4px 25px #0003;
}
.order-now-accordion.frosted-glass {
  z-index: 1000;
  background-color: #fff;
  border: 2px solid #000;
  border-top-right-radius: 0;
  min-width: 16rem;
}
.order-header {
  color: #181818;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Droid Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}
.text-block-2 {
  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;
}
.circle {
  background-color: #0158ff;
  border-radius: 1000px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -4px;
  right: -4px;
}
.unlock-full-access {
  color: #0158ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}
.promo-cards {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.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;
}
.image {
  width: 28px;
  height: 28px;
}
.promo-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}
.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;
}
@media screen and (max-width: 991px) {
.utility-page-content.custom-grid._401-page-main-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }
.utility-page-form {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
.container {
    padding-left: 12px;
    padding-right: 12px;
  }
.container._01 {
    padding-top: 0;
  }
.style-guide.button {
    margin-bottom: 60px;
  }
.style-guide-item.button-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.style-guide-single-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left: 1px solid var(--stroke--stroke-dark);
    padding: 20px;
  }
.style-guide-single-item.top-padding-80 {
    background-color: var(--transparent);
    width: 100%;
    padding-top: 40px;
  }
.style-guide-single-item.top-padding-145 {
    background-color: var(--transparent);
    width: 100%;
    padding-top: 100px;
  }
.style-guide-single-item.color-block {
    flex-flow: column;
    justify-content: center;
    height: 150px;
  }
.style-guide-single-item.last-color-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 150px;
  }
.style-guide-item-details {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-right: 1px solid var(--stroke--stroke-dark);
    border-left: 1px solid var(--stroke--stroke-dark);
    padding: 20px;
  }
.h1 {
    font-size: 78px;
    line-height: 80px;
  }
.h2 {
    font-size: 60px;
    line-height: 80px;
  }
.h3 {
    font-size: 46px;
    line-height: 60px;
  }
.h4 {
    font-size: 34px;
    line-height: 44px;
  }
.h5 {
    font-size: 24px;
    line-height: 32px;
  }
.paragraph-extra {
    font-size: 30px;
    line-height: 140%;
  }
.paragraph-extra.v1 {
    font-size: 40px;
    line-height: 160%;
  }
.paragraph-large {
    font-size: 18px;
    line-height: 22px;
  }
.paragraph-medium {
    font-size: 17px;
    line-height: 21px;
  }
.tag-large {
    font-size: 18px;
    line-height: 23px;
  }
.text-details-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
  }
.font-details {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: wrap;
  }
.style-guide-left {
    margin-top: 60px;
    padding-left: 10px;
  }
.style-guide-right.button-item-wrap {
    border-left: 1px solid var(--stroke--stroke-dark);
    margin-top: 0;
    padding-top: 100px;
  }
.border-box, .border-box.last {
    border-right-width: 0;
  }
.border-box.first {
    border-left: 0px solid var(--stroke--stroke-dark);
    border-right-width: 0;
  }
.custom-grid.footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }
.custom-grid.copyright-grid {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }
.custom-grid.change-log-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
.custom-grid.licenses-grid {
    margin-top: 80px;
  }
.custom-grid.hero-v2-grid {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }
.custom-grid.service-questions-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
.custom-grid.blog-details-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
.custom-grid.blog-01 {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }
.custom-grid.blog-02 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
.custom-grid.blog-gird {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }
.custom-grid.blog-category-grid {
    justify-content: center;
    align-items: center;
    display: flex;
  }
.custom-grid.related-blog-grid-01 {
    grid-template-columns: 1fr 1fr;
  }
.custom-grid.related-blog-grid-02 {
    grid-template-columns: 1fr;
    margin-top: 80px;
  }
.custom-grid.releted-blog-gird {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }
.custom-grid.project-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
.custom-grid.project-details-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }
.custom-grid.project-details-heading {
    text-align: center;
    display: block;
  }
.custom-grid.project-v2-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
.custom-grid.project-v2-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    display: grid;
  }
.custom-grid.priceing-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
  }
.custom-grid.hero-v1-grid-copy {
    grid-template-columns: 1fr;
  }
.custom-grid.priceing-details-main {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
.custom-grid.priceing-details-grid {
    grid-template-columns: 1fr 1fr;
  }
.custom-grid.shop-01 {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }
.custom-grid.shop-grid {
    grid-row-gap: 50px;
  }
.custom-grid.shop-top-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    padding-left: 0;
  }
.custom-grid.shop-bottom-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 100px;
    padding-left: 0;
  }
.custom-grid.shaping-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }
.custom-grid.tools-grid-bottom {
    grid-template-columns: 1fr;
    place-items: center start;
    margin-top: 40px;
  }
.custom-grid.tools-grid-middle {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
.custom-grid.thinking-top {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
.custom-grid.home-hero-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 120px;
    padding-bottom: 80px;
  }
.custom-grid.service-v1-top {
    padding-left: 0;
  }
.custom-grid.projects-v1-grid {
    position: static;
  }
.custom-grid.project-v1-row.margin-top-108-px {
    margin-top: 60px;
  }
.custom-grid.margin-top-39 {
    margin-top: 40px;
  }
.custom-grid.testimonial-grid-1 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding-left: 0;
  }
.custom-grid.form-button-wrap {
    margin-top: 60px;
  }
.custom-grid.event-top-grid {
    grid-template-columns: 1fr 1fr;
  }
.custom-grid.event-middle-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 100px;
  }
.custom-grid.event-butom-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }
.custom-grid.about-v1-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
.custom-grid.about-v1-button {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 60px;
    padding-bottom: 0;
  }
.custom-grid.top-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: end;
    margin-top: 20px;
  }
.custom-grid.team-v2-grid {
    flex-flow: column;
    align-items: center;
    display: flex;
  }
.custom-grid.our-process-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }
.custom-grid.our-process-top {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }
.button-01 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
.button-01:where(.variant-button-01-base-02) {
    padding-left: 20px;
    padding-right: 20px;
  }
.button-01:hover:where(.variant-button-01-base-02) {
    padding-left: 30px;
    padding-right: 30px;
  }
.button-01.base-02 {
    padding-left: 20px;
    padding-right: 20px;
  }
.button-01.base-02:hover {
    padding-left: 30px;
    padding-right: 30px;
  }
.button-01.base-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
.button-01.base-7:hover {
    padding-left: 30px;
    padding-right: 30px;
  }
.button-01.base-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
.button-01.base-12:hover {
    padding-left: 30px;
    padding-right: 30px;
  }
.button-01.base-17 {
    padding-left: 20px;
    padding-right: 20px;
  }
.button-01.base-17:hover {
    padding-left: 30px;
    padding-right: 30px;
  }
.button-01.base-22 {
    padding-left: 20px;
    padding-right: 20px;
  }
.button-01.base-22:hover {
    padding-left: 30px;
    padding-right: 30px;
  }
.button-02 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
.button-02:where(.variant-button-02-no-border) {
    padding: 20px;
  }
.button-02:hover:where(.variant-button-02-no-border) {
    padding-left: 40px;
    padding-right: 40px;
  }
.footer {
    padding-top: 80px;
    padding-bottom: 22px;
  }
.footer-bottom {
    margin-top: 140px;
  }
.footer-link-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
  }
.blank {
    display: none;
  }
.footer-form-wrap {
    padding-right: 0;
  }
.footer-logo {
    width: var(--size--100);
  }
.footer-copyright {
    margin-top: 60px;
  }
.copyright-left-row {
    padding-right: 0;
  }
.copyright-middle-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.copyright-right-row {
    padding-left: 0;
  }
.success-message.v1 {
    width: 50%;
  }
.hero-v1 {
    height: 80vh;
  }
.hero-v1:where(.variant-hero-v1-base-v2) {
    height: auto;
  }
.hero-v1.blog-hero {
    height: 40vh;
  }
.hero-v1.priceing-hero {
    height: 60vh;
  }
.hero-v1-left-main {
    padding-top: 140px;
    padding-left: 0;
  }
.hero-v1-left-main:where(.variant-hero-v1-base-v2) {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
.hero-v1-left-main.about-hero-left {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-left: 0;
  }
.hero-v1-right {
    padding-top: 140px;
    padding-left: 20px;
  }
.hero-right-v1-text {
    padding-top: 0;
    padding-left: 10px;
  }
.menu-icon-line-middle-inner {
    width: .25rem;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
.nab-bar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #d9d9d9;
    background-clip: border-box;
    border-bottom: .0625rem solid #0a0909;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }
.nab-bar-menu.is-page-hide-tab {
    border-bottom-color: var(--stroke--stroke-light);
    background-color: var(--background--background-red);
    -webkit-backdrop-filter: blur(.1875rem);
    backdrop-filter: blur(.1875rem);
    height: auto;
    transition: height .5s;
  }
.menu-icon-line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: .125rem;
    margin-top: .375rem;
    margin-bottom: .375rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
.menu-icon-line-top, .menu-icon-line-bottom {
    background-color: #fff;
    width: 1.5rem;
    height: .125rem;
    padding-bottom: 0;
    padding-right: 0;
  }
.navbar-container {
    justify-content: space-between;
    align-items: center;
  }
.nab-link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: none;
  }
.nab-menu-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
.navbar {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }
.menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }
.nav-bar-menu-button.is-open {
    background-color: #0000;
  }
.heading-wrap.change-log-heading {
    max-width: var(--size--100);
    margin-bottom: 40px;
  }
.heading-wrap.project-details-heading {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }
.sub-heading-wrap._401-page-sub-heading {
    max-width: var(--size--100);
  }
.sub-heading-wrap.about-v1-sub-heading {
    padding-left: 0;
  }
.change-log {
    margin-top: 80px;
    margin-bottom: 80px;
  }
.change-log-wrap {
    padding-left: 0;
    padding-right: 0;
  }
.change-log-wrap.change-log-wrap-02 {
    margin-top: 100px;
  }
.change-log-item-second {
    padding-left: 0;
  }
.change-log-item-text {
    max-width: var(--size--100);
    margin-left: 20px;
    margin-right: 0;
  }
.licenses {
    margin-bottom: 80px;
  }
.licenses-list-wrap {
    margin-top: 60px;
  }
.licenses-item-left, .licenses-item-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
.licenses-logo {
    width: 80px;
  }
._401-page-blank {
    display: none;
  }
._404 {
    background-color: var(--transparent);
  }
._404-left-wrap {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    padding: 30px 8px;
  }
.contact-right {
    width: var(--size--100);
    background-color: var(--transparent);
    margin-left: 0;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 0;
  }
.contact-form-wrap {
    margin-top: 60px;
    padding-right: 0;
  }
.social-media-link {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
.social-link-main-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.page-heading-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.contact-left-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-right: 1px solid var(--stroke--stroke-dark);
    padding-top: 80px;
    padding-left: 0;
    padding-right: 14px;
  }
.sub-heading-right-top-wrap {
    max-width: var(--size--100);
    margin-left: 0;
  }
.sub-heading-right-top-wrap.blog-details-sub-heading {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 500px;
  }
.sub-heading-right-top-wrap.about-sub-heading {
    margin-top: 60px;
    margin-bottom: 60px;
  }
.sub-heading-right-top-wrap.project-v1-sub-heading {
    margin-top: 40px;
  }
.sub-heading-right-top-wrap.v1 {
    padding-right: 0;
  }
.sub-heading-right-top-wrap.team-sub-heading {
    margin-top: 40px;
  }
.sub-heading-right-top-wrap.our-process-sub-heading {
    max-width: var(--size--100);
    padding-left: 0;
    padding-right: 0;
  }
.contact-form {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
.contact-form-button {
    margin-top: 40px;
  }
.contact-field {
    font-size: 22px;
    line-height: 28px;
  }
.form-submit-button {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 18px;
  }
.hero-v2 {
    height: 80vh;
  }
.hero-v2-right, .hero-v2-right.about-right {
    padding-left: 0;
  }
.hero-v2-button-wrap {
    border-left: 1px solid var(--stroke--stroke-light);
  }
.hero-v2-right-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-left-width: 0;
    padding-top: 60px;
  }
.hero-v2-right-wrap.about-hero-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-left-width: 0;
    padding-top: 20px;
  }
.hero-right-v2-text {
    padding-top: 0;
    padding-left: 0;
  }
.service {
    padding-top: 80px;
    padding-bottom: 80px;
  }
.blank-div.tab-hide {
    display: none;
  }
.service-left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 0;
  }
.service-right {
    margin-top: 100px;
  }
.service-list-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }
.service-list-middle {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
.service-list-bottom {
    margin-top: 40px;
  }
.service-icon {
    width: var(--size--100);
    height: var(--size--100);
  }
.service-questions {
    margin-top: 20px;
    margin-bottom: 40px;
  }
.service-questions-lefty {
    padding-left: 0;
    position: static;
  }
.service-questions-right {
    margin-top: 60px;
  }
.service-questions-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.question-wrap, .answer-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
.blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
.blog-left-title-wrap {
    grid-template-columns: 1fr;
  }
.blog-single-left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
.blog-single-left-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    align-items: center;
    padding-left: 0;
    position: static;
  }
.social-share-wrap {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }
.blog-single-right, .blog-details-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
.blog-left-content, .blog-right-content {
    padding-left: 10px;
    padding-right: 10px;
  }
.blog-rich-text ul {
    margin-top: 10px;
  }
.blog-rich-text p {
    padding-bottom: 20px;
  }
.blog {
    padding-top: 70px;
    padding-bottom: 40px;
  }
.blog-list-wrap {
    top: 0;
  }
.blog-tab-menu {
    width: var(--size--100);
  }
.blog-tab-link {
    padding: 14px;
  }
.blog-tab-content {
    margin-top: 80px;
  }
.blog-heading {
    padding-bottom: 20px;
  }
.collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
.blog-image {
    width: 100%;
  }
.blog-text-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 16px;
  }
.blog-title {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
.related-blog {
    padding-top: 100px;
    padding-bottom: 60px;
  }
.project {
    padding-top: 80px;
    padding-bottom: 100px;
  }
.project-left {
    text-align: center;
    padding-left: 0;
    position: static;
  }
.project-right {
    width: var(--size--100);
    margin-top: 60px;
  }
.project-list-wrap {
    height: 400px;
  }
.project-name-wrap {
    padding: 20px;
  }
.project-short-title {
    max-width: 500px;
    padding: 20px;
  }
.hover-view-button, .hover-view-button.v2 {
    width: 100px;
    height: 100px;
  }
.link-text-02 {
    font-size: 20px;
    line-height: 17px;
  }
.hero-v3 {
    height: 80vh;
  }
.hero-v3-left {
    padding-left: 0;
  }
.hero-v3-left-main {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
.hero-v3-right-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 20px;
  }
.hero-v3-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 0;
  }
.hero-right-v3-text {
    padding-top: 0;
    padding-left: 0;
  }
.name-and-category {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }
.project-details {
    margin-top: 80px;
  }
.project-details-main-wrap {
    margin-top: 0;
  }
.project-details-01 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.project-details-01-left, .project-details-01-right {
    padding-left: 0;
    padding-right: 0;
  }
.project-details-02 {
    height: auto;
    margin-top: 80px;
  }
.project-details-03 {
    height: auto;
  }
.project-details-04 {
    margin-top: 40px;
  }
.project-details-text-01 {
    padding-left: 0;
  }
.project-details-text-02 {
    padding-left: 0;
    padding-right: 0;
  }
.project-details-05 {
    margin-top: 40px;
    position: sticky;
    top: 10px;
  }
.project-details-06-image, .project-details-05-image {
    height: auto;
  }
.project-v2 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
.related-project {
    margin-top: 80px;
  }
.priceing {
    margin-top: 60px;
    margin-bottom: 100px;
  }
.priceing:where(.variant-priceing-base-2) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
.priceing-list-wrap.v1 {
    border-left-width: 1px;
  }
.priceing-heading-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 30px;
  }
.priceing-bottom {
    padding-bottom: 30px;
  }
.plan-name-wrap {
    align-items: center;
  }
.priceing-button-wrap {
    margin-top: 40px;
  }
.priceing-details {
    margin-top: 60px;
    margin-bottom: 100px;
  }
.top-page-tag {
    padding-left: 0;
  }
.block-v1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: start;
  }
.nav-cart.is-page-hide-tab {
    display: none;
  }
.mobile-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }
.mobile-menu.hide-desktop {
    display: block;
    position: relative;
  }
.shop-list-wrap {
    top: 0;
  }
.shop-tab-menu {
    width: var(--size--100);
  }
.shop-tab-content {
    margin-top: 40px;
    margin-bottom: 40px;
  }
.shop {
    margin-top: 60px;
    margin-bottom: 100px;
  }
.shop-name-price {
    padding-left: 14px;
    padding-right: 14px;
  }
.shop-details {
    margin-bottom: 80px;
  }
.shop-link-wrap {
    margin-bottom: 60px;
    padding-left: 0;
  }
.shop-details-text-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-top: 1px solid var(--stroke--stroke-dark);
    border-bottom: 1px solid var(--stroke--stroke-dark);
    padding-top: 10px;
    padding-left: 0;
  }
.description-wrap {
    padding-left: 0;
  }
.shop-details-right {
    border-top: 1px solid var(--stroke--stroke-dark);
    border-left: 1px solid var(--stroke--stroke-dark);
    padding-top: 10px;
  }
.sub-category-wrap, .features-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }
.sub-category-list {
    padding-top: 18px;
    padding-bottom: 18px;
  }
.features-list {
    padding-left: 30px;
    padding-right: 30px;
  }
.checkout-form {
    padding-top: 140px;
  }
.about-hero {
    height: 80vh;
  }
.about-hero-left {
    margin-top: 57px;
  }
.lets-talk-button-wrap {
    inset: auto 5% -22% auto;
  }
.lets-talk-button-wrap.v2 {
    inset: 0% -11% auto auto;
  }
.shaping {
    padding-top: 80px;
    padding-bottom: 80px;
  }
.success-rate-list-wrap {
    border-left: 1px solid var(--stroke--stroke-dark);
    padding-left: 40px;
    padding-right: 40px;
  }
.success-counter {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.count-wrap {
    height: 60px;
  }
.count-wrap.v1 {
    height: 65px;
  }
.counter-number {
    font-size: 46px;
    line-height: 60px;
  }
.tools {
    margin-top: 40px;
    margin-bottom: 60px;
  }
.tools-list-wrap {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
  }
.tools-list-top {
    grid-template-columns: 1fr;
  }
.tools-list-bottom {
    border: 1px solid var(--stroke--stroke-dark);
  }
.tools-name-wrap {
    padding-left: 10px;
  }
.thinking {
    padding-top: 80px;
    padding-bottom: 80px;
  }
.image-marquee-wrapper {
    margin-top: 60px;
  }
.marqee-image-filed {
    max-width: 300px;
  }
.home-hero {
    height: auto;
  }
.home-hero-left {
    display: none;
  }
.home-hero-right {
    justify-content: flex-end;
  }
.home-hero-middle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
    overflow: visible;
  }
.service-v1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
.service-v1-bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 40px;
  }
.service-v1-list {
    border: 1px solid var(--stroke--stroke-dark);
    padding: 20px;
  }
.service-v1-list._01, .service-v1-list._02, .service-v1-list._03, .service-v1-list._04 {
    position: static;
    top: 60px;
  }
.service-v1-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-columns: 1fr;
    align-items: flex-end;
    display: flex;
  }
.service-v1-image {
    margin-top: 60px;
  }
.service-v1-left-title {
    padding-top: 0;
    padding-bottom: 0;
  }
.service-v1-heading-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
  }
.service-v1-heading-wrap._01 {
    border-right-width: 0;
    padding-top: 0;
  }
.service-v1-left-wrap {
    border-right-width: 0;
    padding-left: 0;
  }
.service-v1-left-top {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.service-v1-bottom-text {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
.projects-v1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
.project-v1-list {
    height: auto;
  }
.project-v1-title-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
.project-name-category {
    grid-column-gap: 12px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }
.margin-top-153-pc {
    margin-top: 100px;
  }
.team {
    margin-top: 0;
    margin-bottom: 60px;
  }
.scroll-marquee {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.background-scroll {
    width: 50vw;
  }
.testimonial-bottom {
    margin-top: 100px;
  }
.testimonial-top-left {
    padding-left: 0;
  }
.client-image-wrap {
    height: 400px;
  }
.testimonial-text-wrap {
    width: var(--size--100);
    margin-top: 0;
  }
.testimonial-text-list {
    padding-left: 0;
  }
.client-image {
    height: 400px;
  }
.client-name-info {
    padding-top: 10px;
    padding-left: 10px;
  }
.form-text-field {
    height: 46px;
    padding: 0 10px 5px 0;
    font-size: 20px;
    line-height: 34px;
  }
.form-text-filed-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
.event {
    padding-top: 80px;
    padding-bottom: 100px;
  }
.event-list {
    height: 300px;
    padding-top: 30px;
  }
.event-list.border-tab-right {
    border-right: 1px solid var(--stroke--stroke-dark);
  }
.event-title {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
.event-heading {
    padding-left: 0;
  }
.about-v1 {
    margin-top: 100px;
    margin-bottom: 0;
  }
.about-v1-left-wrap {
    background-color: var(--transparent);
    padding-top: 0;
    padding-left: 0;
  }
.about-v1-middle-wrap {
    background-color: var(--transparent);
    padding-top: 0;
  }
.about-v1-right-wrap {
    background-color: var(--transparent);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
.about-v1-bottom-right {
    max-width: var(--size--100);
  }
.about-v1-counter {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }
.about-counter-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }
.bottom-devider {
    display: none;
  }
.page-heading-left-v1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
  }
.padding-left-20 {
    padding-left: 0;
  }
.lets-talk-button {
    position: absolute;
    top: 60px;
    right: -50px;
  }
.lets-talk-button-v1 {
    inset: auto 40px -120px auto;
  }
.team-top {
    padding-right: 0;
  }
.team-left-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
.team-middle-wrap {
    bottom: -50px;
  }
.team-right-wrap {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
.team-image-main-wrap {
    height: 400px;
  }
.v2 {
    margin-top: 8px;
  }
.team-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.team-v2-list-wrap {
    padding-top: 40px;
  }
.team-v2-list {
    border-right: 1px solid var(--stroke--stroke-dark);
    border-bottom: 1px solid var(--stroke--stroke-dark);
    border-left: 1px solid var(--stroke--stroke-dark);
    padding-top: 20px;
    padding-bottom: 20px;
  }
.our-process {
    padding-top: 0;
    padding-bottom: 20px;
  }
.order-confirmation {
    padding-top: 100px;
    padding-bottom: 0;
  }
.paypal-checkout-form {
    padding: 100px 0 0;
  }
.mega-menu-link-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
.brand {
    max-width: 150px;
  }
.mega-menu-block {
    padding-left: 20px;
    padding-right: 20px;
  }
.nav-bar {
    padding-top: 14px;
    padding-bottom: 14px;
  }
.div-block {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
.nav-container, .container-02 {
    padding-left: 12px;
    padding-right: 12px;
  }
.accordion-pane {
    width: 100%;
  }
.order-header {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
p {
    font-size: 15px;
  }
li {
    margin-bottom: 10px;
    font-size: 15px;
  }
.utility-page-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.style-guide.button {
    margin-bottom: 40px;
  }
.style-guide-item {
    flex-flow: column;
  }
.style-guide-single-item {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
.style-guide-single-item.top-padding-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.style-guide-single-item.top-padding-145 {
    padding-top: 80px;
    padding-bottom: 40px;
  }
.style-guide-single-item.color-block, .style-guide-single-item.last-color-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 120px;
  }
.style-guide-item-details {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-right-width: 0;
  }
.h1 {
    letter-spacing: 0;
    font-size: 58px;
    line-height: 68px;
  }
.h2 {
    font-size: 54px;
    line-height: 54px;
  }
.h3 {
    font-size: 40px;
    line-height: 44px;
  }
.h4 {
    font-size: 31px;
    line-height: 40px;
  }
.h5 {
    font-size: 23px;
    line-height: 30px;
  }
.paragraph-extra {
    font-size: 24px;
    line-height: 120%;
  }
.paragraph-large {
    font-size: 17px;
    line-height: 20px;
  }
.paragraph-medium {
    font-size: 16px;
    line-height: 20px;
  }
.tag-large {
    font-size: 17px;
    line-height: 21px;
  }
.text-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.style-guide-left {
    margin-top: 40px;
    margin-bottom: 40px;
  }
.style-guide-right {
    border-right: 1px solid var(--stroke--stroke-dark);
  }
.style-guide-right.button-item-wrap {
    padding-top: 0;
  }
.border-wrap.v3 {
    display: none;
  }
.border-box {
    border-right-width: 0;
  }
.border-box.last {
    border-right-width: 1px;
  }
.border-box.first {
    border-left: 1px solid var(--stroke--stroke-dark);
  }
.custom-grid {
    grid-template-columns: 1fr;
  }
.custom-grid.footer-grid {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    grid-template-columns: 1fr;
  }
.custom-grid.copyright-grid {
    grid-column-gap: 18px;
    grid-row-gap: 14px;
  }
.custom-grid.footer-link-grid {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }
.custom-grid.hero-v1-grid {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }
.custom-grid.change-log-grid {
    grid-template-columns: 1fr;
  }
.custom-grid.licenses-grid {
    margin-top: 50px;
  }
.custom-grid._404-guide {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }
.custom-grid.hero-v2-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    display: flex;
  }
.custom-grid.service-grid, .custom-grid.blog-details-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
.custom-grid.blog-01 {
    margin-bottom: 16px;
  }
.custom-grid.blog-02 {
    margin-bottom: 22px;
  }
.custom-grid.related-blog-grid-02 {
    margin-top: 70px;
  }
.custom-grid.project-details-grid {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    margin-top: 60px;
  }
.custom-grid.project-v2-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
.custom-grid.project-v2-heading {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }
.custom-grid.priceing-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
.custom-grid.priceing-details-main {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
.custom-grid.priceing-details-grid {
    align-items: start;
    margin-top: 40px;
  }
.custom-grid.shop-01 {
    margin-bottom: 16px;
  }
.custom-grid.shop-grid {
    grid-row-gap: 40px;
  }
.custom-grid.shop-top-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 34px;
  }
.custom-grid.shop-bottom-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 51px;
  }
.custom-grid.shaping-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
.custom-grid.tools-grid-top {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    text-align: center;
  }
.custom-grid.tools-grid-middle {
    margin-top: 52px;
  }
.custom-grid.thinking-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
.custom-grid.home-hero-grid {
    padding-top: 130px;
    padding-bottom: 70px;
  }
.custom-grid.projects-v1-grid {
    position: static;
  }
.custom-grid.project-v1-row.margin-top-108-px {
    margin-top: 40px;
  }
.custom-grid.margin-top-39 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
  }
.custom-grid.testimonial-grid-1 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }
.custom-grid.testimonial-grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.custom-grid.form-button-wrap {
    margin-top: 50px;
  }
.custom-grid.form-filed-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
.custom-grid.event-top-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }
.custom-grid.event-middle-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
.custom-grid.event-butom-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
.custom-grid.about-v1-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
.custom-grid.about-v1-button {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }
.custom-grid.top-bottom-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    margin-top: 0;
  }
.custom-grid.our-process-bottom {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
.button-01, .button-02 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
.footer {
    padding-top: 60px;
  }
.footer-bottom {
    margin-top: 100px;
  }
.footer-link-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
  }
.footer-link-wrap._01 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: wrap;
  }
.link-box-wrap {
    width: var(--size--100);
  }
.link-box-wrap._01 {
    width: var(--size--100);
    margin-left: 0;
  }
.link-box-wrap._02 {
    margin-left: 0;
  }
.link-box-wrap._03 {
    margin-right: 0;
  }
.link-box-wrap.copyright-link-wrap {
    width: auto;
  }
.footer-link-list {
    width: var(--size--100);
  }
.footer-form-wrap {
    padding-left: 0;
  }
.body-text-wrap.footer-text {
    width: var(--size--100);
  }
.footer-copyright {
    margin-top: 20px;
  }
.copyright-middle-row {
    width: var(--size--100);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
  }
.success-message.v1 {
    width: 70%;
  }
.hero-v1 {
    height: 70vh;
  }
.hero-v1:where(.variant-hero-v1-base-v2) {
    height: auto;
  }
.hero-v1.blog-hero {
    height: 30vh;
  }
.hero-v1.priceing-hero {
    height: auto;
  }
.hero-v1-left-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-right: 10px;
  }
.hero-v1-left-main.v1 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
.hero-v1-left-main.about-hero-left {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 40px;
    padding-bottom: 0;
  }
.hero-v1-right {
    width: 40%;
    padding-top: 220px;
    padding-left: 10px;
  }
.hero-right-v1-text {
    width: var(--size--100);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }
.hero-v1-left {
    width: 60%;
  }
.hero-v1-left.v1 {
    width: 100%;
  }
.nab-bar-menu.is-page-hide-tab {
    padding: 20px;
  }
.nav-logo-link {
    padding-left: 0;
  }
.nab-menu-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
.navbar {
    height: auto;
    min-height: 4rem;
  }
.sub-heading-wrap.contact-sub-heading, .sub-heading-wrap.about-v1-sub-heading, .sub-heading-wrap.our-process-sub-heading {
    max-width: var(--size--100);
  }
.change-log {
    margin-top: 60px;
    margin-bottom: 60px;
  }
.change-log-wrap.change-log-wrap-02 {
    margin-top: 70px;
  }
.change-log-item-second {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.change-log-item-text {
    margin-left: 18px;
    margin-right: 0;
  }
.licenses {
    margin-bottom: 60px;
  }
.licenses-list-wrap {
    margin-top: 40px;
  }
.licenses-list-wrap.licenses-single-item {
    margin-top: 30px;
  }
.licenses-item-left {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    padding-top: 34px;
    padding-bottom: 24px;
  }
.licenses-item-right {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 24px;
  }
.licenses-logo {
    width: 74px;
  }
._404-left-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
._404-right-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-left-width: 0;
  }
.contact-right {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
.contact-form-wrap {
    margin-top: 50px;
  }
.social-media-link {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }
.social-link-main-wrap {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: flex-start;
  }
.text-link {
    font-size: 16px;
  }
.red-dot.hide-mobile {
    display: none;
  }
.page-heading-left {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: center;
    align-items: center;
  }
.page-heading-left.question-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
  }
.contact-left-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-right-width: 0;
    padding-top: 60px;
  }
.sub-heading-right-top-wrap.blog-details-sub-heading {
    width: var(--size--100);
  }
.sub-heading-right-top-wrap.priceing-sub-heading {
    margin-top: 30px;
  }
.sub-heading-right-top-wrap.about-sub-heading {
    margin-top: 40px;
    margin-bottom: 40px;
  }
.sub-heading-right-top-wrap.project-v1-sub-heading {
    margin-top: 40px;
  }
.sub-heading-right-top-wrap.about-v1-sub-heading {
    padding-left: 10px;
  }
.sub-heading-right-top-wrap.team-sub-heading {
    margin-top: 40px;
  }
.contact-form {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }
.contact-field {
    font-size: 18px;
    line-height: 24px;
  }
.form-submit-button {
    background-position: 96%;
  }
.hero-v2 {
    height: auto;
  }
.hero-v2-right {
    width: var(--size--100);
    padding-left: 0;
  }
.hero-v2-right-wrap {
    width: var(--size--100);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-left-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
.hero-v2-right-wrap:where(.variant-hero-v2-base-v3) {
    padding-top: 40px;
  }
.hero-v2-right-wrap.about-hero-right {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
.hero-v2-left {
    width: var(--size--100);
  }
.hero-right-v2-text {
    width: var(--size--100);
    max-width: var(--size--100);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-left: 0;
  }
.service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.blank-div.hide-mobile {
    display: none;
  }
.service-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-right: 10px;
  }
.service-right {
    margin-top: 20px;
  }
.service-list {
    padding: 24px;
  }
.service-list-top {
    margin-bottom: 34px;
  }
.service-list-middle {
    width: 130px;
  }
.service-questions-right {
    margin-top: 52px;
  }
.service-questions-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }
.blog-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.blog-single-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
.blog-single-left-wrap, .blog-single-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
.blog-detaails-main-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }
.blog-left-content {
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    position: static;
    top: 0;
  }
.blog-rich-text ul {
    margin-top: 6px;
  }
.blog-rich-text p {
    padding-bottom: 10px;
  }
.blog {
    padding-top: 60px;
  }
.blog-tab-link {
    padding: 12px;
    font-size: 16px;
  }
.blog-tab-content {
    margin-top: 60px;
  }
.blog-heading {
    padding-bottom: 17px;
  }
.collection-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
.blog-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.related-blog {
    padding-top: 60px;
    padding-bottom: 40px;
  }
.project {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.project-right {
    margin-top: 44px;
  }
.project-list-wrap {
    height: 350px;
  }
.project-image-wrap {
    height: 300px;
  }
.project-short-title {
    max-width: var(--size--100);
  }
.hover-view-button, .hover-view-button.v2 {
    width: 100px;
    height: 100px;
  }
.link-text-02 {
    font-size: 24px;
    line-height: 20px;
  }
.hero-v3 {
    height: 80vh;
  }
.hero-v3-left {
    width: var(--size--100);
  }
.hero-v3-left-main {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    padding-top: 100px;
    padding-bottom: 40px;
    padding-right: 10px;
  }
.hero-v3-right-wrap {
    width: var(--size--100);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-left-width: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
  }
.hero-v3-right {
    width: var(--size--100);
    flex-flow: row-reverse wrap-reverse;
    padding-left: 0;
  }
.hero-right-v3-text {
    width: var(--size--100);
    max-width: var(--size--100);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-left: 0;
  }
.project-details {
    margin-top: 60px;
  }
.project-details-01 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
  }
.project-details-02 {
    margin-top: 60px;
  }
.project-details-03 {
    margin-top: 40px;
  }
.project-details-04 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    display: flex;
  }
.project-details-05 {
    margin-top: 34px;
  }
.project-v2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
.related-project {
    margin-top: 60px;
  }
.priceing {
    margin-top: 40px;
    margin-bottom: 60px;
  }
.priceing:where(.variant-priceing-base-2) {
    margin-top: 20px;
    margin-bottom: 30px;
  }
.priceing-list-wrap {
    border: 1px solid var(--stroke--stroke-dark);
  }
.priceing-heading-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 30px;
  }
.priceing-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 30px;
  }
.priceing-button-wrap {
    margin-top: 0;
  }
.priceing-details {
    margin-top: 40px;
    margin-bottom: 60px;
  }
.top-page-tag {
    padding-left: 10px;
  }
.priceing-details-bottom {
    height: var(--size--100);
    justify-content: flex-start;
  }
.priceing-details-text {
    max-width: var(--size--100);
    padding-left: 10px;
    padding-right: 10px;
  }
.p-text-02 {
    font-size: 16px;
  }
.shop-tab-content {
    margin-top: 60px;
  }
.shop {
    margin-top: 40px;
  }
.shop-image-wrap {
    height: 300px;
  }
.shop-list-main-wrap {
    width: var(--size--100);
  }
.shop-details {
    margin-bottom: 60px;
  }
.shop-link-wrap {
    margin-bottom: 0;
    padding-left: 10px;
  }
.shop-details-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
.shop-details-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 20px;
  }
.sub-category-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.shops-heading {
    padding-left: 10px;
  }
.other-page-heading {
    font-size: 14px;
    line-height: 18px;
  }
.checkout-form {
    padding-top: 100px;
  }
.about-hero {
    height: auto;
  }
.about-hero-left {
    width: var(--size--100);
    margin-top: 40px;
  }
.lets-talk-button-wrap {
    width: 100px;
    height: 100px;
    bottom: -18%;
  }
.shaping {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.shaping-left-wrap {
    max-width: var(--size--100);
  }
.success-rate-list-wrap {
    padding: 24px 34px;
  }
.count-wrap {
    height: 44px;
  }
.counter-number {
    font-size: 40px;
    line-height: 44px;
  }
.tools {
    margin-top: 26px;
    margin-bottom: 40px;
  }
.tools-list-wrap {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }
.tools-list-bottom {
    height: 54px;
  }
.tools-name-wrap {
    padding-left: 0;
    padding-right: 10px;
  }
.tools-sub-heading {
    max-width: var(--size--100);
  }
.thinking {
    padding-top: 70px;
    padding-bottom: 70px;
  }
.image-marquee-wrapper {
    margin-top: 40px;
  }
.marqee-image-filed {
    max-width: 250px;
  }
.thinking-sub-heading {
    max-width: 400px;
  }
.marqee-image-content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
.home-hero-right {
    z-index: -11;
    background-color: #0000;
    position: relative;
  }
.service-v1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.service-v1-bottom {
    margin-top: 40px;
  }
.service-v1-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }
.service-v1-image {
    margin-top: 50px;
  }
.service-v1-left-title {
    margin-left: 0;
    margin-right: 0;
  }
.service-v1-right-wrap {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
.service-v1-left-wrap {
    width: var(--size--100);
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }
.service-v1-left-bottom {
    display: none;
  }
.projects-v1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
.project-v1-list-wrap {
    margin-top: 60px;
  }
.margin-top-153-pc {
    margin-top: 30px;
  }
.team {
    margin-top: 20px;
    margin-bottom: 140px;
  }
.thinking-v1 {
    padding-bottom: 60px;
  }
.thinking-v1-sticky-wrap {
    width: var(--size--100);
    height: auto;
  }
.scroll-marquee {
    width: var(--size--100);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 400px;
  }
.right-marquee {
    margin-right: 0;
  }
.left-marquee {
    margin-left: 0;
  }
.background-scroll {
    z-index: -1;
    width: var(--size--100);
    height: auto;
    max-width: var(--size--100);
  }
.testimonial-top {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    display: flex;
  }
.testimonial-bottom {
    margin-top: 60px;
  }
.testimonial-link-list {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
.client-image-wrap {
    height: 300px;
    margin-top: 0;
  }
.client-image {
    height: 300px;
  }
.client-name-info, .form-text-filed-wrap {
    padding-left: 0;
    padding-right: 0;
  }
.event {
    padding-top: 60px;
    padding-bottom: 80px;
  }
.event-button-wrap {
    display: none;
  }
.event-list {
    border-right: 1px solid var(--stroke--stroke-dark);
    height: 280px;
  }
.event-title, .event-date-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }
.event-heading {
    text-align: center;
  }
.about-v1 {
    margin-top: 80px;
  }
.about-v1-bottom-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.about-counter-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }
.page-heading-left-v1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: center;
  }
.lets-talk-button {
    top: -10px;
  }
.lets-talk-button-v1 {
    bottom: 10px;
    right: 20px;
  }
.team-left-wrap, .team-right-wrap {
    height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }
.team-image-main-wrap {
    height: 500px;
  }
.v2 {
    margin-top: 5px;
  }
.team-v2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
.team-v2-list-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-top: 30px;
  }
.team-v2-list {
    padding: 18px;
  }
.our-process {
    padding-bottom: 40px;
  }
.mega-menu-link-block {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
  }
.mega-menu-content-wrap {
    padding: 24px 0;
  }
.brand {
    max-width: 130px;
  }
.div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }
._404-image {
    height: 400px;
  }
.liner-bg {
    background-image: linear-gradient(#0000, #000);
    display: block;
    position: absolute;
    inset: 0%;
  }
.shop-fetures ul {
    padding-left: 30px;
  }
.shop-fetures li {
    margin-bottom: 8px;
  }
.accordion-tab-button {
    width: 100vw;
  }
.order-now-accordion.frosted-glass, .buy-template-button.frosted-glass, .all-access-card.frosted-glass {
    border-top-right-radius: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
p {
    font-size: 14px;
  }
li {
    margin-bottom: 8px;
    font-size: 14px;
  }
.utility-page-form {
    max-width: var(--size--100);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
.container {
    padding-left: 10px;
    padding-right: 10px;
  }
.container._01 {
    padding-left: 0;
    padding-right: 0;
  }
.style-guide.typography {
    padding-top: 40px;
  }
.style-guide.button {
    margin-bottom: 30px;
  }
.style-guide-item.color-item {
    grid-template-columns: 1fr;
  }
.style-guide-item.button-item {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr;
  }
.style-guide-single-item {
    padding-left: 10px;
    padding-right: 10px;
  }
.style-guide-single-item.top-padding-145 {
    padding-top: 60px;
  }
.style-guide-item-details {
    padding-left: 10px;
    padding-right: 10px;
  }
.h1 {
    letter-spacing: 2px;
    font-size: 50px;
    line-height: 56px;
  }
.h2 {
    font-size: 50px;
    line-height: 50px;
  }
.h3 {
    font-size: 38px;
    line-height: 129%;
  }
.h4 {
    font-size: 25px;
    line-height: 29px;
  }
.h5 {
    font-size: 20px;
    line-height: 26px;
  }
.paragraph-extra {
    font-size: 22px;
    line-height: 100%;
  }
.style-guide-left {
    margin-top: 30px;
    margin-bottom: 30px;
  }
.border-box.last {
    border-right-width: 0;
  }
.border-box.first {
    border-left-width: 0;
  }
.custom-grid.footer-grid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }
.custom-grid.copyright-grid {
    grid-column-gap: 14px;
    grid-row-gap: 10px;
  }
.custom-grid.footer-link-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }
.custom-grid.hero-v1-grid {
    border-right: 1px solid var(--stroke--stroke-light);
    border-left: 1px solid var(--stroke--stroke-light);
    flex-flow: column;
    padding-left: 8px;
    padding-right: 8px;
  }
.custom-grid.licenses-grid {
    margin-top: 40px;
  }
.custom-grid._404-guide {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }
.custom-grid.hero-v2-grid {
    border-right: 1px solid var(--stroke--stroke-light);
    border-left: 1px solid var(--stroke--stroke-light);
    flex-flow: column;
    padding-left: 8px;
    padding-right: 8px;
  }
.custom-grid.blog-01 {
    text-align: center;
    margin-bottom: 20px;
  }
.custom-grid.blog-02 {
    margin-bottom: 10px;
  }
.custom-grid.related-blog-grid-01 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.custom-grid.related-blog-grid-02 {
    margin-top: 40px;
  }
.custom-grid.project-details-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
.custom-grid.project-v2-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }
.custom-grid.project-v2-heading {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }
.custom-grid.priceing-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 40px;
  }
.custom-grid.hero-v1-grid-copy {
    border-right: 1px solid var(--stroke--stroke-light);
    border-left: 1px solid var(--stroke--stroke-light);
    flex-flow: column;
    padding-left: 8px;
    padding-right: 8px;
  }
.custom-grid.priceing-details-grid {
    grid-template-columns: 1fr;
  }
.custom-grid.shop-01 {
    text-align: center;
    margin-bottom: 20px;
  }
.custom-grid.shop-grid {
    grid-row-gap: 30px;
  }
.custom-grid.shop-top-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 30px;
  }
.custom-grid.shop-bottom-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 50px;
  }
.custom-grid.tools-grid-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
  }
.custom-grid.tools-grid-bottom {
    margin-top: 38px;
  }
.custom-grid.tools-grid-middle {
    margin-top: 48px;
  }
.custom-grid.thinking-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.custom-grid.home-hero-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 40px;
  }
.custom-grid.service-v1-top, .custom-grid.projects-v1-grid {
    text-align: center;
  }
.custom-grid.project-v1-row.margin-top-108-px {
    margin-top: 30px;
  }
.custom-grid.margin-top-39 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
.custom-grid.testimonial-grid-1 {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
  }
.custom-grid.testimonial-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.custom-grid.form-button-wrap {
    margin-top: 40px;
  }
.custom-grid.form-filed-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }
.custom-grid.event-middle-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
.custom-grid.event-butom-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
.custom-grid.about-v1-grid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }
.custom-grid.about-v1-button {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }
.custom-grid.top-bottom-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
.custom-grid.our-process-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }
.button-01 {
    padding: 17px 30px;
  }
.button-01:hover {
    padding-left: 50px;
    padding-right: 50px;
  }
.button-02 {
    padding: 17px 30px;
  }
.button-02:hover {
    padding-left: 50px;
    padding-right: 50px;
  }
.footer {
    padding-top: 50px;
  }
.footer-bottom {
    margin-top: 87px;
  }
.footer-link-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }
.link-box-wrap.copyright-link-wrap {
    width: auto;
  }
.footer-link-icon.hide-mobile, .footer-link-list.hide-mobile {
    display: none;
  }
.footer-form-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 0;
  }
.fit-cover.hero-bg-image {
    object-position: 50% 100%;
  }
.footer-link {
    color: var(--colors--colors-white);
  }
.copyright-middle-row {
    width: var(--size--100);
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
  }
.success-message.v1 {
    width: 100%;
    padding: 10px;
  }
.hero-v1 {
    height: auto;
  }
.hero-v1.blog-hero {
    height: 26vh;
  }
.hero-v1-left-main {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 14px;
  }
.hero-v1-left-main.v1 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }
.hero-v1-left-main.about-hero-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
  }
.hero-v1-right {
    width: var(--size--100);
    border-left-width: 0;
    padding: 20px 0;
  }
.hero-right-v1-text {
    max-width: var(--size--100);
  }
.hero-v1-left {
    width: var(--size--100);
  }
.nab-bar-menu.is-page-hide-tab {
    padding: 10px;
  }
.nav-logo-link {
    width: 150px;
  }
.nab-menu-link {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: center;
  }
.heading-wrap {
    width: var(--size--100);
  }
.heading-wrap.change-log-heading {
    margin-bottom: 30px;
  }
.sub-heading-wrap.contact-sub-heading, .sub-heading-wrap.about-v1-sub-heading, .sub-heading-wrap.our-process-sub-heading {
    padding-left: 0;
  }
.change-log {
    margin-top: 40px;
    margin-bottom: 40px;
  }
.change-log-wrap.change-log-wrap-02 {
    margin-top: 60px;
  }
.change-log-item-text {
    margin-left: 10px;
    margin-right: 0;
  }
.licenses {
    margin-bottom: 40px;
  }
.licenses-list-wrap {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.licenses-item-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
.licenses-item-left:hover {
    background-color: var(--colors--colors-soft-red);
  }
.blank-licenses-item {
    display: none;
  }
.licenses-item-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
.licenses-logo {
    width: 68px;
  }
._401-form-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
.heading-bottom-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
._404-left-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 100px;
  }
._404-right-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.contact-right {
    padding-top: 42px;
  }
.contact-form-wrap {
    margin-top: 44px;
  }
.social-media-link {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: flex-start;
  }
.social-link-main-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
.text-link {
    font-size: 15px;
  }
.red-dot {
    display: none;
  }
.page-heading-left {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column-reverse;
    align-items: center;
    padding-right: 0;
  }
.page-heading-left.question-heading {
    width: var(--size--100);
    padding-right: 0;
  }
.page-heading-left.text-align-center {
    text-align: center;
  }
.contact-left-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-right: 0;
  }
.sub-heading-right-top-wrap.blog-details-sub-heading {
    width: var(--size--100);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    align-items: center;
  }
.sub-heading-right-top-wrap.about-sub-heading {
    margin-top: 40px;
    margin-bottom: 40px;
  }
.sub-heading-right-top-wrap.project-v1-sub-heading {
    margin-top: 20px;
  }
.sub-heading-right-top-wrap.about-v1-sub-heading {
    padding-left: 0;
  }
.sub-heading-right-top-wrap.team-sub-heading {
    margin-top: 20px;
  }
.contact-form {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }
.contact-form-button {
    margin-top: 30px;
  }
.contact-field {
    font-size: 17px;
  }
.form-submit-button {
    background-position: 95%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
.hero-v2 {
    height: auto;
  }
.hero-v2-right {
    width: var(--size--100);
    border-left-width: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
.hero-v2-right-wrap {
    width: var(--size--100);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-width: 0;
    padding: 20px 0;
  }
.hero-right-v2-text {
    max-width: var(--size--100);
  }
.service {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.service-left {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }
.service-right {
    margin-top: 0;
  }
.service-list {
    padding: 20px;
  }
.service-list-top {
    margin-bottom: 30px;
  }
.service-list-middle {
    width: 100px;
    height: var(--size--100);
  }
.service-list-bottom {
    margin-top: 30px;
  }
.service-questions-right {
    margin-top: 44px;
  }
.service-questions-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
.blog-details {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.blog-single-left {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }
.blog-single-left-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
.social-share-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }
.blog-details-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
.blog-detaails-main-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
.blog-left-content {
    text-align: left;
  }
.blog-rich-text ul {
    margin-top: 6px;
  }
.blog {
    padding-top: 50px;
  }
.blog-tab-menu {
    grid-row-gap: 5px;
  }
.blog-tab-link {
    padding: 10px;
    font-size: 14px;
  }
.blog-tab-content {
    margin-top: 40px;
  }
.blog-heading {
    padding-bottom: 15px;
  }
.collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
.blog-image {
    height: 200px;
  }
.blog-text-wrap {
    border-right: 1px solid var(--stroke--stroke-dark);
    border-left: 1px solid var(--stroke--stroke-dark);
  }
.blog-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.related-blog {
    padding-top: 40px;
    padding-bottom: 20px;
  }
.short-title {
    text-align: center;
  }
.project {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.project-right {
    margin-top: 40px;
  }
.project-list-wrap {
    height: 280px;
  }
.project-image-wrap {
    height: 200px;
  }
.project-name-wrap, .project-short-title {
    padding: 10px;
  }
.hover-view-button {
    width: 80px;
    height: 80px;
  }
.hover-view-button.v2 {
    width: 100px;
    height: 100px;
  }
.link-text-02 {
    font-size: 20px;
  }
.hero-v3 {
    height: auto;
  }
.hero-v3-left-main {
    width: var(--size--100);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 140px;
    padding-bottom: 10px;
  }
.hero-v3-right-wrap {
    width: var(--size--100);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-width: 0;
    padding: 0;
  }
.hero-v3-right {
    width: var(--size--100);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-width: 0;
    padding: 20px 0 10px;
  }
.hero-right-v3-text {
    max-width: var(--size--100);
  }
.project-details {
    margin-top: 50px;
  }
.project-details-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.project-details-02 {
    margin-top: 40px;
  }
.project-details-03 {
    margin-top: 30px;
  }
.project-details-04 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 30px;
  }
.project-details-05 {
    margin-top: 30px;
  }
.project-v2 {
    margin-top: 60px;
    margin-bottom: 40px;
  }
.related-project {
    margin-top: 40px;
  }
.priceing {
    margin-bottom: 40px;
  }
.priceing:where(.variant-priceing-base-2) {
    margin-bottom: 20px;
  }
.priceing-heading-top {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    padding-top: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
.priceing-heading-top:where(.variant-priceing-base-2) {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }
.priceing-button {
    margin-top: 40px;
    margin-bottom: 30px;
  }
.priceing-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
.priceing-bottom:where(.variant-priceing-base-2) {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.priceing-bottom-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.plan-name-title {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
.plan-name-title:where(.variant-priceing-base-2), .plan-name-wrap, .plan-name-wrap:where(.variant-priceing-base-2) {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.price-wrap {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }
.price-wrap:where(.variant-priceing-base-2) {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.priceing-details {
    margin-bottom: 40px;
  }
.top-page-tag {
    flex-flow: wrap;
    padding-left: 0;
  }
.priceing-details-text {
    padding-left: 0;
  }
.priceing-text {
    padding-left: 10px;
  }
.cart-quantity {
    font-size: 11px;
  }
.cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }
.p-text-02 {
    font-size: 15px;
  }
.cart-header {
    padding-left: 16px;
    padding-right: 16px;
  }
.cart-icon {
    width: 18px;
    height: 18px;
  }
.mobile-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
.shop-tab-menu {
    grid-row-gap: 5px;
  }
.shop-tab-content {
    margin-top: 40px;
  }
.shop {
    margin-top: 30px;
    margin-bottom: 60px;
  }
.shop-name-price {
    padding: 16px 0;
  }
.shop-image-wrap {
    height: 250px;
  }
.shop-details {
    margin-bottom: 40px;
  }
.shop-details-text-wrap {
    padding-left: 0;
    padding-right: 0;
  }
.description-wrap {
    padding-left: 10px;
  }
.shop-details-right {
    border-left-width: 0;
  }
.features-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
.sub-category-list {
    padding-top: 12px;
    padding-bottom: 12px;
  }
.features-list {
    border-left: 1px solid var(--stroke--stroke-dark);
    padding-left: 20px;
    padding-right: 20px;
  }
.features-icon-wrap {
    width: 20px;
    height: 20px;
  }
.other-page-heading {
    color: var(--colors--colors-black);
    font-size: 14px;
  }
.checkout-form {
    padding-top: 80px;
  }
.about-hero {
    height: auto;
  }
.lets-talk-button-wrap {
    width: 90px;
    height: 90px;
    bottom: -14%;
  }
.lets-talk-button-wrap.v2 {
    top: 30%;
    right: 4%;
  }
.lets-talk-text {
    font-size: 18px;
    line-height: 18px;
  }
.success-rate-wrap {
    grid-template-columns: 1fr;
  }
.success-rate-list-wrap {
    padding: 22px;
  }
.count-wrap {
    height: 37px;
  }
.counter-number {
    font-size: 38px;
    line-height: var(--size--100);
  }
.tools {
    margin-top: 20px;
    margin-bottom: 30px;
  }
.tools-list-wrap {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }
.tools-list-bottom {
    height: 50px;
    padding: 8px;
  }
.tools-logo {
    width: 110px;
  }
.thinking {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.marqee-image-filed {
    max-width: 200px;
  }
.white-dot {
    display: none;
  }
.marqee-image-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }
.home-hero-right {
    justify-content: flex-start;
  }
.home-hero-text-wrap.v1 {
    max-width: var(--size--100);
  }
.service-v1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
.service-v1-bottom {
    margin-top: 30px;
  }
.service-v1-list._04 {
    padding: 16px;
  }
.service-v1-heading {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
.service-v1-image {
    margin-top: 36px;
  }
.service-v1-left-wrap {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    padding-left: 0;
    padding-right: 0;
  }
.service-v1-left-top {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }
.projects-v1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
.project-v1-list.project-v1-list-main {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }
.project-v1-title-wrap {
    padding-left: 0;
    padding-right: 0;
  }
.team {
    margin-bottom: 100px;
  }
.thinking-v1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
.scroll-marquee {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    height: 350px;
  }
.background-scroll {
    height: 350px;
  }
.testimonial-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
.testimonial-bottom {
    margin-top: 40px;
  }
.client-image-wrap, .client-image {
    height: 250px;
  }
.client-name-info {
    padding-top: 8px;
  }
.form-text-field {
    height: 42px;
    padding-bottom: 3px;
    font-size: 18px;
    line-height: 28px;
  }
.event {
    padding-top: 40px;
    padding-bottom: 60px;
  }
.event-list {
    border-right: 1px solid var(--stroke--stroke-dark);
    height: 250px;
  }
.event-title {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-left: 14px;
    padding-right: 14px;
  }
.event-link-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.event-date-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }
.about-v1 {
    margin-top: 60px;
  }
.about-v1-left-wrap {
    text-align: center;
  }
.about-v1-bottom-left {
    display: none;
  }
.about-counter-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }
.page-heading-left-v1 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    text-align: center;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
.lets-talk-button {
    right: 0;
  }
.lets-talk-button-v1 {
    bottom: -74px;
    right: 10px;
  }
.team-left-wrap {
    align-items: flex-start;
    padding-bottom: 30px;
  }
.team-middle-wrap.hide-mobile {
    display: none;
  }
.team-middle-wrap.hide-desktop {
    display: block;
    bottom: 0;
  }
.team-right-wrap {
    padding-top: 20px;
    display: none;
  }
.team-name-list {
    max-width: var(--size--100);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.team-image-main-wrap {
    height: 350px;
  }
.link-icon-wrap._02 {
    margin-left: 0;
    margin-right: 0;
    left: 26%;
  }
.link-icon-wrap._03 {
    margin-left: 0;
    margin-right: 0;
    left: 45%;
    right: 0%;
  }
.link-icon-wrap._03.hide-desktop {
    display: flex;
  }
.link-icon-wrap._01 {
    left: 7%;
  }
.link-icon-wrap._04 {
    margin-left: 0;
    margin-right: 0;
    left: 65%;
  }
.link-icon-wrap._04.hide-desktop {
    display: flex;
  }
.link-icon-wrap._05 {
    margin-left: 0;
    margin-right: 0;
    left: 85%;
  }
.link-icon-wrap._05.hide-desktop {
    display: flex;
  }
.team-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
.team-v2-list-wrap {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr;
  }
.our-process {
    padding-bottom: 20px;
  }
.paypal-checkout-form {
    padding-top: 100px;
  }
.mega-menu-link-block {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
  }
.mega-contact-link-block {
    flex-flow: wrap;
  }
.nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }
.top {
    display: none;
  }
._404-image {
    height: 300px;
  }
.container-02 {
    padding-left: 10px;
    padding-right: 10px;
  }
.shop-fetures ul {
    padding-left: 24px;
  }
.shop-fetures a {
    color: var(--colors--colors-primary);
    text-decoration: none;
  }
.shop-fetures a:hover {
    color: var(--colors--colors-white);
  }
.modal-close-btn {
    right: 7%;
  }
.accordion-tab-button {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
.order-header {
    font-size: 1.1rem;
  }
.buy-template-button.frosted-glass, .all-access-card.frosted-glass {
    border-radius: 10px;
  }
}
#node-b490bc76-65c4-767e-cbb7-625cb418e3cb-1612c10c, #node-_62ca8fff-7475-1b14-0061-7e7dad2eab57-1612c10c, #node-_4ccf1fda-a6d5-cc8c-e846-0f0ba80247a0-1612c10c, #node-_0d738949-b700-f42d-f2be-9cab94f4b76b-1612c10c, #node-d66a6663-7089-6cae-64c3-f4655d24d3aa-1612c10c, #node-_8fe49f99-4502-1d1e-45d6-7fec60dca87a-1612c10c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#node-_094134ae-8092-5e20-220d-9d95ba4205be-1612c10c, #node-_056f2aba-8d0e-0437-93b3-a3ce4ece079a-1612c10c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#node-b48f2353-e6a4-3b61-2f5f-30b550aeaf18-1612c10c, #node-_47870182-22ea-8fbf-e73c-c1c6f2a93b89-1612c10c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#node-_1240f6c5-2e1e-d56d-1bf1-1cdddc7dab70-dc7dab60, #node-_1240f6c5-2e1e-d56d-1bf1-1cdddc7dab90-dc7dab60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#node-_60d802d8-b78b-e4eb-da00-f3bf5c0fd001-cabfad82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#node-_60d802d8-b78b-e4eb-da00-f3bf5c0fd009-cabfad82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#node-ba07e8b8-e080-408f-49ff-6bd5a92b6706-cabfad82, #node-bad522b0-f33c-8cb9-19c6-fad9c9db06da-cabfad82, #node-_3f793bae-ec86-e6ec-6e65-9a57f970a484-cabfad82, #node-_82dba081-ce56-0ae1-31f8-d45a88712743-cabfad82, #node-f9eb7609-79aa-e817-2bfd-37c3fe90ddd1-fe53b90b, #node-_60f11649-ce6c-d11f-f8ec-2db0e28730b0-e28730ab, #node-_9f933239-2fc0-8f36-a2ac-c291f855dc10-40acd304, #node-a3feb295-04fd-636a-4cee-e23226e13d26-26e13d21, #node-e83c3333-f734-0d4c-076b-6b2fc47c62e5-82b3c06b, #node-_0f0f61e2-840b-3b7b-75d5-b5459d9518ab-c44721e4, #node-_8f41172d-7836-92d9-df8f-46251e11d2ba-c44721e4, #node-_0eb54544-dbd6-e6ac-8dea-0b962a2a8a8d-c44721e4, #node-_11c14801-9348-a143-92e5-6269fbd4f33c-c44721e4, #node-_177e4717-3e4a-38c1-b67b-42e9411631fc-6fd97884, #node-f2cdd357-ae2d-91e3-d83a-dc37e585fc75-6fd97884, #node-_0de8fb69-ef78-f0a2-6434-8db14b3ca651-6fd97884, #node-b4b96aa5-1243-f852-9d7f-dfbed1adad79-5a083a8b, #node-ec4655cc-7b89-2a08-2ed2-ff1f397a7223-5a083a8b, #node-_4379dc7a-da55-ef7e-fa70-4770dce3d9c3-5a083a8b, #node-_0d376c52-8918-ebc5-fa18-0a3fc445fd2c-c32c5122, #node-_1a8efecf-f9e3-7f9f-488d-e873ac98d730-4b485c17, #node-_94bfbbc0-36c4-c13d-67b5-7fd68bbecbaf-4b485c17, #node-_0dfbd11a-bb5a-07ab-fda7-dea8c4dbec1d-035ec0c3, #node-_62b34fb5-d6be-3e0a-dd55-d20727bc5d70-035ec0c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#node-d3cc2656-3f87-7c50-9c9d-0d463fc76789-035ec0c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#node-_435b5ad4-69b8-2514-542f-a554fd99e607-91f0f228, #node-c20c2246-ac5a-2130-9f12-ef72b483f6e5-4c16b276, #node-_29e26581-1a2e-2eda-4f30-c1d8e8ee011b-4c16b276 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
@media screen and (max-width: 991px) {
#node-b490bc76-65c4-767e-cbb7-625cb418e3cb-1612c10c {
    grid-column: span 1 / span 1;
  }
#node-_70a65ecb-323f-c505-7895-f8141a64b2de-1612c10c, #node-_1240f6c5-2e1e-d56d-1bf1-1cdddc7dabb0-dc7dab60 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
#node-ba07e8b8-e080-408f-49ff-6bd5a92b6706-cabfad82 {
    grid-column: span 1 / span 1;
  }
#node-_050cc8d3-9f90-76f9-6ae7-19534d959f31-cabfad82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
#node-bad522b0-f33c-8cb9-19c6-fad9c9db06da-cabfad82 {
    grid-column: span 1 / span 1;
  }
#node-a5badbfb-4060-082d-25df-4256560d3034-40acd304 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
#node-_0f0f61e2-840b-3b7b-75d5-b5459d9518ab-c44721e4, #node-_94bfbbc0-36c4-c13d-67b5-7fd68bbecbaf-4b485c17 {
    grid-column: span 1 / span 1;
  }
#node-e912a185-3b0d-a8e8-97e9-82e3f8c5a548-4b485c17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#node-_0dfbd11a-bb5a-07ab-fda7-dea8c4dbec1d-035ec0c3, #node-d3cc2656-3f87-7c50-9c9d-0d463fc76789-035ec0c3 {
    grid-column: span 1 / span 1;
  }
#node-_35defc1d-02b0-5e79-5169-9d18b10e5229-5f2b0ea4, #node-bf0d56f6-44dc-69fa-0544-e056d1bad66a-5f2b0ea4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
#node-_7531053c-7f10-23c5-c013-2674367c880c-91f0f228 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
@media screen and (max-width: 767px) {
#node-_62ca8fff-7475-1b14-0061-7e7dad2eab57-1612c10c, #node-_4ccf1fda-a6d5-cc8c-e846-0f0ba80247a0-1612c10c, #node-_0d738949-b700-f42d-f2be-9cab94f4b76b-1612c10c, #node-d66a6663-7089-6cae-64c3-f4655d24d3aa-1612c10c {
    grid-column: span 1 / span 1;
  }
#node-_444aacd5-f018-5deb-a723-565f78a855cf-1612c10c, #node-d5a5ab16-be99-c5d1-ec99-593caeb58a8e-1612c10c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
#node-b48f2353-e6a4-3b61-2f5f-30b550aeaf18-1612c10c, #node-_47870182-22ea-8fbf-e73c-c1c6f2a93b89-1612c10c, #node-_1240f6c5-2e1e-d56d-1bf1-1cdddc7dabb0-dc7dab60, #node-_60d802d8-b78b-e4eb-da00-f3bf5c0fd001-cabfad82, #node-_050cc8d3-9f90-76f9-6ae7-19534d959f31-cabfad82, #node-f9eb7609-79aa-e817-2bfd-37c3fe90ddd1-fe53b90b, #node-_60f11649-ce6c-d11f-f8ec-2db0e28730b0-e28730ab, #node-a5badbfb-4060-082d-25df-4256560d3034-40acd304, #node-a3feb295-04fd-636a-4cee-e23226e13d26-26e13d21 {
    grid-column: span 1 / span 1;
  }
#node-_7e3b9c83-0ec3-3f1f-5b8f-a903d18afb33-c32c5122 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
#node-_1a8efecf-f9e3-7f9f-488d-e873ac98d730-4b485c17, #node-_35defc1d-02b0-5e79-5169-9d18b10e5229-5f2b0ea4, #node-bf0d56f6-44dc-69fa-0544-e056d1bad66a-5f2b0ea4, #node-_435b5ad4-69b8-2514-542f-a554fd99e607-91f0f228, #node-_7531053c-7f10-23c5-c013-2674367c880c-91f0f228, #node-c20c2246-ac5a-2130-9f12-ef72b483f6e5-4c16b276 {
    grid-column: span 1 / span 1;
  }
}
@media screen and (max-width: 479px) {
#node-_444aacd5-f018-5deb-a723-565f78a855cf-1612c10c, #node-d5a5ab16-be99-c5d1-ec99-593caeb58a8e-1612c10c {
    grid-column: span 1 / span 1;
  }
}
/* ======================================================================
   4. Components (hand-written)
   ====================================================================== */
/* ==========================================================================
   4. Components — hand-written vanilla replacements for the Webflow runtime
      and its IX2 interactions.

   Every duration, delay, offset and easing below is transcribed from
   Nuestudio's own IX2 payload (see _build/build_ix2_map.py for the action-list
   index). Webflow's named easings map onto these curves:

      ease        -> ease                      outQuad  -> .25 .46 .45 1
      outQuart    -> .165 .84 .44 1            outCubic -> .215 .61 .355 1
      inOutQuart  -> .77 0 .175 1              inExpo   -> .95 .05 .795 .035
   ========================================================================== */

:root {
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* --------------------------------------------------------------- utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.is-hidden {
  display: none !important;
}
/* Buttons the transform promotes out of runtime `<div>`s must not pick up the
   UA's own button box (Chrome ships `padding: 1px 6px`, a centred 13px system
   font and a border) — that alone moves every FAQ row and menu toggle. */
:where(button) {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  text-transform: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--colors--colors-primary);
  outline-offset: 2px;
}
/* ------------------------------------------------------------ scroll reveal
   The four "Slide Up" presets (a-43..a-46, a-60..a-64) plus fadeIn / growIn /
   shrinkIn.

   Every one of these is a KEYFRAME ANIMATION, never a transition — and that is
   load-bearing, not a style choice. A reveal written as `transition: opacity …, transform …` sets the whole `transition` property, and because this sheet is
   emitted after the design sheet it wins at equal specificity — silently
   deleting the element's own `transition`. That is what made 55 elements
   (`.button-01`, `.button-02`, the licence rows, the submit button) snap
   instantly on hover instead of easing. Animations touch `animation`, which the
   design never sets, so the two coexist. `_build/audit_transitions.py` reports
   any element that would collide.

   One animation per property, so each keeps the delay the payload gives it
   ("Slide Up 2s" holds the fade back 100ms longer than the move). main.js
   strips both classes once the animation ends, leaving the element completely
   clean — no animation, no transition, nothing of ours in the way of a hover. */
.reveal-up-1, .reveal-up-2, .reveal-up-3, .reveal-up-4 {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(20%);
}
.reveal-up-1.is-revealed {
  animation: reveal-move 700ms ease 200ms both,
    reveal-blur 700ms ease 200ms both,
    reveal-fade 700ms ease 200ms both;
}
.reveal-up-2.is-revealed {
  animation: reveal-move 700ms ease 200ms both,
    reveal-blur 700ms ease 200ms both,
    reveal-fade 700ms ease 300ms both;
}
.reveal-up-3.is-revealed {
  animation: reveal-move 600ms ease 400ms both,
    reveal-blur 600ms ease 400ms both,
    reveal-fade 600ms ease 400ms both;
}
.reveal-up-4.is-revealed {
  animation: reveal-move 500ms ease 500ms both,
    reveal-blur 500ms ease 500ms both,
    reveal-fade 500ms ease 500ms both;
}
@keyframes reveal-move {
from {
    transform: translateY(20%);
  }
to {
    transform: translateY(0);
  }
}
@keyframes reveal-blur {
from {
    filter: blur(5px);
  }
to {
    filter: blur(0);
  }
}
@keyframes reveal-fade {
from {
    opacity: 0;
  }
to {
    opacity: 1;
  }
}
/* `fadeIn` — opacity only, 1s outQuart. */
.reveal-fade {
  opacity: 0;
}
.reveal-fade.is-revealed {
  animation: reveal-fade 1000ms var(--ease-out-quart) both;
}
/* `growIn` / `shrinkIn` put ONLY the opacity in group 0 — the group Webflow
   bakes as the rest state — and apply the scale in group 1, at the instant the
   reveal starts. Holding the scale at rest is the wrong reading: it would
   permanently shrink anything that never scrolls into view. */
.reveal-grow, .reveal-shrink {
  opacity: 0;
}
.reveal-grow.is-revealed {
  animation: reveal-grow 1000ms var(--ease-out-quart) both;
}
.reveal-shrink.is-revealed {
  animation: reveal-shrink 1000ms var(--ease-out-quart) both;
}
@keyframes reveal-grow {
from {
    opacity: 0;
    transform: scale(0.75);
  }
to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes reveal-shrink {
from {
    opacity: 0;
    transform: scale(1.25);
  }
to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Without JavaScript nothing ever gets `.is-revealed`, so every reveal target
   has to start visible instead of hidden. */
html:not(.js) :is(.reveal-up-1, .reveal-up-2, .reveal-up-3, .reveal-up-4, .reveal-fade, .reveal-grow, .reveal-shrink) {
  opacity: 1;
  filter: none;
  transform: none;
}
/* --------------------------------------------------------------- IX2 loops */

/* a-13 "Hover Button Rotate" — the star behind the round View badge turns once
   every 10s, forever. */
.spin-slow .fit-cover {
  animation: spin 10s linear infinite;
}
/* a-23 / a-42 "Lets Talk Button Play" — the same idea on the "Lets Talk" badge, 15s a turn. a-23 fires on scroll into view (about), a-42 on page finish
   (index, where the rotating element is `.lets-talk-bg`). */
.spin-badge .fit-cover, .lets-talk-bg {
  animation: spin 15s linear infinite;
}
@keyframes spin {
from {
    transform: rotate(0deg);
  }
to {
    transform: rotate(360deg);
  }
}
/* a-31 "Image Marquee Loading" — the about page's two image rails travel one
   full width every 160s. The pair is duplicated in the markup, so translating
   both by -100% loops seamlessly. */
.image-marquee-line {
  animation: marquee-line 160s linear infinite;
}
@keyframes marquee-line {
from {
    transform: translateX(0);
  }
to {
    transform: translateX(-100%);
  }
}
/* a-8 "Border Move" — on the 401 page the four vertical rules warm from the
   light stroke to the dark one once the page has loaded. */
.border-warm {
  animation: border-warm 700ms ease forwards;
}
@keyframes border-warm {
from {
    border-color: var(--stroke--stroke-light);
  }
to {
    border-color: var(--stroke--stroke-dark);
  }
}
/* a-26 "Statistics Counter Animation" — an odometer: the digits sit in two
   columns that slide in from +-400% of their own height. */
.count-roll .counter-single-wrap.upper {
  transform: translateY(400%);
}
.count-roll .counter-single-wrap.lower {
  transform: translateY(-400%);
}
.count-roll.is-revealed .counter-single-wrap.upper, .count-roll.is-revealed .counter-single-wrap.lower {
  transform: translateY(0);
  transition: transform 1500ms ease;
}
html:not(.js) .count-roll .counter-single-wrap {
  transform: none;
}
/* a-27 "Tools Move" — each tools bar grows out from its right edge. The design
   already sets `transform-origin: 100%`. */
.tools-grow .tools-bar.bg-colors-primary {
  transform: scaleX(0);
}
.tools-grow.is-revealed .tools-bar.bg-colors-primary {
  transform: scaleX(1);
  transition: transform 1600ms var(--ease-out-cubic);
}
html:not(.js) .tools-grow .tools-bar.bg-colors-primary {
  transform: none;
}
/* ------------------------------------------------------------- mega menu
   a-57 / a-56. The panel slides in from 120% of its own width over 600ms while
   the black backdrop fades up; closing runs the reverse in 500ms and then hides
   the block. main.js keeps `.mega-menu-block` displayed for the length of the
   closing transition so it is not cut off mid-slide. */
.mega-menu-block {
  display: flex;
  visibility: hidden;
  pointer-events: none;
}
.mega-menu-block.is-open {
  visibility: visible;
  pointer-events: auto;
}
.mega-menu-content-wrap {
  transform: translateX(120%);
  transition: transform 500ms ease;
}
.mega-menu-block.is-open .mega-menu-content-wrap {
  transform: translateX(0);
  transition: transform 600ms ease;
}
.mega-menu-bg {
  opacity: 0;
  transition: opacity 500ms ease;
}
.mega-menu-block.is-open .mega-menu-bg {
  opacity: 1;
  transition: opacity 600ms var(--ease-out-quad);
}
html:not(.js) .mega-menu-block {
  display: none;
}
body.menu-open {
  overflow: hidden;
}
/* a-54 / a-55 — each mega-menu link draws its underline in from nothing. */
.mega-menu-link-underline {
  width: 0;
  transition: width 400ms ease;
}
.mega-menu-link:hover .mega-menu-link-underline, .mega-menu-link:focus-visible .mega-menu-link-underline, .mega-menu-contact-link:hover .mega-menu-link-underline, .mega-menu-contact-link:focus-visible .mega-menu-link-underline {
  width: 100%;
}
/* a-6 / a-7 / a-58 / a-59 — the same underline on the three inline nav links. */
.nav-link-line {
  width: 0;
  transition: width 300ms ease;
}
.nab-link:hover .nav-link-line, .nab-link:focus-visible .nav-link-line, .nab-link[aria-current="page"] .nav-link-line {
  width: 100%;
}
/* ------------------------------------------------------------------- tabs
   The blog and shop category filters. `.is-active` is what main.js toggles;
   the design sheet already styles the selected link through `.w--current`, which build_css re-emits as both `[aria-current="page"]` and `.is-active`. */
.tab-pane.is-active {
  display: block;
}
.tab-link {
  transition: background-color 300ms ease, color 300ms ease;
}
/* -------------------------------------------------------- features accordion
   a-19 / a-20. Clicking a row opens `.features-details` from 0 to its content
   height in 500ms while the row's icon turns a half-circle and brightens. */
.features-details {
  height: 0;
  transition: height 500ms ease;
}
/* the toggle is the row's own header, promoted to a real <button> */
.features-list [data-accordion-toggle] {
  width: 100%;
}
.features-list .fit-cover {
  transition: transform 500ms ease, filter 500ms ease;
}
.features-list.is-open .fit-cover {
  transform: rotate(180deg);
  filter: brightness(200%);
}
html:not(.js) .features-details {
  height: auto;
}
/* --------------------------------------------------------- index selectors
   Two sections behave as one-of-N selectors: the testimonial names (a-36/a-40/
   a-38/a-39) and the team numbers (a-47..a-51). The payload spells every step
   out as its own action list; here one `[data-active]` attribute on the section
   drives all of them, using the design's own `_01`.. classes.               */
[data-selector] [data-select] {
  cursor: pointer;
}
/* --- testimonials: the portrait column steps down one full frame per item, the quote panels cross-fade and the active name turns white. */
.testimonial [data-active] .client-image, .testimonial .client-image {
  transition: transform 400ms ease;
}
.testimonial[data-active="1"] .client-image {
  transform: translateY(0);
}
.testimonial[data-active="2"] .client-image {
  transform: translateY(-100%);
}
.testimonial[data-active="3"] .client-image {
  transform: translateY(-200%);
}
.testimonial[data-active="4"] .client-image {
  transform: translateY(-300%);
}
.testimonial .testimonial-text-list {
  opacity: 0;
  transition: opacity 400ms ease;
}
.testimonial[data-active="1"] .testimonial-text-list._01, .testimonial[data-active="2"] .testimonial-text-list._02, .testimonial[data-active="3"] .testimonial-text-list._03, .testimonial[data-active="4"] .testimonial-text-list._04 {
  opacity: 1;
}
/* The name dots and labels. `.border-top-right` is also a `growIn` reveal
   target site-wide, so inside the selector the reveal is neutralised and the
   active state owns the opacity outright. */
.testimonial .testimonial-link-list .border-top-right {
  opacity: 0;
  animation: none;
  transition: opacity 400ms ease;
}
.testimonial[data-active="1"] .border-top-right._01, .testimonial[data-active="2"] .border-top-right._02, .testimonial[data-active="3"] .border-top-right._03, .testimonial[data-active="4"] .border-top-right._04 {
  opacity: 1;
}
.testimonial .h5.text-soft-red {
  transition: color 400ms ease;
}
.testimonial[data-active="1"] .h5.text-soft-red._01, .testimonial[data-active="2"] .h5.text-soft-red._02, .testimonial[data-active="3"] .h5.text-soft-red._03, .testimonial[data-active="4"] .h5.text-soft-red._04 {
  color: var(--colors--colors-white);
}
/* --- team: five members. IX2 moves `.team-image` by 50% per step — and that
       selector matches BOTH the frame div and the image inside it, so the two
       compose into one full frame. Transcribed as written. */
.team .team-image {
  transition: transform 400ms ease;
}
.team[data-active="2"] .team-image {
  transform: translateY(-50%);
}
.team[data-active="3"] .team-image {
  transform: translateY(-100%);
}
.team[data-active="4"] .team-image {
  transform: translateY(-150%);
}
.team[data-active="5"] .team-image {
  transform: translateY(-200%);
}
.team .team-name-list, .team .tag-large, .team .sub-heading-right-top-wrap.team-sub-heading {
  opacity: 0;
  transition: opacity 400ms ease;
}
.team[data-active="1"] .team-name-list._01, .team[data-active="2"] .team-name-list._02, .team[data-active="3"] .team-name-list._03, .team[data-active="4"] .team-name-list._04, .team[data-active="5"] .team-name-list._05, .team[data-active="1"] .tag-large._01, .team[data-active="2"] .tag-large._02, .team[data-active="3"] .tag-large._03, .team[data-active="4"] .tag-large._04, .team[data-active="5"] .tag-large._05, .team[data-active="1"] .team-sub-heading._01, .team[data-active="2"] .team-sub-heading._02, .team[data-active="3"] .team-sub-heading._03, .team[data-active="4"] .team-sub-heading._04, .team[data-active="5"] .team-sub-heading._05 {
  opacity: 1;
}
.team .link-icon {
  background-color: #16161600;
  transition: background-color 400ms ease;
}
.team .tag-medium.text-gray {
  color: #787878;
  transition: color 400ms ease;
}
.team[data-active="1"] .link-icon._01, .team[data-active="2"] .link-icon._02, .team[data-active="3"] .link-icon._03, .team[data-active="4"] .link-icon._04, .team[data-active="5"] .link-icon._05 {
  background-color: var(--colors--colors-primary);
}
.team[data-active="1"] .tag-medium.text-gray._01, .team[data-active="2"] .tag-medium.text-gray._02, .team[data-active="3"] .tag-medium.text-gray._03, .team[data-active="4"] .tag-medium.text-gray._04, .team[data-active="5"] .tag-medium.text-gray._05 {
  color: var(--colors--colors-white);
}
/* ----------------------------------------------------------------- hovers */

/* a / a-2 — footer links: the square marker fills and grows, the label warms. */
.link-box-wrap .footer-link-icon {
  transition: background-color 600ms ease, transform 600ms ease;
}
.link-box-wrap .tag-medium, .link-box-wrap .tag-small {
  transition: color 600ms ease;
}
.link-box-wrap:hover .footer-link-icon, .link-box-wrap:focus-visible .footer-link-icon {
  background-color: var(--colors--colors-primary);
  transform: scale(1.1);
}
.link-box-wrap:hover .tag-medium, .link-box-wrap:focus-visible .tag-medium {
  color: var(--colors--colors-soft-red);
}
/* a-3 / a-4 — the copyright row: same marker, but the label goes white and the
   marker does not grow. */
.copyright-link-wrap:hover .footer-link-icon, .copyright-link-wrap:focus-visible .footer-link-icon {
  transform: none;
}
.copyright-link-wrap:hover .tag-small.text-color-gray, .copyright-link-wrap:focus-visible .tag-small.text-color-gray {
  color: var(--colors--colors-white);
}
/* a-10 / a-11 — a project card: the cover image swells, the round View badge
   pops in from nothing and the corner arrow swings up. */
.image-content-parallax, .arrow-icon, [data-follow-target] {
  transition: transform 500ms ease;
}
[data-follow-target] {
  --follow-x: 0px;
  --follow-y: 0px;
  --follow-scale: 0;
  transform: translate(var(--follow-x), var(--follow-y)) scale(var(--follow-scale));
}
[data-follow]:hover [data-follow-target] {
  --follow-scale: 1;
}
[data-follow]:hover .image-content-parallax {
  transform: scale(1.1);
}
.project-v1-list:hover .arrow-icon, .project-list-wrap:hover .arrow-icon {
  transform: rotate(-40deg);
}
/* a-16 / a-17 — a shop card adds a colour wash: the greyscale lifts off the
   cover and the caption turns primary. */
.shop-list-main-wrap .image-content-parallax {
  filter: grayscale(100%);
  transition: transform 500ms ease, filter 300ms ease;
}
.shop-list-main-wrap:hover .image-content-parallax {
  filter: grayscale(0%);
}
.shop-list-main-wrap .paragraph-small, .shop-list-main-wrap .tag-small {
  transition: color 300ms ease;
}
.shop-list-main-wrap:hover .paragraph-small, .shop-list-main-wrap:hover .tag-small {
  color: var(--colors--colors-primary);
}
/* a-52 / a-53 — a team portrait on the about page. */
.team-v2-list .fit-cover {
  filter: grayscale(100%);
  transition: transform 400ms ease, filter 400ms ease;
}
.team-v2-list:hover .fit-cover {
  filter: grayscale(0%);
  transform: scale(1.1);
}
/* a-24 / a-25 — the "Lets Talk" badge inverts under the cursor. */
.lets-talk-button-wrap {
  transition: filter 500ms ease;
}
.lets-talk-button-wrap:hover, .lets-talk-button-wrap:focus-visible {
  filter: invert(100%);
}
/* a-29 / a-30 — each marquee frame reveals its caption on hover. */
.marqee-image-content {
  opacity: 0;
  transition: opacity 500ms ease;
}
.marqee-image-filed:hover .marqee-image-content {
  opacity: 1;
}
/* The marquee pauses while the pointer is inside it, so a caption can be read. */
.image-marquee-wrap:hover .image-marquee-line {
  animation-play-state: paused;
}
/* ------------------------------------------------------------------- cart
   The Webflow Ecommerce cart, re-pointed at the localStorage store in main.js.
   The design's own `.cart-wrapper` / `.cart-container` classes still carry
   every visual; only the open/closed state is ours. */
[data-cart-modal] {
  display: none;
}
[data-cart-modal].is-open {
  display: flex;
}
[data-cart-list]:empty {
  display: none;
}
.cart-line-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--stroke--stroke-dark);
}
.cart-line-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  flex: none;
}
.cart-line-item .cart-line-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-line-item .cart-line-remove {
  color: var(--colors--colors-grey);
  text-decoration: underline;
  align-self: flex-start;
}
.cart-line-item .cart-line-remove:hover {
  color: var(--colors--colors-primary);
}
/* The checkout summary rows the backend used to render. */
.checkout-line-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}
.checkout-line-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  flex: none;
}
.checkout-line-item .checkout-line-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
/* Webflow's checkout blocks were laid out by the runtime's own grid; with the
   commerce classes renamed the columns still apply, but the form fieldsets need
   their UA box reset or the sections overlap. */
.wf-commerce-commercecheckoutformcontainer fieldset, .wf-commerce-commercepaypalcheckoutformcontainer fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
/* ------------------------------------------------------------------ forms */
[data-form-done][hidden], [data-form-fail][hidden] {
  display: none;
}
.form-text-field:focus, .footer-text-field:focus, .wf-input:focus {
  border-color: var(--colors--colors-primary);
  outline: none;
}
/* --------------------------------------------------------- reduced motion
   Everything is held at its finished state: nothing moves, nothing is hidden. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }

  :is(.reveal-up-1, .reveal-up-2, .reveal-up-3, .reveal-up-4, .reveal-fade,
    .reveal-grow, .reveal-shrink) {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .count-roll .counter-single-wrap,
  .tools-grow .tools-bar.bg-colors-primary {
    transform: none;
  }
}
