/* Nuvora - consolidated stylesheet (hand-cleaned Webflow export).
   1 reset  2 base framework (load-bearing rules, renamed .wf-)  3 Nuvora design
   4 components (vanilla replacements for webflow.js / IX2).
   Fonts: assets/fonts/fonts.css (Instrument Serif + Mona Sans, 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 (behavioral widget rules dropped; layout/commerce 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;
}
html.wf-mod-touch * {
  background-attachment: scroll !important;
}
.wf-block {
  display: block;
}
.inline-block {
  max-width: 100%;
  display: inline-block;
}
.wf-clearfix:before,
.wf-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.wf-clearfix:after {
  clear: both;
}
.wf-hidden {
  display: none;
}
.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;
}
.wf-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.wf-video iframe,
.wf-video object,
.wf-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.wf-form {
  margin: 0 0 15px;
}
.wf-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.wf-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.wf-input,
.wf-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.wf-input::placeholder,
.wf-select::placeholder {
  color: #999;
}
.wf-input:focus,
.wf-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.wf-input[disabled],
.wf-select[disabled],
.wf-input[readonly],
.wf-select[readonly],
fieldset[disabled] .wf-input,
fieldset[disabled] .wf-select {
  cursor: not-allowed;
}
.wf-input[disabled]:not(.wf-input-disabled),
.wf-select[disabled]:not(.wf-input-disabled),
.wf-input[readonly],
.wf-select[readonly],
fieldset[disabled]:not(.wf-input-disabled) .wf-input,
fieldset[disabled]:not(.wf-input-disabled) .wf-select {
  background-color: #eeeeee;
}
textarea.wf-input,
textarea.wf-select {
  height: auto;
}
.wf-select {
  background-color: #f3f3f3;
}
.wf-select[multiple] {
  height: auto;
}
.wf-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.wf-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.wf-radio:before,
.wf-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.wf-radio:after {
  clear: both;
}
.wf-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.wf-radio-input {
  margin-top: 3px;
}
.wf-file-upload {
  display: block;
  margin-bottom: 10px;
}
.wf-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.wf-file-upload-default,
.wf-file-upload-uploading,
.wf-file-upload-success {
  display: inline-block;
  color: #333333;
}
.wf-file-upload-error {
  display: block;
  margin-top: 10px;
}
.wf-file-upload-default.wf-hidden,
.wf-file-upload-uploading.wf-hidden,
.wf-file-upload-error.wf-hidden,
.wf-file-upload-success.wf-hidden {
  display: none;
}
.wf-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.wf-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.wf-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.wf-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.wf-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.wf-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.wf-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.wf-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .wf-hidden-main {
    display: inherit !important;
  }
  .wf-hidden-medium {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .wf-hidden-main {
    display: inherit !important;
  }
  .wf-hidden-medium {
    display: inherit !important;
  }
  .wf-hidden-small {
    display: none !important;
  }
}
@media screen and (max-width: 479px) {
  .wf-hidden-main {
    display: inherit !important;
  }
  .wf-hidden-medium {
    display: inherit !important;
  }
  .wf-hidden-small {
    display: inherit !important;
  }
  .wf-hidden-tiny {
    display: none !important;
  }
}
.wf-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.wf-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.wf-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.wf-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.wf-background-video--control > [hidden] {
  display: none !important;
}
.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;
}
.wf--nav-link-open {
  display: block;
  position: relative;
}
.wf--nav-dropdown-open {
  display: block;
}
.wf--nav-dropdown-toggle-open {
  display: block;
}
.wf--nav-dropdown-list-open {
  position: static;
}
.tabs {
  position: relative;
}
.tabs:before,
.tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.tabs:after {
  clear: both;
}
.is-active {
  display: block;
}
.wf-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wf-layout-layout {
  display: grid;
}
.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. Nuvora design
   ====================================================================== */
:root {
  --_typography---font-family--global-font: "Mona Sans", sans-serif;
  --_colors---text-secondary: #4c4d48;
  --_typography---font-size--paragraphs--text-default: 18px;
  --_typography---line-height--paragraphs--text-default: 1.4em;
  --_typography---font-weight--regular: 400;
  --_colors---text-primary: #0f0f0f;
  --_typography---font-size--headings--h1: 96px;
  --_typography---line-height--headings--h1: 1.4em;
  --_typography---letter-spacing--headigns--h1: -.06em;
  --_typography---font-size--headings--h2: 60px;
  --_typography---line-height--headings--h2: 1.2em;
  --_typography---font-weight--medium: 500;
  --_typography---letter-spacing--headigns--h2: -.02em;
  --_typography---font-size--headings--h3: 38px;
  --_typography---line-height--headings--h3: 1.2em;
  --_typography---letter-spacing--headigns--h3: -.05em;
  --_typography---font-size--headings--h4: 30px;
  --_typography---line-height--headings--h4: 1.4em;
  --_typography---letter-spacing--headigns--h4: -.03em;
  --_typography---font-size--headings--h5: 24px;
  --_typography---line-height--headings--h5: 1.4em;
  --_typography---letter-spacing--headigns--h5: -.02em;
  --_typography---font-size--headings--h6: 22px;
  --_typography---line-height--headings--h6: 1.4em;
  --_typography---font-weight--semi-bold: 600;
  --_typography---letter-spacing--headigns--h6: 0em;
  --full-width: 100%;
  --full-height: 100%;
  --_typography---font-size--paragraphs--text-large: 20px;
  --_typography---line-height--paragraphs--text-large: 1.4em;
  --_colors---black-light: #f1f3f3;
  --_colors---border: #cecece;
  --_colors---primary-color: #2f6bff;
  --_typography---font-size--paragraphs--text-small: 16px;
  --_colors---white: #fff;
  --_typography---line-height--headings--h1-small: 1em;
  --_colors---strock-color: #eee;
  --_colors---field-color: #f8f8f8;
  --section-padding-small: 65px;
  --section-padding-large: 130px;
  --_typography---font-size--paragraphs--text-xsmall: 14px;
  --_typography---line-height--paragraphs--text-xsmall: 1.4em;
  --_typography---font-family--decorative-font: "Instrument Serif", sans-serif;
  --_typography---letter-spacing--paragraphs--tex-large: -.02em;
  --_typography---line-height--paragraphs--text-small: 1.4em;
  --_colors---card-background: #1c2035;
  --_colors---background-color: #f2f2f2;
  --_colors---transparent: #0000;
  --_typography---font-weight--bold: 700;
  --_colors---border-image: 0vw;
  --container: 0px;
  --image-corner-radius: 3vw;
  --_typography---letter-spacing--paragraphs--text-default: 0em;
  --_typography---letter-spacing--paragraphs--text-small: 0em;
  --_typography---letter-spacing--paragraphs--text-xsmall: 0em;
  --_typography---font-weight--light: 300;
}
.wf-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.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-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}
.wf-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}
.wf-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}
.wf-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}
.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-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}
.wf-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}
.wf-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}
.wf-commerce-commercecartproductname {
  font-weight: 700;
}
.wf-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}
.wf-commerce-commercecartquantity {
  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-commercecartquantity::placeholder {
  color: #999;
}
.wf-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}
.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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}
.wf-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}
.wf-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}
.wf-commerce-commercequickcheckoutgoogleicon, .wf-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}
.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-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}
.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-commerceaddtocartform {
  margin: 0 0 15px;
}
.wf-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}
.wf-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
.wf-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}
.wf-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}
.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-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}
.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-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}
.wf-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}
.wf-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}
.wf-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}
.wf-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}
.wf-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}
.wf-commerce-commercecheckoutsummarylineitem, .wf-commerce-commercecheckoutordersummaryextraitemslistitem {
  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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}
.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-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}
.wf-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}
.wf-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .wf-layout-blockcontainer {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .wf-layout-blockcontainer {
    max-width: none;
  }
  .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-commercecartcontainerwrapper--cartType-leftDropdown, .wf-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }
  .wf-commerce-commercecartquantity, .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 {
  font-family: var(--_typography---font-family--global-font);
  color: var(--_colors---text-secondary);
  font-size: var(--_typography---font-size--paragraphs--text-default);
  line-height: var(--_typography---line-height--paragraphs--text-default);
  font-weight: var(--_typography---font-weight--regular);
  --full-width: 100%;
  --full-height: 100%;
  --section-padding-small: 65px;
  --section-padding-large: 130px;
  --container: 0px;
  --image-corner-radius: 3vw;
}
h1 {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h1);
  line-height: var(--_typography---line-height--headings--h1);
  letter-spacing: var(--_typography---letter-spacing--headigns--h1);
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h2);
  line-height: var(--_typography---line-height--headings--h2);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h2);
  margin-top: 0;
  margin-bottom: 0;
}
h3 {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---line-height--headings--h3);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h3);
  margin-top: 0;
  margin-bottom: 0;
}
h4 {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
  margin-top: 0;
  margin-bottom: 0;
}
h5 {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
  margin-top: 0;
  margin-bottom: 0;
}
h6 {
  font-size: var(--_typography---font-size--headings--h6);
  line-height: var(--_typography---line-height--headings--h6);
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: var(--_typography---letter-spacing--headigns--h6);
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin-bottom: 0;
}
a {
  color: var(--_colors---text-primary);
  text-decoration: none;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
img {
  width: var(--full-width);
  height: var(--full-height);
  max-height: var(--full-height);
  max-width: var(--full-width);
  object-fit: cover;
  display: inline-block;
}
label {
  font-size: var(--_typography---font-size--paragraphs--text-large);
  line-height: var(--_typography---line-height--paragraphs--text-large);
  margin-bottom: 6px;
}
blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}
.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}
.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 406px;
  display: flex;
}
.preview-page-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--_colors---black-light);
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 24px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.title-box {
  margin-bottom: 30px;
}
.title-box.margin-none {
  margin-bottom: 0;
}
.style-size-box {
  color: var(--_colors---text-primary);
  justify-content: flex-start;
  align-items: center;
}
.style-category-box-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}
.secondary-text-regular {
  font-size: var(--_typography---font-size--paragraphs--text-default);
  line-height: var(--_typography---line-height--paragraphs--text-default);
  font-weight: var(--_typography---font-weight--regular);
}
.secondary-text-regular.text-primary {
  color: var(--_colors---text-primary);
}
.secondary-text-regular.is-top {
  max-width: 469px;
}
.color-inner-title {
  color: var(--_colors---text-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.primary-button-icon-box {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  height: 24px;
  min-height: 24px;
  display: flex;
}
.color-card-wrap {
  position: relative;
}
.color-card-wrap.border {
  border: 1px solid var(--_colors---border);
}
.style-guide-buttion-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.primary-button {
  z-index: 1;
  background-color: var(--_colors---primary-color);
  border: 1px solid #fff3;
  border-radius: 120px;
  padding: 21.67px 30px;
  text-decoration: none;
  position: relative;
}
.description {
  font-size: var(--_typography---font-size--paragraphs--text-small);
  font-weight: var(--_typography---font-weight--medium);
}
.description.achievements {
  margin-top: 8px;
  margin-bottom: 20px;
}
.description.white {
  color: var(--_colors---white);
}
.primary-button-hover-text {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--paragraphs--text-small);
  line-height: var(--_typography---line-height--headings--h1-small);
  font-weight: var(--_typography---font-weight--semi-bold);
  position: absolute;
}
.primary-button-hover-text.white {
  color: var(--_colors---white);
}
.style-single-title {
  font-size: 42px;
}
.animation-content-wrap {
  overflow: hidden;
}
.single-button-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.style-inner-ttile-box {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}
.style-category-grid-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}
.style-color-title {
  font-size: 16px;
}
.primary-button-text-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.style-category-tob-box {
  border-radius: 12px;
  margin-bottom: 9px;
  padding: 24px 18px;
}
.style-category-tob-box.secondary-color-two {
  color: var(--_colors---text-primary);
  background-color: #f6f6f8;
  margin-top: 45px;
}
.style-category-tob-box.secondary-color {
  color: #010101;
  background-color: #f6f6f8;
}
.style-container {
  max-width: 1274px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.utlitty-inner-title {
  font-size: var(--_typography---font-size--headings--h2);
  line-height: var(--_typography---line-height--headings--h2);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h2);
}
.color-card {
  min-height: 315px;
}
.color-card.text-primary {
  background-color: var(--_colors---text-primary);
}
.color-card.strock-color {
  background-color: var(--_colors---strock-color);
}
.color-card.primary-color {
  background-color: var(--_colors---primary-color);
}
.color-card.white {
  background-color: #fff;
}
.color-card.text-secondary {
  background-color: var(--_colors---text-secondary);
}
.color-card.field-color {
  background-color: var(--_colors---field-color);
}
.section {
  padding-top: var(--section-padding-small);
  padding-bottom: var(--section-padding-small);
}
.section.ulility-hero {
  padding-top: 225px;
  padding-bottom: 55px;
}
.section.footer {
  background-color: var(--_colors---white);
  padding-top: 0;
  padding-bottom: 0;
}
.section.inner-blog {
  padding-bottom: 150px;
}
.section.achievements {
  z-index: 1;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}
.section.full-padding-top {
  padding-top: 130px;
}
.section.full-padding-bottom {
  padding-bottom: var(--section-padding-large);
}
.section.hero-background {
  z-index: 1;
  background-image: url('../pic1.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 122px;
  padding-bottom: 28px;
  position: relative;
  overflow: hidden;
}
.section.excellence {
  z-index: 1;
  background-image: url('../images/Excellence.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 390px;
  padding-bottom: 58px;
  position: relative;
  overflow: hidden;
}
.section.inner-hero {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.section.single {
  padding-top: 252px;
  padding-bottom: 15px;
}
.section.blog {
  padding-top: 50px;
  padding-bottom: 150px;
}
.section.blog-single {
  padding-top: 232px;
  padding-bottom: 50px;
}
.section.blog-single-inner {
  padding-top: 0;
  padding-bottom: 130px;
}
.section.about-counter {
  padding-top: 7px;
}
.section.project-padding-bottom {
  padding-top: 80px;
  padding-bottom: 130px;
}
.section.pricing-hero {
  background-image: url('../images/pricing-hero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 320px;
  padding-bottom: 40px;
}
.section.pricing-single {
  padding-top: 232px;
  padding-bottom: 130px;
}
.section.inner-hero-about {
  z-index: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 784px;
  padding-top: 200px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.section.testimonial {
  padding-top: 0;
  padding-bottom: var(--section-padding-large);
}
.section.hero-about {
  background: #fff;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.section.benefit {
  padding-top: var(--section-padding-large);
  background-image: url('../images/Benefit-Background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.benefit-layout {
  grid-column-gap: 72px;
  grid-row-gap: 48px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(340px, 1fr);
  align-items: flex-start;
  display: grid;
}
.benefit-intro {
  color: var(--_colors---white);
  max-width: 520px;
  padding-top: 28px;
  position: sticky;
  top: 120px;
}
.benefit-kicker {
  color: var(--_colors---primary);
  letter-spacing: 0.42em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.benefit-heading {
  color: var(--_colors---white);
  letter-spacing: var(--_typography---letter-spacing--headigns--h2);
  margin-top: 0;
  margin-bottom: 26px;
  font-size: clamp(54px, 5.1vw, 86px);
  font-weight: var(--_typography---font-weight--medium);
  line-height: 0.98;
}
.benefit-heading .italic {
  color: var(--_colors---white);
  display: block;
  font-style: italic;
  font-weight: var(--_typography---font-weight--regular);
}
.benefit-copy {
  color: #ffffff;
  max-width: 360px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.32;
}
.benefit-card-stack {
  justify-self: center;
  width: 100%;
  max-width: 520px;
}
.style-category-box {
  justify-content: space-between;
  align-items: stretch;
}
.color-grid-box-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.color-grid-box-wrap.two {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
}
.style-single-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.primary-button-text {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--paragraphs--text-small);
  line-height: var(--_typography---line-height--headings--h1-small);
  font-weight: var(--_typography---font-weight--semi-bold);
}
.primary-button-text.white {
  color: var(--_colors---white);
}
.style-catagory-text {
  font-size: var(--_typography---font-size--headings--h6);
  line-height: var(--_typography---line-height--headings--h6);
  font-weight: var(--_typography---font-weight--regular);
}
.style-sub-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.style-wrapper {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}
.title-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}
.style-scale-category-box {
  justify-content: flex-start;
  align-items: center;
}
.dot {
  background-color: var(--_colors---text-secondary);
  border-radius: 50%;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
}
.uttlity-title-box {
  max-width: 834px;
}
.style-color-box-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}
.style-title-box-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.style-title-box-wrapper.password {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}
.primary-button-icon-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.color-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}
.style-title-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}
.small-text {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--paragraphs--text-xsmall);
  line-height: var(--_typography---line-height--paragraphs--text-xsmall);
  font-weight: var(--_typography---font-weight--medium);
  margin-bottom: 0;
}
.small-text.text-secondary, .small-text.counter {
  color: var(--_colors---text-secondary);
}
.color-code-box {
  background-color: var(--_colors---white);
  color: var(--_colors---text-primary);
  border-radius: 40px;
  padding: 10px 16px;
  position: absolute;
  bottom: 18px;
  left: 18px;
}
.color-code-box.field-color {
  background-color: var(--_colors---field-color);
}
.primary-button-icon {
  z-index: 1;
  position: relative;
}
.style-wrap {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-flow: column;
  display: flex;
}
.primary-button-hover-icon {
  position: absolute;
}
.semi-title {
  line-height: var(--_typography---line-height--headings--h1-small);
  font-weight: var(--_typography---font-weight--semi-bold);
  text-transform: none;
}
.italic-title {
  font-family: var(--_typography---font-family--decorative-font);
  line-height: var(--_typography---line-height--headings--h1-small);
  font-style: italic;
  font-weight: var(--_typography---font-weight--regular);
  text-transform: none;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-family: var(--_typography---font-family--decorative-font);
  font-style: italic;
  font-weight: var(--_typography---font-weight--regular);
  text-transform: uppercase;
}
.italic.none {
  text-transform: none;
}
.primary-text {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--paragraphs--text-large);
  line-height: var(--_typography---line-height--paragraphs--text-large);
  font-weight: var(--_typography---font-weight--regular);
  letter-spacing: var(--_typography---letter-spacing--paragraphs--tex-large);
}
.semi-description {
  font-size: var(--_typography---font-size--paragraphs--text-small);
  line-height: var(--_typography---line-height--paragraphs--text-small);
  font-weight: var(--_typography---font-weight--semi-bold);
}
.container {
  width: 100%;
  max-width: 1422px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.footer-wrap {
  max-width: 1310px;
}
.footer-top-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.footer-about-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 410px;
  display: flex;
}
.footer-contact-wrap {
  flex-flow: column;
  display: flex;
}
.plan-divider {
  background-color: var(--_colors---strock-color);
  height: 1px;
}
.plan-divider.footer {
  margin-bottom: 40px;
}
.footer-social-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.footer-social-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
}
.footer-social-link {
  width: var(--full-width);
  height: var(--full-height);
  justify-content: center;
  align-items: center;
  max-width: 24px;
  max-height: 24px;
  display: flex;
  overflow: hidden;
}
.social-link-icon {
  transition: all .3s;
}
.social-link-icon:hover {
  transform: scale(1.05);
}
.footer-logo-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 340px;
  display: flex;
}
.footer-top-righ-box {
  width: 100%;
  max-width: 616px;
}
.footer-wedget-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.footer-single-widget {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}
.footer-wized-title {
  color: var(--_colors---text-primary);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.footer-menu {
  color: var(--_colors---text-secondary);
  text-transform: uppercase;
  transition: all .4s;
}
.footer-menu:hover {
  transform: translate(10px);
}
.footer-menu[aria-current="page"] {
  color: var(--_colors---text-primary);
  font-weight: var(--_typography---font-weight--semi-bold);
}
.footer-title {
  text-transform: uppercase;
}
.get-box {
  background-color: var(--_colors---primary-color);
  color: var(--_colors---white);
  font-weight: var(--_typography---font-weight--semi-bold);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 28px 34px;
  transition: all .3s;
  display: flex;
}
.get-box:hover {
  background-color: var(--_colors---text-primary);
  color: var(--_colors---primary-color);
}
.footer-title-flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.footer-medium-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1059px;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
}
.footer-image-box {
  border-radius: 14px;
  max-width: 350px;
  position: relative;
  overflow: hidden;
}
.footer-video-button {
  background-color: #d0d0d04d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  transition: background-color .3s;
  display: flex;
}
.footer-video-button:hover {
  background-color: var(--_colors---text-primary);
}
.footer-video-icon {
  max-width: 20px;
}
.footer-lightbox-link {
  z-index: 2147483647;
  position: absolute;
  top: 40%;
  left: 40%;
}
.footer-bottom-box {
  background-color: var(--_colors---text-primary);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}
