/* Zenvira - consolidated stylesheet (hand-cleaned Webflow export).
   1 reset  2 base framework (load-bearing rules, renamed .wf-)  3 Zenvira design
   4 components (vanilla replacements for webflow.js / IX2).
   Fonts: assets/fonts/fonts.css (Inter + Inter Tight + Mr De Haviland +
   Font Awesome, all self-hosted). */

/* ======================================================================
   1. Reset (normalize)
   ====================================================================== */
html {
  font-family: sans-serif;
  
  -ms-text-size-adjust: 100%;
  
  -webkit-text-size-adjust: 100%;
  
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  
  vertical-align: baseline;
  
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  
  font: inherit;
  
  margin: 0;
  
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  
  cursor: pointer;
  
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  
  padding: 0;
  
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
  
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  
  padding: 0;
  
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* ======================================================================
   2. Base framework (runtime-only rules dropped; the rest kept as .wf-)
   ====================================================================== */
[class^="w-icon-"], [class*=" w-icon-"] {
  
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.inline-block {
  max-width: 100%;
  display: inline-block;
}
.wf-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.wf-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button, [type='button'], [type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.wf-form {
  margin: 0 0 15px;
}
.wf-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.wf-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.wf-input {
  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;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
@keyframes spin {
0% {
    transform: rotate(0deg);
  }
100% {
    transform: rotate(360deg);
  }
}
.wf-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
/* ======================================================================
   3. Zenvira design
   ====================================================================== */
:root {
  --background--body: #f7f4ec;
  --_font-family---poppins: Poppins, sans-serif;
  --primary: #202918;
  --_typography---regular-paragraph: 17px;
  --_line-height---regular-paragraph: 26px;
  --_font-weight---normal: 400;
  --_letter-spacing---regular: -.18px;
  --_font-family---bayon: Bayon, sans-serif;
  --_typography---h1: 88px;
  --_line-height---h1: 88px;
  --_letter-spacing---none: 0%;
  --_typography---h2: 72px;
  --_line-height---h2: 82px;
  --_letter-spacing---h2: -2.46px;
  --_typography---h3: 52px;
  --_line-height---h3: 60px;
  --_letter-spacing---h3: -1.04px;
  --_typography---h4: 32px;
  --_line-height---h4: 36px;
  --_letter-spacing---h4: -.64px;
  --_typography---h5: 24px;
  --_line-height---h5: 32px;
  --_font-weight---medium: 500;
  --_letter-spacing---h5: -.24px;
  --_letter-spacing---h6: -.2px;
  --_line-height---h6: 28px;
  --_line-height---full: 100%;
  --transfer-color: #fff0;
  --white: white;
  --_typography---small-paragraph: 16px;
  --_line-height---small-paragraph: 24px;
  --_letter-spacing---small: -.16px;
  --border--default: #4b5243;
  --_line-height---button: 100%;
  --border--light: #cccbc2;
  --_padding---section-padding: 100px;
  --_padding---none: 0px;
  --_typography---large-paragraph: 20px;
  --_line-height---large-paragraph: 28px;
  --_letter-spacing---large: -.2px;
  --gray--100: #a1a49a;
  --gray--400: #646662;
  --_typography---button: 20px;
  --_line-height---normal: 100%;
  --_typography---h6: 20px;
  --_font-weight---semi-bold: 600;
  --_font-family---favicon-solid\<deleted\|variable-81dd4d98-1dfc-3c34-8938-7c5f969b50a9\>: "Fa Solid 900";
  --gray--50: #ede9df;
  --muted: #34402c;
  --_typography---subtitle: 14px;
  --_letter-spacing---subtitle: -.14px;
  --_line-height---subtitle: 20px;
  --secondary: #a5a89e;
  --black: black;
  --_font-weight---bold: 700;
  --_letter-spacing---button: 0%;
}
.wf-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.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 {
  background-color: var(--background--body);
  font-family: var(--_font-family---poppins);
  color: var(--primary);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---regular);
  --_typography---regular-paragraph: 17px;
  --_typography---h1: 88px;
  --_typography---h2: 72px;
  --_typography---h3: 52px;
  --_typography---h4: 32px;
  --_typography---h5: 24px;
  --_typography---small-paragraph: 16px;
  --_typography---large-paragraph: 20px;
  --_typography---button: 20px;
  --_typography---h6: 20px;
  --_typography---subtitle: 14px;
  --_line-height---regular-paragraph: 26px;
  --_line-height---h1: 88px;
  --_line-height---h2: 82px;
  --_line-height---h3: 60px;
  --_line-height---h4: 36px;
  --_line-height---h5: 32px;
  --_line-height---h6: 28px;
  --_line-height---full: 100%;
  --_line-height---small-paragraph: 24px;
  --_line-height---button: 100%;
  --_line-height---large-paragraph: 28px;
  --_line-height---normal: 100%;
  --_line-height---subtitle: 20px;
  --_letter-spacing---regular: -.18px;
  --_letter-spacing---none: 0%;
  --_letter-spacing---h2: -2.46px;
  --_letter-spacing---h3: -1.04px;
  --_letter-spacing---h4: -.64px;
  --_letter-spacing---h5: -.24px;
  --_letter-spacing---h6: -.2px;
  --_letter-spacing---small: -.16px;
  --_letter-spacing---large: -.2px;
  --_letter-spacing---subtitle: -.14px;
  --_letter-spacing---button: 0%;
  --_padding---section-padding: 100px;
  --_padding---none: 0px;
  --_font-weight---normal: 400;
  --_font-weight---medium: 500;
  --_font-weight---semi-bold: 600;
  --_font-weight---bold: 700;
  --_font-family---poppins: Poppins, sans-serif;
  --_font-family---bayon: Bayon, sans-serif;
  --_font-family---favicon-solid\<deleted\|variable-81dd4d98-1dfc-3c34-8938-7c5f969b50a9\>: "Fa Solid 900";
  --background--body: #f7f4ec;
  --primary: #202918;
  --transfer-color: #fff0;
  --white: white;
  --border--default: #4b5243;
  --border--light: #cccbc2;
  --gray--100: #a1a49a;
  --gray--400: #646662;
  --gray--50: #ede9df;
  --muted: #34402c;
  --secondary: #a5a89e;
  --black: black;
}
h1 {
  font-family: var(--_font-family---bayon);
  color: var(--primary);
  font-size: var(--_typography---h1);
  line-height: var(--_line-height---h1);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---none);
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-family: var(--_font-family---bayon);
  color: var(--primary);
  font-size: var(--_typography---h2);
  line-height: var(--_line-height---h2);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---h2);
  margin-top: 0;
  margin-bottom: 0;
}
h3 {
  font-family: var(--_font-family---bayon);
  color: var(--primary);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---h3);
  margin-top: 0;
  margin-bottom: 0;
}
h4 {
  font-family: var(--_font-family---bayon);
  color: var(--primary);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---h4);
  margin-top: 0;
  margin-bottom: 0;
}
h5 {
  font-family: var(--_font-family---poppins);
  color: var(--primary);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  margin-top: 0;
  margin-bottom: 0;
}
h6 {
  font-family: var(--_font-family---poppins);
  color: var(--primary);
  font-size: var(--_letter-spacing---h6);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h6);
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin-bottom: 0;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
img {
  max-height: var(--_line-height---full);
  max-width: var(--_line-height---full);
  display: inline-block;
}
figure {
  margin-bottom: 10px;
}
.navbar {
  background-color: var(--transfer-color);
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  inset: 0% 0% auto;
}
.container {
  width: 100%;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container.inner-container {
  max-width: 1375px;
}
.container.mb0 {
  margin-bottom: 0;
}
.container._1400px {
  max-width: 1430px;
}
.container.featured-projects {
  max-width: 1275px;
}
.container.checkout {
  justify-content: space-between;
}
.navabr-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.navabr-wrapper {
  background-color: #fffc;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 24px;
  display: flex;
  box-shadow: inset 0 -1px 1px -.5px #3333330f, 0 0 0 1px #2929290a, 0 48px 48px -24px #2929290a, 0 24px 24px -12px #2929290a, 0 12px 12px -6px #2929290a, 0 6px 6px -3px #2929290a, 0 3px 3px -1.5px #29292905, 0 1px 1px .5px #2929290a;
}
.navabr-logo {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.navbar-menu {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 360px;
  display: flex;
}
.nav-link {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small);
  padding: 0;
  text-decoration: none;
}
.nav-link[aria-current="page"] {
  border-bottom: 1px solid var(--border--default);
  color: var(--primary);
}
.navabr-button-wrapper {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 184px;
  display: flex;
}
.navabr-logo-wrapper {
  width: 100%;
  max-width: 144px;
}
.primary-button {
  background-color: var(--primary);
  color: var(--white);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---button);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---small);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px 1px -.5px #3333330f, 0 0 0 1px #2929290a, 0 48px 48px -24px #2929290a, 0 24px 24px -12px #2929290a, 0 12px 12px -6px #2929290a, 0 6px 6px -3px #2929290a, 0 3px 3px -1.5px #29292905, 0 1px 1px .5px #2929290a;
}
.primary-button:where(.wf-variant-ab095006-75d5-164d-05e7-88dfd26c58dd) {
  border: 1px solid var(--border--light);
  background-color: var(--transfer-color);
  box-shadow: none;
  color: var(--primary);
}
.primary-button:where(.wf-variant-b3d77178-19dd-0a09-5e52-8cbc6c60d5db) {
  background-color: var(--white);
  color: var(--primary);
}
.primary-button.password-protected {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}
.primary-button.shop-details {
  width: 100%;
  max-width: 466px;
}
.primary-button.checkout {
  transition: all .3s;
}
.primary-button.checkout:hover {
  transform: scale(.95);
}
.primary-button-text.abs {
  position: absolute;
}
.section {
  padding-top: var(--_padding---section-padding);
  padding-bottom: var(--_padding---section-padding);
}
.section.banner {
  padding-top: var(--_padding---none);
  padding-bottom: var(--_padding---none);
}
.section.footer {
  padding: 16px;
}
.section.cta {
  padding-top: var(--_padding---none);
  padding-bottom: var(--_padding---none);
  position: relative;
}
.section.services-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section.not-found {
  background-image: url('../images/Not-Found-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 360px;
  padding-bottom: 360px;
}
.section.inner-banner {
  padding-top: 175px;
  padding-bottom: 80px;
}
.section.inner-banner.blog-details-banner {
  padding-bottom: 60px;
}
.section.changelog, .section.license, .section.style-guide {
  padding-top: 0;
}
.section.password-protected {
  padding-top: 260px;
}
.section.contact-us {
  padding-top: 0;
}
.section.main-blog {
  padding-top: 20px;
}
.section.blog-details {
  padding-top: 0;
}
.section.related-blog {
  padding-top: 60px;
}
.section.main-pricing, .section.pricing-details, .section.shop {
  padding-top: 0;
}
.section.shop-details {
  padding-top: 185px;
}
.section.about-us-banner, .section.service-banner {
  padding-top: 175px;
}
.section.trust-section, .section.our-projects {
  padding-top: 0;
}
.section.project-details {
  padding-top: 175px;
}
.section.featured-projects {
  padding-top: var(--_padding---none);
  padding-bottom: 70px;
}
.section.company {
  padding-top: 55px;
  padding-bottom: 140px;
}
.section.design-stories {
  padding-top: var(--_padding---none);
  padding-bottom: 160px;
}
.section.checkout {
  background-color: var(--transfer-color);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.banner-content {
  flex-flow: column;
  justify-content: flex-end;
  min-height: 794px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}
.banner-bg-wrapper {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}
.banner-bg {
  z-index: 1;
  mix-blend-mode: overlay;
  background-image: url('../images/Banner-Image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-bg-shape {
  background-image: linear-gradient(180deg, #708f5447, var(--primary));
  position: absolute;
  inset: 0%;
}
.banner-wrapper {
  z-index: 9;
  width: 100%;
  position: relative;
}
.banner-typography {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.banner-title-description {
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 535px;
  display: flex;
}
.banner-title {
  width: 100%;
  max-width: 500px;
  color: var(--white);
}
.banner-description-text {
  color: var(--white);
}
.banner-form-wrapper {
  width: 100%;
  max-width: 520px;
  overflow: hidden;
}
.banner-form-rating-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}
.banner-form-rating {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.banner-form-rating-text {
  color: var(--white);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---large);
}
.banner-form-block {
  margin-bottom: 0;
}
.banner-form-single {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}
.banner-form-input-field {
  background-color: var(--white);
  color: #70726d;
  height: 75px;
  font-size: var(--_typography---regular-paragraph);
  letter-spacing: var(--_letter-spacing---regular);
  border-radius: 100px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.banner-form-input-field:focus {
  border: 1px solid var(--border--default);
}
.banner-form-input-field::placeholder {
  color: #70726d;
}
.submit-button {
  background-color: var(--primary);
  height: 63px;
  color: var(--white);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---button);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---large);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 42px;
  padding-right: 42px;
  transition: all .3s;
  display: flex;
}
.submit-button:where(.wf-variant-4ae3e1a3-9f7c-899c-c89f-6e9bf6ccdfeb) {
  position: absolute;
  inset: auto 6px auto auto;
}
.submit-button:hover {
  transform: scale(.95);
}
.footer-content {
  background-color: var(--primary);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding-top: 48px;
}
.footer-information-menu-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}
.footer-top-content {
  padding-bottom: 40px;
}
.footer-information-wrapper {
  width: 100%;
  max-width: 352px;
}
.footer-logo-wrapper {
  margin-bottom: 32px;
}
.footer-information-text {
  color: var(--gray--100);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.footer-information-text-wrapper {
  margin-bottom: 32px;
}
.footer-social-media-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.footer-menu-wrapper {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 725px;
  display: flex;
}
.footer-menu-single {
  width: 100%;
  max-width: 160px;
}
.footer-menu-title-wrapper {
  margin-bottom: 16px;
}
.footer-menu-title {
  color: var(--white);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  display: inline-block;
}
.footer-menu-list {
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}
.footer-menu-list-item {
  transition: all .2s;
}
.footer-menu-list-item:hover {
  transform: translate(7px);
}
.footer-menu-text-link {
  color: var(--gray--100);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small);
  text-transform: capitalize;
  text-decoration: none;
}
.footer-typography-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer-details-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-details-text {
  color: var(--gray--100);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  display: inline-block;
}
.footer-details-text-link {
  color: var(--white);
  text-decoration: none;
}
.footer-bottom-content {
  text-align: center;
}
.footer-details-logo-wrapper, .footer-details-logo {
  width: 100%;
}
.cta-content {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.cta-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.cta-title {
  letter-spacing: 0;
  font-size: 62px;
  line-height: 70px;
  display: inline-block;
}
.cta-form-wrapper {
  overflow: hidden;
}
.cta-form-block {
  margin-bottom: 0;
}
.cta-form {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}
.cta-form-flex {
  grid-column-gap: 24px;
  display: flex;
}
.cta-form-single {
  width: 100%;
}
.cta-form-text-block {
  font-family: var(--_font-family---poppins);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---small);
}
.cta-form-input-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border--light);
  background-color: var(--transfer-color);
  min-height: 48px;
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---normal);
  margin-bottom: 0;
  padding: 12px 0;
}
.cta-form-input-field:focus {
  border-style: none none solid;
  border-color: var(--primary) var(--primary) var(--border--default);
}
.cta-form-input-field::placeholder {
  color: var(--gray--400);
}
.cta-form-textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border--light);
  background-color: var(--transfer-color);
  min-height: 132px;
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 0;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
}
.cta-form-textarea:focus {
  border-bottom-color: var(--border--default);
}
.cta-form-textarea::placeholder {
  color: var(--gray--400);
}
.cta-card {
  background-color: var(--white);
  border: 1px solid #eae8e1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  max-width: 210px;
  padding: 10px;
  position: absolute;
}
.cta-card.card-one {
  inset: 24px auto auto 0;
}
.cta-card.card-two {
  inset: 24px 5px auto auto;
}
.cta-card.card-three {
  inset: auto auto 70px 5px;
}
.cta-card.card-four {
  inset: auto 5px 60px auto;
}
.cta-card-icon-title-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}
.cta-card-title {
  color: var(--primary);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---regular);
}
.cta-card-image-wrapper {
  position: relative;
  overflow: hidden;
}
.cta-card-image {
  width: 100%;
}
.faq-content {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.faq-section-title-wrapper {
  width: 100%;
  max-width: 480px;
  position: sticky;
  top: 100px;
}
.faq-section-title-single {
  margin-bottom: 20px;
}
.faq-button-wrapper {
  display: inline-block;
}
.secondary-button {
  color: var(--primary);
  font-size: var(--_typography---button);
  font-weight: var(--_font-weight---medium);
  border: 1px solid #20291833;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 35px 16px 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.secondary-button:where(.wf-variant-f766f953-e7c6-648c-a8e3-7190da95e61c) {
  border-color: var(--border--default);
  color: var(--white);
}
.secondary-button:hover {
  transform: scale(.95);
}
.secondary-button-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.secondary-button-wrapper.bottom {
  position: absolute;
}
.faq-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 735px;
  display: flex;
}
.faq-accordion-title {
  color: var(--primary);
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---semi-bold);
  letter-spacing: var(--_letter-spacing---h6);
  white-space: pre-wrap;
}
.faq-accordion-ans-wrap {
  background-color: #fff0;
  position: static;
  overflow: hidden;
}
.faq-accordion-icon-wrapper {
  width: 100%;
  max-width: 36px;
  height: 36px;
  font-family: var(--_font-family---favicon-solid\<deleted\|variable-81dd4d98-1dfc-3c34-8938-7c5f969b50a9\>);
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  cursor: pointer;
  border: 1px solid #20291833;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.faq-accordion-ans {
  width: 100%;
  max-width: 552px;
  color: var(--gray--100);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small);
}
.faq-accordion-ans.two {
  max-width: 605px;
}
.faq-single-accordion-wrap {
  border: 1px solid #20291833;
  border-radius: 10px;
  width: 100%;
  display: block;
}
.faq-accordion-title-wrap {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.faq-accordion-link {
  width: 100%;
  padding: 20px;
  display: block;
}
.faq-accordion-content-wrap {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.blog-section-title-wrapper {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}
.blog-section-title-single {
  width: 100%;
  max-width: 650px;
}
.section-title.mb20px {
  margin-bottom: 20px;
}
.section-title.services {
  width: 100%;
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.section-title.core-values {
  width: 100%;
  max-width: 580px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.section-title.related-blog {
  display: inline-block;
}
.section-title.about-core-values {
  color: var(--white);
  margin-bottom: 20px;
}
.section-title.our-impact {
  margin-bottom: 8px;
}
.section-title.color-change {
  color: var(--white);
  letter-spacing: var(--_letter-spacing---none);
}
.section-title.color-change.mb20 {
  margin-bottom: 20px;
}
.blog-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.blog-post-image-wrapper {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.blog-post-image {
  width: 100%;
}
.blog-post-title-description {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}
.blog-post-title {
  color: var(--primary);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  text-decoration: none;
  display: block;
}
.blog-post-description {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small);
}
.blog-post-line {
  width: 100%;
}
.testimonial-title-wrapper {
  text-align: center;
  width: 100%;
  max-width: 570px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.testimonial-title {
  color: var(--primary);
  font-size: var(--_typography---h1);
  line-height: var(--_line-height---h1);
  letter-spacing: var(--_letter-spacing---none);
}
.testimonial-wrapper {
  width: 100%;
  max-width: 921px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}
.testimonial-slider {
  background-color: var(--transfer-color);
  width: 100%;
  height: 100%;
}
.testimonial-slider-mask {
  overflow: visible;
}
.testimonial-slider-arrow {
  display: none;
}
.testimonial-slider-card {
  border: 2px solid var(--primary);
  background-color: var(--background--body);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 526px;
  padding: 60px 75px 80px 80px;
  display: flex;
  position: relative;
}
.testimonial-slider-description-wrapper {
  margin-bottom: 45px;
}
.testimonial-slider-description {
  font-family: var(--_font-family---bayon);
  color: var(--primary);
  letter-spacing: var(--_letter-spacing---none);
  font-size: 62px;
  line-height: 70px;
}
.testimonial-slider-card-author-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.testimonial-slider-card-author-single {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.testimonial-slider-card-author-name-bio {
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}
.testimonial-slider-card-author-name {
  color: var(--primary);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---large);
}
.testimonial-slider-card-author-bio {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.testimonial-slider-card-rating-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.testimonial-slider-card-rating-star-wrapper {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.testimonial-slider-card-rating-text {
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h6);
}
.testimonial-slider-nav {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 35px;
  padding-top: 0;
  display: flex;
  inset: auto auto -75px 0%;
}
.testimonial-frame {
  width: 100%;
  max-width: 851px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0 auto;
}
.section-title-wrapper {
  text-align: center;
  margin-bottom: 75px;
}
.section-title-wrapper.mb60 {
  margin-bottom: 60px;
}
.section-title-wrapper.compare-plans, .section-title-wrapper.about-core-values {
  width: 100%;
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
}
.section-title-wrapper.portfolio {
  width: 100%;
  max-width: 730px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
.section-title-wrapper.our-focus {
  margin-bottom: 160px;
}
.section-description.pricing {
  width: 100%;
  max-width: 730px;
  color: var(--primary);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---large);
  margin-left: auto;
  margin-right: auto;
}
.section-description.services {
  width: 100%;
  max-width: 730px;
  color: var(--primary);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  letter-spacing: var(--_letter-spacing---large);
  margin-left: auto;
  margin-right: auto;
}
.section-description.core-values {
  width: 100%;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
}
.section-description.color-change {
  color: var(--gray--400);
}
.section-description.color-change.compare-plans {
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  letter-spacing: var(--_letter-spacing---large);
}
.section-description.color-change.about-core-values {
  color: var(--gray--100);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  letter-spacing: var(--_letter-spacing---large);
}
.section-description.our-impact {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.section-description.large-text {
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  letter-spacing: var(--_letter-spacing---large);
}
.section-description.large-text.color-change {
  color: var(--gray--100);
}
.section-description.large-text.color-change.team-member, .section-description.our-focus {
  width: 100%;
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-collection-list-wrapper {
  height: 100%;
}
.pricing-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
}
.pricing-collection-item {
  height: 100%;
}
.pricing-single {
  background-color: var(--gray--50);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: 542px;
  padding: 16px;
  display: flex;
}
.pricing-single.middle {
  background-color: var(--primary);
}
.pricing-name-description {
  margin-bottom: 16px;
}
.pricing-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}
.pricing-name {
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 12px;
}
.pricing-name.color-change {
  color: var(--white);
}
.pricing-description {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.pricing-description.color-change {
  color: var(--gray--100);
}
.pricing-price-pack-name {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 24px;
  display: flex;
}
.pricing-price-pack-name.mb4 {
  margin-bottom: 4px;
}
.pricing-price {
  font-family: var(--_font-family---bayon);
  color: var(--primary);
  letter-spacing: var(--_letter-spacing---none);
  font-size: 62px;
  line-height: 70px;
  display: inline-block;
}
.pricing-price.color-change {
  color: var(--white);
}
.pricing-pack-name {
  font-size: 14px;
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: -.14px;
  padding-bottom: 10px;
}
.pricing-pack-name.color-change {
  color: var(--white);
}
.pricing-features-list {
  grid-row-gap: 13px;
  flex-flow: column;
  margin-bottom: 50px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}
.pricing-features-list.mb0 {
  margin-bottom: 0;
}
.pricing-features-list-item {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.pricing-features-list-item-icon {
  width: 100%;
  max-width: 19px;
}
.pricing-features-list-item-text {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small);
}
.pricing-features-list-item-text.color-change {
  color: var(--white);
}
.services-content {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}
.services-single {
  background-color: var(--primary);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 100px;
}
.services-single.main {
  background-color: var(--white);
}
.services-card-name-wrapper {
  width: 100%;
  max-width: 271px;
}
.services-card-name {
  font-family: var(--_font-family---bayon);
  color: var(--white);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  letter-spacing: var(--_letter-spacing---h3);
  overflow-wrap: break-word;
  text-decoration: none;
  display: block;
}
.services-card-name.color-change {
  color: var(--primary);
}
.services-card-name.one {
  max-width: 219px;
}
.services-typography-image-wrapper {
  grid-column-gap: 16px;
  justify-content: space-between;
  width: 100%;
  max-width: 820px;
  display: flex;
}
.services-typography {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 433px;
  display: flex;
}
.services-image-wrapper {
  border-radius: 8px;
  width: 100%;
  max-width: 354px;
  overflow: hidden;
}
.services-image {
  width: 100%;
}
.services-description {
  color: var(--white);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---regular);
}
.services-description.color-change {
  color: var(--primary);
}
.services-features-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  width: 100%;
  max-width: 328px;
  display: flex;
}
.services-features-wrapper.two {
  max-width: 264px;
}
.services-features-wrapper.four {
  max-width: 261px;
}
.services-features-name {
  background-color: var(--muted);
  color: var(--white);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  border-radius: 100px;
  padding: 6px 16px;
}
.services-features-name.color-change {
  background-color: var(--background--body);
  color: var(--primary);
}
.core-values-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.core-values-card {
  grid-row-gap: 16px;
  background-color: var(--gray--50);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 246px;
  padding: 24px;
  display: flex;
}
.core-values-card-title-description {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.core-values-card-title {
  font-weight: var(--_font-weight---medium);
  display: inline-block;
}
.core-values-card-description {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.not-found-content {
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.not-found-title {
  color: var(--white);
  font-size: var(--_typography---h2);
  line-height: var(--_line-height---h2);
  letter-spacing: var(--_letter-spacing---h2);
}
.inner-banner-title-description {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.inner-banner-title-description.blog-details-banner {
  grid-row-gap: 16px;
}
.inner-banner-title.blog-details {
  color: var(--primary);
  font-size: var(--_typography---h2);
  line-height: var(--_line-height---h2);
  letter-spacing: var(--_letter-spacing---h2);
}
.inner-banner-description {
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.inner-banner-description.changelog {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.inner-banner-description.license {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.inner-banner-description.contact-us, .inner-banner-description.blog, .inner-banner-description.pricing, .inner-banner-description.shop {
  width: 100%;
  max-width: 571px;
  margin-left: auto;
  margin-right: auto;
}
.changelog-content {
  width: 100%;
  max-width: 1066px;
  margin-left: auto;
  margin-right: auto;
}
.changelog-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}
.changelog-single {
  background-color: var(--gray--50);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 45px 48px;
}
.changelog-title-wrapper {
  margin-bottom: 16px;
}
.changelog-title {
  color: var(--primary);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
}
.changelog-list-wrapper {
  margin-bottom: 25px;
}
.changelog-list {
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 25px;
  display: flex;
}
.changelog-item {
  color: #70726d;
}
.changelog-item-text {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.changelog-date {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.license-content {
  width: 100%;
  max-width: 785px;
}
.license-wrapper {
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}
.license-single {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.license-title {
  color: var(--primary);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
}
.license-description-wrapper {
  margin-bottom: 24px;
}
.license-description-text {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.license-description-text-link {
  color: var(--primary);
}
.license-image-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.license-image-single {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.license-image {
  width: 100%;
}
.license-icon-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
}
.license-icon-single {
  background-color: var(--gray--50);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 158px;
  display: flex;
}
.license-typography-card {
  background-color: var(--gray--50);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 185px;
  display: flex;
}
.style-guide-wrapper {
  grid-row-gap: 115px;
  flex-flow: column;
  display: flex;
}
.style-guide-title-wrapper {
  margin-bottom: 45px;
}
.style-guide-title {
  color: var(--primary);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  display: inline-block;
}
.style-guide-typography-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.style-guide-typography-single-card {
  grid-column-gap: 18px;
  background-color: var(--white);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 26px;
  display: flex;
}
.style-guide-typography-tag-wrap {
  background-color: var(--white);
  border: 1px solid #d8d8d8;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 91px;
  height: 91px;
  display: flex;
}
.style-guide-typography-tag {
  color: var(--primary);
  font-size: 48px;
  line-height: var(--_line-height---normal);
  letter-spacing: -.48px;
}
.style-guide-typography-title-text {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}
.style-guide-typography-title {
  color: var(--primary);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---regular);
}
.style-guide-typography-text {
  color: var(--gray--400);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---normal);
  letter-spacing: var(--_letter-spacing---subtitle);
}
.style-guide-color-palette-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.style-guide-color-palette {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 345px;
}
.style-guide-color-palette.one {
  background-color: var(--primary);
}
.style-guide-color-palette.two {
  background-color: var(--muted);
}
.style-guide-color-palette.three {
  background-color: var(--border--default);
}
.style-guide-color-palette.four {
  background-color: var(--gray--400);
}
.style-guide-color-palette.five {
  background-color: var(--gray--100);
  border: 1px solid #0505051a;
}
.style-guide-color-palette.six {
  background-color: var(--border--light);
}
.style-guide-color-palette.seven {
  background-color: var(--gray--50);
}
.style-guide-color-palette.eight {
  border: 1px solid var(--border--light);
  background-color: var(--background--body);
}
.style-guide-color-palette.nine {
  background-color: var(--white);
}
.style-guide-button-wrapper {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.password-protected-wrapper {
  width: 100%;
  max-width: 542px;
  margin-left: auto;
  margin-right: auto;
}
.password-protected-title-description {
  text-align: center;
  margin-bottom: 55px;
}
.password-protected-title {
  color: var(--primary);
  letter-spacing: var(--_letter-spacing---none);
  margin-bottom: 16px;
  font-size: 62px;
  line-height: 70px;
}
.password-protected-description {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.password-protected-form-single {
  width: 100%;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.password-protected-form-text-field {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---normal);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 16px;
}
.password-protected-form-input-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border--light);
  background-color: var(--transfer-color);
  color: var(--gray--100);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 16px;
  padding: 0 0 12px;
}
.password-protected-form-input-field::placeholder {
  color: var(--gray--100);
}
.contact-us-content {
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}
.contact-us-top-content {
  grid-column-gap: 15px;
  justify-content: space-between;
  display: flex;
}
.contact-us-image-wrapper {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  max-width: 664px;
  position: relative;
  overflow: hidden;
}
.contact-us-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.contact-us-form-wrapper {
  width: 100%;
  max-width: 640px;
}
.contact-us-form-block {
  margin-bottom: 0;
}
.contact-us-form {
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}
.contact-us-form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}
.contact-us-form-single {
  width: 100%;
}
.contact-us-form-text-field {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 0;
}
.contact-us-input-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border--light);
  background-color: var(--transfer-color);
  min-height: 46px;
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 0;
  padding: 0;
}
.contact-us-input-field:focus {
  border-bottom-color: var(--border--default);
}
.contact-us-input-field::placeholder {
  color: var(--gray--400);
}
.contact-us-form-textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border--light);
  background-color: var(--transfer-color);
  width: 100%;
  height: 100%;
  min-height: 132px;
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 0;
  padding: 16px 0;
}
.contact-us-form-textarea:focus {
  border-bottom-color: var(--border--default);
}
.contact-us-form-textarea::placeholder {
  color: var(--gray--400);
}
.contact-us-information-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.contact-us-information-card {
  grid-row-gap: 48px;
  background-color: var(--gray--50);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}
.contact-us-information-icon-wrapper {
  background-color: var(--primary);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
}
.contact-us-information-card-title {
  color: var(--gray--400);
  margin-bottom: 8px;
  display: inline-block;
}
.contact-us-information-card-text {
  color: var(--primary);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  letter-spacing: var(--_letter-spacing---large);
}
.contact-us-information-card-link-block {
  grid-column-gap: 12px;
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---small);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}
.contact-us-information-card-link-block-arrow {
  font-family: var(--_font-family---favicon-solid\<deleted\|variable-81dd4d98-1dfc-3c34-8938-7c5f969b50a9\>);
}
.main-blog-tabs-menu {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}
.main-blog-tabs-menu-link {
  background-color: var(--transfer-color);
  font-family: var(--_font-family---bayon);
  color: var(--gray--100);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  padding: 0;
  text-decoration: none;
}
.main-blog-tabs-menu-link[aria-current="page"] {
  background-color: var(--transfer-color);
  color: var(--primary);
  text-decoration: underline;
}
.blog-details-content {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}
.blog-details-image-wrapper {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
  overflow: hidden;
}
.blog-details-image {
  width: 100%;
}
.blog-details-bottom-content {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.blog-details-information-wrapper {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 100px;
}
.blog-details-categories-wrap {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.blog-details-categories-circle {
  background-color: var(--primary);
  width: 6px;
  height: 6px;
}
.blog-details-category {
  color: var(--primary);
  font-size: var(--_typography---regular-paragraph);
  font-weight: var(--_font-weight---medium);
}
.blog-details-information-single {
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.blog-details-information-title {
  color: var(--gray--400);
  font-weight: var(--_font-weight---medium);
}
.blog-details-information-text {
  color: var(--primary);
  font-weight: var(--_font-weight---medium);
}
.details-information-social-media-wrap {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.blog-details-rich-content-wrapper {
  width: 100%;
  max-width: 866px;
}
.blog-details-rich-content h2 {
  color: var(--primary);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 24px;
}
.blog-details-rich-content p {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 30px;
}
.blog-details-rich-content figure {
  margin-top: 40px;
  margin-bottom: 40px;
}
.compare-plans-table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.compare-plans-table-title-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 192px;
  padding-bottom: 16px;
  display: flex;
}
.compare-plans-table-single {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.compare-plans-table-single.standard-package {
  background-color: var(--primary);
}
.compare-plans-table-title {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---small);
}
.compare-plans-table-features-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.compare-plans-table-features-item {
  justify-content: flex-start;
  align-items: center;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}
.compare-plans-table-features-title {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.compare-plans-table-features-title.color-change {
  color: var(--white);
}
.compare-plans-table-card {
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
}
.compare-plans-table-top-content {
  padding-bottom: 36px;
}
.compare-plans-table-title-description {
  margin-bottom: 24px;
}
.compare-plans-title {
  color: var(--primary);
  font-weight: var(--_font-weight---medium);
  margin-bottom: 6px;
}
.compare-plans-title.color-change {
  color: var(--white);
}
.compare-plans-description {
  color: var(--gray--400);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  letter-spacing: var(--_letter-spacing---subtitle);
}
.compare-plans-description.color-change {
  color: var(--gray--100);
}
.compare-plans-table-features-line {
  background-color: var(--primary);
  border-radius: 100px;
  width: 100%;
  max-width: 16px;
  height: 1.5px;
}
.compare-plans-table-features-line.color-change {
  background-color: var(--white);
}
.pricing-details-content {
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.pricing-details-top-content {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.pricing-details-card-wrapper {
  background-color: var(--gray--50);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  max-width: 440px;
  padding: 22px 24px;
}
.pricing-details-card-text {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 20px;
}
.pricing-details-features-wrapper {
  background-color: var(--gray--50);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  max-width: 555px;
  padding: 24px 24px 70px;
}
.pricing-details-features-title-wrapper {
  margin-bottom: 20px;
}
.pricing-details-features-title {
  color: var(--primary);
  font-weight: var(--_font-weight---medium);
  display: inline-block;
}
.pricing-details-bottom-content {
  width: 100%;
  max-width: 600px;
}
.pricing-details-rich-content h2 {
  color: var(--primary);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 20px;
}
.pricing-details-rich-content p {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 20px;
}
.pricing-details-rich-content ul {
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}
.pricing-details-rich-content li {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.shop-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.shop-single {
  background-color: var(--white);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 10px;
}
.shop-image-wrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
.shop-image {
  width: 100%;
}
.product-name-price {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}
.product-name {
  color: var(--primary);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---regular);
  text-decoration: none;
}
.product-price {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.product-short-details-text {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.shop-details-content {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.shop-details-gallery-wrapper {
  margin-bottom: 40px;
}
.shop-details-left-content {
  width: 100%;
  max-width: 703px;
}
.shop-details-image-wrapper {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}
.shop-details-image {
  width: 100%;
}
.more-images-wrapper {
  margin-top: 8px;
}
.more-images-collection-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.more-images {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
}
.shipping-return-wrapper {
  grid-row-gap: 24px;
  border-bottom: 1px solid #dfdfdf;
  flex-flow: column;
  margin-bottom: 32px;
  padding-bottom: 32px;
  display: flex;
}
.shipping-return-title {
  color: var(--gray--400);
  margin-bottom: 12px;
  display: inline-block;
}
.shipping-return-description-text {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.shipping-return-description-text-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}
.customer-reviews-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}
.customer-reviews-top-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.customer-heading {
  color: var(--primary);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 16px;
}
.customer-review-wrapper {
  grid-column-gap: 9px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.customer-review-text {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.customer-reviews-bottom-content {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}
.customer-reviews-single {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.customer-name-bio {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.customer-name {
  color: var(--primary);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---large);
  margin-bottom: 12px;
  display: inline-block;
}
.customer-bio {
  background-color: var(--gray--50);
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  border-radius: 100px;
  padding: 4px 8px;
  display: inline-block;
}
.customer-review-card {
  width: 100%;
  max-width: 427px;
}
.customer-rating-star-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}
.customer-review-card-title {
  color: var(--primary);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---large);
  margin-bottom: 12px;
}
.customer-review-card-description {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.shop-details-right-content {
  width: 100%;
  max-width: 593px;
  position: sticky;
  top: 100px;
}
.shop-details-name-mini-description {
  margin-bottom: 16px;
}
.shop-details-name {
  color: var(--primary);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  letter-spacing: var(--_letter-spacing---h3);
  margin-bottom: 16px;
}
.shop-details-mini-description {
  color: var(--gray--400);
}
.shop-details-rating-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}
.shop-details-rating-star-wrap {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.shop-details-rating-text {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.shop-details-price-color-wrapper {
  grid-column-gap: 10px;
  border-bottom: 1px solid var(--border--light);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}
.shop-details-price {
  color: var(--primary);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
}
.shop-details-add-to-cart {
  margin-bottom: 48px;
}
.shop-details-add-to-cart-state {
  margin-bottom: 0;
}
.shop-details-quantity-add-to-cart-button {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.shop-details-quantity {
  background-color: var(--gray--50);
  width: 100%;
  max-width: 115px;
  min-height: 48px;
  color: var(--primary);
  text-align: center;
  border-style: none;
  border-radius: 100px;
  margin-bottom: 0;
}
.shop-details-description-wrapper {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}
.shop-details-description-title {
  color: var(--primary);
  font-size: var(--_typography---regular-paragraph);
  font-weight: var(--_font-weight---medium);
  display: inline-block;
}
.shop-details-description {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.about-us-banner-container {
  width: 100%;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.about-us-banner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}
.about-us-banner-typography {
  background-color: var(--primary);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 105px 48px;
}
.about-us-banner-typography-content {
  width: 100%;
  max-width: 555px;
  overflow: clip;
}
.about-us-banner-author-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}
.about-us-banner-author-single {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.about-us-banner-author-image {
  margin-left: -8px;
}
.about-us-banner-author-image._1st {
  margin-left: 0;
}
.about-us-banner-author-text {
  color: var(--gray--100);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---small);
}
.about-us-banner-title-description {
  margin-bottom: 32px;
}
.about-us-banner-title {
  color: var(--white);
  margin-bottom: 16px;
}
.about-us-banner-description {
  color: var(--gray--100);
}
.about-us-banner-button-wrapper {
  display: inline-block;
}
.about-us-banner-image-wrap {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
  overflow: hidden;
}
.about-us-banner-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.our-mission-typography {
  border-bottom: 1px solid var(--border--light);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 85px;
  display: flex;
}
.our-mission-subtitle-wrapper {
  overflow: hidden;
}
.our-mission-subtitle {
  color: var(--primary);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  letter-spacing: var(--_letter-spacing---large);
}
.our-mission-title-description {
  width: 100%;
  max-width: 831px;
}
.our-mission-title {
  color: var(--primary);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 13px;
}
.our-mission-description-text {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.our-mission-counter-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}
.our-mission-counter-wrapper.mb0 {
  margin-bottom: 0;
}
.summery-counter-wrap {
  height: 72px;
  margin-bottom: 20px;
  padding-right: 5px;
  display: flex;
  overflow: hidden;
}
.summery-counter-wrap.mb0 {
  margin-bottom: 0;
}
.single-counter-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}
.single-counter-wrap.two {
  justify-content: flex-end;
  align-items: center;
}
.number-digit {
  letter-spacing: var(--_letter-spacing---none);
  line-height: 100%;
}
.number-digit.white {
  color: var(--white);
}
.our-mission-counter-text {
  color: var(--gray--400);
}
.our-mission-counter-text.color-change {
  color: var(--gray--100);
}
.our-mission-counter-line {
  background-color: var(--border--light);
  width: 2px;
  height: 25px;
}
.our-mission-counter-line.color-change {
  background-color: var(--border--default);
}
.our-mission-image-content {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 966px;
  display: flex;
}
.our-mission-image-left-content {
  background-image: url('../images/Our-Mission-Image-Left-Content-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 690px;
  min-height: 409px;
  padding: 20px;
  display: flex;
}
.our-mission-image-left-card {
  background-color: var(--white);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  max-width: 263px;
  padding: 12px;
}
.our-mission-location {
  color: var(--gray--400);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  letter-spacing: var(--_letter-spacing---subtitle);
  margin-bottom: 5px;
}
.our-mission-card-price {
  color: var(--primary);
  font-size: var(--_typography---regular-paragraph);
  line-height: var(--_line-height---regular-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---regular);
  margin-bottom: 16px;
}
.our-mission-card-image {
  width: 100%;
}
.our-mission-image {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  max-width: 252px;
}
.history-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.history-section-title-wrapper {
  width: 100%;
  max-width: 540px;
  position: sticky;
  top: 100px;
}
.history-section-title {
  margin-bottom: 8px;
}
.history-section-description {
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.history-typography {
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  max-width: 562px;
  display: flex;
  position: relative;
}
.history-typography-single {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.history-typography-icon-wrapper {
  z-index: 9;
  background-color: var(--gray--400);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}
.history-typography-details {
  width: 100%;
  max-width: 466px;
}
.history-typography-date-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}
.history-typography-date-text {
  color: var(--gray--400);
  font-size: var(--_typography---regular-paragraph);
  font-weight: var(--_font-weight---medium);
}
.history-typography-date-circle {
  background-color: var(--gray--400);
  border-radius: 100%;
  width: 100%;
  max-width: 3px;
  height: 3px;
}
.history-typography-details-title {
  color: var(--gray--400);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 16px;
}
.history-typography-details-description {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.history-line-wrapper {
  background-color: var(--border--light);
  width: 2px;
  min-height: 818px;
  position: absolute;
  inset: 40px auto auto 19px;
}
.about-core-values-content {
  padding-left: 20px;
  padding-right: 20px;
}
.about-core-values-wrapper {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-core-values-card-wrapper {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.about-core-values-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.about-core-values-card {
  background-color: var(--muted);
  text-align: center;
  border-radius: 16px;
  padding: 39px 24px;
}
.about-core-values-card-icon-wrapper {
  background-color: var(--white);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 55px;
  height: 55px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.about-core-values-card-title {
  color: var(--white);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---large);
  margin-bottom: 8px;
  display: inline-block;
}
.core-card-description {
  color: var(--secondary);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---subtitle);
  letter-spacing: var(--_letter-spacing---subtitle);
}
.our-impact-content {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.our-impact-section-title-wrapper {
  width: 100%;
  max-width: 540px;
  position: sticky;
  top: 100px;
}
.our-impact-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 647px;
  display: flex;
}
.our-impact-card {
  background-color: var(--white);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 40px;
}
.our-impact-card.last {
  background-color: var(--primary);
  border-radius: 0 0 24px 24px;
}
.our-impact-description {
  color: var(--primary);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
}
.our-impact-description.last {
  color: var(--white);
}
.impact-value-top-content {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
  display: flex;
}
.impact-value-top-content.top {
  justify-content: space-between;
  align-items: flex-start;
}
.impact-value-line-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}
.impact-value-line {
  background-color: var(--border--light);
  border-radius: 100px;
  width: 165px;
  height: 8px;
  position: relative;
  overflow: hidden;
}
.impact-value-active-line {
  background-color: var(--primary);
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}
.impact-value-text {
  color: var(--primary);
  font-size: var(--_typography---subtitle);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---subtitle);
}
.impact-value-description {
  width: 100%;
  max-width: 455px;
  color: var(--primary);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
}
.impact-value-image-wrapper {
  background-color: var(--gray--50);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}
.impact-value-image {
  margin-left: -16px;
}
.impact-value-image.ml0 {
  margin-left: 0;
}
.square-icon-wrapper {
  background-color: var(--primary);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 68px;
  height: 68px;
  display: flex;
}
.team-members-container {
  padding-left: 20px;
  padding-right: 20px;
}
.team-members-wrapper {
  background-color: var(--primary);
  padding: 100px 20px;
}
.team-members-card-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.team-members-single {
  width: 100%;
  max-width: 310px;
}
.team-members-image-wrapper {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-bottom: 12px;
  overflow: hidden;
}
.team-member-image {
  width: 100%;
}
.team-member-typography {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.team-member-name {
  color: var(--white);
  font-weight: var(--_font-weight---medium);
}
.team-member-bio {
  color: var(--gray--100);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.team-members-card-line {
  background-color: #4b524380;
  width: 1px;
}
.service-banner-content {
  grid-row-gap: 105px;
  flex-flow: column;
  display: flex;
}
.service-banner-title-description {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.service-banner-description {
  color: var(--primary);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  letter-spacing: var(--_letter-spacing---large);
}
.service-banner-ticker {
  position: relative;
  overflow: hidden;
}
.service-banner-ticker-content {
  display: flex;
}
.service-banner-inner-ticker {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.service-banner-ticker-image-wrapper {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  max-width: 422px;
  margin-right: 16px;
  overflow: hidden;
}
.service-banner-ticker-image {
  width: 100%;
}
.trust-section-title-wrapper {
  text-align: center;
  width: 100%;
  max-width: 764px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.trust-section-title {
  color: var(--primary);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
}
.trust-section-title-span {
  color: var(--gray--100);
}
.trust-content {
  flex-flow: column;
  justify-content: flex-end;
  min-height: 360px;
  display: flex;
}
.trust-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
}
.trust-single {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.trust-graph {
  background-color: var(--primary);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  padding: 8px;
}
.trust-graph.one {
  width: 100%;
  height: 150px;
}
.trust-graph.two {
  height: 288px;
}
.trust-graph.three {
  height: 205px;
}
.trust-graph.four {
  height: 107px;
}
.trust-graph-line {
  background-color: var(--muted);
  border-radius: 100px;
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
}
.trust-graph-title-wrapper {
  padding-left: 12px;
}
.trust-graph-title {
  color: var(--white);
  font-weight: var(--_font-weight---medium);
  display: inline-block;
}
.trust-number {
  font-family: var(--_font-family---bayon);
  color: var(--primary);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  letter-spacing: var(--_letter-spacing---h3);
}
.our-expertise-grid {
  grid-column-gap: 55px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}
.our-expertise-single.right-side {
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}
.our-expertise-image-wrapper {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
  overflow: hidden;
}
.our-expertise-image-wrapper.mb24 {
  margin-bottom: 24px;
}
.our-expertise-image {
  width: 100%;
}
.our-expertise-description-wrapper {
  overflow: hidden;
}
.our-expertise-description {
  color: var(--primary);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
}
.our-expertise-title-description {
  margin-bottom: 40px;
}
.our-expertise-title {
  font-family: var(--_font-family---poppins);
  color: var(--primary);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  margin-bottom: 12px;
}
.our-expertise-description-text {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.primary-button-wrapper {
  display: inline-block;
}
.our-services-title-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}
.our-services-title-single-wrapper {
  overflow: hidden;
}
.our-services-description-wrapper {
  width: 100%;
  max-width: 516px;
  overflow: hidden;
}
.work-content {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.work-card-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 477px;
  display: flex;
}
.work-card {
  background-color: var(--primary);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 328px;
  padding: 32px;
  display: flex;
}
.work-card-number {
  color: var(--white);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
  display: inline-block;
}
.work-card-title {
  color: var(--white);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  margin-bottom: 10px;
}
.work-card-description {
  color: var(--gray--100);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.work-card-image-wrapper {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  max-width: 843px;
  position: sticky;
  top: 100px;
  overflow: clip;
}
.work-card-image {
  width: 100%;
}
.projects-collection-list {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.projects-single {
  grid-column-gap: 16px;
  background-color: var(--white);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: space-between;
  padding: 16px 16px 16px 48px;
  display: flex;
}
.projects-image-wrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  max-width: 721px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.projects-image {
  width: 100%;
}
.projects-typography {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 463px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}
.projects-title-description {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}
.projects-name {
  font-family: var(--_font-family---bayon);
  color: var(--primary);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  text-decoration: none;
  display: block;
}
.projects-description {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.projects-bottom-content {
  width: 100%;
  max-width: 436px;
}
.projects-details-list {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}
.projects-details-list-item {
  border-bottom: 1px solid var(--border--light);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}
.projects-details-list-item.last {
  border-bottom-style: none;
  padding-bottom: 0;
}
.projects-details-list-item-title {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.projects-details-list-item-text {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.project-details-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  align-items: start;
}
.project-details-left-content {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: -300px;
}
.project-details-typography {
  background-color: var(--gray--50);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  min-height: 619px;
  padding: 40px;
}
.project-details-title-description {
  margin-bottom: 64px;
}
.project-details-title {
  color: var(--primary);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  letter-spacing: var(--_letter-spacing---h3);
  margin-bottom: 32px;
}
.project-mini-details-wrapper {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 300px;
}
.project-mini-details-grid {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}
.project-mini-details-title {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 9px;
}
.project-mini-details-text {
  font-weight: var(--_font-weight---medium);
}
.project-details-right-content {
  flex-flow: column;
  display: flex;
}
.project-details-form-wrapper {
  background-color: var(--gray--50);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 32px;
}
.project-details-form-block {
  margin-bottom: 0;
}
.project-details-form {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}
.project-details-form-flex {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
}
.project-details-form-single {
  width: 100%;
}
.project-details-form-text-field {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---subtitle);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 0;
}
.project-details-form-input-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border--light);
  background-color: var(--transfer-color);
  min-height: 48px;
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 0;
  padding: 0;
}
.project-details-form-input-field:focus, .project-details-form-input-field:focus-visible, .project-details-form-input-field[data-wf-focus-visible] {
  border-bottom-color: var(--border--default);
}
.project-details-form-input-field::placeholder {
  font-size: var(--_typography---small-paragraph);
}
.project-details-form-textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border--light);
  background-color: var(--transfer-color);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 132px;
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 0;
  padding: 12px 0 0;
}
.project-details-form-textarea:focus {
  border-bottom-color: var(--border--default);
}
.project-details-form-textarea::placeholder {
  color: var(--gray--400);
}
.project-details-image-wrapper {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.project-details-image {
  object-fit: cover;
  width: 100%;
  min-height: 619px;
}
.project-details-image-single {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-bottom: 16px;
  overflow: hidden;
}
.project-details-image-single.mb0 {
  margin-bottom: 0;
}
.project-details-single-image {
  width: 100%;
}
.project-details-rich-content-wrapper {
  margin-top: 56px;
  margin-bottom: 56px;
}
.project-details-rich-content h2 {
  color: var(--primary);
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  letter-spacing: var(--_letter-spacing---h5);
  margin-bottom: 10px;
}
.project-details-rich-content p {
  color: var(--gray--400);
}
.portfolio-content {
  grid-column-gap: 16px;
  justify-content: space-between;
  display: flex;
}
.portfolio-left-content {
  width: 100%;
  max-width: 706px;
}
.portfolio-single {
  height: 100%;
  position: relative;
}
.portfolio-image-wrapper {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.portfolio-image-wrapper.right-card {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}
.portfolio-left-collection-list-wrapper, .portfolio-left-collection-list, .portfolio-left-collection-item {
  height: 100%;
}
.portfolio-image {
  width: 100%;
}
.portfolio-image.left {
  object-fit: cover;
  object-position: 100% 0%;
  height: 100%;
}
.portfolio-typography {
  z-index: 9;
  position: absolute;
  inset: auto auto 24px 24px;
}
.portfolio-name {
  font-family: var(--_font-family---bayon);
  color: var(--white);
  font-size: var(--_typography---h3);
  line-height: var(--_line-height---h3);
  letter-spacing: var(--_letter-spacing---h3);
  text-decoration: none;
  display: block;
}
.portfolio-right-content {
  width: 100%;
  max-width: 558px;
}
.portfolio-right-collection-list {
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}
.portfolio-arrow-wrapper {
  z-index: 9;
  background-color: var(--primary);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 89px;
  height: 89px;
  display: flex;
  position: absolute;
  inset: 2px 50px auto auto;
}
.featured-projects-container {
  padding-left: 20px;
  padding-right: 20px;
}
.featured-projects-wrapper {
  background-color: var(--primary);
  padding-top: 100px;
  padding-bottom: 100px;
}
.featured-projects-section-title-wrapper {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 150px;
  display: flex;
}
.featured-projects-section-title {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}
.featured-projects-description-wrapper {
  width: 100%;
  max-width: 465px;
  overflow: hidden;
}
.featured-projects-card-wrapper {
  grid-row-gap: 120px;
  flex-flow: column;
  display: flex;
}
.featured-projects-top-content {
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}
.featured-projects-card-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.featured-projects-card {
  position: relative;
}
.featured-projects-card.one {
  width: 100%;
  max-width: 557px;
}
.featured-projects-card.two {
  width: 100%;
  max-width: 530px;
  margin-top: 83px;
}
.featured-projects-card.three {
  width: 100%;
  max-width: 436px;
  margin-top: 57px;
}
.featured-projects-card.four {
  width: 100%;
  max-width: 638px;
}
.featured-projects-image-wrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.featured-projects-image-wrapper.two {
  max-width: 448px;
}
.featured-projects-image-wrapper.three {
  max-width: 376px;
}
.featured-projects-image-wrapper.four {
  max-width: 557px;
}
.featured-projects-image {
  width: 100%;
  height: 100%;
}
.featured-projects-card-button-wrapper {
  display: inline-block;
}
.featured-projects-card-button-wrapper.one {
  position: absolute;
  inset: auto 18px 78px auto;
}
.featured-projects-card-button-wrapper.two {
  position: absolute;
  inset: -27px auto auto 0%;
}
.featured-projects-card-button-wrapper.three {
  position: absolute;
  inset: auto 0% 89px auto;
}
.featured-projects-card-button-wrapper.four {
  position: absolute;
  inset: auto 0% 56px auto;
}
.featured-projects-card-button {
  grid-column-gap: 16px;
  background-color: var(--muted);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 22px 32px;
  display: flex;
}
.featured-projects-card-button-circle {
  background-color: var(--white);
  border-radius: 100%;
  width: 16px;
  max-width: 16px;
  height: 16px;
}
.featured-projects-card-button-text {
  font-size: var(--_typography---h5);
  line-height: var(--_line-height---h5);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---h5);
}
.featured-projects-card-single.two {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}
.featured-projects-card-single.four {
  position: relative;
}
.featured-projects-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.featured-projects-bottom-content {
  border-top: 1px solid var(--border--default);
  padding-top: 40px;
}
.company-section-title-wrapper {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}
.company-section-title {
  color: var(--primary);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  font-weight: var(--_font-weight---medium);
  letter-spacing: var(--_letter-spacing---large);
}
.company-content {
  width: 100%;
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
}
.company-ticker {
  overflow: hidden;
}
.company-ticker-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.company-inner-ticker-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.company-image {
  margin-right: 80px;
}
.design-stories-section-title-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}
.design-stories-section-title-single {
  width: 100%;
  max-width: 555px;
  overflow: hidden;
}
.design-stories-description-wrapper {
  width: 100%;
  max-width: 473px;
  overflow: hidden;
}
.design-stories-slider {
  background-color: var(--transfer-color);
  width: 100%;
  height: 100%;
}
.design-stories-single {
  grid-column-gap: 10px;
  justify-content: space-between;
}
.design-stories-flex {
  grid-column-gap: 12px;
  justify-content: space-between;
  display: flex;
}
.design-stories-card-single {
  width: 100%;
  max-width: 281px;
  position: relative;
}
.design-stories-card-single.active {
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
  max-width: 694px;
  overflow: hidden;
}
.design-stories-card-image {
  object-fit: cover;
  height: 100%;
}
.design-stories-card-image.mobile {
  display: none;
}
.design-stories-card-image.desktop {
  display: inline-block;
}
.design-stories-card-image-link-block {
  width: 100%;
  height: 100%;
}
.design-stories-card-link-block {
  z-index: 9;
  background-color: var(--primary);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 66px;
  height: 66px;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
}
.design-stories-slider-nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  inset: auto auto -70px;
}
.design-stories-slider-arrow {
  border: 1.5px solid #20291833;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62px;
  height: 62px;
  display: flex;
  inset: -162px 411px auto auto;
}
.design-stories-slider-arrow.right {
  right: 319px;
}
.dropdown-toggle {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: all .3s;
  display: flex;
  position: relative;
}
.dropdown-column-wrapper {
  background-color: #0000;
  border-radius: 16px;
  width: 645px;
  padding-top: 30px;
  overflow: hidden;
  transform: translate(-50%);
}
.dropdown-toggle-arrow {
  margin-left: 5px;
  font-family: "Fa Solid 900";
  font-size: 13px;
}
.dropdown-menu-flex {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}
.dropdown-pd {
  background-color: var(--white);
  border: 1px solid #0000000a;
  border-radius: 20px;
  padding: 30px 32px 24px;
  position: relative;
}
.dropdown-menu-single {
  width: 100%;
  max-width: 141px;
}
.dropdown-menu-title-wrapper {
  margin-bottom: 16px;
}
.dropdown-menu-title {
  color: var(--gray--400);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
}
.dropdown-menu-list {
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}
.dropdown-menu-text-link {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_letter-spacing---small);
  letter-spacing: var(--_letter-spacing---small);
  text-decoration: none;
}
.dropdown-menu-text-link[aria-current="page"] {
  border-bottom: 1px solid var(--border--default);
}
.dropdown-menu-line {
  border-left: 1px dashed #0000001a;
  width: 1px;
}
.overflow-hidden {
  overflow: hidden;
}
.featured-projects-image-shape {
  background-color: var(--primary);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}
.portfolio-image-shape {
  z-index: 10;
  background-color: var(--background--body);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}
.cta-card-image-shape {
  z-index: 9;
  background-color: var(--white);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}
.about-us-banner-image-shape {
  background-color: var(--primary);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}
.history-active-line {
  background-color: var(--primary);
  width: 100%;
  height: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}
.our-expertise-image-shape, .work-card-image-shape, .contact-us-image-shape {
  background-color: var(--background--body);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}
.projects-image-shape {
  z-index: 9;
  background-color: var(--white);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}
.blog-details-image-shape, .project-details-image-shape {
  background-color: var(--background--body);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}
.checkout-left-content {
  flex: 0 auto;
  width: 65%;
}
.checkout-right-content {
  flex: 0 auto;
  width: 30%;
  top: 100px;
}
.checkout-header {
  border-style: none;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 16px;
}
.checkout-title {
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
}
.checkout-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 8px;
  padding: 16px;
}
.checkout-input-field {
  border-style: none none solid;
  border-color: black black var(--border--light);
  background-color: var(--transfer-color);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 38px;
  padding: 0;
  display: flex;
}
.success-message {
  background-color: var(--primary);
  color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.image-shape {
  z-index: 1;
  background-color: var(--background--body);
  width: 100%;
  max-width: 219px;
  position: absolute;
  inset: 0% 0% auto auto;
}
.navabr-cart-button {
  background-color: var(--transfer-color);
  padding: 0;
}
.navabr-cart-quantity-button {
  background-color: var(--primary);
  width: 100%;
  min-width: auto;
  max-width: 16px;
  height: 16px;
  color: var(--white);
  font-size: 9px;
  font-weight: var(--_font-weight---normal);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: -8px -8px auto auto;
}
.cart-container {
  background-color: var(--white);
  border-radius: 8px;
  min-width: 600px;
  max-width: 600px;
}
.cart-header {
  padding: 24px;
}
.cart-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  max-width: 100px;
}
.cart-close-button {
  background-color: var(--gray--50);
  cursor: pointer;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 45px;
  height: 45px;
  display: flex;
}
.cart-name {
  font-family: var(--_font-family---bayon);
  color: var(--primary);
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---none);
  margin-bottom: 4px;
}
.cart-item {
  justify-content: space-between;
  align-items: center;
}
.cart-price {
  color: var(--primary);
  font-size: var(--_typography---small-paragraph);
  line-height: var(--_line-height---small-paragraph);
  letter-spacing: var(--_letter-spacing---small);
  margin-bottom: 4px;
}
.cart-remove-button {
  color: var(--primary);
}
.cart-footer {
  padding: 24px;
}
.cart-footer-subtotal-title {
  font-family: var(--_font-family---bayon);
  font-size: var(--_typography---h6);
  line-height: var(--_line-height---h6);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---h6);
}
.cart-footer-price {
  color: var(--primary);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  font-weight: var(--_font-weight---normal);
  letter-spacing: var(--_letter-spacing---large);
}
.navbar-cart-quantity {
  background-color: var(--gray--50);
  text-align: center;
  border-style: none;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  height: 30px;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}
.footer-social-media {
  transition: all .35s;
}
.footer-social-media:hover {
  transform: translate(0, -4px);
}
.details-information-social-media-single {
  transition: all .3s;
}
.details-information-social-media-single:hover {
  transform: translate(0, -5px);
}
.checkout-text {
  font-weight: var(--_font-weight---semi-bold);
}
.checkout-text.checkout-price {
  font-size: var(--_typography---small-paragraph);
  font-weight: var(--_font-weight---normal);
}
.cta-main {
  width: 100%;
  max-width: 1360px;
  min-height: 765px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 165px;
  position: relative;
}
.focus-content {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.our-focus-image-wrapper {
  background-color: var(--white);
  width: 100%;
  max-width: 348px;
  padding: 16px;
  position: relative;
  transform: rotate(-8.91deg);
}
.focus-image {
  width: 100%;
}
.focus-wrapper {
  border-right: 1px solid var(--border--light);
  border-left: 1px solid var(--border--light);
  justify-content: flex-start;
  width: 100%;
  max-width: 764px;
  display: flex;
  overflow: hidden;
}
.focus-card {
  cursor: pointer;
  flex: none;
  width: 100%;
  max-width: 542px;
  min-height: 376px;
  padding: 16px 32px 98px;
  position: relative;
  overflow: hidden;
}
.focus-card-number-wrapper {
  margin-bottom: 72px;
}
.focus-card-number {
  font-weight: var(--_font-weight---medium);
  display: inline-block;
}
.focus-card-title-description {
  flex-flow: column;
  display: flex;
}
.focus-card-title {
  color: var(--primary);
  font-size: var(--_typography---h4);
  line-height: var(--_line-height---h4);
  letter-spacing: var(--_letter-spacing---h4);
  flex: none;
  margin-bottom: 16px;
}
.focus-card-description {
  color: var(--gray--400);
  font-size: var(--_typography---large-paragraph);
  line-height: var(--_line-height---large-paragraph);
  letter-spacing: var(--_letter-spacing---large);
  flex: none;
}
.focus-card-single {
  z-index: 99;
  border-right: 1px solid var(--border--light);
  border-left: 1px solid var(--border--light);
  background-color: var(--background--body);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 74px;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}
.focus-card-single-name {
  font-weight: var(--_font-weight---medium);
  flex: none;
  margin-top: 170px;
  transform: rotate(-90deg);
}
.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}
.checkout-checkbox-text {
  margin-bottom: 0;
}
.checkout-checkbox {
  margin-top: 0;
}
.error-message {
  background-color: var(--gray--50);
  color: var(--primary);
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}
.error-message.details {
  background-color: var(--border--light);
}
.promo-cards {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.unlock-full-access {
  color: #0158ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}
.circle {
  background-color: #0158ff;
  border-radius: 1000px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -4px;
  right: -4px;
}
.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;
}
.image-3 {
  width: 28px;
  height: 28px;
}
.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;
}
@media screen and (min-width: 1280px) {
body {
    --_typography---regular-paragraph: 18px;
    --_typography---h1: 100px;
    --_typography---h2: 82px;
    --_typography---h3: 52px;
    --_typography---h4: 32px;
    --_typography---h5: 24px;
    --_typography---small-paragraph: 16px;
    --_typography---large-paragraph: 20px;
    --_typography---button: 20px;
    --_typography---h6: 20px;
    --_typography---subtitle: 14px;
    --_line-height---regular-paragraph: 26px;
    --_line-height---h1: 100px;
    --_line-height---h2: 90px;
    --_line-height---h3: 60px;
    --_line-height---h4: 36px;
    --_line-height---h5: 32px;
    --_line-height---h6: 28px;
    --_line-height---full: 100%;
    --_line-height---small-paragraph: 24px;
    --_line-height---button: 100%;
    --_line-height---large-paragraph: 28px;
    --_line-height---normal: 100%;
    --_line-height---subtitle: 20px;
    --_letter-spacing---regular: -.18px;
    --_letter-spacing---none: 0%;
    --_letter-spacing---h2: -2.46px;
    --_letter-spacing---h3: -1.04px;
    --_letter-spacing---h4: -.64px;
    --_letter-spacing---h5: -.24px;
    --_letter-spacing---h6: -.2px;
    --_letter-spacing---small: -.16px;
    --_letter-spacing---large: -.2px;
    --_letter-spacing---subtitle: -.14px;
    --_letter-spacing---button: 0%;
  }
.banner-title {
    width: auto;
    max-width: none;
  }
.footer-menu-wrapper {
    max-width: 725px;
  }
.cta-content {
    max-width: 576px;
  }
.cta-card {
    max-width: 279px;
    padding: 15px 16px;
  }
.cta-card.card-one {
    left: 0;
  }
.cta-card.card-three {
    left: 44px;
  }
.cta-card.card-four {
    right: 48px;
  }
.faq-accordion-link {
    padding: 30px;
  }
.blog-collection-list {
    grid-column-gap: 48px;
  }
.pricing-single {
    padding: 32px;
  }
.pricing-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
.summery-counter-wrap {
    height: 82px;
  }
}
@media screen and (min-width: 1440px) {
body {
    --_typography---regular-paragraph: 18px;
    --_typography---h1: 100px;
    --_typography---h2: 82px;
    --_typography---h3: 52px;
    --_typography---h4: 32px;
    --_typography---h5: 24px;
    --_typography---small-paragraph: 16px;
    --_typography---large-paragraph: 20px;
    --_typography---button: 20px;
    --_typography---h6: 20px;
    --_typography---subtitle: 14px;
    --_line-height---regular-paragraph: 26px;
    --_line-height---h1: 100px;
    --_line-height---h2: 90px;
    --_line-height---h3: 60px;
    --_line-height---h4: 36px;
    --_line-height---h5: 32px;
    --_line-height---h6: 28px;
    --_line-height---full: 100%;
    --_line-height---small-paragraph: 24px;
    --_line-height---button: 100%;
    --_line-height---large-paragraph: 28px;
    --_line-height---normal: 100%;
    --_line-height---subtitle: 20px;
    --_letter-spacing---regular: -.18px;
    --_letter-spacing---none: 0%;
    --_letter-spacing---h2: -2.46px;
    --_letter-spacing---h3: -1.04px;
    --_letter-spacing---h4: -.64px;
    --_letter-spacing---h5: -.24px;
    --_letter-spacing---h6: -.2px;
    --_letter-spacing---small: -.16px;
    --_letter-spacing---large: -.2px;
    --_letter-spacing---subtitle: -.14px;
    --_letter-spacing---button: 0%;
  }
}
@media screen and (min-width: 1920px) {
body {
    --_typography---regular-paragraph: 18px;
    --_typography---h1: 100px;
    --_typography---h2: 82px;
    --_typography---h3: 52px;
    --_typography---h4: 32px;
    --_typography---h5: 24px;
    --_typography---small-paragraph: 16px;
    --_typography---large-paragraph: 20px;
    --_typography---button: 20px;
    --_typography---h6: 20px;
    --_typography---subtitle: 14px;
    --_line-height---regular-paragraph: 26px;
    --_line-height---h1: 100px;
    --_line-height---h2: 90px;
    --_line-height---h3: 60px;
    --_line-height---h4: 36px;
    --_line-height---h5: 32px;
    --_line-height---h6: 28px;
    --_line-height---full: 100%;
    --_line-height---small-paragraph: 24px;
    --_line-height---button: 100%;
    --_line-height---large-paragraph: 28px;
    --_line-height---normal: 100%;
    --_line-height---subtitle: 20px;
    --_letter-spacing---regular: -.18px;
    --_letter-spacing---none: 0%;
    --_letter-spacing---h2: -2.46px;
    --_letter-spacing---h3: -1.04px;
    --_letter-spacing---h4: -.64px;
    --_letter-spacing---h5: -.24px;
    --_letter-spacing---h6: -.2px;
    --_letter-spacing---small: -.16px;
    --_letter-spacing---large: -.2px;
    --_letter-spacing---subtitle: -.14px;
    --_letter-spacing---button: 0%;
  }
.services-content {
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
body {
    --_typography---regular-paragraph: 16px;
    --_typography---h1: 82px;
    --_typography---h2: 62px;
    --_typography---h3: 34px;
    --_typography---h4: 32px;
    --_typography---h5: 22px;
    --_typography---small-paragraph: 16px;
    --_typography---large-paragraph: 17px;
    --_typography---button: 18px;
    --_typography---h6: 20px;
    --_typography---subtitle: 14px;
    --_line-height---regular-paragraph: 24px;
    --_line-height---h1: 88px;
    --_line-height---h2: 70px;
    --_line-height---h3: 38px;
    --_line-height---h4: 36px;
    --_line-height---h5: 32px;
    --_line-height---h6: 28px;
    --_line-height---full: 100%;
    --_line-height---small-paragraph: 24px;
    --_line-height---button: 100%;
    --_line-height---large-paragraph: 25px;
    --_line-height---normal: 100%;
    --_line-height---subtitle: 20px;
    --_letter-spacing---regular: -.17px;
    --_letter-spacing---none: 0%;
    --_letter-spacing---h2: -1.2px;
    --_letter-spacing---h3: -.8px;
    --_letter-spacing---h4: -.6px;
    --_letter-spacing---h5: -.2px;
    --_letter-spacing---h6: -.1px;
    --_letter-spacing---small: -.16px;
    --_letter-spacing---large: -.2px;
    --_letter-spacing---subtitle: -.14px;
    --_letter-spacing---button: 0%;
    --_padding---section-padding: 100px;
    --_padding---none: 0px;
  }
.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
.container.checkout {
    flex-flow: column;
  }
.navabr-content {
    max-width: 100%;
  }
.navabr-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
.navbar-menu {
    background-color: var(--white);
    border-radius: 15px;
    width: auto;
    max-width: none;
    max-height: 90vh;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px;
    overflow: auto;
  }
.nav-link {
    margin-bottom: 10px;
  }
.nav-link[aria-current="page"] {
    border-bottom-style: none;
  }
.navabr-button-wrapper {
    grid-column-gap: 25px;
    width: auto;
    max-width: none;
  }
.navabr-logo-wrapper {
    width: auto;
    max-width: none;
  }
.section.footer {
    padding: 10px;
  }
.section.cta {
    padding-top: 0;
    padding-bottom: 100px;
  }
.section.blog {
    padding-bottom: 0;
  }
.section.testimonial {
    padding-top: 0;
    padding-bottom: 0;
  }
.section.pricing {
    padding-top: 0;
  }
.section.services-section {
    padding-top: 0;
    padding-bottom: 100px;
  }
.section.core-values {
    padding-top: 0;
  }
.section.not-found {
    padding-top: 240px;
    padding-bottom: 180px;
  }
.section.inner-banner {
    padding-top: 160px;
  }
.section.license {
    padding-bottom: 90px;
  }
.section.password-protected {
    padding-top: 180px;
  }
.section.contact-us {
    padding-bottom: 0;
  }
.section.main-blog {
    padding-top: 0;
    padding-bottom: 90px;
  }
.section.blog-details, .section.main-pricing {
    padding-bottom: 0;
  }
.section.compare-plans {
    padding-bottom: 90px;
  }
.section.pricing-details {
    padding-bottom: 70px;
  }
.section.shop {
    padding-bottom: 90px;
  }
.section.shop-details {
    padding-top: 180px;
    padding-bottom: 0;
  }
.section.about-us-banner, .section.our-mission, .section.history, .section.about-core-values, .section.our-impact, .section.team-members {
    padding-bottom: 0;
  }
.section.our-expertise, .section.work-section {
    padding-top: 0;
    padding-bottom: 0;
  }
.section.our-projects {
    padding-bottom: 90px;
  }
.section.project-details, .section.featured-projects {
    padding-bottom: 0;
  }
.section.company {
    padding-top: 70px;
    padding-bottom: 70px;
  }
.section.design-stories {
    padding-bottom: 140px;
  }
.section.checkout {
    padding-bottom: 80px;
  }
.section.focus {
    padding-bottom: 0;
  }
.banner-content {
    min-height: auto;
    padding-top: 280px;
    padding-bottom: 60px;
  }
.banner-bg {
    background-position: 50%;
  }
.banner-bg-shape {
    background-color: #00000080;
  }
.banner-typography {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
.banner-title-description {
    grid-row-gap: 15px;
    max-width: 470px;
  }
.banner-description-text {
    max-width: 500px;
  }
.banner-form-rating-wrapper {
    grid-column-gap: 15px;
  }
.banner-form-rating-icon {
    width: 100%;
    max-width: 18px;
  }
.banner-form-input-field {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
.submit-button {
    height: 52px;
    padding-left: 20px;
    padding-right: 20px;
  }
.footer-content {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-top: 35px;
  }
.footer-information-menu-wrapper {
    grid-column-gap: 40px;
    padding-bottom: 35px;
  }
.footer-top-content {
    padding-bottom: 35px;
  }
.footer-information-wrapper {
    max-width: 320px;
  }
.footer-menu-wrapper {
    max-width: 580px;
  }
.cta-content {
    max-width: 600px;
  }
.cta-title-wrapper {
    margin-bottom: 40px;
  }
.cta-title {
    font-size: var(--_typography---h2);
    line-height: var(--_line-height---h2);
  }
.cta-form-input-field {
    min-height: 46px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
.cta-form-textarea {
    min-height: 124px;
  }
.cta-card {
    display: none;
  }
.faq-content {
    grid-row-gap: 40px;
    flex-flow: column;
  }
.faq-section-title-wrapper {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
.secondary-button {
    padding: 14px 28px;
  }
.secondary-button-wrapper {
    grid-column-gap: 10px;
  }
.faq-wrapper {
    grid-row-gap: 16px;
  }
.faq-accordion-icon-wrapper {
    max-width: 32px;
    height: 32px;
  }
.faq-accordion-link {
    padding: 16px;
  }
.faq-accordion-content-wrap {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
.blog-section-title-wrapper {
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    margin-bottom: 50px;
  }
.section-title.mb20px {
    margin-bottom: 12px;
  }
.section-title.services {
    max-width: 600px;
    margin-bottom: 10px;
  }
.section-title.core-values, .section-title.about-core-values {
    margin-bottom: 10px;
  }
.section-title.our-impact {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
.section-title.color-change.mb20 {
    margin-bottom: 10px;
  }
.blog-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
.blog-post-image-wrapper {
    margin-bottom: 16px;
  }
.blog-post-title-description {
    grid-row-gap: 8px;
    margin-bottom: 10px;
  }
.testimonial-title-wrapper {
    margin-bottom: 60px;
  }
.testimonial-title {
    font-size: var(--_typography---h2);
    line-height: var(--_line-height---h2);
    letter-spacing: var(--_letter-spacing---h2);
  }
.testimonial-wrapper {
    padding-top: 100px;
  }
.testimonial-slider-card {
    min-height: 360px;
    padding: 30px;
  }
.testimonial-slider-description {
    font-size: var(--_typography---h3);
    line-height: var(--_line-height---h3);
  }
.testimonial-frame {
    object-fit: cover;
    object-position: 50% 0%;
    max-width: 90%;
    height: 450px;
  }
.section-title-wrapper, .section-title-wrapper.mb60, .section-title-wrapper.portfolio {
    margin-bottom: 50px;
  }
.section-title-wrapper.our-focus {
    margin-bottom: 60px;
  }
.section-description {
    margin-left: auto;
    margin-right: auto;
  }
.section-description.pricing {
    max-width: 550px;
  }
.section-description.services {
    max-width: 650px;
  }
.section-description.core-values {
    max-width: 480px;
  }
.section-description.large-text.portfolio {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
.section-description.services-main {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
.pricing-single {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    min-height: 500px;
    padding: 16px;
  }
.pricing-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
.pricing-price-pack-name {
    margin-bottom: 16px;
  }
.pricing-price {
    font-size: var(--_typography---h2);
    line-height: var(--_typography---h2);
  }
.pricing-features-list {
    grid-row-gap: 10px;
    margin-bottom: 30px;
  }
.pricing-features-list-item {
    grid-column-gap: 5px;
  }
.pricing-features-list-item-icon {
    max-width: 18px;
  }
.pricing-features-list-item-text {
    font-size: var(--_typography---small-paragraph);
  }
.services-content {
    grid-row-gap: 20px;
  }
.services-single {
    grid-row-gap: 20px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    flex-flow: column;
    padding: 20px;
  }
.services-single.one {
    padding: 16px;
  }
.services-card-name-wrapper, .services-card-name.one, .services-typography-image-wrapper {
    max-width: 100%;
  }
.core-values-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.core-values-card {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 16px;
  }
.core-values-card-icon {
    width: 100%;
    max-width: 50px;
  }
.core-values-card-description {
    font-size: var(--_typography---small-paragraph);
    line-height: var(--_line-height---small-paragraph);
    letter-spacing: var(--_letter-spacing---small);
  }
.not-found-content {
    grid-row-gap: 20px;
  }
.inner-banner-title-description {
    grid-row-gap: 10px;
  }
.inner-banner-title {
    font-size: var(--_typography---h2);
    line-height: var(--_line-height---h2);
    letter-spacing: var(--_letter-spacing---h2);
  }
.inner-banner-description.changelog {
    max-width: 450px;
  }
.inner-banner-description.contact-us {
    max-width: 520px;
  }
.inner-banner-description.pricing {
    max-width: 540px;
  }
.inner-banner-description.shop {
    max-width: 450px;
  }
.changelog-single {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 24px;
  }
.changelog-list-wrapper {
    margin-bottom: 20px;
  }
.license-content {
    max-width: 100%;
  }
.license-wrapper {
    grid-row-gap: 50px;
  }
.license-single {
    grid-row-gap: 20px;
    flex-flow: column;
  }
.style-guide-wrapper {
    grid-row-gap: 60px;
  }
.style-guide-title-wrapper {
    margin-bottom: 20px;
  }
.style-guide-typography-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.style-guide-typography-single-card {
    grid-row-gap: 14px;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    flex-flow: column;
    padding: 16px;
  }
.style-guide-typography-tag-wrap {
    border-radius: 10px;
    max-width: 80px;
    height: 70px;
  }
.style-guide-typography-tag {
    letter-spacing: -.3px;
    font-size: 38px;
  }
.style-guide-color-palette-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.style-guide-color-palette {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    min-height: 180px;
  }
.style-guide-button-wrapper {
    grid-column-gap: 16px;
  }
.password-protected-title-description {
    margin-bottom: 40px;
  }
.password-protected-title {
    font-size: var(--_typography---h2);
    line-height: var(--_line-height---h2);
    letter-spacing: var(--_letter-spacing---h2);
    margin-bottom: 10px;
  }
.password-protected-description {
    max-width: 320px;
  }
.contact-us-content {
    grid-row-gap: 40px;
  }
.contact-us-top-content {
    grid-row-gap: 30px;
    flex-flow: column;
  }
.contact-us-image-wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-width: 100%;
  }
.contact-us-form-wrapper {
    order: -9999;
    max-width: 100%;
  }
.contact-us-form {
    grid-row-gap: 15px;
  }
.contact-us-input-field {
    min-height: 42px;
  }
.contact-us-information-grid {
    grid-column-gap: 10px;
  }
.contact-us-information-card {
    grid-row-gap: 30px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 16px;
  }
.contact-us-information-icon-wrapper {
    margin-bottom: 16px;
  }
.contact-us-information-card-text {
    font-size: var(--_typography---regular-paragraph);
    line-height: var(--_line-height---regular-paragraph);
    letter-spacing: var(--_letter-spacing---regular);
  }
.blog-details-content {
    grid-row-gap: 24px;
  }
.blog-details-bottom-content {
    grid-row-gap: 80px;
    flex-flow: column;
  }
.blog-details-information-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: static;
  }
.blog-details-rich-content-wrapper {
    max-width: 100%;
  }
.blog-details-rich-content h2 {
    margin-bottom: 16px;
  }
.blog-details-rich-content p {
    margin-bottom: 24px;
  }
.blog-details-rich-content figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }
.compare-plans-table-title-wrapper {
    min-height: 182px;
  }
.compare-plans-table-single {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.compare-plans-table-features-item {
    min-height: 42px;
  }
.compare-plans-table-card {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
.compare-plans-table-top-content {
    padding-bottom: 20px;
  }
.pricing-details-top-content {
    grid-row-gap: 20px;
  }
.pricing-details-card-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    max-width: 100%;
    padding: 20px;
  }
.pricing-details-features-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    max-width: 100%;
    padding: 20px 20px 30px;
  }
.pricing-details-bottom-content {
    max-width: 100%;
  }
.pricing-details-rich-content h2 {
    margin-bottom: 10px;
  }
.pricing-details-rich-content ul {
    grid-row-gap: 6px;
  }
.shop-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
.shop-details-content {
    grid-row-gap: 40px;
    flex-flow: column;
  }
.shop-details-left-content {
    max-width: 100%;
  }
.shop-details-image-wrapper, .more-images {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.customer-reviews-bottom-content {
    grid-row-gap: 30px;
  }
.customer-reviews-single {
    grid-column-gap: 10px;
  }
.customer-review-card {
    max-width: 450px;
  }
.customer-rating-star-wrapper {
    margin-bottom: 10px;
  }
.customer-rating-star-icon {
    width: 100%;
    max-width: 18px;
  }
.customer-review-card-description {
    font-size: var(--_typography---small-paragraph);
  }
.shop-details-right-content {
    order: -9999;
    max-width: 100%;
    position: static;
  }
.shop-details-mini-description {
    width: 100%;
    max-width: 500px;
  }
.shop-details-quantity {
    max-width: 250px;
  }
.about-us-banner-grid {
    grid-template-columns: 1fr;
  }
.about-us-banner-typography {
    padding: 40px;
  }
.our-mission-typography {
    grid-row-gap: 20px;
    flex-flow: column;
    padding-bottom: 40px;
  }
.our-mission-counter-wrapper {
    margin-bottom: 40px;
  }
.our-mission-counter-wrapper.mb0 {
    grid-column-gap: 10px;
  }
.summery-counter-wrap {
    height: 62px;
  }
.our-mission-image-left-content {
    min-height: 400px;
    padding: 10px;
  }
.history-content {
    grid-row-gap: 50px;
    flex-flow: column;
  }
.history-section-title-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
.history-section-title {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
.history-typography {
    max-width: 100%;
  }
.about-core-values-content {
    padding-left: 10px;
    padding-right: 10px;
  }
.about-core-values-card-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
.about-core-values-card {
    padding: 30px 16px;
  }
.our-impact-content {
    grid-row-gap: 40px;
    flex-flow: column;
  }
.our-impact-section-title-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
.our-impact-wrapper {
    max-width: 100%;
  }
.our-impact-card {
    padding: 24px;
  }
.team-members-container {
    padding-left: 10px;
    padding-right: 10px;
  }
.team-members-card-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.team-members-single {
    max-width: 100%;
  }
.team-members-image-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-bottom: 10px;
  }
.team-members-card-line {
    display: none;
  }
.service-banner-content {
    grid-row-gap: 40px;
  }
.service-banner-title {
    font-size: var(--_typography---h2);
    line-height: var(--_line-height---h2);
    letter-spacing: var(--_letter-spacing---h2);
  }
.service-banner-ticker-image-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    max-width: 240px;
    margin-right: 10px;
  }
.trust-section-title-wrapper {
    max-width: 600px;
    margin-bottom: 50px;
  }
.trust-content {
    min-height: 240px;
  }
.trust-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
.trust-graph.one {
    height: 140px;
  }
.trust-graph.two {
    height: 240px;
  }
.trust-graph.three {
    height: 180px;
  }
.trust-graph-title-wrapper {
    padding-left: 0;
  }
.trust-graph-title {
    font-size: var(--_typography---h5);
    line-height: var(--_line-height---h5);
    letter-spacing: var(--_letter-spacing---h5);
  }
.our-expertise-grid {
    grid-column-gap: 16px;
  }
.our-expertise-single.right-side {
    grid-row-gap: 40px;
  }
.our-expertise-image-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.our-expertise-image-wrapper.mb24 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-bottom: 16px;
  }
.our-expertise-description {
    font-size: var(--_typography---regular-paragraph);
    line-height: var(--_line-height---regular-paragraph);
    letter-spacing: var(--_letter-spacing---regular);
  }
.our-expertise-title {
    font-size: var(--_typography---h6);
    line-height: var(--_line-height---h6);
    letter-spacing: var(--_letter-spacing---h6);
  }
.primary-button-wrapper.desktop {
    display: none;
  }
.our-services-title-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    margin-bottom: 50px;
  }
.work-content {
    grid-column-gap: 10px;
  }
.work-card {
    grid-row-gap: 40px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    min-height: auto;
    padding: 20px;
  }
.projects-collection-list {
    grid-row-gap: 24px;
  }
.projects-single {
    grid-row-gap: 20px;
    flex-flow: column;
    padding-bottom: 20px;
    padding-left: 16px;
  }
.projects-image-wrapper {
    order: -9999;
    max-width: 100%;
  }
.projects-typography {
    grid-row-gap: 20px;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
.projects-title-description {
    margin-bottom: 20px;
  }
.projects-bottom-content {
    max-width: 100%;
  }
.project-details-grid {
    grid-template-columns: 1fr;
  }
.project-details-typography {
    min-height: auto;
    padding: 24px;
  }
.project-details-title-description {
    margin-bottom: 40px;
  }
.project-details-title {
    margin-bottom: 16px;
  }
.project-mini-details-wrapper {
    max-width: 100%;
  }
.project-details-form-wrapper {
    padding: 24px;
  }
.project-details-form {
    grid-row-gap: 22px;
  }
.project-details-form-input-field {
    min-height: 46px;
  }
.project-details-rich-content-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
.portfolio-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.portfolio-left-content {
    max-width: 100%;
  }
.portfolio-single, .portfolio-image-wrapper {
    height: 100%;
  }
.portfolio-image-wrapper.right-card {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.portfolio-left-collection-list-wrapper, .portfolio-left-collection-list, .portfolio-left-collection-item {
    height: 100%;
  }
.portfolio-image.left {
    object-fit: cover;
    object-position: 100% 0%;
    height: 100%;
  }
.portfolio-typography {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 16px;
    left: 0;
  }
.portfolio-right-content {
    max-width: 100%;
  }
.portfolio-right-collection-list {
    grid-row-gap: 10px;
  }
.portfolio-arrow-wrapper {
    max-width: 60px;
    height: 60px;
    inset: 0 6% auto auto;
  }
.featured-projects-container {
    padding-left: 10px;
    padding-right: 10px;
  }
.featured-projects-section-title-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
.featured-projects-section-title {
    max-width: 100%;
  }
.featured-projects-description-wrapper {
    max-width: 600px;
  }
.featured-projects-card-wrapper {
    grid-row-gap: 60px;
  }
.featured-projects-top-content {
    grid-row-gap: 12px;
  }
.featured-projects-card-content {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }
.featured-projects-card.one {
    max-width: 100%;
    height: 100%;
  }
.featured-projects-card.two, .featured-projects-card.three {
    max-width: 100%;
    margin-top: 0;
  }
.featured-projects-card.four {
    max-width: 100%;
    height: 100%;
  }
.featured-projects-image-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.featured-projects-image-wrapper.two, .featured-projects-image-wrapper.three, .featured-projects-image-wrapper.four {
    max-width: 100%;
  }
.featured-projects-card-collection-list-wrapper, .featured-projects-card-collection-list, .featured-projects-card-collection-item {
    height: 100%;
  }
.featured-projects-image {
    object-fit: cover;
  }
.featured-projects-card-button-wrapper.one, .featured-projects-card-button-wrapper.two, .featured-projects-card-button-wrapper.three, .featured-projects-card-button-wrapper.four {
    inset: auto 20px 20px auto;
  }
.featured-projects-card-button {
    grid-column-gap: 8px;
    padding: 8px 20px;
  }
.featured-projects-card-button-circle {
    width: 12px;
    max-width: 12px;
    height: 12px;
  }
.featured-projects-card-button-text {
    font-size: var(--_typography---small-paragraph);
    line-height: var(--_line-height---small-paragraph);
    font-weight: var(--_font-weight---normal);
    letter-spacing: var(--_letter-spacing---small);
  }
.featured-projects-card-single {
    height: 100%;
  }
.featured-projects-button-wrapper {
    margin-top: 45px;
  }
.company-section-title-wrapper {
    grid-column-gap: 10px;
    margin-bottom: 30px;
  }
.company-image {
    margin-right: 35px;
  }
.design-stories-section-title-wrapper {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
.design-stories-section-title-single {
    max-width: 445px;
  }
.design-stories-description-wrapper {
    max-width: 600px;
  }
.design-stories-flex {
    justify-content: center;
  }
.design-stories-card-single {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-width: 180px;
    overflow: hidden;
  }
.design-stories-card-single.active {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-width: 400px;
  }
.design-stories-card-image {
    object-fit: cover;
    height: 100%;
  }
.design-stories-card-image-link-block {
    height: 100%;
  }
.design-stories-card-link-block {
    max-width: 52px;
    height: 52px;
    top: 10px;
    right: 10px;
  }
.design-stories-slider-nav {
    bottom: -55px;
  }
.design-stories-slider-arrow {
    display: none;
  }
.dropdown-toggle {
    justify-content: flex-start;
    padding: 0;
  }
.dropdown-column-wrapper {
    padding-top: 15px;
    overflow: visible;
  }
.dropdown-column-wrapper.is-open {
    width: 100%;
    transform: translate(0%);
  }
.dropdown-menu-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.dropdown-pd {
    border-radius: 16px;
    padding: 20px;
  }
.menu-dropdown-wrapper {
    display: block;
  }
.menu-button {
    background-color: var(--primary);
    border-radius: 8px;
    padding: 6px;
  }
.menu-button.is-open {
    background-color: var(--primary);
  }
.hamburger-menu-icon {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 30px;
    display: flex;
  }
.checkout-left-content {
    width: 100%;
  }
.checkout-right-content {
    width: 100%;
    position: static;
  }
.image-shape {
    max-width: 38%;
  }
.cta-main {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
.focus-content {
    flex-flow: column;
  }
.our-focus-image-wrapper {
    display: none;
  }
.focus-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-left-style: none;
    border-right-style: none;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.focus-card {
    border: 1px solid var(--border--light);
    max-width: 100%;
    min-height: auto;
    padding: 16px;
  }
.focus-card-number-wrapper {
    margin-bottom: 30px;
  }
.focus-card-single {
    display: none;
  }
}
@media screen and (max-width: 767px) {
body {
    --_typography---regular-paragraph: 16px;
    --_typography---h1: 78px;
    --_typography---h2: 52px;
    --_typography---h3: 38px;
    --_typography---h4: 28px;
    --_typography---h5: 20px;
    --_typography---small-paragraph: 16px;
    --_typography---large-paragraph: 16px;
    --_typography---button: 16px;
    --_typography---h6: 18px;
    --_typography---subtitle: 14px;
    --_line-height---regular-paragraph: 24px;
    --_line-height---h1: 78px;
    --_line-height---h2: 58px;
    --_line-height---h3: 46px;
    --_line-height---h4: 36px;
    --_line-height---h5: 32px;
    --_line-height---h6: 28px;
    --_line-height---full: 100%;
    --_line-height---small-paragraph: 24px;
    --_line-height---button: 100%;
    --_line-height---large-paragraph: 24px;
    --_line-height---normal: 100%;
    --_line-height---subtitle: 20px;
    --_letter-spacing---regular: -.16px;
    --_letter-spacing---none: 0%;
    --_letter-spacing---h2: -1px;
    --_letter-spacing---h3: -.8px;
    --_letter-spacing---h4: -.48px;
    --_letter-spacing---h5: -.2px;
    --_letter-spacing---h6: -.1px;
    --_letter-spacing---small: -.16px;
    --_letter-spacing---large: -.2px;
    --_letter-spacing---subtitle: -.14px;
    --_letter-spacing---button: 0%;
    --_padding---section-padding: 80px;
    --_padding---none: 0px;
  }
.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
.navabr-logo {
    padding-left: 0;
  }
.navbar-menu {
    border-radius: 10px;
    padding: 16px;
  }
.section.cta {
    padding-bottom: 80px;
  }
.section.faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
.section.blog {
    padding-top: 80px;
  }
.section.pricing, .section.services-section, .section.core-values {
    padding-bottom: 80px;
  }
.section.not-found {
    padding-top: 220px;
    padding-bottom: 160px;
  }
.section.inner-banner {
    padding-top: 140px;
    padding-bottom: 70px;
  }
.section.changelog, .section.license, .section.style-guide, .section.main-blog, .section.related-blog {
    padding-bottom: 70px;
  }
.section.compare-plans {
    padding-top: 80px;
    padding-bottom: 70px;
  }
.section.pricing-details {
    padding-bottom: 60px;
  }
.section.shop {
    padding-bottom: 80px;
  }
.section.shop-details {
    padding-top: 140px;
  }
.section.shop-related-items {
    padding-top: 80px;
    padding-bottom: 70px;
  }
.section.about-us-banner {
    padding-top: 140px;
  }
.section.our-mission, .section.history, .section.about-core-values, .section.our-impact, .section.team-members {
    padding-top: 80px;
  }
.section.service-banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }
.section.trust-section {
    padding-bottom: 80px;
  }
.section.our-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }
.section.our-projects {
    padding-bottom: 70px;
  }
.section.project-details {
    padding-top: 140px;
  }
.section.related-projects, .section.portfolio-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
.section.company {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.section.design-stories {
    padding-bottom: 110px;
  }
.section.checkout {
    padding-bottom: 60px;
  }
.banner-content {
    height: auto;
    padding-top: 230px;
    padding-bottom: 50px;
  }
.banner-title-description {
    grid-row-gap: 10px;
    max-width: 415px;
  }
.banner-description-text {
    max-width: 380px;
  }
.banner-form-rating-wrapper {
    grid-column-gap: 10px;
  }
.banner-form-rating-icon {
    max-width: 17px;
  }
.banner-form-input-field {
    height: 56px;
  }
.submit-button {
    height: 48px;
  }
.submit-button:where(.wf-variant-4ae3e1a3-9f7c-899c-c89f-6e9bf6ccdfeb) {
    right: 4px;
  }
.footer-information-menu-wrapper {
    grid-row-gap: 30px;
    flex-flow: column;
    padding-bottom: 30px;
  }
.footer-top-content {
    padding-bottom: 30px;
  }
.footer-information-wrapper {
    max-width: 100%;
  }
.footer-logo-wrapper {
    margin-bottom: 20px;
  }
.footer-information-text {
    width: 100%;
    max-width: 430px;
  }
.footer-information-text-wrapper {
    margin-bottom: 20px;
  }
.footer-menu-wrapper {
    max-width: 100%;
  }
.footer-menu-single {
    width: auto;
    max-width: none;
  }
.cta-title {
    letter-spacing: -.2px;
    font-size: 48px;
    line-height: 56px;
  }
.cta-form {
    grid-row-gap: 20px;
  }
.cta-form-flex {
    grid-column-gap: 20px;
  }
.cta-form-textarea {
    padding-top: 10px;
  }
.faq-section-title-single {
    width: 100%;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
  }
.secondary-button {
    line-height: var(--_line-height---normal);
    padding-left: 24px;
    padding-right: 24px;
  }
.secondary-button-icon {
    width: 100%;
    max-width: 15px;
  }
.faq-accordion-title {
    font-size: var(--_typography---h6);
    line-height: var(--_line-height---h6);
  }
.faq-accordion-icon {
    font-size: 13px;
  }
.faq-accordion-icon-wrapper {
    flex: none;
    max-width: 28px;
    height: 28px;
  }
.faq-accordion-link {
    padding: 12px;
  }
.faq-accordion-content-wrap {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
.blog-section-title-wrapper {
    margin-bottom: 40px;
  }
.blog-section-title-single {
    max-width: 450px;
  }
.section-title.mb20px.portfolio {
    margin-bottom: 10px;
  }
.section-title.services {
    max-width: 450px;
  }
.blog-collection-list {
    grid-template-columns: 1fr;
  }
.testimonial-title-wrapper {
    max-width: 360px;
    margin-bottom: 40px;
  }
.testimonial-wrapper {
    max-width: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
.testimonial-slider-card {
    border-radius: 10px;
    min-height: 340px;
    padding: 20px 16px;
  }
.testimonial-slider-description {
    font-size: var(--_typography---h4);
    line-height: var(--_line-height---h4);
  }
.testimonial-slider-card-author-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }
.testimonial-slider-card-author-single {
    grid-column-gap: 10px;
  }
.testimonial-author-image {
    width: 100%;
    max-width: 46px;
  }
.testimonial-slider-card-rating-wrapper {
    grid-column-gap: 10px;
  }
.testimonial-slider-card-rating-star {
    width: 100%;
    max-width: 12px;
  }
.testimonial-slider-card-rating-text {
    font-size: 16px;
  }
.testimonial-slider-nav {
    bottom: -60px;
  }
.testimonial-frame {
    object-fit: contain;
    height: 320px;
  }
.section-title-wrapper.mb60, .section-title-wrapper.about-core-values {
    margin-bottom: 40px;
  }
.section-title-wrapper.portfolio {
    max-width: 430px;
  }
.section-title-wrapper.our-focus {
    margin-bottom: 40px;
  }
.section-description.pricing, .section-description.services, .section-description.core-values {
    max-width: 100%;
  }
.section-description.color-change.about-core-values {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
.section-description.our-impact {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
.section-description.large-text.color-change {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
.section-description.large-text.color-change.team-member {
    max-width: 360px;
  }
.section-description.large-text.portfolio {
    max-width: 100%;
  }
.section-description.large-text.our-focus {
    max-width: 400px;
  }
.pricing-single, .pricing-single.middle {
    min-height: auto;
  }
.pricing-grid {
    grid-template-columns: 1fr;
  }
.pricing-name {
    margin-bottom: 10px;
  }
.pricing-features-list {
    grid-row-gap: 8px;
    margin-bottom: 50px;
  }
.services-single {
    position: static;
  }
.services-typography-image-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
  }
.services-typography {
    grid-row-gap: 20px;
    order: 9999;
    max-width: 100%;
  }
.services-image-wrapper, .services-features-wrapper, .services-features-wrapper.two, .services-features-wrapper.four {
    max-width: 100%;
  }
.services-features-name {
    padding-left: 12px;
    padding-right: 12px;
  }
.core-values-grid {
    grid-template-columns: 1fr 1fr;
  }
.core-values-card {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
.core-values-card-icon {
    max-width: 40px;
  }
.inner-banner-title-description.blog-details-banner {
    grid-row-gap: 10px;
  }
.inner-banner-description.changelog, .inner-banner-description.license {
    max-width: 400px;
  }
.inner-banner-description.contact-us {
    max-width: 440px;
  }
.inner-banner-description.shop {
    max-width: 400px;
  }
.inner-banner-description.style-guide {
    width: 100%;
    max-width: 300px;
  }
.inner-banner-description.blog-details {
    width: 100%;
    max-width: 360px;
  }
.changelog-single {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px 16px;
  }
.changelog-list {
    padding-left: 20px;
  }
.license-wrapper {
    grid-row-gap: 40px;
  }
.license-image-single {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
.license-icon-single {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 120px;
  }
.style-guide-wrapper {
    grid-row-gap: 50px;
  }
.style-guide-typography-grid {
    grid-template-columns: 1fr 1fr;
  }
.style-guide-typography-single-card {
    grid-row-gap: 10px;
  }
.style-guide-typography-tag-wrap {
    max-width: 70px;
    height: 60px;
  }
.style-guide-typography-tag {
    font-size: 28px;
  }
.style-guide-color-palette {
    min-height: 110px;
  }
.style-guide-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }
.password-protected-title-description {
    margin-bottom: 30px;
  }
.password-protected-description {
    max-width: 300px;
  }
.password-protected-form-single {
    max-width: 400px;
  }
.contact-us-top-content {
    flex-flow: column;
  }
.contact-us-image-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.contact-us-form-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.contact-us-form-textarea {
    min-height: 120px;
    padding-top: 10px;
  }
.contact-us-information-grid {
    grid-template-columns: 1fr 1fr;
  }
.contact-us-information-card {
    padding: 10px;
  }
.contact-us-information-icon-wrapper {
    max-width: 42px;
    height: 42px;
  }
.blog-details-image-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.blog-details-bottom-content {
    grid-row-gap: 50px;
  }
.blog-details-information-wrapper {
    grid-column-gap: 10px;
  }
.blog-details-rich-content h2 {
    margin-bottom: 10px;
  }
.blog-details-rich-content p {
    margin-bottom: 20px;
  }
.blog-details-rich-content figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }
.compare-plans-content {
    overflow: auto;
  }
.compare-plans-table {
    width: 700px;
  }
.compare-plans-table-grid {
    grid-template-columns: .5fr 1fr 1fr 1fr;
  }
.pricing-details-content {
    grid-row-gap: 24px;
  }
.pricing-details-top-content {
    flex-flow: column;
  }
.pricing-details-features-wrapper {
    padding: 20px;
  }
.pricing-details-features-title-wrapper {
    margin-bottom: 16px;
  }
.shop-collection-list {
    grid-template-columns: 1fr;
  }
.shop-single {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 8px;
  }
.shop-image-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.product-name {
    font-size: var(--_typography---h5);
    line-height: var(--_line-height---h5);
    letter-spacing: var(--_letter-spacing---h5);
  }
.customer-reviews-single {
    grid-row-gap: 20px;
    flex-flow: column;
  }
.customer-review-card {
    max-width: 100%;
  }
.shop-details-price-color-wrapper {
    padding-bottom: 16px;
  }
.shop-details-quantity {
    max-width: 180px;
  }
.about-us-banner-typography {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 24px 16px;
  }
.about-us-banner-typography-content {
    max-width: 400px;
  }
.about-us-banner-title {
    width: 100%;
    max-width: 300px;
    font-size: var(--_typography---h2);
    line-height: var(--_line-height---h2);
    letter-spacing: var(--_letter-spacing---h2);
    margin-bottom: 10px;
  }
.about-us-banner-image-wrap {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.our-mission-typography {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
.our-mission-counter-wrapper {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }
.our-mission-counter-wrapper.mb0 {
    grid-column-gap: 8px;
  }
.summery-counter-wrap {
    height: 38px;
    margin-bottom: 10px;
  }
.number-digit {
    font-size: 38px;
  }
.our-mission-counter-line, .our-mission-counter-line.color-change {
    display: none;
  }
.our-mission-image-content {
    grid-row-gap: 20px;
    flex-flow: column;
  }
.our-mission-image-left-content {
    max-width: 100%;
    min-height: auto;
    padding-top: 60px;
  }
.our-mission-image {
    max-width: 100%;
  }
.history-section-title-wrapper {
    max-width: 445px;
  }
.history-typography-single {
    grid-column-gap: 16px;
  }
.history-typography-date-wrapper {
    margin-bottom: 12px;
  }
.history-line-wrapper {
    height: 81%;
  }
.about-core-values-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
.about-core-values-card-grid {
    grid-template-columns: 1fr;
  }
.about-core-values-card-title {
    font-size: var(--_typography---h5);
    line-height: var(--_line-height---h5);
    letter-spacing: var(--_letter-spacing---h5);
  }
.core-card-description {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
.our-impact-wrapper {
    grid-row-gap: 10px;
  }
.our-impact-card {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 16px;
  }
.our-impact-description {
    font-size: var(--_typography---h6);
    line-height: var(--_line-height---h6);
    letter-spacing: var(--_letter-spacing---h6);
  }
.impact-value-top-content {
    margin-bottom: 30px;
  }
.impact-value-image-wrapper {
    padding: 8px;
  }
.team-members-container {
    padding-left: 10px;
    padding-right: 10px;
  }
.team-members-wrapper {
    padding: 80px 15px;
  }
.team-members-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }
.service-banner-title-description {
    grid-row-gap: 10px;
  }
.service-banner-description {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
.service-banner-ticker-image-wrapper {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    max-width: 180px;
  }
.trust-section-title-wrapper {
    max-width: 500px;
  }
.trust-grid {
    grid-template-columns: 1fr 1fr;
  }
.trust-single {
    grid-row-gap: 10px;
  }
.trust-graph {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
.trust-graph-line {
    height: 10px;
  }
.trust-graph-title {
    font-size: var(--_typography---h5);
    line-height: var(--_line-height---h5);
    letter-spacing: var(--_letter-spacing---h5);
  }
.our-expertise-grid {
    grid-template-columns: 1fr;
  }
.our-expertise-title-description {
    margin-bottom: 10px;
  }
.work-content {
    grid-row-gap: 16px;
    flex-flow: column;
  }
.work-card-wrapper {
    max-width: 100%;
  }
.work-card-image-wrapper {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
.projects-single {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 12px;
  }
.projects-image-wrapper {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
.project-details-typography {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px;
  }
.project-details-title-description {
    margin-bottom: 30px;
  }
.project-details-title {
    margin-bottom: 10px;
  }
.project-details-form-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 20px;
  }
.project-details-form {
    grid-row-gap: 16px;
  }
.project-details-form-flex {
    grid-column-gap: 10px;
  }
.project-details-form-textarea {
    min-height: 124px;
  }
.project-details-image-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.project-details-image {
    min-height: auto;
  }
.project-details-image-single, .project-details-image-single.mb0 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.project-details-rich-content-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
.project-details-rich-content h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }
.portfolio-content {
    grid-template-columns: 1fr;
  }
.portfolio-image.left {
    height: 420px;
  }
.portfolio-typography {
    padding-left: 10px;
    padding-right: 10px;
  }
.featured-projects-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
.featured-projects-section-title-wrapper {
    margin-bottom: 40px;
  }
.featured-projects-description-wrapper {
    max-width: 380px;
  }
.featured-projects-card-wrapper {
    grid-row-gap: 50px;
  }
.featured-projects-card-content {
    grid-template-columns: 1fr;
  }
.featured-projects-image-wrapper {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
.featured-projects-card-button-wrapper.one, .featured-projects-card-button-wrapper.two, .featured-projects-card-button-wrapper.three, .featured-projects-card-button-wrapper.four {
    bottom: 10px;
    right: 10px;
  }
.featured-projects-card-button {
    grid-column-gap: 5px;
    padding: 6px 10px;
  }
.featured-projects-card-button-circle {
    width: 8px;
    max-width: 8px;
    height: 8px;
  }
.featured-projects-button-wrapper {
    margin-top: 40px;
  }
.company-section-title-line {
    width: 100%;
    max-width: 105px;
  }
.company-section-title {
    flex: none;
  }
.company-image {
    width: 100%;
    max-width: 120px;
    margin-right: 30px;
  }
.design-stories-section-title-wrapper {
    grid-row-gap: 8px;
    margin-bottom: 40px;
  }
.design-stories-section-title-single {
    max-width: 360px;
  }
.design-stories-description-wrapper {
    max-width: 370px;
  }
.design-stories-flex {
    grid-column-gap: 10px;
  }
.design-stories-card-single {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100px;
  }
.design-stories-card-single.active {
    max-width: 280px;
  }
.design-stories-card-image.mobile {
    display: block;
  }
.design-stories-card-image.desktop {
    display: none;
  }
.design-stories-card-link-block {
    max-width: 46px;
    height: 46px;
    top: 8px;
    right: 8px;
  }
.dropdown-menu-flex {
    flex-flow: wrap;
  }
.dropdown-pd {
    border-radius: 8px;
    padding: 16px;
  }
.dropdown-menu-single {
    width: auto;
    max-width: none;
  }
.dropdown-menu-title-wrapper {
    margin-bottom: 13px;
  }
.dropdown-menu-line {
    display: none;
  }
.menu-button {
    padding: 5px;
  }
.checkout-header, .checkout-content {
    padding: 12px;
  }
.checkout-input-field {
    height: 36px;
  }
.checkout-row {
    flex-flow: column;
  }
.image-shape {
    max-width: 30%;
  }
.cart-container {
    min-width: 400px;
    max-width: 400px;
  }
.cart-header {
    padding: 16px;
  }
.cart-image {
    max-width: 80px;
  }
.cart-close-button {
    max-width: 40px;
    height: 40px;
  }
.cart-name {
    font-size: 18px;
    line-height: var(--_line-height---normal);
    margin-bottom: 2px;
  }
.cart-footer {
    padding: 16px;
  }
.navbar-cart-quantity {
    height: 24px;
  }
.cart-list {
    padding: 16px;
  }
.cart-line-item {
    margin-bottom: 10px;
  }
.cart-div-block {
    margin-left: 8px;
    margin-right: 8px;
  }
.focus-card {
    padding: 10px;
  }
.error-message {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-access-card.frosted-glass, .buy-template-button.frosted-glass {
    border-top-right-radius: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
body {
    --_typography---regular-paragraph: 16px;
    --_typography---h1: 56px;
    --_typography---h2: 34px;
    --_typography---h3: 32px;
    --_typography---h4: 26px;
    --_typography---h5: 22px;
    --_typography---small-paragraph: 16px;
    --_typography---large-paragraph: 16px;
    --_typography---button: 16px;
    --_typography---h6: 18px;
    --_typography---subtitle: 14px;
    --_line-height---regular-paragraph: 22px;
    --_line-height---h1: 56px;
    --_line-height---h2: 40px;
    --_line-height---h3: 40px;
    --_line-height---h4: 34px;
    --_line-height---h5: 28px;
    --_line-height---h6: 28px;
    --_line-height---full: 100%;
    --_line-height---small-paragraph: 24px;
    --_line-height---button: 100%;
    --_line-height---large-paragraph: 24px;
    --_line-height---normal: 100%;
    --_line-height---subtitle: 20px;
    --_letter-spacing---regular: -.16px;
    --_letter-spacing---none: 0%;
    --_letter-spacing---h2: -.8px;
    --_letter-spacing---h3: -.4px;
    --_letter-spacing---h4: -.38px;
    --_letter-spacing---h5: -.2px;
    --_letter-spacing---h6: -.1px;
    --_letter-spacing---small: -.16px;
    --_letter-spacing---large: -.2px;
    --_letter-spacing---subtitle: -.14px;
    --_letter-spacing---button: 0%;
    --_padding---section-padding: 60px;
    --_padding---none: 0px;
  }
.container {
    padding-left: 10px;
    padding-right: 10px;
  }
.navbar-menu {
    margin-left: 10px;
    margin-right: 10px;
    padding: 12px;
  }
.primary-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }
.section.footer {
    padding-top: 0;
  }
.section.cta {
    padding-bottom: 60px;
  }
.section.faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.section.blog {
    padding-top: 60px;
    padding-bottom: 0;
  }
.section.pricing, .section.services-section, .section.core-values {
    padding-bottom: 60px;
  }
.section.not-found {
    margin-bottom: 10px;
    padding-top: 200px;
    padding-bottom: 140px;
  }
.section.inner-banner {
    padding-top: 120px;
    padding-bottom: 50px;
  }
.section.inner-banner.blog-details-banner {
    padding-bottom: 50px;
  }
.section.changelog, .section.license, .section.style-guide {
    padding-bottom: 60px;
  }
.section.password-protected {
    padding-top: 140px;
    padding-bottom: 80px;
  }
.section.main-blog {
    padding-bottom: 60px;
  }
.section.related-blog {
    padding-bottom: 50px;
  }
.section.compare-plans {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.section.shop {
    padding-bottom: 60px;
  }
.section.shop-related-items {
    padding-top: 60px;
    padding-bottom: 50px;
  }
.section.about-us-banner {
    padding-top: 120px;
  }
.section.our-mission, .section.history, .section.about-core-values, .section.our-impact, .section.team-members {
    padding-top: 60px;
  }
.section.service-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }
.section.trust-section {
    padding-bottom: 60px;
  }
.section.our-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.section.our-projects {
    padding-bottom: 60px;
  }
.section.project-details {
    padding-top: 120px;
  }
.section.related-projects, .section.portfolio-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.section.company {
    padding-top: 50px;
    padding-bottom: 50px;
  }
.section.design-stories {
    padding-bottom: 100px;
  }
.section.checkout {
    padding-bottom: 40px;
  }
.banner-content {
    padding-top: 200px;
    padding-bottom: 40px;
  }
.banner-bg {
    background-position: 50%;
  }
.banner-title-description {
    grid-row-gap: 8px;
  }
.banner-title {
    width: 100%;
    max-width: 300px;
  }
.banner-description-text {
    width: 100%;
    max-width: 320px;
  }
.banner-form-rating {
    grid-column-gap: 5px;
  }
.banner-form-rating-icon {
    max-width: 15px;
  }
.banner-form-input-field {
    height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }
.submit-button {
    height: 46px;
  }
.submit-button:where(.wf-variant-4ae3e1a3-9f7c-899c-c89f-6e9bf6ccdfeb) {
    height: 42px;
    padding-left: 15px;
    padding-right: 15px;
    right: 3px;
  }
.footer-social-media-wrapper {
    grid-column-gap: 16px;
  }
.footer-menu-wrapper {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }
.footer-menu-list {
    grid-row-gap: 10px;
  }
.footer-details-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
.cta-form {
    grid-row-gap: 16px;
  }
.cta-form-flex {
    grid-row-gap: 16px;
    flex-flow: column;
  }
.cta-form-input-field {
    min-height: 42px;
  }
.cta-form-textarea {
    min-height: 116px;
  }
.faq-section-title-wrapper {
    max-width: 280px;
  }
.secondary-button {
    padding: 10px 20px;
  }
.faq-wrapper {
    grid-row-gap: 14px;
  }
.faq-accordion-title {
    font-size: var(--_typography---regular-paragraph);
    line-height: var(--_line-height---regular-paragraph);
    letter-spacing: var(--_letter-spacing---regular);
  }
.faq-accordion-icon-wrapper {
    max-width: 22px;
    height: 22px;
  }
.faq-accordion-link {
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }
.blog-section-title-wrapper {
    grid-row-gap: 16px;
  }
.blog-section-title-single {
    max-width: 280px;
  }
.section-title.services {
    max-width: 300px;
  }
.section-title.our-impact {
    max-width: 270px;
  }
.blog-post-image-wrapper {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
.blog-post-title {
    font-size: var(--_typography---h6);
    line-height: var(--_line-height---h6);
    letter-spacing: var(--_letter-spacing---h6);
  }
.testimonial-title-wrapper {
    max-width: 240px;
  }
.testimonial-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.testimonial-slider-card {
    min-height: 260px;
    padding: 10px;
  }
.testimonial-slider-description {
    font-size: 20px;
    line-height: 30px;
  }
.testimonial-slider-nav {
    bottom: -40px;
  }
.section-title-wrapper {
    margin-bottom: 40px;
  }
.section-title-wrapper.about-core-values {
    max-width: 300px;
  }
.section-title-wrapper.portfolio {
    margin-bottom: 40px;
  }
.section-description.pricing, .section-description.services, .section-description.core-values {
    max-width: 100%;
  }
.pricing-single {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 12px;
  }
.pricing-features-list {
    grid-row-gap: 6px;
    margin-bottom: 30px;
  }
.pricing-features-list-item-icon {
    max-width: 13px;
  }
.services-single {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px 12px;
  }
.services-single.one {
    grid-row-gap: 10px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
.services-card-name {
    letter-spacing: -.2px;
    font-size: 28px;
    line-height: 36px;
  }
.services-features-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
.services-features-name {
    padding: 5px 10px;
  }
.core-values-grid {
    grid-template-columns: 1fr;
  }
.inner-banner-description.changelog, .inner-banner-description.license, .inner-banner-description.contact-us, .inner-banner-description.blog, .inner-banner-description.shop, .inner-banner-description.style-guide {
    max-width: 100%;
  }
.inner-banner-description.blog-details {
    max-width: 270px;
  }
.changelog-single {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px;
  }
.license-wrapper {
    grid-row-gap: 35px;
  }
.license-single {
    grid-row-gap: 10px;
  }
.license-image-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
.license-icon-single {
    min-height: 100px;
  }
.license-icon {
    width: 100%;
    max-width: 38px;
  }
.license-typography-card {
    min-height: 100px;
  }
.license-typography-icon {
    width: 100%;
    max-width: 38px;
  }
.style-guide-wrapper {
    grid-row-gap: 40px;
  }
.style-guide-title-wrapper {
    margin-bottom: 16px;
  }
.style-guide-typography-single-card {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
.style-guide-typography-tag-wrap {
    border-radius: 8px;
    max-width: 60px;
  }
.style-guide-color-palette-grid {
    grid-template-columns: 1fr 1fr;
  }
.style-guide-color-palette {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 100px;
  }
.password-protected-description {
    max-width: 290px;
  }
.contact-us-image-wrapper {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
.contact-us-form {
    grid-row-gap: 10px;
  }
.contact-us-form-flex {
    flex-flow: column;
  }
.contact-us-form-textarea {
    min-height: 110px;
  }
.contact-us-information-grid {
    grid-template-columns: 1fr;
  }
.main-blog-tabs-menu {
    grid-column-gap: 16px;
  }
.blog-details-image-wrapper {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
.blog-details-bottom-content {
    grid-row-gap: 24px;
  }
.blog-details-information-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    order: 9999;
  }
.compare-plans-table-title-wrapper {
    min-height: 176px;
  }
.compare-plans-table-features-item {
    min-height: 38px;
  }
.pricing-details-top-content {
    grid-row-gap: 16px;
  }
.pricing-details-card-wrapper, .pricing-details-features-wrapper {
    padding: 16px;
  }
.pricing-details-rich-content ul {
    padding-left: 25px;
  }
.shop-single {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
.shop-image-wrapper {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-bottom: 10px;
  }
.product-name-price {
    grid-column-gap: 5px;
  }
.product-name {
    font-size: var(--_typography---h6);
    line-height: var(--_line-height---h6);
    letter-spacing: var(--_letter-spacing---h6);
  }
.shop-details-image-wrapper {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
.more-images {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
.customer-reviews-top-content {
    grid-row-gap: 16px;
    flex-flow: column;
  }
.customer-rating-star-icon {
    max-width: 16px;
  }
.about-us-banner-container {
    padding-left: 10px;
    padding-right: 10px;
  }
.about-us-banner-grid {
    grid-row-gap: 10px;
  }
.about-us-banner-typography-content {
    max-width: 320px;
  }
.about-us-banner-title-description {
    margin-bottom: 24px;
  }
.about-us-banner-title {
    max-width: 280px;
    font-size: 48px;
    line-height: 54px;
  }
.our-mission-typography {
    grid-row-gap: 16px;
  }
.our-mission-title {
    font-size: var(--_typography---h5);
    line-height: var(--_line-height---h5);
    letter-spacing: var(--_letter-spacing---h5);
  }
.our-mission-counter-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }
.our-mission-counter-wrapper.mb0 {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }
.our-mission-counter-single {
    text-align: center;
  }
.summery-counter-wrap {
    justify-content: center;
    align-items: flex-start;
  }
.our-mission-image-left-content, .our-mission-image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
.history-section-title-wrapper {
    max-width: 290px;
  }
.history-section-title {
    max-width: 300px;
  }
.history-typography {
    grid-row-gap: 30px;
  }
.history-typography-single {
    grid-column-gap: 12px;
  }
.history-typography-date-wrapper {
    margin-bottom: 8px;
  }
.history-typography-details-title {
    margin-bottom: 10px;
  }
.history-line-wrapper {
    height: 81%;
    min-height: auto;
  }
.about-core-values-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.about-core-values-card {
    border-radius: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
.our-impact-content {
    grid-row-gap: 35px;
  }
.our-impact-card {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
.our-impact-card.last {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
.our-impact-description.last {
    font-size: var(--_typography---small-paragraph);
    line-height: var(--_line-height---small-paragraph);
    letter-spacing: var(--_letter-spacing---small);
  }
.impact-value-top-content {
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-bottom: 20px;
  }
.impact-value-description {
    font-size: var(--_typography---small-paragraph);
    line-height: var(--_line-height---small-paragraph);
    letter-spacing: var(--_letter-spacing---small);
  }
.impact-value-image-wrapper {
    padding: 6px;
  }
.square-icon-wrapper {
    max-width: 55px;
    height: 55px;
  }
.square-icon {
    width: 100%;
    max-width: 24px;
  }
.team-members-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.team-members-card-wrapper {
    grid-template-columns: 1fr;
  }
.service-banner-title {
    width: 100%;
    max-width: 300px;
  }
.service-banner-description {
    max-width: 100%;
  }
.service-banner-ticker-image-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100px;
  }
.trust-section-title-wrapper {
    max-width: 300px;
    margin-bottom: 40px;
  }
.trust-section-title {
    font-size: var(--_typography---h5);
    line-height: var(--_line-height---h5);
    letter-spacing: var(--_letter-spacing---h5);
  }
.trust-content {
    min-height: 180px;
  }
.trust-grid {
    grid-column-gap: 5px;
  }
.trust-single {
    grid-row-gap: 5px;
  }
.trust-graph.one {
    height: 120px;
  }
.trust-graph.two {
    height: 180px;
  }
.trust-graph.three {
    height: 150px;
  }
.trust-graph.four {
    height: 80px;
  }
.trust-graph-line {
    height: 8px;
    margin-bottom: 10px;
  }
.trust-graph-title {
    font-size: var(--_typography---large-paragraph);
    line-height: var(--_line-height---large-paragraph);
    letter-spacing: var(--_letter-spacing---large);
  }
.trust-number {
    font-size: 28px;
    line-height: 32px;
  }
.our-expertise-image-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
.our-expertise-description {
    font-size: 15px;
    line-height: 23px;
  }
.our-expertise-title-description {
    margin-bottom: 20px;
  }
.our-expertise-title {
    font-size: 16px;
    line-height: 24px;
  }
.our-services-title-wrapper {
    margin-bottom: 40px;
  }
.work-card {
    grid-row-gap: 30px;
    padding: 16px;
  }
.work-card-description {
    font-size: 14px;
  }
.projects-collection-list {
    grid-row-gap: 20px;
  }
.projects-single {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 10px 10px 16px;
  }
.projects-image-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
.projects-title-description {
    grid-row-gap: 8px;
  }
.projects-details-list {
    grid-row-gap: 10px;
  }
.projects-details-list-item {
    padding-bottom: 10px;
  }
.project-details-left-content {
    position: static;
  }
.project-details-typography {
    padding: 16px;
  }
.project-mini-details-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
.project-details-form-wrapper {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px;
  }
.project-details-form-flex {
    grid-row-gap: 16px;
    flex-flow: column;
  }
.project-details-form-textarea {
    min-height: 110px;
  }
.project-details-image-single, .project-details-image-single.mb0 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
.project-details-rich-content-wrapper {
    margin-top: 20px;
  }
.project-details-rich-content p {
    font-size: 14px;
  }
.portfolio-image.left {
    height: 320px;
  }
.portfolio-typography {
    padding-left: 8px;
    padding-right: 8px;
    bottom: 10px;
  }
.portfolio-arrow-wrapper {
    max-width: 42px;
    height: 42px;
  }
.portfolio-arrow-icon {
    width: 100%;
    max-width: 16px;
  }
.featured-projects-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
.featured-projects-card-wrapper {
    grid-row-gap: 40px;
  }
.featured-projects-top-content {
    grid-row-gap: 10px;
  }
.featured-projects-card-content {
    grid-column-gap: 10px;
  }
.featured-projects-card-button-wrapper.one, .featured-projects-card-button-wrapper.two, .featured-projects-card-button-wrapper.three, .featured-projects-card-button-wrapper.four {
    bottom: 5px;
    right: 5px;
  }
.featured-projects-card-button-circle {
    display: none;
  }
.featured-projects-button-wrapper {
    margin-top: 30px;
  }
.featured-projects-bottom-content {
    padding-top: 30px;
  }
.company-section-title-wrapper {
    margin-bottom: 25px;
  }
.company-section-title-line {
    max-width: 60px;
  }
.company-image {
    max-width: 100px;
    margin-right: 20px;
  }
.design-stories-section-title-wrapper {
    margin-bottom: 30px;
  }
.design-stories-section-title-single {
    max-width: 260px;
  }
.design-stories-description-wrapper {
    max-width: 340px;
  }
.design-stories-flex {
    grid-column-gap: 8px;
  }
.design-stories-card-single {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-width: 50px;
  }
.design-stories-card-single.active {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
.design-stories-card-link-block {
    max-width: 42px;
    height: 42px;
    top: 6px;
    right: 6px;
  }
.menu-button {
    border-radius: 6px;
    padding: 3px;
  }
.hamburger-menu-icon {
    max-width: 28px;
  }
.checkout-input-field {
    height: 30px;
  }
.cart-container {
    min-width: 300px;
    max-width: 300px;
  }
.cart-header {
    padding: 12px;
  }
.cart-image {
    display: none;
  }
.cart-close-button {
    max-width: 36px;
    height: 36px;
  }
.cart-item {
    align-items: flex-start;
  }
.cart-footer, .cart-list {
    padding: 12px;
  }
.cart-div-block {
    margin-left: 0;
  }
.footer-social-media-single-icon {
    width: 100%;
    max-width: 16px;
  }
.focus-wrapper {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }
.focus-card-number-wrapper {
    margin-bottom: 20px;
  }
.focus-card-title {
    margin-bottom: 10px;
  }
.all-access-card.frosted-glass, .buy-template-button.frosted-glass {
    border-radius: 10px;
  }
}
/* ======================================================================
   4. Components (hand-written)
   ====================================================================== */
/* ---------------------------------------------------------------------------
   Zenvira components — hand-written vanilla replacements for everything the
   Webflow runtime used to do (webflow.js widgets + IX2 interactions).

   Durations, easings, offsets and scales come from Zenvira's OWN ix2 payload;
   colours reference the design's own custom properties (--primary #202918, --body #f7f4ec, --secondary #a5a89e, --border--light #cccbc2) so this layer
   stays in sync with the palette. Webflow "outQuart" == cubic-bezier(.165, .84, .44, 1).

   Loads AFTER the design layer, so it overrides it — add only behaviour the
   runtime provided, never re-layout what the design already does.
   --------------------------------------------------------------------------- */

:root {
  --ease-out-quart: cubic-bezier(.165, .84, .44, 1);
  --ease-in-sine: cubic-bezier(.47, 0, .745, .715);
  --ease-in-out-quad: cubic-bezier(.455, .03, .515, .955);
}
/* never let a reveal offset / scale spawn a horizontal scrollbar */
html, body { overflow-x: clip; }
/* --- page intro (IX2 PAGE_START fade) ------------------------------------- */
.js body.page-fade { opacity: 0; }
.js body.page-fade.is-loaded { opacity: 1; transition: opacity .5s ease; }
html:not(.js) body.page-fade { opacity: 1; }
/* --- scroll reveals ------------------------------------------------------- *
   IX2 presets: slideInBottom -> reveal-up (translateY 100px), slideInLeft/Right -> reveal-left/right (translateX ±100px), opacity fade ->
   reveal-fade, image scale settle -> reveal-zoom. All slides run 1000ms
   outQuart; the fade/zoom run ~500ms to match their shorter action lists. */
.js .reveal-up, .js .reveal-left, .js .reveal-right, .js .reveal-fade, .js .reveal-zoom {
  opacity: 0;
  transition: opacity 1s var(--ease-out-quart), transform 1s var(--ease-out-quart);
  will-change: opacity, transform;
}
.js .reveal-up { transform: translateY(100px); }
.js .reveal-left { transform: translateX(-100px); }
.js .reveal-right { transform: translateX(100px); }
.js .reveal-zoom { transform: scale(1.08); }
.js .reveal-fade { transition: opacity .5s ease; }
.js .reveal-up.is-visible, .js .reveal-left.is-visible, .js .reveal-right.is-visible, .js .reveal-fade.is-visible, .js .reveal-zoom.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
.js .reveal-up, .js .reveal-left, .js .reveal-right, .js .reveal-fade, .js .reveal-zoom {
    opacity: 1; transform: none; transition: none;
  }
}
/* Curtain image reveals: the `.curtain-shape` overlay covers its image and
   main.js wipes it (height -> 0) on scroll. Covering is gated on `.js` (set
   synchronously in <head>) so there's no image flash before JS boots, and so
   no-JS falls back to the design default (height:0 = image shown). */
.js .curtain-shape { height: 100%; transition: height .7s var(--ease-out-quart); }
/* Our HTML is pretty-printed, which injects newlines/indent inside text-only
   elements. The design gives `.faq-accordion-title` (and a checkout field)
   `white-space: pre-wrap`, so those injected newlines rendered as blank lines
   (FAQ questions came out 3 lines tall). The template has no intentional
   pre-formatted copy, so restore normal wrapping — visually identical to the
   live site, whose minified markup has no such whitespace. */
.faq-accordion-title { white-space: normal; }
/* elements the runtime hid at rest (inline display:none) */
.is-hidden { display: none; }
/* The nav toggle, dropdown toggles and FAQ toggles were <div>s driven by
   webflow.js; they are real <button>s here. Strip the UA button chrome — and
   only that. :where() adds zero specificity, so every design value still wins. */
:where([data-nav-toggle], [data-dropdown-toggle], [data-accordion-toggle]) {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
/* The dropped widget base rules (.w-nav-link, .w-dropdown-toggle, .w-tab-link)
   also carried `text-decoration: none`; restore it on the elements that used it
   so the browser default doesn't underline the nav. */
.navbar-logo, .nav-link, .tab-link, .dropdown-toggle, .cart-close-button, [data-dropdown-toggle] { text-decoration: none; }
/* ==========================================================================
   Navbar
   ========================================================================== */
.navbar { z-index: 1000; }
.menu-button { display: none; }
/* replaces the JS-driven .w-nav-button */

.hamburger-svg { display: block; width: 100%; height: auto; }
.hamburger-line {
  stroke: var(--primary, #202918);
  stroke-width: 2.2;
  stroke-linecap: round;
  transform-origin: 16px 16px;
  transition: transform .35s var(--ease-out-quart), opacity .2s ease;
}
.menu-button[aria-expanded="true"] .hamburger-line.top { transform: translateY(5px) rotate(45deg); }
.menu-button[aria-expanded="true"] .hamburger-line.mid { opacity: 0; }
.menu-button[aria-expanded="true"] .hamburger-line.bot { transform: translateY(-5px) rotate(-45deg); }
@media screen and (max-width: 991px) {
.menu-button { display: block; }
.navbar-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 120px);
    overflow: auto;
  }
.navbar.is-open .navbar-menu { display: flex; }
}
/* ==========================================================================
   Nav dropdown (the "Pages" mega menu) — height 0 -> auto, arrow rotates 180deg
   ========================================================================== */
.menu-dropdown-wrapper { position: relative; }
.dropdown-toggle-arrow { display: inline-block; transition: transform .3s ease; }
[data-dropdown-toggle][aria-expanded="true"] .dropdown-toggle-arrow { transform: rotate(180deg); }
[data-dropdown-list] {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 900;
  display: none;
  height: 0;
  opacity: 0;
  transition: height .2s var(--ease-in-out-quad), opacity .2s ease .1s;
}
[data-dropdown-list].is-open { display: block; }
[data-dropdown-list].is-open.is-shown { opacity: 1; }
@media screen and (max-width: 991px) {
.menu-dropdown-wrapper { display: block; width: 100%; }
[data-dropdown-list] { position: static; }
}
/* ==========================================================================
   FAQ accordion — panel height 0 -> auto + fade, plus/icon rotates
   ========================================================================== */
[data-accordion-panel] {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height .5s ease, opacity .5s ease;
}
[data-accordion-panel].is-open { display: block; }
[data-accordion-panel].is-open.is-shown { opacity: 1; }
.faq-accordion-icon, .faq-accordion-icon-wrapper { transition: transform .35s var(--ease-out-quart); }
[data-accordion-toggle][aria-expanded="true"] .faq-accordion-icon, [data-accordion-toggle][aria-expanded="true"] .faq-accordion-icon-wrapper { transform: rotate(45deg); }
/* ==========================================================================
   Tabs (blog category filter)
   ========================================================================== */
.tabs { position: relative; }
.tab-content { position: relative; display: block; overflow: hidden; }
.tab-pane { position: relative; display: none; }
.tab-pane.is-active { display: block; }
.tab-link { cursor: pointer; -webkit-tap-highlight-color: transparent; }
/* ==========================================================================
   Sliders (design-stories + testimonials)
   ========================================================================== */
[data-slider] { position: relative; }
[data-slider-mask] { position: relative; overflow: hidden; width: 100%; }
.slider-track {
  display: flex;
  transition: transform .5s var(--ease-out-quart);
  will-change: transform;
}
[data-slide] { flex: 0 0 100%; width: 100%; white-space: normal; text-align: left; }
/* The dropped .w-slider-arrow base rules used to supply position:absolute. The
   design-stories arrows carry their own `inset` (top-right of the slider) which
   only takes effect once they are absolutely positioned again; the testimonial
   arrows had no design placement, so give them the Webflow default side edges. */
[data-slider-prev], [data-slider-next] { position: absolute; z-index: 2; cursor: pointer; }
.testimonial-slider-arrow[data-slider-prev] { top: 0; bottom: 0; left: 0; }
.testimonial-slider-arrow[data-slider-next] { top: 0; bottom: 0; right: 0; }
[data-slider-nav] {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #20291840;
  cursor: pointer;
  transition: background-color .2s ease, width .2s ease;
}
.slider-dot.is-active {
  width: 26px;
  border-radius: 6px;
  background-color: var(--primary, #202918);
}
.slider-dot:focus-visible {
  outline: 2px solid var(--primary, #202918);
  outline-offset: 3px;
}
/* ==========================================================================
   Hovers the runtime used to drive
   ========================================================================== */

/* Primary button label roll: the design stacks a normal label and an absolute
   `.abs` copy; on hover the first rolls up and out while the copy rolls in. */
/* Label roll — match the export's IX2 (action list `a`): each label moves by
   220% of its OWN height (not 120%), and the .abs copy is only
   `position:absolute` (NO inset — so it stays centered over the normal label at
   its static position). Rest: normal 0, abs +220% (below, clipped). Hover:
   normal -220% (above, clipped), abs 0 (in view). */
.primary-button { overflow: hidden; }
.primary-button-text { transition: transform .5s var(--ease-in-sine); }
.primary-button-text.abs { position: absolute; transform: translateY(220%); }
.primary-button:hover .primary-button-text:not(.abs) { transform: translateY(-220%); }
.primary-button:hover .primary-button-text.abs { transform: translateY(0); }
/* Card images ken-burns to 1.06 on hover (MOUSE_OVER interactions) */
.featured-projects-image-wrapper, .portfolio-image-wrapper, .projects-image-wrapper, .blog-post-image-wrapper, .shop-image-wrapper, .blog-details-image-wrapper, .work-card-image-wrapper { overflow: hidden; }
.featured-projects-image, .portfolio-image, .projects-image, .blog-post-image, .shop-image { transition: transform .6s var(--ease-out-quart); }
.featured-projects-image-wrapper:hover .featured-projects-image, .portfolio-image-wrapper:hover .portfolio-image, .projects-image-wrapper:hover .projects-image, .blog-post-image-wrapper:hover .blog-post-image, .shop-image-wrapper:hover .shop-image { transform: scale(1.06); }
/* Portfolio arrow nudge on hover */
.portfolio-arrow-icon { transition: transform .3s var(--ease-out-quart); }
.portfolio-image-wrapper:hover .portfolio-arrow-icon, .portfolio-name:hover .portfolio-arrow-icon { transform: translate(4px, -4px); }
/* ==========================================================================
   Slot-roll counters — main.js wraps the digit strip in .counter-track and
   clips .single-counter-wrap to one digit, then rolls to the target.
   ========================================================================== */
/* The design makes .single-counter-wrap a flex column and aligns `.two` columns
   to flex-end (its odometer rolled .one up / .two down). We roll our own way, so
   neutralise that to display:block — otherwise the .two track is pushed to the
   bottom and the transform lands on the wrong digit. */
.js .single-counter-wrap { display: block; overflow: hidden; }
.counter-track { display: flex; flex-direction: column; }
.counter-track .number-digit { margin: 0; }
/* contiguous digits -> clean stride */
html:not(.js) .single-counter-wrap { height: auto !important; }
/* no-JS: show strip */

/* ==========================================================================
   Service-banner image ticker — the export scrolled `.service-banner-ticker`
   via IX2 (a-20, 40s linear loop). The content holds 3 identical copies of the
   5-image inner ticker, so translating it by one copy width (-33.333%) loops
   seamlessly. Matches the export's 40s duration.
   ========================================================================== */
.service-banner-ticker, .company-ticker { overflow: hidden; }
/* Animate each inner copy by 100% of ITS OWN width (one copy). The content
   element is viewport-width while its 3 copies overflow it, so a percentage of
   the content would move the wrong distance — 100% of the inner is always
   exactly one copy, and stays correct at any viewport. Matches IX2 a-20 (image
   banner) and a-12 (logo strip): inner -100% -> 0, 40s. */
@media (prefers-reduced-motion: no-preference) {
  .service-banner-inner-ticker,
  .company-inner-ticker-wrapper {
    animation: zv-ticker 40s linear infinite;
    will-change: transform;
  }
}
@keyframes zv-ticker {
from { transform: translateX(-100%); }
to { transform: translateX(0); }
}
/* ==========================================================================
   Focus cards accordion (About) — main.js sets .is-focus-active on the open
   card. Desktop only; mobile keeps the design's stacked full-width cards.
   ========================================================================== */
@media screen and (min-width: 768px) {
  .focus-card { max-width: 74px; transition: max-width .5s var(--ease-out-quart); }
  .focus-card.is-focus-active { max-width: 542px; }
  .focus-card-single { display: flex; }                 /* collapsed strip */
  .focus-card.is-focus-active .focus-card-single { display: none; }
  .focus-card-typography { display: none; opacity: 0; transition: opacity .45s ease; }
  .focus-card.is-focus-active .focus-card-typography { display: block; opacity: 1; }
}
/* ==========================================================================
   Timeline (About history) — main.js grows .history-active-line's height and
   toggles .is-timeline-active on each milestone as the line passes it.
   ========================================================================== */
.history-active-line { transition: height .2s linear; }
.history-typography-icon-wrapper { transition: background-color .4s ease; }
.history-typography-icon-wrapper.is-timeline-active { background-color: var(--primary, #202918); }
.history-typography-date-text, .history-typography-details-title, .history-typography-details-description { transition: color .4s ease; }
.history-typography.is-timeline-active .history-typography-date-text, .history-typography.is-timeline-active .history-typography-details-title, .history-typography.is-timeline-active .history-typography-details-description { color: var(--primary, #202918); }
/* ==========================================================================
   Banner background scroll-zoom (main.js sets transform: scale on .banner-bg)
   ========================================================================== */
.banner-bg { will-change: transform; }
/* ==========================================================================
   Trust graph bars — each `.trust-bar` has a fixed design height and should
   grow from 0 as a bar chart when scrolled in (main.js adds .is-grown). Capping
   with max-height leaves the design's per-bar height intact; no-JS shows them
   at full height. (Grows within its flex slot, matching the export's height
   animation rather than a squishing scaleY.)
   ========================================================================== */
.js .trust-bar { max-height: 0; overflow: hidden; transition: max-height 1s var(--ease-out-quart); }
.js .trust-bar.is-grown { max-height: 500px; }
/* ==========================================================================
   Cart (localStorage) — the design's own markup, re-driven by main.js
   ========================================================================== */
[data-cart-modal] { display: none; }
/* The design centers the panel via the .--cartType-modal modifier's
   `display:flex; justify/align:center`; open with flex (not block) + restate
   the centering so the panel sits centered in the fixed full-screen overlay
   instead of collapsing to the top-left. */
[data-cart-modal].is-open { display: flex; justify-content: center; align-items: center; }
[data-cart-count] { min-width: 1em; text-align: center; }
.cart-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #20291814;
}
.cart-list-item:last-child { border-bottom: 0; }
.cart-list-item-image {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 8px;
  background-color: var(--body, #f7f4ec);
}
.cart-list-item-info { flex: 1; min-width: 0; }
.cart-list-item-name { color: var(--primary, #202918); font-weight: 500; line-height: 1.35; }
.cart-list-item-price { color: var(--secondary, #70726d); font-size: 14px; }
.cart-list-item-qty { display: flex; align-items: center; gap: 8px; }
.cart-qty-button {
  width: 24px;
  height: 24px;
  border: 1px solid #20291833;
  border-radius: 6px;
  background: none;
  color: var(--primary, #202918);
  cursor: pointer;
  line-height: 1;
}
.cart-qty-button:hover { background-color: var(--body, #f7f4ec); }
.cart-remove-button {
  border: 0;
  background: none;
  padding: 0 0 0 6px;
  color: var(--secondary, #70726d);
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
}
/* checkout / order summary rows */
.summary-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #20291814;
}
.summary-item:last-child { border-bottom: 0; }
.summary-item-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  background-color: var(--body, #f7f4ec);
}
.summary-item-info { flex: 1; min-width: 0; }
.summary-item-name { color: var(--primary, #202918); font-weight: 500; }
.summary-item-meta { color: var(--secondary, #70726d); font-size: 14px; }
.summary-item-price { color: var(--primary, #202918); font-weight: 500; }
/* ==========================================================================
   Forms (demo submit handled in main.js)
   ========================================================================== */
[data-form-done], [data-form-fail] { display: none; }
[data-form-done].is-shown, [data-form-fail].is-shown { display: block; }
input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--primary, #202918);
  outline-offset: 1px;
}
[data-dropdown-toggle]:focus-visible, [data-accordion-toggle]:focus-visible, [data-nav-toggle]:focus-visible, .tab-link:focus-visible {
  outline: 2px solid var(--primary, #202918);
  outline-offset: 3px;
}
