/* Zelda - consolidated stylesheet (hand-cleaned Webflow export).
   1 reset  2 base framework (load-bearing rules, renamed .wf-)  3 Zelda design
   4 components (vanilla replacements for webflow.js / IX2).
   Fonts: assets/fonts/fonts.css (Creato Display + Droid Sans, self-hosted). */

/* ======================================================================
   1. Reset (normalize)
   ====================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .wf-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
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-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -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) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.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;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.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 {
  /* fix incorrectly sized selection border in the data manager */
  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 is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  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;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.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;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    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. Zelda design
   ====================================================================== */
:root {
  --colors-grey: #838383;
  --colors-black: #060606;
  --strokes-grey: #2b2b2b;
  --colors-white: white;
  --strokes-light-grey: #a6a6a6;
  --extras-light-grey: #353535;
  --extras-grey: #1e1e1e;
  --extras-dark-grey: #151515;
}
.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.wf-form-formradioinput--inputType-custom.is-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
.wf-form-formradioinput--inputType-custom.is-checked {
  border-width: 4px;
  border-color: #3898ec;
}
.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: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}
@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}
ul {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--colors-grey);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}
.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;
  width: 260px;
  display: flex;
}
.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
.footer {
  background-color: var(--colors-black);
  justify-content: center;
  width: 100%;
  display: flex;
}
.divider {
  background-color: var(--strokes-grey);
  width: 100%;
  height: 1px;
}
.container-fluid {
  width: 100%;
  max-width: 1440px;
  margin-left: 20px;
  margin-right: 20px;
}
.container-fluid._02 {
  overflow: clip;
}
.container-fluid._04 {
  height: 400vh;
}
.style-guide-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}
.radion-btn-wrap {
  width: 100%;
  max-width: 452px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.style-guide-input-filed {
  width: 100%;
  max-width: 452px;
  height: 70px;
  color: var(--colors-white);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 16px 12px 16px 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
}
.style-guide-input-filed::placeholder {
  color: var(--colors-grey);
}
.heading-06 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
}
.main-wrapper {
  z-index: 2;
  background-color: var(--colors-black);
  position: relative;
}
.typography-body-subtitle {
  color: var(--colors-grey);
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.typography-body-subtitle.gray {
  color: #7d7d7d;
}
.typography {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--colors-white);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.typography.for-colors, .typography.for-btns {
  padding-top: 60px;
}
.button-normal-icon-black {
  width: 24px;
  height: 24px;
  display: block;
}
.para-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.tag-normal {
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.radio-btn-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}
.style-guide {
  padding-top: 120px;
  padding-bottom: 60px;
}
.para-small {
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.style-hero-titles {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.color-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}
.color-box {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
.footer-copyright-text {
  color: var(--colors-black);
  letter-spacing: -.32px;
  text-transform: uppercase;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.heading-04 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66.5px;
}
.radio-button-box {
  border: 2px solid var(--strokes-light-grey);
  background-color: #0000;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  margin-top: 0;
}
.radio-button-box.is-checked {
  border-width: 14px;
  border-color: var(--colors-white);
}
.radio-button-box.is-focus, .radio-button-box.is-focus-visible {
  box-shadow: 0 0 #0000;
}
.footer-btn.bottom {
  width: 100%;
  max-width: 923px;
  margin-left: auto;
}
.footer-btn.top {
  display: none;
}
.footer-copyright-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #333;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  display: flex;
}
.footer-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.style-guide-hero-content {
  border-bottom: 1px solid var(--strokes-grey);
  padding-bottom: 60px;
}
.heading-02 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
}
.typography-title-wrap {
  width: 100%;
  max-width: 261px;
  position: sticky;
  top: 20px;
}
.footer-content {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}
.typography-title {
  text-transform: uppercase;
}
.heading-05 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 43px;
}
.footer-wrap {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1370px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 46px;
  display: flex;
}
.footer-link {
  color: var(--colors-grey);
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: color .25s;
}
.footer-link:hover {
  color: #fff;
}
.footer-link[aria-current="page"] {
  color: var(--colors-white);
}
.btn-large-text {
  margin-bottom: 0;
  line-height: 26px;
}
.text-wraping {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.radio-btn-lavel {
  margin-bottom: 0;
  margin-left: 16px;
}
.para-normal {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.style-guide-hero {
  padding-top: 100px;
}
.studio-hero-title {
  width: 100%;
  max-width: 938px;
}
.studio-hero-title._02 {
  max-width: 100%;
}
.studio-hero-title.heading-04.show-tablet {
  display: none;
}
.button-normal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--colors-white);
  letter-spacing: -.5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.footer-body {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--colors-white);
  flex-flow: column;
  display: flex;
}
.page-wrapper {
  background-color: var(--colors-black);
  width: 100%;
  height: 100%;
}
.color-box-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}
.typography-body {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 938px;
  display: flex;
}
.typography-body.for-btns {
  justify-content: flex-start;
  align-items: center;
}
.button-normal-text-wrap {
  height: 25px;
  position: relative;
  overflow: hidden;
}
.button-normal-text {
  letter-spacing: -.5px;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.footer-body-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 237px;
  display: flex;
}
.heading-03 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}
.text-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}
.text-container.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.para-extralarge {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
}
.btn-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--colors-white);
  width: 100%;
  color: var(--colors-black);
  justify-content: center;
  align-items: center;
  padding: 30px 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}
.btn-large.button-large-text.prsing:hover {
  transform: scale(.95);
}
.btn-large-text-wrap {
  height: 26px;
  overflow: hidden;
}
.title-small {
  white-space: nowrap;
  margin-bottom: 14px;
}
.footer-copyright {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--colors-white);
  color: #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16.58px 40px 16.42px;
  display: flex;
}
.para-large {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
}
.text-img-wrap-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}
.heading-01 {
  letter-spacing: -1.6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 78px;
}
.section-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}
.color-name {
  color: var(--colors-grey);
  letter-spacing: -.5px;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.text-overlay {
  height: 80px;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}
.button-line {
  background-color: #0d0d0d;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}
.hide {
  display: none;
}
.list-item {
  cursor: pointer;
}
.navbar {
  z-index: 5;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  transition: width .2s;
  display: flex;
}
.navbar-wrap {
  z-index: 5;
  justify-content: center;
  width: 100%;
  display: flex;
}
.navbar-brand-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 62px;
  display: flex;
}
.nav-btn-text {
  color: var(--colors-white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}
.menu-icon-2 {
  width: 20px;
  height: 20px;
}
.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}
.navbar-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.nav-inner {
  display: none;
}
.dropmenu-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 78px;
  display: flex;
}
.dropmenu-link.normal-100 {
  display: none;
}
.nav-outter {
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  overflow: visible;
}
.nan-link-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: none;
}
.nav-menu-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.nav-btn-text-wrap {
  height: 19px;
  overflow: hidden;
}
.nav-link {
  color: var(--colors-white);
  letter-spacing: -.32px;
  text-transform: uppercase;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: color .2s;
}
.nav-link:hover {
  color: var(--strokes-light-grey);
}
.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0d0d0d;
  border-radius: 4px;
  outline: 2px solid #0d0d0d;
}
.nav-link[aria-current="page"] {
  border-bottom: 1px solid var(--colors-white);
}
.nav-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 114px;
  display: flex;
}
.nav-menu-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 836px;
  display: flex;
}
.container-regular {
  flex: 1;
  width: 100%;
}
.nav-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  display: flex;
}
.colors-white---bg {
  background-color: #fff;
}
.colors-white---text {
  color: var(--colors-white);
}
.colors-grey---bg {
  background-color: var(--colors-grey);
}
.colors-grey---text {
  color: var(--colors-grey);
}
.colors-black---bg {
  background-color: var(--colors-black);
}
.strokes-light-grey---bg {
  background-color: var(--strokes-light-grey);
}
.extras-light-grey---bg {
  background-color: var(--extras-light-grey);
}
.extras-grey---bg {
  background-color: var(--extras-grey);
}
.extras-dark-grey---bg {
  background-color: var(--extras-dark-grey);
}
.container-full {
  justify-content: center;
  display: flex;
}
.stroke-border---black {
  border: 1px solid var(--strokes-grey);
}
.button-large-text {
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.navbar-brand-img {
  width: 62px;
  height: 19px;
}
.cart-button {
  background-color: #0000;
  width: 18px;
  height: 18px;
  padding: 0;
}
.style-hero-subtitle-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 149px;
  margin-top: 9px;
  display: flex;
}
.footer-body-wrap {
  grid-column-gap: 208px;
  grid-row-gap: 208px;
  width: 100%;
  max-width: 427px;
  display: flex;
}
.footer-middle-text {
  width: 100%;
  max-width: 271px;
  color: var(--colors-grey);
}
.footer-middle-text.para-large {
  margin-top: 80px;
  margin-bottom: 80px;
}
.footer-btn-normal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.footer-btn-normal.heading-01 {
  color: var(--colors-white);
  line-height: 70px;
}
.footer-btn-normal-icon {
  width: 69px;
  height: 69px;
  display: block;
}
.footer-btn-normal-text-wrap {
  height: 75px;
  position: relative;
  overflow: hidden;
}
.footer-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  padding-top: 80px;
  display: flex;
  position: sticky;
  bottom: 0;
}
.footer-divider {
  background-color: #151515;
  width: 100%;
  height: 12px;
}
.footer-divider._02 {
  background-color: #1e1e1e;
  height: 19px;
}
.footer-divider._03 {
  background-color: #353535;
  height: 26px;
}
.footer-brand {
  width: 62px;
  height: 19px;
}
.footer-links {
  color: var(--colors-black);
  text-decoration: none;
  transition: all .2s;
}
.footer-links:hover {
  border-bottom: 1px solid var(--colors-grey);
}
.work-single {
  padding-top: 100px;
  padding-bottom: 120px;
}
.work-single-head {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--colors-white);
  flex-flow: column;
  margin-bottom: 50px;
  display: flex;
}
.work-single-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.work-single-service-intro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: 853px;
  display: flex;
}
.work-single-service {
  width: 100%;
  max-width: 128px;
}
.work-single-intro {
  width: 100%;
  max-width: 675px;
}
.single-right-title-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 853px;
  display: flex;
}
.work-single-id {
  width: 100%;
  max-width: 427px;
}
.work-single-head-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.back-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--colors-white);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.back-button:hover {
  transform: translate(10px);
}
.primary-btn-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.primary-btn-text-wrap {
  height: 24px;
  position: relative;
  overflow: hidden;
}
.work-single-thumbs {
  width: 100%;
  height: 724px;
  overflow: hidden;
}
.work-single-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.work-single-infos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}
.work-single-infos.para-normal {
  margin-top: 50px;
}
.single-info-left {
  width: 100%;
  max-width: 400px;
  color: var(--colors-white);
}
.extra-thumbs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 150px;
  display: grid;
}
.extra-thumb-item {
  width: 100%;
  height: 724px;
  overflow: hidden;
}
.extra-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.works {
  padding-top: 100px;
  padding-bottom: 160px;
}
.works-title {
  margin-top: 0;
  margin-bottom: 120px;
}
.works-title.heading-01 {
  width: 100%;
  max-width: 424px;
  color: var(--colors-white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.works-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}
.works-item {
  width: 100%;
  height: 724px;
  position: relative;
  overflow: hidden;
}
.works-item-head {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1220px;
  padding: 30px 20px 20px 30px;
  display: flex;
  position: relative;
}
.works-item-info {
  width: 100%;
  max-width: 158px;
  color: var(--colors-white);
}
.works-item-year {
  margin-top: 18px;
  margin-bottom: 49px;
}
.work-item-title {
  color: var(--colors-white);
}
.work-item-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.work-collection {
  position: sticky;
  top: 40px;
}
.cms-link {
  width: 100%;
  text-decoration: none;
}
.single-btn-wrap {
  width: 100%;
  max-width: 427px;
}
.feature-works.container-full {
  padding-bottom: 160px;
}
.feature-work-head {
  color: var(--colors-white);
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}
.feature-work-list {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.feature-work-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
}
.feature-work-item-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--colors-grey);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.feature-item-head-left {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}
.feature-item-title-text.para-normal {
  font-weight: 400;
}
.feature-work-thumbs {
  width: 100%;
  height: 478px;
}
.feature-work-thumbs.middle {
  height: 348px;
}
.feature-work-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.shop-single {
  padding-top: 100px;
  padding-bottom: 130px;
}
.shop-single-thumbs {
  width: 100%;
  height: 724px;
}
.shop-single-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-paths {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.single-paths.tag-normal {
  margin-top: 60px;
  margin-bottom: 20px;
}
.path-link {
  text-decoration: none;
  transition: color .2s;
}
.path-link:hover {
  color: var(--colors-white);
}
.shop-single-title {
  color: var(--colors-white);
  margin-top: 20px;
  margin-bottom: 30px;
}
.shop-single-infos {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}
.shop-single-overview-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}
.overview-title {
  color: var(--colors-white);
}
.overview-text {
  color: var(--colors-grey);
}
.shop-single-info-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 986px;
  display: flex;
}
.single-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}
.feature-title {
  color: var(--colors-white);
}
.single-features-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}
.shop-single-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-left: 1px dashed var(--strokes-grey);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  padding-left: 66px;
  display: flex;
}
.single-additional-info.para-normal {
  color: var(--colors-white);
}
.additional-info-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}
.index-head-text {
  width: 100%;
  max-width: 259px;
  padding-left: 10px;
}
.index-head-text.left-head-text {
  width: 100%;
  max-width: 259px;
}
.container-fluid-2 {
  width: 100%;
  max-width: 1400px;
  margin-left: 20px;
  margin-right: 20px;
}
.work-index-head {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--colors-grey);
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}
.index-head-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding-left: 10px;
  display: flex;
}
.shop {
  padding-top: 100px;
  padding-bottom: 160px;
}
.works-index-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: relative;
}
.project-card-img {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: absolute;
  inset: 0% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%)scale(1);
}
.project-card {
  z-index: 0;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}
