:root {
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-01: #14142b0f;
}

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

.navbar-logo-left {
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #fff;
  border-radius: 48px;
  width: 95%;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 20px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ff335f;
  border-radius: 36px;
  max-width: 75%;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #ff5479;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.nav-button {
  max-width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-button {
  background-color: #ff335f;
  border-radius: 48px;
  height: 36px;
  font-family: Inter, sans-serif;
  position: absolute;
  top: 25px;
  left: 885px;
}

.search-input {
  background-color: #f2f2f2;
  border: 0 solid #000;
  border-radius: 48px;
  width: 600px;
  max-width: 100%;
  height: 48px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
}

.search {
  margin-bottom: 0;
}

.body {
  background-color: #f2f2f2;
}

.hero-section {
  background-color: #fff;
  border-radius: 40px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.text-block {
  font-family: Inter, sans-serif;
}

.categories-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-left: 40px;
  display: flex;
}

.categories-block.for-categories {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 100%;
  margin-left: 0;
}

.campaigns-and-products-block {
  margin-top: 40px;
  margin-right: 40px;
}

.grid {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  grid-template-columns: .6fr 1fr;
  place-items: start;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 24px;
}

.text-block-2 {
  font-family: Inter, sans-serif;
  font-size: 24px;
}

.text-block-3 {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.category {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.categories-block-text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.category-block-image {
  height: 42px;
}

.campaign-text-heading {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

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

.campaign-1 {
  background-image: url('../images/Frame-30.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 130px;
}

.campaign-1._2-nd-campaign {
  background-image: url('../images/Group-25.png');
}

.campaign-1._3rd-campaign {
  background-image: url('../images/Mask-group.png');
  background-position: 50%;
}

.container-2 {
  z-index: 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 128px 80px;
  display: block;
  position: relative;
}

.container-2.no-top-padding {
  background-color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-left: 0;
  padding-right: 0;
}

.bold-text {
  font-weight: 500;
}

.uui-heading-medium-4 {
  color: #101828;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.uui-heading-medium-4.footer-section {
  text-align: left;
  letter-spacing: -1.5px;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.items-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: minmax(0, 1.05fr) auto auto auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
}

.items-grid.women-swear-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(0, 1.05fr) auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.men-s-snealers-highlight-2 {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.men-s-snealers-highlight-2.footer-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #535353;
  text-align: left;
  letter-spacing: -.3px;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.item--1 {
  font-family: Inter, sans-serif;
}

.spacer {
  background-color: #ebebeb;
  height: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.section-title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-testimonial18_content {
  background-color: #667085;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content.background-color-primary600 {
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/676faa4dd1abb32a5f4d4265/67701f968d25010c1c9b8328_Picture%20-%20Shop%20men's%20shoes%20image%20%E2%86%92%20Cole-Haan-Category-Mens-Sneakers-L.webp.jpg");
  background-position: 0 0;
  background-size: auto;
  width: 350px;
  height: 380px;
}

.uui-testimonial18_content.background-color-primary600.footer-section {
  background-image: url('../images/image-8_1.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 16px;
  width: 250px;
  height: 275px;
}

.uui-testimonial18_content.background-color-primary600.footer-section.ewqe {
  background-image: url('../images/image-1_1.png');
  background-size: cover;
  width: 200px;
  height: 250px;
  padding: 1rem;
}

.uui-testimonial18_content.background-color-primary600.footer-section.eqwe {
  background-image: url('../images/image-15_1.png');
}

.uui-testimonial18_content.background-color-indigo600 {
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/676faa4dd1abb32a5f4d4265/67701f978d25010c1c9b832f_Picture%20-%20shop%20men's%20Boots%20image%20%E2%86%92%20Cole-Haan-Category-Mens-Boots-L.webp.jpg");
  background-position: 0 0;
  background-size: auto;
  width: 350px;
  height: 380px;
}

.uui-testimonial18_content.background-color-indigo600.footer-section {
  background-image: url('../images/image-11_1.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 16px;
  width: 250px;
  height: 275px;
}

.uui-testimonial18_content.background-color-indigo600.footer-section.fdasrqw {
  background-image: url('../images/image-4_1.png');
  background-size: cover;
}

.uui-testimonial18_content.background-color-lightblue600 {
  background-color: #0000;
  background-image: url('../images/AW24MAIN_MENS_WAX_SECONDARY_CAROUSEL.webp');
  background-position: 0 0;
  background-size: auto;
  width: 350px;
  height: 380px;
}

.uui-testimonial18_content.background-color-lightblue600.footer-section {
  background-image: url('../images/image-9_1.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 16px;
  width: 250px;
  height: 275px;
}

.uui-testimonial18_content.background-color-lightblue600.footer-section.dasdqwe {
  background-image: url('../images/image-2_1.png');
}

.uui-testimonial18_content.background-color-pink600 {
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/676faa4dd1abb32a5f4d4265/67701f978d25010c1c9b8333_Picture%20-%20shop%20women's%20Boots%20image%20%E2%86%92%20Cole-Haan-Category-Womens-Boots-L.webp.jpg");
  background-position: 0 0;
  background-size: auto;
  width: 350px;
  height: 380px;
}

.uui-testimonial18_content.background-color-pink600.footer-section {
  background-image: url('../images/image-12_1.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 16px;
  width: 250px;
  height: 275px;
}

.uui-testimonial18_content.background-color-pink600.footer-section.iiw {
  background-image: url('../images/image-13_1.png');
}

.uui-testimonial18_content.background-color-pink600.footer-section.iiw.vsadfa {
  background-image: url('../images/image-6_1.png');
  background-position: 50%;
  background-size: cover;
}

.uui-testimonial18_content.background-color-pink600.footer-section.qweqwe {
  background-image: url('../images/image-5_1.png');
  background-size: cover;
}

.uui-testimonial18_content.background-color-orange600 {
  background-color: #0000;
  background-image: url('../images/AW24MAIN_WOMENS_WAX_SECONDARY_CAROUSEL.webp');
  background-position: 0 0;
  background-size: auto;
  width: 350px;
  height: 380px;
}

.uui-testimonial18_content.background-color-orange600.footer-section {
  background-image: url('../images/image-7_1.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 16px;
  width: 250px;
  height: 275px;
}

.uui-testimonial18_content.background-color-orange600.footer-section.dasdqw {
  background-image: url('../images/image_1.png');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 250px;
}

.uui-testimonial18_content.background-color-orange600.footer-section.dsad {
  background-image: url('../images/image-14_1.png');
}

.uui-testimonial18_content.background-color-blue600 {
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/676faa4dd1abb32a5f4d4265/67701f968d25010c1c9b8323_Picture%20-%20shop%20women's%20sneakers%20image%20%E2%86%92%20Cole-Haan-Category-Womens-Sneakers-L.webp.jpg");
  background-position: 0 0;
  background-size: auto;
  width: 350px;
  height: 380px;
}

.uui-testimonial18_content.background-color-blue600.footer-section {
  background-image: url('../images/image-10_1.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 16px;
  width: 250px;
  height: 275px;
}

.uui-testimonial18_content.background-color-blue600.footer-section.afdssadf {
  background-image: url('../images/image-3_1.png');
}

.best-sellers-shop {
  display: block;
}

.favorites-categories {
  color: #192024;
  margin-top: 12px;
  font-weight: 700;
}

.favorites-categories.footer-section {
  color: #000;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.products-block {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.products-block-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.product-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-family: Inter, sans-serif;
  display: flex;
}

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

.button {
  color: #ff335f;
  background-color: #f2f2f2;
  border-radius: 24px;
  max-width: 35%;
  font-size: 14px;
}

.link-block-2 {
  background-color: #f2f2f2;
  background-image: url('../images/Product-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 200px;
  height: 200px;
}

.link-block-2.product-2 {
  background-image: url('../images/Product-2.png');
  background-position: 50%;
}

.link-block-2.product-3 {
  background-image: url('../images/Product-3.png');
  background-position: 50%;
}

.link-block-2.product-4 {
  background-image: url('../images/Product-4.png');
  background-position: 50%;
}

.link-block-2.product-5 {
  background-image: url('../images/Product-5.png');
}

.link-block-2.product-6 {
  background-image: url('../images/Product-6.png');
  background-position: 50%;
}

.link-block-2.product-7 {
  background-image: url('../images/Product-7.png');
  background-position: 50%;
}

.link-block-2.product-8 {
  background-image: url('../images/Product-8.png');
  background-position: 50%;
}

.link-block-2.product-9 {
  background-image: url('../images/Product-9.png');
  background-position: 50%;
}

.link-block-2.product-10 {
  background-image: url('../images/Product-10.png');
}

.link-block-2.product-11 {
  background-image: url('../images/Product-11.png');
  background-position: 50%;
}

.link-block-2.product-12 {
  background-image: url('../images/Product-12.png');
  background-position: 50%;
}

.link-block-2.product-13 {
  background-image: url('../images/Product-13.png');
  background-position: 50%;
}

.link-block-2.product-14 {
  background-image: url('../images/Product-14.png');
  background-position: 50%;
}

.link-block-2.product-15 {
  background-image: url('../images/Product-15.png');
  background-position: 50%;
}

.link-block-2.product-16 {
  background-image: url('../images/Product-16.png');
  background-position: 50%;
}

.link-block-2.product-17 {
  background-image: url('../images/Product-17.png');
  background-position: 50%;
}

.link-block-2.product-18 {
  background-image: url('../images/product-18.png');
}

.link-block-2.product-19 {
  background-image: url('../images/Product-19.png');
  background-position: 50%;
}

.link-block-2.product-20 {
  background-image: url('../images/Product-20.png');
  background-position: 50%;
}

.link-block-2.product-21 {
  background-image: url('../images/Product-21.png');
  background-position: 50%;
}

.link-block-2.product-22 {
  background-image: url('../images/Product-22.png');
  background-position: 50% 100%;
}

.link-block-2.product-23 {
  background-image: url('../images/Product-23.png');
}

.link-block-2.product-24 {
  background-image: url('../images/Product-24.png');
}

.link-block-2.product-25 {
  background-image: url('../images/Product-25.png');
  background-position: 50%;
}

.link-block-2.product-26 {
  background-image: url('../images/Product-26.png');
  background-position: 50%;
}

.link-block-2.product-27 {
  background-image: url('../images/Product-27.png');
  background-position: 50%;
}

.link-block-2.product-28 {
  background-image: url('../images/Product-28.png');
  background-position: 50%;
}

.link-block-2.product-29 {
  background-image: url('../images/Product-29.png');
  background-position: 50%;
}

.link-block-2.product-29.snacks-product-1 {
  background-image: url('../images/Product-73.png');
  background-position: 50%;
}

.link-block-2.product-30 {
  background-image: url('../images/Product-30.png');
  background-position: 50%;
}

.link-block-2.product-30.snakcs-product-2 {
  background-image: url('../images/Product-75.png');
  background-position: 50%;
}

.link-block-2.product-31 {
  background-image: url('../images/Product-31.png');
  background-position: 50%;
}

.link-block-2.product-31.snacks-product-3 {
  background-image: url('../images/Product-74.png');
  background-position: 50%;
}

.link-block-2.product-32 {
  background-image: url('../images/Product-32.png');
  background-position: 50%;
}

.link-block-2.product-32.snacks-product-4 {
  background-image: url('../images/Product-70.png');
  background-position: 50%;
}

.link-block-2.product-33 {
  background-image: url('../images/Product-33.png');
  background-position: 50%;
}

.link-block-2.product-33.candy-product-2 {
  background-image: url('../images/Product-690.png');
  background-position: 50%;
}

.link-block-2.product-33.snacks-product-5 {
  background-image: url('../images/Product-63.png');
  background-position: 50%;
}

.link-block-2.product-34 {
  background-image: url('../images/Product-34.png');
  background-position: 50%;
}

.link-block-2.product-34.product-candy-3 {
  background-image: url('../images/Product-62.png');
  background-position: 50%;
}

.link-block-2.product-34.snacks-product-6 {
  background-image: url('../images/Product-71.png');
  background-position: 50%;
}

.link-block-2.product-35 {
  background-image: url('../images/Product-35.png');
  background-position: 50% 100%;
}

.link-block-2.product-35.candy-product-4 {
  background-image: url('../images/Product-59.png');
  background-position: 50%;
}

.link-block-2.product-36 {
  background-image: url('../images/Product-36.png');
  background-position: 50%;
}

.link-block-2.product-36.candy-product-5 {
  background-image: url('../images/Product-61.png');
  background-position: 50%;
  background-size: contain;
}

.text-block-5 {
  color: #8b8b8b;
  font-size: 16px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Inter, sans-serif;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 36px;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-link {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #ff335f;
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.brix---social-icon-square-30px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  list-style-type: none;
  display: flex;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.body-2 {
  background-color: #f2f2f2;
}

.brix---grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---mg-bottom-64px {
  margin-bottom: 64px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---btn-primary {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ff335f;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #ff5277;
  transform: translate3d(0, -3px, .01px);
}

.brix---input {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #2b141414;
}

.brix---input:hover {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  border-color: #ff335f;
}

.brix---input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library--neutral--600);
  font-size: 18px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-center {
  text-align: center;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

.brix---subtitle {
  color: #ff335f;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---half-bg-bottom {
  z-index: -1;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---input-label {
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.brix---section-position-relative {
  background-color: #f2f2f2;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 620px;
  margin-bottom: 0;
  padding: 72px 78px;
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---inner-container-460px-center {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-752px-center {
  max-width: 752px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1440px) {
  .search-button {
    position: absolute;
    left: auto;
    right: 500px;
  }

  .search-input {
    width: 600px;
  }

  .campaigns-and-products-block {
    margin-left: auto;
  }

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

  .hero-campaigns-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    max-width: 100%;
  }

  .container-2.no-top-padding {
    background-color: #fff;
    max-width: 1420px;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heading-medium-4.footer-section {
    direction: ltr;
    text-align: left;
    min-width: 100%;
  }

  .items-grid.women-swear-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr 1.5fr 1.5fr 1fr 1fr;
  }

  .uui-testimonial18_content.background-color-primary600.footer-section {
    background-image: url('../images/image-8.png');
    background-size: cover;
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-primary600.footer-section.ewqe {
    background-image: url('../images/image-1.png');
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-primary600.footer-section.eqwe {
    background-image: url('../images/image-15.png');
  }

  .uui-testimonial18_content.background-color-indigo600.footer-section {
    background-image: url('../images/image-11.png');
    background-position: 50%;
    background-size: cover;
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-indigo600.footer-section.fdasrqw {
    background-image: url('../images/image-4.png');
    background-size: cover;
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-lightblue600.footer-section {
    background-image: url('../images/image-9.png');
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-lightblue600.footer-section.dasdqwe {
    background-image: url('../images/image-2.png');
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-pink600.footer-section {
    background-image: url('../images/image-12.png');
    background-position: 50%;
    background-size: cover;
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-pink600.footer-section.iiw {
    background-image: url('../images/image-13.png');
    background-size: cover;
  }

  .uui-testimonial18_content.background-color-pink600.footer-section.iiw.vsadfa {
    background-image: url('../images/image-6.png');
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-pink600.footer-section.qweqwe {
    background-image: url('../images/image-5.png');
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-orange600.footer-section {
    background-color: #fff;
    background-image: url('../images/image-7.png');
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-orange600.footer-section.dasdqw {
    background-image: url('../images/image.png');
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-orange600.footer-section.dsad {
    background-image: url('../images/image-14.png');
  }

  .uui-testimonial18_content.background-color-blue600.footer-section {
    background-image: url('../images/image-10.png');
    width: 275px;
    height: 300px;
  }

  .uui-testimonial18_content.background-color-blue600.footer-section.afdssadf {
    background-image: url('../images/image-3.png');
    background-position: 50%;
    width: 275px;
    height: 300px;
  }

  .products-block-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    display: block;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .search-button {
    left: 520px;
  }

  .search-input {
    width: 400px;
  }

  .categories-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .campaigns-and-products-block {
    margin-left: 0;
  }

  .grid {
    grid-template-columns: .4fr;
    margin-left: 24px;
  }

  .hero-campaigns-grid {
    grid-template-columns: .75fr .75fr .75fr;
    max-width: 100%;
  }

  .campaign-1, .campaign-1._2-nd-campaign, .campaign-1._3rd-campaign {
    height: 100px;
  }

  .container-2 {
    padding: 96px 64px;
  }

  .container-2.no-top-padding {
    max-width: 720px;
  }

  .uui-heading-medium-4 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: 700;
  }

  .uui-heading-medium-4.footer-section {
    margin-left: 0;
  }

  .items-grid {
    grid-template-rows: minmax(0, 1.05fr) auto;
    grid-template-columns: 1.5fr 1.5fr;
  }

  .items-grid.women-swear-item {
    grid-template-columns: 1.5fr 1.5fr;
  }

  .men-s-snealers-highlight-2 {
    text-decoration: none;
  }

  .uui-testimonial18_content.background-color-primary600.footer-section, .uui-testimonial18_content.background-color-primary600.footer-section.ewqe, .uui-testimonial18_content.background-color-indigo600.footer-section, .uui-testimonial18_content.background-color-indigo600.footer-section.fdasrqw, .uui-testimonial18_content.background-color-lightblue600.footer-section, .uui-testimonial18_content.background-color-lightblue600.footer-section.dasdqwe, .uui-testimonial18_content.background-color-pink600.footer-section, .uui-testimonial18_content.background-color-pink600.footer-section.iiw, .uui-testimonial18_content.background-color-pink600.footer-section.iiw.vsadfa, .uui-testimonial18_content.background-color-pink600.footer-section.qweqwe, .uui-testimonial18_content.background-color-orange600.footer-section, .uui-testimonial18_content.background-color-orange600.footer-section.dasdqw, .uui-testimonial18_content.background-color-blue600.footer-section, .uui-testimonial18_content.background-color-blue600.footer-section.afdssadf {
    width: 300px;
    height: 325px;
  }

  .favorites-categories.footer-section {
    justify-content: flex-start;
    align-items: center;
  }

  .products-block-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-footer-3-cols {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .search-button {
    left: 350px;
  }

  .search-input {
    width: 250px;
  }

  .hero-campaigns-grid {
    grid-template-columns: .75fr .75fr;
  }

  .campaign-1, .campaign-1._2-nd-campaign, .campaign-1._3rd-campaign {
    height: 90px;
  }

  .container-2 {
    width: 100%;
  }

  .container-2.no-top-padding {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .items-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: minmax(0, 1.05fr) auto auto auto auto auto;
  }

  .items-grid.women-swear-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .spacer {
    height: 40px;
  }

  .section-title-wrapper-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .uui-testimonial18_content {
    padding: 1.5rem;
  }

  .uui-testimonial18_content.background-color-primary600.footer-section, .uui-testimonial18_content.background-color-primary600.footer-section.ewqe, .uui-testimonial18_content.background-color-indigo600.footer-section, .uui-testimonial18_content.background-color-indigo600.footer-section.fdasrqw, .uui-testimonial18_content.background-color-lightblue600.footer-section, .uui-testimonial18_content.background-color-lightblue600.footer-section.dasdqwe, .uui-testimonial18_content.background-color-pink600.footer-section, .uui-testimonial18_content.background-color-pink600.footer-section.iiw, .uui-testimonial18_content.background-color-pink600.footer-section.iiw.vsadfa, .uui-testimonial18_content.background-color-pink600.footer-section.qweqwe, .uui-testimonial18_content.background-color-orange600.footer-section, .uui-testimonial18_content.background-color-orange600.footer-section.dasdqw, .uui-testimonial18_content.background-color-blue600.footer-section, .uui-testimonial18_content.background-color-blue600.footer-section.afdssadf {
    width: 250px;
    height: 275px;
  }

  .favorites-categories.footer-section {
    vertical-align: baseline;
    text-decoration: none;
    display: block;
  }

  .products-block-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 239px;
    display: flex;
  }

  .brix---grid-footer-3-cols {
    place-items: center;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

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

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-area {
    border-radius: 18px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form-v2 {
    padding: 56px 32px;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    place-items: center end;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary {
    max-width: 80%;
  }

  .search-input {
    width: 150px;
    display: none;
  }

  .search {
    display: none;
  }

  .campaigns-and-products-block {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid {
    grid-template-columns: 1.65fr;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .campaign-text-heading {
    font-size: 28px;
  }

  .hero-campaigns-grid {
    grid-template-columns: .95fr;
  }

  .campaign-1 {
    height: 100px;
  }

  .container-2 {
    padding: 56px 40px;
  }

  .container-2.no-top-padding {
    max-width: 100%;
    margin-bottom: 0;
  }

  .items-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: minmax(0, 1.05fr) auto auto auto;
    grid-template-columns: 1.5fr;
    padding-bottom: 100px;
  }

  .items-grid.women-swear-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: left;
    grid-template-rows: minmax(0, 1.05fr) auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-flow: column;
    place-items: center start;
    padding-bottom: 0;
  }

  .section-title-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .heading {
    line-height: 32px;
  }

  .products-block-grid {
    grid-template-columns: 1fr;
  }

  .product-1, .link-block-2 {
    max-width: 100%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 150px;
  }

  .brix---footer-logo-wrapper {
    width: 100%;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---grid-footer-3-cols {
    place-items: center;
  }

  .brix---social-icon-square-30px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---paragraph-default {
    font-size: 14px;
    line-height: 28px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 40px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 56px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---card-form-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    justify-items: center;
  }
}

#w-node-b7430f45-8b14-a2e3-99ab-4c172061060c-20610608 {
  justify-self: start;
}

#w-node-ba6ab69f-6572-d03f-dc15-dbb43be85d9e-0d6d484d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba6ab69f-6572-d03f-dc15-dbb43be85da2-0d6d484d {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-dcb58d47-2ed8-84c8-71e7-86b257ad24c6-5f4d426b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7430f45-8b14-a2e3-99ab-4c172061060c-20610608 {
    justify-self: center;
  }

  #w-node-dcb58d47-2ed8-84c8-71e7-86b257ad24c6-f567c285, #w-node-dcb58d47-2ed8-84c8-71e7-86b257ad24c6-a68dc360, #w-node-dcb58d47-2ed8-84c8-71e7-86b257ad24c6-9957317c, #w-node-dcb58d47-2ed8-84c8-71e7-86b257ad24c6-4387b3c7, #w-node-dcb58d47-2ed8-84c8-71e7-86b257ad24c6-1d86e049, #w-node-dcb58d47-2ed8-84c8-71e7-86b257ad24c6-1a03b896, #w-node-dcb58d47-2ed8-84c8-71e7-86b257ad24c6-f88c0eae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7430f45-8b14-a2e3-99ab-4c172061060c-20610608 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b7430f45-8b14-a2e3-99ab-4c172061060c-20610608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-ba6ab69f-6572-d03f-dc15-dbb43be85d9e-0d6d484d {
    grid-column: span 1 / span 1;
  }
}