.footer-bottom-content {
  color: #fffc;
  font-size: var(--_typography---font-size--paragraphs--text-xsmall);
}
.inner-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}
.inner-title-wrap {
  justify-content: space-between;
}
.inner-title-wrap.flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.inner-title-wrap.results {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.inner-title-wrap.themselves {
  grid-column-gap: 482px;
  grid-row-gap: 482px;
  flex-flow: column;
  display: flex;
}
.inner-title-wrap.excellence {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}
.inner-title-wrap.inner-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  max-width: 810px;
  display: flex;
}
.inner-title-wrap.contact {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  max-width: 726px;
  display: flex;
}
.inner-title-wrap.blog-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  max-width: 786px;
  display: flex;
}
.inner-title-box.inner-blog {
  max-width: 560px;
}
.inner-title-box.inner-achievements {
  max-width: 598px;
}
.inner-title-box.inner-project {
  max-width: 469px;
}
.inner-title-box.hero {
  max-width: 906px;
}
.inner-title-box.team {
  text-align: center;
  max-width: 487px;
  margin-left: auto;
  margin-right: auto;
}
.inner-title-box.is-hero-about {
  max-width: 780px;
}
.inner-title {
  text-transform: uppercase;
}
.inner-title.white {
  color: var(--_colors---white);
}
.inner-blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.blog-image-box {
  border-radius: 14px;
  overflow: hidden;
}
.blog-card {
  flex-flow: column;
  display: flex;
}
.blog-card-title-box {
  margin-top: 24px;
  margin-bottom: 20px;
}
.blog-card-title {
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
}
.blog-author-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.blog-card-divider {
  background-color: var(--_colors---strock-color);
  height: 1px;
}
.blog-card-divider-wrap {
  margin-top: 20px;
}
.blog-card-divider-hover {
  background-color: var(--_colors---text-primary);
  width: 0;
  height: 1px;
}
.results-flex {
  justify-content: space-between;
  display: flex;
}
.result-feft-box {
  width: 100%;
  max-width: 560px;
}
.result-right-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_colors---white);
  flex-flow: column;
  width: 100%;
  max-width: 856px;
  margin-top: 208px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}
.results-single-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.result-card-left-box {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.result-card-title-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}
.result-card-title {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
}
.result-card-number {
  font-size: var(--_typography---font-size--paragraphs--text-xsmall);
  line-height: var(--_typography---line-height--paragraphs--text-xsmall);
  margin-top: -5px;
}
.result-card-image-box {
  opacity: 0;
  border-radius: 8px;
  max-width: 130px;
  overflow: hidden;
}
.result-icon-box {
  justify-content: flex-end;
  align-items: center;
  width: 26px;
  min-width: 26px;
  height: 24px;
  min-height: 24px;
  display: flex;
  overflow: hidden;
}
.results-single-wrap {
  width: 100%;
  max-width: 100%;
}
.result-card-divider-wrap {
  margin-top: 10px;
}
.achievements-description-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 473px;
  color: var(--_colors---white);
  flex-flow: column;
  display: flex;
}
.achievements-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.achievements-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--_colors---white);
  border-radius: 14px;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 6px;
  display: flex;
  overflow: hidden;
}
.achievements-card-image-box {
  border-radius: 12px;
  max-width: 196px;
  overflow: hidden;
}
.achievements-content-box {
  width: var(--full-width);
  flex-flow: column;
  justify-content: space-between;
  max-width: 215px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}