.works-index-category-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding: 10px;
  display: flex;
}
.works-index-category-wrap.category-right {
  width: 100%;
  max-width: 410px;
  color: var(--colors-white);
}
.index-item-text {
  color: var(--colors-white);
  flex: 1;
  padding: 10px;
}
.index-item-text.title-left {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 349px;
  display: flex;
}
.index-item-text.title-left._02 {
  display: none;
}
.item-title-category {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}
.index-item-left {
  z-index: 9;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 259px;
  height: 51px;
  position: relative;
}
.proejct-img {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index-item-right {
  width: 100%;
  max-width: 1163px;
}
.index-item-right.text-primary.para-01---semibold {
  z-index: 9;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}
.shop-btn-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 259px;
  height: 51px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}
.primary-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--colors-white);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}
.shop-head {
  color: var(--colors-white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}
.shop-head-btns {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.related-shop {
  padding-top: 182px;
  padding-bottom: 104px;
}
.related-shop.container-full {
  padding-top: 0;
  padding-bottom: 160px;
}
.shop-titles {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 120px;
  display: flex;
}
.shop-subtitle-top {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--colors-grey);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.pricing {
  padding-top: 100px;
  padding-bottom: 160px;
}
.pricing-title {
  width: 100%;
  max-width: 420px;
  color: var(--colors-white);
  margin-top: 0;
  margin-bottom: 120px;
}
.pricing-title.heading-01 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 78px;
}
.pricing-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}
.pricing-bottom-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}
.btn-wrap._02 {
  display: none;
}
.pricing-item-price-wrap.text-primary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}
.pricing-item-head {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}
.pricing-item-head.text-primary {
  border-bottom: 1px solid var(--strokes-grey);
  padding-bottom: 50px;
}
.pricing-item-bottom {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  display: flex;
}
.pricing-item-head-text {
  color: var(--colors-grey);
}
.pricing-item-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: var(--colors-white);
  flex-flow: column;
  display: flex;
}
.pricing-item-top._02 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.para-01---semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
.price-wrap {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}
.pricing-middle {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}
.pricing-bottom-icon {
  width: 30px;
  height: 30px;
}
.pricing-item {
  border: 1px solid var(--strokes-grey);
  padding: 30px;
}
.pricing-bottom-item {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.pricing-middle-btns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}
.pricing-middle-btns._02 {
  margin-top: 0;
}
.faq-answers {
  justify-content: flex-end;
  width: 100%;
  margin-top: -10px;
  display: flex;
  overflow: hidden;
}
.faq-answers._02 {
  z-index: 5;
  margin-top: -57px;
  position: relative;
}
.faqs {
  padding-bottom: 160px;
}
.faq-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #fff;
  justify-content: space-between;
  display: flex;
}
.faq-plus {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}
.faqs-wrap {
  width: 100%;
  max-width: 1037px;
}
.faqs-wrap._02 {
  max-width: 100%;
}
.faq-body-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 135px;
  margin-left: auto;
}
.faq-body-wrap._02 {
  margin-top: 120px;
}
.faq-answer-text {
  width: 100%;
  color: var(--colors-grey);
  margin-bottom: 45px;
  padding-right: 237px;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  display: block;
}
.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 45px 0;
  display: flex;
}
.question-title-3 {
  color: #fff;
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}
.question-title-3._02 {
  color: var(--colors-white);
  letter-spacing: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
}
.dropdown-list {
  background-color: #ddd0;
  position: static;
}
.faq-text {
  width: 100%;
}
.faq-question-left-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.faq-question-left-3._02 {
  z-index: 2;
  position: relative;
}
.faq-head {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--colors-grey);
  justify-content: space-between;
  display: flex;
}
.faq-minus {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}
.plus-minus-wrap-4 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.faq-body-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  display: flex;
}
.faq-body-3._02, .faq-body-3._02---first {
  border-bottom: 1px solid var(--strokes-grey);
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 77px;
}
.faqs-qa-copy-2 {
  border-bottom: 1px solid var(--strokes-grey);
  color: #000;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  overflow: hidden;
}
.pricing-single-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.pricing-single {
  padding-top: 100px;
  padding-bottom: 160px;
}
.single-paths-pricing {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.single-paths-pricing.tag-normal {
  margin-bottom: 20px;
}
.pricing-bottom-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}
.pricing-single-features {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: column;
  display: flex;
}
.pricing-single-body-right {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 100%;
  max-width: 712px;
  display: flex;
}
.pricing-single-body-text {
  flex: 1;
}
.pricing-single-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--strokes-grey);
  color: var(--colors-white);
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}
.pricing-single-body._01 {
  border-top: 1px solid var(--strokes-light-grey);
  padding-top: 50px;
}
.pricing-single-body.last {
  padding-bottom: 50px;
}
.radio-item-border {
  background-color: var(--strokes-light-grey);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}
.pricing-bottom-icon-2 {
  width: 30px;
  height: 30px;
}
.pricing-bottom-item-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.blog-single {
  padding-top: 100px;
  padding-bottom: 120px;
}
.blog-single-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}
.blog-back-btn-wrap {
  margin-bottom: 50px;
}
.back-button-blog {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--colors-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.single-blog-left {
  width: 100%;
  max-width: 80px;
  padding-top: 72px;
}
.blog-left-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80px;
  display: flex;
  position: sticky;
  top: 72px;
}
.share-text {
  color: var(--colors-grey);
}
.socials-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.social-item {
  width: 40px;
  height: 40px;
  transition: all .4s;
}
.social-item:hover {
  transform: translate(8px);
}
.single-blog-right {
  width: 100%;
  max-width: 972px;
}
.single-right-head {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--colors-white);
  flex-flow: column;
  display: flex;
}
.head-date {
  display: flex;
}
.single-intro-wrap {
  color: var(--colors-grey);
}
.single-intro-wrap.para-normal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}
.single-thumbs {
  width: 100%;
  height: 521px;
}
.single-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-right-title {
  color: var(--colors-white);
  margin-top: 0;
  margin-bottom: 30px;
}
.question-answer-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}
.single-question.para-large.colors-white---text {
  margin-bottom: 10px;
}
.sub-question-answer-wrap {
  flex-flow: column;
  margin-top: 20px;
  padding-left: 30px;
  display: flex;
}
.sub-qa-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 10px;
  padding-left: 30px;
  display: flex;
}
.sub-question {
  color: var(--colors-white);
}
.sub-answer {
  color: var(--colors-grey);
}
.sub-answer.para-normal {
  padding-left: 30px;
}
.addition-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}
.addition-img-wrap {
  width: 100%;
  height: 274px;
  overflow: hidden;
}
.additional-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.addional-info-text {
  text-align: center;
  font-style: italic;
}
.addional-info-text.tag-normal {
  color: var(--colors-white);
}
.blogs {
  padding-top: 100px;
  padding-bottom: 160px;
}
.blogs-list {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.blogs-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}
.blog-item-top {
  color: var(--colors-grey);
}
.blog-item-top.para-normal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}
.blog-item-date {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.blog-item-thumbs {
  width: 100%;
  max-width: 456px;
  height: 365px;
  overflow: hidden;
}
.blog-item-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blogs-title {
  text-align: center;
}
.blogs-title.heading-01 {
  color: var(--colors-white);
  margin-bottom: 120px;
}
.blog-item-body {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}
.blog-item-body-title {
  color: var(--colors-white);
}
.blog-item-body-text {
  color: var(--colors-grey);
}
.licenses {
  padding-top: 100px;
  padding-bottom: 100px;
}
.license-hero-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}
.license-hero-subtexs {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}
.license-hero-subtexs.tag-normal {
  color: var(--colors-grey);
}
.license-hero-title {
  color: var(--colors-white);
}
.license-hero-texts {
  color: var(--colors-grey);
}
.license-hero-texts.para-large {
  max-width: 891px;
}
.license-body {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 120px;
  display: flex;
}
.license-body-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--strokes-grey);
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}
.license-body-title {
  width: 100%;
  max-width: 200px;
}
.licence-body-text {
  width: 100%;
  max-width: 712px;
}
.license-link {
  color: var(--colors-grey);
  text-decoration: none;
}
.license-link:hover {
  text-decoration: underline;
}
.changelog {
  padding-top: 100px;
  padding-bottom: 100px;
}
.changelog-content {
  width: 100%;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}
