/* [project]/workspace/src/styles/globals.css [client] (css) */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

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: .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: -.5em;
}

sub {
  bottom: -.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 {
  border: 0;
  padding: 0;
}

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 {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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;
}

* {
  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.mdl-mod-touch * {
  background-attachment: scroll !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;
}

.mdl-inline-block {
  max-width: 100%;
  display: inline-block;
}

.mdl-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mdl-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.mdl-button {
  -webkit-appearance: button;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.mdl-form {
  margin: 0 0 15px;
}

.mdl-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.mdl-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.mdl-input, .mdl-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;
}

.mdl-input::placeholder, .mdl-select::placeholder {
  color: #999;
}

.mdl-input:focus, .mdl-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.mdl-input[disabled], .mdl-select[disabled], .mdl-input[readonly], .mdl-select[readonly], fieldset[disabled] .mdl-input, fieldset[disabled] .mdl-select {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.mdl-input, textarea.mdl-select {
  height: auto;
}

.mdl-select {
  background-color: #f3f3f3;
}

.mdl-select[multiple] {
  height: auto;
}

.mdl-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.mdl-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.mdl-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.mdl-richtext:before, .mdl-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.mdl-richtext:after {
  clear: both;
}

.mdl-richtext ol, .mdl-richtext ul {
  overflow: hidden;
}

.mdl-richtext figure {
  max-width: 60%;
  position: relative;
}

.mdl-richtext figure img {
  width: 100%;
}

.mdl-richtext figure div {
  color: #0000;
  font-size: 0;
}

.mdl-richtext figure.mdl-richtext-figure-type-image {
  display: table;
}

.mdl-richtext figure.mdl-richtext-figure-type-image > div {
  display: inline-block;
}

.mdl-richtext figure.mdl-richtext-figure-type-image > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.mdl-richtext figure.mdl-richtext-figure-type-video {
  width: 60%;
  height: 0;
}

.mdl-richtext figure.mdl-richtext-figure-type-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mdl-richtext figure.mdl-richtext-figure-type-video > div {
  width: 100%;
}

.mdl-richtext figure.mdl-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.mdl-richtext figure.mdl-richtext-align-center.mdl-richtext-figure-type-image > div {
  max-width: 100%;
}

.mdl-richtext figure.mdl-richtext-align-normal {
  clear: both;
}

.mdl-richtext figure.mdl-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mdl-richtext figure.mdl-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.mdl-richtext figure.mdl-richtext-align-fullwidth > figcaption {
  display: block;
}

.mdl-richtext figure.mdl-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.mdl-richtext figure.mdl-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.mdl-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.mdl-nav:before, .mdl-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.mdl-nav:after {
  clear: both;
}

.mdl-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.mdl-nav-menu {
  float: right;
  position: relative;
}

.mdl-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.mdl-nav-button:focus {
  outline: 0;
}

.mdl-nav-button.mdl-open {
  color: #fff;
  background-color: #c8c8c8;
}

@media screen and (max-width: 991px) {
  .mdl-nav .mdl-nav-menu {
    display: none;
  }

  .mdl-nav .mdl-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mdl-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --body-color: #323232;
  --text-color: #161616;
  --primary: #2c60f5;
  --light-grey: #fafafa;
  --grey-text: #7e8181;
  --misty-rose: #ffdede;
  --light-blue-bg: #f8f8fa;
  --link-bg-grey: #f1f1f1;
  --secondary: #1d4fe0;
  --dim-grey: #c5c5c5;
  --bg-grey: #d4d4d4;
  --notification-bg: #2f5ad5;
  --border-color: #ebebeb;
}

body {
  color: var(--body-color);
  background-color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  color: var(--text-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  color: var(--text-color);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  letter-spacing: .7px;
  margin-bottom: 10px;
}

a {
  color: var(--text-color);
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--text-color);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 600;
}

sup {
  font-size: 60%;
}

blockquote {
  color: var(--primary);
  border-left: 0 #e2e2e2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 10px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  z-index: 1;
  position: relative;
}

.section.dark-section {
  color: #fff;
  background-color: #181818;
}

.section.white-bg {
  background-color: #fff;
}

.section.slider-second-section {
  z-index: 2;
  background-color: #0000;
  margin-top: -15em;
  overflow: hidden;
}

.section.overflow-hidden {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.big-container {
  max-width: none;
  padding-top: 0;
}

.container.no-padding-top {
  padding-top: 0;
}

.container.cta-container {
  padding-top: 2em;
  padding-bottom: 2em;
}

.container.container-footer {
  padding-top: 2em;
}

.container.with-large-bottom-padding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15em;
  display: flex;
}

.container.no-padding-bottom {
  padding-bottom: 0;
}

.container.small-container-bottom-padding {
  padding-bottom: 2em;
}

.container.small-container-top-padding {
  padding-top: 2em;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #fff0;
  height: 70px;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-section.home-hero-section {
  min-height: 100vh;
}

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  display: flex;
  position: static;
}

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.footer-link {
  z-index: 1;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #000;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  background-color: var(--light-grey);
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .8;
}

.footer-image {
  width: 100%;
  max-width: 120px;
}

.footer-heading {
  color: #000;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid #ebebeb;
  justify-content: space-between;
  padding-top: 1em;
  font-size: 16px;
  display: flex;
  overflow: hidden;
}

.nav-link-holder {
  padding-left: 9px;
}

.nav-link-holder.nav-button-holder {
  padding-left: 10px;
}

.body-white {
  background-color: #fff;
}

.content.relative {
  position: relative;
}

.content.relative.zindex-3 {
  z-index: 3;
}

.grey-text {
  color: var(--grey-text);
}

.contact-form-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2em;
  display: grid;
}

.success-message {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.error-message {
  background-color: var(--misty-rose);
  text-align: center;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
  margin-top: 1em;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.menu-button:hover, .menu-button.mdl-open {
  background-color: var(--link-bg-grey);
}

.copyright-text {
  color: var(--grey-text);
  line-height: 1.4;
}

.copyright-link {
  color: #000;
  margin-right: 5px;
  padding-left: 0;
  font-weight: 400;
}

.copyright-link:hover {
  color: var(--primary);
}

.rich-text {
  width: 100%;
  max-width: 720px;
  color: var(--text-color);
  line-height: 1.6;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text strong {
  color: #323232;
  font-weight: 600;
}

.rich-text a {
  color: #323232;
  border-bottom: 1px solid #323232;
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: var(--primary);
  border-bottom-color: #32323200;
  text-decoration: none;
}

.rich-text figure {
  background-color: #eef0f3;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  padding: 30px;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
}

.rich-text figcaption {
  color: #323232cc;
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h1 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 40px;
  font-weight: 600;
}

.rich-text p {
  color: #323232;
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h4 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text li {
  color: #323232;
  letter-spacing: .2px;
  margin-bottom: 12px;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  background-color: var(--light-grey);
  color: #000;
}

.style-guide-tab-holder.mdl-current {
  color: #fff;
  background-color: #000;
}

.style-guide-left-panel-holder {
  background-color: var(--light-blue-bg);
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text1 {
  margin-top: 0;
  font-size: 75px;
  font-weight: 300;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  background-color: var(--primary);
  color: #fff;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .35s;
}

.subscribe-button:hover {
  background-color: var(--secondary);
}

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-23 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-23:hover {
  color: #000;
}

.link-block-23.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-size: 16px;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-transform: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: border-color .35s, background-color .35s, color .35s;
  display: flex;
}

.button:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: #fff;
}

.button.with-icon {
  text-align: left;
  background-image: url("/images/Arrow-Icon.svg");
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button.white-button {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.white-button:hover {
  background-color: var(--light-grey);
}

.button.transparent-on-dark {
  background-color: #ffffff0d;
  border-color: #fff;
}

.button.transparent-on-dark:hover {
  border-color: var(--primary);
  color: #fff;
  background-color: #ffffff1a;
}

.button.nav-button {
  border-color: var(--text-color);
  color: var(--text-color);
  background-color: #16161600;
  padding: 10px 15px;
  position: relative;
}

.button.nav-button:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.button.button-transparent {
  color: var(--primary);
  background-color: #2c60f500;
}

.button.button-transparent:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.button.black-border-button {
  border-color: var(--text-color);
  color: var(--text-color);
  background-color: #2c60f500;
}

.button.black-border-button:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.button.button-link {
  color: var(--primary);
  background-color: #2c60f500;
  border-color: #2c60f500;
  padding: 0;
  transition: all .3s, border-color .35s, background-color .35s, color .35s;
}

.button.button-link:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.borders {
  border: 1px solid var(--dim-grey);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  background-color: var(--light-grey);
  color: #000;
  border: 0 #000;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #00000005;
}

.subscribe-email:focus {
  border-color: var(--primary);
  background-color: #fff;
}

.subscribe-email::placeholder {
  color: #0000004d;
}

.sg---color-primary {
  background-color: var(--primary);
  width: 235px;
  height: 150px;
}

.sg---color-primary.secondary-color {
  background-color: var(--secondary);
}

.sg---color-primary.black {
  background-color: var(--text-color);
}

.sg---color-primary.body-color {
  background-color: var(--body-color);
}

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

.font-light.bold-text {
  font-weight: 700;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--light-blue-bg);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

._404-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.brand-logo {
  max-width: 150px;
  height: 100%;
  max-height: 30px;
}

.brand-link {
  z-index: 2;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: #000;
}

.nav-link.mdl-current {
  color: var(--primary);
}

.nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-link.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
}

.link-background {
  z-index: -1;
  background-color: var(--link-bg-grey);
  position: absolute;
  inset: 0%;
}

.link-background.link-bg-on-dark {
  background-color: #ffffff26;
}

.link-background.white-link-bg {
  background-color: #fff;
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-section-secondary.no-zindex {
  z-index: auto;
}

.hero-section-secondary.overflow-hidden {
  overflow: hidden;
}

.hero-text-secondary {
  margin-top: 0;
}

.hero-description-short-container {
  max-width: 60%;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-brand-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer-title {
  max-width: 400px;
  font-size: 32px;
  font-weight: 300;
}

.social-media-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
}

.social-media-icon {
  width: 20px;
  height: 20px;
}

.social-media-icon.invert-social-media-icon {
  filter: invert();
}

.hero-description {
  max-width: 450px;
  color: var(--text-color);
  margin-bottom: 20px;
  font-size: 24px;
}

.hero-description.no-max-width {
  max-width: none;
  margin-bottom: 0;
}

.hero-description.center-hero-description {
  text-align: center;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-form-content {
  flex-direction: column;
  display: block;
}

.contact-form {
  max-width: 500px;
}

.input-field {
  background-color: var(--light-grey);
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 solid #00000005;
  border-radius: 0;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  background-color: #00000005;
}

.input-field:focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.input-field::placeholder {
  color: #0000004d;
}

.input-field.textarea-field {
  height: auto;
  min-height: 120px;
  padding-top: 15px;
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.mdl-current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

.link-color:hover {
  color: var(--primary);
}

.link-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.license-box-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  opacity: .5;
  object-fit: contain;
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 25px;
}

.feather-icons-image {
  width: 100%;
}

.instruction-item {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  padding: 2em;
}

.instructions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.trusted-by-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.trusted-by-grid-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 1em;
  display: flex;
}

.section-background {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-background.hero-blog-bg-section {
  height: 100vh;
}

.section-background.dark-section-bg {
  background-color: #262626;
}

.section-background.demo-pages-bg {
  background-color: #f5f5f5;
}

.footer-grid-content {
  display: block;
}

.footer-grid-content.second {
  margin-top: 1em;
}

.protected-input-holder {
  margin-bottom: 10px;
}

.blog-item-link3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-item-image-holder {
  width: 100%;
  height: auto;
  padding-top: 90%;
  position: relative;
  overflow: hidden;
}

.blog-item-image-holder.blog-big-item-image-holder {
  padding-top: 60%;
}

.blog-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-wrapper {
  margin-top: 3em;
}

.blog-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1em;
  display: flex;
  position: relative;
}

.blog-item-content.grey-blog-item-content {
  background-color: var(--light-grey);
}

.blog-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 2em;
  display: grid;
}

.post-image {
  width: 100%;
  margin-top: 3em;
}

.blog-item-category {
  color: #2b2b2bb3;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.shop-wrapper {
  margin-top: 40px;
}

.shop-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  position: absolute;
  inset: 1em 1em auto auto;
}

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

.add-to-cart-button {
  border: 1px solid var(--text-color);
  color: #fff0;
  background-color: #fff;
  background-image: url("/images/Cart-Icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: transform .45s, border-color .475s, background-color .475s;
}

.add-to-cart-button:hover {
  border-color: var(--primary);
}

.add-to-cart-button:active {
  transform: scale(.9);
}

.out-of-stock-state {
  background-color: var(--light-blue-bg);
  color: var(--text-color);
  padding: 5px;
}

.error-state {
  background-color: var(--misty-rose);
}

.category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  display: flex;
}

.cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
}

.cart-button {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-image {
  width: 20px;
}

.cart-quantity {
  border-color: var(--light-grey);
  width: 50px;
  height: 30px;
  color: var(--text-color);
  background-color: #fff;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: var(--light-blue-bg);
}

.cart-quantity:focus {
  border-color: var(--primary);
}

.cart-container {
  border-radius: 0;
  max-width: 540px;
}

.cart-header {
  border-bottom-color: var(--light-grey);
  padding: 1em;
}

.cart-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.cart-close-button {
  outline-offset: 0px;
  outline: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button:hover {
  opacity: .7;
}

.cart-form-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 6px;
  width: 70px;
  height: 70px;
}

.cart-footer {
  border-top-color: var(--light-grey);
  padding: 1em;
}

.remove-button {
  color: var(--primary);
  font-size: 13px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.remove-button:hover {
  color: #fa4d50;
}

.cart-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.cart-item-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.cart-item-option-list {
  font-size: 14px;
}

.cart-item-option-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 70px;
  margin-left: 1em;
  margin-right: 1em;
}

.x-icon {
  width: 12px;
  height: auto;
}

.cart-subtotal-label {
  font-size: 16px;
}

.cart-subtotal-price {
  font-size: 16px;
  font-weight: 600;
}

.web-payments {
  margin-bottom: 1em;
}

.cart-quantity-number {
  background-color: var(--text-color);
  color: #fff;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.product-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-other-images {
  margin-top: 1em;
}

.product-other-images-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-other-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-other-image-holder {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-other-image-lightbox {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: #fdfdfd;
}

.product-image-lightbox {
  transition-property: opacity;
}

.product-image-lightbox:hover {
  opacity: .8;
}

.product-add-to-cart-default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.product-quantity {
  text-align: right;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-add-to-cart-quantity {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.sticky-content {
  position: sticky;
  top: 100px;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.checkout-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-details {
  flex-basis: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
}

.checkout-box.no-margins {
  margin-bottom: 0;
}

.checkout-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.required-label {
  color: #00000080;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.block-header {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--light-grey);
  background-color: #0000;
  align-items: center;
  padding: 1em;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 1em;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.order-item-title {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
}

.order-item-quantity-holder {
  opacity: .7;
  color: var(--text-color);
}

.order-item-price {
  font-size: 14px;
  font-weight: 500;
}

.checkout-input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.checkout-input-field:hover {
  background-color: #00000005;
}

.checkout-input-field:focus, .checkout-input-field.-wfp-focus {
  border-color: var(--primary);
  background-color: #ffffff0a;
}

.checkout-input-field::placeholder {
  color: #0006;
}

.checkout-input-field.no-margins {
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  border-bottom-color: var(--light-grey);
  padding: 0 0 1em;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label {
  color: var(--text-color);
}

.order-summary-value {
  color: var(--text-color);
  font-size: 16px;
}

.order-line-item, .extra-item {
  align-items: center;
  margin-bottom: 10px;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shipping-method-title {
  font-weight: 500;
}

.shipping-method-description {
  font-size: 12px;
}

.shipping-method-price {
  font-weight: 500;
}

.order-info-column {
  padding-left: 0;
  padding-right: 0;
}

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-image {
  width: 100%;
}

.no-shipping {
  color: var(--dim-grey);
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  margin-top: 0;
  font-size: 60px;
}

.licensing-instruction-heading {
  margin-top: 0;
  font-size: 30px;
}

.product-category-wrapper {
  display: block;
}

.product-category-list {
  padding-bottom: 1em;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 120px;
  width: 100%;
}

.nav-dropdown-footer {
  background-image: linear-gradient(#0000, #000 79%);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  font-size: 16px;
  display: flex;
  position: relative;
}

.nav-dropdown-column {
  position: relative;
}

.nav-dropdown-heading {
  color: var(--bg-grey);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.whilte-link {
  color: #fff;
}

.whilte-link:hover {
  opacity: .8;
  color: #fff;
}

.nav-dropdown-line-abs {
  background-color: #fff3;
  width: 1px;
  display: block;
  position: absolute;
  inset: -20% 0% -40% auto;
}

.nav-menu-overlay-mobile {
  display: none;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 36px;
  display: none;
  position: absolute;
  inset: auto 0 -28px;
  overflow: hidden;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-more-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  max-width: 1050px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.template-cta-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.template-cta-image {
  margin-top: 2em;
}

.small-black-text {
  color: #000;
  font-size: 16px;
}

.small-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.small-content.no-padding {
  padding-bottom: 0;
}

.black-70pct {
  color: #0f0f11b3;
}

.large-white-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
}

.box-paragraph {
  text-align: center;
}

.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-logo {
  position: absolute;
  inset: 17% auto auto 7%;
}

.orange-box {
  background-color: #ff5e20;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-box-tittle {
  padding-left: 2em;
  padding-right: 2em;
}

.buy-now-link {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px 15px 60px;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.buy-now-link:hover {
  background-color: #ffffffd4;
}

.blue-box {
  background-color: #3351f5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 500;
  display: flex;
}

.template-includes-card {
  color: #ffffffb3;
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
  overflow: hidden;
}

.feature-box {
  background-color: #181818;
  background-image: url("/images/Wedoflow-3d-Icon_1Wedoflow-3d-Icon.webp");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #505050;
  border-radius: 12px;
  padding: 130px 45% 130px 70px;
  position: relative;
  overflow: hidden;
}

.text-gray-paragraph-holder-2 {
  padding-right: 34px;
}

.figma-file-image {
  width: 100%;
  height: 100%;
}

.small-empty-space-in-text {
  width: 0;
  display: inline-block;
}

.template-more-things-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
}

.white-link {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  transition-property: border-color;
}

.white-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.style-guide-image {
  width: 100%;
  margin-left: -2em;
}

.text-gray-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-right: 100px;
  display: flex;
}

.demo-cta-image {
  width: 100%;
  margin-top: 20px;
}

.notifications-image {
  width: 115%;
  max-width: none;
  margin-left: -2em;
}

.template-growth-features {
  color: #fff;
  font-size: 29px;
  font-weight: 500;
}

.demo-business-email-image {
  width: 100%;
  margin-top: 40px;
}

.figma-component-library-holder {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
}

.demo-page-image-holder {
  border-radius: 20px;
  width: 100%;
  padding-top: 73%;
  transition: padding .35s;
  position: relative;
}

.main-page-title-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.demo-page-link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.demo-page-link:hover {
  text-decoration: none;
}

.main-page-badge {
  border: 1px solid #0f0f11;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.demo-page-item-border {
  z-index: -1;
  background-color: #000;
  border-radius: 19px;
  position: absolute;
  inset: -1px;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.demo-pages-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.template-included-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.template-included-image.template-styles-and-buttons {
  object-fit: contain;
}

.template-overlay {
  background-image: linear-gradient(to top, #00000080, #0000);
  position: absolute;
  inset: 0%;
}

.template-overlay.grey-overlay-box {
  z-index: 2;
  background-image: linear-gradient(to top, #f5f5f7, #00000003 100%, #e8eaeb00);
  height: 50%;
  top: auto;
}

.inside-box-text {
  text-align: center;
  font-size: 26px;
}

.template-includes-box {
  background-color: #f5f5f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-included-image-holder {
  width: 100%;
  height: 70%;
  position: relative;
}

.grid-what-is-included {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-what-is-included-holder {
  width: 100%;
  margin-top: 50px;
}

.text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 180px;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.template-cards-wrapper {
  flex: none;
  justify-content: center;
  width: auto;
  display: flex;
}

.white-paragraph {
  color: #fff;
}

.template-footer-button-holder {
  max-width: 350px;
}

.template-button-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.demo-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  background-color: #111;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff1a;
}

.template-card-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 420px;
  min-height: 30vw;
  padding: 1%;
  display: flex;
  position: relative;
}

.template-card-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.demo-blur-bg-effect {
  z-index: 0;
  opacity: 0;
  filter: blur(100px);
  background-color: #4652f6;
  width: 80%;
  height: 70%;
  position: absolute;
}

.integration-heading {
  font-size: 42px;
  font-weight: 500;
}

.template-footer-heading {
  color: #fff;
  width: 100%;
  max-width: 510px;
}

.demo-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto -1% -1%;
}

.template-footer-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.template-card-image-holder {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-description-holder {
  margin-top: 3em;
}

.hero-description-holder.small-top-margin {
  margin-top: 1em;
}

.button-view-page {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow;
  display: flex;
  position: relative;
}

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px #0003;
}

.black-paragraph {
  color: #000;
}

.white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.with-standarts-quick-stack {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  padding: 0;
}

.white-medium-text {
  font-size: 25px;
  font-weight: 500;
}

.quic-stack-box {
  background-color: #ffc444;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.blue {
  color: #fff;
  background-color: #3452ff;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.figma-design-image {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 330px;
  margin-top: 20px;
}

.black-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}

.open-cource-image {
  object-fit: contain;
  object-position: 100% 100%;
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.open-cource-image.top-image {
  width: 70%;
  top: 0;
}

.black-text-paragraph-holder {
  padding-left: 0;
  padding-right: 30px;
}

.link-inline {
  color: #d7e2ff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-decoration: underline;
}

.link-inline:hover {
  color: #fff;
}

.link-inline.mdl-current {
  color: #000;
}

.notification-subscribe-box {
  background-color: #fff;
  background-image: url("/images/Button-Icon.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--notification-bg);
  color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link:hover {
  color: #fff;
  background-color: #0f0f11;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--notification-bg);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-link-arrow {
  background-image: url("/images/Button-Icon.svg"), linear-gradient(#fff, #e0e8ff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: #ffffffe6;
}

.code-text {
  letter-spacing: .3px;
  margin-top: 1em;
  font-size: 15px;
  font-style: normal;
}

.code-tag-color {
  color: #170;
}

.code-style-starter {
  padding-left: 25px;
}

.code-grey {
  color: #555;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

.component-text {
  color: #00a457;
  background-image: url("/images/GreenCube.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 20px;
  position: relative;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-footer-main-link-holder {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.navbar-footer-main-link-holder:hover {
  color: var(--primary);
}

.demo-page-text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.category-holder {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-item-title-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.product-item-link {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.product-item-link:hover {
  text-decoration: none;
}

.shop-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop-item-title {
  font-size: 22px;
}

.shop-item-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  display: flex;
}

.shop-item-price {
  font-size: 20px;
}

.small-thumbnail-image {
  border-radius: 14px;
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.topic-text {
  color: var(--grey-text);
}

.shop-item-summary {
  color: #606060;
  font-size: 15px;
  display: none;
}

.folders-parent {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.filter-holder {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 5px;
  line-height: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px #0000001a;
}

.filter-holder.no-margin-top {
  margin-top: 0;
}

.category-item-link {
  color: #000;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.category-item-link:hover {
  color: #000;
  background-color: #0000000d;
  text-decoration: none;
}

.category-item-link.mdl-current {
  color: #fff;
  background-color: #000;
  border-color: #ff7d1e;
}

.hide-on-desktop {
  display: none;
}

.blog-item-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

.blog-item-date {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-item-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-link:hover {
  text-decoration: none;
}

.footer-heading-lighter {
  color: var(--notification-bg);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.footer-description-secondary {
  color: #00000080;
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons-2nd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-item-with-checkicon {
  color: var(--grey-text);
  background-image: url("/images/Blue-Check.svg");
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.white-text {
  color: #fff;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.heading-3-style {
  margin-top: 0;
  font-size: 50px;
}

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000000d;
}

.card-item:hover {
  text-decoration: none;
}

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px #0000001a;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  transition: opacity .4s;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .8;
}

.accordion-item-content {
  width: 100%;
  padding-left: 3.8em;
  overflow: hidden;
}

.accordion-item {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.accordion-plus-icon {
  width: 25px;
}

.grey-text-2 {
  color: #878d95;
}

.accordion-icon-holder {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
  display: flex;
}

.accordion-title {
  font-size: 24px;
}

.accordion-description {
  max-width: 600px;
  color: var(--grey-text);
  margin-top: 1em;
  margin-bottom: 1em;
}

.accordion-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.notification-button {
  color: var(--notification-bg);
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button:hover {
  background-color: #ffffffe6;
}

.product-price {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 32px;
}

.hide-demo-page-text-on-tablet {
  padding-left: 5px;
}

.demo-hero-buttons-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-icon {
  height: 14px;
}

.cta {
  background-color: #fff;
  width: 100%;
}

.cta-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-button-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.cta-bg-bottom {
  justify-content: flex-end;
  align-items: flex-end;
  height: 140px;
  display: flex;
}

.cta-bg-top {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90px;
  display: flex;
}

.cta-bg-image-top {
  height: 109px;
}

.cta-bg-image-bottom {
  height: 160px;
}

.no-margin-top {
  margin-top: 0;
}

.copyright-panel {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.follow-us-panel {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 2em;
}

.follow-us-text-holder {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.footer-email-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 300;
  display: flex;
}

.footer-email-link:hover {
  color: var(--primary);
}

.footer-email-box {
  background-color: var(--primary);
  background-image: url("/images/White-Arrow.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.follow-us-arrow-image {
  width: 20px;
}

.follow-us-main-panel {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-hero-content {
  width: 100%;
  max-width: 590px;
  padding-top: 3em;
  padding-bottom: 8em;
}

.home-section-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.slider {
  background-color: #fff0;
  justify-content: flex-end;
  height: auto;
  display: flex;
}

.slider.slider-on-tablet-and-mobile {
  display: none;
}

.mask {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.slide {
  width: 100%;
  height: auto;
  margin-right: 2em;
}

.slide-item-link {
  width: 100%;
  height: 30em;
  position: relative;
}

.slide-item-link.hide-slide-item-on-mobile {
  display: block;
}

.slide-item-content {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--link-bg-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 15em;
  padding: 2em;
  display: flex;
  position: relative;
}

.slide-item-content.transparent-item-content {
  color: #fff;
  background-color: #f1f1f100;
}

.slide-item-title {
  font-size: 26px;
}

.slide-nav {
  opacity: .6;
  width: auto;
  height: 17px;
  color: var(--primary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 0 0;
  font-size: 11px;
  display: flex;
  position: absolute;
  inset: auto 0% -50px auto;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide-image-holder {
  width: 100%;
  height: 15em;
  position: relative;
  overflow: hidden;
}

.slide-image-full-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-image-overlay {
  background-image: linear-gradient(to top, #0000, #00000059 80%);
  position: absolute;
  inset: 0%;
}

.first-slider-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300%;
  min-width: 300%;
  display: grid;
}

.first-slider-content-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.slider-arrow {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 40px;
  display: flex;
  inset: auto auto -60px 0%;
  overflow: visible;
}

.slider-arrow.right-slider-arrow {
  left: 50px;
}

.slider-arrow.grey-color {
  background-color: var(--light-grey);
}

.slider-arrow-image {
  width: 24px;
  inset: auto auto 0% 0%;
}

.slider-arrow-image.reverse {
  transform: rotate(180deg);
}

.fake-left-arrow-image-when-no-link {
  opacity: .5;
  filter: grayscale();
  width: 24px;
  position: absolute;
  inset: auto auto -50px 0;
  transform: rotate(180deg);
}

.fake-right-arrow-image-when-no-link {
  opacity: .5;
  filter: grayscale();
  width: 24px;
  position: absolute;
  inset: auto auto -50px 50px;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-top-2em {
  margin-top: 2em;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3em;
  display: grid;
}

.service-item-card-link {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--light-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.service-card-item-image {
  height: 100%;
}

.service-item-title {
  font-size: 34px;
}

.service-item-description-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-item-link {
  border-bottom: 1px solid #fff;
  line-height: 1;
}

.service-item-content {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.service-item-card-bg {
  z-index: 2;
  background-color: var(--body-color);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.service-item-icon-holder {
  height: 52px;
  position: relative;
}

.service-card-item-white-image {
  opacity: 0;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.showcase-collection-item, .showcase-collection-wrapper {
  width: 100%;
}

.slide-item-subtitle {
  font-size: 18px;
}

.slide-content-bg {
  z-index: -1;
  opacity: 0;
  background-color: #fdfdfd;
  position: absolute;
  inset: 0%;
}

.slide-content-bg.dark-slide-content-bg {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0000);
}

.team-members-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3em;
  display: grid;
}

.team-member-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  perspective: 2000px;
  perspective-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  min-height: 380px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-item-bg {
  z-index: -1;
  background-image: linear-gradient(#eaeaea, #e0e0e0);
  position: absolute;
  inset: 0% -100vw;
}

.team-member-content {
  z-index: 3;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #32323266;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 2em;
  display: flex;
  position: relative;
  transform: none;
}

.team-member-main-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3em;
  display: flex;
}

.team-member-item-title {
  font-size: 34px;
}

.team-member-image-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 1em;
}

.team-member-image {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.team-member-bg-holder {
  position: absolute;
  inset: 0%;
}

.team-member-item-parent {
  position: relative;
}

.blog-item-content-holder {
  z-index: 2;
  width: 100%;
  margin-top: -3em;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.blog-item-content-holder.blog-big-item-content-holder {
  max-width: 42%;
  margin-top: 0;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog-item-read-more {
  color: var(--primary);
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 16px;
}

.blog-item-read-more-holder {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.section-info-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.showcase-grid-items {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.showcase-item {
  width: 100%;
}

.showcase-item-link {
  width: 100%;
  padding-bottom: 3em;
  position: relative;
}

.showcase-item-content {
  z-index: 1;
  background-color: #fff;
  padding: 1em;
  font-size: 16px;
  display: block;
  position: absolute;
  inset: auto 0% 0% 2em;
}

.showcase-item-content.grey-showcase-item-content {
  background-color: var(--light-grey);
}

.showcase-item-image-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.showcase-item-image {
  object-fit: cover;
  width: 100%;
  max-height: 410px;
  position: relative;
}

.showcase-item-subtitle {
  font-weight: 500;
  display: inline-block;
}

.showcase-item-title {
  color: var(--grey-text);
  display: inline;
}

.showcase-item-subtitle-holder {
  margin-right: 5px;
  display: inline;
}

.hero-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  width: 100%;
  color: var(--text-color);
  letter-spacing: -.8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.hero-text-content.showcase-main-title {
  font-size: 60px;
}

.hero-text-content.showcase-main-title.main-title-grey {
  color: #565656;
}

.hero-text-content.home-hero-text-content {
  font-size: 75px;
}

.hero-text-content.demo-page-hero-text {
  justify-content: center;
  max-width: 700px;
  font-size: 70px;
}

.hero-text {
  width: auto;
  overflow: hidden;
}

.hero-text._8 {
  color: var(--primary);
}

.hero-text-letter {
  perspective: 2000px;
  perspective-origin: 50%;
}

.hero-text-word {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.hero-text-word.center-hero-text-word {
  justify-content: center;
}

.insights-hero-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.blog-big-wrapper {
  margin-top: -15em;
}

.blog-big-collection {
  width: 100%;
  max-width: 80%;
}

.blog-hero-pattern-image {
  width: 100%;
}

.blog-hero-subscribe-panel {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 2em;
  position: relative;
}

.subscribe-button-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.medium-text {
  font-size: 34px;
  font-weight: 300;
}

.blog-hero-subscribe-panel-parent {
  z-index: 1;
  width: 300px;
  position: absolute;
  top: auto;
  bottom: -10%;
  right: 0%;
}

.navbar-bg-grey {
  z-index: 0;
  background-color: var(--light-grey);
  position: absolute;
  inset: 0%;
}

.detail-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 4fr;
  width: 100%;
  display: grid;
}

.detail-line {
  background-color: var(--body-color);
  width: 100%;
  height: 1px;
}

.detail-data-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 3em;
  font-size: 14px;
  display: flex;
}

.badge {
  color: var(--primary);
  background-color: #d0e2ff;
  border-radius: 100px;
  padding: 4px 8px;
}

.share-panel {
  padding-bottom: 1em;
  padding-right: 2em;
}

.share-text-holder {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.animation-on-page-load-4 {
  overflow: visible;
}

.detail-data-parent {
  width: 100%;
  position: relative;
  top: 20px;
}

.showcase-main-image {
  object-fit: cover;
  width: 80%;
  max-height: 70vh;
  position: relative;
}

.showcase-main-content {
  z-index: 1;
  background-color: #fff;
  max-width: 80%;
  margin-top: -10em;
  margin-left: auto;
  margin-right: 0;
  padding: 1em;
  font-size: 16px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  right: 0;
}

.showcase-pattern-image {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 5% 5% auto auto;
}

.showcase-hero-content {
  width: 100%;
  position: relative;
}

.hero-buttons-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3em;
  display: flex;
}

.showcases-hero-slider {
  background-color: #fff0;
  justify-content: flex-start;
  width: 50vw;
  height: auto;
  display: flex;
  position: absolute;
  left: 30px;
}

.showcases-hero-slider-mast {
  width: 30vw;
  height: auto;
  overflow: visible;
}

.showcases-hero-slider-holder {
  width: 100%;
  height: 35em;
  padding-bottom: 100px;
  position: relative;
}

.slide-nav-hero-showcases {
  opacity: .6;
  width: auto;
  height: 17px;
  color: var(--primary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 0 0;
  font-size: 9px;
  display: flex;
  position: absolute;
  inset: auto auto -48px 120px;
}

.showcases-hero-slider-container {
  width: 50vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  overflow: hidden;
}

.showcase-hero-slider-overlay {
  z-index: 2;
  background-image: linear-gradient(to right, var(--light-grey), #fafafa00);
  width: 30px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.showcases-hero-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.margin-top-1em {
  margin-top: 1em;
}

.who-we-are-hero-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  display: grid;
}

.who-we-are-images-container {
  width: 100%;
  height: 100%;
  min-height: 510px;
  position: relative;
}

.who-we-are-hero-pattern {
  max-width: none;
  height: 70%;
  position: absolute;
  top: 10%;
  left: auto;
  right: 0%;
}

.who-we-are-image {
  width: 60%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.who-we-are-image-2 {
  width: 80%;
  position: absolute;
  inset: 30% 20% auto auto;
}

.who-we-are-image-3 {
  width: 60%;
  position: absolute;
  inset: auto auto 0% -70%;
}

.home-image-overlay {
  opacity: .2;
  background-image: linear-gradient(to right, #fff, #fff0 67%);
  position: absolute;
  inset: 0%;
}

.about-slide-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.about-slider-mask {
  width: 100%;
}

.about-slide {
  background-color: var(--light-grey);
  width: 100%;
}

.about-slide-image-holder {
  width: 100%;
  position: relative;
}

.about-slider {
  background-color: #0000;
  min-height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
}

.about-slide-summary-holder {
  color: var(--grey-text);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.about-slide-summary {
  color: var(--grey-text);
}

.big-number {
  letter-spacing: -4px;
  font-size: 76px;
  font-weight: 500;
  line-height: 1.3;
}

.big-number.about-slide-years {
  color: var(--text-color);
  font-size: 53px;
}

.about-slide-title {
  color: var(--body-color);
  font-size: 34px;
}

.about-slide-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.about-slide-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-slider-container {
  width: 100%;
  padding-bottom: 3em;
}

.grid-stats {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  border-bottom: 3px solid var(--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3em;
  padding-bottom: 3em;
  display: grid;
}

.grid-stats.on-dark {
  margin-top: 3em;
  margin-bottom: 0;
}

.open-positions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid var(--border-color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
}

.open-position-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--border-color);
  color: #3b5266;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  transition-property: border-color;
  display: flex;
}

.open-position-link:hover {
  border-bottom-color: var(--primary);
  color: #3b5266;
}

.open-position-text {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.heading-small {
  font-size: 24px;
  font-weight: 600;
}

.heading-small.heading-font-color {
  color: #1e1e1e;
}

.open-position-icon {
  width: 20px;
  min-width: 20px;
}

.image-holder-with-animation {
  margin-top: 3em;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.image-holder-with-animation.image-holder-service-detail {
  margin-top: 0;
  padding-top: 0%;
}

.image-with-animation-container {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-with-animation-container.image-service-detail-container {
  height: 100%;
  position: relative;
}

.image-with-animation {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.what-we-do-images-container {
  width: 100%;
  height: 100%;
  min-height: 510px;
  position: relative;
}

.what-we-do-image {
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0% 0% auto auto;
}

.what-we-do-image-holder {
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.what-we-do-image-overlay {
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.service-detail-icon {
  width: 52px;
}

.service-detail-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-detail-2col-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-top: 1px solid var(--border-color);
  width: 100%;
  color: var(--grey-text);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1em;
  display: grid;
}

.service-detail-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  align-items: center;
  display: grid;
}

.service-detail-grid.full-align {
  align-items: stretch;
}

.service-detail-content-inside-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1em;
  display: flex;
}

.service-detail-image-holder {
  width: 100%;
}

.service-detail-item {
  background-color: #fff;
  height: 100%;
}

.product-quantity-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  display: flex;
  position: relative;
}

.product-quantity-label {
  position: absolute;
  left: 1em;
}

.product-button-holder {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.hide-options {
  display: none;
}

.checkout-main-content {
  flex-basis: 100%;
}

.list-two-columns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 2em;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
}

.contact-box {
  background-color: #fff;
  padding: 2em;
  position: relative;
}

.contact-hero-box {
  z-index: 1;
  width: 80%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  top: auto;
  right: 0%;
}

.contact-hero-pattern-image {
  z-index: -1;
  object-fit: cover;
  background-image: url("/images/Blog-Pattern.svg");
  background-position: 0 0;
  background-size: 100%;
  width: 100%;
  height: 94%;
  position: absolute;
}

.contact-hero-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

._404 {
  font-size: 460px;
  font-weight: 200;
  line-height: 1;
}

._404-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-zero-holder {
  position: relative;
  top: 20px;
}

._404-zero {
  width: 300px;
}

._401-hero-blue {
  color: var(--primary);
  font-style: italic;
}

.password-hero-pattern {
  width: 100%;
}

._401-hero-panel-parent {
  z-index: 1;
  width: 300px;
  position: absolute;
  top: auto;
  bottom: -10%;
  right: 0%;
}

.hero-content-demo-page {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.white-70pct {
  color: #ffffffb3;
}

@media screen and (min-width: 1280px) {
  .showcase-item-content, .showcase-main-content {
    font-size: 18px;
    left: 3em;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .button.no-margins {
    margin-bottom: 0;
  }

  .button.button-link:hover {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-link.white-nav-link {
    text-transform: lowercase;
  }

  .template-cards-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .template-footer-button-holder {
    max-width: 380px;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 170vw;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .demo-blur-bg-effect {
    filter: blur(70px);
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .open-cource-image.top-image {
    width: 80%;
  }

  .slide-item-title {
    font-size: 28px;
  }

  .slide-content-bg {
    z-index: -1;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--light-grey);
    background-color: #fff;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: start;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 0;
  }

  .menu-button {
    z-index: 1;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button.mdl-open {
    background-color: var(--light-grey);
    border-radius: 10px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text1 {
    font-size: 80px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-23 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-weight: 500;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .link-background.link-bg-on-dark {
    display: none;
  }

  .social-media-icons {
    flex-wrap: wrap;
  }

  .hero-description {
    font-size: 20px;
  }

  .contact-form {
    max-width: 100%;
  }

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .blog-grid, .shop-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-cart-holder {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .cart {
    z-index: 1;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .product-title {
    font-size: 50px;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-menu-overlay-mobile {
    z-index: 1;
    background-color: #fff;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 440px;
  }

  .feature-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
  }

  .template-more-things-grid, .demo-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-included-image-holder {
    height: auto;
  }

  .grid-what-is-included {
    grid-template-columns: 1fr;
  }

  .text-paragraph-holder {
    height: auto;
  }

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .white-text-paragraph-holder {
    width: 300px;
  }

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .list {
    padding-left: 0;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .cta-grid {
    grid-template-columns: 2fr 1fr;
  }

  .cta-bg-bottom, .cta-bg-top {
    height: auto;
  }

  .cta-bg-image-top {
    width: 100%;
    height: auto;
  }

  .cta-bg-image-bottom {
    width: 60%;
    height: auto;
  }

  .follow-us-panel {
    padding-top: 2em;
    padding-right: 0;
  }

  .follow-us-text-holder {
    display: none;
  }

  .home-hero-content {
    width: 100%;
  }

  .slider.slider-on-tablet-and-mobile {
    display: flex;
  }

  .slider.slider-on-desktop-only {
    display: none;
  }

  .mask {
    width: 100%;
  }

  .slide-item-link.hide-slide-item-on-mobile {
    display: none;
  }

  .first-slider-grid {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-item-link {
    border-bottom-color: var(--body-color);
  }

  .slide-content-bg {
    display: none;
  }

  .team-members-grid {
    grid-template-columns: 1fr 1fr;
  }

  .showcase-grid-items {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .showcase-item-content {
    min-height: 5em;
    font-size: 18px;
    left: 3em;
  }

  .hero-text-content {
    grid-column-gap: 10px;
    font-size: 50px;
  }

  .hero-text-content.showcase-main-title {
    font-size: 45px;
  }

  .hero-text-content.home-hero-text-content {
    font-size: 70px;
  }

  .hero-text-content.demo-page-hero-text {
    font-size: 60px;
  }

  .share-panel {
    padding-right: 0;
  }

  .showcase-main-content {
    max-width: 93%;
    margin-top: -5em;
    font-size: 18px;
  }

  .showcases-hero-slider-mast {
    width: 40vw;
  }

  .what-we-do-image-overlay {
    width: 80%;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  ._404 {
    font-size: 40vw;
  }

  ._404-zero-holder {
    top: 12px;
  }

  ._404-zero {
    width: 23vw;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .footer-image {
    object-fit: contain;
  }

  .made-by-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

  .hero-text1 {
    font-size: 56px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .nav-link.white-nav-link {
    padding-left: 15px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-content {
    height: auto;
  }

  .trusted-by-grid-content {
    min-height: auto;
    padding: 5px;
  }

  .post-image {
    margin-top: 2em;
  }

  .shop-list {
    grid-template-columns: 1fr;
  }

  .cart-container {
    max-width: 90vw;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .product-title {
    font-size: 40px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .hero-description-holder {
    margin-top: 2em;
  }

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .blog-item-title-2 {
    font-size: 28px;
  }

  .white-text {
    color: #fff;
  }

  .card-item {
    flex-direction: column;
  }

  .accordion-title {
    font-size: 24px;
  }

  .cta-bg-top {
    margin-bottom: -1em;
  }

  .cta-bg-image-bottom {
    width: 70%;
    margin-top: -3em;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-item-card-link {
    padding-left: 1em;
    padding-right: 1em;
  }

  .team-members-grid {
    grid-template-columns: 1fr;
  }

  .team-member-item {
    min-height: 100vw;
  }

  .blog-item-content-holder.blog-big-item-content-holder {
    max-width: 90%;
  }

  .hero-text-content {
    grid-row-gap: 0px;
    font-size: 50px;
    line-height: 1.2;
  }

  .hero-text-content.showcase-main-title {
    font-size: 30px;
  }

  .hero-text-content.home-hero-text-content {
    font-size: 60px;
  }

  .hero-text-content.demo-page-hero-text {
    font-size: 50px;
  }

  .hero-text {
    margin-top: 0;
  }

  .insights-hero-grid {
    grid-template-columns: 1fr;
  }

  .blog-big-collection {
    max-width: 100%;
  }

  .blog-hero-subscribe-panel-parent {
    width: 70vw;
    bottom: 15%;
    right: 5%;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-data-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .detail-data-parent {
    top: 0;
  }

  .showcases-hero-slider {
    width: 120vw;
    left: 1em;
  }

  .showcases-hero-slider-mast {
    width: 60vw;
  }

  .showcases-hero-slider-container {
    width: 120vw;
    left: -1em;
  }

  .showcase-hero-slider-overlay {
    width: 1em;
  }

  .showcases-hero-grid, .who-we-are-hero-grid {
    grid-template-columns: 1fr;
  }

  .about-slide-image-holder {
    min-height: 40vh;
  }

  .big-number {
    font-size: 60px;
  }

  .about-slide-container {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .about-slide-image {
    object-position: 50% 0%;
  }

  .grid-stats {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .open-position-link {
    align-items: flex-start;
  }

  .open-position-text {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .open-position-icon {
    margin-top: 4px;
  }

  .what-we-do-images-container {
    height: auto;
    min-height: auto;
  }

  .what-we-do-image {
    width: 100%;
    height: auto;
  }

  .what-we-do-image-holder {
    width: 100%;
    height: auto;
    position: relative;
  }

  .what-we-do-image-overlay {
    background-image: linear-gradient(to top, #fff, #fff0);
    width: 100%;
    height: 30%;
    inset: auto 0% 0%;
  }

  .contact-hero-box {
    width: 95%;
    margin-right: auto;
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;
  }

  ._401-hero-panel-parent {
    width: 70vw;
    bottom: 15%;
    right: 5%;
  }

  .hero-content-demo-page {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .container {
    padding: 3em 1em;
  }

  .hero-section, .hero-section.home-hero-section {
    min-height: 80vh;
  }

  .hero-section.demo-hero-section {
    min-height: auto;
  }

  .grid-6-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 29px;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text1 {
    font-size: 34px;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .aa-font {
    font-size: 80px;
  }

  .button-holder {
    padding: 1em;
  }

  .subscribe-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .headings-holder {
    padding: 1em;
  }

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .hero-content {
    align-items: flex-start;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .trusted-by-container.animation-bottom-on-page-load {
    margin-top: 2em;
  }

  .trusted-by-grid-content {
    min-height: auto;
  }

  .footer-grid-content.second {
    margin-top: 0;
  }

  .footer-grid-content.last-item-footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-item-image-holder.blog-big-item-image-holder {
    padding-top: 90%;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .shop-list {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .cart-container {
    border-radius: 0;
    max-width: 100%;
  }

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .product-other-images {
    margin-top: .5em;
  }

  .product-other-images-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-other-image-lightbox {
    padding: .5em;
  }

  .product-add-to-cart-quantity {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .order-item-full-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .licensing-instruction-heading {
    font-size: 20px;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.mdl-open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .nav-menu-overlay-mobile {
    height: 70px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .small-content {
    padding-bottom: 2em;
  }

  .large-white-text {
    font-size: 30px;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

  .text-gray-paragraph-holder-2 {
    padding-right: 20px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .demo-pages-grid {
    grid-template-columns: 1fr;
  }

  .inside-box-text {
    text-align: center;
  }

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .hero-description-holder {
    margin-top: 1em;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.dark-gray {
    padding-top: 150px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .open-cource-image.top-image {
    width: 100%;
    max-height: 210px;
  }

  .hero-link {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .shop-item-title-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .category-list-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

  .white-text {
    color: #fff;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .accordion-item-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .accordion-list, .demo-hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-button-holder {
    align-items: flex-start;
  }

  .cta-bg-top {
    margin-bottom: 1em;
    overflow: hidden;
  }

  .cta-bg-image-top {
    width: auto;
    max-width: none;
    height: 40px;
  }

  .cta-bg-image-bottom {
    width: 100%;
    margin-top: -2em;
  }

  .copyright-panel {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-email-link {
    font-size: 20px;
  }

  .home-section-bg-image {
    object-position: 60% 50%;
  }

  .slide-item-content {
    padding: 1.5em;
  }

  .slide-item-title {
    font-size: 24px;
  }

  .margin-top-2em {
    margin-top: 1em;
  }

  .service-item-title {
    font-size: 26px;
  }

  .service-item-content, .team-member-content {
    font-size: 16px;
  }

  .team-member-item-title {
    font-size: 26px;
  }

  .blog-item-content-holder.blog-big-item-content-holder {
    max-width: 100%;
    margin-top: -2em;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .showcase-item-content {
    font-size: 16px;
    left: 1em;
  }

  .hero-text-content {
    grid-column-gap: 7px;
    font-size: 40px;
  }

  .hero-text-content.showcase-main-title {
    font-size: 26px;
  }

  .hero-text-content.home-hero-text-content {
    font-size: 40px;
  }

  .hero-text-content.demo-page-hero-text {
    font-size: 32px;
  }

  .blog-hero-subscribe-panel {
    padding: 1em;
  }

  .medium-text {
    font-size: 24px;
  }

  .blog-hero-subscribe-panel-parent {
    width: 90%;
    font-size: 16px;
    bottom: 5%;
    right: 5%;
  }

  .showcase-main-image.animation-on-page-load-1 {
    width: 90%;
  }

  .showcase-main-content {
    max-width: 95%;
    margin-top: -2em;
    font-size: 16px;
  }

  .showcase-pattern-image.animation-bottom-on-page-load {
    top: 0%;
    right: -.5em;
  }

  .hero-buttons-holder {
    margin-top: 2em;
  }

  .showcases-hero-slider-mast {
    width: 80vw;
  }

  .margin-top-1em {
    margin-top: 1em;
  }

  .about-slide-image-holder {
    min-height: 30vh;
  }

  .about-slide-title {
    font-size: 24px;
  }

  .open-positions-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .heading-small {
    font-size: 20px;
  }

  .open-position-icon {
    width: 15px;
  }

  .service-detail-2col-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-quantity-holder {
    width: 100%;
  }

  .list-two-columns {
    grid-template-columns: 1fr;
  }

  .contact-box {
    padding: 1.5em 1em;
  }

  .contact-hero-box {
    font-size: 16px;
  }

  ._401-hero-panel-parent {
    width: 90%;
    font-size: 16px;
    bottom: 5%;
    right: 5%;
  }
}

#mdl-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f822d-52a3926e, #mdl-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f8236-52a3926e, #mdl-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f823f-52a3926e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#mdl-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-52a3926e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#mdl-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e2-52a3926e, #mdl-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e9-52a3926e, #mdl-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f0-52a3926e, #mdl-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-52a3926e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#mdl-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-52a3926e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#mdl-node-c1734742-2afe-bc88-19df-2f04a114aad8-52a3926e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#mdl-node-c1734742-2afe-bc88-19df-2f04a114aad9-52a3926e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#mdl-node-c1734742-2afe-bc88-19df-2f04a114aae1-52a3926e, #mdl-node-c1734742-2afe-bc88-19df-2f04a114aaed-52a3926e, #mdl-node-_40f4c42e-c5b5-ec97-317c-3ec28e179204-52a3926e, #mdl-node-_40f4c42e-c5b5-ec97-317c-3ec28e179212-52a3926e, #mdl-node-f3595e4c-6479-fa4f-73da-30155fef3dc3-0a144c54, #mdl-node-b6af3870-94c4-787a-3225-1c5dc1c67281-0a144c54, #mdl-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#mdl-node-_65bd6440-e0d0-83ad-7ae2-ec57b8b8e285-52a39271 {
  align-self: center;
}

#mdl-node-_49b10431-04ce-8fd0-4ca7-5e431d2a6b09-52a39275, #mdl-node-f34feb40-5396-70b8-ebc3-42c9354fa884-52a39275, #mdl-node-ec2d2a5b-22d2-dd96-a65e-bf8bab72be14-52a39275, #mdl-node-_00f42813-1b15-ffbc-9439-d45029e25001-52a39275 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#mdl-node-d1ce16c5-12ce-5f47-f073-2e70149f442d-52a39275 {
  place-self: end;
}

#mdl-node-_07e801eb-1fb1-5b25-eb7c-4668e66cb423-52a39275, #mdl-node-_07e801eb-1fb1-5b25-eb7c-4668e66cb42b-52a39275 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#mdl-node-_07e801eb-1fb1-5b25-eb7c-4668e66cb42f-52a39275 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#mdl-node-_3691cf8e-0aec-e318-4090-75409e6c11da-52a39278 {
  align-self: center;
}

#mdl-node-_47d8a08e-2f31-a3ad-28ea-4a249fb6fe63-52a39279 {
  grid-area: 1 / 2 / 2 / 3;
}

#mdl-node-bb515f8c-2163-1eb0-6c64-9737889d499d-52a39279, #mdl-node-bb515f8c-2163-1eb0-6c64-9737889d49a1-52a39279, #mdl-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-52a3927a, #mdl-node-_1f321115-1b62-2209-0f85-ca08606a72dd-52a3927a, #mdl-node-_7b20eeb1-4429-f1c8-9111-77186a106a13-52a3927a, #mdl-node-_7b20eeb1-4429-f1c8-9111-77186a106a17-52a3927a, #mdl-node-_47e4f422-4993-2cf7-41bb-6c2304c92128-52a3927f, #mdl-node-_47e4f422-4993-2cf7-41bb-6c2304c9212c-52a3927f, #mdl-node-_47e4f422-4993-2cf7-41bb-6c2304c92138-52a3927f, #mdl-node-_47e4f422-4993-2cf7-41bb-6c2304c9213a-52a3927f, #mdl-node-_47e4f422-4993-2cf7-41bb-6c2304c9213c-52a3927f, #mdl-node-_47e4f422-4993-2cf7-41bb-6c2304c9213e-52a3927f, #mdl-node-_47e4f422-4993-2cf7-41bb-6c2304c92140-52a3927f, #mdl-node-_47e4f422-4993-2cf7-41bb-6c2304c92142-52a3927f, #mdl-node-cd5cf431-ef62-0f41-a4dd-57843983330b-52a3927f, #mdl-node-cd5cf431-ef62-0f41-a4dd-57843983330f-52a3927f, #mdl-node-cd5cf431-ef62-0f41-a4dd-57843983331b-52a3927f, #mdl-node-_8ec2d251-d3de-3ca1-5869-7b64398d676e-52a3927f, #mdl-node-_45d72965-685a-9062-3713-8490ad08e203-52a3927f, #mdl-node-eb616996-e33f-fdc9-0d60-6230ceb160fd-52a3927f, #mdl-node-_74b91a85-1c8c-4b3f-ce41-edf7e234d88d-52a3927f, #mdl-node-_17afce81-d51c-ff13-9d2e-44befb0b6666-52a3927f, #mdl-node-ebf46ca1-f868-8329-1517-abd12afed64b-52a3927f, #mdl-node-ebf46ca1-f868-8329-1517-abd12afed64f-52a3927f, #mdl-node-_622a45c8-103c-30e3-5783-4d46ad938c14-52a39282, #mdl-node-b1078083-528c-8a78-9451-10023c5ce546-52a39282, #mdl-node-_2d0a1bf9-b5f4-adf1-c02a-5eac1e935d88-52a39282, #mdl-node-_7eb1222e-9580-c875-bb4c-680b609efc47-52a39282, #mdl-node-c36b843d-59da-f500-5277-867ccfc46c3b-52a39282, #mdl-node-_4863c51c-4368-cf5e-69b5-d0addca86478-52a39282 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#mdl-node-_38628131-a187-71f8-2ce6-d3c9aa7ee476-52a39288, #mdl-node-e83df8a5-f4da-14cc-e9f1-aa320582cfae-52a39289 {
  align-self: center;
}

#mdl-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-52a3928a, #mdl-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-52a3928a, #mdl-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-52a3928a, #mdl-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-52a3928a, #mdl-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-52a3928a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#mdl-node-_42bfec3e-d0a9-7f86-334c-955957a41c41-d315e181 {
  grid-area: 1 / 2 / 2 / 3;
}

#mdl-node-_5cb38d00-8bed-4132-55fd-31f857d91ca6-03f1b4d4, #mdl-node-_5cb38d00-8bed-4132-55fd-31f857d91ca6-c8bc8f09 {
  align-self: center;
}

#mdl-node-_8b9690af-ea2e-074d-5062-4c0f5ff048f9-c8bc8f09, #mdl-node-c12ff8f4-cd3e-c756-ccf3-c59feede3440-c8bc8f09, #mdl-node-_94bc1836-e9ab-d127-a4fd-8026a0e8ad22-c8bc8f09, #mdl-node-_12e042fe-1ac4-3feb-e96d-934376c17ee4-c8bc8f09, #mdl-node-_12e042fe-1ac4-3feb-e96d-934376c17ee8-c8bc8f09, #mdl-node-_12e042fe-1ac4-3feb-e96d-934376c17ef4-c8bc8f09, #mdl-node-_12e042fe-1ac4-3feb-e96d-934376c17f12-c8bc8f09, #mdl-node-_12e042fe-1ac4-3feb-e96d-934376c17f30-c8bc8f09, #mdl-node-_12e042fe-1ac4-3feb-e96d-934376c17f4e-c8bc8f09, #mdl-node-_12e042fe-1ac4-3feb-e96d-934376c17f6c-c8bc8f09, #mdl-node-_12e042fe-1ac4-3feb-e96d-934376c17f8a-c8bc8f09, #mdl-node-cb6323aa-a2ba-4ad1-91d9-971a9286ceb8-c8bc8f09, #mdl-node-cb6323aa-a2ba-4ad1-91d9-971a9286cebc-c8bc8f09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#mdl-node-_982a1847-4b52-d2d4-b324-6e0ccd27a8b7-68628a74 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#mdl-node-_982a1847-4b52-d2d4-b324-6e0ccd27a8c2-68628a74 {
  grid-area: 1 / 1 / 2 / 3;
}

#mdl-node-a823d78d-020b-026d-e2e0-c0d090ceacb6-68628a74, #mdl-node-a823d78d-020b-026d-e2e0-c0d090ceacba-68628a74, #mdl-node-a823d78d-020b-026d-e2e0-c0d090ceaca3-68628a74, #mdl-node-a823d78d-020b-026d-e2e0-c0d090ceaca9-68628a74, #mdl-node-a823d78d-020b-026d-e2e0-c0d090ceacaf-68628a74, #mdl-node-_8e42f1f9-96f1-9679-ebe7-7e6d0eb636c4-68628a74, #mdl-node-e152d0fd-0147-3b0d-a3cc-708200862de0-68628a74, #mdl-node-_0a472daf-65da-8212-21c8-d93f8a28875e-68628a74, #mdl-node-_1704e93d-b769-9f85-eedd-09339a747f55-68628a74, #mdl-node-_962754fb-8120-99c3-36d3-e25b0be9e2d9-68628a74, #mdl-node-_962754fb-8120-99c3-36d3-e25b0be9e2c6-68628a74, #mdl-node-_962754fb-8120-99c3-36d3-e25b0be9e2d1-68628a74, #mdl-node-_962754fb-8120-99c3-36d3-e25b0be9e2d5-68628a74, #mdl-node-_6d0efb59-20ef-0ac9-94a7-e555d30047c5-68628a74, #mdl-node-_185e9a89-cbc8-31d3-56cc-9fef9d6574b5-68628a74, #mdl-node-d1330582-7480-f8f7-c1aa-7f8b4c93643c-68628a74, #mdl-node-d1330582-7480-f8f7-c1aa-7f8b4c93644f-68628a74, #mdl-node-e042337a-e920-ab42-bfd2-33c244722d3e-68628a74, #mdl-node-e042337a-e920-ab42-bfd2-33c244722d42-68628a74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #mdl-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-52a3926e {
    grid-column: span 2 / span 2;
  }

  #mdl-node-c1734742-2afe-bc88-19df-2f04a114aad8-52a3926e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #mdl-node-c1734742-2afe-bc88-19df-2f04a114aad9-52a3926e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #mdl-node-c1734742-2afe-bc88-19df-2f04a114aae1-52a3926e, #mdl-node-c1734742-2afe-bc88-19df-2f04a114aaed-52a3926e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #mdl-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 3 / span 3;
  }

  #mdl-node-_962754fb-8120-99c3-36d3-e25b0be9e2c6-68628a74, #mdl-node-e042337a-e920-ab42-bfd2-33c244722d42-68628a74 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #mdl-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-52a3926e, #mdl-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-52a3926e {
    grid-column: span 1 / span 1;
  }

  #mdl-node-d1ce16c5-12ce-5f47-f073-2e70149f442d-52a39275 {
    place-self: auto;
  }

  #mdl-node-af116104-bc6b-5597-c197-b000395d60ec-52a39279, #mdl-node-_42bfec3e-d0a9-7f86-334c-955957a41c15-d315e181 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #mdl-node-_5cb38d00-8bed-4132-55fd-31f857d91ca6-03f1b4d4, #mdl-node-_5cb38d00-8bed-4132-55fd-31f857d91ca6-c8bc8f09, #mdl-node-_982a1847-4b52-d2d4-b324-6e0ccd27a8b7-68628a74 {
    align-self: auto;
  }

  #mdl-node-_982a1847-4b52-d2d4-b324-6e0ccd27a8c2-68628a74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #mdl-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-52a3926e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #mdl-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 2 / span 2;
  }

  #mdl-node-eb050d0c-cd20-6fbc-5d31-0eaf0a144c66-0a144c54, #mdl-node-_07e801eb-1fb1-5b25-eb7c-4668e66cb41b-52a39275, #mdl-node-_07e801eb-1fb1-5b25-eb7c-4668e66cb41f-52a39275, #mdl-node-_07e801eb-1fb1-5b25-eb7c-4668e66cb423-52a39275 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

.hero-text {
  opacity: 0;
}

.hero-letter {
  white-space: pre;
  will-change: transform, opacity;
  display: inline-block;
}

.animation-on-page-load-1, .animation-on-page-load-2, .animation-on-page-load-3, .animation-on-page-load-4, .animation-bottom-on-page-load {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

.navbar, .fade-in-on-scroll {
  opacity: 0;
}

.fade-in-move-on-scroll {
  opacity: 0;
  transform: translate3d(0, 25px, 0);
}

.fade-in-slace-on-scroll {
  opacity: 0;
  transform: scale3d(1.1, 1.1, 1);
}

.fade-in-blur-on-scroll {
  opacity: 0;
  filter: blur(5px);
}

@media (prefers-reduced-motion: reduce) {
  .hero-text, .navbar, .fade-in-on-scroll, .fade-in-move-on-scroll, .fade-in-slace-on-scroll, .fade-in-blur-on-scroll, .animation-on-page-load-1, .animation-on-page-load-2, .animation-on-page-load-3, .animation-on-page-load-4, .animation-bottom-on-page-load {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

.navbar:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(#fafcfcad 0%, #faf8f96b 45%, #faf8f929 78%, #faf8f900 100%), linear-gradient(to right, #fafcfc38 0%, #faf8f90f 55%, #faf8f900 100%);
  position: absolute;
  inset: 0;
}

.navbar > .container {
  z-index: 1;
  position: relative;
}

.nav-dropdown-list {
  display: none;
}

.nav-dropdown-list.mdl-open {
  display: block;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    display: none;
  }

  .navbar.mdl-mobile-open .nav-menu {
    grid-row-gap: 6px;
    float: none;
    z-index: 40;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    padding: 100px 2em 2em;
    display: flex;
    inset: 0;
    overflow: auto;
  }

  .navbar.mdl-mobile-open .nav-menu .nav-link-holder {
    width: 100%;
  }

  .navbar.mdl-mobile-open .menu-button {
    z-index: 50;
  }

  .nav-menu-overlay-mobile {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
  }

  .navbar.mdl-mobile-open .nav-menu-overlay-mobile {
    opacity: 1;
  }
}

body.mdl-no-scroll {
  overflow: hidden;
}

.mdl-dyn-empty, .mdl-dyn-bind-empty {
  display: none;
}

.showcase-slider-viewport {
  width: 100%;
  overflow: hidden;
}

.showcase-slider-track {
  will-change: transform;
  gap: 2em;
  display: flex;
}

.showcase-slider-track > .showcase-slide {
  flex: 0 0 calc(33.3333% - 1.33333em);
}

.showcase-slider-arrows {
  gap: 16px;
  margin-top: 56px;
  display: flex;
}

.showcase-slider-arrows .slider-arrow {
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  position: relative;
  inset: auto;
}

.showcase-slider-arrows .slider-arrow.right-slider-arrow {
  left: 0;
}

.showcase-slider-arrows .slider-arrow, .about-slider-arrows .slider-arrow, .showcases-hero-slider-controls .slider-arrow {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  width: 44px;
  height: 44px;
  transition: background-color .25s, box-shadow .25s, transform .25s;
}

.showcase-slider-arrows .slider-arrow .slider-arrow-image, .about-slider-arrows .slider-arrow .slider-arrow-image, .showcases-hero-slider-controls .slider-arrow .slider-arrow-image {
  transition: transform .25s, opacity .25s;
}

.showcase-slider-arrows .slider-arrow:hover, .about-slider-arrows .slider-arrow:hover, .showcases-hero-slider-controls .slider-arrow:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px #0000001a;
}

.showcase-slider-arrows .slider-arrow:active, .about-slider-arrows .slider-arrow:active, .showcases-hero-slider-controls .slider-arrow:active {
  box-shadow: none;
  transition-duration: 80ms;
  transform: translateY(0)scale(.98);
}

.showcase-slider-arrows .slider-arrow:focus-visible, .about-slider-arrows .slider-arrow:focus-visible, .showcases-hero-slider-controls .slider-arrow:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #1010102e;
}

@media (hover: none), (pointer: coarse) {
  .showcase-slider-arrows .slider-arrow:hover, .about-slider-arrows .slider-arrow:hover, .showcases-hero-slider-controls .slider-arrow:hover {
    box-shadow: none;
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .showcase-slider-track > .showcase-slide {
    flex-basis: calc(50% - 1em);
  }
}

@media screen and (max-width: 767px) {
  .showcase-slider-track > .showcase-slide {
    flex-basis: 100%;
  }
}

.service-item-description-content {
  opacity: 0;
  color: #fff;
  transform: translateY(10px);
}

@media (hover: none), (pointer: coarse), screen and (max-width: 991px) {
  .service-item-description-content {
    opacity: 1;
    color: inherit;
    transform: none;
  }
}

.accordion-item-content {
  height: 0;
}

.about-slider-viewport {
  width: 100%;
  min-height: 70vh;
  position: relative;
}

.about-slide-pane {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
}

.about-slide-pane:first-child {
  opacity: 1;
  visibility: visible;
}

.about-slider-arrows {
  gap: 16px;
  margin-top: 32px;
  display: flex;
}

.about-slider-arrows .slider-arrow {
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  position: relative;
  inset: auto;
}

.about-slider-arrows .slider-arrow.right-slider-arrow {
  left: 0;
}

.team-member-content {
  opacity: 0;
}

.showcases-hero-slider-container, .showcases-hero-slider {
  width: 100%;
  position: relative;
  left: auto;
}

.showcases-hero-slider-mast {
  width: 100%;
  position: relative;
}

.showcases-hero-slider-mast .slide {
  width: 100%;
  position: absolute;
  inset: 0;
}

.showcases-hero-slider-mast .slide:first-child {
  position: relative;
}

.showcases-hero-slider-holder {
  height: auto;
  padding-bottom: 0;
}

.showcases-hero-grid {
  align-items: center;
}

.showcases-hero-slider-controls {
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  display: flex;
}

.showcases-hero-slider-controls .slider-arrow {
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  position: relative;
  inset: auto;
}

.showcases-hero-slider-dots {
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  display: flex;
}

.showcases-hero-slider-dot {
  cursor: pointer;
  background: #16161640;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  transition: background .3s;
}

.showcases-hero-slider-dot.is-active {
  background: var(--body-color, #161616);
}

.home-image-overlay {
  --hero-container-left: max(2em, calc((100% - 1170px) / 2 + 2em));
  --hero-container-width: min(calc(100% - 4em), 1106px);
  opacity: 1;
  background-image: linear-gradient(to right, #fafcfcf5 0, #fafcfcf5 var(--hero-container-left), #fafcfcd1 calc(var(--hero-container-left) + var(--hero-container-width) * .22), #faf8f973 calc(var(--hero-container-left) + var(--hero-container-width) * .42), #faf8f900 calc(var(--hero-container-left) + var(--hero-container-width) * .6)), linear-gradient(to top, #faf8f9eb 0%, #fafcfc66 8%, #fafcfc00 15%), radial-gradient(75% 85% at var(--hero-container-left) 55%, #fafcfc8c 0%, #faf8f92e 45%, #faf8f900 72%);
}

@media screen and (max-width: 767px) {
  .home-image-overlay {
    background-image: linear-gradient(to right, #fafcfcf7 0%, #fafcfce0 45%, #faf8f999 75%, #faf8f959 100%), linear-gradient(to top, #faf8f9eb 0%, #fafcfc00 20%);
  }
}

.contact-form-grid {
  align-items: start;
}

.contact-form-grid > * {
  min-width: 0;
}

.contact-form-grid .form-field-full {
  grid-column: 1 / -1;
}

.contact-form-grid .input-field, .contact-form-grid .subscribe-email {
  box-sizing: border-box;
  background-color: var(--light-grey);
  border: 1px solid #00000014;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 11px 14px;
  transition: border-color .25s, background-color .25s, box-shadow .25s;
}

.contact-form-grid .input-field.textarea-field {
  resize: vertical;
  min-height: 150px;
  padding-top: 12px;
}

.contact-form-grid .input-field:hover, .contact-form-grid .subscribe-email:hover {
  background-color: #00000008;
  border-color: #00000029;
}

.contact-form-grid .input-field:focus, .contact-form-grid .input-field:focus-visible, .contact-form-grid .subscribe-email:focus {
  border-color: var(--primary);
  background-color: var(--light-grey);
  box-shadow: 0 0 0 3px #2c60f524;
}

.contact-form-grid .button {
  width: 100%;
  margin-top: .25em;
}

@media screen and (max-width: 767px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
}

/* [project]/workspace/node_modules/@fontsource/ibm-plex-sans/300.css [client] (css) */
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/ibm-plex-sans-cyrillic-ext-300-normal.01og52fesz_9y.woff2") format("woff2"), url("../media/ibm-plex-sans-cyrillic-ext-300-normal.0vh5ldbinismj.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/ibm-plex-sans-cyrillic-300-normal.0.08tzniiibio.woff2") format("woff2"), url("../media/ibm-plex-sans-cyrillic-300-normal.00x4m6-svulmg.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/ibm-plex-sans-greek-300-normal.0b7m6gxg8oea3.woff2") format("woff2"), url("../media/ibm-plex-sans-greek-300-normal.0rekal3usn5ie.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/ibm-plex-sans-vietnamese-300-normal.0bp5m_5gwgpay.woff2") format("woff2"), url("../media/ibm-plex-sans-vietnamese-300-normal.04.rjq14ka9oi.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/ibm-plex-sans-latin-ext-300-normal.0od24~kcpp.j5.woff2") format("woff2"), url("../media/ibm-plex-sans-latin-ext-300-normal.0fgi3embp_1_t.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/ibm-plex-sans-latin-300-normal.0.zkvx7t984pg.woff2") format("woff2"), url("../media/ibm-plex-sans-latin-300-normal.0uant6v~hh_nw.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/ibm-plex-sans/400.css [client] (css) */
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-sans-cyrillic-ext-400-normal.0~1-8pi.lyc0t.woff2") format("woff2"), url("../media/ibm-plex-sans-cyrillic-ext-400-normal.16hcyj33e0.-~.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-sans-cyrillic-400-normal.0j5xz1mifvml7.woff2") format("woff2"), url("../media/ibm-plex-sans-cyrillic-400-normal.0r4-wm.jk.s_u.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-sans-greek-400-normal.0np-onej.1cff.woff2") format("woff2"), url("../media/ibm-plex-sans-greek-400-normal.0ft1.2~cs0_ox.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-sans-vietnamese-400-normal.174rm78~clk5h.woff2") format("woff2"), url("../media/ibm-plex-sans-vietnamese-400-normal.12f1knjau_n~p.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-sans-latin-ext-400-normal.0xehc83oa1vav.woff2") format("woff2"), url("../media/ibm-plex-sans-latin-ext-400-normal.0ft~mcscblu0h.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/ibm-plex-sans-latin-400-normal.0l-vv37ssd90w.woff2") format("woff2"), url("../media/ibm-plex-sans-latin-400-normal.0enq_aif7f~gw.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/ibm-plex-sans/500.css [client] (css) */
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/ibm-plex-sans-cyrillic-ext-500-normal.0-iqkfvzzi1ds.woff2") format("woff2"), url("../media/ibm-plex-sans-cyrillic-ext-500-normal.17ohg5prvctci.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/ibm-plex-sans-cyrillic-500-normal.10-wysk8zad3n.woff2") format("woff2"), url("../media/ibm-plex-sans-cyrillic-500-normal.0vrnq0-92.etg.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/ibm-plex-sans-greek-500-normal.068z9q_e5zy2v.woff2") format("woff2"), url("../media/ibm-plex-sans-greek-500-normal.0tsr62mhfo-xv.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/ibm-plex-sans-vietnamese-500-normal.0-osuancacpy1.woff2") format("woff2"), url("../media/ibm-plex-sans-vietnamese-500-normal.0d5d~-kw2kik_.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/ibm-plex-sans-latin-ext-500-normal.0g-5vqutfk1rm.woff2") format("woff2"), url("../media/ibm-plex-sans-latin-ext-500-normal.0msq053qydv5z.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/ibm-plex-sans-latin-500-normal.0s-1qbqc6wgag.woff2") format("woff2"), url("../media/ibm-plex-sans-latin-500-normal.0d5ky9cn7njc0.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/ibm-plex-sans/600.css [client] (css) */
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/ibm-plex-sans-cyrillic-ext-600-normal.05chnchm.x.rt.woff2") format("woff2"), url("../media/ibm-plex-sans-cyrillic-ext-600-normal.0_6xxar4v5e95.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/ibm-plex-sans-cyrillic-600-normal.0f6p4xrac1bav.woff2") format("woff2"), url("../media/ibm-plex-sans-cyrillic-600-normal.05a2he~3rppxj.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/ibm-plex-sans-greek-600-normal.0e59ne2f6i63e.woff2") format("woff2"), url("../media/ibm-plex-sans-greek-600-normal.0iody3.z2b5i2.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/ibm-plex-sans-vietnamese-600-normal.10lhzj-adz6-d.woff2") format("woff2"), url("../media/ibm-plex-sans-vietnamese-600-normal.10yyvi93ppg_v.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/ibm-plex-sans-latin-ext-600-normal.034z4l~~wk.8i.woff2") format("woff2"), url("../media/ibm-plex-sans-latin-ext-600-normal.003~t~7nkuv6..woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/ibm-plex-sans-latin-600-normal.0u.mw9ignqukb.woff2") format("woff2"), url("../media/ibm-plex-sans-latin-600-normal.0xfaxvw542opf.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/workspace/node_modules/@fontsource/ibm-plex-sans/700.css [client] (css) */
@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/ibm-plex-sans-cyrillic-ext-700-normal.0fzcficyt1j~l.woff2") format("woff2"), url("../media/ibm-plex-sans-cyrillic-ext-700-normal.0t8643z.cb8wq.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/ibm-plex-sans-cyrillic-700-normal.0eakh~r-zebka.woff2") format("woff2"), url("../media/ibm-plex-sans-cyrillic-700-normal.0tye0c-za~foc.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/ibm-plex-sans-greek-700-normal.0ajhqd705~6c9.woff2") format("woff2"), url("../media/ibm-plex-sans-greek-700-normal.0umtd5_qvf3fe.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/ibm-plex-sans-vietnamese-700-normal.0ea7qv~.rrsg8.woff2") format("woff2"), url("../media/ibm-plex-sans-vietnamese-700-normal.0m~r0hh28w2mi.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/ibm-plex-sans-latin-ext-700-normal.0d5aaawx_91gm.woff2") format("woff2"), url("../media/ibm-plex-sans-latin-ext-700-normal.0o77gi31b7fyb.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/ibm-plex-sans-latin-700-normal.0~z9rsupns3rv.woff2") format("woff2"), url("../media/ibm-plex-sans-latin-700-normal.17-g7d~rmh76h.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*# sourceMappingURL=workspace_0mr5wdu._.css.map*/