

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;
}
/* --- Estilos para Desktop (Padrão) --- */
.navbar {
    display: flex;
    justify-content: space-between; /* Espaço entre o logo e os links */
    align-items: center;
    padding: 10px 20px;
    background-color: #333; /* Cor de fundo da sua navbar */
    color: white;
    position: relative; /* Importante para o posicionamento do menu mobile */
    z-index: 1000;
}

.navbar-logo {
    height: 60px; /* Mantém a altura original do logo */
    filter: brightness(0) invert(1); /* Mantém o logo branco no fundo escuro */
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* Links em linha no desktop */
}

.nav-links a {
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #ffd700; /* Exemplo de cor de hover/ativo */
    /* background-color: #555; */
    border-radius: 4px;
}

/* --- Estilos do Hambúrguer (Inicialmente Escondido no Desktop) --- */
.hamburger-menu {
    display: none; /* Escondido por padrão no desktop */
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: relative; /* Para a animação das barras */
    z-index: 1001; /* Garante que fique acima do menu */
}

.hamburger-menu .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: white;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
}
.nav-links li {
    margin-left: 8px;
}
/* --- Media Queries para Mobile --- */
@media (max-width: 768px) { /* Este é o breakpoint para mobile. Ajuste se necessário. */
    .navbar {
        flex-direction: column; /* Empilha os itens verticalmente */
        align-items: center; /* Centraliza o logo e o menu */
        padding: 15px 20px; /* Ajuste o padding para mobile */
    }

    .logo-container {
        width: 100%; /* Ocupa a largura total para centralizar o logo */
        text-align: center; /* Centraliza a imagem do logo */
        margin-bottom: 15px; /* Espaço abaixo do logo antes do menu */
    }

    /* Mostra o hambúrguer no mobile */
    .hamburger-menu {
        display: block;
        position: absolute; /* Posiciona o hambúrguer no canto superior direito */
        top: 15px;
        right: 20px;
    }

    /* Esconde os links no mobile por padrão */
    .nav-links {
        flex-direction: column; /* Links em coluna */
        width: 100%;
        max-height: 0; /* Esconde a lista por padrão */
        overflow: hidden; /* Garante que o conteúdo escondido não seja visível */
        transition: max-height 0.3s ease-out; /* Transição suave para abrir/fechar */
        background-color: #444; /* Cor de fundo para o menu expandido */
    }

    .nav-links.active {
        max-height: 300px; /* Define uma altura que mostra todos os links quando ativo */
        /* Ajuste este valor se você tiver muitos links para que todos caibam. */
    }

    .nav-links li {
        margin: 0; /* Remove margem horizontal */
        padding: 10px 0; /* Adiciona padding vertical */
        text-align: center;
    }

    .nav-links a {
        display: block; /* Ocupa toda a largura do item para facilitar o clique */
    }

    /* Animação do ícone do Hambúrguer (transforma em X) */
    .hamburger-menu.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger-menu.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

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, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}



body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}






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: 12px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

ul.changelog-text li {
  margin-bottom: 12px; /* ajuste o valor como preferir */
  margin-top: 12px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-code-component > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --_font-family---inter: Inter, sans-serif;
  --body: #4c4c4c;
  --_font-size---fz-16: 16px;
  --_line-height---lh-100: 100%;
  --_letter-spacing---ls-1: -.01em;
  --_font-family---poppins: Poppins, sans-serif;
  --dark: #0c0407;
  --_font-size---fz-100: 100px;
  --_line-height---lh-120: 120%;
  --_letter-spacing---ls-8: -.08em;
  --_font-size---fz-40: 40px;
  --_font-size---fz-80: 80px;
  --_line-height---lh-90: 90%;
  --_font-size---fz-32: 32px;
  --_font-size---fz-48: 48px;
  --_letter-spacing---ls-4: -.04em;
  --_font-size---fz-26: 26px;
  --_font-size---fz-22: 22px;
  --_font-size---fz-18: 18px;
  --_font-size---fz-24: 24px;
  --_line-height---lh-150: 150%;
  --white: white;
  --_font-size---fz-14: 14px;
  --white-20: #fff3;
  --_font-size---fz-30: 30px;
  --_letter-spacing---ls-5: -.05em;
  --_line-height---lh-110: 110%;
  --_letter-spacing---ls-2: -.02em;
  --_font-size---fz-20: 20px;
  --_font-size---fz-200: 200px;
  --_line-height---lh-80: 80%;
  --_letter-spacing---ls-10: -.1em;
  --_font-size---fz-50: 50px;
  --light: #0c040766;
  --_letter-spacing---ls-3: -.03em;
  --dark-3: #101010;
  --white-10: #ffffff1a;
  --_font-size---fz-12: 12px;
  --_letter-spacing---ls-6: -.06em;
  --_line-height---lh-140: 140%;
  --_font-size---fz-60: 60px;
  --transparent: transparent;
  --dark-2: #222;
  --black: black;
  --gray: #e3e3e3;
  --_font-size---fz-72: 72px;
  --_font-size---fz-36: 36px;
  --_line-height---lh-130: 130%;
  --_letter-spacing---ls-7: -.07em;
  --_letter-spacing---ls-9: -.09em;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  font-family: var(--_font-family---inter);
  color: var(--body);
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-100);
  letter-spacing: var(--_letter-spacing---ls-1);
}