.changelog-body {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 120px;
  display: flex;
}
.changelog-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 467px;
  display: flex;
}
.changelog-version-text.para-normal {
  color: var(--colors-white);
}
.changelog-feature-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}
.changelog-feature-text.tag-normal {
  color: var(--colors-white);
}
.changelog-feature-list.colors-grey---text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.changelog-body-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px dashed var(--strokes-grey);
  justify-content: space-between;
  padding-bottom: 50px;
  display: flex;
}
.changelog-body-item.last {
  border-bottom-style: none;
  padding-bottom: 0;
}
.changelog-body-title {
  width: 100%;
  max-width: 200px;
}
.not-found {
  background-color: var(--colors-black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}
.not-found-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.not-found-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 600px;
  display: flex;
}
.passowrd {
  background-color: var(--colors-black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 90px;
  display: flex;
}
.password-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 990px;
  display: flex;
}
.password-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}
.passowrd-title {
  color: var(--colors-white);
}
.password-text {
  color: var(--colors-grey);
}
.password-submit {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding: 10px;
  display: flex;
}
.pass-btn {
  background-color: #0000;
  padding: 0;
}
.pass-ico {
  width: 24px;
  height: 24px;
}
.pass-field {
  width: 100%;
  height: 59px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pass-field.para-small {
  border: 1px solid var(--strokes-grey);
  color: var(--colors-white);
  background-color: #0000;
}
.pass-field.para-small::placeholder {
  color: var(--strokes-grey);
}
.pass-label.para-normal {
  color: var(--colors-white);
  margin-bottom: 10px;
}
.hero {
  padding-top: 100px;
  padding-bottom: 100px;
}
.hero.container-full {
  height: 100%;
}
.hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}
.hero-head {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--colors-white);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.hero-title {
  width: 100%;
  max-width: 472px;
}
.hero-text {
  width: 100%;
  max-width: 311px;
}
.hero-thumbs {
  width: 100%;
  height: 767px;
  overflow: hidden;
}
.hero-thum {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-hero {
  width: 100%;
}
.hero-about.container-full {
  padding-bottom: 210px;
}
.hero-content-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--colors-white);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.content-top-left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.content-top-left.para-normal {
  color: var(--strokes-light-grey);
  margin-top: 9px;
}
.content-top-left.tag-normal {
  color: var(--strokes-light-grey);
  justify-content: center;
  align-items: center;
}
.hero-content-text.heading-04 {
  color: var(--colors-white);
}
.text-block {
  width: 100%;
  max-width: 882px;
}
.hero-content-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 194px;
  margin-bottom: 51px;
  display: flex;
}
.bottom-left-thumbs {
  width: 100%;
  max-width: 448px;
  height: 215px;
  overflow: hidden;
}
.bottom-left-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-btm-right {
  width: 100%;
  max-width: 467px;
  color: var(--colors-white);
}
.service.container-full {
  padding-bottom: 160px;
}
.service-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 669px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 80px;
}
.service-title {
  color: var(--colors-white);
}
.service-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 120px;
  display: flex;
}
.service-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid var(--strokes-grey);
  background-color: var(--colors-black);
  color: var(--strokes-light-grey);
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
  position: sticky;
  top: 240px;
}
.service-item-right {
  justify-content: space-between;
  width: 100%;
  max-width: 566px;
  display: flex;
}
.item-right-text {
  width: 100%;
  max-width: 239px;
}
.item-right-text._01 {
  max-width: 246px;
}
.right-items {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}
.selected-works.container-full {
  padding-bottom: 160px;
}
.selected-cotnent-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 764px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.selected-cotnent-head._02 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  position: sticky;
  top: 20px;
}
.selected-work-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.selected-work-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}
.work-item-head {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}
.work-item-name {
  font-weight: 400;
}
.work-item-thumbs {
  width: 100%;
  height: 708px;
  overflow: hidden;
}
.work-item-thumb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-service-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}
.horizontal-scroll-content {
  position: sticky;
  top: 180px;
}
.services-body-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #06060680;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 40px 40px 40px 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}
.horizontal-scrolls {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}
.horizontal-scrolls.container-full {
  padding-bottom: 100px;
  position: relative;
}
.camera-2 {
  width: 100%;
  height: 70vh;
  position: sticky;
  top: 276px;
}
.camera-2._03 {
  height: 66.2vh;
  top: 20.5vh;
  overflow: hidden;
}
.services-thumb-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.frame-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 100%;
  display: flex;
}
.frame-6._02 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.track-3 {
  height: 150vw;
}
.services-item-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  flex-flow: column;
  width: 402px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.service-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}