.achievements-card-name {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
}
.themselves-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.themselves-left-box {
  max-width: 560px;
}
.themselves-right-box {
  width: 100%;
  max-width: 660px;
}
.themselves-button-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 387px;
  display: flex;
}
.themselves-counter-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.themselves-counter-single-box {
  border: 1px solid var(--_colors---strock-color);
  background-color: var(--_colors---white);
  border-radius: 14px;
  padding: 156px 18px 12px 24px;
  overflow: hidden;
}
.counter-digit-item.second {
  margin-left: -3px;
}
.counter-digit-item.first {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.counter-number-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  height: 96px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.counter-single-box {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.counter-single-box.left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-end;
}
.counter-number {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h1);
  line-height: var(--_typography---line-height--headings--h1-small);
  font-weight: var(--_typography---font-weight--regular);
  letter-spacing: var(--_typography---letter-spacing--headigns--h1);
  align-items: flex-start;
}
.why-homeowners-section {
  background:
    radial-gradient(circle at 82% 8%, rgba(40, 103, 255, 0.07), transparent 24%),
    linear-gradient(180deg, #f9fbff 0%, #f5f8fd 100%);
}
.why-homeowners-wrap {
  align-items: flex-start;
  padding-top: 54px;
}
.why-homeowners-left {
  padding-top: 126px;
}
.why-homeowners-title {
  color: var(--_colors---text-primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 34px;
  font-size: clamp(56px, 5.15vw, 84px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.035em;
}
.why-homeowners-title span {
  display: block;
}
.why-homeowners-title .italic {
  text-transform: none;
  margin-top: 14px;
  font-size: 0.72em;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.why-homeowners-copy {
  color: rgba(6, 27, 58, 0.78);
  max-width: 450px;
  margin-bottom: 44px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.58;
}
.why-homeowners-right {
  max-width: 700px;
}
.why-homeowners-grid {
  border-left: 1px solid rgba(6, 27, 58, 0.14);
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.why-homeowners-cell {
  min-height: 180px;
  border-bottom: 1px solid rgba(6, 27, 58, 0.14);
  padding: 42px 30px 34px;
  transition: background-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.why-homeowners-cell:nth-child(even) {
  border-left: 1px solid rgba(6, 27, 58, 0.14);
}
.why-homeowners-cell:hover {
  background-color: rgba(255, 255, 255, 0.72);
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(6, 27, 58, 0.08);
}
.why-homeowners-reason h3 {
  color: var(--_colors---text-primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.why-homeowners-reason p {
  color: var(--_colors---text-primary);
  margin: 0;
  font-size: 25px;
  font-style: italic;
  line-height: 1.08;
}
.why-homeowners-stat strong {
  color: var(--_colors---text-primary);
  letter-spacing: -0.06em;
  font-size: clamp(66px, 6vw, 92px);
  font-weight: 300;
  line-height: 0.94;
  display: block;
}
.why-homeowners-stat span {
  color: rgba(6, 27, 58, 0.78);
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  display: block;
}
.counter-digit-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.counter-description-box {
  max-width: 106px;
}
.project-button-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.second-button {
  z-index: 1;
  border: 1px solid var(--_colors---strock-color);
  border-radius: 120px;
  padding: 11px 20px 11px 24px;
  text-decoration: none;
  position: relative;
}
.project-single-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}
.project-image-box {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}
.project-image {
  max-height: 700px;
}
.view-project {
  aspect-ratio: 1;
  background-color: var(--_colors---white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
}
.view-project-image {
  max-width: 30px;
  height: auto;
}
.project-card-content-wrap {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  display: flex;
}
.project-card-number-box {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.text-secondary {
  color: var(--_colors---text-secondary);
}
.project-card-number {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
}
.project-card-content-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}
.project-card-title {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
}
.hero-about-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}
.hero-about-left-box {
  flex-flow: column;
  width: 100%;
  max-width: 554px;
  display: flex;
}
.hero-about-icon-box {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 36px;
  min-height: 36px;
  display: flex;
}
.hero-about-left {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.hero-about-text {
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
}
.hero-about-right {
  width: 100%;
  max-width: 805px;
}
.secondary-text {
  font-weight: 500;
}
.hero-about-right-text {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  max-width: 473px;
  display: flex;
}
.hero-about-image-box {
  border-radius: 24px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.window-collection-wrap {
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}
.window-collection-header {
  grid-column-gap: 48px;
  grid-row-gap: 28px;
  grid-template-columns: minmax(420px, 720px) minmax(260px, 380px);
  justify-content: space-between;
  align-items: end;
  display: grid;
}
.window-collection-kicker {
  color: #2867ff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.window-collection-brand {
  color: #061b3a;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  font-family: var(--_typography---font-family--decorative-font);
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  white-space: nowrap;
  display: flex;
}
.window-collection-brand-image {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 2px;
  display: block;
}
.window-collection-title {
  color: #061b3a;
  font-size: 72px;
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}
.window-collection-title span {
  display: block;
}
.window-collection-title .italic.none {
  font-size: 0.92em;
  line-height: 0.96;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 6px;
}
.window-collection-copy {
  color: rgba(6, 27, 58, 0.68);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
  margin: 0 0 14px;
}
.window-collection-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  perspective: 1200px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
.window-product-card {
  isolation: isolate;
  aspect-ratio: 1.12 / 1;
  color: var(--_colors---white);
  border: 1px solid rgba(8, 24, 54, 0.14);
  border-radius: 14px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  box-shadow: 0 18px 42px rgba(6, 27, 58, 0.12);
  animation: windowCardIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.window-product-card:nth-child(2) {
  animation-delay: 0.06s;
}
.window-product-card:nth-child(3) {
  animation-delay: 0.12s;
}
.window-product-card:nth-child(4) {
  animation-delay: 0.18s;
}
.window-product-card:nth-child(5) {
  animation-delay: 0.24s;
}
.window-product-card:nth-child(6) {
  animation-delay: 0.3s;
}
.window-product-card::before {
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(6, 21, 46, 0.02) 0%, rgba(6, 21, 46, 0.16) 42%, rgba(4, 14, 31, 0.88) 100%);
  position: absolute;
  inset: 0;
  transition: opacity 0.35s ease;
}
.window-product-card::after {
  content: "";
  z-index: 2;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.28) 46%, transparent 62%);
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -55%;
  transform: skewX(-18deg);
  transition: left 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.window-product-card:hover {
  transform: translateY(-10px) rotateX(4deg) rotateY(-3deg);
  box-shadow: 0 30px 70px rgba(6, 27, 58, 0.22);
}
.window-product-card:hover::after {
  left: 110%;
}
.window-product-card:hover .window-product-image {
  transform: scale(1.08);
}
.window-product-card:hover .window-card-arrow {
  transform: translate(3px, -3px);
}
.window-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.window-card-number,
.window-card-arrow,
.window-card-content {
  z-index: 3;
  position: absolute;
}
.window-card-number {
  display: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  top: 24px;
  left: 24px;
}
.window-card-arrow {
  color: #061b3a;
  background-color: var(--_colors---white);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-size: 0;
  line-height: 1;
  top: 50%;
  right: 24px;
  display: flex;
  transform: translateY(-50%);
  box-shadow: 0 14px 36px rgba(4, 14, 31, 0.2);
  transition: color 0.35s ease, background-color 0.35s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}
.window-card-arrow::before {
  content: "";
  background-image: url('/assets/images/arrow-black-right.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}
.window-product-card:hover .window-card-arrow {
  color: #061b3a;
  background-color: var(--_colors---white);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 20px 44px rgba(4, 14, 31, 0.26);
}
.window-card-content {
  left: 24px;
  right: 24px;
  bottom: 24px;
  transform: translateZ(44px);
}
.window-card-title {
  color: var(--_colors---white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
  font-family: var(--_typography---font-family--global-font);
  font-size: 34px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.045em;
  display: block;
}
.window-card-text {
  color: rgba(255, 255, 255, 0.86);
  max-width: 360px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}
.window-collection-action {
  justify-content: center;
  display: flex;
}
.window-collection-button {
  color: #061b3a;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid rgba(6, 27, 58, 0.58);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
}
.window-collection-button:hover {
  color: var(--_colors---white);
  background-color: #061b3a;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(6, 27, 58, 0.18);
}
@keyframes windowCardIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.hero-white-title {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--headings--h1);
  line-height: var(--_typography---line-height--headings--h1-small);
  font-weight: var(--_typography---font-weight--semi-bold);
  letter-spacing: var(--_typography---letter-spacing--headigns--h1);
}
.hero-background .visual-overlay {
  background-image:
    linear-gradient(90deg, rgba(3, 8, 16, .78) 0%, rgba(4, 10, 19, .59) 34%, rgba(5, 11, 20, .43) 62%, rgba(5, 11, 20, .3) 100%),
    radial-gradient(circle at 68% 44%, rgba(7, 12, 18, .04) 0%, rgba(4, 8, 15, .38) 100%);
}
.hero-background .hero-wrap {
  position: relative;
  min-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-home-content {
  max-width: 850px;
  padding-top: 14px;
}
.hero-kicker {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.home-hero-title {
  display: flex;
  flex-direction: column;
  max-width: 920px;
  font-size: clamp(64px, 8vw, 118px);
  line-height: 0.88;
  letter-spacing: -0.07em;
  margin: 0;
}
.home-hero-title span {
  display: block;
}
.home-hero-title .italic.none {
  margin-top: 0.06em;
  font-size: 0.97em;
  line-height: 0.92;
}
.hero-copy {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.hero-actions {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 26px;
  display: flex;
}
.hero-range-link {
  color: var(--_colors---white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}
.hero-range-arrow {
  font-size: 14px;
  line-height: 1;
}
.hero-scroll-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 28px;
  display: flex;
}
.hero-home-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.hero-stats-card {
  isolation: isolate;
  width: min(100%, 728px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.98), transparent 42%),
    rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease, border-color 0.4s ease;
}
.hero-stats-card::before {
  content: "";
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.72) 44%, rgba(255, 255, 255, 0.18) 53%, transparent 68%);
  width: 48%;
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -60%;
  transform: translate3d(0, 0, 0) skewX(-14deg);
  will-change: transform;
}
.hero-home-bottom.is-visible .hero-stats-card {
  animation: heroStatsCardIn 1s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}
.hero-home-bottom.is-visible .hero-stats-card::before {
  animation: heroStatsGlassSweep 6s cubic-bezier(0.65, 0, 0.35, 1) 1.1s infinite;
  animation-play-state: paused;
}
.hero-home-bottom.is-visible .hero-stats-card.is-motion-active::before {
  animation-play-state: running;
}
.hero-stats-card:hover {
  border-color: rgba(255, 255, 255, 0.85);
  transform: perspective(1100px) translateY(-6px) rotateX(1.5deg) rotateY(-1deg);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}
.hero-stat {
  z-index: 1;
  padding: 26px 28px 24px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-stat::after {
  content: "";
  background: #2867ff;
  height: 3px;
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-stat:hover {
  background: rgba(255, 255, 255, 0.48);
  transform: translateY(-3px);
}
.hero-stat:hover::after {
  transform: scaleX(1);
}
.hero-stat:not(:last-child) {
  border-right: 1px solid rgba(18, 20, 32, 0.08);
}
.hero-stat-value {
  display: block;
  color: #0f1730;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
  margin-bottom: 8px;
  transition: color 0.3s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-stat-label {
  display: block;
  color: rgba(15, 23, 48, 0.64);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.hero-stat:hover .hero-stat-value {
  color: #2867ff;
  transform: translateY(-2px);
}
.hero-home-bottom.is-visible .hero-stat-value,
.hero-home-bottom.is-visible .hero-stat-label {
  animation: heroStatTextIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}
.hero-home-bottom.is-visible .hero-stat:nth-child(1) .hero-stat-value {
  animation-delay: 0.22s;
}
.hero-home-bottom.is-visible .hero-stat:nth-child(1) .hero-stat-label {
  animation-delay: 0.31s;
}
.hero-home-bottom.is-visible .hero-stat:nth-child(2) .hero-stat-value {
  animation-delay: 0.36s;
}
.hero-home-bottom.is-visible .hero-stat:nth-child(2) .hero-stat-label {
  animation-delay: 0.45s;
}
.hero-home-bottom.is-visible .hero-stat:nth-child(3) .hero-stat-value {
  animation-delay: 0.5s;
}
.hero-home-bottom.is-visible .hero-stat:nth-child(3) .hero-stat-label {
  animation-delay: 0.59s;
}
@keyframes heroStatsCardIn {
  from {
    opacity: 0;
    transform: perspective(1100px) translate3d(0, 38px, 0) rotateX(8deg) scale(0.96);
  }
  to {
    opacity: 1;
    transform: perspective(1100px) translate3d(0, 0, 0) rotateX(0) scale(1);
  }
}
@keyframes heroStatTextIn {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes heroStatsGlassSweep {
  0%, 14% {
    transform: translate3d(0, 0, 0) skewX(-14deg);
  }
  44%, 100% {
    transform: translate3d(380%, 0, 0) skewX(-14deg);
  }
}
.hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-background-video {
  max-width: none;
  filter: brightness(.78) contrast(1.08) saturate(.8);
  transform: scale(1.025);
  animation: heroVideoEntrance 1.8s cubic-bezier(.22, 1, .36, 1) both;
  will-change: transform, opacity;
}
@keyframes heroVideoEntrance {
  from {
    opacity: 0;
    transform: scale(1.065);
  }
  to {
    opacity: 1;
    transform: scale(1.025);
  }
}
.hero-background .visual-wrap {
  z-index: -1;
}
.hero-background .primary-button {
  box-shadow: 0 10px 24px rgba(47, 107, 255, 0.24);
}
.hero-flex-box {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 88px;
  display: flex;
}
.hero-left-box {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 56%;
  max-width: 816px;
  display: flex;
}
.hero-right-box {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 680px;
  padding-bottom: 4px;
  display: flex;
}
.hero-single-card {
  background-color: #3572FF;
  border-radius: 26px;
  width: 236px;
  min-width: 236px;
  max-width: 236px;
  flex: 0 0 236px;
  padding: 16px 16px 14px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  align-self: flex-end;
  min-height: 432px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 18px 42px rgba(15, 15, 15, 0.18);
}
.hero-single-card .small-text-regular {
  color: #ffffff;
}
.hero-single-card .leave-a-review {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #111827;
}
.hero-feature-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.small-text-regular {
  font-size: var(--_typography---font-size--paragraphs--text-xsmall);
}
.small-text-regular.all-caps {
  text-transform: uppercase;
}
.hero-card-top-one-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}
.hero-top-pill {
  background: #ffffff;
  border-radius: 999px;
  width: 24px;
  height: 44px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
  display: block;
}
.hero-card-image-box {
  border: 1px solid var(--_colors---white);
  background-color: var(--_colors---white);
  border-radius: 18px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  flex: 1 1 auto;
}
.hero-video-button {
  background-color: #999c;
  border: .3px solid #999c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}
.hero-video-button:hover {
  border-color: var(--_colors---text-primary);
  background-color: var(--_colors---text-primary);
}
.hero-card-video-wrap {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-review-box {
  background-color: var(--_colors---white);
  border-radius: 16px;
  margin-top: 0;
}
.leave-a-review {
  color: var(--_colors---text-primary);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 15px 16px;
  font-size: 13px;
  display: flex;
}
.hero-card-two {
  background-color: #ffffff !important;
  border-radius: 28px !important;
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
  flex: 0 0 420px !important;
  padding: 24px 22px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.10) !important;
  box-sizing: border-box !important;
}
.hero-background .hero-quote-title {
  font-size: 31px !important;
  line-height: 1.02 !important;
  margin-top: 12px !important;
  margin-bottom: 18px !important;
}
.hero-background .hero-quote-grid {
  gap: 12px !important;
}
.hero-background .quote-input {
  border-radius: 16px !important;
  min-height: 50px !important;
}
.hero-background .hero-quote-submit-btn {
  border-radius: 18px !important;
  min-height: 60px !important;
}
.hero-background .hero-quote-disclaimer {
  margin-top: 14px !important;
}
.hero-background .hero-quote-header {
  margin-bottom: 4px;
}
.hero-background .hero-quote-subtitle {
  letter-spacing: 0.04em;
}
.hero-background .hero-quote-step-btn {
  padding: 0 2px;
}
.hero-background .hero-quote-step-btn span {
  font-size: 14px;
}
.hero-background .hero-quote-card-container {
  gap: 0;
}
.hero-background .hero-single-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(15, 15, 15, 0.22);
}

/* -------------------------------- Hero Quote Card Custom Styles */
.hero-quote-card-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}

.hero-quote-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  width: 100%;
}

.hero-quote-subtitle {
  color: #4C7DF2;
  font-size: 13px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: inherit;
}

.hero-quote-dropdown-wrap {
  position: relative;
}

.hero-quote-step-btn {
  display: flex;
  align-items: center;
  gap: 3px;
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #8E8E93;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-family: inherit;
}

.hero-quote-step-btn:hover {
  color: #3572FF;
  background: #F4F6FF;
}

.step-btn-icon {
  transition: transform 0.2s ease;
}

.step-btn-icon.rotate {
  transform: rotate(180deg);
}

.hero-quote-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  width: 170px;
  background: #ffffff;
  border: 1px solid #E5E7EC;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
  padding: 6px;
  z-index: 50;
  animation: dropdownFadeIn 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.dropdown-menu-title {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9CA3AF;
  padding: 4px 8px;
  letter-spacing: 0.05em;
}

.dropdown-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #1F2937;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.dropdown-menu-item:hover {
  background: #F3F4F6;
  color: #3572FF;
}

.dropdown-menu-item.active {
  background: #EEF2FF;
  color: #3572FF;
  font-weight: 600;
}

.item-code {
  font-size: 11px;
  color: #9CA3AF;
  font-style: italic;
}

.hero-quote-title {
  font-size: 26px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  color: #000000 !important;
  margin: 10px 0 16px 0 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  font-family: inherit !important;
  display: block !important;
}

.hero-quote-title em {
  font-style: italic !important;
  font-weight: 800 !important;
  display: inline !important;
}

.hero-quote-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.hero-quote-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  width: 100% !important;
}

.quote-input {
  width: 100% !important;
  background: #F6F7F9 !important;
  border: 1px solid #E4E7EC !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  color: #111827 !important;
  outline: none !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
  height: auto !important;
  min-height: 44px !important;
  margin: 0 !important;
  display: block !important;
}

.quote-input::placeholder {
  color: #71717A !important;
  font-style: italic !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.quote-input:focus {
  background: #ffffff !important;
  border-color: #3572FF !important;
  box-shadow: 0 0 0 3px rgba(53, 114, 255, 0.15) !important;
}

.hero-quote-submit-btn {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  background: #3572FF !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 16px !important;
  padding: 14px 20px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  font-style: italic !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 6px 20px rgba(53, 114, 255, 0.35) !important;
  font-family: inherit !important;
  margin: 0 !important;
  height: auto !important;
}

.hero-quote-submit-btn:hover {
  background: #2563EB !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(53, 114, 255, 0.45) !important;
}

.hero-quote-submit-btn:active {
  transform: translateY(0) !important;
}

.btn-arrow {
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  transition: transform 0.2s ease;
}

.hero-quote-submit-btn:hover .btn-arrow {
  transform: translate(2px, -2px);
}

.hero-quote-disclaimer {
  font-size: 10.5px !important;
  font-style: italic !important;
  color: #8E8E93 !important;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.hero-quote-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  text-align: center;
  gap: 6px;
  animation: dropdownFadeIn 0.3s ease;
}

.success-title {
  font-weight: 700;
  font-size: 16px;
  color: #111827;
  margin: 0;
}

.success-desc {
  font-size: 11px;
  color: #6b7280;
  margin: 0;
}
.hero-reting-box {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}
.hero-card-reting {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---line-height--headings--h3);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h3);
}
.hero-rating-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}
.hero-reating-description {
  font-size: var(--_typography---font-size--paragraphs--text-xsmall);
  line-height: var(--_typography---line-height--paragraphs--text-xsmall);
}
.hero-card-real-box {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 38px;
  display: flex;
}
.primary-real-text {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--paragraphs--text-large);
  line-height: var(--_typography---line-height--paragraphs--text-large);
  font-weight: var(--_typography---font-weight--semi-bold);
}
.hero-card-author-box {
  display: flex;
}
.hero-card-author-single-box {
  border: 1px solid var(--_colors---white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  display: flex;
  overflow: hidden;
}
.hero-card-author-single-box.number {
  background-color: var(--_colors---primary-color);
  margin-left: -8px;
}
.hero-card-author-single-box.margin-left {
  margin-left: -8px;
}
.hero-card-author {
  object-fit: cover;
}
.author-number {
  color: var(--_colors---white);
  font-size: 12px;
}
.hero-card-author-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.hero-card-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  height: 24px;
  min-height: 24px;
  display: flex;
}
.team-grid {
  grid-column-gap: 37px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.team-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}
.team-image-box {
  border-radius: 50%;
  overflow: hidden;
}
.team-author-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.industry-flex {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.industry-left-box {
  border-radius: 10px;
  width: 100%;
  max-width: 570px;
  overflow: hidden;
}
.industry-right-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--_colors---white);
  flex-flow: column;
  width: 100%;
  max-width: 805px;
  display: flex;
}
.industry-image-box {
  position: relative;
  overflow: hidden;
}
.industry-card-divider-wrap {
  margin-top: 15px;
}
.excellence-flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.excellence-button {
  z-index: 1;
  border-radius: 120px;
  padding: 22px 30px;
  text-decoration: none;
  position: relative;
}
.excellence-left-box {
  width: 100%;
  max-width: 580px;
}
.excellence-right-box {
  max-width: 122px;
}
.excellence-social-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.excellence-social-icon-box {
  background-color: #aaa6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.excellence-social-icon {
  max-width: 18px;
  height: auto;
}
.excellence-social-hover-icon {
  opacity: 0;
  max-width: 18px;
  height: auto;
  position: absolute;
}
.return-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.return-right-box {
  max-width: 696px;
}
.return-image-box {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
.inner-description-box.return {
  max-width: 473px;
  margin-top: 10px;
  margin-bottom: 52px;
}
.return-card-flex {
  grid-column-gap: 66px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}
.return-single-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 253px;
  display: flex;
}
.return-single-card-title {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--paragraphs--text-small);
  font-weight: var(--_typography---font-weight--semi-bold);
}
.at-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.at-left-box {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 36px;
  min-height: 36px;
  margin-top: 36px;
  display: flex;
}
.at-right-box {
  max-width: 923px;
}
.at-title {
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
}
.contact-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.contact-left-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 556px;
  display: flex;
}
.contact-right-box {
  border: 1px solid var(--_colors---strock-color);
  background-color: var(--_colors---white);
  border-radius: 24px;
  width: 100%;
  max-width: 806px;
  padding: 30px;
  overflow: hidden;
}
.contact-title {
  max-width: 351px;
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---line-height--headings--h3);
  letter-spacing: var(--_typography---letter-spacing--headigns--h3);
}
.contact-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.primary-text-regular {
  font-size: var(--_typography---font-size--paragraphs--text-large);
}
.primary-text-regular.text-primary {
  color: var(--_colors---text-primary);
}
.contact-field-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}
.field {
  border: 1px solid var(--_colors---strock-color);
  min-height: 60px;
  color: var(--_colors---text-primary);
  border-radius: 12px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 20px;
}
.field:focus {
  border-color: var(--_colors---text-primary);
  color: var(--_colors---text-primary);
}
.field::placeholder {
  color: #75766e80;
  font-size: 20px;
}
.contact-field-wrap {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  width: 100%;
  max-width: 100%;
  display: flex;
}
.contact-from {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.textareea {
  border: 1px solid var(--_colors---strock-color);
  min-height: 172px;
  color: var(--_colors---text-primary);
  border-radius: 12px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 20px;
}
.textareea:focus {
  border-color: var(--_colors---text-primary);
  color: var(--_colors---text-primary);
}
.textareea::placeholder {
  color: #75766e80;
  font-size: 20px;
}
.from-button {
  background-color: var(--_colors---primary-color);
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--paragraphs--text-small);
  font-weight: var(--_typography---font-weight--semi-bold);
  border-radius: 500px;
  margin-top: 10px;
  padding: 18px 30px;
  transition: color .3s, background-color .3s;
}
.from-button:hover {
  background-color: var(--_colors---card-background);
  color: var(--_colors---white);
}
.form-block {
  margin-bottom: 0;
}
.error-title {
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---line-height--headings--h3);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h3);
  margin-top: 40px;
  margin-bottom: 14px;
}
.error-description {
  margin-bottom: 30px;
}
.utility-lock-page-wrap {
  justify-content: center;
  align-items: center;
  padding: 65px 15px 150px;
  display: flex;
}
.utility-lock-page-content {
  background-color: var(--_colors---background-color);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1278px;
  margin-bottom: 0;
  padding: 100px 15px 110px;
  display: flex;
  overflow: hidden;
}
.lock-box {
  background-color: var(--_colors---white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 66px;
  min-width: 66px;
  height: 66px;
  min-height: 66px;
  display: flex;
}
.lock-title {
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---line-height--headings--h3);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h3);
  margin-top: 16px;
  margin-bottom: 16px;
}
.display-none {
  display: none;
}
.lock-icon {
  max-width: 32px;
  height: auto;
}
.lock-field-wrap {
  width: 100%;
  max-width: 452px;
  margin-top: 30px;
  display: flex;
}
.lock-field {
  border: 1px solid var(--_colors---white);
  min-height: 48px;
  color: var(--_colors---text-secondary);
  border-radius: 14px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.lock-field:focus {
  border-color: var(--_colors---primary-color);
}
.lock-field::placeholder {
  color: var(--_colors---text-secondary);
  font-size: 16px;
  font-weight: 500;
}
.lock-button {
  background-color: var(--_colors---text-primary);
  color: var(--_colors---white);
  border-radius: 14px;
}
.description-regular {
  font-size: 16px;
}
.utility-lock-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 557px;
  display: flex;
}
.change-log-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--_colors---background-color);
  border-radius: 20px;
  flex-flow: column;
  padding: 40px 40px 48px;
  display: flex;
  overflow: hidden;
}
.vertion {
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
}
.project-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.single-hero-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.single-hero-wrap.service {
  max-width: 803px;
}
.single-title {
  line-height: var(--_typography---line-height--headings--h1-small);
  font-weight: var(--_typography---font-weight--semi-bold);
}
.project-single-image-box {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.discover-title {
  max-width: 1081px;
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---line-height--headings--h3);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h3);
  margin-top: 50px;
  margin-bottom: 50px;
}
.about-property-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1177px;
  display: flex;
}
.about-property {
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
}
.area-address-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 858px;
  margin-top: 50px;
  display: flex;
}
.area-address-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}
.project-with {
  width: 100%;
  max-width: 200px;
}
.project-post {
  max-width: 1173px;
}
.project-post h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.project-post ul {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  margin-top: 66px;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}
.project-post p {
  font-size: 20px;
}
.gallery-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}
.gallery-image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.gallery-image-box {
  border-radius: 14px;
  overflow: hidden;
}
.project-two-collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.licenses-flex {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-flow: column;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.licenses-image-single-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 716px) minmax(200px, 502px);
}
.license-image-left-box, .license-image-right-box {
  border-radius: 14px;
  overflow: hidden;
}
.licenses-image-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}
.license-icon-divider {
  background-color: var(--_colors---border);
  width: 1px;
  height: 30px;
}
.licenses-image-title {
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
  margin-top: 12px;
  margin-bottom: 10px;
}
.license-image-description {
  max-width: 832px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.license-image-description.max-with {
  max-width: 716px;
}
.licenses-icon-grid-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}
.success-message {
  background-color: var(--_colors---primary-color);
  color: var(--_colors---white);
  border-radius: 14px;
}
.error-message {
  color: var(--_colors---white);
  text-align: center;
  background-color: red;
  border-radius: 12px;
}
.catagory-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
.catagory-button {
  background-color: var(--_colors---transparent);
  color: var(--_colors---text-secondary);
  padding: 0;
}
.catagory-button[aria-current="page"] {
  border-bottom: 1px solid var(--_colors---text-primary);
  color: var(--_colors---text-primary);
}
.catagory-collection-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
.blog-inner-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}
.blog-single-hero-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}
.blog-single-hero-title-box {
  max-width: 724px;
}
.blog-single-title {
  font-size: var(--_typography---font-size--headings--h2);
  line-height: var(--_typography---line-height--headings--h2);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h2);
}
.blog-single-author-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.blog-single-author-content {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
}
.blog-single-image-box {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.dashbord-image-overlay {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 100% 0% 0%;
}
.blog-post-wrap {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
.blog-post h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.blog-post p {
  font-size: var(--_typography---font-size--paragraphs--text-large);
  line-height: var(--_typography---line-height--paragraphs--text-large);
}
.blog-post blockquote {
  border: 1px solid var(--_colors---strock-color);
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  background-image: url('../images/asdf.svg');
  background-position: 40px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 40px 257px 40px 134px;
}
.blog-single-common-image-box {
  border-radius: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.conclusion-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1177px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.conclusion-title {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
}
.service-details-image-box {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.service-post-box {
  max-width: 1177px;
}
.service-post h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.service-post blockquote {
  font-size: var(--_typography---font-size--paragraphs--text-default);
  line-height: var(--_typography---line-height--paragraphs--text-default);
}
.service-post-two h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.service-post-two ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}
.service-single-background {
  background-image: url('../images/service-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  margin-top: 50px;
  padding: 123px 30px 92px;
  overflow: hidden;
}
.blog-single-choose-wrap {
  background-color: var(--_colors---white);
  border-radius: 15px;
  flex-flow: column;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 96px 30px 30px;
  display: flex;
}
.choose-title {
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
  margin-bottom: 24px;
}
.choose-card-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.choose-number-box {
  background-color: var(--_colors---primary-color);
  color: var(--_colors---white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  overflow: hidden;
}
.choose-content-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.choose-number {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h6);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
}
.choose-card-number {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
}
.choose-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}
.about-counter-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.about-counter-left-box {
  width: 100%;
  max-width: 343px;
}
.about-counter-right-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 932px;
  display: flex;
}
.about-counter-left-text-box {
  max-width: 229px;
  margin-bottom: 24px;
}
.about-content-image-box {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.about-counter-top-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  max-width: 660px;
  display: flex;
}
.about-counter-single-box {
  border: 1px solid var(--_colors---strock-color);
  border-radius: 14px;
  width: 100%;
  max-width: 320px;
  padding: 156px 18px 12px 24px;
  overflow: hidden;
}
.about-counter-single-box.with {
  background-color: var(--_colors---white);
}
.about-counter-bottom-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.inner-project-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}
.inner-project-wrap.is-tablet {
  display: none;
}
.pricing-card-wrap {
  max-width: 1158px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-card {
  grid-column-gap: 126px;
  grid-row-gap: 30px;
  border: 1px solid var(--_colors---strock-color);
  background-color: var(--_colors---white);
  border-radius: 24px;
  flex-flow: wrap;
  padding: 30px;
  display: flex;
}
.pricing-card-left-box {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  width: 100%;
  max-width: 338px;
  display: flex;
}
.plan-name-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.plan-name {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
}
.plan-price-box {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}
.plan-price {
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
}
.plan-button {
  z-index: 1;
  background-color: var(--_colors---primary-color);
  width: 100%;
  color: var(--_colors---white);
  border: 1px solid #fff3;
  border-radius: 120px;
  padding: 22px 30px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.feature-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}
.feature-list-item {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.feature-icon-box {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
}
.tabs-menu {
  border: 1px solid var(--_colors---strock-color);
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  max-width: 284px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 3px;
  display: flex;
}
.tab-link-tab-1 {
  background-color: #0000;
  border-style: none;
  padding: 18px 38px;
  font-size: 16px;
  font-weight: 600;
}
.tab-link-tab-1[aria-current="page"] {
  background-color: var(--_colors---text-primary);
  color: var(--_colors---white);
  border-radius: 40px;
  padding: 18px 38px;
}
.plan-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}
.pricing-single-flex {
  grid-column-gap: 48px;
  grid-row-gap: 30px;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.pricing-single-card-wrap {
  background-color: var(--_colors---field-color);
  border-radius: 20px;
  width: 100%;
  max-width: 453px;
}
.pricing-single-card {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  border: 1px solid var(--_colors---strock-color);
  border-radius: 24px;
  flex-flow: column;
  padding: 30px 24px;
  display: flex;
}
.plan-single-right-box {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  display: flex;
}
.plan-single-title-box, .about-plan-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}
.abouut-plan-name {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
}
.plan-image-box {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.plan-choose-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}
.choose-plan-name {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
}
.single-feature-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}
.features {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
.default-state {
  margin-bottom: 0;
}
.display-nome {
  display: none;
}
.button-group {
  background-color: #f3f3f7;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 3px;
}
.tab-link-tab {
  background-color: #fff;
  border-style: none;
  border-radius: 40px;
  padding: 14px 24px;
}
.tab-link-tab[aria-current="page"] {
  background-color: #fff;
  border-radius: 40px;
  padding: 14px 24px;
}
.add-to-cart-button {
  color: #1c2035;
  text-align: center;
  background-color: #a4ff79;
  border-radius: 10px;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
}
.select-plan-duration-wrap {
  border: 1px solid var(--_colors---strock-color);
  background-color: var(--_colors---transparent);
  border-radius: 120px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.select-plan-duration {
  border: 1px solid var(--_colors---transparent);
  background-color: var(--_colors---transparent);
  outline-color: var(--_colors---transparent);
  outline-offset: 0px;
  height: auto;
  color: var(--_colors---text-primary);
  outline-width: 3px;
  outline-style: none;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  text-decoration: none;
}
.select-plan-duration:focus {
  border-color: var(--_colors---transparent);
}
.checkout-form {
  padding: 0px 0px var(--section-padding-small);
  background-color: var(--_colors---transparent);
  margin-top: 180px;
}
.order-right-wrap {
  top: 100px;
}
.block-header {
  border-color: var(--_colors---strock-color);
  background-color: var(--_colors---transparent);
}
.block-content {
  border-right-color: var(--_colors---strock-color);
  border-bottom-color: var(--_colors---strock-color);
  border-left-color: var(--_colors---strock-color);
  background-color: var(--_colors---transparent);
}
.submit-button {
  background-color: var(--_colors---primary-color);
  color: var(--_colors---white);
  border-radius: 120px;
  transition: background-color .3s, color .3s;
}
.submit-button:hover {
  background-color: var(--_colors---card-background);
  color: var(--_colors---white);
}
.shipping-method-list {
  border-right-color: var(--_colors---strock-color);
  border-left-color: var(--_colors---strock-color);
}
.paypal-checkout-form {
  padding: 0px 0px var(--section-padding-small);
  background-color: var(--_colors---transparent);
  margin-top: 180px;
}
.order-confirmation {
  background-color: var(--_colors---transparent);
  margin-top: 180px;
}
.nav-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}
.nav-menu-wrap, .single-nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.nav-link-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.close-menu-wrap {
  z-index: 99999;
  text-align: right;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.nav-menu-all-wrap {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 37px;
  display: flex;
}
.nav-logo {
  display: block;
}
.nav-logo.v1:where(.wf-variant-cdad3ea6-4efe-556a-d231-4d468a8d5726), .nav-logo.v2 {
  display: none;
}
.nav-logo.v2:where(.wf-variant-cdad3ea6-4efe-556a-d231-4d468a8d5726) {
  display: block;
}
.header {
  width: 100%;
  overflow: hidden;
}
.nav-item-wrap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.nav-item-wrap.hide {
  display: none;
}
.navbar {
  z-index: 999;
  background-color: #0000;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: absolute;
  top: 0;
}
.hamburger-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: block;
}
.hamburger-icon.v1:where(.wf-variant-cdad3ea6-4efe-556a-d231-4d468a8d5726), .hamburger-icon.v2 {
  display: none;
}
.hamburger-icon.v2:where(.wf-variant-cdad3ea6-4efe-556a-d231-4d468a8d5726) {
  display: block;
}
.hamburger-text {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--paragraphs--text-xsmall);
  line-height: var(--_typography---line-height--paragraphs--text-xsmall);
  font-weight: var(--_typography---font-weight--medium);
}
.hamburger-text:where(.wf-variant-cdad3ea6-4efe-556a-d231-4d468a8d5726) {
  color: var(--_colors---white);
}
.hamburger-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--_colors---white);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 12px 14px 12px 16px;
  display: flex;
}
.hamburger-menu.close {
  cursor: pointer;
  padding: 0;
  display: inline-flex;
}
.hamburger-menu.open {
  cursor: pointer;
  line-height: 110%;
  display: inline-flex;
}
.hamburger-menu.open:where(.wf-variant-cdad3ea6-4efe-556a-d231-4d468a8d5726) {
  background-color: var(--_colors---text-primary);
  color: var(--_colors---white);
}
.nav-social-link-wrap {
  color: gray;
  flex-flow: column;
  height: 22px;
  line-height: 140%;
  display: inline-flex;
  overflow: hidden;
}
.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.nav-link-texts {
  height: 34px;
  color: var(--_colors---text-secondary);
  letter-spacing: -.92px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  overflow: hidden;
}
.nav-logo-wrap {
  height: 100%;
  padding-bottom: 0;
  padding-right: 14px;
  display: block;
  position: relative;
}
.nav-logo-wrap[aria-current="page"] {
  padding-left: 0;
}
.site-brand {
  color: inherit;
  column-gap: 13px;
  align-items: center;
  width: max-content;
  text-decoration: none;
  display: inline-flex;
}
.site-brand-image {
  flex: none;
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 8px 22px rgba(6, 27, 58, 0.16);
  display: block;
}
.site-brand-text {
  font-family: var(--_typography---font-family--decorative-font);
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
.header-site-brand {
  color: var(--_colors---white);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}
.menu-site-brand,
.footer-site-brand {
  color: #061b3a;
}
.menu-site-brand .site-brand-image,
.footer-site-brand .site-brand-image {
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 479px) {
  .site-brand {
    column-gap: 9px;
  }
  .site-brand-image {
    width: 38px;
    height: 38px;
  }
  .site-brand-text {
    font-size: 15px;
  }
  .menu-site-brand .site-brand-image,
  .footer-site-brand .site-brand-image {
    width: 42px;
    height: 42px;
  }
}
.nav-content-wrap {
  grid-column-gap: 376px;
  grid-row-gap: 376px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.nav-menu-wrapper {
  background-color: var(--_colors---white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin-left: auto;
  padding: 40px 34px 20px;
  display: flex;
  overflow: hidden;
}
.open-menu {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #28111133;
  width: 100%;
  height: 100vh;
  padding: 20px;
  display: none;
  position: fixed;
}
.open-menu:where(.wf-variant-cdad3ea6-4efe-556a-d231-4d468a8d5726) {
  display: none;
}
.nav-social-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 732px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}
.nav-main-menu-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #ffffff29;
  border: 1px solid #9993;
  border-radius: 56px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12.25px 20.5px;
  display: flex;
}
.menu-link {
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--paragraphs--text-xsmall);
  line-height: var(--_typography---line-height--paragraphs--text-xsmall);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
}
.menu-link[aria-current="page"] {
  border-bottom: 1px solid var(--_colors---white);
  color: var(--_colors---white);
  text-decoration: none;
}
.nav-social-icon-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}
.nav-social-icon-box {
  border: 1px solid var(--_colors---strock-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
  overflow: hidden;
}
.nav-social-icon {
  max-width: 20px;
  max-height: 20px;
  transition: all 1s;
}
.nav-social-icon:hover {
  transform: scale(1.1);
}
.nav-image-box {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
.cart-container {
  background-color: var(--_colors---card-background);
  color: var(--_colors---white);
  border-radius: 16px;
}
.cart-button {
  background-color: #0000;
  padding: 0;
  position: relative;
}
.close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
}
.white {
  color: #fff;
}
.cart-quantity {
  background-color: var(--_colors---primary-color);
  color: var(--_colors---white);
  font-size: var(--_typography---font-size--paragraphs--text-xsmall);
  line-height: var(--_typography---line-height--paragraphs--text-xsmall);
  font-weight: var(--_typography---font-weight--bold);
  position: absolute;
  top: -10%;
  right: -50%;
}
.error-state {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 10px;
}
.checkout-button {
  background-color: var(--_colors---primary-color);
  color: var(--_colors---white);
  border-radius: 10px;
}
.product-name {
  font-weight: var(--_typography---font-weight--bold);
}
.nav-cart {
  margin-right: 10px;
}
.card-title {
  color: var(--_colors---white);
}
.nav-hamburger-button {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  transition: background-color .3s;
  display: flex;
}
.line-bg {
  z-index: -2147483648;
  justify-content: space-between;
  max-width: 1422px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 569px;
  padding-right: 231px;
  display: flex;
  position: fixed;
  inset: 0%;
}
.line {
  background-color: var(--_colors---strock-color);
  width: 1px;
  height: 100%;
}
.divider-about {
  background-color: var(--_colors---strock-color);
  width: 100%;
  height: 1px;
}
.divider-about.one {
  margin-top: 52px;
  margin-bottom: 126px;
}
.divider-about.two {
  margin-top: 80px;
}
.hero-button-icon {
  max-width: 10px;
  height: auto;
}
.hero-video-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.text-dark {
  color: var(--_colors---text-primary);
}
.empty-state {
  background-color: var(--_colors---background-color);
  color: var(--_colors---text-primary);
  border-radius: 8px;
  padding: 20px;
}
.cart-icon {
  max-width: 24px;
  height: auto;
}
.cart-icon:where(.wf-variant-cdad3ea6-4efe-556a-d231-4d468a8d5726) {
  height: auto;
}
.cart-icon.v1:where(.wf-variant-cdad3ea6-4efe-556a-d231-4d468a8d5726), .cart-icon.v2 {
  display: none;
}
.cart-icon.v2:where(.wf-variant-cdad3ea6-4efe-556a-d231-4d468a8d5726) {
  max-height: none;
  display: block;
}
.bold {
  font-weight: var(--_typography---font-weight--bold);
}
.team-title {
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
}
.opacity-zero {
  opacity: 0;
}
.visual-wrap {
  z-index: -1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}
.visual-overlay {
  background-image: linear-gradient(45deg, #00000029, #00000057);
  position: absolute;
  inset: 0%;
}
.visual {
  height: 110%;
  max-height: none;
}
.achievement-text-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-bottom: 200px;
  display: flex;
}
.copyright-link {
  color: var(--_colors---white);
  transition: color .3s;
}
.copyright-link:hover {
  color: var(--_colors---primary-color);
}
.hamburger-text-two {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--paragraphs--text-xsmall);
  line-height: var(--_typography---line-height--paragraphs--text-xsmall);
  font-weight: var(--_typography---font-weight--medium);
}
.total-text {
  font-weight: var(--_typography---font-weight--bold);
}
.line-item {
  color: var(--_colors---text-primary);
}
.testimonial-section-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.testimonial-tabs {
  max-width: 1037px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.testimonial-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 260px;
  margin-right: 16px;
  display: flex;
}
.testimonial-author-image {
  object-position: 50% 0%;
}
.testimonial-tab-link {
  background-color: var(--_colors---transparent);
  border-radius: 14px;
  max-height: 190px;
  padding: 0;
  overflow: hidden;
}
.testimonial-tab-link[aria-current="page"] {
  max-height: 260px;
  padding: 0;
}
.testimonial-text-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}
.testimonial-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--_colors---text-primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.testimonial-text-large {
  width: 100%;
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h4);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.testimonial-text-small {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--paragraphs--text-small);
  line-height: var(--_typography---line-height--paragraphs--text-small);
  font-weight: var(--_typography---font-weight--semi-bold);
}
.testimonial-author-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.testimonial-author {
  object-fit: cover;
  border-radius: 130px;
  max-width: 48px;
  overflow: hidden;
}
.testimonial-author-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.testimonial-text-xsmall {
  color: var(--_colors---text-secondary);
  font-size: var(--_typography---font-size--paragraphs--text-xsmall);
  line-height: var(--_typography---line-height--paragraphs--text-xsmall);
  font-weight: var(--_typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial-quote-icon {
  max-width: 264px;
  height: auto;
}
.testimonial-tab-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--_colors---field-color);
  border-radius: 14px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.testimonial-tab-pane {
  height: 100%;
}
.testimonial-tabs-content {
  width: var(--full-width);
}
.benefit-card-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.benefit-card {
  grid-row-gap: 30px;
  background-color: var(--_colors---white);
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 34px 38px 36px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 65.4px #00000052;
}
.benefit-card.one {
  position: sticky;
  top: 130px;
  transform: rotate(3deg);
}
.benefit-card.two {
  position: sticky;
  top: 278px;
  transform: rotate(-7deg);
}
.benefit-card.three {
  position: sticky;
  top: 427px;
  transform: rotate(3deg);
}
.benefit-card.four {
  position: sticky;
  top: 576px;
  transform: rotate(-4deg);
}
.benefit-card.five {
  transform: rotate(2deg);
}
.benefit-card-number {
  color: var(--_colors---primary);
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.benefit-card-title {
  width: 100%;
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---line-height--headings--h3);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h3);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.benefit-card-text {
  width: 100%;
  font-size: var(--_typography---font-size--paragraphs--text-large);
  line-height: var(--_typography---line-height--paragraphs--text-large);
  letter-spacing: var(--_typography---letter-spacing--paragraphs--tex-large);
  margin-top: 0;
  margin-bottom: 0;
}
.benefit-step-button {
  color: var(--_colors---white);
  text-align: center;
  background-color: var(--_colors---primary-color);
  border-radius: 999px;
  min-width: 190px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
  display: block;
  box-shadow: 0 16px 32px #0068ff42;
}
.benefit-step-button:hover {
  color: var(--_colors---white);
  background-color: #0058e0;
  transform: translateY(-3px);
  box-shadow: 0 22px 42px #0068ff57;
}
.value-content-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1392px;
  display: flex;
}
.value-title-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.value-title {
  color: var(--_colors---text-primary);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}