h1 {
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-100);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-8);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h2 {
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-80);
  line-height: var(--_line-height---lh-90);
  letter-spacing: var(--_letter-spacing---ls-8);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h3 {
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-48);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h4 {
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-40);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h5 {
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-22);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h6 {
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

p {
  line-height: var(--_line-height---lh-150);
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.nav-link {
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s linear;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  font-weight: 400;
  transition: all .3s linear;
  display: flex;
}

.btn-inner {
  z-index: 2;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
  position: relative;
}

.nav-menu {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 0;
  width: auto;
  min-width: 100px;
}

.nav-open {
  background-color: var(--white);
  display: none;
}

.show-mobile {
  display: none;
}

.nav-dropdown-icon {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.nav-dropdown-link {
  color: #0c0407;
  padding: 8px 12px;
  font-size: 14px;
  transition: all .3s linear;
}

.nav-dropdown-link:hover {
  color: var(--dark);
  background-color: #f2f2f2;
}

.nav-dropdown-link.w--current {
  color: #0c0407;
  background-color: #f2f2f2;
}

.nav-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-shape-1 {
  z-index: 1;
  background-color: var(--body);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 0 auto auto 0;
  transform: translate(-110%, -110%);
}

.btn-shape-1.is-dark {
  background-color: var(--dark);
}

.btn-shape-1.is-white {
  background-color: var(--white);
}

.btn-shape-1.full-width {
  width: 200px;
  height: 200px;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.logo-wrap {
  width: 100%;
  max-width: 102px;
}

.nav-left {
  flex: none;
}

.section-spacing {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-dropdown-inner {
  border: 1px solid #f7f7f7;
  border-radius: 0;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 6px 10px -2px #0000000a;
}

.btn-icon {
  flex: none;
  width: 14px;
  line-height: 1%;
}

.btn-icon.small {
  width: 10px;
}

.nav-section {
  z-index: 99;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.footer-bottom-text-link {
  color: var(--white);
  text-decoration: underline;
  transition: all .3s;
  display: inline-block;
}

.footer-bottom-text-link:hover {
  color: gray;
}

.footer-section {
  z-index: 11;
  background-color: var(--dark);
  margin-top: 80px;
  padding-top: 94px;
  padding-bottom: 28px;
  position: relative;
  overflow: clip hidden;
}

.footer-about-text-wrap {
  width: 100%;
  margin-bottom: 58px;
}

.footer-bottom-right-text-link {
  color: var(--white);
  transition: all .3s;
}

.footer-bottom-right-text-link:hover {
  color: gray;
}

.footer-bottom-right-text, .footer-copyright-text {
  color: var(--white);
}

.footer-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--white-20);
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.footer-social-icon-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.footer-bottom-text {
  color: var(--white);
}

.footer-social-link {
  color: #fff9;
  width: 20px;
  height: 20px;
  line-height: 1px;
  transition: all .3s linear;
}

.footer-social-link:hover {
  color: var(--white);
  transform: scale(1.2);
}

.footer-about-text {
  color: #fff9;
}

.style-gide-headings-holder-item-text {
  color: #0c0407;
}

.colors-holder-item-top {
  background-color: #999;
  width: 100%;
  height: 150px;
}

.colors-holder-item-top.primary {
  background-color: #0c0407;
}

.style-gide-left {
  width: 100%;
  max-width: 300px;
  position: sticky;
  top: 20px;
}

.style-gide-headings-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.blog-rich-text h1 {
  font-size: var(--_font-size---fz-48);
  margin-bottom: 16px;
}

.blog-rich-text h2 {
  font-size: var(--_font-size---fz-32);
  letter-spacing: var(--_letter-spacing---ls-5);
  margin-bottom: 16px;
  line-height: 40px;
}

.blog-rich-text h3 {
  margin-bottom: 16px;
  font-size: 28px;
}

.blog-rich-text h6 {
  font-size: var(--_font-size---fz-18);
  margin-bottom: 16px;
}

.blog-rich-text p {
  color: #333;
  letter-spacing: 0;
  margin-bottom: 16px;
}

.blog-rich-text blockquote {
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-2);
  background-color: #f7f7f7;
  border-left-style: none;
  margin-top: 32px;
  margin-bottom: 48px;
  padding: 40px;
  font-weight: 500;
}

.blog-rich-text li {
  color: var(--dark);
  line-height: var(--_line-height---lh-120);
  margin-bottom: 16px;
  font-weight: 600;
}

.blog-rich-text h4 {
  font-size: var(--_font-size---fz-24);
  margin-bottom: 16px;
}

.blog-rich-text h5 {
  font-size: var(--_font-size---fz-20);
  margin-bottom: 16px;
}

.style-gide-group {
  margin-bottom: 30px;
}

.colors-holder-item-bottom {
  background-color: #f9f9f9;
  padding: 16px;
}

.style-gide-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.style-gide-section {
  z-index: 11;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.style-gide-button-holder-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-gide-button-holder-item {
  padding: 15px;
}

.style-gide-button-holder-item.bg-black {
  background-color: var(--dark);
}

.style-gide-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.style-gide-group-title {
  color: #0c0407;
  font-weight: 600;
  line-height: 112%;
}

.heading-2 {
  margin-bottom: 16px;
  font-size: 20px;
}

.colors-holder-item-title {
  color: #0c0407;
  font-size: 20px;
  font-weight: 400;
}

.colors-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.style-gide-nav-link {
  color: #0c0407;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.style-gide-nav-link.w--current {
  color: #fff;
  background-color: #0c0407;
}

.style-gide-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.style-gide-group-title-wrap {
  margin-bottom: 8px;
}

.heading {
  letter-spacing: -.04px;
  margin-bottom: 16px;
  font-size: 22px;
}

.colors-holder-item {
  border-radius: 8px;
  width: 100%;
  max-width: 235px;
  overflow: hidden;
}

.style-gide-headings-holder-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.primary-btn {
  background-color: var(--dark);
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.contact-us-btn {
  width: 100%;
}

.primary-btn.price-d-box-btn {
  background-color: var(--white);
  color: var(--dark);
  height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .3s linear;
}

.primary-btn.price-d-box-btn:hover {
  background-color: var(--dark);
  color: var(--white);
}

.btn-shape-2 {
  z-index: 1;
  background-color: var(--body);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(110%, 110%);
}

.btn-shape-2.is-dark {
  background-color: var(--dark);
}

.btn-shape-2.is-white {
  background-color: var(--white);
}

.btn-shape-2.full-width {
  width: 200px;
  height: 200px;
}

.btn-icon-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  overflow: hidden;
}

.btn-icon-wrap.small {
  width: 10px;
  height: 10px;
  margin-bottom: -2px;
}

.white-btn {
  background-color: var(--white);
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s linear;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.white-btn:hover {
  color: var(--white);
}

.nav-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.circle-btn {
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  background-color: #282828;
  border: 0 #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 292px;
  padding: 12px 16px;
  text-decoration: none;
  transition: color .3s linear;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.circle-btn:hover {
  color: var(--dark);
}

.circle-btn.is-dark:hover {
  color: var(--white);
}

.circel-shape-1 {
  z-index: 1;
  background-color: var(--body);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 0 auto auto 0;
  transform: translate(-110%, -110%);
}

.circel-shape-1.is-dark {
  background-color: var(--dark);
}

.circel-shape-1.is-white {
  background-color: var(--white);
}

.circle-shape-2 {
  z-index: 1;
  background-color: var(--body);
  border-radius: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(110%, 110%);
}

.circle-shape-2.is-dark {
  background-color: var(--dark);
}

.circle-shape-2.is-white {
  background-color: var(--white);
}

.footer-about {
  max-width: 357px;
}

.footer-logo-wrap {
  width: 100%;
  max-width: 102px;
  margin-bottom: 20px;
}

.footer-middle-row {
  grid-column-gap: 135px;
  grid-row-gap: 135px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-middle-col {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
  display: flex;
}

.footer-top-title-wrap {
  max-width: 845px;
}

.footer-top-title {
  color: var(--white);
  font-size: var(--_font-size---fz-200);
  line-height: var(--_line-height---lh-80);
  letter-spacing: var(--_letter-spacing---ls-10);
  text-transform: uppercase;
}

.hero-section {
  background-color: #101010;
  padding-top: 112px;
  padding-bottom: 100px;
}

.hero-content {
  margin-bottom: 20px;
}

.hero-title {
  color: var(--white);
  font-size: var(--_font-size---fz-200);
  line-height: var(--_line-height---lh-90);
  letter-spacing: var(--_letter-spacing---ls-10);
  text-transform: uppercase;
}

.hero-title-wrap-2 {
  text-align: right;
  padding-right: 10px;
}

.hero-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.hero-text-wrap {
  width: 100%;
  max-width: 107px;
}

.hero-text {
  font-family: var(--_font-family---poppins);
  color: #fff9;
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-120);
  text-transform: uppercase;
  font-weight: 600;
}

.hero-text-wrap-2 {
  width: 100%;
  max-width: 89px;
}

.hero-thumb-wrap {
  width: 100%;
  max-width: 643px;
}

.hero-text-white {
  color: var(--white);
}

.hero-title-wrap-3 {
  text-align: center;
}

.about-section {
  padding-top: 150px;
  padding-bottom: 70px;
}

.about-sub-title-wrap {
  margin-bottom: 24px;
}

.about-sub-title {
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-100);
  text-transform: uppercase;
  font-weight: 600;
}

.about-title {
  color: var(--light);
  font-size: var(--_font-size---fz-48);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-3);
  font-weight: 600;
}

.about-title-black {
  color: var(--dark);
}

.about-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.section-heading.about-heading {
  text-align: center;
  width: 100%;
  max-width: 748px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.brand-heading {
  text-align: center;
  width: 100%;
  max-width: 871px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.services-heading {
  color: var(--white);
  width: 100%;
  max-width: 512px;
  position: sticky;
  top: 20px;
}

.section-heading.projects-heading {
  color: var(--dark);
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.testimonial-heading {
  color: var(--white);
  width: 100%;
  max-width: 395px;
  margin-bottom: 60px;
}

.section-heading.pricing-heading {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 599px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.clients-heading {
  color: var(--dark);
  text-align: center;
  width: 100%;
  max-width: 685px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.faq-heading {
  color: var(--dark);
  width: 100%;
  max-width: 437px;
}

.section-heading.mission-heading {
  text-align: center;
  width: 100%;
  max-width: 914px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.awards-heading {
  color: var(--dark);
  width: 100%;
  max-width: 437px;
}

.section-heading.choose-heading {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 512px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.team-heading {
  color: var(--dark);
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.choose-heading-2 {
  color: var(--dark);
  text-align: center;
  width: 100%;
  max-width: 512px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.projects-details-heading, .section-heading.blog-details-heading {
  color: var(--dark);
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.about-thumb-wrap {
  width: 100%;
  max-width: 586px;
}

.about-text-wrap {
  width: 100%;
  max-width: 550px;
  margin-bottom: 114px;
}

.about-text {
  font-size: var(--_font-size---fz-20);
  letter-spacing: var(--_letter-spacing---ls-3);
}

.about-counter-layout {
  grid-column-gap: 81px;
  grid-row-gap: 81px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 115px;
  display: grid;
}

.counter-number-wrap {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.counter-item-num-symbol {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-40);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
}

.upper-movement {
  justify-content: center;
  display: flex;
}

.upper-movement-inner {
  flex-flow: column;
  align-items: center;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.counter-item-number {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-40);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
  line-height: 40px;
}

.middle-movement {
  justify-content: center;
  display: flex;
}

.middle-movement-inner {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.counter-text {
  letter-spacing: 0;
}

.brands-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.section-title {
  color: #707070;
  font-size: var(--_font-size---fz-80);
  text-transform: uppercase;
}

.section-title.black-40 {
  color: #0006;
}

.section-title-black {
  color: var(--dark);
}

.brands-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 928px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: flex;
}

.brands-text-wrap {
  width: 100%;
  max-width: 167px;
}

.brands-text {
  font-family: var(--_font-family---poppins);
  color: #0006;
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-120);
  text-transform: uppercase;
  font-weight: 600;
}

.brands-thumb-wrap {
  width: 100%;
}

.brands-text-wrap-2 {
  width: 100%;
  max-width: 126px;
}

.brands-text-black {
  color: var(--dark);
}

.services-section {
  background-color: var(--dark-3);
  margin-top: 80px;
  margin-bottom: 70px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-sub-title-wrap {
  margin-bottom: 24px;
}

.section-sub-title {
  font-family: var(--_font-family---poppins);
  font-size: var(--_font-size---fz-14);
  text-transform: uppercase;
  font-weight: 600;
}

.section-text-wrap {
  margin-top: 24px;
}

.section-text-wrap.pricing-text {
  width: 100%;
  max-width: 532px;
  margin-left: auto;
  margin-right: auto;
}

.section-text {
  color: #ffffffb3;
  font-size: var(--_font-size---fz-14);
}

.section-text.black-70 {
  color: #000000b3;
  font-size: var(--_font-size---fz-14);
}

.section-title-white {
  color: var(--white);
}

.services-item-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 488px;
  display: flex;
}

.services-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark-3);
  border-bottom: 1px solid #fff3;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 20px;
}

.services-item-icon-wrap {
  background-color: #ffffff1a;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.services-item-icon {
  flex: none;
}

.services-item-content {
  width: 100%;
  max-width: 340px;
}

.services-item-title-wrap {
  margin-bottom: 20px;
}

.services-item-title {
  font-family: var(--_font-family---inter);
  color: var(--white);
  font-size: var(--_font-size---fz-40);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
}

.services-item-text {
  color: #ffffffb3;
  font-size: var(--_font-size---fz-14);
}

.projects-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.projects-layout {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-item {
  z-index: 1;
}

.projects-thumb-wrap {
  text-decoration: none;
  overflow: hidden;
}

.projects-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.projects-item-top {
  z-index: 1;
  margin-bottom: 12px;
  position: relative;
}

.projects-title-wrap {
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}

.projects-title {
  color: var(--dark);
  font-size: var(--_font-size---fz-32);
  letter-spacing: var(--_letter-spacing---ls-5);
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  display: block;
}

.projects-text {
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
}

.testimonial-section {
  background-color: var(--dark-3);
  margin-top: 80px;
  padding-top: 120px;
  padding-bottom: 70px;
  overflow-x: clip;
}

.testimonial-slider {
  z-index: 2;
  background-color: #0000;
  height: auto;
}

.testimonial-slider-mask {
  width: 100%;
  max-width: 530px;
  overflow: visible;
}

.testimonial-slide {
  margin-right: 24px;
}

.testimonial-slider-nav {
  display: none;
}

.testimonial-slider-arrow-left {
  background-color: var(--white-10);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s linear;
  display: flex;
  inset: -122px 80px auto auto;
}

.testimonial-slider-arrow-left:hover {
  color: var(--dark);
  background-color: #f2f2f2;
}

.testimonial-slider-arrow-right {
  background-color: var(--white-10);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s linear;
  display: flex;
  inset: -122px 0% auto auto;
}

.testimonial-slider-arrow-right:hover {
  color: var(--dark);
  background-color: #f2f2f2;
}

.testimonial-slider-arrow-icon {
  width: 20px;
  height: 20px;
  line-height: 1px;
}

.testimonial-item {
  background-color: var(--white-10);
  padding: 28px;
}

.testimonial-item-title-wrap {
  margin-bottom: 20px;
}

.testimonial-item-title {
  font-family: var(--_font-family---inter);
  color: #f2f2f2;
  font-size: var(--_font-size---fz-32);
  letter-spacing: var(--_letter-spacing---ls-3);
  font-weight: 600;
  line-height: 40px;
}

.testimonial-item-text-wrap {
  width: 100%;
  max-width: 460px;
  margin-bottom: 38px;
}

.testimonial-item-text {
  color: #ccc;
  letter-spacing: 0;
}

.testimonial-item-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.testimonial-item-author-wrap {
  width: 100%;
  max-width: 60px;
}

.testimonial-item-author-name {
  color: #f2f2f2;
  font-size: var(--_font-size---fz-20);
  font-weight: 500;
}

.testimonial-item-author-info {
  color: #f2f2f2;
  letter-spacing: 0;
}

.pricing-section {
  background-color: var(--dark-3);
  margin-bottom: 70px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.pricing-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-layout.pricing-category {
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-item {
  background-color: var(--white-10);
  transition: background-color .3s linear;
}

.pricing-item:hover {
  background-color: var(--white-20);
}

.pricing-item-heading {
  padding: 32px 28px 20px;
}

.pricing-item-separetor {
  border-top: 1px solid #ffffff1f;
}

.pricing-item-info-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.pricing-item-info-title {
  font-family: var(--_font-family---inter);
  color: var(--white);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-110);
  letter-spacing: 0;
  font-weight: 700;
}

.pricing-item-info-text-wrap {
  background-color: var(--white-10);
  border-radius: 20px;
  padding: 8px 12px;
}

.pricing-item-info-text {
  color: var(--white);
  font-weight: 500;
}

.pricing-item-title-wrap {
  margin-bottom: 40px;
}

.pricing-item-title {
  font-family: var(--_font-family---inter);
  color: var(--white);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-110);
  letter-spacing: 0;
  font-weight: 700;
}

.pricing-item-title.pricing-title-clr {
  color: #fff9;
}

.pricing-item-title.pricing-title-clr-2 {
  color: #0c040766;
}

.pricing-item-price-wrap {
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.pricing-item-price {
  font-family: var(--_font-family---inter);
  color: var(--white);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-110);
  letter-spacing: 0;
  font-weight: 600;
}

.pricing-item-price-months {
  font-family: var(--_font-family---inter);
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-1);
  font-weight: 500;
}

.pricing-item-bottom {
  padding: 20px 28px 16px;
}

.solution-layout {
  background-color: var(--white-10);
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.solution-title {
  font-family: var(--_font-family---inter);
  color: #f2f2f2;
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-110);
  letter-spacing: 0;
  font-weight: 600;
}

.solution-btn-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.clients-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.clients-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clients-wrap {
  border: 1px solid #e4e4e4;
}

.clients-thumb-wrap {
  justify-content: center;
  align-items: center;
  padding: 92px 37px;
  display: flex;
}

.clients-thumb {
  flex: none;
}

.faq-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.faq-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq {
  background-color: #0000;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 40px;
}

.faq-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-title {
  color: var(--dark);
  font-family: Inter, sans-serif;
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.faq-icon {
  z-index: 1;
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}

.faq-icon-plus {
  background-color: #0c0407;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.faq-icon-minus {
  background-color: #0c0407;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.faq-text-wrap {
  width: 100%;
  max-width: 492px;
  padding-bottom: 0;
  overflow: hidden;
}

.faq-text {
  color: var(--body);
  font-size: var(--_font-size---fz-16);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 24px;
}

.faq-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 644px;
  display: flex;
}

.lower-movement-inner {
  flex-flow: column;
  align-items: center;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.c-hero-section {
  background-color: #101010;
  padding-top: 112px;
  padding-bottom: 80px;
}

.c-hero-content {
  text-align: center;
}

.c-hero-content.about-t-content {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.c-hero-content.service-t-content {
  width: 100%;
  max-width: 634px;
  margin-left: auto;
  margin-right: auto;
}

.c-hero-content.p-details-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-hero-content.d-details-content {
  margin-left: auto;
  margin-right: auto;
}

.c-hero-content.licenses-hero-content {
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.c-hero-content.pricing-t-content {
  width: 100%;
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
}

.c-hero-title {
  color: var(--white);
  font-size: 120px;
  line-height: var(--_line-height---lh-90);
  text-transform: uppercase;
}

.c-hero-sub-title-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.c-hero-sub-title-wrap {
  width: 100%;
  max-width: 107px;
}

.c-hero-sub-title {
  color: #fff9;
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-1);
  text-transform: uppercase;
  font-weight: 600;
}

.c-hero-sub-title-wrap-2 {
  width: 100%;
  max-width: 89px;
}

.misson-section {
  padding-top: 150px;
  padding-bottom: 70px;
}

.awards-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.misson-title {
  color: #0c040766;
}

.black {
  color: var(--dark);
}

.misson-thumb-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.misson-thumb-wrap {
  width: 100%;
  max-width: 715px;
}

.misson-thumb {
  width: 100%;
}

.misson-thumb-wrap-2 {
  width: 100%;
  max-width: 485px;
}

.awards-layout {
  grid-column-gap: 87px;
  grid-row-gap: 87px;
  display: flex;
}

.awards-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 716px;
  display: flex;
}

.awards-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e5e5e5;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 332px 177px;
  grid-auto-columns: 1fr;
  padding-bottom: 16px;
  display: grid;
}

.awards-item-num {
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
}

.awards-item-title {
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-2);
  font-weight: 600;
}

.awards-item-text-wrap {
  text-align: right;
}

.awards-item-text {
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
  text-transform: uppercase;
}

.choose-section {
  background-color: #101010;
  margin-top: 80px;
  margin-bottom: 70px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.choose-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choose-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--white-20);
  padding-bottom: 20px;
  display: flex;
}

.choose-item-icon-wrap {
  background-color: var(--white-10);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.choose-item-icon {
  flex: none;
}

.choose-item-content {
  width: 100%;
  max-width: 340px;
}

.choose-item-title-wrap {
  margin-bottom: 20px;
}

.choose-item-title {
  color: var(--white);
  font-size: var(--_font-size---fz-40);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-6);
}

.choose-item-text {
  color: #ffffffb3;
}

.team-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.team-layout {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-item-thumb-wrap {
  margin-bottom: 16px;
}

.team-item-thumb {
  width: 100%;
}

.team-item-title-wrap {
  margin-bottom: 4px;
}

.team-item-title {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-2);
  font-weight: 600;
}

.team-item-text-wrap {
  margin-bottom: 16px;
}

.team-item-text {
  color: #666;
  letter-spacing: 0;
}

.services-section-2 {
  padding-top: 150px;
  padding-bottom: 70px;
}

.section-text-2 {
  color: var(--body);
  font-size: var(--_font-size---fz-14);
}

.services-item-icon-wrap-2 {
  background-color: #f7f7f7;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.services-item-text-2 {
  color: var(--body);
  font-size: var(--_font-size---fz-14);
}

.services-item-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 20px;
}

.choose-section-2 {
  padding-top: 80px;
  padding-bottom: 70px;
}

.choose-layout-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choose-item-2 {
  background-color: #f7f7f7;
  padding: 30px;
}

.choose-item-num-wrap {
  margin-bottom: 28px;
}

.choose-item-num {
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
  font-weight: 500;
}

.choose-item-title-wrap-2 {
  margin-bottom: 12px;
}

.choose-item-title-2 {
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-2);
  font-weight: 600;
}

.choose-item-text-2 {
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
}

.contact-section {
  padding-top: 150px;
  padding-bottom: 70px;
}

.contact-form {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.contact-us-wrap {
  margin-bottom: 0;
}

.success-message {
  color: #46d64b;
  background-color: #46d64b26;
}

.error-message {
  color: #fc372d;
  background-color: #fe444326;
  padding: 20px;
}

.contact-us-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.contact-us-input {
  background-color: var(--white);
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 53px;
  margin-bottom: 0;
  padding: 16px 20px;
}

.contact-us-input:focus {
  border-color: var(--dark);
}

.contact-us-input::placeholder {
  color: #666;
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
}

.contact-us-label {
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
  margin-bottom: 12px;
  font-weight: 400;
}

.contact-us-textarea-wrap {
  margin-bottom: 28px;
}

.contact-us-textarea {
  background-color: var(--white);
  border: 1px solid #e5e5e5;
  height: 153px;
  min-height: 153px;
  margin-bottom: 0;
  padding: 16px 20px;
}

.contact-us-textarea:focus {
  border-color: var(--dark);
}

.contact-us-textarea::placeholder {
  color: #666;
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
}

.contact-us-select-wrap {
  margin-bottom: 24px;
}

.contact-us-dropdown {
  background-color: var(--white);
  color: #666;
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
  -webkit-appearance: none;
  appearance: none;
  background-image: url("https://cdn.prod.website-files.com/67c2c8d0275133720093f23e/67c9588d8955657ed534f064_icon-13.svg");
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 53px;
  padding: 16px 20px;
}

.contact-us-dropdown:focus {
  border-color: var(--dark);
}

.blog-section {
  padding-top: 150px;
  padding-bottom: 70px;
}

.blog-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-thumb-wrap {
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-date {
  color: #333;
  line-height: var(--_line-height---lh-100);
  letter-spacing: 0;
  font-weight: 500;
}

.blog-title-wrap {
  margin-bottom: 28px;
  text-decoration: none;
}

.blog-title {
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-40);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 500;
  text-decoration: none;
}

.project-section-2 {
  padding-top: 150px;
  padding-bottom: 70px;
}

.category-layout {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.category-item {
  color: #666;
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-3);
  flex: none;
  text-decoration: none;
  display: block;
}

.category-item.w--current {
  color: var(--dark);
}

.cms-collection-list-wrapper {
  flex: none;
}

.cms-category-layout {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.category-item-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  display: inline-flex;
}

.p-details-text-wrap {
  width: 100%;
  max-width: 691px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.p-details-text {
  color: var(--white);
  font-size: var(--_font-size---fz-18);
  letter-spacing: 0;
}

.p-details-section {
  padding-top: 60px;
  padding-bottom: 70px;
}

.p-details-thumb-wrap {
  margin-bottom: 60px;
}

.p-details-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.p-details-layout-left {
  width: 100%;
  max-width: 712px;
}

.project-overview-wrap {
  margin-bottom: 30px;
}

.p-details-project-title-wrap {
  margin-bottom: 12px;
}

.p-details-project-title {
  font-size: var(--_font-size---fz-40);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-6);
}

.project-rich-text p {
  letter-spacing: 0;
  margin-bottom: 12px;
}

.project-rich-text li {
  color: var(--dark);
  line-height: var(--_line-height---lh-150);
  margin-top: 8px;
  margin-bottom: 16px;
}

.p-details-info-text-wrap {
  margin-bottom: 10px;
}

.p-details-info-text {
  letter-spacing: 0;
  font-weight: 500;
}

.p-details-info-title {
  color: var(--dark);
  font-size: var(--_font-size---fz-20);
  font-weight: 500;
}

.p-details-layout-right-item {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: flex;
}

.p-gallery-layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 48px;
  display: flex;
}

.p-gallery-layout-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-details-title-wrap {
  margin-bottom: 28px;
}

.b-details-title {
  color: var(--white);
  font-size: var(--_font-size---fz-80);
  line-height: var(--_line-height---lh-100);
  letter-spacing: var(--_letter-spacing---ls-6);
  font-weight: 500;
}

.b-details-date {
  color: var(--white);
  line-height: var(--_line-height---lh-100);
  letter-spacing: 0;
  font-weight: 500;
}

.b-details-section {
  padding-top: 60px;
  padding-bottom: 70px;
}

.b-details-thumb-wrap {
  margin-bottom: 60px;
}

.b-details-rich-text {
  width: 100%;
  max-width: 920px;
  margin-bottom: 48px;
}

.b-details-gallery-wrap {
  margin-bottom: 48px;
}

.b-details-rich-text-2 {
  width: 100%;
  max-width: 920px;
}

.blog-section-2 {
  padding-top: 80px;
  padding-bottom: 70px;
}

.product-rich-text li {
  color: #fff9;
  letter-spacing: 0;
  background-image: url("https://cdn.prod.website-files.com/67c2c8d0275133720093f23e/67cabe0b251553ab0926eb34_check-line.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 25px;
  font-weight: 500;
  list-style-type: none;
}

.product-rich-text ul {
  padding-left: 0;
}

.price-d-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.price-d-left {
  width: 100%;
  max-width: 508px;
}

.price-d-right {
  background-color: var(--white-20);
  width: 100%;
  max-width: 400px;
  padding: 28px;
}

.price-d-left-title {
  color: #fff9;
  font-size: var(--_font-size---fz-48);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-4);
}

.price-d-left-title.white {
  color: var(--white);
}

.price-d-box-price-wrap {
  margin-bottom: 20px;
}

.price-d-box-price {
  font-family: var(--_font-family---inter);
  color: var(--white);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
}

.price-d-box-title-wrap {
  margin-bottom: 20px;
}

.price-d-box-title {
  font-family: var(--_font-family---inter);
  color: var(--white);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
}

.p-options {
  display: inline-block;
}

.checkout-form {
  background-color: #0000;
  padding-top: 60px;
}

.checkout-left {
  flex: 1;
  max-width: 692px;
  margin-right: 0;
}

.checkout-right {
  background-color: #f7f7f7;
  flex: 1;
  max-width: 490px;
  padding: 28px;
}

.checkout-layout {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.oder-summary {
  margin-bottom: 0;
}

.oder-summary-btn-wrap {
  margin-top: 20px;
}

.oder-summary-btn {
  background-color: var(--dark);
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  padding: 14px 16px;
  font-weight: 600;
}

.checkout-common-header {
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.checkout-common-title {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-30);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
}

.oder-summary-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.line-item {
  margin-bottom: 16px;
}

.line-item-text {
  color: var(--dark);
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  font-weight: 500;
}

.web-payments {
  margin-bottom: 20px;
}

.apple-pay {
  height: 47px;
}

.customer-info-wrap, .shipping-address-wrap, .shipping-method-wrap, .payment-info-wrap, .order-items-wrap {
  background-color: #f7f7f7;
  margin-bottom: 20px;
  padding: 28px;
}

.order-items-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.order-item {
  justify-content: flex-start;
  align-items: flex-start;
}

.oder-item-thumb-wrap {
  width: 100%;
  max-width: 56px;
  display: none;
}

.oder-item-thumb {
  width: 100%;
}

.oder-item-content {
  margin-left: 0;
}

.oder-item-price {
  color: var(--dark);
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-150);
  font-weight: 600;
}

.oder-item-title {
  color: var(--dark);
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-150);
  margin-bottom: 8px;
  font-weight: 600;
}

.customer-info-form {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.customer-info-label {
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
  margin-bottom: 12px;
}

.customer-info-input {
  background-color: var(--white);
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 0;
  height: 53px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
}

.shipping-address-form {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.shipping-method-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left-style: none;
  border-right-style: none;
  flex-flow: column;
  display: flex;
}

.shipping-method-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.shipping-method-item-radio {
  accent-color: #0c0407;
  flex: none;
}

.shipping-method-item-content {
  margin-right: 0;
}

.shipping-method-item-price {
  color: var(--dark);
  font-size: var(--_font-size---fz-18);
  font-weight: 500;
}

.shipping-method-item-title {
  color: var(--dark);
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-150);
  font-weight: 600;
}

.shipping-method-item-text {
  color: var(--dark);
  line-height: var(--_line-height---lh-150);
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  color: var(--dark);
  line-height: var(--_line-height---lh-150);
  margin-bottom: 0;
}

.customer-info-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.customer-info-content-row {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.customer-info-row-top {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.customer-info-row-bottom {
  padding-left: 0;
  padding-right: 0;
}

.customer-info-row-top-content {
  margin-bottom: 0;
}

.customer-info-row-top-title {
  color: var(--dark);
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  margin-bottom: 6px;
  font-weight: 600;
}

.customer-info-row-top-text {
  color: #333;
  line-height: var(--_line-height---lh-150);
  margin-bottom: 3px;
}

.shipping-method-item-col {
  padding-left: 0;
}

.error-section {
  padding-top: 112px;
  padding-bottom: 80px;
}

.error-content {
  text-align: center;
  width: 100%;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
}

.error-title {
  font-family: var(--_font-family---inter);
  letter-spacing: var(--_letter-spacing---ls-5);
  font-size: 300px;
  font-weight: 600;
  line-height: 1;
}

.error-sub-title-wrap {
  margin-bottom: 20px;
}

.error-sub-title {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-32);
  line-height: var(--_line-height---lh-120);
  letter-spacing: 0;
  font-weight: 600;
}

.error-text-wrap {
  margin-bottom: 40px;
}

.error-text {
  font-size: var(--_font-size---fz-18);
}

.password-form {
  text-align: center;
  width: 100%;
  max-width: 566px;
  margin: 150px auto 70px;
  padding: 20px;
}

.password-form-label {
  color: var(--dark);
  font-size: var(--_font-size---fz-48);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-3);
  margin-bottom: 20px;
  font-weight: 600;
}

.password-form-input {
  background-color: var(--white);
  color: var(--dark);
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 53px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
}

.password-form-input:focus {
  border-color: var(--dark);
}

.password-form-input::placeholder {
  color: #666;
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
}

.submit-btn {
  background-color: var(--dark);
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
  width: 100%;
  padding: 12px 16px;
  font-weight: 500;
}

.c-hero-text-wrap {
  margin-top: 12px;
}

.c-hero-text {
  color: var(--white);
  font-size: var(--_font-size---fz-16);
}

.licenses-section {
  padding-top: 150px;
  padding-bottom: 70px;
}

.utility-layout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.utility-content-wrap {
  width: 100%;
  max-width: 1080px;
}

.utility-content-title-wrap {
  margin-bottom: 28px;
}

.utility-content-title {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-48);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
}

.utility-content-text {
  color: var(--body);
  font-size: var(--_font-size---fz-20);
  letter-spacing: var(--_letter-spacing---ls-3);
}

.utility-content-text-link {
  color: var(--body);
}

.utility-content-text-heilight {
  color: var(--dark);
  font-weight: 600;
}

.changelog-version-wrap {
  margin-bottom: 20px;
}

.changelog-version {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-48);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
}

.changelog-text {
  font-size: var(--_font-size---fz-20);
  letter-spacing: var(--_letter-spacing---ls-3);
}

.testimonial-section-2 {
  background-color: #101010;
  margin-top: 80px;
  margin-bottom: 70px;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow-x: clip;
}

.pricing-section-2 {
  padding-top: 150px;
  padding-bottom: 70px;
}

.pricing-item-2 {
  background-color: #f7f7f7;
}

.pricing-item-info-text-wrap-2 {
  color: var(--dark);
  background-color: #e7e7e7;
  border-radius: 20px;
  padding: 8px 12px;
  font-weight: 500;
}

.product-rich-text-2 li {
  color: var(--body);
  background-image: url("https://cdn.prod.website-files.com/67c2c8d0275133720093f23e/67cc08b31f6fd7b2acb20c99_check-line-2.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 25px;
  list-style-type: none;
}

.product-rich-text-2 ul {
  padding-left: 0;
}

.solution-layout-2 {
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 40px;
  display: flex;
}

.team-item-social-icon-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.team-item-social-link {
  color: var(--dark);
  text-decoration: none;
  transition: all .3s linear;
}

.team-item-social-link:hover {
  color: #0006;
  transform: scale(1.2);
}

.team-item-social-icon {
  width: 20px;
  height: 20px;
}

.secondary-btn {
  background-color: var(--white-20);
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  transition: color .3s linear;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.secondary-btn:hover {
  color: var(--dark);
}

.secondary-btn.pricing-item-btn {
  border: 1px solid var(--white-10);
  padding: 11px 15px;
}

.secondary-btn.pricing-item-btn:hover {
  border-color: #535353;
}

.secondary-btn.is-dark:hover {
  color: var(--white);
}

.secondary-btn.is-dark.pricing-item-btn {
  color: var(--dark);
  line-height: var(--_line-height---lh-110);
  background-color: #e7e7e7;
  border-color: #cdcdcd;
  font-weight: 600;
}

.secondary-btn.is-dark.pricing-item-btn:hover {
  border-color: var(--dark);
  color: var(--white);
}

.secondary-btn.is-dark.pricing-item-btn-2 {
  color: var(--dark);
  line-height: var(--_line-height---lh-110);
  background-color: #e7e7e7;
  border: 1px solid #0000001a;
  font-weight: 600;
}

.secondary-btn.is-dark.pricing-item-btn-2:hover {
  border-color: var(--dark);
  color: var(--white);
}

.cart-list-item-content {
  margin-left: 0;
  margin-right: 0;
}

.cart-header-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.cart-list-item-price {
  color: #0c0407;
  font-size: var(--_font-size---fz-20);
  font-weight: 600;
}

.button-inner {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-form-footer {
  border-top-color: #e5e5e5;
  padding: 12px 0 0;
}

.cart-form-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-header-close {
  color: #0c0407;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.cart-form-empty-status {
  background-color: #f8f8f8;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 32px 20px;
}

.cart-list-item-price-mobile {
  display: none;
}

.cart-header {
  border: 1px #000;
  padding: 0;
}

.button-wrap {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  background-color: #0c0407;
  border: 1px solid #0c0407;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.button-wrap.shop-btn {
  border-radius: 0;
  width: 100%;
}

.cart-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  background-color: #0000;
  outline: none;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-weight: 400;
  display: inline-flex;
}

.checkout-button-apple-2 {
  border-radius: 0;
  width: 100%;
  height: 48px;
}

.cart-line-item-subtotal {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
}

.catn-btn-quantity {
  background-color: var(--transparent);
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-100);
  min-width: auto;
  height: auto;
  margin-left: 5px;
  padding: 0;
  font-weight: 400;
}

.cart-list-item-thumb {
  width: 100%;
  height: 100%;
}

.cart-wrapper {
  height: 100vh;
}

.cart-line-item-text {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
}

.cart-btn-icon {
  width: 14px;
}

.checkout-button {
  background-color: #0c0407;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 16px 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
  transition: all .3s linear;
  display: flex;
}

.checkout-button:hover {
  background-color: #333;
}

.cart-list-item-remove {
  color: #fc372d;
  font-size: 14px;
  line-height: 112%;
  text-decoration: none;
}

.cart-form-btn-wrap {
  width: 100%;
}

.cart-form-empty {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 28px 0 0;
}

.option {
  color: #0c0407;
  font-size: 14px;
}

.cart-form-error {
  color: #0c0407;
  text-align: center;
  border-radius: 0;
  margin: 10px 0 0;
  padding: 16px;
  font-size: 14px;
  line-height: 112%;
}

.cart-form-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-height: 490px;
  padding: 28px 0 16px;
  display: flex;
  overflow-y: auto;
}

.cart-line-item {
  margin-bottom: 20px;
}

.cart-list-item-title-wrap {
  color: #0c0407;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 112%;
  text-decoration: none;
}

.cart-list-item-thumb-wrap {
  border-radius: 0;
  width: 100%;
  max-width: 100px;
  text-decoration: none;
  overflow: hidden;
}

.cart-btn-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-container {
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  max-width: 735px;
  padding: 32px;
  overflow: hidden;
}

.cart-list-item-title {
  font-size: 22px;
  font-weight: 600;
}

.cart-list-item-title:hover {
  color: #0c0407;
}

.cart-option-list {
  margin-bottom: 12px;
}

.cart-nav-wrapper {
  background-color: #0000;
}

.brands-video {
  z-index: 2;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  object-fit: cover;
  width: 100%;
  height: 737px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav-link {
    width: 100%;
  }

  .nav-link.w--current {
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-top: 1px solid var(--white);
    background-color: var(--dark);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 30px 20px;
    display: none;
    position: absolute;
    inset: 100% auto auto 0%;
  }

  .nav-dropdown-list {
    position: static;
  }

  .nav-open {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: var(--white);
    cursor: pointer;
    border-radius: 0;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown {
    width: 100%;
    margin-left: 0;
  }

  .show-mobile {
    width: 100%;
    line-height: 100%;
    display: block;
  }

  .nav-dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-layout {
    justify-content: space-between;
  }

  .nav-left {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-bar {
    background-color: #fff;
    width: 16px;
    height: 2px;
    padding: 0;
  }

  .nav-bar._2, .nav-bar._1, .nav-bar._3 {
    background-color: var(--dark);
  }

  .nav-dropdown-inner {
    padding: 12px;
  }

  .footer-middle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .footer-section {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-about-text-wrap {
    max-width: 415px;
    margin-bottom: 40px;
  }

  .footer-bottom-right-text, .footer-copyright-text {
    font-size: var(--_font-size---fz-14);
  }

  .footer-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
  }

  .footer-bottom-text, .footer-about-text {
    font-size: var(--_font-size---fz-14);
  }

  .style-gide-left {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    max-width: 100%;
    position: static;
  }

  .blog-rich-text h1 {
    font-size: var(--_font-size---fz-30);
  }

  .blog-rich-text h2 {
    font-size: var(--_font-size---fz-26);
    line-height: 30px;
  }

  .blog-rich-text h3 {
    font-size: var(--_font-size---fz-22);
  }

  .blog-rich-text h6 {
    font-size: var(--_font-size---fz-16);
  }

  .blog-rich-text blockquote {
    font-size: var(--_font-size---fz-16);
    line-height: var(--_line-height---lh-150);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }

  .blog-rich-text h4 {
    font-size: var(--_font-size---fz-20);
  }

  .blog-rich-text h5 {
    font-size: var(--_font-size---fz-18);
  }

  .style-gide-layout {
    flex-flow: column;
  }

  .heading-2 {
    font-size: 18px;
  }

  .hero-title-wrap {
    max-width: 100%;
  }

  .heading {
    font-size: 20px;
  }

  .hide-mobile {
    display: none;
  }

  .circle-btn {
    width: 200px;
    height: 200px;
  }

  .footer-middle-row {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer-middle-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-link {
    font-size: var(--_font-size---fz-14);
  }

  .footer-top {
    margin-bottom: 40px;
  }

  .footer-top-title {
    font-size: var(--_font-size---fz-100);
    line-height: var(--_line-height---lh-90);
  }

  .hero-section {
    padding-bottom: 80px;
  }

  .hero-title {
    font-size: 110px;
    line-height: var(--_line-height---lh-80);
  }

  .hero-title-wrap-2 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .hero-thumb-wrap {
    max-width: 450px;
  }

  .about-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .about-sub-title-wrap {
    margin-bottom: 20px;
  }

  .about-title {
    font-size: var(--_font-size---fz-40);
  }

  .about-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .section-heading.about-heading {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-heading.services-heading {
    max-width: 100%;
    position: static;
  }

  .section-heading.testimonial-heading {
    margin-bottom: 40px;
  }

  .section-heading.awards-heading {
    max-width: 100%;
  }

  .section-heading.team-heading, .section-heading.choose-heading-2, .section-heading.blog-details-heading {
    margin-bottom: 40px;
  }

  .about-thumb-wrap {
    max-width: 100%;
  }

  .about-text-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .about-text {
    font-size: var(--_font-size---fz-18);
  }

  .about-counter-layout {
    margin-bottom: 20px;
  }

  .brands-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-title {
    font-size: var(--_font-size---fz-50);
  }

  .brands-layout {
    padding-top: 50px;
  }

  .brands-thumb-wrap {
    margin-right: 0;
  }

  .services-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-layout {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-sub-title-wrap {
    margin-bottom: 20px;
  }

  .section-text-wrap {
    margin-top: 20px;
  }

  .services-item-wrap {
    width: 100%;
    max-width: 100%;
  }

  .services-item {
    max-width: 100%;
    position: static;
  }

  .services-item-content {
    max-width: 100%;
  }

  .services-item-title {
    font-size: var(--_font-size---fz-26);
  }

  .projects-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .projects-layout {
    grid-row-gap: 40px;
  }

  .projects-title {
    font-size: var(--_font-size---fz-26);
    letter-spacing: var(--_letter-spacing---ls-3);
    line-height: 120%;
  }

  .testimonial-section {
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .testimonial-slider-mask {
    max-width: 500px;
  }

  .testimonial-item {
    padding: 20px;
  }

  .testimonial-item-title {
    font-size: var(--_font-size---fz-26);
    line-height: 30px;
  }

  .testimonial-item-text-wrap {
    max-width: 100%;
  }

  .pricing-section {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .pricing-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-item-heading {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-item-info-wrap {
    margin-bottom: 40px;
  }

  .pricing-item-info-title {
    font-size: var(--_font-size---fz-22);
  }

  .pricing-item-info-text-wrap {
    font-size: var(--_font-size---fz-14);
  }

  .pricing-item-bottom {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solution-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    padding: 20px;
  }

  .clients-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .clients-layout {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients-thumb-wrap {
    padding: 20px;
  }

  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-layout {
    flex-flow: column;
  }

  .faq {
    padding: 20px 0;
  }

  .faq-text-wrap {
    max-width: 90%;
  }

  .faq-text {
    padding-right: 40px;
  }

  .faq-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
  }

  .c-hero-title {
    font-size: 80px;
  }

  .c-hero-sub-title-layout {
    margin-top: 40px;
  }

  .misson-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .awards-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .misson-title {
    font-size: var(--_font-size---fz-50);
  }

  .misson-thumb-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .misson-thumb-wrap {
    max-width: 100%;
  }

  .misson-thumb {
    object-fit: cover;
    height: 300px;
  }

  .misson-thumb-wrap-2 {
    max-width: 100%;
  }

  .awards-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .awards-list {
    max-width: 100%;
  }

  .awards-item-title {
    font-size: var(--_font-size---fz-20);
  }

  .choose-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .choose-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .choose-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .choose-item-content {
    max-width: 100%;
  }

  .choose-item-title {
    font-size: var(--_font-size---fz-20);
    line-height: var(--_line-height---lh-120);
  }

  .team-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-item-title {
    font-size: var(--_font-size---fz-20);
    line-height: var(--_line-height---lh-120);
  }

  .services-section-2 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .services-item-2 {
    max-width: 100%;
    position: static;
  }

  .choose-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .choose-layout-2 {
    grid-template-columns: 1fr 1fr;
  }

  .choose-item-2 {
    padding: 20px;
  }

  .choose-item-num-wrap {
    margin-bottom: 20px;
  }

  .contact-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .contact-form {
    max-width: 100%;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .blog-title-wrap {
    margin-bottom: 20px;
  }

  .blog-title {
    font-size: var(--_font-size---fz-26);
  }

  .project-section-2 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .category-item {
    font-size: var(--_font-size---fz-18);
  }

  .category-item-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .p-details-text {
    font-size: var(--_font-size---fz-16);
  }

  .p-details-section {
    padding-bottom: 40px;
  }

  .p-details-thumb-wrap {
    margin-bottom: 40px;
  }

  .p-details-layout {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .p-details-layout-left {
    max-width: 100%;
  }

  .p-details-layout-right {
    width: 100%;
  }

  .project-overview-wrap {
    margin-bottom: 20px;
  }

  .p-details-project-title {
    font-size: var(--_font-size---fz-30);
  }

  .p-details-layout-right-item, .p-gallery-layout {
    margin-bottom: 20px;
  }

  .b-details-title {
    font-size: var(--_font-size---fz-60);
    line-height: var(--_line-height---lh-120);
  }

  .b-details-section {
    padding-bottom: 40px;
  }

  .b-details-thumb-wrap {
    margin-bottom: 30px;
  }

  .b-details-rich-text {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .b-details-gallery-wrap {
    margin-bottom: 30px;
  }

  .b-details-rich-text-2 {
    max-width: 100%;
  }

  .blog-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-rich-text li {
    font-size: var(--_font-size---fz-14);
  }

  .price-d-right {
    padding: 20px;
  }

  .price-d-left-title, .price-d-left-title.white {
    font-size: var(--_font-size---fz-32);
  }

  .checkout-left {
    width: 100%;
    max-width: 100%;
  }

  .checkout-right {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .checkout-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .checkout-common-title {
    font-size: var(--_font-size---fz-24);
  }

  .customer-info-wrap, .shipping-address-wrap, .shipping-method-wrap, .payment-info-wrap, .order-items-wrap {
    padding: 20px;
  }

  .error-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .error-text-wrap {
    margin-bottom: 20px;
  }

  .password-form {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .password-form-label {
    font-size: var(--_font-size---fz-30);
  }

  .licenses-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .utility-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .utility-content-title-wrap {
    margin-bottom: 20px;
  }

  .utility-content-title {
    font-size: var(--_font-size---fz-30);
  }

  .utility-content-text {
    font-size: var(--_font-size---fz-16);
  }

  .changelog-version {
    font-size: var(--_font-size---fz-30);
  }

  .changelog-text {
    font-size: var(--_font-size---fz-16);
  }

  .testimonial-section-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-section-2 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .solution-layout-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-top: 40px;
    padding: 20px;
  }

  .cart-header-title {
    font-size: 24px;
  }

  .cart-list-item-price {
    color: #0c0407;
    font-size: 16px;
  }

  .cart-form-list-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .cart-form-empty-status {
    border-radius: 0;
  }

  .cart-list-item-price-mobile {
    color: #333;
    margin-bottom: 10px;
    display: block;
  }

  .button-wrap.shop-btn {
    border-radius: 0;
  }

  .button-wrap.shop-btn:hover {
    background-color: #333;
  }

  .cart-line-item-subtotal, .cart-line-item-text {
    font-size: 18px;
  }

  .cart-btn-icon {
    width: 20px;
  }

  .checkout-button {
    background-color: #0c0407;
  }

  .checkout-button:hover {
    background-color: #333;
  }

  .cart-list-item-price-wrap {
    display: none;
  }

  .cart-list-item-title-wrap {
    color: #0c0407;
    margin-bottom: 5px;
    transition: opacity .35s linear;
  }

  .cart-list-item-title-wrap:hover {
    color: #33b843;
  }

  .cart-list-item-thumb-wrap {
    flex: none;
    height: auto;
  }

  .cart-container {
    max-width: 500px;
    padding: 20px;
  }

  .cart-list-item-title {
    font-size: 20px;
  }

  .cart-option-list {
    color: #0c0407;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .cart-nav-wrapper {
    flex: none;
  }

  .brands-video {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .style-gide-left {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    max-width: 100%;
  }

  .style-gide-layout {
    flex-flow: column;
  }

  .colors-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .circle-btn {
    width: 150px;
    height: 150px;
  }

  .footer-about {
    max-width: 250px;
  }

  .footer-middle-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-top {
    flex-flow: row;
  }

  .footer-top-title {
    font-size: var(--_font-size---fz-80);
    line-height: var(--_line-height---lh-90);
  }

  .hero-title {
    font-size: var(--_font-size---fz-80);
  }

  .hero-thumb-wrap {
    max-width: 300px;
  }

  .about-title {
    font-size: var(--_font-size---fz-30);
  }

  .section-heading.projects-heading {
    max-width: 400px;
  }

  .section-heading.testimonial-heading {
    max-width: 100%;
  }

  .section-heading.pricing-heading {
    max-width: 400px;
  }

  .about-text {
    font-size: var(--_font-size---fz-14);
  }

  .about-counter-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .counter-item-num-symbol {
    font-size: var(--_font-size---fz-32);
    line-height: 32px;
  }

  .upper-movement-inner {
    height: 32px;
  }

  .counter-item-number {
    font-size: var(--_font-size---fz-32);
    line-height: 32px;
  }

  .middle-movement-inner {
    height: 32px;
  }

  .counter-text {
    font-size: var(--_font-size---fz-14);
  }

  .section-title {
    font-size: var(--_font-size---fz-32);
    line-height: var(--_line-height---lh-110);
  }

  .brands-layout {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
  }

  .brands-text-wrap {
    margin-right: 20px;
  }

  .services-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 20px;
  }

  .services-item-title {
    font-size: var(--_font-size---fz-24);
  }

  .projects-layout {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .projects-title-wrap {
    text-decoration: none;
    display: block;
  }

  .projects-title {
    font-size: var(--_font-size---fz-24);
  }

  .testimonial-slider {
    padding-bottom: 80px;
  }

  .testimonial-slider-mask {
    max-width: 400px;
  }

  .testimonial-slider-arrow-left {
    width: 50px;
    height: 50px;
    inset: auto auto 0% 0%;
  }

  .testimonial-slider-arrow-right {
    width: 50px;
    height: 50px;
    inset: auto auto 0% 70px;
  }

  .testimonial-item-title {
    font-size: var(--_font-size---fz-24);
    line-height: 110%;
  }

  .testimonial-item-text-wrap {
    margin-bottom: 20px;
  }

  .testimonial-item-text {
    font-size: var(--_font-size---fz-14);
  }

  .testimonial-item-author-name {
    font-size: var(--_font-size---fz-16);
  }

  .testimonial-item-author-info {
    font-size: var(--_font-size---fz-14);
  }

  .pricing-layout {
    grid-template-columns: 1fr;
  }

  .solution-title {
    font-size: var(--_font-size---fz-20);
  }

  .faq-title {
    font-size: 20px;
  }

  .faq-text {
    font-size: 14px;
  }

  .lower-movement-inner {
    height: 32px;
  }

  .c-hero-section {
    padding-bottom: 60px;
  }

  .c-hero-title {
    font-size: 50px;
  }

  .misson-title {
    font-size: var(--_font-size---fz-40);
    line-height: var(--_line-height---lh-110);
  }

  .awards-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .awards-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    display: grid;
  }

  .awards-item-text-wrap {
    text-align: left;
  }

  .choose-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .choose-item-title-wrap {
    margin-bottom: 16px;
  }

  .team-layout {
    grid-template-columns: 1fr 1fr;
  }

  .services-item-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 20px;
  }

  .blog-layout {
    grid-template-columns: 1fr;
  }

  .category-layout {
    overflow-x: auto;
  }

  .p-details-project-title {
    font-size: var(--_font-size---fz-26);
  }

  .b-details-title {
    font-size: var(--_font-size---fz-50);
  }

  .price-d-layout {
    flex-flow: column;
  }

  .oder-item-price, .oder-item-title, .shipping-method-item-title {
    font-size: var(--_font-size---fz-18);
  }

  .error-title {
    font-size: 200px;
  }

  .password-form-label, .utility-content-title, .changelog-version {
    font-size: var(--_font-size---fz-26);
  }

  .button-wrap {
    font-size: 14px;
  }

  .cart-list-item-title {
    font-size: 18px;
  }

  .brands-video {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: var(--_font-size---fz-40);
  }

  h2 {
    font-size: var(--_font-size---fz-32);
  }

  h3 {
    font-size: var(--_font-size---fz-26);
  }

  h4 {
    font-size: var(--_font-size---fz-22);
  }

  h5, h6 {
    font-size: var(--_font-size---fz-18);
  }

  .footer-middle {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-about-text-wrap {
    margin-bottom: 20px;
  }

  .footer-bottom-right-text, .footer-copyright-text {
    font-size: 14px;
  }

  .footer-bottom {
    grid-row-gap: 10px;
  }

  .footer-social-icon-wrap {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-text {
    font-size: 14px;
  }

  .style-gide-button-holder-layout {
    grid-template-columns: 1fr;
  }

  .style-gide-group-title {
    font-size: var(--_font-size---fz-40);
    letter-spacing: var(--_letter-spacing---ls-4);
  }

  .colors-holder {
    flex-flow: column;
  }

  .style-gide-right, .colors-holder-item {
    max-width: 100%;
  }

  .style-gide-headings-holder-item {
    padding: 16px;
    overflow: hidden;
  }

  .footer-about {
    text-align: center;
    max-width: 100%;
  }

  .footer-middle-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-top-title-wrap {
    text-align: center;
  }

  .footer-top-title {
    font-size: var(--_font-size---fz-50);
    line-height: var(--_line-height---lh-90);
    letter-spacing: var(--_letter-spacing---ls-4);
  }

  .hero-section {
    padding-bottom: 60px;
  }

  .hero-title {
    font-size: var(--_font-size---fz-40);
    line-height: var(--_line-height---lh-90);
    letter-spacing: var(--_letter-spacing---ls-5);
  }

  .hero-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-thumb-wrap {
    order: -1;
    max-width: 100%;
  }

  .about-title {
    font-size: var(--_font-size---fz-26);
    line-height: var(--_line-height---lh-120);
  }

  .about-counter-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .section-title {
    font-size: var(--_font-size---fz-26);
    line-height: var(--_line-height---lh-120);
    letter-spacing: var(--_letter-spacing---ls-5);
  }

  .section-title.black-40 {
    font-size: var(--_font-size---fz-26);
  }

  .brands-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .brands-text-wrap {
    margin-right: 0;
  }

  .brands-text-wrap-2 {
    margin-left: 0;
  }

  .services-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-item-title {
    font-size: var(--_font-size---fz-20);
  }

  .projects-title {
    font-size: var(--_font-size---fz-20);
    line-height: var(--_line-height---lh-150);
  }

  .testimonial-slider {
    padding-bottom: 60px;
  }

  .testimonial-slider-arrow-left {
    width: 40px;
    height: 40px;
    inset: auto auto 0% 0%;
  }

  .testimonial-slider-arrow-right {
    width: 40px;
    height: 40px;
    inset: auto auto 0% 60px;
  }

  .testimonial-item-title {
    font-size: var(--_font-size---fz-20);
    line-height: var(--_line-height---lh-120);
  }

  .testimonial-item-info-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-item-author-name {
    font-size: var(--_font-size---fz-18);
  }

  .testimonial-item-author-info {
    font-size: var(--_font-size---fz-14);
  }

  .pricing-item-info-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .pricing-item-info-title {
    font-size: var(--_font-size---fz-20);
  }

  .pricing-item-info-text-wrap {
    font-size: var(--_font-size---fz-12);
  }

  .pricing-item-info-text {
    font-size: var(--_font-size---fz-14);
  }

  .pricing-item-title-wrap {
    margin-bottom: 20px;
  }

  .pricing-item-title {
    font-size: var(--_font-size---fz-20);
  }

  .pricing-item-title.black {
    line-height: var(--_line-height---lh-150);
  }

  .pricing-item-price {
    font-size: var(--_font-size---fz-20);
  }

  .clients-layout {
    grid-template-columns: 1fr 1fr;
  }

  .faq-title {
    font-size: 16px;
  }

  .faq-text {
    padding-right: 0;
  }

  .faq-right {
    flex-flow: column;
  }

  .c-hero-title {
    font-size: 40px;
    line-height: var(--_line-height---lh-120);
  }

  .misson-title {
    font-size: var(--_font-size---fz-26);
    line-height: var(--_line-height---lh-120);
  }

  .misson-thumb-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .misson-thumb {
    height: 250px;
  }

  .choose-item {
    flex-flow: column;
  }

  .team-layout, .choose-layout-2 {
    grid-template-columns: 1fr;
  }

  .choose-item-title-2 {
    font-size: var(--_font-size---fz-20);
  }

  .contact-us-grid {
    grid-template-columns: 1fr;
  }

  .blog-title {
    font-size: var(--_font-size---fz-20);
    line-height: var(--_line-height---lh-140);
  }

  .p-details-project-title {
    line-height: var(--_line-height---lh-120);
  }

  .p-details-layout-right-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .b-details-title {
    font-size: var(--_font-size---fz-40);
  }

  .price-d-left-title.white {
    font-size: var(--_font-size---fz-26);
    line-height: var(--_line-height---lh-150);
  }

  .price-d-box-title {
    line-height: var(--_line-height---lh-120);
  }

  .checkout-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .checkout-common-title {
    line-height: var(--_line-height---lh-120);
  }

  .order-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .shipping-method-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 0;
  }

  .error-section {
    padding-top: 80px;
  }

  .error-title {
    font-size: 100px;
  }

  .error-sub-title {
    font-size: var(--_font-size---fz-24);
  }

  .error-text {
    font-size: var(--_font-size---fz-16);
  }

  .cart-list-item-price {
    font-size: 14px;
  }

  .cart-btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cart-wrapper {
    z-index: 99999;
  }

  .cart-form-list {
    max-height: 390px;
  }

  .cart-list-item-thumb-wrap {
    border-radius: 5px;
  }

  .cart-btn-text {
    display: none;
  }

  .cart-list-item-title {
    font-size: 16px;
  }

  .brands-video {
    height: 200px;
  }
}

  
        
 