@font-face {
  font-family: Regular Material;
  src: url('../fonts/MaterialIcons-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Material;
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --black: #111210;
  --dodger-blue: #00b4c1;
  --light-grey: #d9d9d9;
  --table-header: whitesmoke;
  --white: white;
  --borders: #efefef;
  --hover-blue: #3479e5;
  --dim-grey: #545454;
  --lime-green: #04a777;
  --firebrick: #1b1b1b;
  --white-2: #fafafa;
  --grey: #767676;
  --tomato: #f35252;
  --royal-blue: #2e6bcc;
  --grey-2: #9c9c9c;
  --goldenrod: #f8c005;
  --ghost-white: #f7faff;
  --royal-blue-2: #4574bf;
  --midnight-blue: #11284c;
  --dark-slate-blue-2: #1d4380;
  --hover-red: #a33131;
  --dark-slate-blue: #235099;
  --white-3: #ffffff26;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

body {
  color: var(--black);
  font-family: SF Pro, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955);
}

a:active {
  transform: scale(.96);
}

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

li {
  color: var(--black);
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

blockquote {
  border-left: 5px solid var(--dodger-blue);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: var(--light-grey);
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  background-color: var(--table-header);
}

.section.grey.top-padding-40 {
  padding-top: 40px;
}

.section.grey.top-padding-40.mob-padding.white {
  background-color: var(--white);
}

.section.min-height {
  min-height: 70vh;
}

.section._40-top {
  padding-top: 45px;
}

.section._40-top.hide {
  display: none;
}

.section.resources-page {
  min-height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-mini-height {
  min-height: auto;
}

.section.no-mini-height.no-bottom-padding {
  padding-bottom: 0;
}

.section.first-section {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.section.first-section._0-top-mob.overflow-hidden {
  margin-bottom: -40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.product-section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section.hurst {
  min-height: 65vh;
  padding-top: 40px;
}

.section.hurst._16 {
  background-color: var(--white);
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  transition: width .1s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.container.nav-container {
  z-index: 1;
  height: 100%;
  position: relative;
}

.container.nav-container.admin {
  max-width: 1400px;
}

.container.auth-container {
  max-width: 460px;
}

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

.container.mob-percent {
  height: 100%;
}

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

.grid._4-col.section-head-grid {
  margin-bottom: 24px;
}

.grid._4-col.home-prod {
  max-height: 100%;
  overflow: visible;
}

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

.grid._2-col.percentage-gap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

.grid._7-row {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 45px;
  padding-bottom: 24px;
  display: grid;
}

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

.grid._3-col.align {
  align-items: start;
}

.grid._3-col._40-gap {
  grid-column-gap: 40px;
}

.grid._3-col.navigate {
  grid-column-gap: 24px;
  grid-template-columns: minmax(200px, 200px) 1fr minmax(454px, 454px);
  align-items: center;
  height: 100%;
}

.grid._3-col.home-cat {
  max-height: 369px;
  overflow: hidden;
}

.grid._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid._3-row._16px-top-padding {
  padding-top: 16px;
}

.grid._2-row {
  color: var(--black);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid._2-row._16px-top-padding {
  padding-top: 16px;
  padding-bottom: 8px;
  position: relative;
}

.grid._2-row.centered-grid {
  text-align: center;
  place-items: center;
}

.grid.scroll-on-mobile {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.button-wrapper.add-to-cart-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.button-wrapper.add-to-cart-button._00 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-wrapper._10px {
  margin-bottom: 10px;
}

.button-wrapper._120 {
  width: 140px;
}

.button-wrapper.pos-absolute {
  border-top: 1px solid var(--borders);
  background-color: var(--white);
  padding: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-wrapper.pos-absolute.in-dropdown-cart {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.button-wrapper.cometa-cta {
  margin-top: 25px;
}

.button-wrapper.add-address {
  border-top: 1px none var(--light-grey);
  width: auto;
  padding-top: 24px;
  display: block;
}

.button-wrapper.bottom-button-wrapper {
  display: none;
}

.button-wrapper.up {
  margin-top: 15px;
}

.button-text {
  height: 17px;
  display: inline-block;
  overflow: hidden;
}

.button {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  height: 40px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.button.blue-button {
  background-color: var(--black);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

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

.button.blue-button.inside-product-page {
  background-color: var(--black);
  padding-left: 35px;
  padding-right: 35px;
}

.button.blue-button._50 {
  background-color: var(--black);
  height: 48px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.button.blue-button._50:hover {
  background-color: var(--dim-grey);
}

.button.blue-button._50.short {
  width: 200px;
}

.button.blue-button._50.no-color {
  background-color: var(--light-grey);
  color: var(--black);
}

.button.blue-button._50.no-color.div-block-12, .button.blue-button._50.no-color._676767 {
  margin-top: 25px;
}

.button.blue-button.comprar:hover {
  background-color: var(--dim-grey);
}

.button.blue-button.verde {
  background-color: var(--lime-green);
}

.button.red-button {
  background-color: var(--firebrick);
  color: var(--white);
}

.button.red-button:hover {
  background-color: var(--dim-grey);
}

.button.red-button.with-chevron {
  text-align: left;
}

.button.red-outline {
  border: 1px solid var(--firebrick);
  color: var(--firebrick);
  background-color: #0000;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.red-outline:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

.button.red-outline.remover, .button.red-outline.remover-copy {
  width: 120px;
}

.button.cancel {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #0000;
  height: 45px;
  padding-top: 14px;
  padding-bottom: 0;
}

.button.cancel:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.button.submit-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.button.submit-button:hover {
  background-color: var(--hover-blue);
}

.button.submit-button.hide {
  display: none;
}

.button.submit-button._50 {
  height: 45px;
}

.button.blue-outline {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #0000;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.blue-outline:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.button.blue-outline.with-icon {
  padding-left: 5px;
}

.button.dark-blue {
  background-color: var(--white);
  color: var(--hover-blue);
}

.button.dark-blue.with-icon {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: left;
  padding-left: 20px;
}

.button.dark-blue.with-icon:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

.button-icon {
  height: 16px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 20px;
  line-height: 16px;
  display: inline-block;
}

.section-header-wrapper {
  margin-bottom: 24px;
}

.section-header-wrapper.no-padding {
  margin-bottom: 0;
}

.section-subheader {
  color: var(--grey);
  font-size: 18px;
  line-height: 1;
}

.section-header {
  margin-bottom: 7px;
  font-size: 40px;
}

.section-header.no-padding {
  margin-bottom: 0;
}

.section-header.no-padding.profile-name {
  margin-bottom: 0;
  font-size: 2.3rem;
  line-height: 1.1;
}

.section-header.padding {
  text-align: center;
  margin-bottom: 60px;
}

.section-header.small {
  margin-bottom: 0;
  font-size: 25px;
}

.section-header.small._2 {
  margin-bottom: 35px;
}

.section-button-wrapper {
  width: 150px;
  max-width: 150px;
  padding-bottom: 2px;
}

.section-button-wrapper.longger {
  width: 170px;
  max-width: 190px;
}

.text-field {
  z-index: 2;
  border: 2px solid var(--light-grey);
  color: var(--black);
  background-color: #0000;
  border-radius: 12px;
  height: 48px;
  margin-bottom: 26px;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border-color: var(--grey);
  color: var(--black);
}

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

.text-field.text-area {
  height: 100px;
}

.text-field.text-area._3 {
  height: 400px;
  margin-bottom: 25px;
  padding-bottom: 8px;
}

.text-field.text-area._300 {
  height: 300px;
}

.text-field.with-icon {
  color: var(--black);
  border-color: #ccc;
  padding-left: 48px;
  font-size: 16px;
  font-weight: 400;
}

.text-field.with-icon:focus {
  font-size: 16px;
}

.text-field.with-icon::placeholder {
  color: var(--grey-2);
}

.text-field.with-icon._10-margin {
  margin-bottom: 8px;
}

.text-field.code {
  color: var(--dodger-blue);
  text-align: center;
  height: 100px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
}

.text-field._3 {
  margin-bottom: 10px;
}

.text-field._5 {
  margin-bottom: 0;
}

.field-label {
  color: var(--grey);
  margin-bottom: 5px;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.field-label._300 {
  font-size: 12px;
}

.choice-wrapper {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choice-item {
  text-align: center;
  height: 94px;
}

.choice-item.no-line {
  padding-bottom: 3px;
}

.choice-content {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.choice-content.wider {
  grid-column-gap: 8px;
}

.choice-icon {
  text-align: center;
  border-radius: 50%;
  width: auto;
  height: 35px;
  margin-right: 16px;
  font-family: Material, sans-serif;
  font-size: 50px;
  line-height: 35px;
}

.choice-icon.storefront {
  font-size: 46px;
}

.choice-icon.loose {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.choice-header {
  font-size: 16px;
  font-weight: 500;
}

.choice-subheader {
  font-size: 12px;
}

.table-column {
  align-items: center;
  width: 20%;
  height: 100%;
  padding-left: 24px;
  display: flex;
}

.table-row {
  background-color: #fff;
  border-radius: 16px;
  height: 90px;
  margin-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.table-row.table-header {
  z-index: 1;
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #cccccc80;
  border-top-style: none;
  border-bottom: 1px solid #0000;
  border-left-color: #0000;
  border-right-color: #0000;
  height: 70px;
  font-size: 13px;
  font-weight: 600;
  display: none;
  position: relative;
}

.table-text {
  height: 20px;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
}

.table-text._13 {
  letter-spacing: .25px;
  font-size: 12px;
}

.table-block {
  flex: 1;
}

.table-block._90 {
  flex: 1;
  height: 100%;
  padding-top: 4px;
  display: flex;
}

.table-block.blobs {
  border: 1px none var(--borders);
  color: var(--black);
  flex: 1;
  height: 100%;
  display: flex;
}

.table-estado {
  background-color: #0000;
  flex: 1;
  max-width: 95px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 100%;
  overflow: hidden;
}

.table-estado.pendente {
  color: #e8a21e;
  background-color: #f6e7d1;
  max-width: 120px;
}

.table-wrapper {
  border: 1px none var(--borders);
  border-radius: 16px;
  padding-bottom: 0;
  overflow: hidden;
}

.product-image-tabs {
  height: 100%;
  min-height: 600px;
}

.product-images-gallery {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 19%;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.product-image-content {
  height: 81%;
  max-height: 500px;
  padding-bottom: 16px;
}

.product-image-tab-link {
  background-color: #0000;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  padding: 0 8px;
}

.product-image-tab-link.w--current {
  opacity: .5;
  background-color: #0000;
}

.tab-pane {
  height: 100%;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper.rounded-corners {
  border-radius: 16px;
}

.image-wrapper.rounded-corners.borders {
  border: 1px solid var(--borders);
}

.image-wrapper.product-card-image-wrapper {
  border-radius: 12px;
  height: 250px;
}

.image-wrapper.product-card-image-wrapper.shorter {
  height: 150px;
}

.image-wrapper.product-card-image-wrapper.space-20px {
  margin-top: 43px;
}

.image-wrapper.category-card-image-wrapper {
  border-radius: 12px;
  height: 277px;
  margin-bottom: 16px;
}

.image-wrapper.profile-thumbnail {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-right: 4vw;
}

.image-wrapper.profile-image {
  cursor: pointer;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.image-wrapper.nav-profile-thumbnail {
  border-radius: 50%;
  width: 27px;
  height: 27px;
  margin-right: 8px;
}

.image-wrapper.hero-image-link {
  border-radius: 24px;
  position: absolute;
  inset: 0%;
}

.image-wrapper.cart-image-wrapper {
  border: 1px solid var(--borders);
  border-radius: 12px;
  height: 130px;
}

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

.cover-image.float {
  object-position: 50% 0%;
}

.cover-image.round {
  border-radius: 50%;
}

.cover-image.hero, .cover-image.random-1 {
  object-position: 50% 50%;
}

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

.contain-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.contain-image.big-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 120%;
}

.contain-image.align-left {
  object-position: 0% 50%;
}

.product-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.product-price.kz {
  margin-left: 2px;
  font-size: 14px;
  position: relative;
  top: -12px;
}

.product-price.kz.small {
  font-size: 10px;
  top: -5px;
}

.product-price.kz.medium {
  font-size: 11px;
  top: -7px;
}

.product-price.kz.green {
  color: #000;
  font-weight: 500;
}

.product-price.small {
  font-size: 16px;
}

.product-price.small.thinner {
  font-weight: 600;
}

.product-price.medium {
  font-size: 20px;
}

.product-price.blue, .product-price.yellow, .product-price.red {
  color: #000;
  font-weight: 400;
}

.product-in-stock {
  color: var(--grey);
  align-items: center;
  margin-bottom: 3px;
  font-size: 15px;
  display: flex;
}

.stock-quantity {
  border: 1px solid var(--borders);
  text-align: center;
  border-radius: 12px;
  width: 45px;
  height: 40px;
  margin-right: 10px;
  line-height: 39px;
}

.product-description {
  margin-bottom: 0;
  line-height: 1.6;
}

.product-items-wrapper {
  display: flex;
}

.plus-minus-wrapper {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: space-between;
  width: 120px;
  height: 40px;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.plus-minus-wrapper.no-margin {
  margin-right: 0;
}

.plus-minus-wrapper.no-margin.lngrs {
  width: auto;
}

.plus-minus-wrapper._100 {
  width: 100%;
}

.plus-minus-button {
  text-align: center;
  cursor: pointer;
  width: 33.33%;
  height: 100%;
  margin-top: 0;
  font-size: 20px;
  line-height: 40px;
  transition: all .2s;
  display: inline-block;
}

.plus-minus-button:hover {
  color: var(--black);
  background-color: #1112100d;
}

.plus-minus-button.minus {
  float: left;
  padding-left: 3%;
}

.plus-minus-button.plus {
  float: right;
  padding-right: 2%;
}

.quantity {
  text-align: center;
  cursor: default;
  width: 33.33%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 39px;
  display: inline-block;
}

.quantity.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.product-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.product-title.small {
  max-height: 42px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

.product-title.small.max-width {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.product-title.small.bottom-margin {
  max-height: 62px;
  margin-bottom: 16px;
}

.product-title.midium {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
}

.product-category {
  color: var(--firebrick);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -16px;
  font-size: 14px;
}

.product-category.small {
  color: var(--dim-grey);
  margin-bottom: -6px;
  font-size: 9px;
}

.product-category._0-padding {
  margin-bottom: 0;
}

.product-category._0-padding._10 {
  color: var(--dim-grey);
}

.extra-info-text {
  color: var(--grey);
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.extra-info-text.small {
  color: var(--grey);
  font-size: 14px;
}

.extra-info-text.categeria-mble {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 14px;
}

.product-card {
  background-color: var(--white);
  border-radius: 16px;
  overflow: hidden;
}

.product-card._3-col-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.product-card._3-col-grid.borders {
  border: 1px solid var(--light-grey);
  background-color: #0000;
  margin-bottom: 16px;
}

.product-card._2-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-card._2-col-grid.borders {
  grid-column-gap: 40px;
  border: 1px solid var(--light-grey);
  grid-template-columns: 200px 1fr;
  margin-bottom: 16px;
  padding: 16px;
}

.product-card._2-col-grid.borders.in-srch {
  grid-template-columns: 151px 1fr;
  margin-bottom: 0;
}

.product-link {
  padding: 16px 16px 40px;
  display: block;
}

.product-link.grid {
  color: var(--black);
}

.product-link.grid._5-row {
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 16px;
  display: grid;
}

.product-link.grid._5-row.fliped {
  text-align: center;
  grid-template-rows: auto auto auto auto;
  padding-top: 40px;
  padding-bottom: 24px;
}

.category-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 24px;
  padding: 16px;
  overflow: hidden;
}

.flex {
  display: flex;
}

.category-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.extra-info {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.extra-info.sided {
  font-size: 13px;
  line-height: 1;
}

.category-card-text-wrapper {
  flex: 1;
}

.category-card-icon-wrapper {
  color: var(--grey);
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.category-card-icon-wrapper.float-on-top {
  display: none;
}

.price-table-wrapper {
  border: 1px solid var(--light-grey);
  color: var(--black);
  border-radius: 16px;
  padding: 35px 24px 24px;
}

.header-wrapper.h4 {
  margin-bottom: 35px;
}

.header-wrapper._16 {
  margin-bottom: 24px;
}

.header-wrapper.purchase {
  margin-bottom: 16px;
}

.header {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.header.thinner {
  font-weight: 400;
}

.header.thinner.dark {
  color: var(--black);
  font-weight: 600;
}

.header.thinner.cntrd.pgmnto {
  margin-bottom: 6px;
}

.header.thinner.bold {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.header.thinner.thin-thin {
  font-weight: 300;
  line-height: 1.1;
}

.header.form-section {
  text-align: center;
  margin-bottom: 24px;
}

.header._212.cntrd._2 {
  font-size: 20px;
  font-weight: 400;
}

.header.dropdown-link-text {
  line-height: 1;
  display: inline-block;
}

.header.dropdown-link-text.page-title {
  font-size: 40px;
  line-height: 1.1;
}

.header.h2 {
  line-height: 1;
}

.price-list-item {
  color: var(--grey);
  height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}

.price-title {
  display: inline-block;
}

.price-title.total {
  margin-right: 6px;
  font-size: 16px;
}

.price-title._20 {
  color: var(--dim-grey);
}

.price-numbers {
  float: right;
  display: inline-block;
}

.price-total {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px none var(--light-grey);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

.price-total.no-btm-padding {
  margin-bottom: 0;
}

.price-total._800 {
  border-top-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.fixed-sidebar {
  position: sticky;
  top: 120px;
}

.footer {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 80px;
}

.navigator {
  z-index: 1000;
  background-color: #0000;
  height: 80px;
  position: sticky;
  inset: 0 0% auto;
}

.choice-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choice-tab-menu.dir {
  grid-template-columns: 1fr 1fr;
}

.choice-tab-content {
  min-height: 100px;
  padding-top: 16px;
}

.choice-tab-link {
  color: var(--grey);
  background-color: #0000;
  border: 3px solid #cccccc80;
  border-radius: 16px;
  height: 96px;
  padding: 0;
}

.choice-tab-link:hover {
  border-color: #ccc;
}

.choice-tab-link.w--current {
  border-color: var(--firebrick);
  background-color: var(--white);
  color: var(--black);
}

.choice-tab-link.offl {
  display: none;
}

.selected-tab-pane {
  border: 1px none var(--dodger-blue);
  border-radius: 16px;
  min-height: 200px;
}

.category-tab-link {
  color: var(--black);
  background-color: #0000;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 41px;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.category-tab-link:hover {
  background-color: var(--white-2);
}

.category-tab-link.w--current {
  color: var(--firebrick);
  background-color: #0000;
  font-weight: 700;
}

.dropdown-icon {
  margin-right: 20px;
  font-size: 12px;
}

.dropdown-icon._8px-padding {
  margin-right: 11px;
  font-size: 11px;
}

.dropdown-icon.on-category-dropdown {
  margin-left: 10px;
  margin-right: 0;
  font-size: 18px;
  position: relative;
}

.dropdown-icon.in-nav-profile {
  margin-right: 8px;
  font-size: 11px;
  line-height: 1;
  top: 2px;
}

.dropdown-icon.on-faq-title {
  margin-left: 0;
  margin-right: 24px;
  font-size: 16px;
  position: absolute;
}

.chevron-icon {
  margin-right: 12px;
  font-size: 12px;
  transform: rotate(-90deg);
}

.chevron-icon._25 {
  margin-right: 18px;
}

.chevron-icon._0 {
  margin-right: 0;
  font-size: 16px;
}

.chevron-icon.hidden, .chevron-icon._00 {
  display: none;
}

.product-category-link {
  margin-bottom: -16px;
}

.button-wrapper-2 {
  height: 40px;
}

.button-wrapper-2._20-left {
  margin-left: -17px;
}

.button-wrapper-2._20-left.resources-menu-link {
  margin-bottom: 10px;
}

.resources-wrapper {
  display: flex;
}

.resources-nav {
  width: 316px;
  padding-top: 65px;
  padding-bottom: 100px;
  padding-right: 40px;
}

.resources-block {
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #0582ff;
  text-align: center;
  height: 40px;
  padding: 12px 17px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button-2:hover {
  opacity: .95;
  transform: translate(3.5px);
}

.button-2.resources-menu-link {
  color: #667081;
}

.button-2.resources-menu-link:hover {
  transform: none;
}

.button-2.resources-menu-link.w--current {
  color: var(--firebrick);
}

.resources-content {
  flex: 1;
  min-height: 30vh;
  padding-top: 60px;
  padding-bottom: 50px;
}

.resources-nav-menu {
  float: right;
  width: 210px;
  height: 300px;
  position: sticky;
  top: 120px;
}

.button-text-2 {
  float: left;
  height: 16px;
  display: inline-block;
}

.header-title-wrapper.h1-header {
  margin-bottom: 25px;
  overflow: hidden;
}

.header-title-wrapper.h1-header._2 {
  margin-bottom: 55px;
}

.section-subheading {
  color: #8f9ba6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: .9em;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.section-subheading.smaller-txt {
  font-size: .8em;
  font-weight: 400;
}

.section-subheading.smaller-txt.form {
  color: var(--grey);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 16px;
  margin-left: 1px;
  font-size: 16px;
}

.contact-block._500px {
  padding-top: 0;
}

.contact-item {
  max-width: 360px;
  margin-bottom: 56px;
}

.contact-item._000 {
  margin-bottom: 0;
}

.contact-txt {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 130%;
}

.table-scroll {
  border: 1px none var(--borders);
  overflow: visible;
}

.status-circles-wrapper {
  cursor: default;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.project-state {
  color: #fff;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 12px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  overflow: hidden;
}

.project-state.done {
  background-color: var(--lime-green);
}

.project-state.done.hidden {
  display: none;
}

.project-state.in-progress {
  background-color: #ccc;
}

.status-content-wrapper {
  z-index: 5;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.center-text {
  color: var(--grey-2);
  margin-top: 32px;
}

.center-text.confirmed {
  color: var(--black);
}

.linesman {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  align-items: center;
  padding: 34px;
  display: flex;
}

.status-line {
  flex: 1;
  height: 3px;
  position: relative;
  top: -26px;
}

.confirmed-line {
  z-index: 2;
  border: 2px solid var(--lime-green);
  background-color: var(--lime-green);
  border-radius: 10px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.confirmed-line.hidden {
  z-index: 2;
  display: none;
}

.in-progress-line {
  border: 1px dashed #ccc;
  border-radius: 10px;
}

.line-seperator {
  background-color: var(--light-grey);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.estado.em-processo {
  color: var(--goldenrod);
}

.estado.entregue {
  color: var(--lime-green);
}

.estado.cancelado {
  color: var(--tomato);
}

.nav-shadow {
  z-index: 0;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  box-shadow: 0 1px 12px #0003;
}

.brand {
  align-items: center;
  display: flex;
}

.brand.at-auth {
  justify-content: center;
  width: 140px;
  height: auto;
  margin-bottom: 1vh;
  display: flex;
}

.nav-buttons-container {
  height: 100%;
  display: flex;
}

.nav-menu-wrapper {
  z-index: 10000;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 1200;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  min-width: 480px;
  max-width: 650px;
  height: 100vh;
  min-height: 500px;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.overlay {
  z-index: 1100;
  background-color: #00000059;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-nav {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all .2s;
  position: absolute;
  inset: 6vh 5vw auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-nav:hover {
  color: var(--black);
}

.close-nav.close-edit-profile {
  z-index: 10;
  background-color: var(--white);
  width: 45px;
  height: 45px;
  top: 18px;
  right: 18px;
  overflow: hidden;
}

.close-nav.close-search {
  z-index: 2;
  color: var(--black);
  margin-top: 21px;
  margin-bottom: 21px;
  margin-right: 16px;
  inset: 0% 0% 0% auto;
}

.close-nav.cat {
  z-index: 1;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  inset: -14px -300px auto 0%;
}

.menu {
  margin-left: 5vw;
  margin-right: 40px;
}

.nav-link {
  color: var(--black);
  border-radius: 8px;
  align-items: center;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 16px;
  font-size: 18px;
  line-height: 1;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.nav-link:hover {
  background-color: var(--table-header);
}

.nav-link.w--current {
  color: var(--dim-grey);
}

.nav-link._6 {
  background-color: #e7e7e7;
  padding-left: 8px;
}

.ham-menu {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  overflow: hidden;
}

.ham-menu:hover {
  background-color: var(--table-header);
}

.dropdown-cart-wrapper {
  z-index: 10000;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.dropdown-cart {
  z-index: 5000000;
  background-color: var(--white);
  border-radius: 24px;
  width: 350px;
  height: 80vh;
  min-height: 500px;
  max-height: 700px;
  padding-top: 80px;
  padding-bottom: 88px;
  display: none;
  position: absolute;
  inset: 90px 16px 0% auto;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.close-cart {
  z-index: 2;
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  transition: all .2s;
  position: absolute;
  inset: 18px 18px auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-cart:hover {
  color: var(--black);
}

.cart-title-wrapper {
  z-index: 1;
  align-items: center;
  height: 40px;
  padding-left: 3px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 24px;
}

.white-bg {
  border-bottom: 1px solid var(--borders);
  background-color: var(--white);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-icon {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.cart-icon:hover {
  background-color: var(--table-header);
}

.pop-up-wrapper {
  z-index: 12000;
  align-items: center;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.decoy {
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.gray-body {
  background-color: var(--table-header);
}

.nav-auth-buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 270px;
  padding-left: 32px;
  display: grid;
}

.nav-auth-buttons-wrapper._0-padding {
  padding-left: 0;
}

.nav-auth-buttons-wrapper.hidden {
  display: none;
}

.material-icons {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 0;
  font-family: Material, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.material-icons.more-padding {
  padding-top: 13px;
}

.material-icons.close {
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 24px;
}

.material-icons.close.white {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  padding-top: 11px;
  padding-bottom: 9px;
  position: relative;
}

.material-icons.on-40 {
  padding-top: 8px;
  padding-bottom: 9px;
}

.material-icons.on-40._35, .material-icons.on-40.product-page-add {
  padding-top: 8px;
}

.material-icons.bigger {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
}

.material-icons.checker {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
}

.material-icons.on-35 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.material-icons.resrc {
  position: relative;
  top: -10px;
}

.material-icons._2 {
  padding-top: 3px;
  line-height: 1.2;
}

.search-button-wrapper {
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.search-icon {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  overflow: hidden;
}

.search-icon:hover {
  background-color: var(--table-header);
}

.navigator-link {
  color: var(--black);
  height: 40px;
  margin-right: 9%;
  font-size: 15px;
  font-weight: 500;
  line-height: 42px;
  display: inline-block;
}

.navigator-link.w--current {
  color: var(--firebrick);
  font-weight: 700;
}

.navigator-menu {
  height: 40px;
  overflow: hidden;
}

.auth-section {
  overflow: hidden;
}

.cometa-sidebar {
  background-color: var(--dodger-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.auth-content-wrapper {
  margin-left: 30%;
}

.auth-content-wrapper.log-in {
  margin-left: 0%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.auth-content-wrapper.no-sidebar {
  height: 100vh;
  margin-left: 0%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.form-field-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.form-field-wrapper.terms-cond {
  margin-bottom: 32px;
}

.form-field-wrapper.code-filed-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 7vh;
  display: grid;
}

.form-field-icon {
  color: var(--grey-2);
  width: 48px;
  height: 48px;
  padding-left: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.profile-image-wrapper {
  margin-bottom: 5vh;
}

.add-image-icon {
  background-color: var(--firebrick);
  color: var(--white);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.nav-profile-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 23px;
  display: flex;
}

.nav-profile-wrapper.hidden {
  display: none;
}

.nav-profile-wrapper.no-padding {
  padding-left: 0;
}

.nav-profile {
  position: relative;
}

.nav-profile.w--current {
  padding-right: 17px;
}

.address-form {
  width: 500px;
}

.address-wrapper {
  border: 1px solid var(--dodger-blue);
  border-radius: 16px;
  padding: 24px;
}

.address-wrapper._40 {
  border-style: none;
  padding: 40px 40px 24px;
  display: none;
}

.instructions-wrapper {
  padding-top: 20px;
}

.login-nav {
  border-bottom: 1px none var(--borders);
  flex-direction: column;
  align-items: center;
  margin-bottom: 7vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.login-nav._5 {
  margin-bottom: 7vh;
}

.heading {
  text-align: center;
  font-size: 2rem;
}

.cart-alert {
  width: 12px;
  height: 12px;
}

.checkbox-wrapper {
  margin-bottom: 0;
  padding-left: 31px;
}

.checkbox-wrapper.cntrd {
  justify-content: center;
  margin-top: 44px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-width: 2px;
  border-color: #ccc;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -31px;
}

.checkbox.w--redirected-checked {
  background-size: 14px;
}

.checkbox.free {
  float: none;
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 15px;
}

.checkbox-label.free-2 {
  display: inline-block;
}

.tc {
  color: var(--hover-blue);
  margin-left: 3px;
  text-decoration: underline;
}

.counter-auth {
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
}

.counter-auth.float {
  margin-top: 0;
  margin-left: 0%;
  position: absolute;
  inset: auto 0% 3vh;
}

.counter-auth.float.no-margin {
  margin-left: 0%;
}

.counter-auth.password-rcvr {
  color: #76767680;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 40px;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 400;
}

.counter-auth-link {
  color: var(--hover-blue);
  margin-left: 2px;
  transition: all .2s;
}

.counter-auth-link:hover {
  text-decoration: underline;
}

.counter-auth-link.dark {
  color: var(--grey);
}

.edit-profile {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.edit-profile-form {
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: 100%;
  padding: 40px;
  overflow: auto;
}

.edit-profile-section {
  margin-bottom: 60px;
}

.wrapper {
  z-index: 5;
  background-color: var(--white);
  border-radius: 26px;
  width: 500px;
  height: 90vh;
  min-height: 500px;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 0 100px #0003;
}

.hero-wrapper._250px {
  border-radius: 24px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.hero-wrapper.in-catgry {
  border-radius: 16px;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.hero-slider {
  background-color: #0000;
  height: 500px;
}

.slide-arrow {
  display: none;
}

.slide {
  overflow: hidden;
}

.slide-nav {
  color: var(--white);
  text-align: left;
  width: 50px;
  height: 15px;
  padding-top: 0;
  font-size: 5px;
  display: none;
  inset: auto auto 0% 43px;
}

.banner {
  background-color: var(--black);
  border-radius: 24px;
  height: 220px;
  overflow: hidden;
}

.text-wrapper {
  color: var(--white);
  background-image: linear-gradient(#00000059, #00000059);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.red-price {
  color: var(--firebrick);
}

.cart-product-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 130px;
  margin-bottom: 16px;
  display: grid;
  overflow: hidden;
}

.cart-products-content-wrapper {
  height: 100%;
  padding: 24px 24px 4px;
  overflow: auto;
}

.search-content {
  z-index: 5000000;
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  width: 610px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 20px 0% auto;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.search-wrapper {
  height: 100%;
  margin-bottom: 0;
  margin-right: 70px;
}

.search {
  z-index: 1;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 0;
  font-size: 20px;
  position: relative;
}

.search::placeholder {
  color: var(--grey-2);
  font-weight: 400;
}

.search-button {
  color: var(--grey-2);
  text-align: center;
  background-color: #0000;
  width: 45px;
  height: 45px;
  margin-top: 18px;
  margin-bottom: 19px;
  padding: 1px 0 0;
  font-family: Material, sans-serif;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  inset: 0% auto auto 16px;
}

.cart-item-counter {
  background-color: var(--tomato);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 200px;
  min-width: 14px;
  height: 14px;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  inset: 1px 4px auto auto;
}

.uploaded-photo-div {
  border-right: 1px solid var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
}

.div-block {
  flex: 1;
}

.uploaded-image-resolution {
  color: var(--grey);
  font-size: 14px;
}

.sub-delete-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
}

.sub-delete-button:active {
  transform: scale(.98);
}

.sub-delete-button.gray {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.sub-delete-button.gray:hover {
  background-color: var(--dodger-blue);
  color: #fff;
  border-color: #0000;
}

.sub-delete-button.gray.eliminar {
  width: 105px;
}

.sub-delete-button.gray.eliminar:hover {
  background-color: var(--tomato);
}

.sub-delete-button.gray.eliminar.longersss {
  width: auto;
}

.sub-delete-button.gray.logout-button {
  width: 100px;
}

.sub-delete-button.gray.logout-button:hover {
  background-color: var(--tomato);
}

.sub-delete-button.gray.logout-button._20 {
  width: 120px;
}

.uploaded-photo-wrapper {
  display: none;
}

.photo-upload-input-wrapper {
  border-bottom: 1px solid #e0e2e7;
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
}

.photo-upload-input-wrapper.no-line {
  border-bottom-style: none;
}

.photo-contain {
  max-width: 90px;
}

.photo-upload-input-field {
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #fff;
}

.photo-upload-input-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field::placeholder {
  color: #9c9c9c;
}

.photo-upload-input-field.no-bg-fill {
  border-width: 2px;
  border-color: var(--grey-2);
  color: var(--black);
  background-color: #0000;
}

.photo-upload-input-field.no-bg-fill:hover {
  background-color: var(--ghost-white);
}

.uploaded-photo-content {
  border: 1px solid var(--light-grey);
  background-color: #f5f5f559;
  border-radius: 16px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.form-button-icon {
  float: left;
  margin-right: 8px;
  font-family: Material, sans-serif;
  font-size: 18px;
  position: relative;
  top: 0;
}

.uploaded-image-name {
  height: 16px;
  margin-bottom: 3px;
  line-height: 100%;
  overflow: hidden;
}

.photo-upload-text {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 100%;
}

.photo-upload-text.small-gray {
  color: var(--grey);
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 400;
}

.photo-upload-text.small-gray.click {
  font-size: 15px;
}

.photo-upload-text.small-gray.tap {
  display: none;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.comprovativo-icon {
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  margin-bottom: 14px;
  overflow: hidden;
}

.cometa-info-contain {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: var(--white);
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 250px;
  display: grid;
  position: relative;
}

.cometa-paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.cometa-logo {
  text-align: left;
  height: 33px;
  margin-bottom: 20px;
}

.cometa-header {
  font-size: 43px;
  line-height: 1.1;
}

.cometa-flow {
  z-index: 2;
  opacity: .1;
  position: absolute;
  inset: auto auto -3% -2%;
}

.code-info-wrapper {
  text-align: center;
  max-width: 350px;
  margin-top: 6vh;
  line-height: 1.3;
}

.toal-price {
  float: right;
  display: inline-block;
}

.auth-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5vw;
  display: grid;
  position: relative;
  top: 9vh;
}

.slider-wrapper {
  display: none;
}

.nav-link-text {
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.nav-link-text._6785 {
  position: relative;
  top: -2px;
}

.nav-link-icon {
  width: 35px;
  height: 100%;
  margin-right: 4px;
  position: relative;
}

.nav-link-icon._22 {
  margin-right: 2px;
}

.tabed-section {
  z-index: 10;
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  height: 70px;
  display: none;
  position: sticky;
  top: 80px;
}

.tab-menu {
  flex-direction: column;
  display: flex;
}

.tab-link {
  color: var(--grey);
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

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

.tab-link.w--current {
  color: var(--firebrick);
  font-weight: 500;
}

.tab-link.hover-effect {
  border-top-style: none;
  border-bottom-style: none;
  border-radius: 8px;
  padding: 3px 16px;
}

.tab-link.hover-effect:hover {
  background-color: var(--table-header);
}

.tab-link-icon {
  align-items: center;
  width: 23px;
  height: 100%;
  margin-right: 7px;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.user-info {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.edit-profile-button-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 0 40px auto auto;
}

.profile-edit {
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.profile-edit:hover {
  color: var(--black);
}

.profile-edit.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black);
  font-size: 16px;
}

.logout {
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin: 1px 0 0 40px;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.logout:hover {
  color: var(--black);
}

.logout.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black);
  font-size: 16px;
}

.tab-triggered-element {
  height: 100%;
}

.tab-overlay {
  z-index: 1;
  background-color: #00000059;
  display: none;
  position: fixed;
  inset: 0%;
}

.tab-trigger, .close-tab {
  display: none;
}

.checkout-button {
  text-align: center;
  border-radius: 12px;
  height: 45px;
  padding: 15px 20px 8px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.checkout-button.blue-button {
  background-color: var(--black);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.checkout-button.blue-button:hover {
  background-color: var(--dim-grey);
}

.checkout-trigger, .embed {
  display: none;
}

.user-with-address {
  border: 1px none var(--dodger-blue);
  min-height: 351px;
  padding: 20px 0 0;
}

.address-tab-content {
  height: 0;
}

.address-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.adress-tabs {
  margin-bottom: 8px;
}

.adress-tab-link {
  color: var(--grey);
  background-color: #0000;
  border: 3px solid #cccccc80;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 24px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.adress-tab-link:hover {
  border-color: #ccc;
}

.adress-tab-link.w--current {
  border-color: var(--royal-blue-2);
  background-color: var(--white);
  color: var(--black);
}

.adress-tab-link.thin {
  background-color: var(--white);
  color: var(--black);
  border-width: 1px;
  margin-bottom: 0;
}

.adress-tab-link.thin:hover {
  border-color: var(--light-grey);
}

.address-link-text {
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.add-icon {
  width: auto;
  height: 46px;
  margin-right: 8px;
}

.cart-price {
  color: var(--grey);
}

.cart-price.margin {
  margin-top: 8px;
}

.cart-prod-name-link {
  color: var(--black);
}

.delete-icon {
  background-color: var(--table-header);
  color: var(--grey-2);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 40px;
  margin-right: 0;
  transition: all .2s;
  position: absolute;
  inset: auto 8px 0% auto;
}

.delete-icon:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.quantity-delete {
  position: relative;
}

.checkout-mobile, .checkout-mobile-nav, .checkout-content-wrapper.pay-4 {
  display: none;
}

.form-button-text {
  display: inline-block;
}

.address-cta-wrapper {
  margin-top: 28px;
  display: flex;
}

.address-cta-wrapper.edit-logout-profile {
  margin-top: 40px;
}

.cart-icon-link {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  display: none;
  position: relative;
  overflow: hidden;
}

.cart-icon-link:hover {
  background-color: var(--table-header);
}

.edit-address {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.close-edit-stuff {
  position: absolute;
  inset: 0%;
}

.edit-popup-wrapper {
  z-index: 11000;
  align-items: center;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.new-address {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.new-address-button {
  background-color: var(--dodger-blue);
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.new-address-button:hover {
  color: var(--black);
}

.new-address-button.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black);
  font-size: 16px;
}

.new-address-button.add-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  width: 184.641px;
  height: 45px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 27px;
  font-size: 16px;
  overflow: hidden;
}

.new-address-button.add-button:hover {
  background-color: var(--hover-blue);
}

.new-address-button.add-button:active {
  transform: scale(.98);
}

.new-address-button.add-button.short {
  background-color: var(--black);
}

.address-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.edit-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
}

.edit-button:active {
  transform: scale(.98);
}

.edit-button.gray {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.edit-button.gray:hover {
  background-color: var(--black);
  color: #fff;
  border-color: #0000;
}

.edit-button.gray.edit-addrss {
  width: 92px;
  display: flex;
}

.edit-button.gray.edit-profile-button {
  background-color: var(--black);
  color: var(--white);
  border-color: #0000;
  width: auto;
}

.edit-button.gray.edit-profile-button:hover {
  background-color: var(--dim-grey);
}

.edit-button.gray.ver-detalhes {
  border-style: none;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
  margin-right: 0;
}

.edit-button.gray._9 {
  width: 100%;
}

.edit-button.gray.green {
  background-color: var(--lime-green);
  color: #fff;
  border-style: none;
}

.edit-button.add-itens {
  color: #1d994b;
  border: 1px solid #1ab859;
  border-radius: 8px;
}

.edit-button.red {
  color: #d22;
  border: 1px solid #df1f1f;
  border-radius: 8px;
}

.button-in-header {
  min-width: 150px;
  height: 44px;
  position: absolute;
  inset: -2px 40px auto auto;
}

.button-line {
  display: none;
}

.resumo-table-wrapper {
  border: 1px solid var(--light-grey);
  color: var(--black);
  border-radius: 16px;
  padding: 35px 24px 24px;
}

.resumo-table-wrapper._2 {
  margin-bottom: 25px;
}

.lottie-animation {
  z-index: 5;
  background-color: var(--lime-green);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  inset: 0% 3px auto auto;
}

.lottie-spinner {
  z-index: 2;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: none;
  position: absolute;
  inset: 0 5px auto auto;
}

.pagamento-date-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  background-color: var(--table-header);
  border: 1px solid #0000;
  border-radius: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 24px;
  display: grid;
}

.pagamento-data {
  color: var(--grey);
  font-size: 18px;
  line-height: 1;
}

.comprovativo-data {
  padding-top: 36px;
}

.modal-wrapper {
  z-index: 50000;
  background-image: linear-gradient(#00000059, #00000059);
  justify-content: center;
  align-items: center;
  padding-bottom: 10vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.close-modal {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 380px;
  padding: 50px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.modal.sucesso {
  color: var(--lime-green);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal.alerta {
  color: var(--goldenrod);
  display: none;
}

.modal.danger {
  color: var(--tomato);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-icon {
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: Regular Material, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.modal-icon.success {
  background-color: var(--lime-green);
  color: var(--white);
}

.modal-icon.danger {
  transform: scale(1.27);
}

.modal-header-wrapper {
  text-align: center;
}

.modal-paragraph {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.modal-cta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.modal-cta-wrapper.alerta {
  display: block;
}

.modal-button {
  text-align: center;
  border-radius: 12px;
  height: 45px;
  padding: 14px 20px 0;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-button.sucesso {
  background-color: var(--lime-green);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.modal-button.secundario {
  border: 1px solid var(--light-grey);
  background-color: var(--white-2);
  color: var(--grey);
}

.modal-button.perigo {
  background-color: var(--tomato);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.modal-button.alerta {
  background-color: var(--goldenrod);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.social-media-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 40px 40px 40px 40px;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-links {
  width: 23px;
  height: 23px;
  margin-right: 16px;
}

.copyright-dev {
  text-align: center;
  background-color: #0000008c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.copyright {
  color: var(--light-grey);
  align-items: center;
  font-size: 15px;
  display: flex;
}

.developer {
  color: var(--light-grey);
  height: 25px;
}

.powered-by {
  margin-right: 10px;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
}

.cat-dropdown-toggle {
  color: var(--white);
  align-items: center;
  padding: 2px 7px 6px;
  display: flex;
  top: 0;
}

.prfl-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: flex;
  overflow: auto;
}

.profile-header-link {
  color: var(--grey);
  border-left-style: none;
  border-radius: 12px;
  margin-right: 24px;
  padding: 12px 8px;
  transition: color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.profile-header-link:hover, .profile-header-link.w--current {
  color: var(--black);
}

.profile-content-wrapper {
  border: 1px solid var(--light-grey);
  border-radius: 24px;
  align-items: center;
  padding: 32px 32px 32px 4vw;
  display: flex;
}

.compras-table-wrapper {
  border: 1px solid var(--light-grey);
  background-color: var(--borders);
  border-radius: 12px;
  overflow: hidden;
}

.table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 80px;
  margin-top: 1px;
  display: grid;
}

.table-grid.table-header {
  color: var(--black);
  background-color: #0000;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  height: 70px;
  margin-top: 0;
  margin-bottom: -1px;
  font-size: 17px;
  font-weight: 500;
}

.table-grid.table-header.categorias {
  grid-template-columns: 2fr 1fr 100px 1fr 1fr;
}

.table-grid.table-header.clientes {
  grid-template-columns: 100px 2fr 100px 1fr 1fr;
}

.table-grid.table-header.clientes._300 {
  grid-template-columns: 100px 1.5fr 150px 1fr 1fr;
}

.table-grid.table-header.faq {
  border-style: none;
  grid-template-columns: 1.5fr 1.5fr .5fr;
}

.table-grid.cat {
  grid-template-columns: 2fr 1fr 100px 1fr 1fr;
}

.table-grid.cliente {
  grid-template-columns: 100px 2fr 100px 1fr 1fr;
}

.table-grid.cliente._3 {
  grid-template-columns: 100px 1.5fr 150px 1fr 1fr;
}

.table-grid.faq-1 {
  grid-template-columns: 1.5fr 1.5fr .5fr;
}

.table-content-block {
  padding-left: 24px;
  padding-right: 6px;
}

.table-content-block.cta {
  padding-left: 0;
  padding-right: 0;
}

.table-content-text {
  cursor: default;
  height: 20px;
  overflow: hidden;
}

.table-content-text.estado {
  font-weight: 700;
}

.table-content-text.estado.yellow {
  color: #edb805;
}

.table-content-text.estado.green {
  color: var(--lime-green);
}

.table-content-text.estado.red {
  color: var(--tomato);
}

.table-content-text.estado.grey {
  color: #888;
}

.table-content-text.estado.a-caminho {
  color: var(--royal-blue-2);
}

.table-content-text.description {
  display: none;
}

.table-content-text.azul {
  color: var(--hover-blue);
}

.table-content-text.pouco {
  color: var(--goldenrod);
}

.table-content-text.red-k {
  color: var(--tomato);
}

.section-decoy {
  height: 41px;
  position: absolute;
  inset: 0% 0% auto;
}

.profile-dropdown-toggle {
  border-radius: 12px;
  align-items: center;
  height: 45px;
  padding: 0 22px 0 8px;
  font-size: 15px;
  font-weight: 500;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.profile-dropdown-toggle:hover {
  background-color: var(--table-header);
  color: var(--dim-grey);
}

.profile-dropdown-toggle:active {
  transform: scale(.95);
}

.profile-dropdown-toggle.w--open {
  background-color: var(--table-header);
  color: var(--black);
}

.dropdown-text {
  line-height: 1;
  position: relative;
  top: 1px;
}

.cat-tab-menu {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 23%;
  min-width: 230px;
  height: 260px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: sticky;
  top: 96px;
}

.cat-tabs {
  display: flex;
}

.cat-tab-content {
  flex: 0 auto;
  width: 77%;
  margin-left: 16px;
}

.dropdown-wrap {
  text-align: center;
  border-bottom: 1px solid #0000;
  padding-top: 32px;
  padding-bottom: 8px;
}

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

.result-wrapper {
  border-top: 1px solid var(--light-grey);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 70vh;
  padding: 24px 40px 40px;
  display: none;
  overflow: auto;
}

.no-results {
  color: var(--grey-2);
  text-align: center;
  font-size: 18px;
  display: block;
}

.yes-results {
  display: none;
}

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

.mobile-results {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.profile-dropdown-list.w--open {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  width: 170px;
  display: flex;
  inset: 45px 0% auto auto;
  overflow: hidden;
  box-shadow: 0 4px 32px #00000024;
}

.profile-dropdown-link {
  border-bottom: 1px solid var(--light-grey);
  color: var(--black);
  align-items: center;
  height: 57px;
  padding: 5px 8px 0;
  font-size: 18px;
  line-height: 1;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.profile-dropdown-link:hover {
  background-color: var(--table-header);
}

.profile-dropdown-link.w--current {
  display: none;
}

.profile-dropdown-link.logout-from-profile {
  border-bottom-style: none;
  padding-top: 5px;
}

.added-to-cart {
  background-color: var(--lime-green);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.lottie-holder {
  width: 35px;
  min-width: 35px;
  height: 40px;
  padding-top: 2px;
}

.hero-slide-nav {
  color: var(--white);
  text-align: center;
  width: 100%;
  height: 15px;
  padding-top: 0;
  font-size: 8px;
  inset: auto auto -35px;
}

.hero-slide-mask {
  border-radius: 24px;
}

.dropdown-content {
  background-color: var(--white);
  border-radius: 16px;
  width: 320px;
  max-height: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.cat-drops-wrapper {
  z-index: 5;
  background-image: linear-gradient(#00000059, #00000059);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cat-list {
  z-index: 1200;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 230px 0% auto;
}

.drop-link-wrapper {
  color: var(--black);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.drop-link-wrapper:hover {
  background-color: var(--table-header);
}

.drop-link-wrapper.w--current {
  color: var(--firebrick);
}

.drop-link-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.drop-link-container {
  height: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: auto;
}

.pop-shadow {
  opacity: 0;
}

.dec-oy {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.resource-sticky-wrapper {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  padding: 24px 16px;
  position: sticky;
  top: 140px;
}

.bg-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.faq {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  margin-top: 24px;
  margin-bottom: 54px;
  overflow: hidden;
}

.faq-title-wrapper {
  color: var(--black);
  align-items: center;
  padding: 33px 75px 32px 24px;
  display: flex;
  position: relative;
}

.faq-title-wrapper:active {
  transform: none;
}

.faq-single {
  border-top: 1px solid var(--light-grey);
  margin-top: -1px;
  overflow: hidden;
}

.faq-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.faq-title.small {
  max-height: 42px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

.faq-title.small.max-width {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.faq-title.small.bottom-margin {
  max-height: 62px;
  margin-bottom: 16px;
}

.faq-title.midium {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
}

.faq-content {
  padding-left: 24px;
  padding-right: 24px;
}

.assistencia-block {
  margin-top: 20px;
  margin-bottom: 54px;
}

.duvida-block {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  margin-top: 24px;
  padding: 24px;
}

.section-2 {
  width: 100%;
  height: 100%;
}

.master-nav {
  background-color: #fff;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  height: 100vh;
}

.content-wrapper {
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  position: fixed;
  inset: 0% 0% 0% 0;
  overflow: auto;
}

.master-nav_brand {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 17%;
  padding-top: 2vw;
}

.link-block {
  background-image: url('../images/Cometa-black.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -25px;
}

.buttons_master_nav {
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-right: 0;
}

.buttons_master_nav._1 {
  padding-top: 0;
}

.logout_master_nav {
  height: 10%;
}

.menu-dashboard {
  margin-left: 0;
  margin-right: 0;
}

.backoffice-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.main-wrapper-no-dashboard {
  margin-top: 50px;
}

.div-block-2 {
  justify-content: space-between;
  margin-bottom: 35px;
  display: flex;
}

.div-block-2._9 {
  margin-bottom: 35px;
}

.div-block-2._2 {
  justify-content: flex-start;
  margin-bottom: 35px;
}

.div-block-2._2.loko {
  position: relative;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown {
  display: block;
}

.div-block-4._45 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-5 {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 20px;
}

.img {
  background-image: url('../images/placeholder-face-big.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #d5d5d5;
  border-radius: 200px;
  width: 45px;
  height: 45px;
}

.img.prod {
  background-image: url('../images/placeholder4.png');
  background-size: cover;
  border-radius: 8px;
}

.img-banner {
  background-image: url('../images/placeholder4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  width: 70px;
  height: 45px;
}

.div-block-6 {
  color: var(--midnight-blue);
  margin-left: -12.5px;
  margin-right: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  padding: 50px;
}

.address-form-80 {
  background-color: #fff;
  border-radius: 12px;
  width: 600px;
  padding: 50px;
}

.imagem-upload-wrapper {
  padding-top: 0;
}

.div-block-7 {
  width: 200px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.div-block-8 {
  margin-bottom: 50px;
}

.div-block-8._3 {
  margin-top: 35px;
  margin-bottom: 0;
}

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

.link {
  color: #3a86ff;
  text-align: center;
  border: 1px #000;
  border-top: 1px solid #d9d9d9;
  height: 50px;
  line-height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.table-content-text-copy {
  cursor: default;
  height: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  overflow: hidden;
}

.div-block-9 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  height: 200px;
  padding: 35px 50px 50px;
  position: relative;
}

.div-block-9.short {
  height: 170px;
  padding-bottom: 35px;
}

.div-block-9._500 {
  height: 170px;
}

.div-block-9.shorters {
  height: 160px;
}

.content-wrapper-copy {
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 100px;
  position: fixed;
  inset: 0% 0% 0% 0;
  overflow: auto;
}

.div-block-10 {
  padding-top: 25px;
}

.div-block-11 {
  margin-top: 50px;
  padding-top: 0;
}

.encomenda-filtros {
  margin-bottom: 50px;
}

.form-2 {
  display: flex;
}

.select-field {
  color: var(--black);
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

.grid-3 {
  grid-template-rows: auto;
  width: 100%;
}

.form-block {
  border: 1px none var(--light-grey);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 0;
}

.form-block._2 {
  margin-bottom: 20px;
}

.report-wrapper {
  margin-top: 25px;
}

.report-content-div {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
}

.cont {
  margin-top: 25px;
  display: flex;
}

.div-block-12 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.26.21-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 300px;
}

.div-block-13 {
  width: 30%;
  padding-left: 50px;
}

.text-block {
  margin-bottom: 5px;
  font-weight: 600;
}

.div-block-14 {
  margin-bottom: 25px;
}

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

.div-block-15 {
  margin-top: 25px;
  display: flex;
}

.div-block-16 {
  width: 50%;
}

.div-block-16._3 {
  padding-left: 50px;
}

.div-block-17 {
  border: 1px dashed var(--borders);
  color: #8b8b8b;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px;
  display: block;
}

.text-block-3 {
  margin-bottom: 5px;
}

.text-block-4 {
  font-weight: 500;
}

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

.link-block-2 {
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding: 40px;
  display: flex;
}

.link-block-2:hover {
  border: 1px solid var(--hover-blue);
}

.text-block-5 {
  margin-bottom: 25px;
  font-family: Material, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.text-block-6 {
  color: var(--black);
  font-weight: 500;
}

.div-block-18 {
  margin-bottom: 50px;
}

.div-block-19 {
  border: 1px dashed var(--grey-2);
  border-radius: 12px;
  padding: 10px;
}

.div-block-20 {
  background-color: var(--black);
  border: 1px solid #000;
  border-radius: 5px;
  width: 35%;
  height: 40px;
}

.div-block-20.whitew {
  background-color: var(--grey-2);
}

.line {
  margin-bottom: 35px;
}

.endere-o-title {
  color: var(--dim-grey);
  margin-bottom: 15px;
  line-height: 140%;
  display: block;
}

.endere-o-title.total {
  margin-right: 6px;
  font-size: 16px;
}

.endere-o-title._20 {
  color: var(--dim-grey);
}

.div-block-21 {
  padding-top: 35px;
}

.div-block-21._7909, .div-block-21._9 {
  padding-top: 0;
}

.div-block-22 {
  background-image: url('../images/Cometa-black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 40px;
}

.div-block-23 {
  margin-bottom: 35px;
  display: flex;
}

.grid-3-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-3-copy._45 {
  grid-template-columns: 1fr 1fr 1fr;
}

.form-block-copy {
  border: 1px none var(--light-grey);
  border-radius: 5px;
  flex: 1;
  margin-bottom: 0;
  padding: 0;
}

.form-block-copy._2 {
  margin-bottom: 20px;
}

.div-block-24 {
  width: 30%;
  padding-right: 25px;
}

.div-block-24._476 {
  width: 100%;
  margin-bottom: 25px;
  padding-right: 0;
}

.search-input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

.search-2 {
  margin-bottom: 0;
  display: flex;
}

.search-button-2 {
  background-color: #d8d8d8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: Material, sans-serif;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-top: 50px;
  display: flex;
}

.link-2 {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px 25px;
}

.stock-in-and-out-wrapper {
  z-index: 100;
  background-color: #00000082;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.stock-in-main {
  width: auto;
  margin: 50px;
  display: none;
}

.div-block-26 {
  margin-bottom: 25px;
}

.text-block-7 {
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-8 {
  padding-left: 8px;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3 {
  color: var(--white);
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 15px 25px;
}

.stock-out {
  width: auto;
  margin: 50px;
  display: none;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-9 {
  border: 1px dashed var(--tomato);
  background-color: #ffb1b1;
  border-radius: 8px;
  margin-top: 15px;
  padding: 25px;
}

.text-block-9.yes {
  border-color: var(--lime-green);
  background-color: #beffb1;
}

.video {
  width: 100%;
  height: 350px;
}

.navbar {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px 3px #0000001c;
}

.brand-2 {
  background-image: url('../images/Cometa-black.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 80px;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  display: flex;
}

.dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-toggle-2 {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-toggle-2.w--open {
  z-index: 2000;
}

.dropdown-link {
  margin-top: 21px;
  right: 20px;
}

.dropdown-list {
  right: 20px;
}

.dropdown-list.w--open {
  z-index: 100;
}

.dropdown-toggle-3 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list-2 {
  right: 20px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  right: 2px;
  box-shadow: 0 2px 5px #0000002b;
}

.link-text-2:hover {
  background-color: var(--table-header);
  border-radius: 8px;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.link-4 {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px 25px;
}

.div-block-30 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search-3 {
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.search-input-2 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

.search-button-3 {
  background-color: var(--black);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.div-block-31 {
  display: none;
}

.link-5 {
  color: var(--grey-2);
  margin-top: 10px;
  display: block;
}

.div-block-32 {
  width: 30%;
}

.div-block-129 {
  margin-bottom: 40px;
}

.main-lead-content {
  color: #fff;
  background-color: #919ba7;
  border-bottom: 1px solid #919ba7;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 40px;
}

.text-block-185 {
  float: left;
  width: 15%;
}

.text-block-185._3 {
  width: 56%;
  padding-left: 10px;
}

.text-block-185._30 {
  width: 22%;
}

.reuni-content {
  border-bottom: 1px solid #b8bac1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.div-block-130 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dim-grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.link-6 {
  color: var(--tomato);
}

.op {
  margin-top: 15px;
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 11px;
  }

  p {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.4;
  }

  li {
    font-size: 17px;
    line-height: 1.2;
  }

  blockquote {
    font-size: 16px;
    font-weight: 500;
  }

  .section.grey.top-padding-40._16 {
    padding-top: 30px;
  }

  .section.first-section._0-top-mob, .section.first-section.no-top-padding {
    padding-top: 0;
  }

  .section.first-section.no-top-padding.gray-body.top-pad, .section.hurst {
    padding-top: 30px;
  }

  .container {
    max-width: 850px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.nav-container {
    max-width: none;
  }

  .container.wide-on-mobile {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container.mob-percent {
    max-width: none;
  }

  .grid._4-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid._4-col.section-head-grid {
    justify-content: space-between;
    display: flex;
  }

  .grid._4-col.home-prod {
    max-height: none;
  }

  .grid._4-col.show-4 {
    max-height: 777px;
    overflow: hidden;
  }

  .grid._2-col.percentage-gap {
    grid-column-gap: 0px;
  }

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .grid._7-row {
    padding-top: 24px;
  }

  .grid._7-row.prod-content {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .grid._3-col._40-gap.align {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(240px, 260px);
  }

  .grid._3-col.navigate {
    grid-template-columns: minmax(200px, 200px) 1fr;
  }

  .grid._3-col.home-cat {
    grid-template-columns: 1fr 1fr;
    max-height: none;
  }

  .grid.scroll-on-mobile {
    max-width: 850px;
  }

  .button-wrapper.add-to-cart-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-text {
    height: 16px;
  }

  .button {
    font-size: 15px;
  }

  .button.blue-button.inside-product-page {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .button.blue-button.comprar {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .button.red-button.with-chevron {
    padding-top: 13px;
  }

  .button.red-outline, .button.blue-outline {
    padding-top: 12px;
  }

  .section-header {
    font-size: 34px;
  }

  .section-header.no-padding.profile-name {
    margin-top: 0;
  }

  .choice-item.no-line {
    justify-content: center;
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
  }

  .choice-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-columns: 30px 1fr;
    justify-items: center;
  }

  .choice-icon {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .choice-icon.loose {
    width: 40px;
    height: 40px;
  }

  .choice-icon.loose.phone {
    width: 26px;
  }

  .choice-header.pgmnt {
    text-align: center;
    width: 150px;
  }

  .choice-subheader {
    line-height: 1;
  }

  .product-image-tabs {
    min-height: auto;
    display: none;
  }

  .product-images-gallery {
    height: 14%;
  }

  .product-image-content {
    height: 86%;
    max-height: none;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 170px;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 20vw;
  }

  .image-wrapper.profile-thumbnail {
    width: 200px;
    height: 200px;
  }

  .product-price {
    font-size: 24px;
  }

  .product-price.kz {
    font-size: 12px;
    top: -9px;
  }

  .stock-quantity {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
  }

  .product-description {
    color: var(--black);
  }

  .plus-minus-wrapper, .plus-minus-wrapper._100.hidden-on-home {
    height: 35px;
  }

  .plus-minus-wrapper._40 {
    height: 40px;
  }

  .quantity {
    padding-left: 1%;
    padding-right: 1%;
    line-height: 35px;
  }

  .quantity.no-padding {
    line-height: 33px;
  }

  .quantity._40 {
    line-height: 40px;
  }

  .product-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .product-category {
    font-size: 12px;
  }

  .product-card._2-col-grid.borders {
    grid-column-gap: 24px;
    grid-template-columns: .5fr 1fr;
  }

  .product-link.grid._5-row {
    padding-bottom: 6px;
  }

  .category-card-icon-wrapper.float-on-top {
    color: var(--grey-2);
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 24px 0% auto;
  }

  .header.dropdown-link-text {
    font-weight: 500;
  }

  .header.dropdown-link-text.page-title {
    font-weight: 700;
  }

  .fixed-sidebar {
    position: sticky;
    top: 90px;
  }

  .grid-half-content {
    margin-top: 40px;
  }

  .grid-half-content._00 {
    margin-top: 0;
  }

  .footer {
    padding-top: 80px;
  }

  .navigator {
    height: 70px;
  }

  .choice-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .choice-tab-link {
    height: auto;
  }

  .category-tab-link {
    display: inline-block;
  }

  .category-tab-link:hover {
    background-color: #0000;
  }

  .category-tab-link.w--current {
    background-color: var(--white);
  }

  .resources-nav {
    flex: none;
    width: auto;
    padding-top: 40px;
  }

  .resources-content {
    padding: 40px 0 0;
  }

  .status-line {
    top: -25px;
  }

  .nav-menu {
    padding-bottom: 5vh;
  }

  .close-nav {
    width: 45px;
    height: 45px;
  }

  .dropdown-cart {
    right: -130px;
  }

  .close-cart {
    width: 45px;
    height: 45px;
  }

  .material-icons.close {
    padding-top: 11px;
  }

  .material-icons.on-40 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .material-icons.on-40._35 {
    padding-top: 6px;
  }

  .material-icons.on-40.product-page-add {
    padding-top: 8px;
  }

  .material-icons.on-35 {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .material-icons.resrc {
    top: -7px;
  }

  .navigator-menu, .cometa-sidebar {
    display: none;
  }

  .auth-content-wrapper.log-in {
    margin-left: 0%;
  }

  .nav-profile {
    padding-left: 0;
    padding-right: 17px;
  }

  .instructions-wrapper {
    border-style: none;
    border-color: #0000;
  }

  .counter-auth.float {
    margin-left: 0%;
  }

  .hero-wrapper._250px {
    border-radius: 0;
    height: 150px;
  }

  .hero-wrapper.in-catgry {
    height: 150px;
  }

  .hero-slider {
    border-radius: 0;
    height: 320px;
    margin-top: 24px;
  }

  .slide-nav.visible {
    text-align: center;
    width: 100%;
    height: 40px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 7px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .search-content {
    right: 0;
  }

  .search::placeholder {
    font-weight: 400;
  }

  .photo-upload-input-wrapper.no-line {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .prod-img-slider {
    background-color: #0000;
    height: 100%;
    display: block;
  }

  .slider-wrapper {
    border: 1px solid var(--borders);
    border-radius: 16px;
    display: block;
    overflow: hidden;
  }

  .img-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .tabed-section {
    height: 55px;
    top: 70px;
  }

  .tab-link {
    margin-right: 30px;
  }

  .tab-link.hover-effect {
    margin-right: 0;
  }

  .tab-link-icon {
    padding-top: 2px;
  }

  .edit-profile-button-wrapper {
    height: 60px;
  }

  .profile-edit {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .profile-edit.hided {
    display: none;
  }

  .checkout-button {
    font-size: 15px;
  }

  .address-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .delete-icon {
    width: 40px;
    height: 35px;
  }

  .new-address-button {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .new-address-button.add-button {
    border-style: solid;
    border-color: #0000;
    width: 200px;
  }

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

  .edit-button.gray.ver-detalhes {
    text-align: center;
    border-radius: 12px;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    display: block;
  }

  .button-in-header {
    justify-content: center;
    margin-top: 40px;
    display: flex;
    position: static;
    top: -5px;
  }

  .modal-button {
    font-size: 15px;
  }

  .prfl-grid {
    justify-content: flex-start;
    align-items: center;
  }

  .profile-header-link {
    margin-left: 0;
    margin-right: 12px;
    padding-left: 0;
  }

  .compras-table-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    border-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-grid {
    grid-row-gap: 8px;
    border: 1px solid var(--light-grey);
    border-radius: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    height: auto;
    margin-top: 0;
    padding: 30px 24px 24px;
    position: relative;
  }

  .table-grid.table-header {
    display: none;
  }

  .table-grid.cat {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .table-grid.cliente {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100px;
    place-items: start stretch;
    display: flex;
  }

  .table-grid.cliente._3 {
    grid-template-rows: auto;
    grid-template-columns: 100px;
  }

  .table-grid.faq-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .table-content-block {
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .table-content-block.cta {
    margin-top: 24px;
    display: block;
  }

  .table-content-block.none-on-mobile {
    display: none;
  }

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

  .table-content-text.description {
    color: var(--black);
    margin-right: 6px;
    display: block;
  }

  .table-content-text.description._700 {
    display: none;
  }

  .section-decoy {
    height: 41px;
  }

  .cat-tab-menu {
    z-index: 1500;
    background-color: #0000;
    flex-direction: row;
    align-items: center;
    width: auto;
    min-width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .cat-tabs {
    display: block;
  }

  .cat-tab-content {
    width: auto;
    margin-left: 0;
  }

  .lottie-holder {
    width: 30px;
    min-width: 30px;
    height: 35px;
  }

  .hero-slide-nav {
    font-size: 7px;
    bottom: -31px;
  }

  .cat-list {
    top: 180px;
  }

  .pop-shadow {
    z-index: 900;
    background-color: var(--white);
    height: 51px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 70px 0% auto;
    box-shadow: 0 1px 12px #0000001a;
  }

  .resource-sticky-wrapper {
    display: inline-block;
  }

  .faq {
    margin-bottom: 48px;
  }

  .faq-title-wrapper {
    padding-right: 65px;
  }

  .faq-title {
    line-height: 1.3;
  }

  .assistencia-block {
    margin-top: 20px;
    margin-bottom: 48px;
  }

  .content-wrapper {
    padding-top: 80px;
  }

  .backoffice-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .img.cl {
    display: none;
  }

  .table-content-text-copy {
    color: #767676;
  }

  .link-block-2 {
    height: 200px;
  }

  .text-block-5 {
    font-size: 31px;
  }

  .brand-2 {
    height: 70px;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 80%;
    height: 100vh;
    padding-top: 50px;
    padding-left: 35px;
    box-shadow: 0 2px 5px #0000001c;
  }

  .menu-button {
    height: 70px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.grey {
    background-color: var(--white);
  }

  .section.grey.top-padding-40.mob-padding {
    padding-top: 16px;
  }

  .section.grey.top-padding-40.mob-padding._4090 {
    padding-top: 0;
  }

  .section.grey.top-padding-40._16 {
    padding-top: 27px;
  }

  .section.min-height._40-top {
    padding-top: 24px;
  }

  .section.min-height._40-top.chkout {
    padding-bottom: 77px;
    display: none;
  }

  .section._40-top.chkout {
    display: none;
  }

  .section._40-top._565 {
    padding-top: 30px;
  }

  .section.resources-page {
    min-height: auto;
  }

  .section.no-mini-height.no-bottom-padding._40-top._565 {
    padding-top: 30px;
  }

  .section.first-section._0-top-mob.overflow-hidden {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.first-section.no-top-padding.gray-body.top-pad {
    padding-top: 16px;
  }

  .section.product-section {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .section.hurst {
    padding-top: 17px;
  }

  .section.hurst._16 {
    padding-top: 16px;
  }

  .container {
    max-width: 600px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid._4-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .grid._4-col.home-prod {
    max-height: 1582px;
  }

  .grid._4-col.show-4 {
    max-height: 1184px;
  }

  .grid._2-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._7-row.prod-content {
    padding-left: 0;
  }

  .grid._3-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid._3-col._40-gap.align {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._3-col._40-gap.align._0000._554 {
    margin-top: 8px;
  }

  .grid._3-col._2-on-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .grid.scroll-on-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-wrapper._10px {
    margin-bottom: 0;
  }

  .button-wrapper.pos-absolute {
    padding: 16px;
  }

  .button-wrapper.hidden-on-mobile {
    display: none;
  }

  .button-wrapper.comprar-button.on-prod-page {
    flex: 1;
  }

  .button-wrapper.add-address {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .button-wrapper.bottom-button-wrapper {
    max-width: 190px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-text {
    height: 18px;
  }

  .button.blue-button._50.short {
    width: auto;
  }

  .button.red-button.with-chevron.bottom {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    text-align: center;
    background-color: #0000;
    height: 40px;
    padding: 12px 0 0;
    font-weight: 600;
  }

  .button.red-outline.remover-copy {
    border-color: var(--light-grey);
    background-color: var(--white-2);
    color: var(--grey);
    cursor: pointer;
    width: auto;
    height: 35px;
    padding-top: 9px;
    padding-bottom: 0;
  }

  .button.red-outline.remover-copy:hover {
    background-color: var(--tomato);
    color: var(--white);
    border-color: #0000;
  }

  .section-header-wrapper.mbl-chkout.centereds {
    text-align: center;
  }

  .section-subheader {
    font-size: 16px;
  }

  .section-header {
    align-items: center;
    height: 100%;
    font-size: 28px;
    display: flex;
  }

  .section-header.no-padding.profile-name {
    height: auto;
    margin-bottom: 10px;
    font-size: 23px;
  }

  .section-header.padding {
    justify-content: center;
    height: auto;
    font-weight: 600;
  }

  .section-header.chkout-header {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
  }

  .text-field {
    border-color: #ccc;
    font-weight: 500;
  }

  .text-field::placeholder {
    font-weight: 400;
  }

  .field-label {
    color: var(--black);
    font-size: 16px;
  }

  .choice-item.no-line {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .choice-content {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .choice-content.wider {
    grid-column-gap: 0px;
    grid-template-columns: minmax(40px, 40px) 1fr 1fr 1fr;
  }

  .choice-icon {
    margin-bottom: 0;
    font-size: 40px;
  }

  .choice-icon.storefront {
    font-size: 36px;
  }

  .choice-icon.loose {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    margin-right: 10px;
  }

  .choice-icon.loose.phone {
    min-width: 26px;
    max-width: 26px;
  }

  .choice-header.pgmnt {
    text-align: left;
    width: auto;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 170px;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 140px;
  }

  .image-wrapper.profile-thumbnail {
    width: 160px;
    height: 160px;
  }

  .image-wrapper.nav-profile-thumbnail {
    width: 45px;
    height: 45px;
  }

  .image-wrapper.hero-image-link {
    border-radius: 16px;
  }

  .cover-image.contain {
    object-fit: contain;
  }

  .product-price {
    font-size: 20px;
  }

  .product-price.kz {
    font-size: 12px;
    top: -6px;
  }

  .product-price.kz.small {
    font-size: 11px;
    top: -4px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small.thinner {
    font-size: 20px;
    font-weight: 700;
  }

  .stock-quantity {
    border-color: var(--light-grey);
  }

  .product-description {
    font-size: 17px;
  }

  .plus-minus-wrapper {
    border: 1px solid var(--light-grey);
    background-color: var(--white-2);
  }

  .plus-minus-wrapper._40.wide._20 {
    flex: 1;
    max-width: 200px;
  }

  .product-title {
    line-height: 1.3;
  }

  .product-title.midium {
    height: 46px;
  }

  .product-category.small.off {
    display: none;
  }

  .product-card._2-col-grid.borders {
    border-color: var(--light-grey);
    margin-bottom: 8px;
  }

  .product-card._33 {
    border: 1px solid var(--light-grey);
    flex: none;
  }

  .category-card {
    border: 1px solid var(--light-grey);
    border-radius: 16px;
  }

  .category-title {
    height: 20px;
    font-size: 16px;
    overflow: hidden;
  }

  .category-card-icon-wrapper.float-on-top {
    right: 16px;
  }

  .price-table-wrapper {
    border-style: solid none none;
    border-top-color: var(--light-grey);
    background-color: var(--white);
    box-shadow: none;
    border-radius: 0;
    padding: 16px;
  }

  .header-wrapper.h4 {
    padding-top: 35px;
  }

  .header-wrapper.h4.yeah {
    margin-bottom: 24px;
    padding-top: 0;
  }

  .header-wrapper.purchase {
    text-align: center;
  }

  .header-wrapper.purchase.hidden-on-mobiles {
    display: none;
  }

  .header, .header.thinner {
    font-weight: 600;
  }

  .header.thinner.cntrd {
    text-align: center;
  }

  .header.thinner.cntrd.pgmnto {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }

  .header.thinner.bold {
    text-align: center;
    font-size: 24px;
  }

  .header.form-section {
    font-size: 21px;
  }

  .header._212.cntrd._2 {
    font-weight: 600;
  }

  .header.cntrd {
    text-align: center;
  }

  .header.dropdown-link-text {
    font-size: 18px;
    font-weight: 400;
  }

  .header.dropdown-link-text.page-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
  }

  .header.dropdown-link-text.page-title.drop-title {
    font-size: 23px;
  }

  .price-content {
    border: 1px solid var(--light-grey);
    border-radius: 16px;
    padding: 24px 16px 14px;
  }

  .price-content._6756 {
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .price-list-item {
    color: var(--black);
  }

  .price-title.total {
    color: var(--grey);
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .price-total.mobile {
    border-top-style: none;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .fixed-sidebar {
    z-index: 10;
    height: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .grid-half-content._565 {
    margin-top: 28px;
  }

  .navigator {
    height: 60px;
  }

  .choice-tab-link {
    flex: 1;
  }

  .category-tab-link {
    background-color: var(--table-header);
    border: 1px solid #0000;
    flex: none;
    height: 41px;
    margin-right: 8px;
    line-height: 40px;
  }

  .category-tab-link.w--current {
    border-color: var(--firebrick);
    font-weight: 500;
  }

  .dropdown-icon.on-category-dropdown, .dropdown-icon.on-faq-title {
    margin-left: 7px;
    font-size: 13px;
  }

  .chevron-icon._25 {
    margin-right: 34px;
  }

  .chevron-icon._0 {
    font-size: 14px;
  }

  .chevron-icon._00 {
    height: 45px;
    margin-left: 6px;
    margin-right: 0;
    font-size: 13px;
    position: relative;
    top: -4px;
  }

  .resources-wrapper {
    flex-direction: column-reverse;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .resources-nav {
    padding-top: 24px;
    padding-bottom: 40px;
    padding-right: 24px;
  }

  .resources-block {
    margin-bottom: 0;
  }

  .resources-content {
    min-height: auto;
    padding-top: 40px;
  }

  .status-line {
    top: -26px;
  }

  .line-seperator {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .brand {
    width: 150px;
    height: 40px;
  }

  .close-nav {
    top: 5vh;
    right: 9vw;
  }

  .close-nav.close-edit-profile {
    top: 16px;
    right: 16px;
  }

  .close-nav.cat {
    right: -332px;
  }

  .menu {
    margin-top: 0;
    margin-left: 10vw;
  }

  .nav-link {
    height: 45px;
    line-height: 1.5;
  }

  .dropdown-cart {
    height: 94vh;
    min-height: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 67px;
    position: fixed;
    inset: 2vh 0%;
  }

  .close-cart {
    top: 10px;
    right: 11px;
  }

  .cart-title-wrapper {
    height: 60px;
    top: 0;
    left: 16px;
  }

  .white-bg {
    height: 60px;
  }

  .cart-icon {
    display: none;
  }

  .pop-up-wrapper {
    height: 0%;
  }

  .nav-auth-buttons-wrapper {
    display: none;
  }

  .nav-auth-buttons-wrapper._0-padding {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .material-icons {
    padding-top: 11px;
  }

  .material-icons.on-40._35 {
    padding-top: 5px;
  }

  .material-icons.on-40.product-page-add {
    padding-top: 8px;
  }

  .material-icons.on-35 {
    padding-top: 5px;
  }

  .material-icons.resrc {
    top: -6px;
  }

  .nav-profile-wrapper {
    display: none;
  }

  .nav-profile {
    padding-right: 0;
  }

  .edit-profile {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .hero-wrapper._250px, .hero-wrapper.in-catgry {
    height: 80px;
  }

  .hero-slider {
    height: 250px;
    max-height: none;
    margin-top: 16px;
  }

  .banner {
    border-radius: 16px;
  }

  .cart-product-wrapper {
    align-items: center;
  }

  .cart-products-content-wrapper {
    padding: 16px 16px 0;
  }

  .search-content {
    box-shadow: none;
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    inset: 0%;
  }

  .search-wrapper {
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 16px;
    position: relative;
  }

  .search {
    border-style: none;
    border-color: var(--light-grey);
    border-radius: 12px;
    height: 50px;
    margin-bottom: 16px;
    padding-left: 45px;
  }

  .search-button {
    left: 0;
  }

  .sub-delete-button.gray.eliminar {
    font-weight: 400;
  }

  .sub-delete-button.gray.eliminar.longersss {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .photo-upload-input-field.no-bg-fill {
    border-width: 3px;
    height: auto;
    min-height: 170px;
    padding: 24px;
  }

  .photo-upload-text {
    font-size: 17px;
  }

  .photo-upload-text.small-gray.click {
    display: none;
  }

  .photo-upload-text.small-gray.tap {
    display: block;
  }

  .stock-quantity-text {
    font-size: 14px;
  }

  .toal-price {
    letter-spacing: .2px;
  }

  .auth-menu-wrapper {
    margin-left: 10vw;
  }

  .scroll-on-mobile {
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
    overflow: auto;
  }

  .slider-wrapper {
    border-style: none;
    border-radius: 0;
    height: 300px;
  }

  .tabed-section {
    top: 60px;
  }

  .tabed-section.show-on-landscape {
    display: none;
  }

  .tab-menu {
    justify-content: space-between;
  }

  .tab-link {
    margin-right: 0;
  }

  .tab-link.hover-effect {
    padding: 4px 8px 2px;
  }

  .tab-link-icon {
    margin-top: -2px;
    padding-top: 0;
  }

  .user-info {
    font-size: 18px;
  }

  .edit-profile-button-wrapper {
    display: none;
  }

  .profile-edit {
    border: 1px solid var(--firebrick);
  }

  .checkout-button {
    height: 45px;
    padding-top: 14px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .checkout-button.blue-button {
    font-weight: 500;
  }

  .checkout-details.hide {
    display: none;
  }

  .checkout-details.dtls {
    background-color: var(--white);
    padding-top: 20px;
  }

  .checkout-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .cancel-button-wrapper {
    margin-top: 16px;
  }

  .cancel-button-wrapper.hidden-on-mobile {
    display: none;
  }

  .checkout-trigger {
    z-index: 1;
    opacity: .6;
    justify-content: center;
    height: 90px;
    margin-bottom: -40px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .trigger-icon {
    background-color: var(--light-grey);
    border-radius: 200px;
    width: 28px;
    height: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .user-with-address {
    padding-top: 20px;
  }

  .adress-tab-link {
    margin-bottom: 8px;
  }

  .adress-tab-link.thin {
    background-color: var(--white);
  }

  .address-link-text {
    height: auto;
  }

  .cart-price {
    color: var(--black);
  }

  .delete-icon {
    border: 1px solid var(--light-grey);
    background-color: var(--white-2);
  }

  .delete-icon:hover {
    border-color: #0000;
  }

  .checkout-mobile {
    z-index: 1500;
    background-color: var(--white);
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .checkout-mobile-nav {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 45px 1fr .75fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
    position: relative;
    box-shadow: 0 1px 12px #00000026;
  }

  .back-icon {
    color: var(--black);
    width: 45px;
    height: 45px;
    margin-left: -9px;
    overflow: hidden;
  }

  .checkout-content-wrapper {
    padding: 27px 16px 16px;
    position: fixed;
    inset: 60px 0% 77px;
    overflow: auto;
  }

  .checkout-content-wrapper.pay-4 {
    padding-bottom: 24px;
    display: block;
  }

  .checkout-content-wrapper._100 {
    bottom: 0;
  }

  .address-cta-wrapper.edit-logout-profile {
    margin-top: 28px;
  }

  .address-cta-wrapper.dfaas.cancel-on-mobile {
    display: none;
  }

  .cart-icon-link {
    display: block;
  }

  .edit-address {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .details-wrapper {
    z-index: 3;
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-end;
    display: block;
  }

  .close-details {
    color: var(--grey);
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 15px;
    display: none;
  }

  .edit-popup-wrapper {
    height: 0%;
  }

  .new-address {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .new-address-button {
    border: 1px solid var(--firebrick);
  }

  .new-address-button.add-button {
    color: var(--dodger-blue);
    background-color: #0000;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .new-address-button.add-button.short {
    z-index: 1;
    width: 200px;
    position: relative;
  }

  .new-address-button.add-button.short:hover {
    background-color: #0000;
  }

  .address-grid {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .edit-button.gray.edit-addrss {
    font-weight: 400;
  }

  .button-in-header {
    background-color: var(--white);
    height: auto;
    margin: 16px -16px -24px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: sticky;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  .button-line {
    border-top: 1px solid var(--light-grey);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .resumo-table-wrapper {
    border: 1px solid var(--light-grey);
    background-color: var(--white);
    box-shadow: none;
    padding: 24px 16px 16px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    margin-bottom: 16px;
  }

  .modal {
    width: 340px;
    padding: 32px;
  }

  .social-media-wrapper {
    grid-template-columns: 40px 40px;
    margin-bottom: 0;
  }

  .social-links {
    margin-left: 8px;
    margin-right: 8px;
  }

  .copyright-dev {
    justify-items: center;
    margin-top: 50px;
  }

  .developer {
    height: auto;
  }

  .cat-dropdown-toggle {
    padding-left: 8px;
    padding-right: 16px;
  }

  .prfl-grid {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 6px;
  }

  .profile-header-link {
    margin-left: 4px;
    margin-right: 4px;
  }

  .table-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .table-content-block.cta {
    padding-left: 0;
    padding-right: 0;
  }

  .cat-tab-menu {
    z-index: 950;
    background-color: var(--white);
    border-radius: 0;
    flex-direction: row;
    align-items: flex-start;
    height: 57px;
    margin-bottom: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 8px 16px 0;
    display: flex;
    position: sticky;
    top: 60px;
    overflow: auto;
  }

  .cat-tabs {
    margin-top: 16px;
  }

  .grid-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .result-wrapper {
    max-height: none;
  }

  .desktop-results {
    display: none;
  }

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

  .profile-dropdown-link {
    height: 45px;
    line-height: 1.5;
  }

  .hero-slide-nav {
    display: none;
  }

  .dropdown-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 350px;
    max-height: 80vh;
  }

  .estado-da-compra {
    margin-bottom: 30px;
  }

  .cat-list {
    width: 350px;
    inset: auto 0% 0%;
  }

  .pop-shadow {
    border-bottom: 1px solid var(--light-grey);
    box-shadow: none;
    height: 58px;
    display: none;
    top: 60px;
  }

  .dec-oy {
    height: 111px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .resource-sticky-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq-title-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .faq-title.midium {
    height: 46px;
  }

  .faq-content {
    padding-bottom: 10px;
  }

  .menu-dashboard {
    margin-top: 0;
    margin-left: 10vw;
  }

  .address-form-80 {
    width: auto;
  }

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

  .div-block-9._2 {
    display: none;
  }

  .report-content-div {
    padding-bottom: 30px;
  }

  .cont {
    flex-flow: column;
  }

  .div-block-12 {
    width: 100%;
    height: 250px;
  }

  .div-block-13 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-15 {
    flex-flow: column;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-16._3 {
    width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }

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

  .endere-o-title.total {
    color: var(--grey);
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.grey.top-padding-40.mob-padding._4090 {
    padding-top: 8px;
  }

  .section.grey.top-padding-40._16 {
    padding-top: 16px;
  }

  .section.min-height._40-top.chkout {
    padding-bottom: 85px;
  }

  .section._40-top.chkout {
    padding-top: 28px;
  }

  .section._40-top._565 {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .section.no-mini-height.no-bottom-padding._40-top._565 {
    padding-bottom: 16px;
  }

  .section.first-section._0-top-mob.overflow-hidden {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.first-section.no-top-padding.hiddenn {
    display: none;
  }

  .section.product-section {
    padding-top: 0;
    padding-bottom: 16px;
  }

  .section.hurst {
    padding-top: 27px;
  }

  .container.nav-container {
    padding-right: 2vw;
  }

  .container.mob-percent {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container._24-mob {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid._4-col.section-head-grid {
    margin-bottom: 8px;
    display: block;
  }

  .grid._4-col.home-prod, .grid._4-col.show-4 {
    max-height: none;
  }

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-row-gap: 30px;
  }

  .grid._7-row.prod-content {
    grid-row-gap: 16px;
    padding-bottom: 0;
  }

  .grid._3-col._40-gap.align {
    grid-template-rows: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 16px;
  }

  .grid._3-col._40-gap.align._0000 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid._3-col.navigate {
    grid-template-columns: 1fr 1.5fr;
    justify-content: space-between;
    display: flex;
  }

  .button-wrapper.add-to-cart-button {
    display: block;
  }

  .button-wrapper._10px {
    min-width: 107px;
  }

  .button-wrapper.pos-absolute {
    z-index: 2;
    position: fixed;
  }

  .button-wrapper.pos-absolute.in-dropdown-cart {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-wrapper.hidden-on-mobile {
    display: none;
  }

  .button-wrapper.comprar-button {
    flex: 1;
    max-width: 50%;
  }

  .button-wrapper.comprar-button.on-prod-page {
    margin-right: 16px;
  }

  .button-wrapper.add-address {
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .button-wrapper.bottom-button-wrapper {
    margin-top: 30px;
  }

  .button-text.pay-2 {
    height: auto;
    overflow: visible;
  }

  .button.blue-button.inside-product-page {
    z-index: 1;
  }

  .button.red-outline.remover-copy {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button.cancel {
    border-color: var(--light-grey);
  }

  .button._3 {
    display: none;
  }

  .section-header-wrapper {
    margin-bottom: 24px;
  }

  .section-header-wrapper.mbl-chkout {
    margin-bottom: 16px;
  }

  .section-header {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 23px;
  }

  .section-header.no-padding.profile-name {
    margin-bottom: 0;
    font-size: 25px;
    display: block;
  }

  .section-header.chkout-header {
    text-align: left;
    justify-content: flex-start;
  }

  .section-header.small {
    text-align: left;
  }

  .section-header.small._2, .section-header.small.no-center {
    justify-content: flex-start;
    align-items: center;
  }

  .text-field, .field-label {
    font-size: 15px;
  }

  .choice-item.no-line {
    height: auto;
    padding-top: 4.5vw;
    padding-bottom: 5vw;
  }

  .choice-content {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 50px 1fr;
    justify-content: center;
    width: auto;
    display: flex;
  }

  .choice-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .choice-icon.loose {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .choice-icon.loose.phone {
    width: 32px;
    min-width: 30px;
    max-width: 35px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .choice-header {
    width: 84px;
  }

  .choice-header.pgmnt {
    text-align: center;
    max-width: 150px;
  }

  .choice-subheader {
    line-height: 1.2;
    display: none;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 32vw;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 12vh;
  }

  .image-wrapper.profile-thumbnail {
    width: 100px;
    height: 100px;
    margin: 8px auto 15px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small {
    font-weight: 700;
  }

  .product-price.blue {
    font-size: 20px;
  }

  .product-price.blue.x {
    font-size: 28px;
  }

  .product-in-stock {
    margin-bottom: 8px;
  }

  .product-items-wrapper {
    z-index: 10;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .plus-minus-wrapper.no-margin {
    width: 100px;
  }

  .plus-minus-wrapper._100.hidden-on-home {
    display: none;
  }

  .plus-minus-wrapper._40.wide {
    flex: 1;
    width: auto;
    max-width: 50%;
  }

  .plus-minus-wrapper._40.wide._20 {
    z-index: 2;
    margin-left: 16px;
    position: relative;
  }

  .product-title.small {
    max-height: 38px;
  }

  .product-title.midium {
    height: 45px;
    font-size: 17px;
  }

  .product-category._0-padding._10 {
    margin-bottom: 8px;
  }

  .extra-info-text.small {
    display: none;
  }

  .product-link.grid._5-row {
    grid-template-rows: auto auto auto auto;
  }

  .category-card {
    border-color: var(--light-grey);
  }

  .category-title {
    font-size: 15px;
  }

  .category-card-icon-wrapper.float-on-top {
    right: 6vw;
  }

  .header-wrapper._16.xyz {
    margin-bottom: 16px;
  }

  .header-wrapper.purchase {
    text-align: center;
    margin-bottom: 24px;
  }

  .header.thinner {
    line-height: 1.15;
  }

  .header.thinner.bold {
    font-size: 22px;
  }

  .header.dropdown-link-text {
    font-size: 18px;
  }

  .price-total {
    border-top-style: none;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-total.no-btm-padding._23 {
    border-top-style: solid;
    height: auto;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .price-total.mobile {
    height: auto;
  }

  .grid-half-content._565 {
    margin-top: 30px;
  }

  .footer {
    padding-top: 60px;
  }

  .choice-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .selected-tab-pane {
    min-height: auto;
  }

  .category-tab-link {
    border-color: var(--light-grey);
    background-color: var(--table-header);
    flex: none;
    line-height: 39px;
  }

  .category-tab-link:hover {
    background-color: var(--borders);
  }

  .category-tab-link.w--current {
    display: block;
  }

  .category-tab-link.w--current:hover {
    background-color: var(--white);
  }

  .dropdown-icon._8px-padding.tabss {
    margin-right: 24px;
    font-size: 13px;
  }

  .dropdown-icon.on-faq-title {
    margin-right: 16px;
  }

  .chevron-icon._0 {
    bottom: -6px;
  }

  .resources-wrapper {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .resources-nav {
    display: none;
  }

  .resources-block {
    padding-bottom: 24px;
  }

  .resources-content {
    padding: 24px 8px 20px;
  }

  .status-circles-wrapper {
    margin-right: 16px;
  }

  .status-content-wrapper {
    flex-direction: row;
    height: 30px;
  }

  .center-text {
    margin-top: 2px;
  }

  .linesman {
    flex-direction: column;
    align-items: flex-start;
  }

  .status-line {
    flex: 0 auto;
    width: 3px;
    height: 50px;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

  .confirmed-line {
    height: 100%;
  }

  .in-progress-line {
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: var(--light-grey);
    height: 100%;
  }

  .brand {
    width: 140px;
    min-width: 60px;
    height: 45px;
  }

  .brand.at-auth {
    margin-bottom: 2.5vh;
  }

  .nav-menu-wrapper {
    padding-left: 1vw;
  }

  .nav-menu {
    justify-content: center;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    padding-bottom: 0;
  }

  .close-nav {
    z-index: 10;
    top: 16px;
    right: 16px;
  }

  .close-nav.close-edit-profile {
    z-index: 1000;
  }

  .close-nav.close-search {
    margin-top: 16px;
    margin-bottom: 0;
    inset: 0% 0% auto auto;
  }

  .close-nav.cat {
    opacity: 0;
    display: none;
    top: 16px;
    right: 16px;
  }

  .menu {
    width: 100%;
    max-width: 340px;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .nav-link {
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .dropdown-cart-wrapper {
    padding-left: 1vw;
  }

  .dropdown-cart {
    border-radius: 0 0 24px 24px;
    width: auto;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 88px;
    top: 0;
  }

  .cart-title-wrapper {
    top: 8px;
  }

  .pop-up-wrapper {
    padding-left: 0;
  }

  .nav-auth-buttons-wrapper._0-padding {
    width: 100%;
  }

  .material-icons.round, .material-icons.paper {
    padding-top: 10px;
  }

  .material-icons.power {
    padding-top: 12px;
  }

  .material-icons.house, .material-icons.resrc {
    padding-top: 10px;
  }

  .search-button-wrapper {
    padding-left: 0;
  }

  .auth-content-wrapper.log-in {
    padding-top: 8vh;
  }

  .address-wrapper._40 {
    padding: 16px;
  }

  .login-nav {
    margin-bottom: 8vh;
  }

  .heading {
    font-size: 1.5rem;
  }

  .edit-profile-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-slider {
    height: 52vw;
  }

  .slide {
    margin-right: 8px;
  }

  .banner {
    height: 46vw;
  }

  .cart-product-wrapper {
    grid-template-columns: 1fr 1.25fr;
  }

  .cart-products-content-wrapper {
    padding-bottom: 16px;
  }

  .search-wrapper {
    margin-left: 4px;
    margin-right: 16px;
  }

  .search {
    border-color: #0000;
    height: 46px;
    margin-bottom: 16px;
    padding-right: 42px;
  }

  .search-button {
    font-size: 23px;
  }

  .sub-delete-button.gray.eliminar.longersss {
    margin-left: auto;
    margin-right: auto;
  }

  .sub-delete-button.gray.logout-button {
    flex: none;
    margin-left: 4px;
    margin-right: 4px;
    display: none;
  }

  .photo-upload-input-field.no-bg-fill {
    padding-left: 16px;
    padding-right: 16px;
  }

  .photo-upload-text.small-gray {
    line-height: 1.1;
  }

  .code-info-wrapper {
    max-width: 290px;
  }

  .tabs {
    width: 100%;
  }

  .auth-menu-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    inset: 7vh 0% 0%;
  }

  .slider-wrapper {
    border-style: none;
    border-radius: 0;
    height: 50vh;
    max-height: 340px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .slider-mask {
    overflow: visible;
  }

  .tabed-section, .tabed-section.show-on-landscape {
    display: block;
  }

  .tab-menu {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding: 60px 24px 5px;
  }

  .tab-link {
    height: 55px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
  }

  .tab-link.w--current {
    color: var(--black);
    border-bottom-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    position: absolute;
    inset: 0% 24px auto;
  }

  .tab-link-icon {
    flex: none;
    margin-top: 5px;
    margin-right: 16px;
  }

  .tab-link-icon._2 {
    margin-top: 0;
    padding-top: 1px;
  }

  .tab-link-icon._1 {
    margin-top: 0;
    padding-top: 0;
  }

  .user-info {
    font-size: 17px;
  }

  .edit-profile-button-wrapper {
    border-top: 1px solid var(--light-grey);
    height: auto;
    padding: 2px 24px;
    display: block;
    position: relative;
    right: 0;
  }

  .profile-edit {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: none;
  }

  .logout {
    height: 55px;
    margin-top: 0;
    margin-left: 0;
    font-size: 17px;
    font-weight: 600;
  }

  .tab-triggered-element {
    z-index: 2;
    border-bottom: 1px solid var(--light-grey);
    background-color: var(--white);
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .tab-trigger {
    z-index: 10;
    border-bottom: 1px solid var(--light-grey);
    color: var(--grey);
    cursor: pointer;
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .close-tab {
    z-index: 12;
    border-bottom: 1px solid var(--borders);
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .checkout-button.blue-button.pay {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .checkout-details.hide-mobile {
    display: none;
  }

  .checkout-cta {
    grid-template-columns: minmax(110px, 125px) 1fr;
  }

  .checkout-cta.pay-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(110px, 125px) 1fr;
  }

  .cancel-button-wrapper {
    margin-top: 8px;
  }

  .cancel-button-wrapper.hidden-on-mobile {
    display: none;
  }

  .trigger-icon {
    width: 32px;
  }

  .user-with-address {
    border-style: none;
    padding: 16px 0 0;
  }

  .adress-tab-link.thin:hover {
    border-color: var(--light-grey);
  }

  .checkout-mobile {
    padding-bottom: 85px;
  }

  .back-icon {
    margin-left: -13px;
  }

  .address-cta-wrapper.edit-logout-profile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .address-cta-wrapper.dfaas {
    text-align: center;
    margin-top: 16px;
  }

  .edit-popup-wrapper {
    padding-left: 0;
  }

  .new-address-button {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: none;
  }

  .new-address-button.add-button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .address-grid {
    margin-top: 0;
  }

  .edit-button.gray.edit-profile-button {
    flex: none;
    width: 124px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .edit-button.gray.ver-detalhes {
    flex: none;
    margin-right: 0;
  }

  .pagamento-date-wrapper {
    padding: 27px 16px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    grid-row-gap: 24px;
  }

  .modal-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal {
    flex: 1;
    width: auto;
    max-width: 320px;
    padding: 52px 10vw;
  }

  .modal-header-wrapper {
    max-width: 240px;
  }

  .modal-paragraph {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.25;
  }

  .modal-button.secundario {
    border: 1px solid var(--light-grey);
    padding-top: 13px;
  }

  .social-links {
    width: 30px;
    height: 30px;
  }

  .copyright-dev {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .copyright {
    justify-content: center;
    max-width: 220px;
    font-size: 16px;
  }

  .developer {
    display: block;
  }

  .powered-by {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .cat-dropdown-toggle {
    border-radius: 12px;
    justify-content: center;
    padding-left: 16px;
  }

  .prfl-grid {
    display: none;
  }

  .profile-header-link {
    flex: none;
    margin-left: 0;
    overflow: visible;
  }

  .profile-content-wrapper {
    border-style: solid;
    border-radius: 8px;
    flex-direction: column;
    padding: 25px 0;
  }

  .profile-info-wrapper {
    text-align: center;
    align-self: center;
  }

  .compras-table-wrapper {
    grid-template-columns: 1fr;
  }

  .table-grid {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .table-grid.cliente._3 {
    grid-template-rows: auto;
    grid-template-columns: 100px;
  }

  .table-content-block.none-on-mobile {
    display: none;
  }

  .cat-tab-menu {
    height: 57px;
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .cat-tabs {
    margin-top: 0;
  }

  .cat-tab-content._8 {
    padding-top: 8px;
  }

  .dropdown-wrap {
    border-bottom-color: var(--table-header);
    padding-bottom: 16px;
    display: block;
  }

  .grid-grid {
    text-align: center;
  }

  .bvbv {
    margin-bottom: 16px;
  }

  .result-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-results {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .profile-dropdown-list.w--open {
    z-index: 10;
    border-radius: 16px;
    padding-top: 32px;
    box-shadow: 0 15px 50px #0000004d;
  }

  .profile-dropdown-link {
    line-height: 1.6;
  }

  .hero-slide-nav {
    display: none;
    bottom: -23px;
  }

  .hero-slide-mask {
    border-radius: 0;
    margin-right: 0;
    overflow: visible;
  }

  .dropdown-content {
    border-radius: 24px 24px 0 0;
    width: auto;
    max-height: 500px;
    position: absolute;
    inset: auto 0% 0%;
    box-shadow: 0 -3px 24px #0003;
  }

  .cat-list {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .drop-link-wrapper {
    border-top: 1px solid #0000;
    height: auto;
    padding: 16px 8px;
    transition-property: background-color;
  }

  .drop-link-wrapper:hover {
    background-color: #0000;
  }

  .drop-link-wrapper:active {
    background-color: var(--table-header);
    transform: none;
  }

  .drop-link-container {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .dec-oy {
    z-index: -1;
    opacity: 0;
    height: 103px;
  }

  .faq-title-wrapper {
    padding-left: 16px;
    padding-right: 45px;
  }

  .faq-title.small {
    max-height: 38px;
  }

  .faq-title.midium {
    height: 45px;
    font-size: 17px;
  }

  .faq-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .assistencia-block {
    margin-bottom: 32px;
  }

  .content-wrapper {
    padding-top: 60px;
  }

  .menu-dashboard {
    width: 100%;
    max-width: 340px;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .backoffice-container {
    margin-left: auto;
    margin-right: auto;
  }

  .main-wrapper-no-dashboard {
    margin-top: 50px;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }

  .address-form-80 {
    padding: 35px 25px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    display: flex;
    overflow: auto;
  }

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

  .table-content-text-copy {
    margin-bottom: 20px;
  }

  .div-block-9 {
    flex: none;
    width: auto;
    min-width: 200px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-9._500 {
    flex: none;
    height: auto;
  }

  .div-block-9.shorters {
    height: 150px;
  }

  .content-wrapper-copy {
    padding-top: 120px;
  }

  .encomenda-filtros {
    margin-bottom: 35px;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .report-content-div {
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-12 {
    height: 200px;
  }

  .grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    height: 185px;
    padding: 35px 30px;
  }

  .text-block-5 {
    margin-bottom: 25px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .div-block-23 {
    flex-flow: column;
  }

  .grid-3-copy {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-24 {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .div-block-28 {
    margin-bottom: 50px;
  }

  .text-block-9 {
    padding: 15px;
    font-size: 15px;
  }

  .video {
    height: 230px;
  }

  .brand-2 {
    width: 140px;
  }

  .nav-menu-2 {
    width: 90%;
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .search-3 {
    margin-right: 15px;
  }

  .div-block-31 {
    display: block;
  }
}

#w-node-_1f39de84-a488-161e-b16d-7dfb45c97a9d-2e853b81, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97a9f-2e853b81, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97aac-2e853b81, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97aaf-2e853b81, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97ab9-2e853b81, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97abc-2e853b81 {
  justify-self: center;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d22cc-752d22cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d22d7-752d22cc, #w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d22e9-752d22cc, #w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d22fb-752d22cc, #w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d230d-752d22cc, #w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d231f-752d22cc, #w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d2331-752d22cc, #w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d2343-752d22cc, #w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d2355-752d22cc {
  justify-self: auto;
}

#w-node-ab67f7c6-4ab4-323c-0729-8508e076a084-e076a082 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_50fc72c1-366a-0662-0051-9216ddd1a00c-292ea558 {
  place-self: center start;
}

#w-node-_0c8976e2-c62f-9351-925e-4ee9ec27dff4-292ea558 {
  justify-self: end;
}

#w-node-_9c267aa7-f234-c7a9-ee60-df14608286f9-292ea558, #w-node-_1e555db1-6c3b-6643-0c5e-18e9a5bd7000-292ea558, #w-node-d25f0b9d-2c7e-e53e-141f-2f39008c27a6-292ea558 {
  justify-self: auto;
}

#w-node-_1d56e27d-c2d0-afb6-a93c-8aa4a103be8c-292ea558, #w-node-e78efbed-c278-3617-a348-93fa405227d8-292ea558, #w-node-_836bafca-faf5-28fb-944a-9297a41a7a83-292ea558, #w-node-_30bd2da6-2393-abe7-64d5-3f8e17ef154d-292ea558, #w-node-_7b5121b3-c03b-e47c-0f82-f26841bd650f-292ea558, #w-node-_58ec7900-76d0-e38c-347c-230e8e485b60-292ea558, #w-node-_36314697-6029-fe61-723a-df02f06898cd-292ea558, #w-node-_37e1977d-83f9-3b42-c0e4-d8751b2f617b-292ea558, #w-node-c09fd213-7d56-b44a-0ee2-51d2fb997c3b-292ea558 {
  align-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-2e853b87, #w-node-_9c95f775-f746-6100-284f-1f128c748fd4-2e853b87, #w-node-_9c95f775-f746-6100-284f-1f128c748fd7-2e853b87, #w-node-_9c95f775-f746-6100-284f-1f128c748fda-2e853b87, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-2e853b87, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853b87, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853b87, #w-node-_9c95f775-f746-6100-284f-1f128c749008-2e853b87 {
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853b87 {
  justify-self: center;
}

#w-node-_424714e8-77c2-c105-e443-8cda81080bf3-2e853b87, #w-node-_424714e8-77c2-c105-e443-8cda81080bf7-2e853b87, #w-node-_424714e8-77c2-c105-e443-8cda81080bfc-2e853b87, #w-node-_424714e8-77c2-c105-e443-8cda81080c01-2e853b87 {
  justify-self: start;
}

#w-node-_424714e8-77c2-c105-e443-8cda81080c06-2e853b87 {
  justify-self: center;
}

#w-node-d4125a62-58a1-0aea-85f7-73cac6a895c7-2e853b87, #w-node-d4125a62-58a1-0aea-85f7-73cac6a895cb-2e853b87, #w-node-d4125a62-58a1-0aea-85f7-73cac6a895d0-2e853b87, #w-node-d4125a62-58a1-0aea-85f7-73cac6a895d5-2e853b87 {
  justify-self: start;
}

#w-node-d4125a62-58a1-0aea-85f7-73cac6a895da-2e853b87 {
  justify-self: center;
}

#w-node-_84a471e7-6065-1b9d-32ca-d410a99094b8-2e853b87, #w-node-_84a471e7-6065-1b9d-32ca-d410a99094bc-2e853b87, #w-node-_84a471e7-6065-1b9d-32ca-d410a99094c1-2e853b87, #w-node-_84a471e7-6065-1b9d-32ca-d410a99094c6-2e853b87 {
  justify-self: start;
}

#w-node-_84a471e7-6065-1b9d-32ca-d410a99094cb-2e853b87 {
  justify-self: center;
}

#w-node-_070b5ceb-e88a-518b-a0e0-c137b64a6297-2e853b87, #w-node-_070b5ceb-e88a-518b-a0e0-c137b64a629b-2e853b87, #w-node-_070b5ceb-e88a-518b-a0e0-c137b64a62a0-2e853b87, #w-node-_070b5ceb-e88a-518b-a0e0-c137b64a62a5-2e853b87 {
  justify-self: start;
}

#w-node-_070b5ceb-e88a-518b-a0e0-c137b64a62aa-2e853b87 {
  justify-self: center;
}

#w-node-_8b1fbcbd-437c-d9dc-acb1-4bd2ab9c02a4-2e853b87, #w-node-_8b1fbcbd-437c-d9dc-acb1-4bd2ab9c02a8-2e853b87, #w-node-_8b1fbcbd-437c-d9dc-acb1-4bd2ab9c02ad-2e853b87, #w-node-_8b1fbcbd-437c-d9dc-acb1-4bd2ab9c02b2-2e853b87 {
  justify-self: start;
}

#w-node-_8b1fbcbd-437c-d9dc-acb1-4bd2ab9c02b7-2e853b87, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d80-2e853b88, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d82-2e853b88, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d8f-2e853b88, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d92-2e853b88, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d9c-2e853b88, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d9f-2e853b88 {
  justify-self: center;
}

#w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d3c-8e8e5d3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d44-8e8e5d3c, #w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d5d-8e8e5d3c, #w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d76-8e8e5d3c, #w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d8f-8e8e5d3c {
  justify-self: auto;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0790-2e853b8b, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0793-2e853b8b, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0796-2e853b8b, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0799-2e853b8b, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a0-2e853b8b, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a5-2e853b8b, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07aa-2e853b8b, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07af-2e853b8b {
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07b9-2e853b8b {
  justify-self: center;
}

#w-node-dfcc65cc-a37c-f613-5486-cc27f483231a-2e853b8b, #w-node-dfcc65cc-a37c-f613-5486-cc27f483231f-2e853b8b, #w-node-dfcc65cc-a37c-f613-5486-cc27f4832324-2e853b8b, #w-node-dfcc65cc-a37c-f613-5486-cc27f4832329-2e853b8b {
  justify-self: start;
}

#w-node-dfcc65cc-a37c-f613-5486-cc27f483232e-2e853b8b {
  justify-self: center;
}

#w-node-_58370f3a-d00c-874f-7850-d851adf52503-2e853b8b, #w-node-_58370f3a-d00c-874f-7850-d851adf52508-2e853b8b, #w-node-_58370f3a-d00c-874f-7850-d851adf5250d-2e853b8b, #w-node-_58370f3a-d00c-874f-7850-d851adf52512-2e853b8b {
  justify-self: start;
}

#w-node-_58370f3a-d00c-874f-7850-d851adf52517-2e853b8b {
  justify-self: center;
}

#w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aecf-2e853b8b, #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aed4-2e853b8b, #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aed9-2e853b8b, #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aede-2e853b8b {
  justify-self: start;
}

#w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aee3-2e853b8b {
  justify-self: center;
}

#w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f84-2e853b8b, #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f89-2e853b8b, #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f8e-2e853b8b, #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f93-2e853b8b {
  justify-self: start;
}

#w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f98-2e853b8b {
  justify-self: center;
}

#w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b00-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b03-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b06-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b09-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b0d-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b11-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b16-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b1b-2e853b8e {
  justify-self: start;
}

#w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b20-2e853b8e {
  justify-self: center;
}

#w-node-_598a4e1c-78fa-60bf-5b07-62b7e0a11acc-2e853b8e, #w-node-_598a4e1c-78fa-60bf-5b07-62b7e0a11ad0-2e853b8e, #w-node-_598a4e1c-78fa-60bf-5b07-62b7e0a11ad5-2e853b8e, #w-node-_598a4e1c-78fa-60bf-5b07-62b7e0a11ada-2e853b8e {
  justify-self: start;
}

#w-node-_598a4e1c-78fa-60bf-5b07-62b7e0a11adf-2e853b8e {
  justify-self: center;
}

#w-node-dbdab518-0810-83ee-7934-b71af7f4aeee-2e853b8e, #w-node-dbdab518-0810-83ee-7934-b71af7f4aef2-2e853b8e, #w-node-dbdab518-0810-83ee-7934-b71af7f4aef7-2e853b8e, #w-node-dbdab518-0810-83ee-7934-b71af7f4aefc-2e853b8e {
  justify-self: start;
}

#w-node-dbdab518-0810-83ee-7934-b71af7f4af01-2e853b8e {
  justify-self: center;
}

#w-node-_562053e9-7054-d8ae-465a-bec39867a470-2e853b8e, #w-node-_562053e9-7054-d8ae-465a-bec39867a474-2e853b8e, #w-node-_562053e9-7054-d8ae-465a-bec39867a479-2e853b8e, #w-node-_562053e9-7054-d8ae-465a-bec39867a47e-2e853b8e {
  justify-self: start;
}

#w-node-_562053e9-7054-d8ae-465a-bec39867a483-2e853b8e {
  justify-self: center;
}

#w-node-_66795ea1-c2b9-6735-b2ca-8612663ea0cc-2e853b8e, #w-node-_66795ea1-c2b9-6735-b2ca-8612663ea0d0-2e853b8e, #w-node-_66795ea1-c2b9-6735-b2ca-8612663ea0d5-2e853b8e, #w-node-_66795ea1-c2b9-6735-b2ca-8612663ea0da-2e853b8e {
  justify-self: start;
}

#w-node-_66795ea1-c2b9-6735-b2ca-8612663ea0df-2e853b8e {
  justify-self: center;
}

#w-node-c8e317f0-b508-7af9-943d-8e8d502e0122-2e853b92, #w-node-a42bd44c-c466-bf29-80d8-8ed544d21cfd-2e853b92, #w-node-_7f4d3f73-7c54-a939-2562-26314eccb520-2e853b92, #w-node-_677139f3-e58b-de4c-5dd2-0d19751950e4-2e853b92, #w-node-_0295464e-d726-0ea3-db98-d8a276c7014e-2e853b92, #w-node-_2a854bf4-e90b-6535-a2e3-8f4d8437eee2-2e853b92, #w-node-_39f79a06-a164-44cc-9242-17a3ecbc377b-2e853b92, #w-node-_6ab8f254-f7a3-06e4-855f-787fb8693a37-2e853b92, #w-node-_3f40becf-5354-1f51-1b31-169b66e79b44-2e853b92, #w-node-bcd9675a-c845-7632-6442-bb714665927a-2e853b92 {
  justify-self: start;
}

#w-node-_5549d4f3-5f34-f052-abf4-e384512c8eca-2e853b92 {
  justify-self: center;
}

#w-node-_8754ccb7-034c-5516-40f0-8bad67188af2-2e853b92, #w-node-_8754ccb7-034c-5516-40f0-8bad67188af7-2e853b92, #w-node-_8754ccb7-034c-5516-40f0-8bad67188afc-2e853b92, #w-node-_8754ccb7-034c-5516-40f0-8bad67188b01-2e853b92, #w-node-_8754ccb7-034c-5516-40f0-8bad67188b06-2e853b92 {
  justify-self: start;
}

#w-node-_8754ccb7-034c-5516-40f0-8bad67188b0b-2e853b92 {
  justify-self: center;
}

#w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c20-2e853b92, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c25-2e853b92, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2a-2e853b92, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2f-2e853b92, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c34-2e853b92 {
  justify-self: start;
}

#w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c39-2e853b92 {
  justify-self: center;
}

#w-node-_1f9adae0-de2d-0e07-9639-69ae44df72d8-2e853b92, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72dd-2e853b92, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e2-2e853b92, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e7-2e853b92, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72ec-2e853b92 {
  justify-self: start;
}

#w-node-_1f9adae0-de2d-0e07-9639-69ae44df72f1-2e853b92 {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f6d-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f70-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f73-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f76-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f79-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-2e853b9c {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-2e853b9c {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-2e853b9c {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-2e853b9c {
  justify-self: center;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-2e853b9c, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-2e853b9c, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-2e853b9c, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-2e853b9c, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-2e853b9c {
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-2e853b9c {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-2e853b9c {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-2e853b9c {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-2e853b9c {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-2e853b9c, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367a8-2e853c02, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367aa-2e853c02, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367b7-2e853c02, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367ba-2e853c02, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367c4-2e853c02, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367c7-2e853c02 {
  justify-self: center;
}

#w-node-d988078a-5c8a-77b4-8647-beffa7e38445-2e853c04 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d988078a-5c8a-77b4-8647-beffa7e38448-2e853c04 {
  place-self: center end;
}

#w-node-cf4f5b28-654b-429d-de55-8a55904f3e97-2e853c04, #w-node-c91e421d-5231-0cf3-6869-cbb1dc745774-2e853c04, #w-node-_29f98748-d0cd-b516-d727-e813c0bf53ad-2e853c04, #w-node-_867a3f50-2cc0-0576-b1f8-c90b864852f5-2e853c04, #w-node-b919b853-732e-0ee8-0c3b-da80ab52c409-2e853c04, #w-node-_74296f8b-a74e-7e91-9c84-541b6c3d7455-2e853c04, #w-node-_9e7a64a5-4877-0f8e-8c1c-080ef2863a1e-2e853c04, #w-node-_6728fb6b-0b12-005e-388f-d6f14ce7ef68-2e853c04 {
  align-self: start;
}

#w-node-a3ab2ce4-42ca-22b5-320b-1af445967b75-2e853c04 {
  place-self: center;
}

#w-node-a3ab2ce4-42ca-22b5-320b-1af445967b7b-2e853c04 {
  justify-self: center;
}

#w-node-c8a118a5-6d35-bfae-ec5f-7f7fe076b4c2-2e853c04 {
  place-self: center;
}

#w-node-c8a118a5-6d35-bfae-ec5f-7f7fe076b4c3-2e853c04 {
  justify-self: center;
}

#w-node-_71959700-f9b2-e2f2-0dba-5646da5e41ca-2e853c04, #w-node-_2fce295e-8a87-f290-1e18-672177aff39d-2e853c04 {
  align-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-2e853c09, #w-node-_9c95f775-f746-6100-284f-1f128c748fd4-2e853c09, #w-node-_9c95f775-f746-6100-284f-1f128c748fd7-2e853c09, #w-node-_9c95f775-f746-6100-284f-1f128c748fda-2e853c09, #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986cf-2e853c09, #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986d3-2e853c09, #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986d8-2e853c09, #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986dd-2e853c09 {
  justify-self: start;
}

#w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986e2-2e853c09 {
  justify-self: center;
}

#w-node-d1a5610e-c3ee-d376-1b29-8f6b4c3b9eed-2e853c09, #w-node-d1a5610e-c3ee-d376-1b29-8f6b4c3b9ef1-2e853c09, #w-node-d1a5610e-c3ee-d376-1b29-8f6b4c3b9ef6-2e853c09, #w-node-d1a5610e-c3ee-d376-1b29-8f6b4c3b9efb-2e853c09 {
  justify-self: start;
}

#w-node-d1a5610e-c3ee-d376-1b29-8f6b4c3b9f00-2e853c09 {
  justify-self: center;
}

#w-node-_1b9069f3-7a33-54ac-b6c1-ee5a5953942e-2e853c09, #w-node-_1b9069f3-7a33-54ac-b6c1-ee5a59539432-2e853c09, #w-node-_1b9069f3-7a33-54ac-b6c1-ee5a59539437-2e853c09, #w-node-_1b9069f3-7a33-54ac-b6c1-ee5a5953943c-2e853c09 {
  justify-self: start;
}

#w-node-_1b9069f3-7a33-54ac-b6c1-ee5a59539441-2e853c09 {
  justify-self: center;
}

#w-node-_326a7e2d-0b87-6d47-e452-520797768887-2e853c09, #w-node-_326a7e2d-0b87-6d47-e452-52079776888b-2e853c09, #w-node-_326a7e2d-0b87-6d47-e452-520797768890-2e853c09, #w-node-_326a7e2d-0b87-6d47-e452-520797768895-2e853c09 {
  justify-self: start;
}

#w-node-_326a7e2d-0b87-6d47-e452-52079776889a-2e853c09 {
  justify-self: center;
}

#w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-2e853c0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5561b4c3-302d-e658-6cf3-322a43abd30f-2e853c0a, #w-node-_5561b4c3-302d-e658-6cf3-322a43abd311-2e853c0a, #w-node-_5561b4c3-302d-e658-6cf3-322a43abd31e-2e853c0a, #w-node-_5561b4c3-302d-e658-6cf3-322a43abd321-2e853c0a, #w-node-_5561b4c3-302d-e658-6cf3-322a43abd32b-2e853c0a, #w-node-_5561b4c3-302d-e658-6cf3-322a43abd32e-2e853c0a {
  justify-self: center;
}

#w-node-_88c6d08b-2869-b058-9bf1-4aa59af83592-9af8358a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32cec5da-5a77-8fb7-5206-ce82e7a531a0-2e853c0b, #w-node-_60dfafcc-0a29-78c0-8c13-b4c5dbe67077-2e853c0b, #w-node-_759152a9-ef31-dc68-f56e-a596ba197fa1-2e853c0b, #w-node-_6a56c5ef-b510-5797-f836-64106f92f376-2e853c0b, #w-node-bed42a8d-209d-013a-7e3a-1b4fe9b1bd10-2e853c0b, #w-node-_2af10334-3c8d-c450-f628-5d635a074941-2e853c0b, #w-node-cd8f45c1-ce46-5612-6954-0539c97121da-2e853c0b, #w-node-_27d3045e-7423-d2e9-8cd8-05b110e3bb61-2e853c0b, #w-node-_8bbeb040-a660-3ecc-0500-690df3d2789b-2e853c0b, #w-node-_8bbeb040-a660-3ecc-0500-690df3d278ba-2e853c0b, #w-node-_8bbeb040-a660-3ecc-0500-690df3d278d9-2e853c0b, #w-node-_8bbeb040-a660-3ecc-0500-690df3d278f8-2e853c0b, #w-node-_8bbeb040-a660-3ecc-0500-690df3d27917-2e853c0b, #w-node-_8bbeb040-a660-3ecc-0500-690df3d27936-2e853c0b, #w-node-_8bbeb040-a660-3ecc-0500-690df3d27955-2e853c0b, #w-node-_8bbeb040-a660-3ecc-0500-690df3d27974-2e853c0b, #w-node-b67beda1-6fb7-8496-64f8-c12748000c34-2e853c0b, #w-node-b67beda1-6fb7-8496-64f8-c12748000c53-2e853c0b, #w-node-b67beda1-6fb7-8496-64f8-c12748000c72-2e853c0b, #w-node-b67beda1-6fb7-8496-64f8-c12748000c91-2e853c0b, #w-node-b67beda1-6fb7-8496-64f8-c12748000cb0-2e853c0b, #w-node-b67beda1-6fb7-8496-64f8-c12748000ccf-2e853c0b, #w-node-b67beda1-6fb7-8496-64f8-c12748000cee-2e853c0b, #w-node-b67beda1-6fb7-8496-64f8-c12748000d0d-2e853c0b, #w-node-dc622124-de5f-8c41-2e75-ae83b9115944-2e853c0b, #w-node-dc622124-de5f-8c41-2e75-ae83b9115963-2e853c0b, #w-node-dc622124-de5f-8c41-2e75-ae83b9115982-2e853c0b, #w-node-dc622124-de5f-8c41-2e75-ae83b91159a1-2e853c0b, #w-node-dc622124-de5f-8c41-2e75-ae83b91159c0-2e853c0b, #w-node-dc622124-de5f-8c41-2e75-ae83b91159df-2e853c0b, #w-node-dc622124-de5f-8c41-2e75-ae83b91159fe-2e853c0b, #w-node-dc622124-de5f-8c41-2e75-ae83b9115a1d-2e853c0b, #w-node-_2923aa82-1af6-a27f-58d2-d13b09841f24-2e853c0b, #w-node-_2923aa82-1af6-a27f-58d2-d13b09841f43-2e853c0b, #w-node-_2923aa82-1af6-a27f-58d2-d13b09841f62-2e853c0b, #w-node-_2923aa82-1af6-a27f-58d2-d13b09841f81-2e853c0b, #w-node-_2923aa82-1af6-a27f-58d2-d13b09841fa0-2e853c0b, #w-node-_2923aa82-1af6-a27f-58d2-d13b09841fbf-2e853c0b, #w-node-_2923aa82-1af6-a27f-58d2-d13b09841fde-2e853c0b, #w-node-_2923aa82-1af6-a27f-58d2-d13b09841ffd-2e853c0b {
  align-self: start;
}

#w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3719-2e853c0c {
  align-self: baseline;
}

#w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3734-2e853c0c {
  align-self: start;
}

#w-node-_08b9f050-0e87-e79c-3005-032faebe14a9-2e853c0c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_08b9f050-0e87-e79c-3005-032faebe14ae-2e853c0c {
  place-self: center end;
}

#w-node-_25914640-25b5-e7a8-794e-62bd091c936b-2e853c0c, #w-node-f9a9841f-9716-098d-b0d4-e46d22a21ba8-2e853c0c, #w-node-c0c7e0a3-9719-26bc-de66-24487574d3c3-2e853c0c, #w-node-_37c54036-35e0-4f25-4669-2c942fe65881-2e853c0c, #w-node-_70afb708-7395-ea77-0661-ddb9f2201bed-2e853c0c, #w-node-_12513b2c-3852-f2f5-b5bc-29adccab04f7-2e853c0c, #w-node-f09fe09e-1f4c-bde0-152b-f33bea7607cf-2e853c0c, #w-node-b7beb512-ba6d-8960-5686-054f1240b3aa-2e853c0c {
  align-self: start;
}

#w-node-_352783a2-2f90-8fdf-e2a3-e9c8a55b10eb-2e853c0d {
  place-self: center start;
}

#w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-2e853c0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25fe072d-1094-b38c-1bc3-3917fef606df-2e853c0f, #w-node-_5b2e4b14-a30c-3ee7-b2ca-7d75f3a5fa52-2e853c0f, #w-node-_37947a5c-1094-16b4-b66c-020d7312f3be-2e853c0f, #w-node-_37947a5c-1094-16b4-b66c-020d7312f3c1-2e853c0f, #w-node-e5fae3ba-df33-5f5c-e4e1-510a39e1c9fb-2e853c0f, #w-node-e5fae3ba-df33-5f5c-e4e1-510a39e1c9fe-2e853c0f {
  justify-self: center;
}

#w-node-c5e151f4-8ab8-ddcc-aa56-d3ea0fb2f59e-0fb2f599 {
  align-self: auto;
}

#w-node-c5e151f4-8ab8-ddcc-aa56-d3ea0fb2f5a0-0fb2f599, #w-node-c5e151f4-8ab8-ddcc-aa56-d3ea0fb2f5a8-0fb2f599 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#field-3.w-node-_474638e6-790d-b51c-68ba-cc1bc2549a14-2e853c13, #field-2.w-node-_474638e6-790d-b51c-68ba-cc1bc2549a15-2e853c13, #field-2.w-node-_474638e6-790d-b51c-68ba-cc1bc2549a17-2e853c13, #field-2.w-node-_8594779e-41a2-9acf-6d96-91e8429d0e35-2e853c13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be2ee81-af34-5054-31fa-6d7964712e91-2e853c13, #w-node-fa8e54f1-4dd1-538d-b0af-a7f01a325e44-2e853c13, #w-node-_16522ae1-affa-7fde-352e-8614c988b92f-2e853c13, #w-node-_756a83ec-9384-8cca-a7f2-cc6ed48b0efd-2e853c13, #w-node-ff3e3e72-338a-1088-5fc7-ae13eacae4d1-2e853c13, #w-node-_95af02df-efa3-0f0b-c745-20fbf56db534-2e853c13, #w-node-_8472a708-b977-d3c8-350c-972313bccc01-2e853c13, #w-node-_11da7999-a754-68d0-1a0e-b25671446a5d-2e853c13 {
  align-self: start;
}

#w-node-ee803303-e2a7-dfa9-70c8-7ea23422719e-2e853c17 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fb075e6b-4d60-90ed-637e-3aebe4b665c9-2e853c17 {
  place-self: center end;
}

#w-node-_3aa9dbdd-aa65-44a6-604e-4b72e57786af-2e853c17 {
  align-self: center;
}

#w-node-a69d7336-c5a3-b972-1a22-aa766fac415a-2e853c17 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ef38eecd-9c3a-654e-f1f1-db3825fef038-2e853c17 {
  align-self: center;
}

#w-node-ef38eecd-9c3a-654e-f1f1-db3825fef03d-2e853c17 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_274b46fd-3167-40b0-941b-62cccd7d8037-2e853c17 {
  align-self: baseline;
}

#w-node-_80c032cd-6ad5-1eaa-6cf4-b6498fa750a4-2e853c17, #w-node-_7d9ad055-348c-b9b3-a599-ed58328fffdc-2e853c17, #w-node-_20c702ec-3eee-f6b9-0bfc-0541d967044e-2e853c17, #w-node-_6e29f27f-b83a-c3ac-b9eb-0eb1fb208e50-2e853c17, #w-node-c99ef40f-5883-45b0-d1ba-fabe478bf11f-2e853c17 {
  align-self: start;
}

#w-node-_74a18d50-5a20-e42b-3f2e-4101c7cc2172-2e853c17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e702f38-6708-5413-6738-dca1a54bf42e-2e853c17 {
  align-self: start;
}

#w-node-_4ca89138-d152-5eb9-b298-71eba05466fe-2e853c17 {
  justify-self: end;
}

#w-node-_87b77183-7732-e343-d91f-191292020f72-2e853c17 {
  justify-self: center;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541ef-2e853c17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f2-2e853c17 {
  align-self: start;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f7-2e853c17 {
  justify-self: end;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f8-2e853c17 {
  justify-self: center;
}

#w-node-_485e0351-e11d-b135-fca0-71e535cb7894-2e853c17, #w-node-b4567343-4a07-f8bf-2746-ec1d947d16a5-2e853c17, #w-node-c42db691-7b0b-ff71-38bf-96c501b88349-2e853c17 {
  align-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0790-2e853c19, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0793-2e853c19, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0796-2e853c19, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a0799-2e853c19, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a0-2e853c19, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a5-2e853c19, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07aa-2e853c19, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07af-2e853c19 {
  justify-self: start;
}

#w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07b9-2e853c19 {
  justify-self: center;
}

#w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abb5-2e853c19, #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abba-2e853c19, #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abbf-2e853c19, #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abc4-2e853c19 {
  justify-self: start;
}

#w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abc9-2e853c19 {
  justify-self: center;
}

#w-node-_61efd531-a893-8f9d-9282-da65c0b66366-2e853c19, #w-node-_61efd531-a893-8f9d-9282-da65c0b6636b-2e853c19, #w-node-_61efd531-a893-8f9d-9282-da65c0b66370-2e853c19, #w-node-_61efd531-a893-8f9d-9282-da65c0b66375-2e853c19 {
  justify-self: start;
}

#w-node-_61efd531-a893-8f9d-9282-da65c0b6637a-2e853c19 {
  justify-self: center;
}

#w-node-d055e3be-b1a0-af68-6d67-2cf8b466d276-2e853c1b, #w-node-_05ad6233-7d0e-acaf-3fe8-4abe371a973e-2e853c1b, #w-node-fb3ab5b5-990a-383d-2e84-91df4c7513f8-2e853c1b, #w-node-_38e5c580-8369-6949-3f45-550267c3651b-2e853c1b, #w-node-_5aac9972-b552-c69b-58c6-0d7b01f886f4-2e853c1b, #w-node-_0f80553a-ef54-3081-529b-fbf75d9f7cce-2e853c1b, #w-node-_57426b10-4f79-3b29-19ea-4492f325d888-2e853c1b, #w-node-bd0e181c-dcb8-0195-eef8-8f164a95cf67-2e853c1b, #w-node-_3426b8fc-c077-82cc-b5e0-56a428c3a04d-2e853c1c, #w-node-_991019c8-c179-f757-6884-238e0702802c-2e853c1c, #w-node-ae34106e-63fb-929b-b418-37306e20c6e1-2e853c1c, #w-node-_9db7f10a-fa8a-8a47-5ec0-ba8246be40b3-2e853c1c, #w-node-efb91f1c-7e08-4aa4-b044-9690ff1fa098-2e853c1c, #w-node-_68c08416-2168-f7d1-d16f-971cdf41ca4a-2e853c1c, #w-node-_37f8db5a-9af6-f845-8f1c-8a90524c2b8d-2e853c1c, #w-node-_16da5180-eaa0-354d-d409-407648625664-2e853c1c, #w-node-_2856a932-9342-6eb6-edac-7779a234f8d7-2e853c1c, #w-node-_417b038e-8491-a238-4685-f24e22f285f7-2e853c1c, #w-node-_8c5ef7b8-2e72-7b0b-1500-ae75eeb1e6ab-2e853c1c {
  align-self: start;
}

#w-node-_526a9b0b-e5a2-e174-4a75-4cec81f48834-2e853c1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field.w-node-ec8274c6-6e0c-67c0-3396-1b4cec7e0d4f-2e853c20, #field-2.w-node-_388b88d9-3d4a-b254-8dba-a736fe3d4330-2e853c20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f6d-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f70-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f73-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f76-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f79-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-2e853c20 {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-2e853c20 {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-2e853c20 {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-2e853c20 {
  justify-self: center;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-2e853c20, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-2e853c20, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-2e853c20, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-2e853c20, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-2e853c20 {
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-2e853c20 {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-2e853c20 {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-2e853c20 {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-2e853c20 {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-2e853c20 {
  justify-self: center;
}

#field.w-node-_10155109-1789-b998-ab9b-3ba7e3a3fc2d-2e853c21, #w-node-_077d40a2-2132-20a0-b8e6-5d7197681a73-2e853c22, #w-node-c6168cc6-d131-fad6-ce91-ad667884f8d0-2e853c22, #w-node-d0739106-bc35-f489-9cfa-afe10a761b3a-2e853c22, #w-node-b2f7c490-78e0-af60-0b41-93c88383935d-2e853c22, #w-node-_1f154104-bf1f-6ecb-8c32-da89336656cd-2e853c22, #w-node-_7dd25098-95dd-8135-4a4b-32d371081dbd-2e853c22, #w-node-ad835f50-02e4-e182-87b0-a1a59bc31c52-2e853c22, #w-node-_055215e8-a61e-9c28-1934-46488099229d-2e853c22, #w-node-_321598eb-a5fa-8b6d-91f3-b6d9d7b19e18-2e853c22, #w-node-_3cba73fa-650b-5406-e838-f629f8433bd5-2e853c22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c748fd4-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c748fd7-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c748fda-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c749008-2e853c25 {
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c25 {
  justify-self: center;
}

#w-node-_4849ead5-c3ee-8d67-5513-98099e47cacf-2e853c25, #w-node-_4849ead5-c3ee-8d67-5513-98099e47cad3-2e853c25, #w-node-_4849ead5-c3ee-8d67-5513-98099e47cad8-2e853c25, #w-node-_4849ead5-c3ee-8d67-5513-98099e47cadd-2e853c25 {
  justify-self: start;
}

#w-node-_4849ead5-c3ee-8d67-5513-98099e47cae2-2e853c25 {
  justify-self: center;
}

#w-node-e1c922b0-d0a4-88f2-3f09-1419bd2c9ec2-2e853c25, #w-node-e1c922b0-d0a4-88f2-3f09-1419bd2c9ec6-2e853c25, #w-node-e1c922b0-d0a4-88f2-3f09-1419bd2c9ecb-2e853c25, #w-node-e1c922b0-d0a4-88f2-3f09-1419bd2c9ed0-2e853c25 {
  justify-self: start;
}

#w-node-e1c922b0-d0a4-88f2-3f09-1419bd2c9ed5-2e853c25 {
  justify-self: center;
}

#w-node-_95fe618f-87db-7876-10f9-06019111ee1a-2e853c25, #w-node-_95fe618f-87db-7876-10f9-06019111ee1e-2e853c25, #w-node-_95fe618f-87db-7876-10f9-06019111ee23-2e853c25, #w-node-_95fe618f-87db-7876-10f9-06019111ee28-2e853c25 {
  justify-self: start;
}

#w-node-_95fe618f-87db-7876-10f9-06019111ee2d-2e853c25 {
  justify-self: center;
}

#w-node-_9bfca9b3-849c-f26f-0bf3-cdd6b3c1c1b4-2e853c25, #w-node-_9bfca9b3-849c-f26f-0bf3-cdd6b3c1c1b8-2e853c25, #w-node-_9bfca9b3-849c-f26f-0bf3-cdd6b3c1c1bd-2e853c25, #w-node-_9bfca9b3-849c-f26f-0bf3-cdd6b3c1c1c2-2e853c25 {
  justify-self: start;
}

#w-node-_9bfca9b3-849c-f26f-0bf3-cdd6b3c1c1c7-2e853c25 {
  justify-self: center;
}

#w-node-_714b7542-c712-f4cb-3023-1f108849de14-2e853c25, #w-node-_714b7542-c712-f4cb-3023-1f108849de18-2e853c25, #w-node-_714b7542-c712-f4cb-3023-1f108849de1d-2e853c25, #w-node-_714b7542-c712-f4cb-3023-1f108849de22-2e853c25 {
  justify-self: start;
}

#w-node-_714b7542-c712-f4cb-3023-1f108849de27-2e853c25 {
  justify-self: center;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-2e853c29, #w-node-_9c95f775-f746-6100-284f-1f128c748fd4-2e853c29, #w-node-_9c95f775-f746-6100-284f-1f128c748fd7-2e853c29, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c29, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c29 {
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c29 {
  justify-self: center;
}

#w-node-_4248ad98-dedb-4ebd-faea-bdd3e3cd8583-2e853c29, #w-node-_4248ad98-dedb-4ebd-faea-bdd3e3cd8588-2e853c29 {
  justify-self: start;
}

#w-node-_4248ad98-dedb-4ebd-faea-bdd3e3cd858d-2e853c29 {
  justify-self: center;
}

#w-node-c4808ab2-d32e-0bf8-8957-9631bcb9da54-2e853c29, #w-node-c4808ab2-d32e-0bf8-8957-9631bcb9da59-2e853c29 {
  justify-self: start;
}

#w-node-c4808ab2-d32e-0bf8-8957-9631bcb9da5e-2e853c29 {
  justify-self: center;
}

#w-node-_71309ccf-0925-7ac8-eb91-cebdd313c6a7-2e853c29, #w-node-_71309ccf-0925-7ac8-eb91-cebdd313c6ac-2e853c29 {
  justify-self: start;
}

#w-node-_71309ccf-0925-7ac8-eb91-cebdd313c6b1-2e853c29 {
  justify-self: center;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-2e853c2c, #w-node-_9c95f775-f746-6100-284f-1f128c748fd4-2e853c2c, #w-node-_9c95f775-f746-6100-284f-1f128c748fd7-2e853c2c, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c2c, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c2c {
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c2c {
  justify-self: center;
}

#w-node-eb664a90-3454-f6a5-4bb2-1f4a226e429b-2e853c2c, #w-node-eb664a90-3454-f6a5-4bb2-1f4a226e42a0-2e853c2c {
  justify-self: start;
}

#w-node-eb664a90-3454-f6a5-4bb2-1f4a226e42a5-2e853c2c {
  justify-self: center;
}

#w-node-_85504216-35d8-6bfd-1673-a9bfad898d07-2e853c2c, #w-node-_85504216-35d8-6bfd-1673-a9bfad898d0c-2e853c2c {
  justify-self: start;
}

#w-node-_85504216-35d8-6bfd-1673-a9bfad898d11-2e853c2c {
  justify-self: center;
}

#w-node-_50fc28f5-f71c-562f-8dff-a8a05bf783c0-2e853c2c, #w-node-_50fc28f5-f71c-562f-8dff-a8a05bf783c5-2e853c2c {
  justify-self: start;
}

#w-node-_50fc28f5-f71c-562f-8dff-a8a05bf783ca-2e853c2c {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f6d-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f70-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f73-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f76-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f79-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-2e853c31 {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-2e853c31 {
  justify-self: center;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-2e853c31, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-2e853c31, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-2e853c31, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-2e853c31, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-2e853c31 {
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-2e853c31 {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-2e853c31 {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-2e853c31 {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-2e853c31 {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-2e853c31 {
  justify-self: center;
}

#w-node-_526a9b0b-e5a2-e174-4a75-4cec81f48834-2e853c32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field.w-node-ec8274c6-6e0c-67c0-3396-1b4cec7e0d4f-2e853c33, #field-2.w-node-_388b88d9-3d4a-b254-8dba-a736fe3d4330-2e853c33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f6d-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f70-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f73-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f76-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f79-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-2e853c33 {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-2e853c33 {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-2e853c33 {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-2e853c33 {
  justify-self: center;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-2e853c33, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-2e853c33, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-2e853c33, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-2e853c33, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-2e853c33 {
  justify-self: start;
}

#w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-2e853c33 {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-2e853c33 {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-2e853c33 {
  justify-self: center;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-2e853c33 {
  justify-self: start;
}

#w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-2e853c33 {
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db3-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db6-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db9-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dbc-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dbf-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc3-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc8-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dcd-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd2-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd7-2e853c34 {
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ddc-2e853c34 {
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de3-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de8-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ded-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df2-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df7-2e853c34 {
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dfc-2e853c34 {
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e03-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e08-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e0d-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e12-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e17-2e853c34 {
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e1c-2e853c34 {
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e23-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e28-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e2d-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e32-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e37-2e853c34 {
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e3c-2e853c34 {
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e43-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e48-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e4d-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e52-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e57-2e853c34 {
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e5c-2e853c34 {
  justify-self: center;
}

#w-node-b8198d5e-25b4-0e6d-8212-141796c7c446-2e853c35 {
  align-self: baseline;
}

#w-node-b8198d5e-25b4-0e6d-8212-141796c7c471-2e853c35 {
  align-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c748fd4-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c748fd7-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c748fda-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c749008-2e853c37 {
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c37 {
  justify-self: center;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-2e853c3b, #w-node-_9c95f775-f746-6100-284f-1f128c748fd4-2e853c3b, #w-node-_9c95f775-f746-6100-284f-1f128c748fd7-2e853c3b, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c3b, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c3b {
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c3b {
  justify-self: center;
}

#w-node-_4408ff6b-59e6-0a2d-363e-0b1e01863d06-2e853c3b, #w-node-_4408ff6b-59e6-0a2d-363e-0b1e01863d0b-2e853c3b {
  justify-self: start;
}

#w-node-_4408ff6b-59e6-0a2d-363e-0b1e01863d10-2e853c3b {
  justify-self: center;
}

#w-node-_5ecac84e-9024-0a06-b525-80e96876a659-2e853c3b, #w-node-_5ecac84e-9024-0a06-b525-80e96876a65e-2e853c3b {
  justify-self: start;
}

#w-node-_5ecac84e-9024-0a06-b525-80e96876a663-2e853c3b {
  justify-self: center;
}

#w-node-_3c8bce1e-b249-2644-487c-f3228d9881a0-2e853c3b, #w-node-_3c8bce1e-b249-2644-487c-f3228d9881a5-2e853c3b {
  justify-self: start;
}

#w-node-_3c8bce1e-b249-2644-487c-f3228d9881aa-2e853c3b {
  justify-self: center;
}

#field-3.w-node-_8e03b11e-9e4c-6df4-3330-5b01ba8c0dcd-2e853c3f, #field-2.w-node-_8e03b11e-9e4c-6df4-3330-5b01ba8c0dce-2e853c3f, #field-2.w-node-_2ff36af4-9c1b-0e6e-ec01-0e66250a6e63-2e853c3f, #field-2.w-node-_0f9b28db-b500-103b-55d6-45179ca5d957-2e853c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-2e853c3f, #w-node-_9c95f775-f746-6100-284f-1f128c748fd4-2e853c3f, #w-node-_9c95f775-f746-6100-284f-1f128c748fd7-2e853c3f, #w-node-_9c95f775-f746-6100-284f-1f128c748fda-2e853c3f, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-2e853c3f, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c3f, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c3f, #w-node-_9c95f775-f746-6100-284f-1f128c749008-2e853c3f {
  justify-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c3f {
  justify-self: center;
}

#w-node-_61864d7a-ca3e-8957-63bd-8706e5c42a36-2e853c3f, #w-node-_61864d7a-ca3e-8957-63bd-8706e5c42a3a-2e853c3f, #w-node-_61864d7a-ca3e-8957-63bd-8706e5c42a3f-2e853c3f, #w-node-_61864d7a-ca3e-8957-63bd-8706e5c42a44-2e853c3f {
  justify-self: start;
}

#w-node-_61864d7a-ca3e-8957-63bd-8706e5c42a49-2e853c3f {
  justify-self: center;
}

#w-node-ed87b620-0c9e-f0ec-9861-288db436d1b0-2e853c3f, #w-node-ed87b620-0c9e-f0ec-9861-288db436d1b4-2e853c3f, #w-node-ed87b620-0c9e-f0ec-9861-288db436d1b9-2e853c3f, #w-node-ed87b620-0c9e-f0ec-9861-288db436d1be-2e853c3f {
  justify-self: start;
}

#w-node-ed87b620-0c9e-f0ec-9861-288db436d1c3-2e853c3f {
  justify-self: center;
}

#w-node-_352783a2-2f90-8fdf-e2a3-e9c8a55b10eb-c178a90d, #w-node-_352783a2-2f90-8fdf-e2a3-e9c8a55b10eb-815b01a5 {
  place-self: center start;
}

#field-3.w-node-_11d3682b-b50d-6048-f11a-b0afd7733e8b-4b46f2a1, #field-2.w-node-_11d3682b-b50d-6048-f11a-b0afd7733e8c-4b46f2a1, #field-2.w-node-_11d3682b-b50d-6048-f11a-b0afd7733e8d-4b46f2a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db3-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db6-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db9-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dbc-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dbf-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc3-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc8-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dcd-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd2-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd7-4b46f2a1, #w-node-_922d7477-3966-6f56-69e5-e780c3bdf7d8-4b46f2a1, #w-node-_922d7477-3966-6f56-69e5-e780c3bdf7dd-4b46f2a1, #w-node-_922d7477-3966-6f56-69e5-e780c3bdf7e2-4b46f2a1, #w-node-_922d7477-3966-6f56-69e5-e780c3bdf7e7-4b46f2a1, #w-node-_922d7477-3966-6f56-69e5-e780c3bdf7ec-4b46f2a1 {
  justify-self: start;
}

#w-node-_352783a2-2f90-8fdf-e2a3-e9c8a55b10eb-4314c225 {
  place-self: center start;
}

#w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f6946-f2dd24f5, #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f6949-f2dd24f5, #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f694c-f2dd24f5, #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f694f-f2dd24f5, #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f6953-f2dd24f5, #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f6957-f2dd24f5, #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f695c-f2dd24f5, #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f6961-f2dd24f5 {
  justify-self: start;
}

#w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f6966-f2dd24f5 {
  justify-self: center;
}

#w-node-_69d2eafb-861f-dbf1-77a2-e8e507f396aa-f2dd24f5, #w-node-_69d2eafb-861f-dbf1-77a2-e8e507f396ae-f2dd24f5, #w-node-_69d2eafb-861f-dbf1-77a2-e8e507f396b3-f2dd24f5, #w-node-_69d2eafb-861f-dbf1-77a2-e8e507f396b8-f2dd24f5 {
  justify-self: start;
}

#w-node-_69d2eafb-861f-dbf1-77a2-e8e507f396bd-f2dd24f5 {
  justify-self: center;
}

#w-node-_708dfe20-eea2-bf33-ea37-f36cd13e2315-f2dd24f5, #w-node-_708dfe20-eea2-bf33-ea37-f36cd13e2319-f2dd24f5, #w-node-_708dfe20-eea2-bf33-ea37-f36cd13e231e-f2dd24f5, #w-node-_708dfe20-eea2-bf33-ea37-f36cd13e2323-f2dd24f5 {
  justify-self: start;
}

#w-node-_708dfe20-eea2-bf33-ea37-f36cd13e2328-f2dd24f5 {
  justify-self: center;
}

#w-node-_355da9eb-7409-1439-af32-6ef8203ba21c-f2dd24f5, #w-node-_355da9eb-7409-1439-af32-6ef8203ba220-f2dd24f5, #w-node-_355da9eb-7409-1439-af32-6ef8203ba225-f2dd24f5, #w-node-_355da9eb-7409-1439-af32-6ef8203ba22a-f2dd24f5 {
  justify-self: start;
}

#w-node-_355da9eb-7409-1439-af32-6ef8203ba22f-f2dd24f5 {
  justify-self: center;
}

#w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc68e-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc691-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc694-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc697-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc69a-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc69e-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6a3-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6a8-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6ad-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6b2-9fbb33d8 {
  justify-self: start;
}

#w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6b7-9fbb33d8 {
  justify-self: center;
}

#w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6be-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6c3-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6c8-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6cd-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6d2-9fbb33d8 {
  justify-self: start;
}

#w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6d7-9fbb33d8 {
  justify-self: center;
}

#w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6de-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6e3-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6e8-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6ed-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6f2-9fbb33d8 {
  justify-self: start;
}

#w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6f7-9fbb33d8 {
  justify-self: center;
}

#w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6fe-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc703-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc708-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc70d-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc712-9fbb33d8 {
  justify-self: start;
}

#w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc717-9fbb33d8 {
  justify-self: center;
}

#w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc71e-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc723-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc728-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc72d-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc732-9fbb33d8 {
  justify-self: start;
}

#w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc737-9fbb33d8 {
  justify-self: center;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b4637755-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637758-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463775b-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463775e-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637762-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637766-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463776b-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637770-bbcd41f6 {
  justify-self: start;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b4637775-bbcd41f6 {
  justify-self: center;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b463777c-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637780-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637785-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463778a-bbcd41f6 {
  justify-self: start;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b463778f-bbcd41f6 {
  justify-self: center;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b4637796-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463779a-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463779f-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377a4-bbcd41f6 {
  justify-self: start;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b46377a9-bbcd41f6 {
  justify-self: center;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b46377b0-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377b4-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377b9-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377be-bbcd41f6 {
  justify-self: start;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b46377c3-bbcd41f6 {
  justify-self: center;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b46377ca-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377ce-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377d3-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377d8-bbcd41f6 {
  justify-self: start;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b46377dd-bbcd41f6 {
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db3-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db6-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344db9-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dbc-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dbf-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc3-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc8-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dcd-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd2-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd7-2ec6f261 {
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ddc-2ec6f261 {
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de3-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de8-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ded-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df2-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df7-2ec6f261 {
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dfc-2ec6f261 {
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e03-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e08-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e0d-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e12-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e17-2ec6f261 {
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e1c-2ec6f261 {
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e23-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e28-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e2d-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e32-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e37-2ec6f261 {
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e3c-2ec6f261 {
  justify-self: center;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e43-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e48-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e4d-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e52-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e57-2ec6f261 {
  justify-self: start;
}

#w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e5c-2ec6f261 {
  justify-self: center;
}

#w-node-b8108a27-f3b1-52a3-1374-74606a6ef3f7-3e401403 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#field-3.w-node-af4426fd-c51b-c371-1e28-197c604b2de5-997588d1, #field-2.w-node-af4426fd-c51b-c371-1e28-197c604b2de6-997588d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b4637755-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637758-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b463775b-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b463775e-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637762-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637766-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b463776b-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637770-997588d1 {
  justify-self: start;
}

#w-node-_37b29e11-043d-f031-eeed-bcc9b4637775-997588d1 {
  justify-self: center;
}

#w-node-ea4acc62-b8e6-33fc-9caa-4de137ec5339-997588d1, #w-node-ea4acc62-b8e6-33fc-9caa-4de137ec533e-997588d1, #w-node-ea4acc62-b8e6-33fc-9caa-4de137ec5343-997588d1, #w-node-ea4acc62-b8e6-33fc-9caa-4de137ec5348-997588d1 {
  justify-self: start;
}

#w-node-ea4acc62-b8e6-33fc-9caa-4de137ec534d-997588d1 {
  justify-self: center;
}

#w-node-f944dc30-6b72-c068-1cf9-db8cfd910362-997588d1, #w-node-f944dc30-6b72-c068-1cf9-db8cfd910367-997588d1, #w-node-f944dc30-6b72-c068-1cf9-db8cfd91036c-997588d1, #w-node-f944dc30-6b72-c068-1cf9-db8cfd910371-997588d1 {
  justify-self: start;
}

#w-node-f944dc30-6b72-c068-1cf9-db8cfd910376-997588d1 {
  justify-self: center;
}

#w-node-ac3b8d3c-eaad-b5a3-fe58-5da86c54e61f-997588d1, #w-node-ac3b8d3c-eaad-b5a3-fe58-5da86c54e624-997588d1, #w-node-ac3b8d3c-eaad-b5a3-fe58-5da86c54e629-997588d1, #w-node-ac3b8d3c-eaad-b5a3-fe58-5da86c54e62e-997588d1 {
  justify-self: start;
}

#w-node-ac3b8d3c-eaad-b5a3-fe58-5da86c54e633-997588d1 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-2e853b87, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853b87, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853b87, #w-node-_9c95f775-f746-6100-284f-1f128c749008-2e853b87, #w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853b87, #w-node-_424714e8-77c2-c105-e443-8cda81080bf3-2e853b87, #w-node-_424714e8-77c2-c105-e443-8cda81080bf7-2e853b87, #w-node-_424714e8-77c2-c105-e443-8cda81080bfc-2e853b87, #w-node-_424714e8-77c2-c105-e443-8cda81080c01-2e853b87, #w-node-_424714e8-77c2-c105-e443-8cda81080c06-2e853b87, #w-node-d4125a62-58a1-0aea-85f7-73cac6a895c7-2e853b87, #w-node-d4125a62-58a1-0aea-85f7-73cac6a895cb-2e853b87, #w-node-d4125a62-58a1-0aea-85f7-73cac6a895d0-2e853b87, #w-node-d4125a62-58a1-0aea-85f7-73cac6a895d5-2e853b87, #w-node-d4125a62-58a1-0aea-85f7-73cac6a895da-2e853b87, #w-node-_84a471e7-6065-1b9d-32ca-d410a99094b8-2e853b87, #w-node-_84a471e7-6065-1b9d-32ca-d410a99094bc-2e853b87, #w-node-_84a471e7-6065-1b9d-32ca-d410a99094c1-2e853b87, #w-node-_84a471e7-6065-1b9d-32ca-d410a99094c6-2e853b87, #w-node-_84a471e7-6065-1b9d-32ca-d410a99094cb-2e853b87, #w-node-_070b5ceb-e88a-518b-a0e0-c137b64a6297-2e853b87, #w-node-_070b5ceb-e88a-518b-a0e0-c137b64a629b-2e853b87, #w-node-_070b5ceb-e88a-518b-a0e0-c137b64a62a0-2e853b87, #w-node-_070b5ceb-e88a-518b-a0e0-c137b64a62a5-2e853b87, #w-node-_070b5ceb-e88a-518b-a0e0-c137b64a62aa-2e853b87, #w-node-_8b1fbcbd-437c-d9dc-acb1-4bd2ab9c02a4-2e853b87, #w-node-_8b1fbcbd-437c-d9dc-acb1-4bd2ab9c02a8-2e853b87, #w-node-_8b1fbcbd-437c-d9dc-acb1-4bd2ab9c02ad-2e853b87, #w-node-_8b1fbcbd-437c-d9dc-acb1-4bd2ab9c02b2-2e853b87, #w-node-_8b1fbcbd-437c-d9dc-acb1-4bd2ab9c02b7-2e853b87 {
    justify-self: stretch;
  }

  #w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d3c-8e8e5d3c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a0-2e853b8b, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a5-2e853b8b, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07aa-2e853b8b, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07af-2e853b8b, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07b9-2e853b8b, #w-node-dfcc65cc-a37c-f613-5486-cc27f483231a-2e853b8b, #w-node-dfcc65cc-a37c-f613-5486-cc27f483231f-2e853b8b, #w-node-dfcc65cc-a37c-f613-5486-cc27f4832324-2e853b8b, #w-node-dfcc65cc-a37c-f613-5486-cc27f4832329-2e853b8b, #w-node-dfcc65cc-a37c-f613-5486-cc27f483232e-2e853b8b, #w-node-_58370f3a-d00c-874f-7850-d851adf52503-2e853b8b, #w-node-_58370f3a-d00c-874f-7850-d851adf52508-2e853b8b, #w-node-_58370f3a-d00c-874f-7850-d851adf5250d-2e853b8b, #w-node-_58370f3a-d00c-874f-7850-d851adf52512-2e853b8b, #w-node-_58370f3a-d00c-874f-7850-d851adf52517-2e853b8b, #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aecf-2e853b8b, #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aed4-2e853b8b, #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aed9-2e853b8b, #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aede-2e853b8b, #w-node-_423cb471-a8f8-bc7c-8cac-f33b51c4aee3-2e853b8b, #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f84-2e853b8b, #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f89-2e853b8b, #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f8e-2e853b8b, #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f93-2e853b8b, #w-node-f8933cc6-3b1e-1ad7-882a-55c9c6da5f98-2e853b8b, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b0c-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b0d-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b11-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b16-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b1b-2e853b8e, #w-node-_5e41e65b-16a0-451b-4246-2cdc03a68b20-2e853b8e, #w-node-_598a4e1c-78fa-60bf-5b07-62b7e0a11acb-2e853b8e, #w-node-_598a4e1c-78fa-60bf-5b07-62b7e0a11acc-2e853b8e, #w-node-_598a4e1c-78fa-60bf-5b07-62b7e0a11ad0-2e853b8e, #w-node-_598a4e1c-78fa-60bf-5b07-62b7e0a11ad5-2e853b8e, #w-node-_598a4e1c-78fa-60bf-5b07-62b7e0a11ada-2e853b8e, #w-node-_598a4e1c-78fa-60bf-5b07-62b7e0a11adf-2e853b8e, #w-node-dbdab518-0810-83ee-7934-b71af7f4aeee-2e853b8e, #w-node-dbdab518-0810-83ee-7934-b71af7f4aef2-2e853b8e, #w-node-dbdab518-0810-83ee-7934-b71af7f4aef7-2e853b8e, #w-node-dbdab518-0810-83ee-7934-b71af7f4aefc-2e853b8e, #w-node-dbdab518-0810-83ee-7934-b71af7f4af01-2e853b8e, #w-node-_562053e9-7054-d8ae-465a-bec39867a470-2e853b8e, #w-node-_562053e9-7054-d8ae-465a-bec39867a474-2e853b8e, #w-node-_562053e9-7054-d8ae-465a-bec39867a479-2e853b8e, #w-node-_562053e9-7054-d8ae-465a-bec39867a47e-2e853b8e, #w-node-_562053e9-7054-d8ae-465a-bec39867a483-2e853b8e, #w-node-_66795ea1-c2b9-6735-b2ca-8612663ea0cc-2e853b8e, #w-node-_66795ea1-c2b9-6735-b2ca-8612663ea0d0-2e853b8e, #w-node-_66795ea1-c2b9-6735-b2ca-8612663ea0d5-2e853b8e, #w-node-_66795ea1-c2b9-6735-b2ca-8612663ea0da-2e853b8e, #w-node-_66795ea1-c2b9-6735-b2ca-8612663ea0df-2e853b8e, #w-node-_2a854bf4-e90b-6535-a2e3-8f4d8437eee2-2e853b92, #w-node-_39f79a06-a164-44cc-9242-17a3ecbc377b-2e853b92, #w-node-_6ab8f254-f7a3-06e4-855f-787fb8693a37-2e853b92, #w-node-_3f40becf-5354-1f51-1b31-169b66e79b44-2e853b92 {
    justify-self: stretch;
  }

  #w-node-bcd9675a-c845-7632-6442-bb714665927a-2e853b92 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_5549d4f3-5f34-f052-abf4-e384512c8eca-2e853b92, #w-node-_8754ccb7-034c-5516-40f0-8bad67188af2-2e853b92, #w-node-_8754ccb7-034c-5516-40f0-8bad67188af7-2e853b92, #w-node-_8754ccb7-034c-5516-40f0-8bad67188afc-2e853b92, #w-node-_8754ccb7-034c-5516-40f0-8bad67188b01-2e853b92 {
    justify-self: stretch;
  }

  #w-node-_8754ccb7-034c-5516-40f0-8bad67188b06-2e853b92 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_8754ccb7-034c-5516-40f0-8bad67188b0b-2e853b92, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c20-2e853b92, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c25-2e853b92, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2a-2e853b92, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2f-2e853b92 {
    justify-self: stretch;
  }

  #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c34-2e853b92 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c39-2e853b92, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72d8-2e853b92, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72dd-2e853b92, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e2-2e853b92, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e7-2e853b92 {
    justify-self: stretch;
  }

  #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72ec-2e853b92 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72f1-2e853b92, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-2e853b9c {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-2e853b9c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-2e853b9c {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-2e853b9c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-2e853b9c, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-2e853b9c, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-2e853b9c, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-2e853b9c, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-2e853b9c {
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-2e853b9c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-2e853b9c {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-2e853b9c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-2e853b9c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-2e853b9c {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-2e853b9c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-2e853b9c, #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986cf-2e853c09, #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986d3-2e853c09, #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986d8-2e853c09, #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986dd-2e853c09, #w-node-_7fd7e54d-a397-35dd-f69b-1e6fa84986e2-2e853c09, #w-node-d1a5610e-c3ee-d376-1b29-8f6b4c3b9eed-2e853c09, #w-node-d1a5610e-c3ee-d376-1b29-8f6b4c3b9ef1-2e853c09, #w-node-d1a5610e-c3ee-d376-1b29-8f6b4c3b9ef6-2e853c09, #w-node-d1a5610e-c3ee-d376-1b29-8f6b4c3b9efb-2e853c09, #w-node-d1a5610e-c3ee-d376-1b29-8f6b4c3b9f00-2e853c09, #w-node-_1b9069f3-7a33-54ac-b6c1-ee5a5953942e-2e853c09, #w-node-_1b9069f3-7a33-54ac-b6c1-ee5a59539432-2e853c09, #w-node-_1b9069f3-7a33-54ac-b6c1-ee5a59539437-2e853c09, #w-node-_1b9069f3-7a33-54ac-b6c1-ee5a5953943c-2e853c09, #w-node-_1b9069f3-7a33-54ac-b6c1-ee5a59539441-2e853c09, #w-node-_326a7e2d-0b87-6d47-e452-520797768887-2e853c09, #w-node-_326a7e2d-0b87-6d47-e452-52079776888b-2e853c09, #w-node-_326a7e2d-0b87-6d47-e452-520797768890-2e853c09, #w-node-_326a7e2d-0b87-6d47-e452-520797768895-2e853c09, #w-node-_326a7e2d-0b87-6d47-e452-52079776889a-2e853c09 {
    justify-self: stretch;
  }

  #w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-2e853c0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88c6d08b-2869-b058-9bf1-4aa59af83592-9af8358a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3719-2e853c0c {
    align-self: baseline;
  }

  #w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3734-2e853c0c {
    align-self: start;
  }

  #w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-2e853c0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a0-2e853c19, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07a5-2e853c19, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07aa-2e853c19, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07af-2e853c19, #w-node-b81590fb-56e1-6c82-bdd5-f9be5b7a07b9-2e853c19, #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abb5-2e853c19, #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abba-2e853c19, #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abbf-2e853c19, #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abc4-2e853c19, #w-node-_9e54c278-af60-87f9-078c-2b4d2ab8abc9-2e853c19, #w-node-_61efd531-a893-8f9d-9282-da65c0b66366-2e853c19, #w-node-_61efd531-a893-8f9d-9282-da65c0b6636b-2e853c19, #w-node-_61efd531-a893-8f9d-9282-da65c0b66370-2e853c19, #w-node-_61efd531-a893-8f9d-9282-da65c0b66375-2e853c19, #w-node-_61efd531-a893-8f9d-9282-da65c0b6637a-2e853c19, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-2e853c20 {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-2e853c20 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-2e853c20 {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-2e853c20 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-2e853c20, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-2e853c20, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-2e853c20, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-2e853c20, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-2e853c20 {
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-2e853c20 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-2e853c20 {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-2e853c20 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-2e853c20, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-2e853c20 {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-2e853c20 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-2e853c20, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c749008-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c25, #w-node-_4849ead5-c3ee-8d67-5513-98099e47cacf-2e853c25, #w-node-_4849ead5-c3ee-8d67-5513-98099e47cad3-2e853c25, #w-node-_4849ead5-c3ee-8d67-5513-98099e47cad8-2e853c25, #w-node-_4849ead5-c3ee-8d67-5513-98099e47cadd-2e853c25, #w-node-_4849ead5-c3ee-8d67-5513-98099e47cae2-2e853c25, #w-node-e1c922b0-d0a4-88f2-3f09-1419bd2c9ec2-2e853c25, #w-node-e1c922b0-d0a4-88f2-3f09-1419bd2c9ec6-2e853c25, #w-node-e1c922b0-d0a4-88f2-3f09-1419bd2c9ecb-2e853c25, #w-node-e1c922b0-d0a4-88f2-3f09-1419bd2c9ed0-2e853c25, #w-node-e1c922b0-d0a4-88f2-3f09-1419bd2c9ed5-2e853c25, #w-node-_95fe618f-87db-7876-10f9-06019111ee1a-2e853c25, #w-node-_95fe618f-87db-7876-10f9-06019111ee1e-2e853c25, #w-node-_95fe618f-87db-7876-10f9-06019111ee23-2e853c25, #w-node-_95fe618f-87db-7876-10f9-06019111ee28-2e853c25, #w-node-_95fe618f-87db-7876-10f9-06019111ee2d-2e853c25, #w-node-_9bfca9b3-849c-f26f-0bf3-cdd6b3c1c1b4-2e853c25, #w-node-_9bfca9b3-849c-f26f-0bf3-cdd6b3c1c1b8-2e853c25, #w-node-_9bfca9b3-849c-f26f-0bf3-cdd6b3c1c1bd-2e853c25, #w-node-_9bfca9b3-849c-f26f-0bf3-cdd6b3c1c1c2-2e853c25, #w-node-_9bfca9b3-849c-f26f-0bf3-cdd6b3c1c1c7-2e853c25, #w-node-_714b7542-c712-f4cb-3023-1f108849de14-2e853c25, #w-node-_714b7542-c712-f4cb-3023-1f108849de18-2e853c25, #w-node-_714b7542-c712-f4cb-3023-1f108849de1d-2e853c25, #w-node-_714b7542-c712-f4cb-3023-1f108849de22-2e853c25, #w-node-_714b7542-c712-f4cb-3023-1f108849de27-2e853c25, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c29, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c29, #w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c29, #w-node-_4248ad98-dedb-4ebd-faea-bdd3e3cd8583-2e853c29, #w-node-_4248ad98-dedb-4ebd-faea-bdd3e3cd8588-2e853c29, #w-node-_4248ad98-dedb-4ebd-faea-bdd3e3cd858d-2e853c29, #w-node-c4808ab2-d32e-0bf8-8957-9631bcb9da54-2e853c29, #w-node-c4808ab2-d32e-0bf8-8957-9631bcb9da59-2e853c29, #w-node-c4808ab2-d32e-0bf8-8957-9631bcb9da5e-2e853c29, #w-node-_71309ccf-0925-7ac8-eb91-cebdd313c6a7-2e853c29, #w-node-_71309ccf-0925-7ac8-eb91-cebdd313c6ac-2e853c29, #w-node-_71309ccf-0925-7ac8-eb91-cebdd313c6b1-2e853c29, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c2c, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c2c, #w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c2c, #w-node-eb664a90-3454-f6a5-4bb2-1f4a226e429b-2e853c2c, #w-node-eb664a90-3454-f6a5-4bb2-1f4a226e42a0-2e853c2c, #w-node-eb664a90-3454-f6a5-4bb2-1f4a226e42a5-2e853c2c, #w-node-_85504216-35d8-6bfd-1673-a9bfad898d07-2e853c2c, #w-node-_85504216-35d8-6bfd-1673-a9bfad898d0c-2e853c2c, #w-node-_85504216-35d8-6bfd-1673-a9bfad898d11-2e853c2c, #w-node-_50fc28f5-f71c-562f-8dff-a8a05bf783c0-2e853c2c, #w-node-_50fc28f5-f71c-562f-8dff-a8a05bf783c5-2e853c2c, #w-node-_50fc28f5-f71c-562f-8dff-a8a05bf783ca-2e853c2c, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-2e853c31 {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-2e853c31 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-2e853c31, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-2e853c31, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-2e853c31, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-2e853c31, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-2e853c31 {
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-2e853c31 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-2e853c31 {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-2e853c31 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-2e853c31 {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-2e853c31 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-2e853c31, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f7d-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f82-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f87-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f8c-2e853c33 {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f91-2e853c33 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f96-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23f9d-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa2-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fa7-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fac-2e853c33 {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb1-2e853c33 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fb8-2e853c33, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f84-2e853c33, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f89-2e853c33, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f8e-2e853c33, #w-node-bf13d722-c046-186e-3a7c-3bda93f16f93-2e853c33 {
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f98-2e853c33 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-bf13d722-c046-186e-3a7c-3bda93f16f9d-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fbf-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc4-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fc9-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fce-2e853c33 {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd3-2e853c33 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fd8-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fdf-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe4-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fe9-2e853c33, #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23fee-2e853c33 {
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff3-2e853c33 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4f6be287-45bc-e9c1-298f-da9b06a23ff8-2e853c33, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc3-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc8-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dcd-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd2-2e853c34 {
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd7-2e853c34 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ddc-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de3-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de8-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ded-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df2-2e853c34 {
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df7-2e853c34 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dfc-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e03-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e08-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e0d-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e12-2e853c34 {
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e17-2e853c34 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e1c-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e23-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e28-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e2d-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e32-2e853c34 {
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e37-2e853c34 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e3c-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e43-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e48-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e4d-2e853c34, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e52-2e853c34 {
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e57-2e853c34 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e5c-2e853c34 {
    justify-self: stretch;
  }

  #w-node-b8198d5e-25b4-0e6d-8212-141796c7c446-2e853c35 {
    align-self: baseline;
  }

  #w-node-b8198d5e-25b4-0e6d-8212-141796c7c471-2e853c35 {
    align-self: start;
  }

  #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c749008-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c37, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c3b, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c3b, #w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c3b, #w-node-_4408ff6b-59e6-0a2d-363e-0b1e01863d06-2e853c3b, #w-node-_4408ff6b-59e6-0a2d-363e-0b1e01863d0b-2e853c3b, #w-node-_4408ff6b-59e6-0a2d-363e-0b1e01863d10-2e853c3b, #w-node-_5ecac84e-9024-0a06-b525-80e96876a659-2e853c3b, #w-node-_5ecac84e-9024-0a06-b525-80e96876a65e-2e853c3b, #w-node-_5ecac84e-9024-0a06-b525-80e96876a663-2e853c3b, #w-node-_3c8bce1e-b249-2644-487c-f3228d9881a0-2e853c3b, #w-node-_3c8bce1e-b249-2644-487c-f3228d9881a5-2e853c3b, #w-node-_3c8bce1e-b249-2644-487c-f3228d9881aa-2e853c3b, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-2e853c3f, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-2e853c3f, #w-node-_9c95f775-f746-6100-284f-1f128c749003-2e853c3f, #w-node-_9c95f775-f746-6100-284f-1f128c749008-2e853c3f, #w-node-_9c95f775-f746-6100-284f-1f128c74900d-2e853c3f, #w-node-_61864d7a-ca3e-8957-63bd-8706e5c42a36-2e853c3f, #w-node-_61864d7a-ca3e-8957-63bd-8706e5c42a3a-2e853c3f, #w-node-_61864d7a-ca3e-8957-63bd-8706e5c42a3f-2e853c3f, #w-node-_61864d7a-ca3e-8957-63bd-8706e5c42a44-2e853c3f, #w-node-_61864d7a-ca3e-8957-63bd-8706e5c42a49-2e853c3f, #w-node-ed87b620-0c9e-f0ec-9861-288db436d1b0-2e853c3f, #w-node-ed87b620-0c9e-f0ec-9861-288db436d1b4-2e853c3f, #w-node-ed87b620-0c9e-f0ec-9861-288db436d1b9-2e853c3f, #w-node-ed87b620-0c9e-f0ec-9861-288db436d1be-2e853c3f, #w-node-ed87b620-0c9e-f0ec-9861-288db436d1c3-2e853c3f, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc3-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc8-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dcd-4b46f2a1, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd2-4b46f2a1 {
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd7-4b46f2a1 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_922d7477-3966-6f56-69e5-e780c3bdf7d8-4b46f2a1, #w-node-_922d7477-3966-6f56-69e5-e780c3bdf7dd-4b46f2a1, #w-node-_922d7477-3966-6f56-69e5-e780c3bdf7e2-4b46f2a1, #w-node-_922d7477-3966-6f56-69e5-e780c3bdf7e7-4b46f2a1 {
    justify-self: stretch;
  }

  #w-node-_922d7477-3966-6f56-69e5-e780c3bdf7ec-4b46f2a1 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f6953-f2dd24f5, #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f6957-f2dd24f5, #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f695c-f2dd24f5, #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f6961-f2dd24f5, #w-node-_2cd178d9-c1f1-e427-8dfd-c5b1432f6966-f2dd24f5, #w-node-_69d2eafb-861f-dbf1-77a2-e8e507f396aa-f2dd24f5, #w-node-_69d2eafb-861f-dbf1-77a2-e8e507f396ae-f2dd24f5, #w-node-_69d2eafb-861f-dbf1-77a2-e8e507f396b3-f2dd24f5, #w-node-_69d2eafb-861f-dbf1-77a2-e8e507f396b8-f2dd24f5, #w-node-_69d2eafb-861f-dbf1-77a2-e8e507f396bd-f2dd24f5, #w-node-_708dfe20-eea2-bf33-ea37-f36cd13e2315-f2dd24f5, #w-node-_708dfe20-eea2-bf33-ea37-f36cd13e2319-f2dd24f5, #w-node-_708dfe20-eea2-bf33-ea37-f36cd13e231e-f2dd24f5, #w-node-_708dfe20-eea2-bf33-ea37-f36cd13e2323-f2dd24f5, #w-node-_708dfe20-eea2-bf33-ea37-f36cd13e2328-f2dd24f5, #w-node-_355da9eb-7409-1439-af32-6ef8203ba21c-f2dd24f5, #w-node-_355da9eb-7409-1439-af32-6ef8203ba220-f2dd24f5, #w-node-_355da9eb-7409-1439-af32-6ef8203ba225-f2dd24f5, #w-node-_355da9eb-7409-1439-af32-6ef8203ba22a-f2dd24f5, #w-node-_355da9eb-7409-1439-af32-6ef8203ba22f-f2dd24f5, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc69e-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6a3-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6a8-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6ad-9fbb33d8 {
    justify-self: stretch;
  }

  #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6b2-9fbb33d8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6b7-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6be-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6c3-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6c8-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6cd-9fbb33d8 {
    justify-self: stretch;
  }

  #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6d2-9fbb33d8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6d7-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6de-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6e3-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6e8-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6ed-9fbb33d8 {
    justify-self: stretch;
  }

  #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6f2-9fbb33d8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6f7-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc6fe-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc703-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc708-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc70d-9fbb33d8 {
    justify-self: stretch;
  }

  #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc712-9fbb33d8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc717-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc71e-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc723-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc728-9fbb33d8, #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc72d-9fbb33d8 {
    justify-self: stretch;
  }

  #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc732-9fbb33d8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-c3bc4aea-0f94-d581-53ca-05e0ca5dc737-9fbb33d8, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637761-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637762-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637766-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463776b-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637770-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637775-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463777b-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463777c-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637780-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637785-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463778a-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463778f-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637796-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463779a-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b463779f-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377a4-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377a9-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377b0-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377b4-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377b9-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377be-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377c3-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377ca-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377ce-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377d3-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377d8-bbcd41f6, #w-node-_37b29e11-043d-f031-eeed-bcc9b46377dd-bbcd41f6, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc3-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dc8-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dcd-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd2-2ec6f261 {
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dd7-2ec6f261 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ddc-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de3-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344de8-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344ded-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df2-2ec6f261 {
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344df7-2ec6f261 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344dfc-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e03-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e08-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e0d-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e12-2ec6f261 {
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e17-2ec6f261 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e1c-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e23-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e28-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e2d-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e32-2ec6f261 {
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e37-2ec6f261 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e3c-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e43-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e48-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e4d-2ec6f261, #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e52-2ec6f261 {
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e57-2ec6f261 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_4b0de3bb-e044-d1bf-317c-0b8de2344e5c-2ec6f261, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637761-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637762-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637766-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b463776b-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637770-997588d1, #w-node-_37b29e11-043d-f031-eeed-bcc9b4637775-997588d1, #w-node-ea4acc62-b8e6-33fc-9caa-4de137ec5339-997588d1, #w-node-ea4acc62-b8e6-33fc-9caa-4de137ec533e-997588d1, #w-node-ea4acc62-b8e6-33fc-9caa-4de137ec5343-997588d1, #w-node-ea4acc62-b8e6-33fc-9caa-4de137ec5348-997588d1, #w-node-ea4acc62-b8e6-33fc-9caa-4de137ec534d-997588d1, #w-node-f944dc30-6b72-c068-1cf9-db8cfd910362-997588d1, #w-node-f944dc30-6b72-c068-1cf9-db8cfd910367-997588d1, #w-node-f944dc30-6b72-c068-1cf9-db8cfd91036c-997588d1, #w-node-f944dc30-6b72-c068-1cf9-db8cfd910371-997588d1, #w-node-f944dc30-6b72-c068-1cf9-db8cfd910376-997588d1, #w-node-ac3b8d3c-eaad-b5a3-fe58-5da86c54e61f-997588d1, #w-node-ac3b8d3c-eaad-b5a3-fe58-5da86c54e624-997588d1, #w-node-ac3b8d3c-eaad-b5a3-fe58-5da86c54e629-997588d1, #w-node-ac3b8d3c-eaad-b5a3-fe58-5da86c54e62e-997588d1, #w-node-ac3b8d3c-eaad-b5a3-fe58-5da86c54e633-997588d1 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9befe05d-2f8f-d705-0e19-f55ebeca60ef-2e853b81 {
    place-self: center end;
  }

  #w-node-_179855cc-b961-6c07-2ca5-de22e8edad30-e8edad30 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6140f0e3-5769-7be2-9d75-02111c43034b-2e853b88, #w-node-e5b15211-f232-3d54-d29f-8f74ed7e0bfb-2e853c0a, #w-node-_149d4ccb-e87c-fa6b-3817-9cb1a4dc5714-2e853c0f {
    place-self: center end;
  }

  #w-node-b7ac2f7e-0157-83fe-afb6-cdab6168581f-61685816 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93f59c0c-f23f-b46f-8334-ea1301a48c89-2e853c1e, #w-node-_93f59c0c-f23f-b46f-8334-ea1301a48c89-2e853c32, #w-node-b8108a27-f3b1-52a3-1374-74606a6ef427-3e401403 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_179855cc-b961-6c07-2ca5-de22e8edad30-e8edad30 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_88c6d08b-2869-b058-9bf1-4aa59af83592-9af8358a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93f59c0c-f23f-b46f-8334-ea1301a48c89-2e853c1e, #w-node-_93f59c0c-f23f-b46f-8334-ea1301a48c89-2e853c32, #w-node-b8108a27-f3b1-52a3-1374-74606a6ef427-3e401403 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Regular Material';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Material';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}