.value-widget-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}
.value-widget {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.value-widget-icon {
  object-fit: cover;
  max-width: 40px;
}
.value-widget-body {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.value-widget-title {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
}
.value-description {
  max-width: 330px;
}
.story-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.story-right-content {
  width: var(--full-width);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  max-width: 780px;
  display: flex;
}
.story-text-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.story-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.story-year {
  color: var(--_colors---text-primary);
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: var(--_typography---letter-spacing--headigns--h5);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
}
.mission-content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.mission-sub-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--_colors---text-primary);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 120px;
}
.sub-title-icon {
  object-fit: cover;
  max-width: 40px;
  overflow: hidden;
}
.sub-title-text {
  font-size: var(--_typography---font-size--paragraphs--text-small);
  line-height: var(--_typography---line-height--paragraphs--text-small);
  font-weight: var(--_typography---font-weight--semi-bold);
  margin-top: 0;
  margin-bottom: 0;
}
.mission-right-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 780px;
  text-decoration: none;
  display: flex;
}
.mission-text-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.mission-title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}
.mission-title {
  width: 100%;
  color: var(--_colors---text-primary);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.mission-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 477px;
  text-decoration: none;
  display: flex;
}
.mission-list-icon {
  object-fit: cover;
  max-width: 24px;
}
.mission-list-text {
  font-size: var(--_typography---font-size--paragraphs--text-small);
  line-height: var(--_typography---line-height--paragraphs--text-small);
  font-weight: var(--_typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}
.story-text-wrap {
  max-width: 500px;
}
.story-image-wrap {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
.story-title {
  width: 100%;
  color: var(--_colors---text-primary);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.mission-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--_colors---text-primary);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.animated-image-section {
  height: 300vh;
}
.animated-image-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}
.animated-image-wrap {
  border-radius: var(--_colors---border-image);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.animated-image {
  min-width: 100vw;
  min-height: 100vh;
}
.animated-text-wrap {
  aspect-ratio: 1;
  color: var(--_colors---white);
  border-radius: 56%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
.heading {
  color: var(--_colors---white);
}
.text-small, .footer-contact-link {
  font-size: var(--_typography---font-size--paragraphs--text-small);
  line-height: var(--_typography---line-height--paragraphs--text-small);
}
.promo-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}
.circle {
  background-color: #0158ff;
  border-radius: 1000px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -4px;
  right: -4px;
}
.unlock-full-access {
  color: #0158ff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}
.promo-cards {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.image {
  width: 28px;
  height: 28px;
}
.all-access-card {
  background-color: #7c7c7c26;
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  position: fixed;
  inset: auto 0% 0% auto;
}
.all-access-card:hover {
  box-shadow: 4px 4px 25px #0003;
}
.all-access-card.frosted-glass {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 230px;
  min-width: 16rem;
  margin-left: auto;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
}
.all-access-card.frosted-glass:hover {
  border-width: 1px;
  border-color: #0158ff;
}
@media screen and (max-width: 991px) {
  body {
    --_typography---font-family--global-font: "Mona Sans", sans-serif;
    --_typography---font-size--paragraphs--text-default: 18px;
    --_typography---line-height--paragraphs--text-default: 1.4em;
    --_typography---font-weight--regular: 400;
    --_typography---font-size--headings--h1: 64px;
    --_typography---line-height--headings--h1: 1.4em;
    --_typography---letter-spacing--headigns--h1: -.06em;
    --_typography---font-size--headings--h2: 46px;
    --_typography---line-height--headings--h2: 1.2em;
    --_typography---font-weight--medium: 500;
    --_typography---letter-spacing--headigns--h2: -.02em;
    --_typography---font-size--headings--h3: 30px;
    --_typography---line-height--headings--h3: 1.2em;
    --_typography---letter-spacing--headigns--h3: -.05em;
    --_typography---font-size--headings--h4: 26px;
    --_typography---line-height--headings--h4: 1.4em;
    --_typography---letter-spacing--headigns--h4: -.03em;
    --_typography---font-size--headings--h5: 20px;
    --_typography---line-height--headings--h5: 1.4em;
    --_typography---letter-spacing--headigns--h5: -.02em;
    --_typography---font-size--headings--h6: 22px;
    --_typography---line-height--headings--h6: 1.4em;
    --_typography---font-weight--semi-bold: 600;
    --_typography---letter-spacing--headigns--h6: 0em;
    --_typography---font-size--paragraphs--text-large: 20px;
    --_typography---line-height--paragraphs--text-large: 1.4em;
    --_typography---font-size--paragraphs--text-small: 16px;
    --_typography---line-height--headings--h1-small: 1em;
    --_typography---font-size--paragraphs--text-xsmall: 14px;
    --_typography---line-height--paragraphs--text-xsmall: 1.4em;
    --_typography---font-family--decorative-font: "Instrument Serif", sans-serif;
    --_typography---letter-spacing--paragraphs--tex-large: -.02em;
    --_typography---line-height--paragraphs--text-small: 1.4em;
    --_typography---font-weight--bold: 700;
    --_typography---letter-spacing--paragraphs--text-default: 0em;
    --_typography---letter-spacing--paragraphs--text-small: 0em;
    --_typography---letter-spacing--paragraphs--text-xsmall: 0em;
    --_typography---font-weight--light: 300;
    --full-width: 100%;
    --full-height: 100%;
    --section-padding-small: 60px;
    --section-padding-large: 100px;
    --container: 0px;
    --image-corner-radius: 3vw;
  }
  .title-box {
    margin-bottom: 24px;
  }
  .secondary-text-regular.is-top {
    max-width: none;
  }
  .style-guide-buttion-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .description.achievements {
    margin-bottom: 16px;
  }
  .style-category-grid-box {
    grid-template-columns: minmax(30%, 1fr) minmax(26%, 1fr) minmax(23%, .75fr) minmax(15px, 1fr);
  }
  .style-category-tob-box.secondary-color-two, .style-category-tob-box.secondary-color {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .utlitty-inner-title {
    font-size: 72px;
  }
  .color-right-box {
    width: 100%;
  }
  .section.ulility-hero {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  .section.inner-blog {
    padding-bottom: 100px;
  }
  .section.full-padding-top {
    padding-top: 100px;
  }
  .section.hero-background {
    min-height: auto;
  }
  .section.excellence {
    padding-top: 180px;
  }
  .section.inner-hero {
    min-height: auto;
    padding-top: 180px;
  }
  .section.single {
    padding-top: 180px;
  }
  .section.blog {
    padding-bottom: 100px;
  }
  .section.blog-single {
    padding-top: 170px;
  }
  .section.blog-single-inner {
    padding-bottom: 80px;
  }
  .section.project-padding-bottom {
    padding-bottom: 100px;
  }
  .section.pricing-hero {
    padding-top: 220px;
  }
  .section.pricing-single {
    padding-top: 180px;
    padding-bottom: 80px;
  }
  .section.inner-hero-about {
    min-height: auto;
    padding-top: 180px;
  }
  .section.hero-about {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .window-collection-wrap {
    grid-row-gap: 44px;
  }
  .window-collection-header {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .window-collection-kicker {
    margin-bottom: 0;
  }
  .window-collection-title {
    max-width: 690px;
    font-size: 64px;
  }
  .window-collection-copy {
    max-width: 520px;
  }
  .window-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .style-category-box {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .color-grid-box-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .color-grid-box-wrap.two {
    grid-row-gap: 30px;
  }
  .style-single-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
  .title-flex {
    text-align: left;
  }
  .style-color-box-wrapper {
    flex-flow: column;
  }
  .style-title-box-wrapper {
    text-align: center;
  }
  .color-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
  .small-text.counter {
    letter-spacing: 0;
  }
  .style-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
  .italic.none {
    font-size: 64px;
  }
  .footer-about-box, .footer-logo-wrap {
    max-width: none;
  }
  .footer-top-righ-box {
    max-width: 100%;
  }
  .footer-wedget-wrap {
    grid-column-gap: 40px;
    justify-content: space-between;
  }
  .footer-medium-box {
    margin-top: 60px;
  }
  .footer-image-box {
    max-width: 291px;
  }
  .inner-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .inner-title-wrap.results {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .inner-title-wrap.themselves {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    align-items: flex-end;
  }
  .inner-title-wrap.inner-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .inner-title-wrap.contact {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .inner-title-wrap.blog-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .inner-title-box.inner-blog {
    max-width: 440px;
  }
  .inner-title-box.inner-achievements {
    max-width: 465px;
  }
  .inner-title-box.hero {
    max-width: 585px;
  }
  .inner-title-box.team {
    max-width: 390px;
  }
  .inner-title-box.is-themselves {
    width: var(--full-width);
    max-width: 460px;
  }
  .inner-title-box.is-result {
    max-width: 445px;
  }
  .inner-title-box.is-hero-about {
    max-width: 510px;
  }
  .inner-title-box.is-contact {
    max-width: 500px;
  }
  .inner-title-box.is-blog {
    max-width: 525px;
  }
  .inner-title-box.is-project {
    max-width: 500px;
  }
  .inner-title-box.is-pricing {
    max-width: 520px;
  }
  .inner-title-box.is-blog-category {
    max-width: 500px;
  }
  .inner-title-box.is-product-category {
    max-width: 550px;
  }
  .inner-title {
    letter-spacing: -.2px;
  }
  .inner-title.is-testimonial {
    max-width: 480px;
  }
  .inner-blog-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .blog-card-title {
    font-size: 24px;
  }
  .blog-author-box {
    flex-flow: wrap;
  }
  .results-flex {
    flex-flow: column;
  }
  .result-right-box {
    max-width: 100%;
    margin-top: 30px;
  }
  .achievements-description-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }
  .achievements-grid {
    grid-template-columns: 1fr 1fr;
  }
  .achievements-card-image-box {
    width: var(--full-width);
  }
  .themselves-left-box {
    width: var(--full-width);
    max-width: none;
  }
  .themselves-right-box {
    max-width: 100%;
  }
  .themselves-button-box {
    width: var(--full-width);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 262px;
  }
  .themselves-counter-single-box {
    padding-top: 80px;
  }
  .counter-number-wrap {
    height: 64px;
  }
  .counter-number {
    font-size: 64px;
    line-height: 64px;
  }
  .counter-description-box {
    max-width: 120px;
  }
  .project-image {
    max-height: 500px;
  }
  .view-project {
    width: 80px;
  }
  .view-project-image {
    max-width: 24px;
  }
  .project-card-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .hero-about-wrap {
    flex-flow: wrap;
  }
  .hero-about-left-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
  }
  .hero-about-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .hero-about-right {
    max-width: none;
  }
  .hero-about-right-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
  }
  .hero-about-image-box {
    margin-top: 30px;
  }
  .hero-flex-box {
    flex-flow: wrap;
    margin-top: 40px;
  }
  .hero-left-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: none;
  }
  .hero-right-box {
    order: 0;
  }
  .hero-background .hero-wrap {
    min-height: calc(100vh - 130px);
  }
  .hero-stats-card {
    width: 100%;
  }
  .excellence-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }
  .return-flex {
    grid-row-gap: 30px;
  }
  .return-left-box {
    width: var(--full-width);
  }
  .return-right-box {
    max-width: 100%;
  }
  .inner-description-box.return {
    max-width: none;
    margin-bottom: 20px;
  }
  .return-card-flex {
    grid-column-gap: 40px;
    flex-flow: row;
  }
  .return-single-card {
    max-width: none;
  }
  .at-left-box {
    margin-top: 0;
  }
  .contact-flex {
    flex-flow: column;
  }
  .contact-left-box {
    max-width: 100%;
  }
  .contact-right-box {
    border-radius: 20px;
    max-width: 100%;
  }
  .contact-title {
    max-width: 310px;
    font-size: var(--_typography---font-size--headings--h3);
    line-height: var(--_typography---line-height--headings--h3);
    font-weight: var(--_typography---font-weight--medium);
    letter-spacing: var(--_typography---letter-spacing--headigns--h3);
  }
  .textareea {
    min-height: 140px;
  }
  .error-title {
    letter-spacing: -1px;
  }
  .utility-lock-page-wrap {
    padding-top: 56px;
    padding-bottom: 100px;
  }
  .project-collection-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
  .discover-title {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .area-address-wrap {
    margin-top: 36px;
  }
  .project-post h4 {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .project-post ul {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }
  .gallery-flex {
    margin-top: 36px;
  }
  .license-image {
    width: 100%;
    height: 250px;
  }
  .licenses-flex {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }
  .licenses-image-single-grid, .licenses-image-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .blog-inner-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .blog-single-hero-wrap {
    margin-bottom: 36px;
  }
  .blog-post h4 {
    margin-top: 30px;
    margin-bottom: 16px;
  }
  .blog-post blockquote {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 30px;
    padding: 40px;
  }
  .blog-single-common-image-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .service-details-image-box {
    border-radius: 16px;
  }
  .service-post h4, .service-post-two h4 {
    margin-top: 36px;
    margin-bottom: 16px;
  }
  .service-post-two ul {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .service-single-background {
    margin-top: 40px;
  }
  .choose-number-box {
    min-width: 44px;
    min-height: 44px;
  }
  .about-counter-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .about-counter-left-box {
    max-width: 100%;
  }
  .about-counter-right-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .about-counter-left-text-box {
    max-width: none;
  }
  .about-counter-top-box {
    max-width: 100%;
  }
  .about-counter-single-box.about-counter {
    order: -1;
  }
  .about-counter-single-box.with {
    max-width: none;
    padding-top: 120px;
  }
  .about-counter-bottom-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .inner-project-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .inner-project-wrap.is-desktop {
    display: none;
  }
  .inner-project-wrap.is-tablet {
    display: block;
  }
  .pricing-card {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tabs-menu {
    margin-bottom: 40px;
  }
  .plan-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }
  .pricing-single-flex {
    flex-flow: column;
  }
  .pricing-single-card-wrap {
    max-width: 100%;
  }
  .pricing-single-card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-form, .paypal-checkout-form, .order-confirmation {
    margin-top: 160px;
  }
  .nav-flex, .nav-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .close-menu-wrap {
    right: 50px;
  }
  .nav-menu-all-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .nav-item-wrap {
    display: none;
  }
  .navbar-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }
  .nav-link-texts {
    letter-spacing: -.8px;
    height: 34px;
    font-size: 24px;
  }
  .nav-content-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: space-between;
  }
  .nav-menu-wrapper {
    padding: 16px;
  }
  .nav-hamburger-button {
    justify-content: center;
    align-items: center;
    transition: background-color .3s;
    display: flex;
  }
  .line-bg {
    padding-left: 40px;
    display: none;
  }
  .divider-about.one {
    margin-top: 0;
    margin-bottom: 0;
  }
  .divider-about.two {
    margin-top: 0;
  }
  .opacity-zero.is-at {
    display: none;
  }
  .achievement-text-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin-bottom: 60px;
  }
  .testimonial-section-title {
    margin-bottom: 40px;
  }
  .testimonial-tabs-menu {
    max-width: 220px;
  }
  .testimonial-tab-link {
    max-height: 160px;
  }
  .testimonial-text-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonial-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .testimonial-quote-icon {
    max-width: 200px;
  }
  .benefit-layout {
    grid-template-columns: 1fr;
  }
  .benefit-intro {
    max-width: 620px;
    padding-top: 0;
    position: relative;
    top: auto;
  }
  .benefit-card-stack {
    max-width: 460px;
  }
  .benefit-card.one {
    top: 80px;
  }
  .benefit-card.two {
    top: 210px;
  }
  .benefit-card.three {
    top: 350px;
  }
  .benefit-card.four {
    top: 490px;
  }
  .value-content-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
  .value-title-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .value-widget-block {
    grid-template-columns: 1fr 1fr;
  }
  .value-widget {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .story-right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 540px;
  }
  .story-text-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .story-text-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
  .mission-right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 540px;
  }
  .mission-text-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .mission-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .story-text-wrap {
    max-width: 410px;
  }
  .animated-text-wrap {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --_typography---font-family--global-font: "Mona Sans", sans-serif;
    --_typography---font-size--paragraphs--text-default: 18px;
    --_typography---line-height--paragraphs--text-default: 1.4em;
    --_typography---font-weight--regular: 400;
    --_typography---font-size--headings--h1: 56px;
    --_typography---line-height--headings--h1: 1.4em;
    --_typography---letter-spacing--headigns--h1: -.06em;
    --_typography---font-size--headings--h2: 40px;
    --_typography---line-height--headings--h2: 1.2em;
    --_typography---font-weight--medium: 500;
    --_typography---letter-spacing--headigns--h2: -.02em;
    --_typography---font-size--headings--h3: 26px;
    --_typography---line-height--headings--h3: 1.2em;
    --_typography---letter-spacing--headigns--h3: -.05em;
    --_typography---font-size--headings--h4: 22px;
    --_typography---line-height--headings--h4: 1.4em;
    --_typography---letter-spacing--headigns--h4: -.03em;
    --_typography---font-size--headings--h5: 20px;
    --_typography---line-height--headings--h5: 1.4em;
    --_typography---letter-spacing--headigns--h5: -.02em;
    --_typography---font-size--headings--h6: 22px;
    --_typography---line-height--headings--h6: 1.4em;
    --_typography---font-weight--semi-bold: 600;
    --_typography---letter-spacing--headigns--h6: 0em;
    --_typography---font-size--paragraphs--text-large: 20px;
    --_typography---line-height--paragraphs--text-large: 1.4em;
    --_typography---font-size--paragraphs--text-small: 16px;
    --_typography---line-height--headings--h1-small: 1em;
    --_typography---font-size--paragraphs--text-xsmall: 14px;
    --_typography---line-height--paragraphs--text-xsmall: 1.4em;
    --_typography---font-family--decorative-font: "Instrument Serif", sans-serif;
    --_typography---letter-spacing--paragraphs--tex-large: -.02em;
    --_typography---line-height--paragraphs--text-small: 1.4em;
    --_typography---font-weight--bold: 700;
    --_typography---letter-spacing--paragraphs--text-default: 0em;
    --_typography---letter-spacing--paragraphs--text-small: 0em;
    --_typography---letter-spacing--paragraphs--text-xsmall: 0em;
    --_typography---font-weight--light: 300;
    --full-width: 100%;
    --full-height: 100%;
    --section-padding-small: 50px;
    --section-padding-large: 80px;
    --container: 0px;
    --image-corner-radius: 3vw;
  }
  .preview-page-wrap {
    padding-top: 20px;
  }
  .title-box {
    margin-bottom: 20px;
  }
  .secondary-text-regular.is-top {
    max-width: none;
  }
  .style-guide-buttion-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .primary-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .style-category-grid-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
  }
  .style-category-tob-box.secondary-color-two, .style-category-tob-box.secondary-color {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .utlitty-inner-title {
    font-size: 46px;
  }
  .section.ulility-hero {
    padding-top: 160px;
    padding-bottom: 40px;
  }
  .section.inner-blog {
    padding-bottom: 80px;
  }
  .section.full-padding-top {
    padding-top: 80px;
  }
  .section.hero-background, .section.excellence {
    padding-top: 150px;
  }
  .section.inner-hero, .section.single {
    padding-top: 160px;
  }
  .section.blog {
    padding-bottom: 80px;
  }
  .section.blog-single {
    padding-top: 150px;
  }
  .section.blog-single-inner {
    padding-bottom: 70px;
  }
  .section.project-padding-bottom {
    padding-bottom: 80px;
  }
  .section.pricing-hero {
    padding-top: 160px;
  }
  .section.pricing-single {
    padding-top: 180px;
    padding-bottom: 70px;
  }
  .section.inner-hero-about {
    padding-top: 160px;
  }
  .color-grid-box-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .color-grid-box-wrap.two {
    grid-row-gap: 20px;
  }
  .style-single-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .small-text.counter {
    letter-spacing: 0;
  }
  .style-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
  .italic.none {
    font-size: 56px;
  }
  .footer-about-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
  }
  .footer-top-righ-box {
    width: 100%;
  }
  .footer-wedget-wrap {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .footer-single-widget {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .get-box {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .footer-medium-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .footer-image-box {
    max-width: 100%;
  }
  .inner-wrap {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
  }
  .inner-title-wrap.themselves {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .inner-title-wrap.inner-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .inner-title-wrap.contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .inner-title-wrap.blog-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .inner-title-box.inner-blog {
    max-width: 370px;
  }
  .inner-title-box.inner-achievements {
    max-width: 410px;
  }
  .inner-title-box.hero {
    max-width: 510px;
  }
  .inner-title-box.team {
    max-width: 350px;
  }
  .inner-title-box.is-themselves {
    max-width: 400px;
  }
  .inner-title-box.is-result {
    max-width: 390px;
  }
  .inner-title-box.is-hero-about {
    max-width: 450px;
  }
  .inner-title-box.is-contact {
    max-width: 430px;
  }
  .inner-title-box.is-blog {
    max-width: 460px;
  }
  .inner-title-box.is-pricing {
    max-width: 470px;
  }
  .inner-title-box.is-product-category {
    max-width: 499px;
  }
  .inner-title {
    letter-spacing: -.1px;
  }
  .inner-title.is-testimonial {
    max-width: 410px;
  }
  .inner-button-box.flex {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .inner-blog-grid {
    grid-row-gap: 20px;
  }
  .blog-image-box {
    border-radius: 8px;
  }
  .blog-card-title {
    font-size: 20px;
  }
  .result-right-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .result-card-image-box {
    display: none;
  }
  .achievements-description-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .achievements-card {
    flex-flow: column;
  }
  .achievements-card-image-box {
    max-width: none;
  }
  .achievements-card-image {
    max-height: 200px;
  }
  .achievements-content-box {
    max-width: none;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .themselves-button-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }
  .themselves-counter-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .themselves-counter-single-box {
    padding: 20px;
  }
  .counter-number-wrap {
    height: 60px;
  }
  .counter-single-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .counter-single-box.left {
    justify-content: flex-start;
    align-items: center;
  }
  .counter-number {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 60px;
  }
  .counter-description-box {
    max-width: 100%;
  }
  .project-image {
    max-height: 400px;
  }
  .hero-about-right-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .hero-about-image-box {
    border-radius: 16px;
  }
  .hero-flex-box {
    margin-top: 30px;
  }
  .hero-left-box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .team-grid {
    grid-column-gap: 32px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .industry-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }
  .industry-left-box {
    max-width: none;
  }
  .excellence-button {
    padding: 16px 24px;
  }
  .return-card-flex {
    grid-column-gap: 32px;
  }
  .contact-left-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .contact-right-box {
    border-radius: 16px;
    padding: 20px;
  }
  .contact-title {
    max-width: 262px;
  }
  .contact-field-box {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .field {
    min-height: 48px;
  }
  .contact-field-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .textareea {
    min-height: 120px;
  }
  .from-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .error-title {
    letter-spacing: 0;
  }
  .utility-lock-page-wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .project-collection-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
  .discover-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .area-address-wrap, .project-post h4 {
    margin-top: 30px;
  }
  .project-post ul {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
  }
  .gallery-flex {
    margin-top: 30px;
  }
  .gallery-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .gallery-image-box {
    border-radius: 8px;
  }
  .project-two-collection-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }
  .licenses-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
  .licenses-image-single-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: minmax(200px, 100%);
  }
  .blog-inner-wrap {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
  }
  .blog-single-hero-wrap {
    margin-bottom: 30px;
  }
  .blog-single-image-box {
    border-radius: 16px;
  }
  .blog-post blockquote {
    padding: 30px;
  }
  .blog-single-common-image-box {
    border-radius: 16px;
  }
  .service-details-image-box {
    border-radius: 12px;
  }
  .service-post h4, .service-post-two h4 {
    margin-top: 30px;
  }
  .service-post-two ul {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .service-single-background {
    padding: 40px 20px;
  }
  .blog-single-choose-wrap {
    padding: 20px;
  }
  .choose-number-box {
    min-width: 40px;
    min-height: 40px;
  }
  .choose-content-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .about-counter-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
  .about-content-image-box {
    border-radius: 16px;
  }
  .about-counter-single-box {
    order: -1;
    padding-top: 100px;
  }
  .about-counter-single-box.about-counter {
    max-width: 259px;
  }
  .about-counter-single-box.with {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex;
  }
  .inner-project-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .pricing-card {
    border-radius: 16px;
  }
  .pricing-card-left-box {
    max-width: none;
  }
  .plan-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .feature-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .tab-link-tab-1, .tab-link-tab-1[aria-current="page"] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .plan-collection-list {
    flex-flow: column;
  }
  .plan-image-box {
    border-radius: 16px;
  }
  .checkout-form, .paypal-checkout-form, .order-confirmation {
    margin-top: 150px;
  }
  .nav-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .nav-menu-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .nav-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }
  .hamburger-menu.open {
    padding: 8px 12px;
  }
  .nav-link-texts {
    letter-spacing: -.64px;
    height: 28px;
    font-size: 20px;
  }
  .nav-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .nav-menu-wrapper {
    max-width: none;
  }
  .nav-social-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .nav-image-box {
    max-width: 100%;
  }
  .cart-button {
    max-width: 24px;
  }
  .empty-state {
    padding: 16px;
  }
  .achievement-text-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 40px;
  }
  .testimonial-section-title {
    margin-bottom: 32px;
  }
  .testimonial-tabs {
    flex-flow: column;
  }
  .testimonial-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    max-width: none;
    margin-bottom: 16px;
    margin-right: 0;
  }
  .testimonial-tab-link {
    border-radius: 10px;
    width: 30%;
    max-height: none;
  }
  .testimonial-tab-link[aria-current="page"] {
    width: 45%;
    max-height: none;
  }
  .testimonial-text-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .testimonial-quote-icon {
    max-width: 115px;
  }
  .benefit-heading {
    font-size: 48px;
  }
  .benefit-copy {
    font-size: 20px;
  }
  .benefit-card-block {
    grid-row-gap: 24px;
  }
  .benefit-card {
    grid-row-gap: 22px;
    padding: 28px;
  }
  .benefit-card.one {
    top: 60px;
  }
  .benefit-card.two {
    top: 200px;
  }
  .benefit-card.three {
    top: 340px;
  }
  .benefit-card.four {
    top: 480px;
  }
  .value-content-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
  .value-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .value-widget-block {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }
  .value-widget {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .value-widget-body {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .value-description {
    max-width: none;
  }
  .story-content-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
  .story-right-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }
  .story-text-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .mission-content-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
  .mission-sub-title {
    position: static;
  }
  .mission-right-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }
  .mission-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .mission-title-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .mission-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .story-text-wrap {
    max-width: none;
  }
  .animated-text-wrap {
    width: 60px;
  }
}
@media screen and (max-width: 479px) {
  body {
    --_typography---font-family--global-font: "Mona Sans", sans-serif;
    --_typography---font-size--paragraphs--text-default: 18px;
    --_typography---line-height--paragraphs--text-default: 1.4em;
    --_typography---font-weight--regular: 400;
    --_typography---font-size--headings--h1: 40px;
    --_typography---line-height--headings--h1: 1.4em;
    --_typography---letter-spacing--headigns--h1: -.06em;
    --_typography---font-size--headings--h2: 34px;
    --_typography---line-height--headings--h2: 1.2em;
    --_typography---font-weight--medium: 500;
    --_typography---letter-spacing--headigns--h2: -.02em;
    --_typography---font-size--headings--h3: 26px;
    --_typography---line-height--headings--h3: 1.2em;
    --_typography---letter-spacing--headigns--h3: -.05em;
    --_typography---font-size--headings--h4: 22px;
    --_typography---line-height--headings--h4: 1.4em;
    --_typography---letter-spacing--headigns--h4: -.03em;
    --_typography---font-size--headings--h5: 20px;
    --_typography---line-height--headings--h5: 1.4em;
    --_typography---letter-spacing--headigns--h5: -.02em;
    --_typography---font-size--headings--h6: 22px;
    --_typography---line-height--headings--h6: 1.4em;
    --_typography---font-weight--semi-bold: 600;
    --_typography---letter-spacing--headigns--h6: 0em;
    --_typography---font-size--paragraphs--text-large: 16px;
    --_typography---line-height--paragraphs--text-large: 1.4em;
    --_typography---font-size--paragraphs--text-small: 16px;
    --_typography---line-height--headings--h1-small: 1em;
    --_typography---font-size--paragraphs--text-xsmall: 14px;
    --_typography---line-height--paragraphs--text-xsmall: 1.4em;
    --_typography---font-family--decorative-font: "Instrument Serif", sans-serif;
    --_typography---letter-spacing--paragraphs--tex-large: -.02em;
    --_typography---line-height--paragraphs--text-small: 1.4em;
    --_typography---font-weight--bold: 700;
    --_typography---letter-spacing--paragraphs--text-default: 0em;
    --_typography---letter-spacing--paragraphs--text-small: 0em;
    --_typography---letter-spacing--paragraphs--text-xsmall: 0em;
    --_typography---font-weight--light: 300;
    --full-width: 100%;
    --full-height: 100%;
    --section-padding-small: 40px;
    --section-padding-large: 60px;
    --container: 0px;
    --image-corner-radius: 3vw;
  }
  .utility-page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .preview-page-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 14px;
    width: 100%;
  }
  .secondary-text-regular {
    font-size: 16px;
  }
  .style-category-grid-box {
    grid-template-columns: minmax(auto, 1fr);
  }
  .utlitty-inner-title {
    font-size: 38px;
  }
  .section.ulility-hero {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .section.inner-blog {
    padding-bottom: 60px;
  }
  .section.full-padding-top {
    padding-top: 60px;
  }
  .section.excellence {
    padding-top: 120px;
  }
  .section.inner-hero {
    padding-top: 150px;
  }
  .section.single {
    padding-top: 140px;
  }
  .section.blog {
    padding-bottom: 60px;
  }
  .section.blog-single {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .section.blog-single-inner, .section.project-padding-bottom {
    padding-bottom: 60px;
  }
  .section.pricing-hero {
    padding-top: 150px;
  }
  .section.pricing-single {
    padding-top: 160px;
    padding-bottom: 60px;
  }
  .section.inner-hero-about {
    padding-top: 150px;
  }
  .section.hero-about {
    padding-top: 105px;
    padding-bottom: 72px;
  }
  .window-collection-wrap {
    grid-row-gap: 34px;
  }
  .window-collection-header {
    grid-row-gap: 18px;
  }
  .window-collection-kicker {
    font-size: 11px;
    letter-spacing: 0.16em;
  }
  .window-collection-title {
    font-size: 42px;
    line-height: 0.98;
  }
  .window-collection-title .italic.none {
    font-size: 0.96em;
  }
  .window-collection-copy {
    font-size: 15px;
  }
  .window-collection-grid {
    grid-template-columns: 1fr;
  }
  .window-product-card {
    aspect-ratio: 1 / 1.15;
  }
  .window-card-content {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .window-card-title {
    font-size: 32px;
  }
  .window-card-text {
    font-size: 14px;
  }
  .window-card-number {
    top: 20px;
    left: 20px;
  }
  .window-card-arrow {
    width: 68px;
    height: 68px;
    top: 50%;
    right: 18px;
  }
  .window-card-arrow::before {
    width: 23px;
    height: 23px;
  }
  .window-collection-button {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .style-category-box {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .color-grid-box-wrap {
    grid-template-columns: 1fr;
  }
  .style-single-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .title-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .small-text.counter {
    letter-spacing: 0;
  }
  .style-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .italic.none {
    font-size: 40px;
  }
  .footer-wedget-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }
  .footer-single-widget {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    max-width: 140px;
  }
  .footer-menu {
    font-size: var(--_typography---font-size--paragraphs--text-small);
  }
  .get-box {
    padding: 12px 16px;
    font-size: 12px;
  }
  .footer-title-flex {
    flex-flow: wrap;
  }
  .inner-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .inner-title-wrap.excellence, .inner-title-wrap.inner-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .inner-title-wrap.contact {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .inner-title-wrap.blog-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .inner-title-box.inner-blog {
    max-width: 330px;
  }
  .inner-title-box.inner-achievements {
    max-width: 350px;
  }
  .inner-title-box.hero {
    max-width: 370px;
  }
  .inner-title-box.team {
    max-width: 300px;
  }
  .inner-title-box.is-themselves {
    max-width: 330px;
  }
  .inner-title-box.is-hero-about {
    max-width: 375px;
  }
  .inner-title-box.is-contact {
    max-width: 310px;
  }
  .inner-title-box.is-blog {
    max-width: 331px;
  }
  .inner-title-box.is-project {
    max-width: 340px;
  }
  .inner-title-box.is-pricing {
    max-width: 350px;
  }
  .inner-title-box.is-blog-category, .inner-title-box.is-product-category {
    max-width: 345px;
  }
  .inner-title.is-testimonial {
    max-width: 350px;
  }
  .inner-blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card-title-box {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .result-card-left-box {
    flex-flow: column;
  }
  .result-card-title-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .result-card-number {
    display: none;
  }
  .achievements-grid {
    grid-template-columns: 1fr;
  }
  .achievements-card {
    flex-flow: column;
  }
  .achievements-card-image-box {
    max-width: none;
  }
  .achievements-card-image {
    max-height: 200px;
  }
  .achievements-content-box {
    padding-left: 6px;
    padding-right: 6px;
  }
  .themselves-counter-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }
  .themselves-counter-single-box {
    padding: 16px;
  }
  .counter-number-wrap {
    height: 40px;
  }
  .counter-single-box {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }
  .counter-number {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 40px;
  }
  .project-image {
    max-height: 300px;
  }
  .view-project {
    width: 70px;
  }
  .view-project-image {
    max-width: 20px;
  }
  .project-card-content-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }
  .hero-about-image-box {
    border-radius: 8px;
  }
  .hero-kicker {
    font-size: 11px;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
  }
  .home-hero-title {
    font-size: clamp(52px, 9vw, 82px);
    line-height: 0.95;
  }
  .hero-copy {
    font-size: 16px;
    max-width: 520px;
  }
  .hero-actions {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
  .hero-stats-card {
    grid-template-columns: 1fr;
  }
  .hero-stat {
    padding: 20px 22px;
  }
  .hero-stat:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(18, 20, 32, 0.08);
  }
  .hero-single-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    flex: 1 1 100%;
    min-height: 0;
  }
  .hero-card-two {
    order: -9999;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 1 1 100% !important;
  }
  .hero-right-box {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }
  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 32px;
  }
  .industry-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
  .excellence-button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .return-card-flex {
    flex-flow: column;
  }
  .return-single-card {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 100%;
  }
  .contact-right-box {
    padding: 16px;
  }
  .contact-field-wrap {
    flex-flow: column;
  }
  .textareea {
    min-height: 100px;
  }
  .utility-lock-page-wrap {
    padding: 40px 15px 60px;
  }
  .utility-lock-page-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .lock-field-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }
  .project-collection-list {
    grid-row-gap: 32px;
  }
  .project-single-image-box {
    border-radius: 6px;
  }
  .project-post h4, .project-post ul {
    margin-top: 24px;
  }
  .gallery-image-grid {
    grid-template-columns: 1fr;
  }
  .project-two-collection-list {
    grid-row-gap: 30px;
  }
  .licenses-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .license-icon-divider {
    display: none;
  }
  .blog-inner-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .blog-single-hero-wrap {
    margin-bottom: 24px;
  }
  .blog-single-image-box {
    border-radius: 8px;
  }
  .blog-post h4 {
    margin-top: 20px;
  }
  .blog-post p {
    font-size: 16px;
  }
  .blog-post blockquote {
    padding: 20px;
    font-size: 20px;
  }
  .blog-single-common-image-box, .service-details-image-box {
    border-radius: 8px;
  }
  .service-post h4, .service-post-two h4 {
    margin-top: 24px;
  }
  .service-single-background {
    border-radius: 16px;
    margin-top: 30px;
    padding: 16px;
  }
  .blog-single-choose-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .choose-card-wrap {
    flex-flow: column;
  }
  .about-content-image-box {
    border-radius: 8px;
  }
  .about-counter-top-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .about-counter-single-box.about-counter {
    max-width: 100%;
  }
  .about-counter-single-box.about-counter.with {
    max-width: 100%;
    height: 100%;
  }
  .about-counter-single-box.with {
    max-width: 100%;
  }
  .about-counter-bottom-box {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  .inner-project-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .pricing-card {
    padding-left: 16px;
    padding-right: 16px;
  }
  .feature-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .feature-list-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
  .benefit-layout {
    grid-row-gap: 32px;
  }
  .benefit-kicker {
    letter-spacing: .32em;
    margin-bottom: 20px;
    font-size: 11px;
  }
  .benefit-heading {
    font-size: 40px;
  }
  .benefit-card-block {
    max-width: 100%;
  }
  .benefit-card {
    border-radius: 12px;
    padding: 24px;
  }
  .benefit-card.one, .benefit-card.two, .benefit-card.three, .benefit-card.four {
    position: relative;
    top: auto;
  }
  .benefit-card-number {
    font-size: 18px;
  }
  .benefit-step-button {
    font-size: 17px;
  }
  .tabs-menu {
    margin-bottom: 30px;
  }
  .plan-image-box {
    border-radius: 8px;
  }
  .checkout-form {
    margin-top: 140px;
  }
  .paypal-checkout-form {
    margin-top: 140px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .order-confirmation {
    margin-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-nav-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .nav-menu-all-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .nav-link-texts {
    letter-spacing: -.4px;
    height: 26px;
    font-size: 18px;
  }
  .open-menu {
    height: 100vh;
    padding: 15px;
    display: none;
  }
  .nav-social-wrap {
    margin-top: 60px;
  }
  .nav-image {
    min-height: 150px;
  }
  .text-block {
    font-size: 16px;
  }
  .billing-address-toggle {
    justify-content: flex-start;
    align-items: center;
  }
  .checkbox {
    margin-top: 0;
  }
  .achievement-text-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 32px;
  }
  .testimonial-text-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial-quote-icon {
    max-width: 81px;
  }
  .testimonial-tab-content {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .benefit-card.one {
    top: 40px;
  }
  .value-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .value-title-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .value-widget-block {
    grid-template-columns: 1fr;
  }
  .value-widget {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .value-widget-body {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .story-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .story-text-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }
  .mission-content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .story-text-wrap {
    max-width: none;
  }
  .collection-item {
    position: sticky;
    top: 40px;
  }
}

/* ======================================================================
   4. Components (hand-written)
   ====================================================================== */
/* ============================================================================
   Nuvora components — hand-written vanilla replacements for webflow.js / IX2.
   This layer comes AFTER the design CSS, so only add behavior the Webflow
   runtime used to provide; never re-layout what the design already handles.
   Paired with assets/js/main.js.
   ============================================================================ */

/* --- generic hidden state (was inline display:none) --------------------- */
.is-hidden { display: none !important; }

/* --- scroll reveal (IX2 fade-up hide-states tagged .reveal) -------------- */
.reveal { opacity: 0; transform: translateY(28px); will-change: opacity, transform; }
html:not(.js) .reveal { opacity: 1; transform: none; }
.reveal.is-visible {
  opacity: 1; transform: none;
  transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
}
.reveal.reveal-complete { will-change: auto; }
.reveal-blur { filter: blur(6px); }
.reveal-blur.is-visible { filter: blur(0); transition: filter .8s cubic-bezier(.16,1,.3,1); }
html:not(.js) .reveal-blur { filter: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-visible, .reveal-blur { opacity: 1 !important; transform: none !important;
    filter: none !important; transition: none; }
}

/* Homepage range-link hover */
.hero-range-link {
  isolation: isolate;
  position: relative;
  transition: color 0.3s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-range-link::after {
  content: "";
  background: currentColor;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-range-link:hover {
  color: #8fb2ff;
  transform: translateY(-3px);
}
.hero-range-link:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.hero-range-arrow {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-range-link:hover .hero-range-arrow {
  transform: translate(4px, -4px) rotate(8deg);
}

@media (prefers-reduced-motion: reduce) {
  .hero-range-link,
  .hero-range-link::after,
  .hero-range-arrow {
    transition: none;
  }
}

/* ======================================================================
   Home quote section
   ====================================================================== */
.home-quote-section {
  position: relative;
  isolation: isolate;
  min-height: 880px;
  overflow: hidden;
  background-image: url("/assets/formbg.png");
  background-position: center;
  background-size: cover;
  color: #092653;
}
.home-quote-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250, 248, 243, .94) 0%, rgba(250, 248, 243, .82) 39%, rgba(250, 248, 243, .18) 67%, rgba(10, 20, 30, .08) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(42, 29, 18, .08));
}
.home-quote-container {
  width: min(100% - 80px, 1440px);
  min-height: 880px;
  margin: 0 auto;
  padding: 96px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(460px, .9fr);
  gap: clamp(60px, 8vw, 150px);
  align-items: center;
}
.home-quote-content {
  max-width: 680px;
}
.home-quote-kicker {
  margin: 0 0 18px;
  color: #092653;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .015em;
}
.home-quote-title {
  color: #092653;
  font-size: clamp(66px, 5.6vw, 96px);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.055em;
}
.home-quote-script {
  margin: 24px 0 30px;
  color: #092653;
  font-family: var(--_typography---font-family--decorative-font);
  font-size: clamp(39px, 3vw, 54px);
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -.025em;
}
.home-quote-copy {
  max-width: 580px;
  color: #092653;
  font-size: 20px;
  line-height: 1.5;
}
.home-quote-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  margin: 34px 0 0;
  padding: 0;
  color: #092653;
  font-size: 15px;
  list-style: none;
}
.home-quote-benefits li {
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}
.home-quote-benefits li:not(:last-child)::after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #2f6bff;
  content: "";
}
.home-quote-panel {
  width: 100%;
  min-height: 650px;
  padding: 56px 54px 42px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 14px;
  background: rgba(255, 255, 255, .83);
  box-shadow: 0 24px 70px rgba(25, 20, 14, .14);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.home-quote-form {
  width: 100%;
}
.home-quote-field {
  position: relative;
  padding: 0 4px 17px;
  border-bottom: 1px solid rgba(9, 38, 83, .28);
}
.home-quote-field + .home-quote-field {
  margin-top: 26px;
}
.home-quote-field label {
  display: block;
  color: #092653;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.home-quote-field input,
.home-quote-field select {
  width: 100%;
  height: 27px;
  margin: 3px 0 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #092653;
  font: inherit;
  font-size: 16px;
}
.home-quote-field:focus-within {
  border-color: #2f6bff;
}
.home-quote-field select {
  cursor: pointer;
  appearance: none;
}
.home-quote-field select:invalid {
  color: transparent;
}
.home-quote-select-field::after {
  position: absolute;
  right: 9px;
  bottom: 28px;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid #092653;
  border-bottom: 1.5px solid #092653;
  content: "";
  pointer-events: none;
  transform: rotate(45deg);
}
.home-quote-submit {
  width: 100%;
  min-height: 62px;
  margin-top: 40px;
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  background: #2f6bff;
  box-shadow: 0 12px 28px rgba(47, 107, 255, .22);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.home-quote-submit:hover {
  background: #1f56df;
  box-shadow: 0 15px 34px rgba(47, 107, 255, .3);
  transform: translateY(-2px);
}
.home-quote-submit:focus-visible {
  outline: 3px solid rgba(47, 107, 255, .28);
  outline-offset: 4px;
}
.home-quote-privacy {
  margin: 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #092653;
  font-size: 14px;
}
.home-quote-privacy svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.home-quote-success {
  width: 100%;
  padding: 20px 8px;
  text-align: center;
}
.home-quote-success-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2f6bff;
  box-shadow: 0 14px 32px rgba(47, 107, 255, .24);
}
.home-quote-success-icon svg {
  width: 36px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.home-quote-success-kicker {
  margin: 0 0 14px;
  color: #2f6bff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
}
.home-quote-success h3 {
  color: #092653;
  font-size: clamp(44px, 4vw, 62px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.045em;
}
.home-quote-success > p:not(.home-quote-success-kicker) {
  max-width: 410px;
  margin: 28px auto 0;
  color: #425470;
  font-size: 17px;
  line-height: 1.55;
}
.home-quote-success-rule {
  width: 72px;
  height: 1px;
  margin: 34px auto 22px;
  background: rgba(9, 38, 83, .25);
}
.home-quote-success-note {
  color: #092653;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

@media screen and (max-width: 1100px) {
  .home-quote-container {
    width: min(100% - 56px, 960px);
    grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr);
    gap: 48px;
  }
  .home-quote-title {
    font-size: clamp(58px, 7vw, 76px);
  }
  .home-quote-script {
    font-size: 40px;
  }
  .home-quote-benefits {
    display: grid;
    gap: 10px;
  }
  .home-quote-benefits li {
    gap: 10px;
  }
  .home-quote-benefits li::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2f6bff;
    content: "";
  }
  .home-quote-benefits li::after {
    display: none;
  }
  .home-quote-panel {
    padding-right: 38px;
    padding-left: 38px;
  }
}

@media screen and (max-width: 767px) {
  .home-quote-section {
    min-height: 0;
    background-position: 38% center;
  }
  .home-quote-section::before {
    background: linear-gradient(180deg, rgba(250, 248, 243, .94) 0%, rgba(250, 248, 243, .8) 48%, rgba(30, 23, 16, .2) 100%);
  }
  .home-quote-container {
    width: min(100% - 36px, 620px);
    min-height: 0;
    padding: 74px 0;
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .home-quote-content {
    max-width: 570px;
  }
  .home-quote-kicker {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .home-quote-title {
    font-size: clamp(52px, 13vw, 74px);
  }
  .home-quote-script {
    margin: 20px 0 24px;
    font-size: clamp(34px, 8vw, 44px);
  }
  .home-quote-copy {
    font-size: 17px;
  }
  .home-quote-benefits {
    margin-top: 25px;
  }
  .home-quote-panel {
    min-height: 620px;
    padding: 46px 36px 36px;
  }
}

@media screen and (max-width: 479px) {
  .home-quote-container {
    width: calc(100% - 28px);
    padding: 58px 0;
    gap: 42px;
  }
  .home-quote-title {
    font-size: clamp(47px, 14.5vw, 64px);
  }
  .home-quote-script {
    font-size: 34px;
  }
  .home-quote-benefits {
    font-size: 14px;
  }
  .home-quote-panel {
    min-height: 590px;
    padding: 38px 24px 30px;
    border-radius: 12px;
  }
  .home-quote-field + .home-quote-field {
    margin-top: 22px;
  }
  .home-quote-submit {
    min-height: 56px;
    margin-top: 32px;
    font-size: 14px;
  }
  .home-quote-privacy {
    font-size: 12px;
  }
  .home-quote-success h3 {
    font-size: 44px;
  }
}

/* Dedicated thank-you page */
.thanks-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 150px 24px 90px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-image: url("/assets/formbg.png");
  background-position: center;
  background-size: cover;
}
.thanks-page::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(20, 17, 13, .28);
  content: "";
}
.thanks-page-card {
  width: min(100%, 650px);
  padding: 70px 64px 62px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 28px 80px rgba(20, 16, 12, .2);
  color: #092653;
  text-align: center;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.thanks-page-card h1 {
  color: #092653;
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.05em;
}
.thanks-page-card h1 span {
  display: block;
  font-family: var(--_typography---font-family--decorative-font);
  font-weight: 400;
  font-style: italic;
}
.thanks-page-copy {
  max-width: 470px;
  margin: 28px auto 0;
  color: #425470;
  font-size: 17px;
  line-height: 1.55;
}
.thanks-page-button {
  width: min(100%, 350px);
  min-height: 58px;
  margin: 36px auto 0;
  padding: 14px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: #2f6bff;
  box-shadow: 0 12px 28px rgba(47, 107, 255, .22);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .25s ease, transform .25s ease;
}
.thanks-page-button:hover {
  background: #1f56df;
  transform: translateY(-2px);
}
.thanks-page-button:focus-visible {
  outline: 3px solid rgba(47, 107, 255, .3);
  outline-offset: 4px;
}

@media screen and (max-width: 767px) {
  .thanks-page {
    min-height: 100svh;
    padding: 120px 18px 60px;
  }
  .thanks-page-card {
    padding: 56px 34px 48px;
  }
}

@media screen and (max-width: 479px) {
  .thanks-page-card {
    padding: 48px 22px 40px;
    border-radius: 12px;
  }
  .thanks-page-card h1 {
    font-size: 48px;
  }
  .thanks-page-copy {
    font-size: 15px;
  }
}

/* Continuous trusted-brands marquee */
.window-story-brand-row {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(6, 27, 58, .16);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.window-story-brand-track {
  width: max-content;
  display: flex;
  animation: windowStoryBrandMarquee 26s linear infinite;
  will-change: transform;
}
.window-story-brand-row:hover .window-story-brand-track {
  animation-play-state: paused;
}
.window-story-brand-group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: clamp(24px, 3.5vw, 64px);
  padding: 8px clamp(24px, 3.5vw, 64px) 8px 0;
}
.window-story-brand-logo {
  width: clamp(180px, 18vw, 250px);
  height: auto;
  aspect-ratio: 3 / 1;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
  opacity: .82;
  mix-blend-mode: multiply;
  filter: saturate(.9) contrast(1.06);
  transition: opacity .3s ease, filter .3s ease, transform .3s ease;
}
.window-story-brand-logo:hover {
  opacity: 1;
  filter: saturate(1.08) contrast(1.08);
  transform: scale(1.045);
}
.window-story-brand-row .window-story-brand-group span {
  min-width: max-content;
  position: relative;
  border-left: 0;
  padding: 6px 0 6px clamp(24px, 3.5vw, 64px);
}
.window-story-brand-row .window-story-brand-group span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--story-blue);
  content: "";
  opacity: .5;
  transform: translateY(-50%);
  transition: opacity .3s ease, transform .3s ease;
}
.window-story-brand-row .window-story-brand-group span:hover::before {
  opacity: 1;
  transform: translateY(-50%) scale(1.5);
}
@keyframes windowStoryBrandMarquee {
  to {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .window-story-brand-track {
    animation-duration: 20s;
  }
  .window-story-brand-logo {
    width: clamp(150px, 42vw, 190px);
  }
  .window-story-brand-row .window-story-brand-group span,
  .window-story-brand-row .window-story-brand-group span:nth-child(even),
  .window-story-brand-row .window-story-brand-group span:nth-child(4) {
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .window-story-brand-row {
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .window-story-brand-track {
    width: 100%;
    animation: none;
  }
  .window-story-brand-group {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .window-story-brand-group[aria-hidden="true"] {
    display: none;
  }
}

/* Homepage FAQ accordion */
.inner-title-box.is-result .inner-title > span {
  display: block;
}
.faq-list {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.faq-row {
  border-bottom: 1px solid var(--_colors---strock-color);
  width: 100%;
}
.faq-summary {
  color: var(--_colors---text-primary);
  grid-column-gap: 16px;
  grid-template-columns: 34px minmax(0, 1fr) 32px;
  align-items: center;
  padding: 25px 0;
  cursor: pointer;
  list-style: none;
  display: grid;
  transition: color 0.3s ease, padding-left 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-summary::-webkit-details-marker {
  display: none;
}
.faq-number {
  color: #2f6bff;
  align-self: start;
  padding-top: 3px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.faq-question {
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.faq-toggle {
  color: #2f6bff;
  border: 1px solid rgba(47, 107, 255, 0.28);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 1;
  display: flex;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-answer {
  opacity: 0;
  grid-template-rows: 0fr;
  display: grid !important;
  transition: grid-template-rows 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}
.faq-answer p {
  color: var(--_colors---text-secondary);
  max-width: 700px;
  margin: 0;
  padding: 0 48px 0 50px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.65;
  transition: padding-bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-row:hover .faq-answer,
.faq-row:focus-within .faq-answer,
.faq-row[open] .faq-answer {
  opacity: 1;
  grid-template-rows: 1fr;
}
.faq-row:hover .faq-answer p,
.faq-row:focus-within .faq-answer p,
.faq-row[open] .faq-answer p {
  padding-bottom: 24px;
}
.faq-row:hover .faq-summary,
.faq-row:focus-within .faq-summary,
.faq-row[open] .faq-summary {
  color: #2f6bff;
  padding-left: 8px;
}
.faq-row:hover .faq-toggle,
.faq-row:focus-within .faq-toggle,
.faq-row[open] .faq-toggle {
  color: var(--_colors---white);
  background-color: #2f6bff;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .faq-summary {
    grid-column-gap: 10px;
    grid-template-columns: 28px minmax(0, 1fr) 28px;
    padding: 20px 0;
  }
  .faq-question {
    font-size: 17px;
  }
  .faq-toggle {
    width: 28px;
    height: 28px;
  }
  .faq-answer p {
    padding-right: 38px;
    padding-left: 38px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-summary,
  .faq-toggle,
  .faq-answer,
  .faq-answer p {
    transition: none;
  }
}

/* --- testimonial tabs ---------------------------------------------------- */
.tab-pane { display: none; }
.tab-pane.is-active { display: block; }
.tab-link { cursor: pointer; }

/* --- nav logo: light inner pages show the dark wordmark (.v2) instead of the
       white one (.v1); the dark index hero keeps .v1. `nav-on-light` is added by
       transform.fix_nav_logo to every navbar that isn't over the index hero. --- */
.navbar.nav-on-light .nav-logo.v1 { display: none; }
.navbar.nav-on-light .nav-logo.v2 { display: block; }
.navbar.nav-on-light {
  background:
    radial-gradient(circle at 20% -100%, rgba(114, 160, 255, 0.18), transparent 46%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.9), rgba(239, 245, 255, 0.82));
  border-bottom: 1px solid rgba(6, 27, 58, 0.09);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  backdrop-filter: blur(22px) saturate(125%);
  box-shadow: 0 12px 34px rgba(6, 27, 58, 0.1);
}
.navbar.nav-on-light .menu-link,
.navbar.nav-on-light .hamburger-text,
.navbar.nav-on-light .header-site-brand {
  color: #061b3a;
  text-shadow: none;
}
.navbar.nav-on-light .cart-icon,
.navbar.nav-on-light .hamburger-icon {
  filter: none;
}
.navbar.nav-on-light .nav-main-menu-wrap {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(6, 27, 58, 0.08);
  border-radius: 999px;
  padding: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 8px 24px rgba(6, 27, 58, 0.07);
}
.navbar.nav-on-light .menu-link {
  border-radius: 999px;
  padding: 9px 14px;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.navbar.nav-on-light .menu-link:hover {
  color: var(--_colors---white);
  background-color: #2f6bff;
  opacity: 1;
  transform: translateY(-1px);
}
.navbar.nav-on-light .cart-button,
.navbar.nav-on-light .hamburger-menu.open {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(6, 27, 58, 0.08);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 8px 22px rgba(6, 27, 58, 0.07);
}
.navbar.nav-on-light .cart-button,
.navbar.nav-on-light .hamburger-menu.open {
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.navbar.nav-on-light .cart-button:hover,
.navbar.nav-on-light .hamburger-menu.open:hover {
  opacity: 0.78;
  transform: translateY(-2px);
}
@media screen and (min-width: 992px) {
  .navbar.nav-on-light .nav-main-menu-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar.nav-on-light .nav-content-wrap {
    position: static;
  }
}

/* --- hamburger full-screen menu ------------------------------------------
   The design gives `.open-menu` its fixed full-viewport overlay + display:none.
   The Webflow runtime toggled display; do that via .is-open here. */
.hamburger-menu.open, .hamburger-menu.close { cursor: pointer; }
.open-menu.is-open { display: block; }
body.nav-open { overflow: hidden; }

/* --- slot-roll counters --------------------------------------------------
   `.counter-digit-item` is a vertical stack of digits in an overflow-hidden
   window (`.counter-number-wrap`); JS sets the transform + transition. */
.counter-digit-item { display: flex; flex-direction: column; }

/* --- lightbox (video + gallery, replaces Webflow lightbox) --------------- */
.nv-lightbox { position: fixed; inset: 0; z-index: 10000; display: none;
  align-items: center; justify-content: center; }
.nv-lightbox.is-open { display: flex; }
.nv-lightbox-backdrop { position: absolute; inset: 0; background: rgba(15,8,8,.85);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.nv-lightbox-stage { position: relative; z-index: 1; max-width: 90vw; max-height: 86vh;
  display: flex; align-items: center; justify-content: center; }
.nv-lightbox-img { max-width: 90vw; max-height: 86vh; width: auto; height: auto;
  border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.nv-lightbox-video { position: relative; width: min(90vw, 1120px); aspect-ratio: 16 / 9; }
.nv-lightbox-video iframe { position: absolute; inset: 0; width: 100%; height: 100%;
  border: 0; border-radius: 10px; }
.nv-lightbox-close { position: absolute; top: 22px; right: 26px; z-index: 2;
  width: 44px; height: 44px; border: 0; border-radius: 999px; cursor: pointer;
  background: rgba(255,255,255,.1); color: #fff; font-size: 26px; line-height: 1; }
.nv-lightbox-nav { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border: 0; border-radius: 999px; cursor: pointer;
  background: rgba(255,255,255,.1); color: #fff; font-size: 30px; line-height: 1; }
.nv-lightbox-prev { left: 22px; }
.nv-lightbox-next { right: 22px; }
.nv-lightbox-close:hover, .nv-lightbox-nav:hover { background: rgba(255,255,255,.22); }

/* --- localStorage cart (replaces Webflow Ecommerce) --------------------- */
.cart { position: relative; }
.cart-button { position: relative; }                 /* anchor for the count badge */
.cart-quantity {
  position: absolute; top: -7px; right: -9px;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 16px; height: 16px; padding: 0 4px;
  border-radius: 999px; background: #291414; color: #fff;
  font-size: 11px; line-height: 1; font-weight: 600; pointer-events: none;
}
.cart-quantity[hidden] { display: none; }
.cart-modal {
  position: absolute; top: calc(100% + 14px); right: 0; z-index: 200;
  width: min(380px, 92vw);
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
.cart-modal.is-open { opacity: 1; visibility: visible; transform: none; }
.cart-container {
  background: #fff; color: #1a1010; border: 1px solid rgba(20,10,10,.1);
  border-radius: 16px; padding: 22px; box-shadow: 0 28px 70px rgba(20,10,10,.25);
}
.cart-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.cart-heading { margin: 0; }
.close-button { cursor: pointer; }
.cart-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.cart-line { display: flex; gap: 12px; align-items: center; }
.cart-line-img { width: 54px; height: 54px; object-fit: cover; border-radius: 8px; background: #f1ecec; }
.cart-line-main { flex: 1 1 auto; }
.cart-line-name { font-weight: 600; }
.cart-line-price { opacity: .65; font-size: .9em; }
.cart-line-remove { cursor: pointer; opacity: .55; background: none; border: 0; color: inherit; font-size: 1.15em; }
.cart-line-remove:hover { opacity: 1; }
.cart-subtotal-row { display: flex; justify-content: space-between; margin: 18px 0; font-weight: 600; }
.cart-footer .checkout-button { display: inline-flex; width: 100%; justify-content: center;
  align-items: center; padding: 14px 20px; border-radius: 999px;
  background: #291414; color: #fff; text-decoration: none; }
.cart-empty { opacity: .6; padding: 8px 0; }

/* --- checkout / confirmation order items (rendered from the cart) ------- */
.checkout-order-item { display: flex; align-items: center; gap: 14px; padding: 12px 0;
  border-bottom: 1px solid rgba(20,10,10,.08); }
.checkout-order-img { width: 56px; height: 56px; object-fit: cover; border-radius: 8px; }
.checkout-order-main { flex: 1 1 auto; }
.checkout-order-name { font-weight: 600; }
.checkout-order-qty { opacity: .6; font-size: .9em; }
.checkout-order-price { font-weight: 600; white-space: nowrap; }
.checkout-order-empty { opacity: .6; padding: 12px 0; }

/* --- custom checkbox / radio state (mirrors :checked) ------------------- */
.wf-checkbox-input, .wf-radio-input {
  transition: border-width .25s cubic-bezier(.22,.61,.36,1),
              border-color .25s ease, background-color .25s ease;
}
[data-demo-form] input:focus, [data-demo-form] textarea:focus,
[data-demo-form] select:focus { outline: none; }
@media (prefers-reduced-motion: reduce) {
  .wf-checkbox-input, .wf-radio-input { transition: none; }
}

/* ============================================================================
   HOVER INTERACTIONS — reimplement the Webflow IX2 hovers stripped with the
   runtime (the design CSS kept only ~13 :hover rules; the rest were JS). All
   the structural hooks below already exist in the export markup.
   ============================================================================ */
:root { --nv-ease: cubic-bezier(.65,.05,.36,1); }

/* --- text-roll buttons: the resting label rolls up & out while the hover label
       rolls up into place (the *-text-wrap is overflow:hidden; the hover-text is
       position:absolute in the design CSS). Covers .primary-button + any button
       link wrapping .primary-button-content (e.g. pricing .plan-button). --- */
.primary-button-text, .primary-button-hover-text {
  transition: transform .5s var(--nv-ease); }
.primary-button-hover-text {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  transform: translateY(115%); }
a:hover .primary-button-text,
.primary-button:hover .primary-button-text { transform: translateY(-115%); }
a:hover .primary-button-hover-text,
.primary-button:hover .primary-button-hover-text { transform: translateY(0); }

/* button body: subtle lift + shadow */
.primary-button, .plan-button, .add-to-cart-button, .checkout-button, .submit-button {
  transition: transform .35s ease, box-shadow .35s ease, background-color .35s ease, opacity .3s ease; }
.primary-button:hover, .plan-button:hover, .add-to-cart-button:hover,
.checkout-button:hover, .submit-button:hover {
  transform: translateY(-2px); box-shadow: 0 12px 26px rgba(15,15,15,.16); }
.add-to-cart-button { cursor: pointer; }

/* --- full-screen menu links: two stacked .nav-link-text roll vertically inside
       the 34px overflow-hidden .nav-link-texts window --- */
.nav-link-text { display: block; transition: transform .5s var(--nv-ease); }
.nav-link-wrap:hover .nav-link-text { transform: translateY(-100%); }
.nav-link-wrap, .menu-link { cursor: pointer; }

/* --- top navbar links: fade on hover --- */
.menu-link { transition: opacity .3s ease; }
.menu-link:hover { opacity: .6; }

/* --- card image zoom (containers are overflow:hidden in the design) --- */
.project-image, .blog-image { transition: transform .7s var(--nv-ease); will-change: transform; }
.project-image-box:hover .project-image,
.blog-image-box:hover .blog-image { transform: scale(1.06); }
.project-image-box, .blog-image-box, .project-card-title-box, .blog-card-title-box,
.achievements-card, .results-single-wrap, .catagory-button { cursor: pointer; }

/* --- project card "view" circle: grows on card hover; the whole card lifts --- */
.view-project { transition: transform .45s var(--nv-ease), background-color .3s ease; }
.project-single-card { transition: transform .45s ease; }
.project-single-card:hover .view-project { transform: scale(1.12); }

/* --- card title links: fade toward the reader on hover --- */
.project-card-title-box, .blog-card-title-box, .achievements-card, .results-single-wrap {
  transition: opacity .3s ease, transform .4s ease; }
.project-card-title-box:hover, .blog-card-title-box:hover { opacity: .65; }
.achievements-card:hover, .results-single-wrap:hover { transform: translateY(-4px); }

/* --- achievements / results card imagery: gentle zoom (wrap clips via design) --- */
.achievements-card-image, .result-card-image { transition: transform .7s var(--nv-ease); }
.achievements-card:hover .achievements-card-image,
.results-single-wrap:hover .result-card-image { transform: scale(1.05); }

/* --- blog category filter chips + generic links --- */
.catagory-button { transition: background-color .3s ease, color .3s ease, border-color .3s ease, opacity .3s ease; }
.footer-link, .single-footer-link, .path-link, .social-item, .nav-social-icon {
  transition: opacity .3s ease, color .3s ease, transform .3s ease; }
.footer-link:hover, .single-footer-link:hover, .path-link:hover { opacity: .6; }

@media (prefers-reduced-motion: reduce) {
  .primary-button-text, .primary-button-hover-text, .nav-link-text,
  .project-image, .blog-image, .view-project, .achievements-card-image,
  .result-card-image, .primary-button, .plan-button { transition: none; }
}

/* --- editorial window story: scoped homepage showcase ------------------- */
.section.window-story {
  --story-navy: #061b3a;
  --story-blue: #2867ff;
  color: var(--story-navy);
  background:
    radial-gradient(circle at 88% 8%, rgba(40, 103, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #f7f9fd 0%, #f2f6fc 100%);
  padding-top: 110px;
  padding-bottom: 115px;
  overflow: clip;
}
.window-story .container {
  max-width: 1280px;
  position: relative;
}
.window-story-intro {
  grid-column-gap: clamp(48px, 6vw, 92px);
  grid-row-gap: 52px;
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, 0.78fr);
  align-items: center;
  display: grid;
}
.window-story-content {
  max-width: 490px;
}
.window-story-kicker {
  color: var(--story-blue);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.window-story-title {
  color: var(--story-navy);
  font-size: clamp(52px, 4.6vw, 74px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: -0.035em;
  margin: 0;
}
.window-story-title span {
  display: block;
}
.window-story-title .italic.none {
  font-size: 0.88em;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-top: 7px;
}
.window-story-copy {
  color: rgba(6, 27, 58, 0.68);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  margin: 23px 0 0;
}
.window-story-list {
  color: rgba(6, 27, 58, 0.82);
  list-style: none;
  border-top: 1px solid rgba(6, 27, 58, 0.16);
  margin: 24px 0 0;
  padding: 0;
}
.window-story-list li {
  grid-column-gap: 12px;
  border-bottom: 1px solid rgba(6, 27, 58, 0.16);
  align-items: center;
  padding: 11px 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  transition: color 0.3s ease, padding-left 0.3s ease, background-color 0.3s ease;
}
.window-story-list li span {
  color: var(--story-blue);
  font-size: 13px;
  transition: transform 0.3s ease;
}
.window-story-list li:hover {
  color: var(--story-navy);
  background: rgba(255, 255, 255, 0.55);
  padding-left: 10px;
}
.window-story-list li:hover span {
  transform: translate(3px, -3px);
}
.window-story-link {
  color: var(--story-navy);
  grid-column-gap: 12px;
  border-bottom: 1px solid rgba(6, 27, 58, 0.6);
  align-items: center;
  width: max-content;
  margin-top: 22px;
  padding-bottom: 7px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.window-story-link:hover {
  color: var(--story-blue);
  border-color: var(--story-blue);
  transform: translateY(-3px);
}
.window-story-reveal {
  perspective: 1300px;
}
.window-story-reveal.reveal {
  opacity: 0;
  clip-path: inset(12% 0 0 0 round 22px);
  transform: translateY(64px) scale(0.96) rotateX(7deg);
  transform-origin: 50% 75%;
}
.window-story-reveal.reveal.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0 round 22px);
  transform: none;
  transition:
    opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}
.window-story-reveal.reveal.reveal-complete {
  clip-path: none;
  will-change: auto;
}
.window-story-reveal.reveal .window-story-caption {
  opacity: 0;
  transform: translateY(14px);
}
.window-story-reveal.reveal.is-visible .window-story-caption {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease 0.45s, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.45s;
}
html:not(.js) .window-story-reveal.reveal {
  opacity: 1;
  clip-path: none;
  transform: none;
}
.window-story-media {
  --story-x: 0px;
  --story-y: 0px;
  --story-rotate: 0deg;
  --story-rotate-y: 0deg;
  border: 1px solid rgba(6, 27, 58, 0.11);
  border-radius: 22px;
  margin: 0;
  position: relative;
  overflow: hidden;
  contain: layout style;
  backface-visibility: hidden;
  transform: translate3d(var(--story-x), var(--story-y), 0) rotateX(var(--story-rotate)) rotateY(var(--story-rotate-y));
  transform-origin: 50% 65%;
  transform-style: preserve-3d;
  will-change: auto;
  box-shadow: 0 28px 70px rgba(6, 27, 58, 0.12);
  transition: box-shadow 0.45s ease;
}
.window-story-media.is-scroll-active {
  will-change: transform;
}
.window-story-media-main {
  aspect-ratio: 1.3 / 1;
}
.window-story-image-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.window-story-image {
  width: 100%;
  height: 112%;
  object-fit: cover;
  transform: translate3d(0, var(--story-image-y), 0);
  scale: 1.04;
  backface-visibility: hidden;
  transition: filter 0.6s ease, scale 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}
.window-story-media-main .window-story-image {
  object-position: center 48%;
}
.window-story-media::after {
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 57%, rgba(3, 16, 37, 0.58) 100%);
  position: absolute;
  inset: 0;
  opacity: 0.65;
  transition: opacity 0.4s ease;
}
.window-story-media:hover {
  box-shadow: 0 38px 86px rgba(6, 27, 58, 0.2);
}
.window-story-media:hover .window-story-image {
  filter: saturate(1.08) contrast(1.03);
  scale: 1.085;
}
.window-story-media:hover::after {
  opacity: 0.42;
}
.window-story-caption {
  z-index: 2;
  color: rgba(255, 255, 255, 0.92);
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 21px;
  display: flex;
}
.window-story-caption span:last-child {
  letter-spacing: 0.08em;
}
.window-story-brands {
  margin-top: clamp(105px, 10vw, 165px);
}
.window-story-brands-top {
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
  display: grid;
}
.window-story-brands-content {
  max-width: 610px;
}
.window-story-brands-title {
  font-size: clamp(60px, 5.9vw, 94px);
}
.window-story-brands-copy {
  max-width: 360px;
  margin-top: 28px;
}
.window-story-brands-button {
  color: var(--story-blue);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid rgba(40, 103, 255, 0.75);
  border-radius: 999px;
  margin-top: 42px;
  padding: 12px 25px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  transition: color 0.32s ease, background-color 0.32s ease, box-shadow 0.32s ease, transform 0.32s ease;
}
.window-story-brands-button:hover {
  color: var(--_colors---white);
  background-color: var(--story-blue);
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(40, 103, 255, 0.25);
}
.window-story-brand-visual {
  isolation: isolate;
  width: 100%;
  min-height: 360px;
  border: 1px solid rgba(6, 27, 58, .13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 70% 45%, rgba(40, 103, 255, .18), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .8), rgba(229, 237, 247, .72));
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 75px rgba(6, 27, 58, .1);
}
.window-story-brand-visual::before {
  z-index: -1;
  background-image:
    linear-gradient(rgba(6, 27, 58, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 27, 58, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  position: absolute;
  inset: 0;
  mask-image: linear-gradient(135deg, #000, transparent 78%);
}
.window-story-brand-visual::after {
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -55%;
  transform: skewX(-18deg);
  animation: windowStoryBrandSweep 6.5s ease-in-out infinite;
}
.window-story-brand-visual-label {
  color: var(--story-navy);
  letter-spacing: .16em;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: 24px;
  left: 26px;
  right: 26px;
}
.window-story-brand-visual-label span:last-child {
  color: var(--story-blue);
}
.window-story-brand-orbit {
  width: 238px;
  height: 238px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  animation: windowStoryBrandFloat 5s ease-in-out infinite;
}
.window-story-brand-ring {
  border: 1px solid rgba(40, 103, 255, .32);
  border-radius: 50%;
  position: absolute;
  inset: 0;
}
.window-story-brand-ring-outer {
  border-style: dashed;
  animation: windowStoryBrandSpin 22s linear infinite;
}
.window-story-brand-ring-inner {
  border-color: rgba(6, 27, 58, .18);
  inset: 25px;
}
.window-story-brand-orbit-dot {
  width: 11px;
  height: 11px;
  border: 3px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: var(--story-blue);
  position: absolute;
  top: 15px;
  left: 43px;
  box-shadow: 0 0 0 9px rgba(40, 103, 255, .12), 0 8px 24px rgba(40, 103, 255, .34);
}
.window-story-brand-orbit-core {
  color: var(--story-navy);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 47px;
}
.window-story-brand-orbit-core strong {
  letter-spacing: -.06em;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 70px;
  font-weight: 400;
  line-height: .9;
}
.window-story-brand-orbit-core span {
  color: var(--story-blue);
  letter-spacing: .18em;
  margin-top: 12px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.45;
}
.window-story-brand-values {
  gap: 8px;
  display: flex;
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
}
.window-story-brand-values span {
  color: rgba(6, 27, 58, .7);
  text-align: center;
  letter-spacing: .11em;
  border: 1px solid rgba(6, 27, 58, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .45);
  flex: 1;
  padding: 8px 5px;
  font-size: 8px;
  font-weight: 800;
}
@keyframes windowStoryBrandFloat {
  0%, 100% { transform: translate(-50%, -52%); }
  50% { transform: translate(-50%, calc(-52% - 9px)); }
}
@keyframes windowStoryBrandSpin {
  to { transform: rotate(360deg); }
}
@keyframes windowStoryBrandSweep {
  0%, 18% { left: -55%; }
  72%, 100% { left: 125%; }
}
.window-story-brand-row {
  border-bottom: 1px solid rgba(6, 27, 58, 0.16);
  border-top: 1px solid rgba(6, 27, 58, 0.1);
  margin-top: clamp(70px, 8vw, 105px);
  padding: 24px 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .4), transparent);
  display: block;
}
.window-story-brand-row span {
  color: var(--story-navy);
  text-align: center;
  border-left: 1px solid rgba(6, 27, 58, 0.18);
  padding: 6px 20px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 3.1vw, 48px);
  line-height: 1;
  transition: color 0.32s ease, transform 0.32s ease, opacity 0.32s ease;
}
.window-story-brand-row span:first-child {
  border-left: 0;
  letter-spacing: 0.16em;
  font-family: var(--_typography---font--body);
  font-weight: 500;
}
.window-story-brand-row span:hover {
  color: var(--story-blue);
  opacity: 1;
  transform: translateY(-6px);
}
.window-story-brand-row sup {
  font-size: 0.28em;
  top: -0.9em;
}
.window-story-projects {
  margin-top: clamp(120px, 12vw, 190px);
}
.window-story-project-heading {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr);
  align-items: end;
  margin-bottom: 46px;
  display: grid;
}
.window-story-project-title {
  max-width: 820px;
}
.window-story-project-copy {
  max-width: 460px;
  margin-bottom: 13px;
}
.window-story-gallery {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: minmax(0, 1.78fr) minmax(310px, 0.94fr);
  height: min(630px, 52vw);
  perspective: 1400px;
  display: grid;
}
.window-story-gallery-main,
.window-story-gallery-stack,
.window-story-gallery-stack .window-story-reveal,
.window-story-gallery .window-story-media {
  min-height: 0;
  height: 100%;
}
.window-story-gallery-stack {
  grid-row-gap: 18px;
  grid-template-rows: 1fr 1fr;
  display: grid;
}
.window-story-gallery-main .window-story-image {
  object-position: center 57%;
}
.window-story-gallery-stack .window-story-reveal:first-child .window-story-image {
  object-position: center 58%;
}
.window-story-gallery-stack .window-story-reveal:last-child .window-story-image {
  object-position: center 48%;
}
.window-story-gallery .window-story-reveal:nth-child(2).is-visible,
.window-story-gallery-stack .window-story-reveal:nth-child(2).is-visible {
  transition-delay: 0.12s;
}

@media screen and (max-width: 991px) {
  .section.window-story {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .window-story-intro {
    grid-template-columns: 1fr;
  }
  .window-story-content {
    max-width: 680px;
  }
  .window-story-brands-top {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 350px);
    gap: 34px;
  }
  .window-story-brand-visual {
    min-height: 330px;
  }
  .window-story-brand-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 26px;
  }
  .window-story-brand-row span:nth-child(4) {
    border-left: 0;
  }
  .window-story-projects {
    margin-top: 120px;
  }
  .window-story-project-heading {
    grid-template-columns: 1fr;
  }
  .window-story-project-copy {
    max-width: 580px;
    margin-top: 0;
  }
  .window-story-gallery {
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.85fr);
    height: 580px;
  }
}

@media screen and (max-width: 767px) {
  .section.window-story {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .window-story-intro {
    grid-row-gap: 44px;
  }
  .window-story-title {
    font-size: clamp(44px, 11vw, 60px);
  }
  .window-story-brands {
    margin-top: 88px;
  }
  .window-story-brands-top {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .window-story-brand-visual {
    max-width: 560px;
    min-height: 340px;
  }
  .window-story-brand-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 58px;
  }
  .window-story-brand-row span,
  .window-story-brand-row span:nth-child(4) {
    border-left: 0;
  }
  .window-story-brand-row span:nth-child(even) {
    border-left: 1px solid rgba(6, 27, 58, 0.18);
  }
  .window-story-projects {
    margin-top: 96px;
  }
  .window-story-project-heading {
    margin-bottom: 34px;
  }
  .window-story-gallery {
    grid-template-columns: 1fr;
    height: auto;
  }
  .window-story-gallery-main {
    aspect-ratio: 1 / 1.1;
  }
  .window-story-gallery-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    height: 380px;
  }
}

@media screen and (max-width: 479px) {
  .section.window-story {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .window-story-intro {
    grid-row-gap: 34px;
  }
  .window-story-media,
  .window-story-gallery .window-story-media {
    border-radius: 14px;
  }
  .window-story-media-main {
    aspect-ratio: 1 / 1;
  }
  .window-story-title {
    font-size: 40px;
  }
  .window-story-brand-visual {
    min-height: 310px;
    border-radius: 20px;
  }
  .window-story-brand-orbit {
    width: 205px;
    height: 205px;
  }
  .window-story-brand-orbit-core strong {
    font-size: 60px;
  }
  .window-story-brand-values {
    right: 14px;
    bottom: 15px;
    left: 14px;
  }
  .window-story-copy {
    font-size: 15px;
  }
  .window-story-list li {
    font-size: 13px;
  }
  .window-story-caption {
    left: 16px;
    right: 16px;
    bottom: 15px;
    font-size: 9px;
  }
  .window-story-projects {
    margin-top: 82px;
  }
  .window-story-gallery-main {
    aspect-ratio: 1 / 1;
  }
  .window-story-gallery-stack {
    grid-template-columns: 1fr;
    height: auto;
  }
  .window-story-gallery-stack .window-story-reveal {
    aspect-ratio: 1 / 1.05;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-background-video {
    display: none;
  }
  .hero-home-bottom.is-visible .hero-stats-card,
  .hero-home-bottom.is-visible .hero-stats-card::before,
  .hero-home-bottom.is-visible .hero-stat-value,
  .hero-home-bottom.is-visible .hero-stat-label,
  .window-story-reveal.reveal,
  .window-story-reveal.reveal.is-visible,
  .window-story-reveal.reveal .window-story-caption,
  .window-story-media,
  .window-story-image,
  .window-story-list li,
  .window-story-list li span,
  .window-story-link,
  .window-story-brand-visual::after,
  .window-story-brand-ring-outer {
    transform: none !important;
    clip-path: none !important;
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
  }
  .window-story-brand-orbit {
    animation: none !important;
    transform: translate(-50%, -52%) !important;
  }
}
