:root {
  --accent: #0b2a59;
  --muted: #777;
  --bg: #fff;
  --border: #eee;
  --nav-height: 64px;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial;
  background: #ffffff;
  color: var(--accent);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}

.header-wrapper {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 16px;
}

.top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: var(--nav-height);
  position: relative;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  max-width: 420px;
}
.search-input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fafafa;
  outline: none;
  font-size: 14px;
}
.search-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  color: var(--muted);
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(50%);
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo .brand {
  font-family: "Georgia", serif;
  font-size: 30px;
  line-height: 1;
}
.logo .tag {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
  letter-spacing: 0.2px;
}

.actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.action-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--muted);
  font-size: 14px;
}
.action-btn svg {
  width: 18px;
  height: 18px;
  opacity: 0.9;
}

.logo img {
  height: 100px !important;
  width: auto !important;
  max-height: none !important;
  max-width: none !important;
  display: block;
}

@media (max-width: 820px) {
  .search-box {
    max-width: 220px;
  }
  .logo {
    position: static;
    transform: none;
    order: 2;
    margin: auto 0;
  }
  .top-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .header {
    padding: 8px;
  }
  .nav-row {
    gap: 12px;
  }
}
@media (max-width: 520px) {
  .search-box {
    display: none;
  }
  .nav-row {
    display: none;
  }
  .actions .label {
    display: none;
  }
  .logo .tag {
    display: none;
  }
}
@media (max-width: 768px) {
  .logo img {
    height: 55px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"],
[class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "î˜€";
}

.w-icon-slider-left:before {
  content: "î˜";
}

.w-icon-nav-menu:before {
  content: "î˜‚";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "î˜ƒ";
}

.w-icon-file-upload-remove:before {
  content: "î¤€";
}

.w-icon-file-upload-icon:before {
  content: "î¤ƒ";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-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.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main,
  .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.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: 0.8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  .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 {
    opacity: 0.5;
    display: block;
  }

  .w-lightbox-close {
    opacity: 0.8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@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;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

@font-face {
  font-family: Generalsans;
  src: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67f65ac7d0bb5411794e1f96_GeneralSans-Extralight.otf")
    format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67f65ac787688c57df3a033e_GeneralSans-Light.otf")
    format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67f65ac819efbcda9ac1700c_GeneralSans-Semibold.otf")
    format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67f65ac89ebeb3c1fb89b70c_GeneralSans-Regular.otf")
    format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67f65ac772cc1ecf3dd5de46_GeneralSans-Bold.otf")
    format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67f65ac78316cb96d48b7a75_GeneralSans-Medium.otf")
    format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: #333;
  --title: black;
  --highlight: #faece6;
  --desktop: 150px;
  --tablet: 100px;
  --landscape-mobile: 80px;
  --portrait-mobile: 80px;
  --primary: #ebf5e9;
  --background: #f8f3ee;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-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;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-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;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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;
}

.w-commerce-commercequickcheckoutgoogleicon,
.w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  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;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-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;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-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;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem,
.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem,
.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous,
.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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;
  }
}

body {
  color: var(--body);
  background-color: #fffdf8;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  font-size: 74px;
  font-weight: 600;
  line-height: 130%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 150%;
}

h3 {
  color: var(--title);
  /* text-transform: uppercase; */
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
}

h4 {
  color: var(--title);
  /* text-transform: uppercase; */
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

h5 {
  color: var(--title);
  /* text-transform: uppercase; */
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  /* text-transform: uppercase; */
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
}

ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 40px;
}

li {
  margin-bottom: 15px;
}

blockquote {
  background-color: var(--highlight);
  color: var(--title);
  text-align: center;
  border-left: 0 solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 170%;
}

.header {
  z-index: 999;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.text-heading {
  color: var(--title);
  margin-top: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}
.page-data {
  margin-bottom: var(--desktop);
}

.body-font {
  color: var(--title);
  margin-top: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 120%;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 120px 120px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.color-main {
  background-color: var(--primary);
  border: 1px solid #0000001a;
  width: 120px;
  height: 120px;
}

.color-main.body {
  color: var(--body);
  background-color: #333;
}

.color-main.title {
  color: var(--title);
  background-color: #000;
}

.color-main.background {
  background-color: var(--background);
}

.color-main.highlight {
  background-color: var(--highlight);
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.button-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.font-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.body-large {
  font-size: 18px;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 120px 120px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.sg-section,
.sg-titles,
.sg-fonts {
  margin-bottom: 150px;
}

.page-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 126px;
  padding-bottom: 60px;
  display: flex;
}

.page-title:hover {
  text-decoration: none;
}

.primary-button {
  grid-column-gap: 10px;
  color: #fff;
  /* text-transform: uppercase; */
  background-color: #0b2a59;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.primary-button.hover {
  border-width: 1px;
  border-radius: 0;
  margin-bottom: 0;
  transition: border-color 0.25s, color 0.25s, background-color 0.25s;
}

.primary-button.hover:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button-arrow-block {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow.hover {
  position: absolute;
  top: -100%;
}

.button-text-wrap {
  grid-column-gap: 5px;
  display: flex;
}

.text-wrapper {
  position: relative;
  overflow: hidden;
}

.button-text.hover,
.button-text-bottom.hover {
  position: absolute;
  top: -100%;
}

.secondary-button {
  grid-column-gap: 10px;
  color: #000;
  /* text-transform: uppercase; */
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}
.footer {
  background: #0b2a59;
  color: #ccc;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-logo {
  width: 240px;
  height: 240px;
  /* border-radius: 50%;      */
  /* border-radius: 50%; */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  /* border: 3px solid #ccc;  */
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-col .ft-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}

.ft-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.ft-menu li {
  margin: 6px 0;
}

.ft-menu a {
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s;
}

.ft-menu a:hover {
  color: #fff;
}

.brand-select {
  width: 80%;
  padding: 8px 12px;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;
  background: #f6f5f5;
  color: #272424;
  cursor: pointer;
}

.brand-select option {
  color: #201c1c;
  background: #fff;
}

.social-icons-footer {
  display: flex;
  gap: 14px;
  margin-top: 12px;
}

.social-icons-footer a {
  color: #ccc;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.social-icons-footer a:hover {
  opacity: 0.7;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
}

.footer-bottom a {
  color: #ccc;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-col {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

.footer-col .ft-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
}

.footer-col .ft-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin-top: 6px;
}

.footer-col p {
  margin: 6px 0;
  font-weight: 300;
  opacity: 0.9;
}

.footer-col strong {
  font-weight: 500;
  color: #fff;
}

.social-icons-footer {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icons-footer a {
  color: #ccc;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icons-footer a:hover {
  color: #ccc;
}

/* .footer {
  color: #999;
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 150%;
  transition: color 0.25s;
} */

.navbar {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  max-width: 432px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 5% 0% auto;
}

.top-line,
.bottom-line {
  background-color: #000;
  width: 15px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.center-line {
  background-color: #000;
  width: 20px;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.nav-right {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  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 {
  background-color: var(--background);
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  padding: 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cart-button {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}

.cart-quantity {
  background-color: var(--primary);
  color: #000;
  position: absolute;
  inset: -6px -6px auto auto;
}

.nav-link {
  color: var(--title);
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: padding 0.25s;
}

.nav-link:hover {
  padding-left: 40px;
}

.nav-link.w--current {
  font-weight: 700;
}

.nav-link.top {
  padding-top: 30px;
}

.nav-bottom {
  color: var(--title);
  text-align: left;
  padding: 104px 30px 30px;
  font-size: 14px;
  line-height: 150%;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  margin-bottom: 0;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title,
.changelog-text {
  margin-bottom: 0;
}

.info-inner {
  padding-bottom: 30px;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.single-text {
  margin-bottom: 0;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.licensing-title {
  margin-bottom: 0;
}

.disclaimer {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 60px;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.license-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.main-title {
  margin-bottom: 0;
}

.licensing-link {
  color: var(--title);
  font-weight: 400;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 462px;
}

.cs-title {
  color: var(--title);
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.policy-block {
  padding-top: 60px;
}

.policy-block.first {
  padding-top: 0;
}

.policy-text {
  margin-bottom: 30px;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67f76b885635e8606195865e_ic-check.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.menu-overly {
  z-index: 11;
  background-color: #00000026;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-button {
  cursor: pointer;
  padding: 15px;
}

.menu-open {
  z-index: 111;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 432px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: absolute;
  inset: 110% 0% auto;
  overflow: hidden;
}

.error-data {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 660px;
  display: flex;
}

.error-info {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.password-wrap {
  margin-top: 50px;
  margin-bottom: 25px;
}

.password-input {
  background-color: var(--background);
  color: var(--body);
  border: 1px solid #0000;
  border-bottom-color: #0000001a;
  margin-bottom: 0;
  padding: 0 0 16px;
  font-size: 14px;
  line-height: 150%;
}

.password-input:focus {
  border: 1px solid #0000;
  border-bottom-color: #000;
}

.password-input::placeholder {
  color: var(--body);
}

.form-button {
  color: #fff;
  /* text-transform: uppercase; */
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67f666c0df174b3efd04d254_arrow-white.svg");
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  padding: 16px 16px 16px 36px;
  font-size: 14px;
  line-height: 120%;
  transition: color 0.3s, background-color 0.25s;
}

.form-button:hover {
  color: #000;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67f666c38d6802491181dd2a_arrow-black.svg");
  border: 1px solid #000;
}

.password-info {
  width: 100%;
  max-width: 68%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 150%;
}

.stores {
  margin-bottom: var(--desktop);
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.store-block {
  grid-column-gap: 50px;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  display: flex;
  position: relative;
}

.store-block.top {
  padding-top: 0;
}

.store-right {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.store-link {
  text-decoration: none;
  transition: color 0.2s;
}

.store-link:hover {
  color: #000;
  text-decoration: underline;
}

.store-img {
  background-color: var(--background);
  opacity: 0;
  width: 100%;
  max-width: 250px;
  position: absolute;
  left: 25%;
}

.store-image {
  object-fit: cover;
  width: 100%;
  min-height: 290px;
  max-height: 290px;
}

.feature {
  margin-bottom: var(--desktop);
  background-color: var(--background);
  padding-top: 40px;
  padding-bottom: 40px;
}

.feature-wrapper {
  grid-column-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

.feature-block {
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-heading {
  margin-bottom: 2px;
}

.feature-icon {
  width: 60px;
  height: 60px;
}

.faq {
  margin-bottom: var(--desktop);
}

.section-title {
  text-align: left;
  margin-bottom: 30px;
  overflow: hidden;
}

.section-heading {
  margin-bottom: 0;
}

.faq-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-wrap {
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #000;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.faq-que {
  color: var(--title);
  /* text-transform: uppercase; */
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
}

.faq-contact {
  grid-row-gap: 30px;
  text-align: center;
  /* text-transform: uppercase; */
  background-color: #faece6;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.contact-form {
  margin-right: auto;
  margin-bottom: var(--desktop);
  background-color: var(--background);
  margin-left: auto;
  padding-bottom: 60px;
}

.form-block {
  width: 100%;
  max-width: 865px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.input-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.input {
  color: #000;
  border: 1px solid #000;
  height: auto;
  margin-bottom: 0;
  padding: 14px 20px;
}

.input:focus {
  border-color: #000;
}

.input::placeholder {
  color: var(--body);
}

.form-lable {
  margin-bottom: 20px;
}

.message-wrapper {
  margin-top: 60px;
  margin-bottom: 40px;
}

.form-bottom {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.message {
  color: #000;
  border: 1px solid #000;
  min-height: 200px;
  margin-bottom: 0;
  padding: 15px 20px 0;
}

.message:focus {
  border-color: #000;
}

.message::placeholder {
  color: var(--body);
}

.success-message {
  background-color: var(--primary);
  color: #000;
  border: 1px solid #000;
}

.error-message {
  color: #000;
  text-align: center;
}

.password-button {
  color: #fff;
  /* text-transform: uppercase; */
  background-color: #000;
  border: 1px solid #000;
  padding: 12px 16px 12px 36px;
  font-size: 14px;
  line-height: 120%;
  transition: color 0.2s, background-color 0.2s;
}

.password-button:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.contact-pg-title {
  background-color: var(--background);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 126px;
  padding-bottom: 60px;
  display: flex;
}

.contact-pg-title:hover {
  text-decoration: none;
}

.contact {
  margin-bottom: var(--desktop);
}

.contact-wrap {
  grid-column-gap: 40px;
  display: flex;
}

.contact-img {
  width: 100%;
  max-width: 50%;
  min-height: 680px;
  max-height: 680px;
  position: relative;
  overflow: hidden;
}

.contact-right {
  background-color: #fff;
  border: 1px solid #000;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.contact-top {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.contact-heading {
  margin-bottom: 0;
}

.contact-details {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-data {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.contact-link {
  text-decoration: none;
  transition: color 0.2s, padding 0.2s;
}

.contact-link:hover {
  color: var(--title);
  padding-left: 5px;
}

.contact-icon {
  width: 20px;
  height: 20px;
}

.social-info {
  grid-column-gap: 25px;
  color: var(--title);
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.icon-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon {
  background-color: var(--background);
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: border-color 0.2s, background-color 0.2s;
  display: flex;
}

.social-icon:hover {
  background-color: var(--highlight);
  border-color: #1f12121a;
}

.reviews {
  margin-bottom: var(--desktop);
}

.pagination {
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

.empty-state {
  background-color: var(--primary);
  color: var(--title);
  text-align: center;
}

.review-block {
  border: 1px solid #0000;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.review-img {
  background-color: var(--background);
  position: relative;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 558px;
  max-height: 558px;
}

.review-data {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.review-logo {
  filter: grayscale();
  width: 100%;
  max-width: 138px;
}

.review-info-01 {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.fact-info {
  font-size: 44px;
  font-weight: 500;
  line-height: 110%;
}

.review-bottom {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
}

.review-top {
  font-size: 18px;
}

.client-name {
  color: var(--title);
}

.faq-title {
  grid-row-gap: 10px;
  background-color: var(--background);
  text-align: center;
  border: 1px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 28px 34px;
  text-decoration: none;
  display: flex;
}

.faq-title.w--current {
  background-color: var(--background);
  border: 1px solid #000;
}

.faq-heading {
  margin-bottom: 0;
}

.faq-data {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.faq-block {
  z-index: 1;
  border: 1px solid #000;
  width: 100%;
  padding: 18px 20px;
}

.que {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.que-wrap {
  grid-column-gap: 30px;
  color: var(--title);
  /* text-transform: uppercase; */
  white-space: normal;
  word-break: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.horizontal-line {
  background-color: #000;
  width: 13px;
  height: 1px;
}

.vertical-line {
  background-color: #000;
  width: 1px;
  height: 13px;
  position: absolute;
}

.ans-wrap {
  background-color: #0000;
  padding-right: 100px;
  display: block;
  position: static;
  overflow: hidden;
}

.ans {
  margin-bottom: 0;
}

.ans-block {
  padding-top: 12px;
}

.faq-image {
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
}

.blogs {
  margin-bottom: var(--desktop);
}

.post-list {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-block {
  grid-column-gap: 50px;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.post-img {
  width: 100%;
  max-width: 28%;
  overflow: hidden;
}

.post-heading {
  margin-bottom: 0;
  font-size: 24px;
}

.post-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 32%;
  display: flex;
}

.post-right {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 40%;
  font-size: 18px;
  display: flex;
}

.post-data {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-line {
  background-color: #0000001a;
  width: 10px;
  height: 1px;
}

.post-line.black {
  background-color: #0009;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 234px;
  max-height: 234px;
}

.post {
  margin-top: 40px;
  margin-bottom: var(--desktop);
}

.post-details {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-main {
  overflow: hidden;
}

.post-inner {
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.utility-link {
  color: #999;
  text-decoration: none;
  transition: color 0.25s;
}

.utility-link:hover {
  color: #fff;
}

.products {
  margin-bottom: var(--desktop);
}

.product-inner {
  grid-column-gap: 28px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.products-list {
  grid-column-gap: 28px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  gap: 25px;
}

.product-left {
  flex-flow: column;
  width: 100%;
  max-width: 26%;
  display: flex;
  position: sticky;
  top: 15%;
}

.product-right {
  width: 100%;
  max-width: 74%;
}

.product-block {
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}
.product-item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  /* min-height: 350px; */
}

.product-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.product-img {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.product-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.product-item:hover .product-img img {
  transform: scale(1.05);
}

.product-image {
  object-fit: cover;
  width: 80%;
  min-height: 100px;
  max-height: 100px;
}
.product-divider {
  border: none;
  border-top: 1px solid #ccc;
  width: 80%;
}

.product-name {
  margin-bottom: 12px;
}

.product-main {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.categories-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-top {
  display: none;
}

.product-heading {
  color: #000;
  /* text-transform: uppercase; */
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.product-heading.top {
  padding-top: 0;
}

/* .product-item {
  display: flex;
} */

.product-list {
  grid-column-gap: 28px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-wrapper {
  grid-column-gap: 60px;
  margin-top: 20px;
  display: flex;
}

.product-main-right {
  grid-row-gap: 60px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  margin-top: 118px;
  display: flex;
  position: sticky;
  top: 15%;
}

.product-data {
  margin-bottom: 20px;
}

.products-title {
  margin-bottom: 25px;
}

.cart-data {
  grid-row-gap: 40px;
  background-color: var(--background);
  flex-flow: column;
  width: 100%;
  max-width: 450px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.out-of-stock-state {
  background-color: var(--highlight);
}

.quantity {
  text-align: right;
  border-color: #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  padding: 16px;
  font-size: 14px;
  line-height: 120%;
}

.quantity:focus {
  border-color: #000;
}

.default-state {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.add-to-cart-button {
  text-align: justify;
  /* text-transform: uppercase; */
  background-color: #000;
  border: 1px solid #000;
  padding: 15px 16px;
  font-size: 14px;
  line-height: 120%;
  transition: background-color 0.3s, color 0.3s;
}

.add-to-cart-button:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.cart-bottom {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.stock-text {
  color: var(--title);
}

.product-price {
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
}

.product-text {
  color: var(--title);
  /* text-transform: uppercase; */
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 500;
  line-height: 150%;
}

.category-item {
  display: flex;
}

.product-faq {
  width: 100%;
}

.product-que {
  grid-column-gap: 20px;
  color: var(--title);
  /* text-transform: uppercase; */
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.product-ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.product-faq-inner {
  grid-column-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.product-main-data {
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.product-info {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-faq-wrapper {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.product-ans-wrap {
  grid-row-gap: 8px;
  flex-flow: column;
  padding-top: 20px;
  padding-right: 118px;
  display: flex;
}

.product-main-text {
  color: #000;
  font-weight: 500;
}

.product-main-left {
  width: 100%;
  max-width: 50%;
}

.multi-image-list {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-image {
  object-fit: cover;
  width: 100%;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}

.multi-image-item {
  display: flex;
}

.price-text {
  color: #fff;
  position: absolute;
  inset: auto 16px 10% auto;
}

.quantity-text {
  font-size: 14px;
  line-height: 150%;
  position: absolute;
  inset: 16px auto auto 16px;
}

.plus-icon {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 38px;
  max-width: 38px;
  min-height: 38px;
  max-height: 38px;
  display: none;
}

.review-hr-line {
  background-color: #000;
  width: 15px;
  height: 1px;
  position: absolute;
}

.review-vr-line {
  background-color: #000;
  width: 1px;
  height: 15px;
}

.product-main-info {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.categories {
  margin-bottom: var(--desktop);
}

.category-lists {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #0000001a;
  border: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.categories h2 {
  display: flex;
  align-items: start;
}
.categories-block {
  grid-row-gap: 40px;
  text-align: center;
  background-color: #fffdf8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 40px 66px;
  text-decoration: none;
  display: flex;
}

.categories-img {
  width: 100%;
  overflow: hidden;
}

.categories-image {
  object-fit: cover;
  width: 100%;
  min-height: 420px;
  max-height: 420px;
}

.categories-heading {
  margin-bottom: 4px;
}

.categories-text {
  font-size: 18px;
}

.categories-button {
  grid-column-gap: 10px;
  color: #fff;
  /* text-transform: uppercase; */
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 73%;
}

.categories-bottom {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.cta {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cta.home {
  margin-bottom: var(--desktop);
}

.cta-top {
  grid-row-gap: 15px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 40px;
  line-height: 100%;
  display: flex;
}

.cta-bottom {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cta-data {
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 590px;
  display: flex;
  overflow: hidden;
}

.cta-heading {
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
}

.cta-form {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-input {
  color: var(--body);
  border: 1px solid #000;
  height: auto;
  margin-bottom: 0;
  padding: 18px 16px;
  font-size: 14px;
  line-height: 120%;
}

.cta-input:focus {
  border-color: #000;
}

.cta-input::placeholder {
  color: var(--body);
}

.cta-button {
  color: #fff;
  /* text-transform: uppercase; */
  background-color: #0b2a59;
  background-image: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67f666c0df174b3efd04d254_arrow-white.svg");
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 19px 32px 19px 56px;
  font-size: 14px;
  line-height: 120%;
  transition: color 0.3s, background-color 0.25s;
}

.about {
  margin-bottom: var(--desktop);
}

.about-wrapper {
  grid-column-gap: 50px;
  display: flex;
}

.about-left {
  color: var(--background);
  width: 100%;
  max-width: 26%;
  min-height: 520px;
  max-height: 520px;
  position: relative;
  overflow: hidden;
}

.about-right {
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 74%;
  display: flex;
}

.about-top {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-img {
  background-color: var(--background);
  width: 100%;
  max-width: 38%;
  min-height: 320px;
  max-height: 320px;
  position: relative;
  overflow: hidden;
}

.about-info {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 62%;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.about-heading {
  margin-bottom: 0;
  font-size: 48px;
}

.fact-wrap {
  grid-column-gap: 45px;
  display: flex;
}

.fact-block {
  grid-row-gap: 10px;
  text-align: center;
  border-right: 1px solid #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 45px;
  font-size: 18px;
  display: flex;
}

.fact-block.last {
  border-right-width: 0;
  padding-right: 0;
}

.fact-text {
  color: var(--title);
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}
.side-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.side-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  flex: 1;
}

.branding {
  margin-bottom: var(--desktop);
  background-color: var(--background);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* .branding-wrapper {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.branding-block {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20%;
  min-height: 150px;
  display: flex;
}

.branding-logo {
  filter: grayscale();
  width: 100%;
  max-width: 180px;
} */
.branding-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.branding-block {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  background: #fff;
}

.branding-logo {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.logo-spinneys {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.3);
}

.branding-inner {
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.branding-top {
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.branding-heading {
  text-align: center;
  margin-bottom: 0;
}

.branding-data {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.branding-bottom {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.branding-info {
  color: var(--title);
  font-size: 28px;
  font-style: italic;
  line-height: 150%;
}

.branding-text {
  color: var(--title);
}

.team {
  margin-bottom: var(--desktop);
}

.team-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-img {
  background-color: var(--background);
  width: 100%;
  overflow: hidden;
}

.team-block {
  width: 100%;
}

.team-name {
  margin-bottom: 2px;
}

.team-bottom {
  background-color: var(--highlight);
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.team-text {
  font-size: 18px;
}

.team-social {
  grid-column-gap: 15px;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-block {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 42px;
  max-width: 42px;
  min-height: 42px;
  max-height: 42px;
  transition: border 0.25s;
  display: flex;
}

.social-block:hover {
  border: 1px solid #000;
}

/* .social-icons {
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
} */
.social-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: 20px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #333;
  transition: all 0.3s ease;
}

/* .social-icons a:hover {
  background: #0b2a59;
  color: #fff;
} */

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 460px;
  max-height: 460px;
}

.vision {
  margin-bottom: var(--desktop);
}

.vision-inner {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vision-top {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.vision-right {
  background-color: var(--background);
  width: 100%;
  max-width: 38%;
  min-height: 620px;
  max-height: 620px;
  position: relative;
  overflow: hidden;
}

.vision-heading {
  overflow: hidden;
}

.vision-data {
  grid-column-gap: 30px;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.vision-data.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.vision-data.top {
  padding-top: 0;
}

.vision-info {
  width: 100%;
  max-width: 543px;
  margin-bottom: 0;
}

.vision-wrapper {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 62%;
  display: flex;
}

.vision-title {
  margin-bottom: 0;
}

.marquee {
  background-color: var(--highlight);
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.marquee-block {
  grid-column-gap: 40px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-inner {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-icon {
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
}

.blog-list {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-block {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-img {
  background-color: var(--background);
  width: 100%;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  min-height: 450px;
  max-height: 450px;
}

.blog-bottom {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.blog-icon {
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
}

.blog-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.scoll-text {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  /* text-transform: uppercase; */
  font-size: 80px;
  font-weight: 600;
  line-height: 130%;
}

.background-linear {
  background-image: linear-gradient(#fff0, #0000004d);
  position: absolute;
  inset: 0%;
}

.page-wrapper {
  margin-bottom: var(--desktop);
}

.category-list {
  grid-column-gap: 1px;
  background-color: #0000001a;
  border: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categories-box {
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fffdf8;
  flex-flow: column;
  padding-bottom: 75px;
  text-decoration: none;
  display: flex;
}

.category-image {
  object-fit: cover;
  width: 100%;
  min-height: 265px;
  max-height: 265px;
}

.category-title {
  margin-bottom: 4px;
  font-size: 24px;
}

.tp-inner {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tp-left {
  flex: 1;
  min-height: 500px;
  max-height: 800px;
  position: sticky;
  top: 24%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  text-align: left;
  margin-top: -40px;
}

.tp-left h2.section-heading {
  margin: 30px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #0b2a59;
  z-index: 2;
}

.tp-left img {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.tp-list {
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tp-list-wrapper {
  width: 100%;
  max-width: 30%;
}

/* .tp-img {
  background-color: var(--background);
} */

.tp-bottom {
  grid-column-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.tp-heading {
  margin-bottom: 0;
}

.tp-block {
  width: 180px;
  margin: 0 auto;
  text-decoration: none;
}

.tp-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 460px;
  max-height: 150px;
  transform: scale(0.85);
}

.top-product {
  margin-bottom: var(--desktop);
}

.tp-item {
  display: flex;
}

.tp-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  width: 260px;
  margin: 20px auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tp-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.tp-img {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.tp-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.tp-item hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0;
}

.tp-bottom {
  padding: 14px 10px;
  text-align: center;
}

.tp-heading {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tp-ptice {
  color: #999;
  text-decoration: line-through;
}

.story {
  margin-bottom: var(--desktop);
  background-color: var(--highlight);
  padding-top: 60px;
  padding-bottom: 60px;
}

.story-title {
  margin-bottom: 0;
}

.story-inner {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.story-right {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.story-left {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.story-main-img {
  background-color: var(--background);
  width: 100%;
  max-width: 54%;
  min-height: 550px;
  max-height: 550px;
  position: relative;
  overflow: hidden;
}

.story-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 46%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.story-top {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.story-img {
  width: 100%;
  min-height: 262px;
  max-height: 262px;
  position: relative;
  overflow: hidden;
}

.features,
.latest-products {
  margin-bottom: var(--desktop);
}

.inspire-post {
  background-color: #edf5f4;
  padding-top: 40px;
}

.ip-heading {
  margin-bottom: 8px;
  font-size: 38px;
}

.ip-title {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.ip-block {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.ip-image {
  object-fit: cover;
  width: 100%;
  min-height: 240px;
}

.ip-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-heading {
  text-align: center;
  width: 100%;
  max-width: 58%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.features-wrapper {
  grid-column-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.features-left {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 32%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.features-top {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.features-right {
  width: 100%;
  max-width: 68%;
  position: relative;
}

.features-img {
  width: 100%;
  max-width: 54%;
  min-height: 490px;
  max-height: 490px;
  position: relative;
  overflow: hidden;
}

.feature-first {
  text-align: right;
  border-bottom: 1px dashed #000;
  width: 100%;
  max-width: 42%;
  position: absolute;
  inset: 27% 14% auto auto;
}

.feature-center {
  text-align: right;
  border-bottom: 1px dashed #000;
  width: 100%;
  max-width: 54%;
  position: absolute;
  inset: 50% 1% auto auto;
}

.feature-last {
  text-align: right;
  border-bottom: 1px dashed #000;
  width: 100%;
  max-width: 46%;
  position: absolute;
  inset: 68% 9% auto auto;
}

.ft-title {
  margin-bottom: 10px;
}

.about-hero {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.about-inner {
  grid-row-gap: 60px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 126px;
  padding-bottom: 4px;
  display: flex;
}

.about-title {
  margin-bottom: 15px;
  overflow: hidden;
}

.about-data {
  width: 100%;
  max-width: 52%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.about-main-img {
  width: 100%;
  max-width: 40%;
  position: relative;
  overflow: hidden;
}

.about-main-img.first {
  transform: rotate(-15deg) translate(25%, 14%);
}

.about-main-img.center {
  z-index: 1;
}

.about-main-img.last {
  transform: rotate(15deg) translate(-25%, 14%);
}

.about-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1139px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-text {
  color: #000;
  /* text-transform: uppercase; */
  transform: none;
}

.about-data-wrap {
  width: 100%;
  max-width: 852px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.about-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 560px;
  max-height: 560px;
}

.hero-section {
  margin-bottom: var(--desktop);
  background-color: var(--background);
  padding-bottom: 30px;
}

.hero-inner {
  grid-row-gap: 50px;
  flex-flow: column;
  padding-top: 120px;
  display: flex;
}

.hero-heading {
  text-align: center;
  margin-bottom: 0;
}

.hero-data {
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-bottom {
  grid-column-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-left {
  background-color: var(--background);
  width: 100%;
  max-width: 34%;
  min-height: 476px;
  max-height: 476px;
  position: relative;
  overflow: hidden;
}

.hero-right {
  grid-column-gap: 24px;
  width: 100%;
  max-width: 66%;
  display: flex;
}

.hero-main-img {
  background-color: var(--highlight);
  width: 100%;
  max-width: 52%;
  overflow: hidden;
}

.hero-info {
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 48%;
  display: flex;
}

.hero-img {
  width: 100%;
  min-height: 384px;
  max-height: 384px;
  position: relative;
  overflow: hidden;
}

.hero-customers {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.customers-info {
  margin-bottom: 0;
}

.customers-wrap {
  margin-left: 7px;
  display: flex;
}

.customers-img {
  border-radius: 50%;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-left: -7px;
  overflow: hidden;
}

.hero-top {
  overflow: hidden;
}

.customers-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-main-img {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.cart-title {
  margin-top: 5px;
  margin-bottom: 5px;
}

.order-confirmation {
  background-color: #0000;
  padding: 0;
}

.order-item {
  grid-column-gap: 16px;
}

.order-data {
  margin-left: 0;
  margin-right: 0;
}

.default-input {
  background-color: #0000;
  border-color: #0000001a;
  border-radius: 0;
  font-size: 14px;
  line-height: 150%;
}

.default-input:focus,
.default-input.-wfp-focus {
  border-color: #00000080;
}

.search {
  grid-column-gap: 20px;
  margin-bottom: 40px;
  display: flex;
}

.search-main-input {
  color: var(--title);
  background-color: #0000;
  border: 1px solid #0000001a;
  height: auto;
  margin-bottom: 0;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 150%;
}

.search-main-input:focus {
  border-color: #00000080;
}

.search-main-input::placeholder {
  color: #707070;
}

.search-result-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.label {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.field-label {
  color: var(--title);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.on-scroll-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.category-bottom {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.category-img {
  width: 100%;
  padding: 40px;
  overflow: hidden;
}

.newsletter {
  z-index: 999;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

.newsletter-inner {
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: absolute;
  inset: 50% 0% auto 50%;
  transform: translate(-50%, -50%);
}

.newsletter-left {
  background-color: var(--background);
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.newsletter-right {
  grid-row-gap: 26px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  padding: 25px 25px 90px 40px;
  display: flex;
}

.ns-image {
  object-fit: cover;
  width: 100%;
  min-height: 580px;
}

.close-button {
  cursor: pointer;
  align-self: flex-end;
}

.ns-heading {
  margin-bottom: 15px;
  font-size: 48px;
}

.newsletter-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.newsletter-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.nsl-input {
  color: var(--body);
  border: 1px solid #0000001a;
  height: auto;
  margin-bottom: 0;
  padding: 18px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.nsl-input:focus {
  border: 1px solid #000;
}

.newsletter-form {
  width: 100%;
  margin-bottom: 30px;
}

.nsl-button {
  color: #fff;
  /* text-transform: uppercase; */
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67fa19accef29caba82bed7c_ic.svg");
  background-position: 34%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  padding: 18px 16px;
  font-size: 14px;
  line-height: 120%;
  transition: color 0.25s, background-color 0.25s;
}

.nsl-button:hover {
  color: #000;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/67f666c38d6802491181dd2a_arrow-black.svg");
  border: 1px solid #000;
}

.newsletter-bottom {
  text-align: center;
  width: 100%;
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 150%;
}

.close-icon {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.nsl-data {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.model-bg {
  position: absolute;
  inset: 0%;
}

.search-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-open {
  z-index: 999;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.d-none {
  display: none;
}

.search-input {
  color: var(--title);
  background-image: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/6803544bcb648a5189d0e9df_ic-search-01.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 12px;
  line-height: 110%;
}

.search-input::placeholder {
  color: #999;
  font-size: 12px;
  line-height: 110%;
}

.searchbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.close-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-wrap {
  width: 100%;
  max-width: 1014px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.main-heading {
  overflow: hidden;
}

.story-heading {
  text-align: center;
  width: 100%;
  max-width: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.features-title {
  margin-bottom: 0;
}

.on-scroll {
  z-index: 1;
  background-color: var(--highlight);
  display: none;
  position: absolute;
  inset: 0%;
}

.on-scroll.light {
  background-color: var(--background);
}

.cta-block {
  margin-bottom: 0;
}

.cursor {
  z-index: 999999;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}

.cursor-wrap {
  z-index: 1000;
  pointer-events: none;
  mix-blend-mode: difference;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.search-overly {
  z-index: 5;
  background-color: #00000026;
  display: none;
  position: fixed;
  inset: 0%;
}

.social-image {
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
}

.price-info {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 476px;
  max-height: 476px;
}

.review-data-wrap {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.review-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-info-02,
.review-info-03,
.review-info-04,
.review-info-05,
.review-info-06 {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.faq-tab {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-menu {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 22%;
  margin-right: 60px;
  display: flex;
}

.faq-content {
  width: 100%;
  max-width: 78%;
}

.product-main-img {
  background-color: var(--background);
  width: 100%;
}

.product-plus {
  background-color: #e8dbd2;
  background-image: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/6813178b7590af43873f0a86_plus-icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  transition: transform 0.3s;
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.product-plus:hover {
  transform: rotate(90deg);
}

.features-section {
  margin-bottom: var(--desktop);
}

.crafted-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.crafted-right {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 40px;
  display: flex;
  overflow: hidden;
}

.crafted-title {
  margin-bottom: 8px;
}

.crafted-text {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 170%;
}

.crafted-info {
  grid-column-gap: 8px;
  color: #000;
  /* text-transform: uppercase; */
  justify-content: center;
  align-items: center;
  line-height: 150%;
  display: flex;
}

.crafted-dot {
  background-color: var(--highlight);
  border-radius: 50%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
}

.crafted-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-wrap {
  margin-bottom: var(--desktop);
  background-color: var(--background);
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.fs-inner-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.fs-block {
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-icon {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.crafted-img {
  width: 100%;
  min-height: 480px;
  max-height: 480px;
  position: relative;
  overflow: hidden;
}

.showcase {
  margin-bottom: var(--desktop);
}

.showcase-top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.showcase-title {
  margin-bottom: 25px;
}

.showcase-text {
  width: 100%;
  max-width: 52%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 170%;
}

.showcase-bottom {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.showcase-img {
  background-color: var(--background);
  width: 100%;
  max-width: 18%;
  overflow: hidden;
}

.showcase-img._02 {
  margin-top: 100px;
}

.showcase-img._03 {
  min-width: 300px;
  max-width: 300px;
  margin-top: 200px;
}

.showcase-image {
  object-fit: cover;
  width: 100%;
  min-height: 360px;
}

.behind-beauty {
  margin-bottom: var(--desktop);
}

.bb-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.bb-img {
  background-color: var(--background);
  width: 100%;
}

.bb-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bb-left {
  background-color: var(--background);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 80px;
  display: flex;
}

.bb-title {
  margin-top: 10px;
  margin-bottom: 40px;
}

.bb-top {
  color: #000;
  text-align: center;
  /* text-transform: uppercase; */
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.bb-text {
  margin-top: 20px;
  margin-bottom: 0;
}

.bb-thumb {
  background-color: var(--background);
  min-width: 320px;
  max-width: 320px;
  min-height: 350px;
  max-height: 350px;
  position: relative;
  overflow: hidden;
}


.contact-link {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
}



.more-about {
  margin-bottom: var(--desktop);
}

.ma-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ma-left {
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 46%;
  display: flex;
  overflow: hidden;
}

.ma-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 54%;
  display: grid;
  overflow: hidden;
}

.ma-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 170%;
}

.ma-title {
  margin-bottom: 12px;
}

.ma-img {
  background-color: var(--background);
  width: 100%;
}

.ma-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.makers {
  margin-bottom: var(--desktop);
}

.makers-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.makers-right {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 42%;
  display: flex;
}

.makers-image {
  width: 100%;
  max-width: 58%;
  min-height: 440px;
  max-height: 440px;
  position: relative;
  overflow: hidden;
}

.makers-title {
  margin-bottom: 0;
}

.makers-line {
  background-color: #d9d9d9;
  width: 120px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.makers-data {
  grid-row-gap: 6px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 170%;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .page-data {
    margin-bottom: var(--tablet);
  }

  .title-top {
    grid-column-gap: 20px;
  }

  .rich-text {
    max-width: 100%;
  }

  .table-row {
    grid-column-gap: 20px;
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .sg-section,
  .sg-titles,
  .sg-fonts {
    margin-bottom: 100px;
  }

  .page-title {
    padding-top: 120px;
  }

  .button-arrow-block.mobile {
    display: none;
  }

  .footer {
    padding-top: 60px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .stores {
    margin-bottom: var(--tablet);
  }

  .container {
    max-width: 100%;
  }

  .store-block {
    font-size: 16px;
  }

  .store-right {
    grid-column-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .store-img {
    display: none;
  }

  .feature {
    margin-bottom: var(--tablet);
  }

  .feature-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .feature-block {
    grid-column-gap: 25px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .faq {
    margin-bottom: var(--tablet);
  }

  .faq-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form {
    margin-bottom: var(--tablet);
  }

  .form-block {
    max-width: 100%;
  }

  .contact-pg-title {
    padding-top: 120px;
  }

  .contact {
    margin-bottom: var(--tablet);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .contact-img {
    max-width: 100%;
    min-height: 600px;
    max-height: 600px;
  }

  .contact-right {
    grid-row-gap: 100px;
    max-width: 100%;
  }

  .contact-top {
    grid-row-gap: 40px;
  }

  .reviews {
    margin-bottom: var(--tablet);
  }

  .review-image {
    min-height: 430px;
    max-height: 430px;
  }

  .fact-info {
    font-size: 42px;
  }

  .ans-wrap {
    padding-right: 40px;
  }

  .blogs {
    margin-bottom: var(--tablet);
  }

  .post-list {
    grid-row-gap: 50px;
  }

  .post-block {
    grid-row-gap: 40px;
    flex-flow: wrap;
    padding-bottom: 50px;
  }

  .post-img {
    max-width: 40%;
  }

  .post-heading {
    font-size: 22px;
  }

  .post-left {
    max-width: 50%;
  }

  .post-right {
    max-width: 100%;
  }

  .post-line.mobile {
    display: none;
  }

  .post {
    margin-bottom: var(--tablet);
  }

  .post-main {
    height: auto;
  }

  .post-inner {
    margin-top: 30px;
  }

  .footer-top {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .footer-left {
    max-width: 70%;
  }

  .footer-text,
  .menu-wrapper {
    max-width: 100%;
  }

  .footer-data {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-inner {
    grid-row-gap: 60px;
  }

  .products {
    margin-bottom: var(--tablet);
  }

  .product-inner {
    flex-flow: column;
  }

  .product-left {
    display: none;
  }

  .product-right {
    max-width: 100%;
  }

  .product-image {
    min-height: auto;
    max-height: none;
  }

  .product-main {
    height: auto;
  }

  .product-top {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .product-toggle {
    background-color: var(--background);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 20px;
    display: flex;
  }

  .product-menu {
    width: 100%;
  }

  .product-menu-wrap {
    background-color: var(--background);
    margin-top: 10px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .product-title {
    margin-bottom: 0;
  }

  .product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 40px;
  }

  .product-main-right {
    max-width: 100%;
    margin-top: 0;
    position: static;
  }

  .cart-data {
    background-color: var(--background);
    width: auto;
    max-width: none;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    position: static;
  }

  .product-que {
    font-size: 20px;
  }

  .product-ans-wrap {
    padding-right: 80px;
  }

  .product-main-left {
    max-width: 100%;
  }

  .multi-image-list {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .multi-image {
    min-height: 400px;
  }

  .product-wrap {
    padding: 20px;
  }

  .plus-icon {
    display: flex;
    position: absolute;
    inset: auto 15px 110% auto;
  }

  .categories {
    margin-bottom: var(--tablet);
  }

  .category-lists {
    grid-template-columns: 1fr;
  }

  .cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta.home {
    margin-bottom: var(--tablet);
  }

  .cta-heading {
    font-size: 32px;
  }

  .about {
    margin-bottom: var(--tablet);
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-left {
    max-width: 100%;
    min-height: 750px;
    max-height: 750px;
  }

  .about-right {
    grid-row-gap: 60px;
    max-width: 100%;
  }

  .about-heading {
    font-size: 38px;
  }

  .branding {
    margin-bottom: var(--tablet);
  }

  .branding-wrapper {
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

  .branding-block {
    max-width: 25%;
    min-height: 120px;
  }

  .branding-logo {
    max-width: 150px;
  }

  .branding-inner {
    grid-row-gap: 60px;
  }

  .branding-info {
    font-size: 22px;
  }

  .team {
    margin-bottom: var(--tablet);
  }

  .team-wrapper {
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .team-social {
    display: none;
  }

  .team-image {
    min-height: 360px;
    max-height: 360px;
  }

  .vision {
    margin-bottom: var(--tablet);
  }

  .vision-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .vision-top {
    grid-row-gap: 30px;
  }

  .vision-right {
    max-width: 100%;
  }

  .vision-data {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .vision-wrapper {
    grid-row-gap: 50px;
    max-width: 100%;
  }

  .marquee-block,
  .marquee-inner {
    grid-column-gap: 30px;
  }

  .marquee-icon {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .blog-list {
    grid-column-gap: 15px;
  }

  .blog-image {
    min-height: 280px;
    max-height: 280px;
  }

  .scoll-text {
    font-size: 60px;
  }

  .page-wrapper {
    margin-bottom: var(--tablet);
  }

  .category-list {
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr;
  }

  .categories-box {
    padding-bottom: 40px;
  }

  .tp-inner {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .tp-left {
    width: 100%;
    min-height: 500px;
    position: relative;
  }

  .tp-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .tp-list-wrapper {
    max-width: 100%;
  }

  .tp-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .top-product,
  .story {
    margin-bottom: var(--tablet);
  }

  .story-inner {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .story-right {
    grid-column-gap: 40px;
    max-width: 100%;
  }

  .story-left {
    flex-flow: column-reverse;
    max-width: 100%;
  }

  .story-img {
    min-height: 550px;
    max-height: 550px;
  }

  .features,
  .latest-products {
    margin-bottom: var(--tablet);
  }

  .ip-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .features-heading {
    max-width: 100%;
  }

  .features-wrapper {
    grid-column-gap: 30px;
  }

  .features-left,
  .features-right {
    max-width: 50%;
  }

  .features-img {
    max-width: 100%;
  }

  .feature-first,
  .feature-center,
  .feature-last {
    display: none;
  }

  .about-hero {
    margin-bottom: var(--tablet);
  }

  .about-inner {
    max-width: 100%;
  }

  .about-data {
    max-width: 63%;
  }

  .about-text {
    bottom: -18%;
  }

  .about-data-wrap {
    max-width: 100%;
  }

  .about-main-image {
    object-fit: cover;
    min-height: 350px;
  }

  .hero-section {
    margin-bottom: var(--tablet);
  }

  .hero-data {
    max-width: 100%;
  }

  .hero-left {
    display: none;
  }

  .hero-right {
    max-width: 100%;
  }

  .blog-main-img {
    height: 500px;
  }

  .on-scroll-image {
    position: absolute;
    inset: 0%;
  }

  .newsletter-inner {
    max-width: 90%;
  }

  .newsletter-right {
    grid-row-gap: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .ns-image {
    height: 100%;
    min-height: auto;
  }

  .ns-heading {
    font-size: 32px;
  }

  .newsletter-top {
    font-size: 16px;
  }

  .newsletter-wrapper {
    grid-row-gap: 25px;
  }

  .nsl-button {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .newsletter-bottom {
    max-width: 100%;
  }

  .nsl-data {
    grid-row-gap: 10px;
  }

  .hero-heading-wrap,
  .story-heading {
    max-width: 100%;
  }

  .cursor-wrap {
    display: none;
  }

  .store-title {
    margin-bottom: 6px;
  }

  .review-data-wrap {
    padding: 20px;
    position: relative;
  }

  .review-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .faq-tab {
    flex-flow: column;
  }

  .faq-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    display: grid;
  }

  .faq-content {
    max-width: 100%;
  }

  .product-main-img {
    position: relative;
  }

  .product-plus {
    background-color: #fff;
    background-image: url("https://cdn.prod.website-files.com/673c1b266c8975806880591c/681318165e0e6c5e28da52d9_ic-plus.svg");
    border: 1px solid #0000001a;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
  }

  .features-section {
    margin-bottom: var(--tablet);
  }

  .crafted-wrapper {
    grid-template-columns: 1fr;
  }

  .crafted-right {
    padding: 40px 30px;
  }

  .crafted-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 170%;
  }

  .crafted-info {
    font-size: 14px;
    line-height: 150%;
  }

  .fs-wrap {
    margin-bottom: var(--tablet);
  }

  .fs-inner-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .crafted-img {
    min-height: 500px;
    max-height: 500px;
  }

  .showcase {
    margin-bottom: var(--tablet);
  }

  .showcase-top {
    margin-bottom: 30px;
  }

  .showcase-title {
    margin-bottom: 20px;
  }

  .showcase-text {
    max-width: none;
  }

  .showcase-bottom {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: stretch;
  }

  .showcase-img {
    max-width: none;
  }

  .showcase-img._02 {
    display: none;
  }

  .showcase-img._03 {
    min-width: auto;
    max-width: none;
    margin-top: 0;
  }

  .showcase-image {
    min-height: 360px;
    max-height: 360px;
  }

  .behind-beauty {
    margin-bottom: var(--tablet);
  }

  .bb-wrapper {
    grid-template-columns: 1fr;
  }

  .bb-left {
    padding: 40px;
  }

  .bb-title {
    margin-bottom: 30px;
  }

  .more-about {
    margin-bottom: var(--tablet);
  }

  .ma-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .ma-left {
    grid-row-gap: 30px;
    max-width: none;
  }

  .ma-right {
    max-width: none;
  }

  .makers {
    margin-bottom: var(--tablet);
  }

  .makers-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .makers-right {
    max-width: none;
  }

  .makers-image {
    max-width: none;
    min-height: 470px;
    max-height: 470px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
  }

  li {
    margin-bottom: 10px;
  }

  .font-block {
    font-size: 16px;
  }

  .text-heading {
    font-size: 60px;
  }

  .page-data {
    margin-bottom: var(--landscape-mobile);
  }

  .body-font {
    font-size: 60px;
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .font-title {
    font-size: 16px;
  }

  .table-text {
    font-size: 14px;
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .sg-section,
  .sg-titles,
  .sg-fonts {
    margin-bottom: 80px;
  }

  .page-title {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .topbar {
    display: none;
  }

  .footer {
    padding-top: 40px;
  }

  .utility-page-content {
    width: 100%;
    max-width: 90%;
    padding: 30px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .license-field {
    font-size: 16px;
  }

  .cs-title {
    font-size: 56px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .error-data {
    max-width: 90%;
  }

  .error-info {
    margin-top: 40px;
  }

  .password-wrap {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .password-info {
    max-width: 80%;
  }

  .stores {
    margin-bottom: var(--landscape-mobile);
  }

  .container {
    max-width: 100%;
  }

  .store-block {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature {
    margin-bottom: var(--landscape-mobile);
  }

  .feature-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .feature-block {
    grid-column-gap: 15px;
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-icon {
    width: 45px;
    height: 45px;
  }

  .faq {
    margin-bottom: var(--landscape-mobile);
  }

  .faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .faq-wrap {
    grid-row-gap: 10px;
    padding: 20px;
  }

  .faq-contact {
    padding: 20px;
  }

  .contact-form {
    margin-bottom: var(--landscape-mobile);
    padding-bottom: 40px;
  }

  .input {
    padding-left: 12px;
    padding-right: 12px;
  }

  .message-wrapper {
    margin-top: 40px;
  }

  .message {
    min-height: 140px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-pg-title {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile);
  }

  .contact-wrap {
    grid-row-gap: 30px;
  }

  .contact-img {
    min-height: 500px;
    max-height: 500px;
  }

  .contact-right {
    padding: 30px;
  }

  .contact-heading {
    font-size: 20px;
  }

  .social-icon {
    width: 34px;
    height: 34px;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile);
  }

  .review-image {
    min-height: 550px;
    max-height: 550px;
  }

  .review-logo {
    max-width: 110px;
  }

  .fact-info {
    font-size: 40px;
  }

  .faq-title {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .que {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .que-wrap {
    grid-column-gap: 20px;
  }

  .ans-wrap {
    padding-right: 0;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile);
  }

  .post-list {
    grid-row-gap: 40px;
  }

  .post-block {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .post-img {
    max-width: 100%;
  }

  .post-heading {
    text-align: center;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .post-left {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
  }

  .post-right {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .post-image {
    min-height: 300px;
    max-height: 300px;
  }

  .post {
    margin-bottom: var(--landscape-mobile);
  }

  .post-inner {
    margin-top: 25px;
  }

  .footer-heading {
    margin-bottom: 25px;
    line-height: 130%;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-form {
    margin-bottom: 15px;
  }

  .menu-wrapper {
    grid-column-gap: 40px;
    flex-flow: wrap;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-inner {
    grid-row-gap: 50px;
  }

  .products {
    margin-bottom: var(--landscape-mobile);
  }

  .products-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .product-main-image {
    height: auto;
    min-height: 500px;
    max-height: 500px;
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
  }

  .cart-data {
    grid-row-gap: 30px;
    padding: 30px;
  }

  .product-price {
    font-size: 26px;
  }

  .product-text {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .product-que {
    font-size: 18px;
  }

  .product-faq-inner {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .product-ans-wrap {
    padding-right: 20px;
  }

  .multi-image {
    min-height: 300px;
  }

  .product-main-info {
    grid-row-gap: 20px;
  }

  .categories {
    margin-bottom: var(--landscape-mobile);
  }

  .categories-block {
    grid-row-gap: 30px;
    padding: 30px;
  }

  .categories-image {
    min-height: 280px;
    max-height: 280px;
  }

  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta.home {
    margin-bottom: var(--landscape-mobile);
  }

  .cta-top {
    font-size: 36px;
  }

  .cta-data {
    max-width: 90%;
  }

  .cta-heading {
    font-size: 30px;
  }

  .about {
    margin-bottom: var(--landscape-mobile);
  }

  .about-left {
    min-height: 550px;
    max-height: 550px;
  }

  .about-right {
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
  }

  .about-top {
    flex-flow: column;
  }

  .about-img {
    max-width: 100%;
    min-height: 420px;
    max-height: 420px;
  }

  .about-info {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .about-heading {
    font-size: 34px;
  }

  .fact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .fact-block {
    border-bottom: 1px solid #0000001a;
    border-right-width: 0;
    width: 100%;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .fact-block.last {
    border-bottom-width: 0;
  }

  .branding {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .branding-block {
    max-width: 30%;
    min-height: 100px;
  }

  .branding-logo {
    max-width: 130px;
  }

  .team {
    margin-bottom: var(--landscape-mobile);
  }

  .team-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .team-image {
    min-height: auto;
    max-height: none;
  }

  .vision {
    margin-bottom: var(--landscape-mobile);
  }

  .vision-data {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .vision-wrapper {
    grid-row-gap: 30px;
  }

  .marquee-block {
    grid-column-gap: 20px;
  }

  .blog-list {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .blog-heading {
    font-size: 18px;
  }

  .scoll-text {
    font-size: 40px;
  }

  .page-wrapper {
    margin-bottom: var(--landscape-mobile);
  }

  .category-list {
    grid-template-columns: 1fr;
  }

  .categories-box {
    padding-bottom: 30px;
  }

  .tp-list {
    grid-template-columns: 1fr 1fr;
  }

  .tp-bottom {
    grid-row-gap: 2px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .tp-image {
    object-fit: cover;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
  }

  .top-product {
    margin-bottom: var(--landscape-mobile);
  }

  .story {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .story-title {
    max-width: 100%;
  }

  .story-right {
    flex-flow: column;
  }

  .story-left {
    grid-row-gap: 15px;
    text-align: center;
  }

  .story-main-img {
    max-width: 100%;
    min-height: 650px;
    max-height: 650px;
  }

  .story-wrap {
    grid-row-gap: 40px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

  .story-top {
    grid-row-gap: 20px;
  }

  .story-img {
    min-height: 350px;
    max-height: 350px;
  }

  .features,
  .latest-products {
    margin-bottom: var(--landscape-mobile);
  }

  .ip-heading {
    font-size: 30px;
  }

  .ip-title {
    margin-bottom: 30px;
  }

  .ip-image {
    min-height: 200px;
  }

  .features-wrapper {
    text-align: center;
    flex-flow: column-reverse;
  }

  .features-left {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding-bottom: 0;
  }

  .features-top {
    grid-row-gap: 20px;
  }

  .features-right {
    max-width: 100%;
  }

  .features-img {
    min-height: 400px;
    max-height: 400px;
  }

  .about-hero {
    margin-bottom: var(--landscape-mobile);
  }

  .about-inner {
    grid-row-gap: 25px;
    padding-top: 100px;
  }

  .about-data,
  .about-main-img {
    max-width: 100%;
  }

  .about-main-img.first,
  .about-main-img.last {
    display: none;
  }

  .about-wrap {
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .about-text {
    position: static;
    transform: none;
  }

  .about-main-image {
    min-height: auto;
  }

  .hero-section {
    margin-bottom: var(--landscape-mobile);
  }

  .hero-inner {
    padding-top: 120px;
  }

  .hero-right {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .hero-main-img,
  .hero-info {
    max-width: 100%;
  }

  .hero-img {
    display: none;
  }

  .hero-customers {
    justify-content: center;
    align-items: center;
  }

  .category-img {
    padding: 30px;
  }

  .newsletter-left {
    display: none;
  }

  .newsletter-right {
    max-width: 100%;
  }

  .hero-heading-wrap {
    margin-bottom: 15px;
  }

  .store-title {
    margin-bottom: 5px;
  }

  .social-image {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
  }

  .hero-main-image {
    min-height: 470px;
    max-height: 470px;
  }

  .review-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .faq-menu {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .mobile-none {
    display: none;
  }

  .features-section {
    margin-bottom: var(--landscape-mobile);
  }

  .crafted-wrapper {
    grid-template-columns: 1fr;
  }

  .fs-wrap {
    margin-bottom: var(--landscape-mobile);
  }

  .fs-inner-wrap {
    grid-column-gap: 60px;
  }

  .fs-block {
    font-size: 14px;
    line-height: 150%;
  }

  .fs-icon {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .crafted-img {
    min-height: 370px;
    max-height: 370px;
  }

  .showcase {
    margin-bottom: var(--landscape-mobile);
  }

  .showcase-text {
    font-size: 16px;
    line-height: 170%;
  }

  .showcase-img {
    display: none;
  }

  .showcase-img._03 {
    display: block;
  }

  .showcase-image {
    min-height: auto;
    max-height: none;
  }

  .behind-beauty {
    margin-bottom: var(--landscape-mobile);
  }

  .bb-left {
    padding-left: 25px;
    padding-right: 25px;
  }

  .bb-title {
    margin-top: 5px;
  }

  .more-about {
    margin-bottom: var(--landscape-mobile);
  }

  .ma-text {
    font-size: 16px;
  }

  .ma-title {
    margin-bottom: 10px;
  }

  .makers {
    margin-bottom: var(--landscape-mobile);
  }

  .makers-image {
    min-height: 340px;
    max-height: 340px;
  }

  .makers-line {
    width: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .makers-data {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  blockquote {
    padding: 20px;
    font-size: 16px;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading {
    font-size: 70px;
  }

  .page-data {
    margin-bottom: var(--portrait-mobile);
  }

  .body-font {
    font-size: 70px;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .title-top {
    display: none;
  }

  .button-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .sg-section,
  .sg-titles,
  .sg-fonts {
    margin-bottom: 60px;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .utility-page-content {
    padding: 25px;
  }

  .version-info {
    align-items: start;
  }

  .changelog-text {
    font-size: 14px;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .disclaimer {
    font-size: 14px;
  }

  .license-field {
    margin-bottom: 0;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .cs-text {
    margin-bottom: 40px;
  }

  .cs-text-title {
    font-size: 18px;
  }

  .menu-open {
    max-width: 100%;
  }

  .error-info {
    grid-row-gap: 30px;
  }

  .form-button {
    background-position: 9%;
  }

  .password-info {
    max-width: 100%;
  }

  .stores {
    margin-bottom: var(--portrait-mobile);
  }

  .store-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .store-right {
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    flex-flow: column;
  }

  .feature {
    margin-bottom: var(--portrait-mobile);
  }

  .feature-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 35px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .feature-block {
    flex-flow: row;
  }

  .feature-heading {
    font-size: 16px;
  }

  .faq {
    margin-bottom: var(--portrait-mobile);
  }

  .faq-wrapper {
    grid-template-columns: 1fr;
  }

  .faq-wrap {
    font-size: 14px;
    line-height: 150%;
  }

  .contact-form {
    margin-bottom: var(--portrait-mobile);
    padding-bottom: 30px;
  }

  .input-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .input {
    font-size: 14px;
    line-height: 150%;
  }

  .form-lable {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .message-wrapper {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .form-bottom {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .message {
    font-size: 14px;
    line-height: 150%;
  }

  .contact-pg-title {
    padding-bottom: 30px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-wrap {
    grid-row-gap: 20px;
  }

  .contact-img {
    min-height: 410px;
    max-height: 410px;
  }

  .contact-right {
    padding: 25px;
  }

  .contact-details {
    grid-row-gap: 15px;
  }

  .contact-data {
    font-size: 16px;
  }

  .contact-data.top {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-icon.last {
    margin-top: 6px;
  }

  .social-info {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile);
  }

  .review-image {
    min-height: 438px;
    max-height: 438px;
  }

  .review-data {
    flex-flow: wrap;
  }

  .review-logo {
    max-width: 110px;
  }

  .review-info-01 {
    padding: 20px;
  }

  .fact-info {
    font-size: 38px;
  }

  .review-bottom,
  .client-name {
    font-size: 16px;
  }

  .faq-title {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq-heading {
    font-size: 16px;
  }

  .faq-data {
    grid-row-gap: 15px;
  }

  .faq-block {
    padding: 14px;
  }

  .que {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .que-wrap {
    font-size: 16px;
    font-weight: 400;
  }

  .ans {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-image {
    min-width: 36px;
    max-width: 36px;
    min-height: 36px;
    max-height: 36px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile);
  }

  .post-block {
    grid-row-gap: 20px;
  }

  .post-heading {
    font-size: 18px;
  }

  .post-right {
    font-size: 16px;
  }

  .post-data {
    font-size: 14px;
    line-height: 150%;
  }

  .post-image {
    min-height: 224px;
    max-height: 224px;
  }

  .post {
    margin-bottom: var(--portrait-mobile);
  }

  .menu-wrapper {
    grid-row-gap: 40px;
  }

  .products {
    margin-bottom: var(--portrait-mobile);
  }

  .products-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .product-block {
    grid-row-gap: 15px;
  }

  .product-image {
    min-height: 400px;
    max-height: 400px;
  }

  .product-heading {
    font-size: 16px;
  }

  .product-list {
    grid-template-columns: 1fr;
  }

  .product-wrapper {
    grid-row-gap: 20px;
  }

  .cart-data {
    padding: 20px;
  }

  .quantity {
    margin-bottom: 0;
  }

  .add-to-cart-button {
    z-index: 99999;
    text-align: center;
    position: fixed;
    inset: auto 15px 15px;
  }

  .add-to-cart-button:hover {
    background-color: #fffdf8;
  }

  .product-text {
    font-size: 22px;
  }

  .product-que {
    padding-top: 15px;
    font-size: 16px;
  }

  .product-faq-wrapper {
    grid-row-gap: 15px;
  }

  .product-ans-wrap {
    padding-right: 0;
  }

  .multi-image-list {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .price-text {
    display: none;
  }

  .categories {
    margin-bottom: var(--portrait-mobile);
  }

  .categories-block {
    grid-row-gap: 20px;
    padding: 20px;
  }

  .categories-heading {
    font-size: 20px;
  }

  .categories-text {
    font-size: 16px;
  }

  .cta.home {
    margin-bottom: var(--portrait-mobile);
  }

  .cta-top,
  .cta-heading {
    font-size: 28px;
  }

  .cta-form {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .cta-button {
    background-image: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-button:hover {
    background-image: none;
  }

  .about {
    margin-bottom: var(--portrait-mobile);
  }

  .about-left {
    min-height: 480px;
    max-height: 480px;
  }

  .about-right {
    grid-row-gap: 30px;
  }

  .about-img {
    min-height: 320px;
    max-height: 320px;
  }

  .about-heading {
    font-size: 28px;
  }

  .fact-block.last {
    padding-bottom: 0;
  }

  .branding {
    margin-bottom: var(--portrait-mobile);
  }

  .branding-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .branding-block {
    max-width: 46%;
    min-height: 80px;
  }

  .branding-logo {
    max-width: 112px;
  }

  .branding-info {
    font-size: 20px;
  }

  .team {
    margin-bottom: var(--portrait-mobile);
  }

  .team-wrapper {
    grid-row-gap: 20px;
  }

  .team-text {
    font-size: 16px;
  }

  .team-image {
    min-height: 375px;
    max-height: 375px;
  }

  .vision {
    margin-bottom: var(--portrait-mobile);
  }

  .vision-right {
    min-height: 400px;
    max-height: 400px;
  }

  .marquee {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .marquee-block,
  .marquee-inner {
    grid-column-gap: 20px;
  }

  .marquee-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .blog-list {
    grid-row-gap: 40px;
  }

  .blog-image {
    min-height: 260px;
    max-height: 260px;
  }

  .blog-heading {
    margin-bottom: 15px;
  }

  .page-wrapper {
    margin-bottom: var(--portrait-mobile);
  }

  .categories-box {
    padding-bottom: 20px;
  }

  .tp-list {
    grid-template-columns: 1fr;
  }

  .tp-bottom {
    flex-flow: column;
  }

  .tp-image {
    min-height: 400px;
    max-height: 400px;
  }

  .top-product,
  .story {
    margin-bottom: var(--portrait-mobile);
  }

  .story-title {
    font-size: 28px;
    line-height: 130%;
  }

  .story-main-img {
    min-height: 420px;
    max-height: 420px;
  }

  .story-wrap {
    grid-row-gap: 25px;
  }

  .story-img {
    min-height: 250px;
    max-height: 250px;
  }

  .features,
  .latest-products {
    margin-bottom: var(--portrait-mobile);
  }

  .ip-heading {
    font-size: 20px;
  }

  .ip-image {
    min-height: 188px;
  }

  .ip-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .features-img {
    min-height: 250px;
    max-height: 250px;
  }

  .about-hero,
  .hero-section {
    margin-bottom: var(--portrait-mobile);
  }

  .hero-heading {
    font-size: 30px;
  }

  .hero-customers {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
  }

  .order-item {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .order-image {
    width: 100%;
  }

  .search {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .category-img {
    padding: 20px;
  }

  .newsletter-right {
    padding-bottom: 50px;
  }

  .ns-heading {
    font-size: 30px;
  }

  .newsletter-top {
    font-size: 14px;
    line-height: 150%;
  }

  .nsl-input {
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
  }

  .newsletter-form {
    margin-bottom: 20px;
  }

  .nsl-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .close-icon {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
  }

  .features-title {
    font-size: 26px;
  }

  .review-data-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .review-wrapper {
    grid-template-columns: 1fr;
  }

  .review-info-02,
  .review-info-03,
  .review-info-04,
  .review-info-05,
  .review-info-06 {
    padding: 20px;
  }

  .product-plus {
    bottom: 15px;
    right: 15px;
  }

  .features-section {
    margin-bottom: var(--portrait-mobile);
  }

  .crafted-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .crafted-title {
    font-size: 28px;
    font-weight: 500;
  }

  .crafted-info {
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .fs-wrap {
    margin-bottom: var(--portrait-mobile);
  }

  .fs-inner-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-items: center;
  }

  .crafted-img {
    min-height: 260px;
    max-height: 260px;
  }

  .showcase {
    margin-bottom: var(--portrait-mobile);
  }

  .showcase-image {
    min-height: 360px;
    max-height: 360px;
  }

  .behind-beauty {
    margin-bottom: var(--portrait-mobile);
  }

  .bb-left {
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bb-top {
    margin-bottom: 15px;
  }

  .bb-thumb {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 280px;
    max-height: 280px;
  }

  .more-about {
    margin-bottom: var(--portrait-mobile);
  }

  .ma-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: block;
  }

  .ma-img._03,
  .ma-img._02 {
    display: none;
  }

  .makers {
    margin-bottom: var(--portrait-mobile);
  }

  .makers-image {
    min-height: 280px;
    max-height: 280px;
  }

  .makers-line {
    width: 80px;
  }
}

#w-node-_51670322-41b3-478f-43d0-e17a4d8736ca-68805929 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_89d25492-7f84-deae-5e83-fa8f12437e38-68805929,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0dc5-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0dca-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0dd2-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0dd4-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0dd7-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0ddc-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0de1-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0de4-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0de8-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0ded-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0df0-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0df4-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0df9-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0dfc-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e00-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e05-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e08-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e0c-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e11-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e14-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e18-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e1d-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e20-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e24-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e29-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e2c-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e30-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e35-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e38-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e3c-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e41-f9b9a190,
#w-node-_8cbe588b-f734-07a2-dde1-fde8f66e0e44-f9b9a190,
#w-node-_92495172-df31-0b6c-6577-06e23e38d537-d2779916,
#w-node-_92495172-df31-0b6c-6577-06e23e38d53a-d2779916,
#w-node-_92495172-df31-0b6c-6577-06e23e38d53b-d2779916,
#w-node-_92495172-df31-0b6c-6577-06e23e38d53d-d2779916,
#w-node-_74e50f67-382e-504d-8a9a-58819231f9e2-a21d55c2,
#w-node-_74e50f67-382e-504d-8a9a-58819231f9eb-a21d55c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_7d1722d4-8fd0-8f4c-cff6-22e169b5847a-4d1f2997 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
.category-img {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.category-img img {
  max-width: 80%;
  max-height: 100%;
  object-fit: contain;
  height: auto;
}

.brand img {
  max-width: 60px;
  height: auto;
}
.hero-slider {
  width: 99%;
  height: 500px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, #fbfaf9 0%, #ffffff 100%);
  border-radius: 10px;
  overflow: hidden;
}

.slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.text-box {
  flex: 1;
  order: 1;
}

.image-box {
  flex: 1;
  display: flex;
  justify-content: center;
  order: 2;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
}

.hero-desc {
  font-size: 1.2rem;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(30px);
}

.hero-btn {
  display: inline-block;
  padding: 12px 30px;
  background: black;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(30px);
}

.hero-img {
  max-width: 100%;
  border-radius: 20px;
  opacity: 0;
  transform: scale(1.1);
}

.swiper-slide-active .animate {
  animation: fadeUp 1s forwards;
}
.swiper-slide-active .hero-img {
  animation: fadeInScale 1.2s forwards;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}
.swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination {
  bottom: 0 !important;
}

.brandSwiper {
  width: 100%;
  padding: 20px 0;
}

.brandSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.categories-box {
  width: 200px;
  text-align: center;
}

.categories {
  padding: 50px 0;
  text-align: center;
}

.section-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.brandSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.categories-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  width: 200px;
  height: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category-img img {
  max-width: 100%;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.category-title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.plain-text {
  font-size: 15px;
  color: #666;
}

.categories-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.categories-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.category-bottom {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.categories-button {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #0b2a59;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  /* text-transform: uppercase; */
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.categories-button:hover {
  background-color: #0b2a59;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
/* here */
.button-arrow-block {
  display: flex;
  margin-right: 6px;
}

.button-arrow {
  width: 16px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.categories-button:hover .button-arrow {
  transform: translateX(4px);
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  padding: 20px 60px;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo img {
  height: 45px;
  object-fit: contain;
}

.nav-center {
  background: #111;
  padding: 12px 30px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transform: translateY(-15px);
}

.nav-links {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: #aaa;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.nav-links li a.active,
.nav-links li a:hover {
  background: #fff;
  color: #111;
}

.contact-btn {
  background: #2c3e50;
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  transform: translateY(-15px);
}

.contact-btn:hover {
  background: #3e5a72;
}

.shop-categories {
  padding: 50px 20px;
  background: #fdfcf9;
}

.shop-container {
  max-width: 90%;
  margin: 0 auto;
}

.shop-title {
  text-align: center;
  margin-bottom: 40px;
}

.shop-title h2 {
  font-size: 28px;
  font-weight: bold;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.shop-card {
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  transition: all 0.3s ease;
}

.shop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.shop-img {
  width: 100%;
  height: 200px;
  object-fit: cover; 
  margin-bottom: 20px;
}
/* .shop-img {
  width: 100%;
  height: 250px; 
  object-fit: cover; 
  border-radius: 8px;
} */


.shop-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.shop-text {
  color: #555;
  font-size: 14px;
}

.shop-btn {
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #0b2a59;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.shop-btn:hover {
  background-color: #0b2a59;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.nav-row {
  position: relative;
  display: flex;
  justify-content: space-between;
}
/* .nav-item { position: relative; font-weight: 500; cursor: pointer; display: flex; align-items: center; gap: 4px; transition: color 0.2s ease; } */
.nav-item {
  position: relative;
  padding: 0 15px;
}

.nav-item .chev {
  font-size: 0.8rem;
  margin-left: 5px;
}

.mega-frame {
  width: 100%;
  min-height: 250px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}

.mega-frame.active {
  display: block;
}

.mega-content {
  display: none;
}

.mega-content.active {
  display: block;
}

.mega-close {
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 18px;
  cursor: pointer;
  color: #555;
  /* background: #f9f9f9;  */
  /* border: 1px solid #ddd;
  border-radius: 50%;    */
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  padding: auto;
}

.mega-close:hover {
  background: #eee;
}

.mega-dropdown {
  display: grid;
  grid-template-columns: repeat(10, minmax(10px, 1fr));
  gap: 15px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  padding: 4px;
}

.mega-dropdown .mega-column {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mega-dropdown h4 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}
.more-item {
  position: relative;
}

.more-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  display: none;
  flex-direction: column;
  min-width: 200px;
  z-index: 3000;
}

.more-dropdown a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

.more-dropdown a:hover {
  background: #f5f5f5;
}

.more-item.active .more-dropdown {
  display: flex;
}
.middle-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
}

.nav-item {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.nav-item:hover {
  color: #0077cc;
}

.more-item {
  position: relative;
}

.more-item .more-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  border-radius: 8px;
  padding: 10px 0;
}

.more-item:hover .more-dropdown {
  display: block;
}

.more-dropdown a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.more-dropdown a:hover {
  background: #f5f5f5;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-row {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 999;
  }

  .nav-row a {
    padding: 6px;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #333;
  }

  .nav-row.active {
    display: flex;
  }
  .search-box {
    width: 100%;
  }
}
/* --- base helpers for mobile toggle (hidden on desktop) --- */
.menu-toggle {
  display: none;
  cursor: pointer;
}

/* keep social icons compact by default */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ====== Tablet (<= 1024px) ====== */
@media (max-width: 1024px) {
  .logo img {
    height: 72px !important;
  }
  .search-box {
    max-width: 360px;
  }
  .nav-row {
    gap: 8px;
  }
}

/* ====== Mobile (<= 768px) ====== */
@media (max-width: 768px) {
  .header {
    padding: 8px 12px;
  }

  .top-row {
    min-height: auto; /* stop fighting absolute logo on small screens */
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }

  /* show hamburger */
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    font-size: 20px;
    line-height: 1;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: transparent;
    color: inherit;
    order: 1; /* first item on the row */
  }

  /* center logo, remove absolute positioning so it doesn't overlap */
  .logo {
    position: static;
    transform: none;
    order: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .logo img {
    height: 56px !important;
  }

  /* search spans full width under the logo/hamburger */
  .search-box {
    order: 2;
    flex: 1 1 100%;
    max-width: none;
  }

  /* optional: hide social icons on tight screens to save space */
  .social-icons {
    display: none;
  }

  /* middle row links wrap and scroll nicely, no layout explosions */
  .middle-nav {
    order: 3;
    width: 100%;
  }
  .middle-nav .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }
  .middle-nav .nav-item,
  .middle-nav .nav-links > a,
  .middle-nav .nav-links > .nav-item {
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid var(--border);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  /* collapse the big category bar into a vertical drawer */
  .nav-row {
    display: none;                 /* closed by default */
    flex-direction: column;
    gap: 0;
    width: 100%;
    border-top: 1px solid var(--border);
    margin-top: 6px;
  }
  .nav-row.active {
    display: flex;                 /* opened by hamburger */
  }
  .nav-row .nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 4px;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
  }
  .nav-row .nav-item .chev {
    transform: translateY(1px);
    font-size: 12px;
    opacity: 0.7;
  }

  /* mega menu becomes a bottom sheet on mobile */
  .mega-frame {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 1000;
  }
  .mega-frame.active {
    display: block;
  }

  .mega-content {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 70vh;
    overflow: auto;
    background: var(--bg);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px;
    z-index: 1001;
  }
  .mega-content.active {
    display: block;
  }

  /* typical mega dropdown columns: stack tighter on mobile */
  .mega-dropdown {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .mega-column h4 {
    margin: 8px 0 6px;
  }
  .mega-column a {
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid var(--border);
  }

  /* "View More" dropdown works in a fixed layer so it doesn't overflow off-screen */
  .more-item {
    position: relative;
  }
  .more-item .more-dropdown {
    position: fixed;
    right: 12px;
    top: 60px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: none;
    z-index: 1100;
  }
  .more-item.active .more-dropdown {
    display: block;
  }
}

/* ====== Small phones (<= 400px) — extra guardrails ====== */
@media (max-width: 400px) {
  .logo img {
    height: 48px !important;
  }
  .search-input {
    font-size: 13px;
    padding: 9px 12px;
  }
  .middle-nav .nav-links {
    gap: 6px;
  }
}

/* ===== FINAL OVERRIDES: put me at the very end of the CSS ===== */

/* Show hamburger on mobile (style as needed) */
@media (max-width: 768px) {
  .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    font-size: 20px;
    line-height: 1;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: transparent;
  }

}

/* Make the logo behave on mobile (wins over the earlier !important) */
@media (max-width: 820px) {
  .logo {
    position: static !important;
    transform: none !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 768px) {
  .logo img {
    height: 56px !important; /* beat the earlier 100px !important */
  }
}

/* Let the hamburger actually open the menu */
@media (max-width: 768px) {
  .nav-row {
    display: none !important;            /* closed by default */
    flex-direction: column;
    gap: 0;
    width: 100%;
    border-top: 1px solid var(--border);
    margin-top: 6px;
  }
  .nav-row.active {
    display: flex !important;            /* open when .active is toggled by JS */
  }
  .nav-row .nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 4px;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
  }
}

/* Optional: don’t hard-hide the search on small screens (if you want it visible) */
@media (max-width: 520px) {
  .search-box {
    display: flex !important;            /* cancel earlier "display:none" */
    flex: 1 1 100%;
    max-width: none;
  }
}

/* Mobile mega-menu as bottom sheet (only if you’re using it) */
@media (max-width: 768px) {
  .mega-frame {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,0.4) !important;
    display: none !important;
    z-index: 1000 !important;
  }
  .mega-frame.active { display: block !important; }

  .mega-content {
    display: none !important;
    position: fixed !important;
    left: 0; right: 0; bottom: 0;
    max-height: 70vh; overflow: auto;
    background: var(--bg);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 16px;
    z-index: 1001;
  }
  .mega-content.active { display: block !important; }

  .mega-close {
    background-color: #fff;
    position: absolute;
    right: 12px;
    top: 400px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
  }

  .mega-dropdown {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .mega-column a {
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid var(--border);
  }
    .hero-slider{
    display: unset !important;
    height: '50vh' !important;
  }
  .slide-content{
    flex-direction: column !important;
    text-align: center !important;
    gap: 20px !important;
    margin-top: 40px !important;
  }
  .side-images{
    width: 100% !important;
    margin-top: 20px !important;
  }
  .shop-grid{
    grid-template-columns: 1fr !important;
  }
  .footer-inner{
    grid-template-columns: 1fr !important;
  }
}
.heroSwiper {
  width: 100%;
}

@media (max-width: 1024px) {


  .footer-logo {
    width: 200px;
    height: 200px;
    margin: 0 auto;               
  }
}

@media (max-width: 768px) {
  .footer-logo {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 480px) {
  .footer-logo {
    width: 300px;
    height: 200px;
  }
}