.feature-pricing.container-full {
  padding-top: 120px;
  padding-bottom: 160px;
}
.text-sticky-section {
  z-index: 99;
  background-color: var(--colors-black);
  position: relative;
}
.text-sticky-head {
  z-index: 100;
  pointer-events: none;
  perspective: 1000px;
  perspective-origin: 50%;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.sticky-head-inner {
  background-image: linear-gradient(180deg, var(--colors-black) 23%, #060606cc 35%, transparent 51%, #060606cc 66%, var(--colors-black) 73%);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.sticky-text-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -50vh;
  padding-bottom: 50vh;
  font-size: clamp(42px, 10vw, 80px);
  display: flex;
  overflow: hidden;
}
.sticky-text-wrapper.heading-01 {
  color: var(--colors-white);
}
.related-blog {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}
.related-blog.container-full {
  padding-bottom: 100px;
  position: relative;
}
.related-blog-content {
  position: sticky;
  top: 180px;
}
.related-blog-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 764px;
  margin-bottom: 120px;
  margin-right: auto;
  display: flex;
}
.home-hero-content-02 {
  z-index: 1;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}
.blog-single-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}
.home-hero-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}
.hero-02 {
  width: 100%;
  height: 848px;
  position: relative;
}
.hero-02.container-full {
  height: 90vh;
  margin-top: 33px;
}
.home-hero-title.heading-04.border-white-bottom {
  border-bottom: 3px solid var(--colors-white);
  line-height: 54px;
}
.project-item {
  z-index: 1;
  color: #777;
  transition: color .3s;
  position: relative;
}
.project-item:hover {
  color: #fff;
}
.project-item._07 {
  margin-right: 25px;
}
.project-item._08 {
  margin-right: 56.5px;
}
.project-item._02 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-img-list {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}
.project-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 352px;
  padding: 40px 63px 40px 20px;
  display: flex;
}
.project-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-img-wrap {
  pointer-events: none;
  width: 100%;
  max-width: 386px;
  height: 482px;
  overflow: hidden;
}
.team.container-full {
  padding-top: 100px;
  padding-bottom: 130px;
}
.team-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  padding-top: 33px;
  padding-bottom: 27px;
  display: flex;
}
.team-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 325px;
  display: flex;
}
.team-body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 876px;
  display: flex;
  position: relative;
}
.content-top-left-02 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.content-top-left-02.tag-normal {
  color: var(--colors-grey);
  justify-content: center;
  align-items: center;
}
.content-top-left-02.tag-normal.our-mission {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
}
.team-title {
  color: var(--colors-white);
}
.team-list {
  display: none;
}
.content-01 {
  padding-bottom: 190px;
}
.content-01.container-full {
  z-index: 1;
  background-color: var(--colors-black);
  position: relative;
}
.content-wrap-01 {
  width: 100%;
}
.content-wrap-01._02 {
  height: 100vh;
  position: sticky;
  top: 40px;
}
.content-head-01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1011px;
  display: flex;
}
.content-head-01._03 {
  margin-bottom: 120px;
}
.cotnent-title-01.heading-04, .cotnent-title-01.heading-02 {
  color: var(--colors-white);
}
.content-thumbs {
  width: 100%;
  height: 643px;
  margin-top: 50px;
  overflow: hidden;
}
.cotnent-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-infos {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.content-info-left {
  flex-flow: column;
  width: 100%;
  max-width: 610px;
  padding-left: 50px;
  display: flex;
}
.content-info-left._01 {
  display: none;
}
.content-info-left._02 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: none;
  padding-left: 20px;
}
.info-left-item {
  color: var(--colors-white);
}
.info-left-item.para-extralarge {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: flex-start;
  transition: all .4s;
  display: flex;
}
.info-left-item.para-extralarge:hover {
  transform: translate(35px);
}
.info-right {
  width: 100%;
  max-width: 660px;
  height: 686px;
  overflow: hidden;
}
.info-right-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.info-right-img.second {
  width: 100%;
}
.content-bottom-01 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}
.content-bottom-left-01 {
  width: 100%;
  max-width: 931px;
  height: 643px;
}
.content-bottom-img-01 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-bottom-right-01 {
  width: 100%;
  max-width: 449px;
  height: 643px;
}
.card-list {
  z-index: 2;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  width: 100%;
  max-width: 670px;
  display: flex;
}
.card-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 200px;
  color: var(--colors-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.card-profiles {
  width: 100%;
  max-width: 200px;
  height: 173px;
  overflow: hidden;
}
.card-profile-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-item-head.para-normal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}
.content-tabs {
  display: none;
}
.content-tab-menu {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.content-tab-link {
  background-color: #0000;
  padding: 0;
}
.content-tab-link.para-large {
  color: var(--colors-grey);
}
.content-tab-link.para-large[aria-current="page"] {
  color: var(--colors-white);
  background-color: #0000;
}
.content-tab-link-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.tab-cotnent-wrap {
  justify-content: space-between;
  width: 100%;
  max-width: 892px;
  height: 499px;
  margin-left: auto;
  display: flex;
}
.tab-content-thumb {
  flex-flow: column;
  align-self: flex-end;
  width: 100%;
  max-width: 384px;
  height: 100%;
  margin-right: auto;
  display: flex;
}
.tab-content-thumb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tab-cotnent-text {
  width: 100%;
  max-width: 386px;
  color: var(--colors-white);
}
.tabs-content {
  z-index: 1;
  margin-top: -149px;
}
.checkout-form {
  background-color: var(--colors-black);
}
.submit-button {
  background-color: var(--colors-white);
  color: var(--colors-black);
}
.container {
  font-family: Creatodisplay, Arial, sans-serif;
}
.paypal-checkout-form {
  background-color: var(--colors-black);
}
.order-confirmation {
  background-color: var(--colors-black);
  font-family: Creatodisplay, Arial, sans-serif;
}
.btn-line {
  background-color: var(--colors-white);
  width: 100%;
  max-width: 142px;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}
.default-state {
  width: 100%;
  margin-bottom: 0;
}
.add-to-cart {
  width: 100%;
}
.info-cotnent-head {
  justify-content: space-between;
  display: flex;
}
.info-content-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.info-content-right-text {
  width: 100%;
  color: var(--colors-white);
  margin-bottom: 0;
}
.info-content-right-text.para-normal {
  background-color: var(--colors-black);
  opacity: 0;
  position: absolute;
  inset: 0%;
}
.tab-content-thumb-wrap {
  width: 100%;
  max-width: 384px;
  height: 325px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.cart-header, .cart-form-wrapper {
  font-family: Creatodisplay, Arial, sans-serif;
}
.checkout-button {
  background-color: var(--colors-black);
  color: var(--colors-white);
}
.remove-button {
  color: #ff7878;
  cursor: pointer;
}
.close-button {
  cursor: pointer;
}
.container-fluid-9 {
  width: 100%;
  max-width: 1400px;
  margin-left: 20px;
  margin-right: 20px;
}
.contact-hero-content {
  border-bottom: 1px solid #0d0d0d;
  padding-bottom: 184px;
}
.contact-hero-content.text-surface-black {
  border-bottom-style: none;
  padding-bottom: 120px;
  position: relative;
}
.style-guide-hero-text {
  margin-top: 9px;
}
.style-guide-hero-text.tag-normal {
  color: var(--colors-grey);
}
.style-guide-hero-title-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.contact-hero {
  padding-top: 100px;
}
.contact-hero.container-full {
  color: var(--colors-white);
}
.style-guide-hero-title {
  width: 100%;
  max-width: 1045px;
}
.style-guide-hero-title._02, .style-guide-hero-title._02.heading-02 {
  max-width: 100%;
}
.style-guide-hero-title.heading-02 {
  max-width: 1163px;
}
.contact-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.contact-group.text-primary {
  border-bottom: 1px #0d0d0d;
  padding-bottom: 40px;
  position: relative;
}
.group-count-text {
  padding-top: 16px;
  padding-bottom: 16px;
}
.contact-submit-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 690px;
  margin-top: 40px;
  margin-left: auto;
  display: flex;
}
.radio-pointer {
  background-color: var(--colors-white);
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
  inset: 50% auto auto 14px;
  transform: translate(0, -50%);
}
.group-right-subtext {
  width: 100%;
  max-width: 335px;
  color: var(--colors-grey);
  margin-top: 16px;
}
.group-right-text {
  width: 100%;
  max-width: 572px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.group-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1045px;
  display: flex;
}
.group-right-text-wrap {
  width: 100%;
  max-width: 572px;
}
.group-right-options {
  width: 100%;
  max-width: 453px;
}
.right-option-textarea {
  width: 100%;
  max-width: 453px;
  height: 251px;
  min-height: 251px;
  color: var(--colors-white);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 16px 12px 16px 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
}
.right-option-textarea::placeholder {
  color: var(--colors-grey);
}
.contact.container-full {
  color: var(--colors-white);
  padding-bottom: 64px;
}
.contact-btn {
  border: 1px solid var(--colors-white);
  background-color: var(--colors-white);
  width: 100%;
  color: var(--colors-black);
  text-align: center;
  text-transform: uppercase;
  padding: 30px 20px;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 20px;
  transition: all .3s;
}
.contact-btn:hover {
  border: 1px solid var(--colors-white);
  background-color: var(--colors-black);
  color: var(--colors-white);
}
.success-message {
  background-color: #0000;
  font-family: Creatodisplay, Arial, sans-serif;
}
.error-message {
  color: #ff3434;
  font-family: Creatodisplay, Arial, sans-serif;
}
.hero-content-texts {
  position: relative;
}
.overview-img-wrap {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
  inset: -12% 12% auto auto;
}
.overview-img-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.overview-img-2, .overview-img-3, .overview-img-4, .overview-img-5, .overview-img-6, .overview-img-7, .overview-img-8 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hoverable-text {
  color: var(--colors-white);
  text-decoration: underline;
}
.overview-img-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.overview-img-22, .overview-img-33, .overview-img-44, .overview-img-55, .overview-img-66, .overview-img-77, .overview-img-88 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.info-content-right-text-wrap {
  width: 100%;
  max-width: 346px;
  position: relative;
  overflow: visible;
}
.content-inside-text {
  flex-flow: column;
  width: 100%;
  display: flex;
}
.black-shadow {
  z-index: 0;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-image: linear-gradient(#0000, #0f0f0f 100%, #000);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: stretch;
  height: 40vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}
.nav-cart-quantity {
  display: none;
}
.cart-items-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.cart-error-state {
  color: #c90000;
  background-color: #f000;
  padding-left: 0;
}
.our-mission-title {
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
}
.process-tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.process-tabs {
  justify-content: space-between;
  width: 100%;
  display: flex;
}
.process-tab-link {
  background-color: #0000;
  padding: 0;
}
.process-tab-link[aria-current="page"] {
  color: var(--colors-white);
  background-color: #0000;
}
.process-tab-link.para-large {
  color: var(--colors-grey);
}
.process-tab-link.para-large[aria-current="page"] {
  color: var(--colors-white);
  background-color: #0000;
}
.process-tabs-content {
  width: 70%;
  margin-left: auto;
}
.process-tab-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}
.process-description {
  max-width: 386px;
  margin-left: auto;
}
.process-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.process-container._02 {
  overflow: clip;
}
.process-container._04 {
  height: 400vh;
}
.process-description-text {
  width: 100%;
  color: var(--colors-white);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}
.process-description-text.para-normal {
  background-color: var(--colors-black);
  opacity: 0;
  position: absolute;
  inset: 0%;
}
.accordion-pane {
  background-color: #0000;
  padding-bottom: .9rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  overflow: hidden;
}
.text-block-3 {
  color: #000;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}
.close-img {
  background-color: #616161;
  border-radius: 50%;
  width: 38px;
  padding: .6rem;
  transition: transform .2s;
}
.close-img:hover {
  transform: scale(1.1);
}
.close-img:active {
  transform: none;
}
.mini-link-icon {
  color: #000;
  -webkit-text-stroke-color: #000;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-right: .7rem;
  padding: 0 0;
}
.text-block-6 {
  color: #000;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}
.mini-nav-link {
  color: #fffcf1;
  align-items: center;
  margin-bottom: .9rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1;
  transition: transform .4s;
  display: flex;
}
.mini-nav-link:hover {
  transform: translate(7px);
}
.mini-nav-link:active {
  transform: none;
}
.mini-nav-link[aria-current="page"] {
  font-weight: 800;
}
.text-block-4 {
  color: #000;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}
.order-header {
  color: #181818;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-family: Droid Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}
.accordion-tab-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.6rem;
  display: flex;
  position: relative;
}
.text-block-5 {
  color: #000;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}
.order-now-accordion {
  background-color: #7c7c7c26;
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  position: fixed;
  inset: auto 0% 0% auto;
}
.order-now-accordion:hover {
  box-shadow: 4px 4px 25px #0003;
}
.order-now-accordion.frosted-glass {
  z-index: 1000;
  background-color: #fff;
  border: 2px solid #000;
  border-top-right-radius: 0;
  min-width: 16rem;
}
.modal-close-btn {
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: none;
  position: absolute;
  inset: 3% 2% auto auto;
}
.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;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.image {
  width: 28px;
  height: 28px;
}
.promo-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}
.all-access-card {
  background-color: #7c7c7c26;
  border-top-left-radius: 1.4rem;
  border-top-right-radius: 1.4rem;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  position: fixed;
  inset: auto 0% 0% auto;
}
.all-access-card:hover {
  box-shadow: 4px 4px 25px #0003;
}
.all-access-card.frosted-glass {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 230px;
  min-width: 16rem;
  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 (min-width: 1440px) {
  .footer {
    height: 100vh;
  }

  .works-index-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .works-index-category-wrap.category-right {
    z-index: 9;
    position: relative;
  }

  .item-title-category {
    width: 100%;
  }

  .dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .question-title-3._02 {
    color: var(--colors-white);
    font-family: Creatodisplay, Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
  }

  .dropdown-list {
    background-color: #ddd0;
    position: static;
  }

  .faqs-qa-copy-2 {
    width: 100%;
  }

  .not-found {
    padding-left: 0;
  }

  .password-body {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .password-submit {
    margin-top: 40px;
  }

  .pass-field {
    border: 1px solid var(--strokes-grey);
    color: var(--colors-grey);
    background-color: #0000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pass-field.para-small::placeholder {
    color: var(--colors-grey);
    font-family: Creatodisplay, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
  }

  .pass-label.para-normal {
    margin-bottom: 10px;
  }

  .track-3 {
    height: 180vw;
  }

  .overview-img-wrap._02 {
    top: 12%;
    right: 8%;
  }
}
@media screen and (min-width: 1920px) {
  .not-found {
    height: 100vh;
  }

  .track-3 {
    height: 200vw;
  }

  .services-item-5 {
    height: 534px;
  }

  .overview-img-wrap._02 {
    top: 10%;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    height: auto;
    padding-top: 0;
  }

  .container-fluid._02 {
    overflow: visible;
  }

  .container-fluid._04 {
    height: auto;
  }

  .style-guide-input-filed {
    font-size: 26px;
    line-height: 36px;
  }

  .heading-06 {
    font-size: 30px;
    line-height: 40px;
  }

  .typography {
    flex-flow: column;
  }

  .typography.for-colors, .typography.for-btns {
    padding-top: 0;
  }

  .style-guide.container-full {
    padding-top: 80px;
  }

  .style-hero-titles {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 20px;
  }

  .heading-04 {
    font-size: 42px;
    line-height: 58px;
  }

  .radio-button-box {
    min-width: 28px;
    min-height: 28px;
  }

  .footer-btn.bottom {
    display: none;
  }

  .footer-btn.top {
    margin-top: 0;
    margin-left: 0;
    display: block;
  }

  .footer-copyright-left {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .heading-02 {
    font-size: 64px;
    line-height: 74px;
  }

  .typography-title-wrap {
    position: static;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    height: auto;
  }

  .heading-05 {
    font-size: 34px;
    line-height: 42px;
  }

  .footer-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-bottom: 60px;
  }

  .text-wraping {
    display: none;
  }

  .style-guide-hero.container-full {
    padding-top: 80px;
  }

  .studio-hero-title._02.heading-04 {
    display: none;
  }

  .studio-hero-title.heading-04.show-tablet {
    display: block;
  }

  .studio-hero-title.heading-04.hide-tablet {
    display: none;
  }

  .typography-body.text-primary, .typography-body.for-btns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-03 {
    font-size: 58px;
    line-height: 68px;
  }

  .para-extralarge {
    font-size: 26px;
    line-height: 34px;
  }

  .btn-large.button-large-text {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-copyright {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .para-large {
    font-size: 22px;
  }

  .heading-01 {
    letter-spacing: -1.5px;
    font-size: 75px;
    line-height: 75px;
  }

  .section-heading-2 {
    font-size: 42px;
    line-height: 48px;
  }

  .list-item {
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .navbar {
    overflow: visible;
  }

  .menu-icon-wrap-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button {
    background-color: #000;
    border-radius: 50%;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #1d1f1e;
    border: 1px solid #ff8a0a4d;
  }

  .menu-button._01.w--open {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    display: flex;
  }

  .navbar-brand-wrap {
    width: 62px;
  }

  .menu-icon-2 {
    width: auto;
    height: auto;
    display: block;
  }

  .navbar-brand {
    width: 62px;
  }

  .nav-menu {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .navbar-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    overflow: visible;
  }

  .nav-inner {
    justify-content: space-between;
    align-items: center;
  }

  .nav-button-wrapper {
    margin-left: 0;
  }

  .button-large-text {
    font-size: 22px;
  }

  .footer-middle-text.para-large {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .footer-btn-normal.heading-01 {
    letter-spacing: -.96px;
    font-size: 48px;
    line-height: 48px;
  }

  .footer-btn-normal-icon {
    width: 48px;
    height: 48px;
  }

  .footer-btn-normal-text-wrap {
    height: 48px;
  }

  .footer-wrapper {
    height: auto;
  }

  .work-single {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .work-single-head {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 46px;
  }

  .work-single-right {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .work-single-service-intro.para-normal {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .work-single-service {
    max-width: 200px;
  }

  .work-single-id.heading-04 {
    max-width: 230px;
  }

  .work-single-head-top {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .work-single-thumbs {
    height: 500px;
  }

  .work-single-infos.para-normal {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 46px;
    display: grid;
  }

  .extra-thumbs {
    margin-top: 80px;
  }

  .extra-thumb-item {
    height: 450px;
  }

  .works.container-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .works-title.heading-01 {
    margin-bottom: 80px;
  }

  .works-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .works-item {
    height: 500px;
  }

  .feature-works.container-full {
    padding-bottom: 100px;
  }

  .feature-work-list {
    grid-template-columns: 1fr 1fr;
  }

  .feature-work-thumbs {
    height: 348px;
  }

  .shop-single.container-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .shop-single-thumbs {
    height: 500px;
  }

  .single-features-wrap {
    flex-flow: column;
  }

  .shop-single-right {
    padding-left: 40px;
  }

  .index-head-text.left-head-text {
    max-width: 150px;
  }

  .index-head-right {
    padding-left: 0;
  }

  .shop.container-full {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .works-index-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .project-card-img {
    max-width: 300px;
    height: auto;
    left: 50%;
  }

  .works-index-category-wrap.category-right {
    display: none;
  }

  .index-item-text.title-left {
    max-width: 100%;
  }

  .item-title-category {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .index-item-left {
    max-width: 150px;
  }

  .index-item-right.text-primary.para-01---semibold {
    justify-content: space-between;
    align-items: stretch;
  }

  .shop-btn-wrap {
    max-width: 150px;
  }

  .shop-head {
    margin-bottom: 50px;
  }

  .related-shop.container-full {
    padding-bottom: 100px;
  }

  .shop-titles {
    margin-bottom: 80px;
  }

  .pricing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-title.heading-01 {
    margin-bottom: 80px;
  }

  .pricing-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .btn-wrap._02 {
    display: block;
  }

  .btn-wrap._01 {
    display: none;
  }

  .pricing-item-price.heading-01 {
    font-size: 52px;
    line-height: 52px;
  }

  .pricing-item-head.text-primary {
    padding-bottom: 30px;
  }

  .pricing-item-bottom {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .pricing-item-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .para-01---semibold {
    font-size: 26px;
    line-height: 36px;
  }

  .price-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .pricing-middle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-bottom-icon {
    min-width: 24px;
    min-height: 24px;
  }

  .pricing-bottom-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-middle-btns {
    margin-top: 20px;
  }

  .faq-answers, .faq-answers._02 {
    margin-top: 0;
  }

  .faqs {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faqs.container-full {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .faq-body-wrap {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 35px;
  }

  .faq-body-wrap._02 {
    margin-top: 80px;
  }

  .faq-answer-text {
    margin-bottom: 30px;
    padding-right: 40px;
  }

  .dropdown-toggle {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .question-title-3 {
    letter-spacing: -1.04px;
    font-size: 48px;
  }

  .question-title-3._02 {
    font-size: 24px;
    line-height: 30px;
  }

  .faq-body-3._02, .faq-body-3._02---first {
    padding-bottom: 20px;
  }

  .pricing-single.container-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-single-body-text.heading-06 {
    flex: 0 auto;
    width: 100%;
    max-width: 200px;
  }

  .pricing-bottom-icon-2 {
    min-width: 24px;
    min-height: 24px;
  }

  .pricing-bottom-item-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-single.container-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-single-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-left-wrap {
    max-width: 140px;
    position: static;
  }

  .single-thumbs {
    height: 380px;
  }

  .blogs.container-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blogs-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .blogs-title.heading-01 {
    margin-bottom: 80px;
  }

  .licenses.container-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .license-body {
    margin-top: 80px;
  }

  .changelog.container-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .changelog-body {
    margin-top: 80px;
  }

  .not-found {
    padding-left: 40px;
    padding-right: 40px;
  }

  .not-found-img {
    object-fit: fill;
  }

  .passowrd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.container-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-thumbs {
    height: 400px;
  }

  .hero-about.container-full {
    padding-bottom: 80px;
  }

  .hero-content-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hero-content-bottom {
    margin-top: 80px;
    margin-bottom: 46px;
  }

  .service.container-full {
    padding-bottom: 80px;
  }

  .service-head {
    top: 80px;
  }

  .service-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 80px;
  }

  .service-item {
    padding-top: 36px;
  }

  .selected-works.container-full {
    padding-bottom: 80px;
  }

  .selected-cotnent-head {
    margin-bottom: 80px;
    top: 80px;
  }

  .selected-cotnent-head._02 {
    margin-left: 0;
    position: static;
  }

  .work-item-thumbs {
    height: 400px;
  }

  .team-service-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .horizontal-scrolls {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .horizontal-scrolls.container-full {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .camera-2 {
    height: auto;
    position: static;
  }

  .camera-2._03 {
    height: 100%;
  }

  .frame-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .frame-6._02 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
  }

  .track-3 {
    height: auto;
  }

  .track-3._02 {
    width: 100%;
    height: 100%;
  }

  .services-item-5 {
    width: 100%;
    height: 400px;
  }

  .feature-pricing.container-full {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .related-blog {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .related-blog.container-full {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .related-blog-head {
    margin-bottom: 80px;
    top: 80px;
  }

  .home-hero-title-wrap {
    grid-column-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .hero-02.container-full {
    height: 500px;
  }

  .project-item._05, .project-item._07 {
    z-index: 0;
  }

  .project-list {
    padding: 0;
  }

  .team.container-full {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .team-content {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-head {
    max-width: 100%;
  }

  .team-body {
    display: none;
  }

  .team-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .team-profile {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .team-profile-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .team-name.para-normal {
    color: var(--colors-white);
  }

  .content-01 {
    padding-bottom: 80px;
  }

  .content-wrap-01._02 {
    height: auto;
  }

  .content-head-01._03 {
    margin-bottom: 80px;
  }

  .content-thumbs {
    height: 400px;
  }

  .content-infos {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .content-info-left {
    padding-left: 0;
  }

  .info-right, .content-bottom-left-01, .content-bottom-right-01 {
    height: 400px;
  }

  .card-list {
    padding-top: 20px;
  }

  .content-tabs {
    display: block;
  }

  .content-tab-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: flex;
  }

  .tab-cotnent-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .tab-content-thumb {
    overflow: hidden;
  }

  .tab-content-thumb._02 {
    height: 260px;
  }

  .tab-cotnent-text.para-normal {
    max-width: 100%;
  }

  .tabs-content {
    margin-top: 0;
  }

  .content-infos-01 {
    display: none;
  }

  .contact-hero-content.text-surface-black {
    padding-bottom: 100px;
  }

  .style-guide-hero-title-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-hero.container-full {
    padding-top: 80px;
  }

  .right-option-textarea {
    font-size: 26px;
    line-height: 36px;
  }

  .overview-img-wrap {
    top: 3%;
    right: 25%;
  }

  .overview-img-wrap._02 {
    top: 36%;
    right: 62%;
  }

  .process-tabs-content {
    width: 65%;
  }

  .process-container._02 {
    overflow: visible;
  }

  .process-container._04 {
    height: auto;
  }

  .accordion-pane {
    width: 100%;
  }

  .order-header {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-fluid {
    height: auto;
  }

  .style-guide-content.text-surface-black {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .radion-btn-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .style-guide-input-filed {
    height: 56px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-06 {
    font-size: 26px;
    line-height: 36px;
  }

  .typography {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .typography.for-colors {
    padding-top: 0;
  }

  .style-guide.container-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .color-list {
    grid-template-columns: 1fr 1fr;
  }

  .heading-04 {
    font-size: 34px;
    line-height: 44px;
  }

  .footer-copyright-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-hero-content.colors-white---text {
    padding-bottom: 50px;
  }

  .heading-02 {
    font-size: 52px;
    line-height: 62px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-05 {
    font-size: 30px;
    line-height: 40px;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-hero.container-full {
    padding-top: 60px;
  }

  .footer-body {
    align-items: flex-start;
  }

  .typography-body.text-primary {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .typography-body.for-btns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-03 {
    font-size: 48px;
    line-height: 58px;
  }

  .para-extralarge {
    font-size: 24px;
    line-height: 34px;
  }

  .btn-large {
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 22px;
    line-height: 30px;
  }

  .btn-large.button-large-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-copyright {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .para-large {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-01 {
    letter-spacing: -1.28px;
    font-size: 64px;
    line-height: 64px;
  }

  .section-heading-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .list-item {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .list-item.work {
    margin-left: 0;
  }

  .list-item.work.text-primary {
    justify-content: flex-start;
    align-items: center;
  }

  .list-item.normal-98.phone-hide {
    display: none;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
  }

  .menu-icon-wrap-4 {
    width: 20px;
    height: 20px;
  }

  .menu-button {
    padding: 4px;
  }

  .menu-button.w--open {
    border-style: none;
  }

  .menu-button._01 {
    background-color: #0000;
    border: 1px #000;
    border-radius: 0%;
    width: 20px;
    height: 20px;
    padding: 0;
  }

  .menu-button._01.w--open {
    width: 20px;
    height: 20px;
  }

  .navbar-brand-wrap {
    position: absolute;
    inset: 23.5px auto auto 0%;
  }

  .menu-icon-2 {
    color: #fff;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .navbar-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-inner {
    padding: 18px 20px 16px;
    display: flex;
  }

  .dropmenu-link {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 180px;
  }

  .nan-link-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 56px;
    padding-left: 20px;
  }

  .nav-link {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    display: inline-block;
  }

  .nav-link.phone-hide {
    display: none;
  }

  .nav-button-wrapper {
    width: auto;
    max-width: none;
    margin-right: 6px;
  }

  .nav-menu-wrapper {
    background-color: #000;
    flex-flow: column;
    max-width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0 0% auto;
  }

  .footer-body-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
  }

  .footer-middle-text.para-large {
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .footer-btn-normal.heading-01 {
    letter-spacing: -.72px;
    font-size: 36px;
    line-height: 36px;
  }

  .footer-btn-normal-icon {
    width: 36px;
    height: 36px;
  }

  .footer-btn-normal-text-wrap {
    height: 36px;
  }

  .footer-wrapper {
    height: auto;
    padding-top: 60px;
  }

  .work-single {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .work-single-head {
    margin-bottom: 36px;
  }

  .work-single-right, .work-single-service-intro.para-normal {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .work-single-service {
    max-width: 180px;
  }

  .single-right-title-wrap {
    flex-flow: wrap;
  }

  .work-single-head-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .work-single-thumbs {
    height: 360px;
  }

  .work-single-infos.para-normal {
    margin-top: 36px;
  }

  .extra-thumbs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 60px;
  }

  .extra-thumb-item {
    height: 350px;
  }

  .works.container-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .works-title.heading-01 {
    margin-bottom: 60px;
  }

  .works-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .works-item {
    height: 360px;
  }

  .works-item-year.para-normal {
    margin-top: 16px;
    margin-bottom: 30px;
  }

  .feature-works.container-full {
    padding-bottom: 80px;
  }

  .feature-work-head {
    flex-flow: wrap;
    margin-bottom: 46px;
  }

  .feature-work-list {
    grid-template-columns: 1fr;
  }

  .feature-work-thumbs, .feature-work-thumbs.middle {
    height: 350px;
  }

  .shop-single.container-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .shop-single-thumbs {
    height: 380px;
  }

  .single-paths.tag-normal {
    margin-top: 40px;
  }

  .shop-single-infos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .shop-single-info-left, .single-features-wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .shop-single-right {
    border-left-style: none;
    justify-content: flex-start;
    width: 80%;
    max-width: 280px;
    padding-left: 0;
  }

  .index-head-text.left-head-text {
    max-width: 120px;
  }

  .work-index-head.para-normal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 36px;
  }

  .shop.container-full {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .works-index-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .project-card-img {
    max-width: 250px;
  }

  .project-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.75fr 1.75fr;
  }

  .index-item-text.title-left {
    display: none;
  }

  .index-item-text.title-left._02 {
    display: block;
  }

  .index-item-left {
    max-width: 120px;
  }

  .index-item-right.text-primary.para-01---semibold {
    align-items: stretch;
  }

  .shop-head {
    margin-bottom: 40px;
  }

  .related-shop.container-full {
    padding-bottom: 80px;
  }

  .shop-titles {
    margin-bottom: 60px;
  }

  .pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-title.heading-01 {
    margin-bottom: 60px;
  }

  .pricing-list {
    grid-template-columns: 1fr;
  }

  .pricing-bottom-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .btn-wrap._02 {
    display: none;
  }

  .btn-wrap._01 {
    display: block;
  }

  .pricing-item-price.heading-01 {
    font-size: 64px;
    line-height: 64px;
  }

  .pricing-item-head.text-primary {
    padding-bottom: 40px;
  }

  .pricing-item-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .para-01---semibold {
    font-size: 22px;
    line-height: 32px;
  }

  .pricing-middle {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing-middle-btns {
    margin-top: 40px;
  }

  .faqs {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .faqs.container-full {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .faq-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .faq-body-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-left: 0;
  }

  .faq-body-wrap._02 {
    margin-top: 60px;
  }

  .faq-answer-text {
    margin-bottom: 30px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 26px;
  }

  .dropdown-toggle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .question-title-3 {
    font-size: 42px;
  }

  .faq-head {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .plus-minus-wrap-4 {
    position: absolute;
    inset: 7px 0% auto auto;
  }

  .plus-minus-wrap-4._02 {
    position: relative;
    top: 0;
  }

  .pricing-single.container-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-bottom-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-single-features {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-single-body-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .pricing-single-body-text.heading-06.colors-grey---text {
    max-width: 180px;
  }

  .pricing-single-body {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    padding-bottom: 40px;
  }

  .pricing-single-body._01 {
    flex-flow: column;
    padding-top: 40px;
  }

  .pricing-single-body.last {
    padding-top: 30px;
  }

  .blog-single.container-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-single-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
  }

  .blog-back-btn-wrap {
    margin-bottom: 30px;
  }

  .single-blog-left {
    max-width: 100%;
    padding-top: 0;
  }

  .blog-left-wrap {
    flex-flow: column;
    max-width: 100%;
  }

  .socials-list {
    flex-flow: row;
  }

  .sub-question-answer-wrap, .sub-qa-wrap {
    padding-left: 20px;
  }

  .blogs.container-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blogs-list {
    grid-row-gap: 30px;
  }

  .blog-item-thumbs {
    height: 240px;
  }

  .blogs-title.heading-01 {
    margin-bottom: 60px;
  }

  .licenses.container-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .license-body {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .license-body-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 20px;
  }

  .changelog.container-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .changelog-body {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .changelog-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .changelog-body-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .hero.container-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-title.heading-01, .hero-text.para-normal {
    max-width: 100%;
  }

  .hero-thumbs {
    height: 340px;
  }

  .hero-about.container-full {
    padding-bottom: 60px;
  }

  .hero-content-bottom {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .service.container-full {
    padding-bottom: 60px;
  }

  .service-head {
    top: 60px;
  }

  .service-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .service-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 30px;
    top: 180px;
  }

  .selected-works.container-full {
    padding-bottom: 60px;
  }

  .selected-cotnent-head {
    margin-bottom: 60px;
    top: 60px;
  }

  .selected-work-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-item-thumbs {
    height: 280px;
  }

  .team-service-wrapper {
    grid-template-columns: 1fr;
  }

  .services-body-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .horizontal-scrolls {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .horizontal-scrolls.container-full {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .service-body-text-4 {
    font-size: 18px;
  }

  .service-body-text-4.para-normal {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .services-thumb-4 {
    object-position: 50% 0%;
  }

  .frame-6 {
    grid-template-columns: 1fr;
  }

  .frame-6._02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .services-item-5 {
    height: 320px;
  }

  .feature-pricing.container-full {
    padding-bottom: 60px;
  }

  .text-sticky-section {
    display: none;
  }

  .related-blog {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .related-blog.container-full {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .related-blog-head {
    margin-bottom: 60px;
    top: 60px;
  }

  .home-hero-content-02 {
    padding-bottom: 40px;
  }

  .home-hero-title-wrap {
    grid-column-gap: 20px;
  }

  .hero-02.container-full {
    height: 400px;
  }

  .project-list {
    max-width: 400px;
  }

  .project-img-wrap {
    display: none;
  }

  .team.container-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-head {
    margin-bottom: 0;
  }

  .team-list {
    grid-template-columns: 1fr 1fr;
  }

  .content-01 {
    padding-bottom: 60px;
  }

  .content-head-01._03 {
    margin-bottom: 60px;
  }

  .content-thumbs {
    height: 280px;
    margin-top: 40px;
  }

  .info-right, .content-bottom-left-01, .content-bottom-right-01 {
    height: 280px;
  }

  .card-list {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-item._01, .card-item._02, .card-item._03, .card-profiles {
    max-width: 100%;
  }

  .content-tab-menu {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }

  .tab-cotnent-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    height: auto;
  }

  .tab-content-thumb {
    max-width: 100%;
  }

  .tab-content-thumb._02 {
    height: 300px;
  }

  .tab-cotnent-text.para-normal {
    max-width: 100%;
  }

  .tabs-content {
    margin-top: 30px;
  }

  .contact-hero-content.text-surface-black {
    padding-bottom: 80px;
  }

  .contact-hero.container-full {
    padding-top: 60px;
  }

  .contact-group.text-primary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .contact-submit-btn {
    margin-top: 0;
  }

  .group-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .right-option-textarea {
    height: 200px;
    min-height: 200px;
    font-size: 22px;
    line-height: 32px;
  }

  .contact.container-full {
    padding-bottom: 60px;
  }

  .overview-img-wrap {
    display: none;
  }

  .process-tabs-menu {
    margin-bottom: 32px;
  }

  .process-tabs {
    flex-flow: column;
  }

  .process-tabs-content {
    width: 100%;
  }

  .process-description {
    margin-left: 0;
  }

  .process-container {
    height: auto;
  }

  .accordion-tab-button {
    width: 100vw;
  }

  .order-now-accordion.frosted-glass, .buy-template-button.frosted-glass, .all-access-card.frosted-glass {
    border-top-right-radius: 1.4rem;
  }
}
@media screen and (max-width: 479px) {
  ul {
    font-size: 16px;
  }

  .footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .style-guide-content.text-surface-black {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .style-guide-input-filed {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-06 {
    font-size: 26px;
    line-height: 34px;
  }

  .typography {
    flex-flow: column;
    align-items: flex-start;
  }

  .typography.for-colors {
    padding-top: 0;
  }

  .para-medium, .tag-normal {
    font-size: 16px;
    line-height: 24px;
  }

  .style-guide.container-full {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .para-small {
    font-size: 16px;
    line-height: 24px;
  }

  .style-hero-titles {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }

  .color-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .color-box {
    height: 240px;
  }

  .heading-04 {
    font-size: 32px;
    line-height: 40px;
  }

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .style-guide-hero-content.colors-white---text {
    padding-bottom: 30px;
  }

  .heading-02 {
    font-size: 42px;
    line-height: 50px;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-05 {
    font-size: 28px;
    line-height: 36px;
  }

  .footer-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .para-normal {
    font-size: 18px;
    line-height: 30px;
  }

  .style-guide-hero.container-full {
    padding-top: 40px;
  }

  .button-normal {
    border-radius: 8px;
    font-size: 18px;
  }

  .footer-body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .typography-body.text-primary {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .button-normal-text {
    font-size: 16px;
  }

  .footer-body-nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .heading-03 {
    font-size: 36px;
    line-height: 42px;
  }

  .para-extralarge {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .btn-large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-large.button-large-text {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-copyright {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .para-large {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-01 {
    font-size: 48px;
    line-height: 48px;
  }

  .section-heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .navbar {
    padding-top: 16px;
  }

  .menu-button {
    padding-bottom: 2px;
  }

  .menu-button.w--open {
    border-style: none;
  }

  .navbar-brand-wrap {
    top: 18px;
  }

  .navbar-brand, .navbar-brand.w--current {
    width: 70px;
  }

  .nav-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
  }

  .nan-link-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .nav-menu-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-top: 30px;
  }

  .nav-link {
    font-size: 28px;
  }

  .nav-button-wrapper {
    width: auto;
    margin-right: 0;
  }

  .nav-btn {
    display: none;
  }

  .button-large-text {
    font-size: 20px;
    line-height: 28px;
  }

  .navbar-brand-img {
    width: 70px;
    height: auto;
  }

  .footer-middle-text.para-large {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .footer-btn-normal {
    border-radius: 8px;
    font-size: 18px;
  }

  .footer-btn-normal.heading-01 {
    letter-spacing: -.44px;
    font-size: 22px;
    line-height: 32px;
  }

  .footer-btn-normal-icon {
    width: 28px;
    height: 28px;
  }

  .footer-wrapper {
    height: auto;
    padding-top: 40px;
  }

  .work-single {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work-single-head {
    margin-bottom: 30px;
  }

  .work-single-service-intro.para-normal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .single-right-title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .back-button {
    border-radius: 8px;
    font-size: 18px;
  }

  .work-single-thumbs {
    height: 240px;
  }

  .work-single-infos.para-normal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .extra-thumbs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .extra-thumb-item {
    height: 200px;
  }

  .works.container-full {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .works-title.heading-01 {
    margin-bottom: 40px;
  }

  .works-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .works-item {
    height: auto;
  }

  .works-item-head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .works-item-info {
    grid-column-gap: 30px;
    grid-row-gap: 36px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 100%;
    display: grid;
  }

  .works-item-year.para-normal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-works.container-full {
    padding-bottom: 60px;
  }

  .feature-work-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .feature-work-thumbs, .feature-work-thumbs.middle {
    height: 240px;
  }

  .shop-single.container-full {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .shop-single-thumbs {
    height: 240px;
  }

  .single-paths.tag-normal {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: wrap;
    margin-top: 30px;
  }

  .shop-single-title.heading-04 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .shop-single-infos {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
  }

  .shop-single-overview-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .shop-single-info-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .single-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .shop-single-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .additional-info-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .index-head-text.left-head-text {
    max-width: 100%;
  }

  .index-head-text.middle-hide {
    display: none;
  }

  .work-index-head.para-normal {
    margin-bottom: 20px;
  }

  .shop.container-full {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .works-index-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .project-card-img {
    max-width: 150px;
    display: none;
  }

  .project-card {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1.75fr;
  }

  .works-index-category-wrap {
    flex-flow: wrap;
  }

  .item-title-category {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .index-item-left, .proejct-img {
    display: none;
  }

  .index-item-right.text-primary.para-01---semibold {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: stretch;
  }

  .primary-btn {
    border-radius: 8px;
    font-size: 18px;
  }

  .shop-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-bottom: 30px;
  }

  .related-shop.container-full {
    padding-bottom: 50px;
  }

  .shop-titles {
    text-align: center;
    margin-bottom: 40px;
  }

  .shop-subtitle-top {
    justify-content: center;
    align-items: center;
  }

  .pricing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-title.heading-01 {
    margin-bottom: 40px;
  }

  .pricing-bottom-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-bottom-text.para-large {
    font-size: 18px;
    line-height: 28px;
  }

  .btn-wrap._02 {
    display: block;
  }

  .btn-wrap._01 {
    display: none;
  }

  .pricing-item-price.heading-01 {
    font-size: 42px;
    line-height: 42px;
  }

  .pricing-item-head.text-primary {
    padding-bottom: 26px;
  }

  .pricing-item-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-item-top {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .pricing-item-top._02 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .para-01---semibold {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-middle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-bottom-icon {
    min-width: 24px;
    min-height: 24px;
  }

  .pricing-item {
    padding: 26px 20px;
  }

  .pricing-bottom-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-middle-btns {
    margin-top: 16px;
  }

  .faqs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-body-wrap {
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .faq-body-wrap._02 {
    margin-top: 40px;
  }

  .faq-answer-text {
    margin-bottom: 20px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .dropdown-toggle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .question-title-3 {
    white-space: normal;
    padding-right: 0;
    font-size: 28px;
    line-height: 24px;
  }

  .question-title-3._02 {
    font-size: 22px;
    line-height: 28px;
  }

  .faq-text.heading-02 {
    text-align: center;
  }

  .faq-question-left-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-head {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .plus-minus-wrap-4 {
    width: 20px;
    top: -2px;
  }

  .plus-minus-wrap-4._02 {
    width: 24px;
    height: 24px;
  }

  .pricing-single-title-wrap {
    padding-bottom: 30px;
  }

  .pricing-single.container-full {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .single-paths-pricing.tag-normal {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: wrap;
  }

  .pricing-bottom-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pricing-single-body-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .pricing-single-body, .pricing-single-body._01 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-bottom-icon-2 {
    min-width: 24px;
    min-height: 24px;
  }

  .pricing-bottom-item-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-single.container-full {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-back-btn-wrap {
    margin-bottom: 20px;
  }

  .back-button-blog {
    border-radius: 8px;
    font-size: 18px;
  }

  .single-thumbs {
    height: 240px;
  }

  .question-answer-wrap {
    margin-top: 26px;
  }

  .sub-question-answer-wrap {
    padding-left: 0;
  }

  .sub-qa-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-left: 0;
  }

  .addition-img-wrap {
    height: 200px;
  }

  .blogs.container-full {
    padding-top: 40px;
  }

  .blogs-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blogs-title.heading-01 {
    margin-bottom: 40px;
  }

  .blog-item-body {
    margin-top: 0;
  }

  .licenses.container-full {
    padding-top: 40px;
  }

  .license-body {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .license-body-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 20px;
  }

  .changelog.container-full {
    padding-top: 40px;
  }

  .changelog-body {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .changelog-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .changelog-body-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 30px;
  }

  .not-found {
    padding-left: 20px;
    padding-right: 20px;
  }

  .password-body {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .password-submit {
    margin-top: 30px;
  }

  .hero.container-full {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-head {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .hero-thumbs {
    height: 240px;
  }

  .hero-about.container-full {
    padding-bottom: 60px;
  }

  .hero-content-top {
    justify-content: space-between;
    align-items: center;
  }

  .hero-content-text.heading-04, .text-block.heading-04 {
    text-align: center;
  }

  .hero-content-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .service.container-full {
    padding-bottom: 60px;
  }

  .service-head {
    top: 40px;
  }

  .service-title.heading-02 {
    text-align: center;
  }

  .service-list {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    margin-top: 40px;
  }

  .service-item {
    padding-top: 26px;
    top: 200px;
  }

  .service-item-right.para-normal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .right-items {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .selected-works.container-full {
    padding-bottom: 40px;
  }

  .selected-cotnent-head {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 40px;
    top: 40px;
  }

  .selected-cotnent-head._02 {
    justify-content: center;
    align-items: center;
  }

  .selected-work-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .selected-work-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .work-item-thumbs {
    height: 220px;
  }

  .horizontal-scrolls {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .horizontal-scrolls.container-full {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .service-body-text-4 {
    font-size: 16px;
  }

  .frame-6 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .frame-6._02 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .track-3._02 {
    width: 100%;
  }

  .services-item-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 320px;
  }

  .feature-pricing.container-full {
    padding-bottom: 40px;
  }

  .related-blog {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .related-blog.container-full {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .related-blog-head {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    top: 40px;
  }

  .home-hero-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    line-height: 18px;
  }

  .hero-02.container-full {
    height: 60vh;
  }

  .home-hero-title.heading-04 {
    line-height: 33px;
  }

  .home-hero-title.heading-04.border-white-bottom {
    line-height: 32px;
  }

  .project-list {
    flex-flow: column;
  }

  .team.container-full {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-head {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .team-title.heading-02 {
    text-align: center;
  }

  .team-list {
    grid-template-columns: 1fr;
  }

  .team-profile {
    height: 340px;
  }

  .team-profile-img {
    object-position: 50% 20%;
  }

  .content-01 {
    padding-bottom: 40px;
  }

  .content-head-01 {
    justify-content: center;
    align-items: center;
  }

  .content-head-01._03 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-bottom: 40px;
  }

  .cotnent-title-01.heading-04, .cotnent-title-01.heading-02 {
    text-align: center;
  }

  .content-thumbs {
    height: 200px;
    margin-top: 30px;
  }

  .content-info-left {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .info-left-item.para-extralarge {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .info-left-item.para-extralarge:hover {
    transform: translate(0);
  }

  .info-right {
    height: 200px;
  }

  .content-bottom-01 {
    flex-flow: column;
  }

  .content-bottom-left-01, .content-bottom-right-01 {
    height: 200px;
  }

  .card-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 10px;
  }

  .card-item._02 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .content-tab-menu {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    margin-bottom: 30px;
  }

  .tab-cotnent-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tab-content-thumb, .tab-content-thumb._02 {
    height: 240px;
  }

  .bnt-wrap {
    display: none;
  }

  .contact-hero-content.text-surface-black {
    padding-bottom: 60px;
  }

  .style-guide-hero-title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-hero.container-full {
    padding-top: 40px;
  }

  .contact-submit-btn {
    margin-top: 0;
  }

  .group-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .right-option-textarea {
    height: 150px;
    min-height: 150px;
    font-size: 20px;
    line-height: 30px;
  }

  .contact.container-full {
    padding-bottom: 40px;
  }

  .contact-btn {
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 20px;
    line-height: 24px;
  }

  .order-header {
    font-size: 1.1rem;
  }

  .accordion-tab-button {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .modal-close-btn {
    right: 7%;
  }

  .buy-template-button.frosted-glass, .all-access-card.frosted-glass {
    border-radius: 10px;
  }
}
@media screen and (max-width: 991px) {
  #w-node-a70ee2b9-6f29-3769-abf9-f140ab14f39f-ab14f38f, #w-node-a70ee2b9-6f29-3769-abf9-f140ab14f3a0-ab14f38f, #w-node-a70ee2b9-6f29-3769-abf9-f140ab14f3b2-ab14f38f, #w-node-a70ee2b9-6f29-3769-abf9-f140ab14f3be-ab14f38f {
    order: -9999;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_30b9feca-8610-c2b3-58bd-9f2307349d9d-0526e4c8, #w-node-_2f3202b1-912e-77cd-236e-808babf7f2d1-ea68eb43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* ======================================================================
   4. Components (hand-written)
   ====================================================================== */
/* ==========================================================================
   Zelda — hand-written component layer (vanilla replacements for webflow.js / IX2)
   Only behavior the runtime used to provide lives here; all visual design comes
   from the Zelda design CSS above. 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(48px); will-change: opacity, transform; }
html:not(.js) .reveal { opacity: 1; transform: none; }
.reveal.is-visible {
  opacity: 1; transform: none;
  transition: opacity .7s cubic-bezier(.22,.61,.36,1),
              transform .7s cubic-bezier(.22,.61,.36,1);
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-visible { opacity: 1 !important; transform: none !important; transition: none; }
}

/* --- blur-in headings (IX2 start-state was inline filter:blur) ----------- */
.reveal-blur { filter: blur(5px); }
.reveal-blur.is-visible { filter: blur(0); transition: filter .8s cubic-bezier(.22,.61,.36,1); }
html:not(.js) .reveal-blur { filter: none; }
@media (prefers-reduced-motion: reduce) { .reveal-blur { filter: none !important; } }

/* --- awards accordion (About) -------------------------------------------
   Scoped to the ._02 variant so the index FAQ (which reuses .faq-body-3 /
   .faq-answers inside a dropdown) is untouched. JS animates to scrollHeight. */
.faq-answers._02 { height: 0; overflow: hidden; transition: height .5s cubic-bezier(.22,.61,.36,1); }
.faq-question-left-3._02 { cursor: pointer; }
.faq-answers._02 .card-item { opacity: 0; transform: translateY(24px); transition: opacity .5s ease, transform .5s ease; }
.faq-body-3.is-open .faq-answers._02 .card-item { opacity: 1; transform: none; }

/* --- team member hover gallery (About) ----------------------------------
   .project-img-wrap is a fixed 482px window; the list of stacked images slides
   vertically so the hovered name's photo is shown. */
.project-img-list { display: flex; flex-direction: column; height: 100%; will-change: transform;
  transition: transform .6s cubic-bezier(.65,.05,.36,1); }
.project-img-list .project-img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; }
.project-item { cursor: pointer; }
.project-item.is-active { color: #fff; }

/* --- shop index row hover preview ---------------------------------------
   .project-card-img is absolutely centred over the row; collapsed until hover. */
.project-card-img { height: 0; transition: height .45s cubic-bezier(.22,.61,.36,1); }
.project-card:hover .project-card-img { height: 240px; }

/* --- mobile nav (small breakpoint) --------------------------------------- */
.menu-button { cursor: pointer; display: none; }   /* hamburger: hidden on desktop */
@media screen and (max-width: 767px) {
  .menu-button { display: flex; }
}
@media screen and (max-width: 767px) {
  .nav-menu-wrapper {
    position: fixed; inset: 0; z-index: 100;
    display: flex; flex-direction: column;
    transform: translateY(-100%); transition: transform .4s ease;
    pointer-events: none;
  }
  .nav-menu-wrapper.is-open { transform: translateY(0); pointer-events: auto; }
  body.nav-open { overflow: hidden; }
}

/* --- nav 'dropmenu-link' (gallery/index) is a hidden placeholder in the
       original design (.dropmenu-link.normal-100{display:none}); keep it hidden. */
.dropmenu-link { display: none; }

/* --- FAQ / dropdown accordion -------------------------------------------- */
.faqs-qa-copy-2 .dropdown-list { display: none; }
.faqs-qa-copy-2.is-open .dropdown-list { display: block; }
.dropdown-toggle { cursor: pointer; }
.faq-plus  { display: block; }
.faq-minus { display: none; }
.faqs-qa-copy-2.is-open .faq-plus  { display: none; }
.faqs-qa-copy-2.is-open .faq-minus { display: block; }

/* --- generic dropdown (nav / category) — hover + click ------------------- */
.w-dropdown, .dropdown { position: relative; }

/* --- tabs (about page) --------------------------------------------------- */
.tab-pane { display: none; }
.tab-pane.is-active { display: block; }
.tab-link { cursor: pointer; }

/* --- testimonial / logo marquees (IX2 infinite move) --------------------- */
.marquee-track { display: flex; flex-wrap: nowrap; width: max-content; will-change: transform; }
.marquee-anim  { animation: marquee-x var(--marquee-dur, 40s) linear infinite; }
.marquee:hover .marquee-anim { animation-play-state: paused; }
@keyframes marquee-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-anim { animation: none; } }

/* Testimonials: the original is a tall scroll-pinned horizontal scroll
   (.track-3{height:150vw} + sticky .camera-2). Drop the pin/runway so it's a
   normal-height auto-scrolling marquee row instead. */
.horizontal-scrolls .horizontal-scroll-content { position: static; top: auto; }
/* the testimonials heading was sticky (pinned behind the scrolling cards) — unpin
   it here only (other sections keep their intentional sticky heading). */
.horizontal-scrolls .selected-cotnent-head { position: static; top: auto; }
.horizontal-scrolls .team-service-wrapper { display: block; }
.horizontal-scrolls .track-3 { width: 100%; height: auto; overflow: hidden; }
.horizontal-scrolls .camera-2,
.horizontal-scrolls .camera-2._03 {
  position: static; height: auto; top: auto; overflow: visible; column-gap: 30px;
}
.horizontal-scrolls .frame-6 { height: auto; }
.horizontal-scrolls .services-item-5 { height: 520px; }
/* (Discover/Define/Design/Deliver text-sticky section is intentional — left as the
   original CSS-only sticky word reveal; no overrides.) */

/* --- overview hover gallery -----------------------------------------------
   The design already sizes/positions .overview-img-wrap as a small 150x150 box
   (absolute, top-right of the hero-about) with the images filling it. Do NOT
   override its layout — only fade between the stacked images on hover. */
.overview-img-wrap img { opacity: 0; transition: opacity .3s ease; }
.overview-img-wrap img.is-active { opacity: 1; }

/* --- blog card date roll (grey default -> white on hover) -----------------
   The design stacks two identical .blog-item-date blocks (grey + white) for a
   hover roll; Webflow hid the second at runtime, so the static export showed
   both side-by-side. Overlay + clip them so only one shows at rest. */
.blog-item-top.para-normal { position: relative; display: inline-flex; overflow: hidden; }
.blog-item-date { transition: transform .45s cubic-bezier(.65,.05,.36,1); }
.blog-item-date.colors-white---text { position: absolute; left: 0; top: 0; transform: translateY(115%); }
.blogs-item:hover .blog-item-date:not(.colors-white---text) { transform: translateY(-115%); }
.blogs-item:hover .blog-item-date.colors-white---text { transform: translateY(0); }

/* --- text-roll buttons (two stacked labels swap on hover) ---------------- */
.nav-btn-text-inside, .primary-btn-texts, .btn-large-texts,
.button-normal-texts, .footer-btn-normal-texts {
  display: flex; flex-direction: column;
  transition: transform .45s cubic-bezier(.65,.05,.36,1);
}
.nav-btn:hover .nav-btn-text-inside,
.primary-btn:hover .primary-btn-texts,
.btn-large:hover .btn-large-texts,
.button-normal:hover .button-normal-texts,
.footer-btn-normal:hover .footer-btn-normal-texts { transform: translateY(-50%); }

/* --- footer email button --------------------------------------------------
   The label sits in a fixed-height roll window with overflow:hidden, so a long
   address (wide m/x glyphs) overflowed and got clipped at the fixed 80px size.
   Scale the label to the viewport (capped) and express the roll window + icon in
   em so the two stacked copies stay exactly one line apart at every width. */
.footer-btn-normal.heading-01 { font-size: min(72px, 7vw); line-height: 1.08; }
.footer-btn-normal-text-wrap { height: 1.2em; }
.footer-btn-normal-icon { width: .95em; height: .95em; }

/* --- 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: #fff; color: #000;
  font-size: 11px; line-height: 1; font-weight: 600; pointer-events: none;
}
.cart-quantity[hidden] { display: none; }
.cart-modal {
  position: absolute; top: calc(100% + 12px); right: 0; z-index: 200;
  width: min(380px, 90vw);
  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: #0e0e0e; color: #fff; border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 20px; box-shadow: 0 24px 60px rgba(0,0,0,.45);
}
.cart-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.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: #1c1c1c; }
.cart-line-main { flex: 1 1 auto; }
.cart-line-name { font-weight: 600; }
.cart-line-price { opacity: .7; font-size: .9em; }
.cart-line-remove { cursor: pointer; opacity: .6; background: none; border: 0; color: inherit; font-size: 1.1em; }
.cart-line-remove:hover { opacity: 1; }
.cart-subtotal-row { display: flex; justify-content: space-between; margin: 16px 0; font-weight: 600; }
.cart-footer .checkout-button { display: inline-flex; width: 100%; justify-content: center; }
.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(0,0,0,.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) --------------------
   Checked state fills the ring solid white (.radio-button-box.is-checked sets
   border-width:14px on a 28px box); animate the fill instead of snapping. */
.radio-button-box,
.wf-checkbox-input, .wf-radio-input {
  transition: border-width .25s cubic-bezier(.22,.61,.36,1),
              border-color .25s ease, background-color .25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .radio-button-box, .wf-checkbox-input, .wf-radio-input { transition: none; }
}

/* --- focus rings on demo form fields ------------------------------------- */
[data-demo-form] input:focus, [data-demo-form] textarea:focus,
[data-demo-form] select:focus { outline: none; }
