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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.section {
  width: auto;
  height: 100vh;
  background-color: #f1f2f7;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}

.grid {
  width: 100vw;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 15vh 50vh 35vh;
  grid-template-columns: .4fr 1fr 1fr .4fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  display: grid;
}

.image {
  position: static;
}

.grid-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr 1fr .25fr;
}

.heading {
  z-index: 2;
  margin-top: 130px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}

.heading.zero {
  margin-top: 20px;
}

.heading.center {
  text-align: center;
  margin-top: 1%;
}

.heading.saving {
  text-align: center;
  margin-top: 80px;
}

.image-2 {
  z-index: 1;
  object-fit: fill;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.text-block {
  z-index: 2;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  position: relative;
}

.button {
  z-index: 2;
  color: #000;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 15px;
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}

.button.zero-level {
  color: #fff;
  background-color: #000;
  margin-top: 0;
}

.button.zero-level.empty {
  color: #000;
  background-color: #fff;
}

.button.order {
  color: #fff;
  background-color: #000;
  margin-top: 0;
  margin-left: 40px;
  font-size: 16px;
  display: flex;
}

.button.order._2 {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
}

.section-2 {
  width: 100vw;
  height: 100vh;
}

.grid-3 {
  height: 100vh;
  grid-template-columns: .4fr .5fr 1fr .5fr .4fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.text-block-2 {
  min-width: 20vw;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.section-3 {
  width: 100vw;
  height: 100vh;
}

.lightbox-link {
  width: 100vh;
  height: 100vh;
  display: flex;
}

.image-3 {
  display: block;
}

.slider {
  height: 100vh;
}

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

.grid-4 {
  height: 100vh;
  grid-template-rows: 10vh auto 10vh;
  grid-template-columns: .4fr 1fr 1fr .4fr;
}

.slider-2 {
  height: 80vh;
}

.section-4 {
  width: auto;
  height: 100vh;
  border: 1px solid rgba(0, 0, 0, .23);
  border-radius: 30px;
  margin-top: 1%;
  overflow: hidden;
}

.grid-5 {
  grid-row-gap: 65px;
  grid-template-rows: 10vh auto auto auto 4%;
  grid-template-columns: .4fr .25fr .75fr 1fr .4fr;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  text-align: left;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 42px;
}

.h4 {
  color: #797979;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-block-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.image-4 {
  margin-top: 180px;
  margin-left: 340px;
  padding-left: 0;
}

.section-5 {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Section5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.grid-6 {
  height: 100vh;
  grid-row-gap: 34px;
  grid-template-rows: 20vh auto auto auto auto auto auto 20vh;
  grid-template-columns: .4fr 1fr 1fr .4fr;
}

.text-block-4 {
  color: #878787;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 97.5px;
}

.text-block-5 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-2 {
  margin-top: 26px;
}

.image-5 {
  object-fit: fill;
  display: inline-block;
  overflow: visible;
}

.lottie-animation {
  opacity: .21;
}

.section-6 {
  width: auto;
  height: auto;
  background-color: #f6f6f6;
  border-radius: 30px;
  margin-top: 1%;
  padding-top: 4%;
  padding-bottom: 60px;
  overflow: hidden;
}

.grid-7 {
  width: 80%;
  height: auto;
  grid-column-gap: 62px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-2 {
  text-align: center;
}

.image-6 {
  text-align: left;
  margin-left: 45%;
  font-size: 400px;
}

.h3 {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.h3.left {
  text-align: center;
  margin-top: 5%;
}

.h3.savings {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 32px;
  overflow: visible;
}

.h5 {
  color: #423f3f;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.h5.s7 {
  max-width: 900px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.image-7 {
  height: 100%;
}

.image-8 {
  height: 100%;
  margin-left: 30px;
}

.image-8.line-2 {
  width: 100%;
  margin-left: 213px;
}

.image-9, .image-10 {
  height: 100%;
}

.grid-8 {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr 1fr .4fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-items: stretch;
  display: grid;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-8.main {
  width: 100vw;
  background-color: #f1f2f7;
  position: relative;
}

.grid-8._2 {
  height: 55px;
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 15px;
  display: none;
  position: fixed;
}

.logo {
  letter-spacing: -3px;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.menu.stores {
  display: none;
}

.container {
  padding-left: 79px;
  display: inline-block;
}

.container-2 {
  display: inline-block;
}

.navbar {
  width: 100%;
  background-color: #fff;
  margin-left: -15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  position: fixed;
}

.container-3 {
  min-width: 100%;
}

.brand {
  margin-top: 13px;
  margin-left: 25px;
  padding-top: 0;
}

.nav-menu {
  margin-right: 5px;
}

.nav-link {
  color: #727272;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
}

.div-block-4 {
  display: flex;
}

.image-11 {
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
  overflow: visible;
}

.div-block-5 {
  display: block;
}

.div-block-6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-12 {
  text-align: left;
  display: inline-block;
}

.image-13 {
  margin-left: 93px;
}

.image-14 {
  margin-left: 9px;
  position: static;
}

.image-15 {
  margin-left: 103px;
}

.image-16 {
  margin-left: 89px;
}

.div-block-7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-17 {
  margin-left: 95px;
}

.image-18 {
  margin-left: 125px;
}

.div-block-8 {
  object-fit: fill;
  display: flex;
}

.text-block-6 {
  text-align: center;
}

.image-19 {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.image-20 {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  margin-top: 110px;
}

.section-9 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.grid-9 {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 5% 20% 45% 20% 10% auto;
  grid-template-columns: .3fr 1fr .25fr .4fr;
}

.section-10 {
  height: 100vh;
}

.heading-3 {
  text-align: center;
  object-fit: fill;
  font-family: PT Sans, sans-serif;
  font-size: 36px;
  position: static;
  top: 0;
}

.text-block-7 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.heading-4 {
  text-align: center;
}

.heading-5 {
  color: #797979;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
}

.container-4 {
  height: 100px;
}

.image-21 {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
}

.div-block-9 {
  width: 50%;
  flex-direction: column;
  align-items: center;
  padding-left: 15%;
  padding-right: 5%;
  display: flex;
}

.div-block-10 {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.section-11 {
  z-index: 100;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-11._2 {
  margin-top: 0;
  padding-bottom: 90px;
  display: block;
  position: relative;
}

.div-block-11 {
  background-color: #000;
}

.scroll_progress {
  z-index: 999999999;
  width: 100%;
  height: 5px;
  transform-origin: 0%;
  object-fit: fill;
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.div-block-12 {
  margin-top: 5px;
  padding-top: 5px;
  position: relative;
}

.lottie-animation-2 {
  z-index: 999999;
  max-width: 50px;
  position: relative;
}

.div-block-13 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.grid-10 {
  width: 100%;
  height: 100%;
  grid-template-rows: 10% 30% 30% 25%;
  grid-template-columns: 10% 40% 40% 10%;
}

.text-block-8 {
  text-align: right;
  margin-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-8.second {
  text-align: left;
  margin-left: 30px;
  margin-right: 0;
}

.div-block-14 {
  text-align: left;
}

.slide {
  background-color: #fff;
}

.slide-nav, .icon, .icon-2 {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-15 {
  display: block;
}

.image-22 {
  text-align: left;
  margin-left: 35px;
}

.image-23 {
  margin-left: 45px;
}

.text-block-9 {
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.slide-2 {
  background-color: #fff;
}

.image-25 {
  height: 100%;
  position: static;
  top: 0;
  right: 0;
}

.div-block-16 {
  height: 100%;
}

.image-26 {
  margin-left: 383px;
}

.faq {
  width: 100vw;
  background-image: linear-gradient(#fff, #fff);
  overflow: hidden;
}

.grid-11 {
  width: 75%;
  height: auto;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-17 {
  object-fit: fill;
  border: 0 solid #000;
  justify-content: flex-start;
  display: flex;
}

.text-block-10 {
  text-align: right;
}

.image-27 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.container-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  display: block;
}

.paragraph {
  text-align: left;
  border: 1px solid #ececec;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.text-span {
  font-size: 10px;
  font-style: normal;
  text-decoration: none;
}

.text-span-2 {
  font-size: 10px;
}

.text-span-3 {
  font-size: 12px;
}

.text-span-4 {
  direction: ltr;
  color: #fff;
  text-transform: none;
  white-space: normal;
  font-size: 20px;
  line-height: 20px;
}

.text-span-5 {
  color: #a5a5a5;
}

.div-block-18 {
  border: 1px solid #ececec;
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 12px 10px;
  display: block;
}

.answer {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-19 {
  width: 100vh;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-20 {
  height: 100vh;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-21 {
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
  position: relative;
  left: 50%;
  right: auto;
}

.text-block-11 {
  text-align: center;
}

.image-28 {
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.div-block-22 {
  margin-left: auto;
  margin-right: auto;
}

.image-29 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-23 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 15%;
  display: flex;
  position: relative;
}

.image-30 {
  z-index: 9;
  width: 80%;
  margin-top: 0;
  margin-left: 138px;
  margin-right: auto;
  padding-left: 2px;
  display: block;
  position: relative;
  top: 0;
}

.image-31 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.shipping {
  width: auto;
  background-color: #f6f6f6;
  border-radius: 30px;
  margin-top: 1%;
  overflow: hidden;
}

.deals {
  width: auto;
  height: 100vh;
  background-color: rgba(241, 247, 243, .73);
  border-radius: 30px;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-24, .div-block-25 {
  max-height: 30%;
  min-height: 20%;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  display: flex;
}

.image-32 {
  max-height: 650px;
  margin-top: -30px;
  margin-left: 50px;
}

.div-block-26 {
  max-height: 600px;
}

.image-33 {
  z-index: 4;
  min-width: 100%;
  position: relative;
}

.text-block-12 {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block-27 {
  height: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column, .grid-12 {
  height: 100%;
}

.section-12 {
  width: 100vw;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 138px;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.grid-13 {
  grid-template-rows: auto 200px 150px auto auto;
  grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
  grid-auto-rows: 0;
  margin-top: 80px;
}

.div-block-28 {
  width: 180px;
  height: 250px;
  border: 1px solid #000;
  border-radius: 15px;
}

.image-34 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.link-block {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-29 {
  position: relative;
}

.image-35 {
  height: 150px;
}

.grid-14 {
  grid-template-rows: 67px auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 10px;
  font-size: 16px;
  display: none;
}

.link {
  color: #333;
  text-decoration: none;
}

.div-block-30 {
  color: #f0f0f0;
  background-image: linear-gradient(rgba(116, 116, 116, .4), rgba(116, 116, 116, .4));
  border: 1px solid rgba(116, 116, 116, .4);
  border-radius: 15px;
}

.text-block-13 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.link-2 {
  color: #333;
  flex-direction: row;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.s_card {
  position: relative;
}

.link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24, .link-block-25, .link-block-26, .link-block-27, .link-block-28, .link-block-29, .link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35, .link-block-36, .link-block-37, .link-block-38, .link-block-39, .link-block-40, .link-block-41, .link-block-42, .link-block-43, .link-block-44, .link-block-45, .link-block-46, .link-block-47, .link-block-48 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-3 {
  color: #333;
}

.div-block-31 {
  z-index: 5;
  justify-content: center;
  margin-top: 100px;
  display: block;
  position: relative;
}

.image-37 {
  margin-top: 0;
}

.div-block-32 {
  z-index: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.grid-15 {
  width: 80%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.image-38 {
  margin-top: 50px;
}

.link-block-49, .link-block-50, .link-block-51 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-33 {
  z-index: 0;
  position: relative;
}

.link-block-52 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-34 {
  z-index: 0;
  position: relative;
}

.div-block-35 {
  z-index: 7;
  position: relative;
}

.link-block-53 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-36 {
  position: relative;
}

.div-block-37 {
  z-index: 1;
  position: relative;
}

.link-block-54 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-38 {
  z-index: 9;
  position: relative;
}

.link-block-55 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-39 {
  z-index: 5;
  position: relative;
}

.link-block-56 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-39 {
  position: static;
}

.link-block-57 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-40 {
  z-index: 7;
  position: relative;
}

.div-block-41 {
  z-index: 2;
  position: relative;
}

.link-block-58 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.parallax-section {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  overflow: hidden;
}

.div-block-42 {
  width: 280px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin: 70px auto 5%;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.text-block-14 {
  text-align: center;
  margin: 15px;
}

.link-4 {
  color: #333;
  text-decoration: none;
}

.grid-16 {
  width: 75%;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.link-block-59 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-40 {
  height: 300px;
}

.link-5 {
  color: #333;
  text-decoration: underline;
}

.text-block-15 {
  margin-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
}

.section-13 {
  width: 100%;
  height: auto;
  margin-top: 65px;
  padding-bottom: 300px;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 0;
  width: 30%;
  transform-origin: 50%;
  object-fit: fill;
  object-position: 50% 50%;
  margin-top: 11%;
  margin-left: 18%;
  position: relative;
}

.div-block-43 {
  z-index: 4;
  object-position: 100% 50%;
  margin-top: 45px;
  position: relative;
}

.image-41 {
  z-index: 7;
  width: 70%;
  margin-top: 7%;
  position: relative;
}

.div-block-44 {
  z-index: 4;
  margin-top: 95px;
  margin-right: 25px;
  position: relative;
}

.link-block-60 {
  z-index: 8;
  position: absolute;
  top: 0%;
  bottom: 33%;
  left: 0%;
  right: 30%;
}

.image-42 {
  width: 80px;
  height: 80px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-46 {
  width: 220px;
  margin-top: 0;
  display: block;
}

.image-43 {
  width: 80px;
  height: 80px;
  margin-top: 15px;
}

.image-44 {
  width: 80px;
  height: 80px;
}

.text-span-6, .text-span-7, .text-span-8 {
  font-size: 18px;
}

.text-span-9 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.heading-6 {
  z-index: 5;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}

.button-2 {
  background-color: #113657;
  margin-top: 151px;
}

.body {
  height: auto;
  object-fit: fill;
  overflow: visible;
}

.div-block-47 {
  width: 98%;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-16 {
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.div-block-48 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-17 {
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.text-span-10 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.text-span-11 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: block;
}

.link-6 {
  color: #333;
  text-decoration: underline;
}

.div-block-49 {
  margin-top: 40px;
}

.div-block-50 {
  display: flex;
}

.image-45 {
  width: 80px;
  height: 80px;
}

.text-block-18 {
  margin-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.div-block-51 {
  width: 200px;
  display: block;
}

.image-46 {
  width: 80px;
  height: 80px;
}

.text-span-12 {
  font-size: 18px;
}

.heading-7, .heading-8 {
  font-family: Open Sans, sans-serif;
}

.div-block-55 {
  min-width: auto;
}

.columns {
  margin-top: 60px;
}

.image-50, .image-51 {
  margin-left: 45%;
}

.image-52 {
  width: 80px;
  height: 80px;
}

.div-block-59 {
  max-width: 400px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.div-block-60 {
  width: 80vw;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  overflow: visible;
}

.image-53 {
  min-width: 15vw;
}

.image-54 {
  max-width: 100%;
}

.div-block-61 {
  width: 55vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.why {
  width: auto;
  height: auto;
  background-color: #f1f2f7;
  border: 1px #7c8196;
  border-radius: 30px;
  margin-top: 1%;
  padding-bottom: 50px;
  overflow: hidden;
}

.div-block-62 {
  justify-content: center;
  margin-top: 7px;
  display: flex;
}

.div-block-63 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.div-block-64 {
  width: 80vw;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-9 {
  width: 100%;
  text-align: left;
  flex: 0 auto;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.text-span-13 {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.div-block-65 {
  height: 70%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 18%;
  display: block;
}

.image-55 {
  object-fit: cover;
  margin-left: 50px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-66 {
  object-fit: cover;
  position: relative;
}

.link-block-61 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-67 {
  width: 80%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-10 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

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

.div-block-69 {
  width: 100%;
}

.div-block-70 {
  width: 80%;
  margin-right: 20%;
  padding-left: 20%;
}

.div-block-71 {
  width: 300px;
  height: 300px;
  align-items: center;
  display: flex;
}

.div-block-72 {
  width: 80vw;
  height: 600px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-57 {
  max-height: 100%;
}

.image-58, .image-59 {
  max-height: 80%;
}

.image-60 {
  max-width: 40%;
}

.grid-17 {
  width: 100%;
  grid-row-gap: 74px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-73 {
  width: 80%;
  margin-left: 20%;
  padding-right: 20%;
}

.image-61 {
  object-fit: cover;
  margin-top: 25px;
}

.div-block-74 {
  object-fit: fill;
}

.div-block-75 {
  width: 80%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20%;
  padding-right: 20%;
  display: flex;
}

.image-62 {
  max-width: 70%;
  object-fit: cover;
  margin-left: 20%;
  display: block;
}

.div-block-76 {
  width: 80vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.try1 {
  width: auto;
  height: 100vh;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-span-14, .text-span-15 {
  font-size: 16px;
  line-height: 20px;
}

.image-63 {
  max-width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-11 {
  width: 60%;
  text-align: center;
  margin: 11% auto 4%;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  line-height: 44px;
}

.heading-12 {
  font-family: Open Sans, sans-serif;
}

.heading-13 {
  text-align: center;
  padding: 0 0 0 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-77 {
  width: 300px;
  flex-direction: column;
  display: flex;
}

.text-block-19 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-78 {
  justify-content: center;
  display: flex;
}

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

.div-block-80 {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  justify-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  display: grid;
}

.div-block-81, .div-block-82 {
  width: 300px;
  flex-direction: column;
  display: flex;
}

.section-14 {
  width: auto;
  height: 90vh;
  background-color: #f7f1f5;
  background-image: linear-gradient(#f7f1f5 100%, #fff 79%, #fff);
  border-radius: 30px;
  margin-top: 1%;
  overflow: hidden;
}

.heading-14 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.image-64 {
  display: block;
}

.terms {
  width: auto;
  height: 100vh;
  background-color: #dddbe6;
  border-radius: 30px;
  margin-top: 1%;
  overflow: hidden;
}

.div-block-83 {
  width: 450px;
  margin-top: 0;
}

.div-block-84 {
  width: 500px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5%;
  margin-right: auto;
  padding-left: 5%;
  display: flex;
}

.text-block-20 {
  margin-top: 12px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-85 {
  width: 450px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.div-block-86, .div-block-87, .div-block-88 {
  width: 450px;
  margin-top: 30px;
}

.div-block-89 {
  width: 80%;
  justify-content: center;
  align-items: center;
  margin-top: 7%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-90 {
  width: 40%;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  display: flex;
}

.image-65 {
  max-width: 80%;
}

.text-block-21 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
}

.link-7, .link-8 {
  color: #333;
}

.image-66 {
  width: 100%;
  height: 50px;
}

.text-block-22 {
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-91 {
  padding-top: 0;
}

.image-67 {
  margin-left: 30px;
}

.terms_text_h1 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.text-span-16 {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
}

.div-block-92 {
  z-index: 7;
  padding-bottom: 20%;
  display: flex;
  position: relative;
}

.text-block-23, .text-block-24 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  line-height: 20px;
}

.div-block-93 {
  background-color: #f6f6f6;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  padding: 9px 18px 4px;
  display: flex;
}

.text-block-25 {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.text-block-26, .text-block-27, .text-block-28 {
  margin-top: 15px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-94 {
  width: 75%;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: 60%;
  grid-template-columns: 60% 40%;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.questions {
  z-index: 1;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 30px;
  flex-direction: column;
  margin-top: 1%;
  padding-bottom: 39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-95 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-96, .div-block-97, .div-block-98 {
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 4px 12px 12px;
}

.section-15 {
  width: auto;
  background-color: #e1dcd7;
  border-radius: 30px;
  margin-top: 1%;
  overflow: hidden;
}

.div-block-99 {
  width: 100vw;
}

.section-16 {
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(297deg, rgba(116, 103, 156, .67), rgba(144, 193, 206, .57) 19%, rgba(223, 189, 220, .63) 69%, rgba(240, 238, 196, .26) 96%);
  border-radius: 30px;
  margin-top: 1%;
  position: relative;
}

.heading-15 {
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 86px;
  line-height: 100px;
}

.div-block-100 {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-16 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-17 {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.text-block-29 {
  font-family: Open Sans, sans-serif;
}

.text-block-30 {
  color: #333;
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
}

.link-9 {
  color: #333;
  font-size: 13px;
  line-height: 13px;
}

.heading-18 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.final_text {
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

.div-block-101 {
  width: 250px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15%;
}

.try1_1 {
  width: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.try1_1._2 {
  align-items: center;
}

.try1_2 {
  max-height: 500px;
}

.try1_3 {
  max-height: 500px;
  margin-left: 25px;
  position: relative;
}

.section-17 {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.current-deals {
  width: 100%;
  height: 200vw;
  align-items: flex-start;
  display: block;
  position: static;
  overflow: visible;
}

.camera {
  width: 100vw;
  height: 100vw;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  align-items: stretch;
  display: flex;
}

.item {
  width: 100vw;
  height: 100vh;
  flex: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.slider-3 {
  height: 600px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-103 {
  width: 90%;
  height: 100%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-3 {
  height: 550px;
}

.mask {
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  color: #2c2c2c;
}

.left-arrow {
  color: #313131;
}

.div-block-104 {
  width: 90%;
  height: 100%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-nav-2 {
  color: #302f2f;
}

.link-10, .link-11 {
  color: #333;
}

.section-18 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-top: 80px;
}

.footer_text {
  width: 70%;
  color: #86868b;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-105 {
  width: 75%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
}

.text-block-31 {
  margin-top: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-32 {
  margin-top: 5px;
}

.text-block-33 {
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
}

.image-74 {
  text-align: left;
  position: relative;
  top: 51px;
  left: -41px;
}

.image-75 {
  position: relative;
  top: 25px;
  left: 11px;
}

.image-76 {
  width: 48px;
  height: 21px;
  max-height: 100%;
  margin-left: 10px;
}

.image-77 {
  width: 48px;
  height: 21px;
}

.div-block-106 {
  margin-right: 3%;
  position: relative;
}

.link-block-62 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-78 {
  position: static;
}

.link-block-63 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-107, .div-block-108 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-79 {
  max-width: 70%;
}

.image-80 {
  max-width: 80%;
}

.div-block-112 {
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  margin-top: 15px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 10px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.text-block-34 {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.div-block-113 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 20%;
  display: flex;
}

.div-block-114 {
  width: 75%;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-35 {
  color: #86868b;
  font-family: Open Sans, sans-serif;
}

.field-label, .field-label-2, .field-label-3 {
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.submit-button {
  width: 90px;
  color: #fff;
  text-align: center;
  background-color: #131313;
  border-radius: 0;
  padding: 7px 5px;
  font-family: Open Sans, sans-serif;
}

.text-field {
  opacity: 1;
  border: 1px solid #ccc;
  border-radius: 0;
}

.text-field-2 {
  border-radius: 0;
}

.text-field-3 {
  border-radius: 0;
  line-height: 16px;
}

.text-block-36 {
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
}

.div-block-115 {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-81 {
  width: 15px;
  height: 15px;
}

.div-block-116 {
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.image-82 {
  display: none;
}

.div-block-117._2 {
  display: flex;
}

.link-block-64.w--current {
  display: none;
}

.image-83 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-37 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.div-block-118 {
  height: 100%;
  max-width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 30px;
  display: block;
}

.div-block-119 {
  margin-left: 15px;
}

.div-block-120, .div-block-121, .div-block-122, .div-block-123, .div-block-124 {
  margin-left: 30px;
}

.section-19 {
  height: auto;
  margin-top: 0;
}

.div-block-125 {
  width: 75%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto 80px 350px 350px 350px 50px 100px 350px 350px 350px 350px 350px 150px 350px 350px 350px 150px 350px 350px 350px 350px 318px 150px 350px 350px 350px 350px 350px 350px 350px 350px 50px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 105px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-19 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.image-84 {
  max-height: 100%;
  object-fit: fill;
}

.div-block-126 {
  width: 100%;
  height: 100%;
  object-fit: fill;
  background-color: #fcfaf8;
  background-image: url('../images/carters_1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-126._2 {
  background-image: url('../images/carters_3.png');
  background-position: 50% 0;
}

.stores_subtitle {
  width: 300px;
  background-color: rgba(183, 117, 76, .41);
  border-radius: 8px;
  padding: 5px 5px 5px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.stores_subtitle._2 {
  background-color: rgba(101, 180, 226, .47);
}

.stores_subtitle._3 {
  background-color: rgba(157, 233, 225, .59);
}

.stores_subtitle._4 {
  width: 300px;
  background-color: rgba(146, 152, 151, .48);
}

.stores_subtitle.calif_style {
  width: 220px;
  background-color: rgba(76, 183, 178, .41);
}

.stores_subtitle.sport_style {
  width: 170px;
  background-color: rgba(76, 183, 96, .41);
}

.stores_subtitle.free_style {
  width: 160px;
  background-color: rgba(76, 88, 183, .41);
}

.stores_text {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.stores_title {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.image-85 {
  height: 350px;
}

.div-block-127 {
  max-height: 100%;
  max-width: 100%;
  background-image: url('../images/hollister_2.png');
  background-position: 0 0;
  background-size: cover;
}

.image-86 {
  max-height: 100%;
  object-fit: fill;
}

.image_stores {
  max-height: 350px;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.image_stores.full {
  margin-left: 0;
  margin-right: 0;
}

.image_stores.cover {
  height: 350px;
  object-fit: cover;
  margin-left: 0;
  margin-right: 0;
}

.image-87 {
  max-height: 350px;
}

.div-block-128 {
  width: 30%;
  height: 350px;
  object-fit: fill;
  background-image: url('../images/DKNY_2.jpg');
  background-position: 70%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.image-88 {
  height: 350px;
  object-fit: cover;
}

.div-block-129 {
  max-height: 100%;
  object-fit: fill;
  background-image: url('../images/UA_2.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.image-89 {
  height: 350px;
  object-fit: fill;
}

.div-block-130 {
  width: 30%;
  height: 350px;
  background-image: url('../images/DKNY_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-131 {
  width: 30%;
  height: 350px;
  background-image: url('../images/Tommy-Hilfiger_3.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-132 {
  width: 30%;
  height: 350px;
  background-image: url('../images/Tommy-Hilfiger_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-133 {
  width: 30%;
  height: 350px;
  background-image: url('../images/Calvin-Klein_3.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-133._2 {
  background-image: url('../images/Calvin-Klein_4.jpg');
  background-position: 50% 0;
}

.div-block-134 {
  width: 30%;
  height: 350px;
  background-image: url('../images/michael-kors_2.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-135 {
  width: 30%;
  height: 350px;
  background-image: url('../images/michael-kors_1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-136 {
  width: 30%;
  height: 350px;
  background-image: url('../images/Polo-Ralph-Lauren_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-137 {
  width: 30%;
  height: 350px;
  background-image: url('../images/s7-1421362_alternate10-1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-138 {
  background-image: url('../images/hollister_3.png');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-139 {
  width: 30%;
  height: 350px;
  background-image: url('../images/nike_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-140 {
  width: 30%;
  height: 350px;
  background-image: url('../images/air-force-1-crater-flyknit-mens-shoe-k3Jwmd.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-141 {
  background-image: url('../images/UA_1.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.div-block-142 {
  width: 30%;
  height: 350px;
  background-image: url('../images/adidas_1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-143 {
  width: 30%;
  height: 350px;
  background-image: url('../images/adidas_2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-144 {
  background-image: url('../images/gymboree_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}

.div-block-145 {
  background-image: url('../images/gymboree_2.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}

.div-block-146 {
  width: 30%;
  height: 350px;
  background-image: url('../images/Puma_1.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-147 {
  width: 30%;
  height: 350px;
  background-image: url('../images/puma_2.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-148 {
  background-image: url('../images/izod_1.png');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-149 {
  background-image: url('../images/izod_2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-150 {
  width: 75px;
  background-image: url('../images/Levis_4.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-151 {
  width: 30%;
  height: 350px;
  background-image: url('../images/Levis_2.jpg');
  background-position: 50% 0;
  background-size: auto;
  border-radius: 20px;
}

.div-block-152 {
  background-image: url('../images/VS_1.jpg');
  background-position: 50% 30%;
  background-size: cover;
  position: relative;
}

.div-block-153 {
  background-image: url('../images/VS_2.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}

.div-block-154 {
  background-image: url('../images/tobi_3.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}

.div-block-155 {
  background-image: url('../images/tobi_4.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-156 {
  background-image: url('../images/aeropostale_1.png');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-157 {
  background-image: url('../images/aeropostale_2.png');
  background-position: 100% 0;
  background-size: cover;
}

.div-block-158 {
  background-image: url('../images/Abercrombie--Fitch_1.png');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-159 {
  background-image: url('../images/Abercrombie--Fitch_2.png');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-160 {
  width: 30%;
  height: 350px;
  background-image: url('../images/reebok_2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-161 {
  width: 30%;
  height: 350px;
  background-image: url('../images/reebok_3.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-162 {
  background-image: url('../images/skechers_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  position: relative;
}

.div-block-163 {
  background-image: url('../images/skechers_2.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}

.div-block-164 {
  width: 30%;
  height: 350px;
  background-image: url('../images/old-navy_3.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-165 {
  width: 30%;
  height: 350px;
  background-image: url('../images/old-navy_2.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-166 {
  width: 30%;
  height: 350px;
  background-image: url('../images/ae_1.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-167 {
  width: 30%;
  height: 350px;
  background-image: url('../images/ae_4.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-168 {
  width: 30%;
  height: 350px;
  background-image: url('../images/disney_3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-169 {
  width: 30%;
  height: 350px;
  background-image: url('../images/disney_4.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.div-block-170 {
  background-image: url('../images/nasty-gal_1.png');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}

.div-block-171 {
  background-image: url('../images/nasty-gal_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-38 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-172 {
  z-index: 9999999;
  width: 510px;
  height: 40px;
  background-image: linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-172._2 {
  z-index: 999999999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 5px;
  display: grid;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-172.mobile {
  width: 100%;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  justify-content: space-around;
  box-shadow: 0 2px 7px #b8b8b8;
}

.text-block-39 {
  background-color: #5fffcc;
  border-radius: 15px;
  margin-right: 10px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-40 {
  color: #333;
  background-image: none;
  border: .2px solid rgba(0, 0, 0, .25);
  border-radius: 12px;
  margin-left: 10px;
  padding: 5px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-40._2 {
  text-align: center;
  border-style: none;
  margin-left: 0;
  display: block;
}

.text-block-40.mobile {
  border-style: none;
}

.div-block-173 {
  border: 1px #000;
}

.div-block-173._2 {
  cursor: pointer;
  position: relative;
}

.text-block-41 {
  border: .2px solid rgba(0, 0, 0, .25);
  border-radius: 12px;
  margin-left: 10px;
  padding: 5px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-41._2 {
  text-align: center;
  border-style: none;
  margin-left: 0;
}

.text-block-41.mobile {
  border-style: none;
}

.text-block-42 {
  border: .2px solid rgba(0, 0, 0, .25);
  border-radius: 12px;
  margin-right: 10px;
  padding: 5px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-42._2 {
  border-style: none;
  border-radius: 0;
  margin-right: 0;
}

.text-block-42.mobile {
  border-style: none;
}

.div-block-174._2 {
  text-align: center;
  cursor: pointer;
  flex: 0 auto;
  position: relative;
}

.div-block-175 {
  width: 75%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-176 {
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/top-alignment.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 15px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 3%;
  right: auto;
}

.div-block-176._2 {
  margin-bottom: 15px;
}

.link-block-65 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-43 {
  width: 210px;
  text-align: center;
  background-image: linear-gradient(rgba(255, 220, 220, .5), rgba(255, 220, 220, .5));
  border-radius: 7px;
  margin-top: 10px;
  padding: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.text-block-44 {
  width: 300px;
  text-align: center;
  background-image: linear-gradient(#e6e6e6, #e6e6e6);
  border-radius: 7px;
  margin-top: 10px;
  padding: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

.text-block-44._2 {
  width: auto;
}

.text-block-44._3 {
  width: 210px;
}

.text-block-44._5, .text-block-44._4, .text-block-44._6 {
  width: auto;
}

.text-block-44._7 {
  width: 240px;
}

.text-block-44._8, .text-block-44._9 {
  width: auto;
}

.text-block-44._10 {
  width: 280px;
}

.div-block-177 {
  margin-top: 30px;
}

.div-block-178 {
  width: 75%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-90 {
  width: 32px;
  height: 32px;
  display: none;
}

.heading-20 {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.div-block-179, .div-block-180 {
  position: relative;
}

.div-block-181 {
  width: 30%;
  position: relative;
}

.div-block-182, .div-block-183, .div-block-184 {
  position: relative;
}

.div-block-185 {
  width: 30%;
  position: relative;
}

.div-block-186, .div-block-187, .div-block-188, .div-block-189 {
  position: relative;
}

.div-block-190 {
  width: 30%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.div-block-191, .div-block-192, .div-block-193, .div-block-194, .div-block-195, .div-block-196 {
  width: 30%;
  position: relative;
}

.div-block-197 {
  position: relative;
}

.div-block-198, .div-block-199 {
  width: 30%;
  position: relative;
}

.div-block-200 {
  position: relative;
}

.div-block-201, .div-block-202 {
  width: 30%;
  position: relative;
}

.div-block-206 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-206.cal_style, .div-block-206.sport_style, .div-block-206.free_style {
  margin-top: 40px;
}

.div_t {
  cursor: pointer;
  position: relative;
}

.div-block-208 {
  display: flex;
}

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

.home_header {
  height: 55px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  grid-template-rows: 50px;
  grid-template-columns: .4fr 1fr 1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-209 {
  width: 180px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-45, .text-block-46 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.image-91 {
  max-height: 50%;
}

.link-block-70 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-71, .link-block-72 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-73 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-74 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-75 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-76 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-77, .link-block-78, .link-block-79, .link-block-80, .link-block-81, .link-block-82 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-83, .link-block-84, .link-block-85, .link-block-86 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-87 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-88, .link-block-89 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-90, .link-block-91 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-92 {
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-93 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-94 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-95, .link-block-96, .link-block-97, .link-block-98 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-99 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-100, .link-block-101 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-102 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-103, .link-block-104 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-105 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-106, .link-block-107 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-108 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-109, .link-block-110 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-111 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-112, .link-block-113 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-114, .link-block-115 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-116, .link-block-117, .link-block-118, .link-block-119, .link-block-120 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-121 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-122, .link-block-123 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-124 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-125, .link-block-126 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-12 {
  color: #333;
}

.div-block-212 {
  height: 75px;
  filter: blur(20px);
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-47 {
  width: 150px;
  color: #86868b;
  align-self: center;
  margin-left: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.image-92 {
  width: 30px;
  cursor: pointer;
  position: relative;
}

.div-block-213 {
  width: 30px;
  margin-left: 30px;
  position: fixed;
}

.link-block-129 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-93 {
  opacity: .26;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-214 {
  opacity: .33;
  background-image: url('../images/michael-kors_2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-94, .image-95, .image-96, .image-97, .image-98, .image-99, .image-100, .image-101 {
  display: none;
}

.div-block-215 {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 365px 365px auto;
  grid-template-columns: 270px 270px 270px 270px 270px;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-216 {
  width: 100%;
  background-image: url('../images/Frame-220.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-217 {
  width: 100%;
  background-image: url('../images/Frame-179.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-218 {
  width: 100%;
  background-image: url('../images/Frame-219.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-219 {
  width: 100%;
  position: relative;
}

.div-block-220, .div-block-221 {
  width: 100%;
}

.image-102 {
  clear: none;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-103 {
  margin-left: 116px;
}

.image-104 {
  margin-left: 73px;
}

.div-block-222, .brands_block {
  width: 100%;
  position: relative;
}

.div-block-223 {
  position: relative;
}

.icons_together {
  height: 50px;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.icons_together._1 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icons_together._2 {
  position: absolute;
}

.icon_w, .icon_m, .icon_ch {
  width: 50px;
  height: 50px;
}

.div-block-224, .icon_m1 {
  width: 50px;
  height: 50px;
  background-image: url('../images/icons8-money-100.png');
  background-position: 0 0;
  background-size: cover;
}

.icon_m2 {
  width: 50px;
  height: 50px;
  background-image: url('../images/icons8-wallet-100.png');
  background-position: 0 0;
  background-size: cover;
  display: none;
}

.icon_m3 {
  width: 50px;
  height: 50px;
  background-image: url('../images/icons8-money-bag-100.png');
  background-position: 0 0;
  background-size: cover;
  display: none;
}

.icon_cos {
  width: 50px;
  height: 50px;
  background-image: url('../images/icons8-dressing-table-100.png');
  background-position: 0 0;
  background-size: cover;
  display: none;
}

.icon_sale {
  width: 50px;
  height: 50px;
  background-image: url('../images/icons8-price-tag-100.png');
  background-position: 0 0;
  background-size: cover;
  display: none;
}

.icons_all {
  height: 50px;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icons_all._2, .icons_all._3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-105, .image-106, .image-107, .image-108, .image-109, .image-110, .image-111, .image-112, .image-113 {
  display: none;
}

.image-114 {
  width: 100%;
  height: 100%;
  display: inline;
}

.image-115, .image-117, .image-120, .image-121, .image-122, .image-123, .image-124 {
  display: none;
}

.brands_b {
  width: 75%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brands_a {
  width: 75%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brands_c {
  width: 75%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-225, .link-block-130 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand_d, .brand_e, .brand_f, .brand_g {
  width: 75%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-226 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 270px 270px 270px 270px 270px;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand_h, .brand_k, .brand_l, .brand_m, .brand_n, .brand_o {
  width: 75%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-227 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 270px 270px 270px 270px 270px;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand_p, .brand_r, .brand_s, .brand_t, .brand_u, .brand_v {
  width: 75%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand_letter {
  margin-top: 4%;
  margin-left: 4%;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  display: none;
}

.link-block-131, .link-block-132, .link-block-133, .link-block-134, .link-block-135, .link-block-136, .link-block-137, .link-block-138, .link-block-139, .link-block-140, .link-block-141, .link-block-142, .link-block-143, .link-block-144, .link-block-145, .link-block-146, .link-block-147, .link-block-148, .link-block-149, .link-block-150, .link-block-151, .link-block-152, .link-block-153, .link-block-154, .link-block-155, .link-block-156, .link-block-157, .link-block-158, .link-block-159, .link-block-160, .link-block-161, .link-block-162, .link-block-163, .link-block-164, .link-block-165, .link-block-166, .link-block-167, .link-block-168, .link-block-169, .link-block-170, .link-block-171, .link-block-172, .link-block-173, .link-block-174, .link-block-175, .link-block-176, .link-block-177, .link-block-178, .link-block-179, .link-block-180, .link-block-181, .link-block-182, .link-block-183, .link-block-184, .link-block-185, .link-block-186, .link-block-187, .link-block-188, .link-block-189, .link-block-190, .link-block-191, .link-block-192, .link-block-193, .link-block-194, .link-block-195, .link-block-196, .link-block-197, .link-block-198, .link-block-199 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brands_filter {
  width: 75%;
  opacity: 1;
  justify-content: flex-start;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brands_filter_text {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-228 {
  align-items: center;
  margin-left: 30px;
  display: block;
}

.brands_filter_budget {
  width: 50px;
  height: 50px;
  margin-left: 5px;
}

.image-125, .image-126, .image-127 {
  width: 100%;
  height: 100%;
  display: none;
}

.brands_filter_gender {
  width: 50px;
  height: 50px;
}

.brands_filter_gender_all, .brands_filter_category_all {
  display: flex;
}

.brands_filter_category {
  width: 50px;
  height: 50px;
}

.link-block-200, .link-block-201, .link-block-202, .link-block-203, .link-block-204 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand_z {
  width: 75%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.link-block-205, .link-block-206, .link-block-207, .link-block-208, .link-block-209, .link-block-210, .link-block-211, .link-block-212, .link-block-213, .link-block-214, .link-block-215, .link-block-216, .link-block-217 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-128, .image-129, .image-130, .image-131, .image-132, .image-133 {
  width: 100%;
  height: 100%;
}

.link-block-218, .link-block-219, .link-block-220 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-20 {
  height: 60px;
}

.nav-link-2 {
  color: #644;
  margin-top: 60px;
}

.nav-link-2.w--current {
  color: #333;
  margin-top: 60px;
  font-family: Open Sans, sans-serif;
}

.brand-2 {
  z-index: 99999999;
  order: -1;
  align-self: center;
  margin-left: 12.5%;
  display: block;
}

.brand-2.w--current {
  margin-left: 12.5%;
}

.navbar-2 {
  z-index: 99999999;
  width: 75%;
  background-color: #fff;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-2.home {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  position: static;
}

.navbar-2.hone_page {
  z-index: 999999999;
  width: 100%;
  height: 55px;
  background-color: #fff;
  position: fixed;
}

.navbar-2.hone_page.color {
  z-index: 999999996;
  align-items: center;
  margin-top: 0;
}

.nav-link-3 {
  border-top: 1px solid #000;
  font-family: Open Sans, sans-serif;
}

.container-6 {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.menu-button-2 {
  flex: 0 auto;
  order: 1;
  display: none;
}

.menu-button-2.w--open {
  z-index: 999999894;
}

.nav-menu-2 {
  z-index: 99999999;
  background-color: #fff;
  display: none;
  position: absolute;
}

.nav-link-4, .nav-link-5, .nav-link-6 {
  margin-left: 25px;
}

.div-block-229 {
  z-index: 99999;
  height: 60px;
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-7 {
  margin-top: 60px;
}

.link-13 {
  color: #333;
}

.nav-link-8 {
  color: #4d2d2d;
}

.nav-link-8.w--current {
  color: #333;
}

.text-block-48 {
  align-self: center;
  font-family: Open Sans, sans-serif;
  display: block;
}

.text-block-49 {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px #e0e0e0;
  border-radius: 10px;
  align-self: center;
  margin-left: 21px;
  padding: 5px 15px;
}

.div-block-230 {
  display: flex;
}

.div-block-231 {
  width: 75%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.text-block-50 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.text-span-17 {
  font-size: 16px;
}

.text-span-18 {
  font-size: 20px;
}

.text-span-19, .text-span-20, .text-span-21, .text-span-22 {
  font-size: 16px;
}

.text-span-23 {
  font-size: 15px;
}

.text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31 {
  font-size: 16px;
}

.div-block-232 {
  margin-top: 90px;
  padding-bottom: 60px;
}

.text-block-51 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
}

.text-span-32 {
  font-size: 20px;
}

.text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37 {
  font-size: 16px;
}

.bold-text-2, .bold-text-3, .text-span-38, .text-span-39, .text-span-40, .text-span-41 {
  font-size: 15px;
}

.text-block-52 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
}

.div-block-233 {
  margin-top: 90px;
  padding-bottom: 60px;
}

.text-span-42 {
  font-size: 20px;
}

.text-span-43 {
  font-size: 16px;
}

.bold-text-4, .bold-text-5 {
  font-size: 15px;
}

.div-block-234 {
  width: 75%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.text-span-44 {
  font-size: 20px;
}

.text-block-53 {
  line-height: 22px;
}

.text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50 {
  font-size: 16px;
}

.text-span-51, .text-span-52 {
  font-size: 15px;
}

.text-block-54 {
  color: #86868b;
  text-align: center;
  margin-top: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.div-block-235 {
  width: 75%;
  border-top: 1px solid rgba(134, 134, 139, .5);
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.link-14, .link-15, .link-16 {
  color: #86868b;
  cursor: pointer;
  text-decoration: none;
}

.link-17 {
  color: #86868b;
  text-decoration: none;
}

.div-block-236 {
  width: 75%;
  text-align: center;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-55 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-56 {
  text-align: left;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.link-18, .link-19 {
  color: #333;
}

.text-block-57 {
  text-align: left;
}

.form {
  max-width: 250px;
  text-align: center;
  flex-direction: column;
  margin-top: 17px;
  display: flex;
}

.div-block-237 {
  width: 30px;
  height: 30px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-238 {
  width: 100%;
  height: 30px;
  justify-content: space-around;
  margin-top: 15px;
  display: flex;
}

.div-block-239 {
  width: 100%;
  height: 30px;
  text-align: center;
  justify-content: space-around;
  margin-top: 15px;
  display: flex;
}

.image-134 {
  width: 25px;
  height: 25px;
  max-width: 80%;
}

.text-block-58 {
  text-align: left;
  align-self: flex-start;
  margin-left: 5%;
}

.image-135 {
  width: 30px;
  height: 30px;
}

.text-block-59 {
  align-self: center;
  margin-left: 10px;
}

.text-block-60 {
  text-align: left;
  align-self: flex-start;
  margin-top: 30px;
  margin-left: 5%;
}

.div-block-240, .image-136 {
  width: 30px;
  height: 30px;
}

.body-3 {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.link-20 {
  color: #86868b;
  text-decoration: none;
}

.link-20.w--current, .link-21 {
  color: #86868b;
  cursor: pointer;
  text-decoration: none;
}

.section-21 {
  height: 80%;
}

.link-22, .link-23 {
  color: #333;
}

.div-block-241 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-242 {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.div-block-243 {
  width: 25%;
  border-right: 1px solid #e0e0e0;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-244 {
  width: 25%;
  border-right: 1px solid #e0e0e0;
  flex-direction: column;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-245 {
  width: 25%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-246 {
  width: 25%;
  border-right: 1px solid #e0e0e0;
  flex-direction: column;
  padding-right: 10px;
  display: flex;
}

.div-block-247 {
  z-index: 2147483647;
  width: 30px;
  height: 30px;
  float: right;
  clear: none;
  text-align: right;
  cursor: pointer;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 12.5%;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.section-22 {
  z-index: 2147483647;
  height: 100%;
  background-color: #c7c7c7;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-22.stores, .section-22.contact_page {
  display: none;
}

.section-22.legal {
  display: block;
}

.text-block-61 {
  width: 550px;
  color: #f8f8f8;
  margin-top: 7%;
  margin-left: 10%;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  text-decoration: none;
}

.text-block-62 {
  font-size: 60px;
  line-height: 60px;
}

.text-block-63 {
  width: 550px;
  color: #fff;
  margin-top: 4%;
  margin-left: 10%;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.link-24 {
  color: #f8f8f8;
  text-decoration: none;
}

.link-24.w--current {
  color: #333;
}

.link-25 {
  color: #f8f8f8;
  text-decoration: none;
}

.link-25.w--current {
  color: #333;
}

.link-26 {
  color: #f8f8f8;
  text-decoration: none;
}

.link-26.w--current {
  color: #333;
}

.link-27 {
  color: #f8f8f8;
  text-decoration: none;
}

.div-block-248 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.div-block-249 {
  z-index: 9999999;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 50px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.div-block-250 {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-251 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 4%;
  display: flex;
}

.div-block-252 {
  width: 30px;
  height: 30px;
  opacity: .3;
  position: relative;
}

.div-block-253 {
  width: 30px;
  height: 30px;
  opacity: .3;
  margin-top: 15px;
  display: block;
  position: relative;
}

.link-block-221, .link-block-222 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-3 {
  width: 30px;
  height: 30px;
}

.image-137 {
  z-index: 2147483647;
  width: 50px;
  height: 50px;
  margin-left: 12.5%;
  position: fixed;
}

.div-block-254 {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: fixed;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 12.5%;
}

.stores_menu {
  z-index: 999999999;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.stores_menu_name {
  padding: 5px 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-64 {
  align-self: center;
  margin-left: 0;
  margin-right: 20%;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-64.zero-space {
  margin-right: 0%;
}

.text-block-65 {
  max-width: 250px;
  text-align: left;
  align-self: flex-start;
  margin-top: 15px;
  margin-left: 5%;
  font-family: Open Sans, sans-serif;
}

.text-block-66 {
  max-width: 250px;
  text-align: left;
  margin-top: 15px;
  margin-left: 5%;
}

.contact {
  width: 80px;
  text-align: center;
  background-color: #131313;
  align-self: flex-start;
  margin-top: 25px;
  margin-left: 5%;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
}

.div-block-255 {
  width: 100%;
  height: 30px;
  justify-content: center;
  margin-top: 15px;
  display: flex;
}

.div-block-256 {
  align-items: center;
  margin-top: 15px;
  margin-left: 5%;
  display: flex;
  position: relative;
}

.div-block-257 {
  width: 70%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-67 {
  font-family: Open Sans, sans-serif;
}

.text-span-53 {
  font-size: 20px;
  line-height: 22px;
}

.section-23 {
  padding-bottom: 40px;
}

.link-28 {
  text-decoration: none;
}

.link-28.w--current {
  color: #86868b;
}

.link-block-223, .link-block-224 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-258 {
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.div-block-259 {
  width: 40%;
  max-height: 300px;
  flex: 0 auto;
  margin-left: 12.5%;
}

.div-block-260 {
  width: 60%;
  margin-left: 12.5%;
}

.image-138 {
  background-color: #f0f2f6;
}

.image-139 {
  max-height: 300px;
  max-width: 80%;
  display: inline;
}

.text-block-68 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.image-140, .image-141 {
  max-height: 300px;
}

.image-142 {
  max-height: 400px;
  margin-top: -10%;
}

.div-block-261 {
  width: 150px;
}

.div-block-262 {
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.image-143, .image-144, .image-145 {
  width: 150px;
}

.text-block-69 {
  margin-top: 5%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.image-146 {
  width: 120px;
  margin-left: 10px;
}

.text-block-70 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-71 {
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-263 {
  margin-left: 12.5%;
  margin-right: 12.5%;
}

.text-block-72 {
  width: 50%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-6 {
  font-weight: 400;
}

.text-block-73 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-span-54, .text-span-55, .text-span-56, .text-span-57 {
  font-weight: 600;
}

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

.text-span-58, .text-span-59 {
  font-weight: 600;
}

.text-span-60 {
  font-size: 14px;
  line-height: 14px;
}

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

.text-block-74 {
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
}

.text-span-61 {
  font-weight: 600;
}

.text-span-62 {
  font-size: 14px;
}

.text-span-63, .text-span-64 {
  font-weight: 600;
}

.div-block-266 {
  margin-top: 50px;
  margin-left: 12.5%;
  margin-right: 12.5%;
}

.text-block-75 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block-76 {
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-267 {
  margin-top: 30px;
}

.div-block-268 {
  margin-left: 16px;
}

.text-block-77 {
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-269 {
  display: flex;
}

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

.text-block-79, .text-block-80 {
  width: 50%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-271 {
  margin-top: 30px;
}

.div-block-272, .div-block-273 {
  justify-content: space-between;
  display: flex;
}

.text-span-65, .text-span-66 {
  font-weight: 600;
}

.link-29 {
  color: #f8f8f8;
  text-decoration: none;
}

.link-30 {
  color: #333;
  text-decoration: none;
}

.link-31, .link-32, .link-33 {
  color: #f8f8f8;
  text-decoration: none;
}

.bold-text-7 {
  font-size: 22px;
  line-height: 28px;
}

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

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

.heading-21 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-81 {
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.link-34 {
  color: #3700ff;
}

.link-block-225 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-24 {
  height: 30px;
  background-color: red;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-274 {
  z-index: 2147483647;
  height: 30px;
  background-color: #fae7d8;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-82 {
  color: #000;
  letter-spacing: .5px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-block-82.mobile {
  display: none;
}

.div-block-275 {
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.image-149 {
  height: 30px;
  color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
}

.image-150 {
  height: 25px;
}

.link-block-226 {
  border: 1px #000;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-276 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-151 {
  height: 30px;
  display: none;
}

.image-152 {
  height: 25px;
}

.div-block-277 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.div-block-278 {
  margin-top: 60px;
  margin-left: 12%;
  margin-right: 12%;
}

.div-block-279 {
  align-self: flex-start;
  margin-left: 34px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.image-153 {
  width: 70%;
  height: 812px;
  margin-left: 0;
}

.div-block-280 {
  width: 20%;
  height: 812px;
  margin-top: 30px;
  margin-left: 0%;
}

.image-154 {
  width: 200px;
}

.text-block-83 {
  font-weight: 400;
}

.image-155 {
  width: 200px;
}

.text-span-68 {
  color: #b3b3b3;
}

.div-block-281 {
  width: 150px;
  height: 150px;
  position: relative;
}

.div-block-282 {
  width: 150px;
  height: 150px;
  margin-left: 25px;
  position: relative;
}

.link-block-227 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-228 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.image-156, .image-157, .image-158 {
  width: 100px;
  height: 100px;
}

.div-block-284 {
  width: 150px;
  height: 150px;
  margin-left: 25px;
  position: relative;
}

.div-block-284._2 {
  width: 400px;
  height: 150px;
  margin-top: 15px;
  margin-left: 0;
}

.link-block-229 {
  position: absolute;
  top: 0%;
  bottom: 34%;
  left: 0%;
  right: 0%;
}

.image-159 {
  height: 100px;
}

.div-block-285 {
  width: 400px;
  height: 150px;
  margin-top: 15px;
  margin-left: 25px;
  position: relative;
}

.link-block-230 {
  position: absolute;
  top: 0%;
  bottom: 20%;
  left: 0%;
  right: 0%;
}

.text-block-85 {
  margin-top: 30px;
}

.div-block-286 {
  display: flex;
}

.text-span-69 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.image-160 {
  height: 450px;
  border-radius: 20px;
  margin-left: 40px;
}

.image-161 {
  border-radius: 20px;
}

.image-162 {
  height: 350px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  margin-left: 1%;
}

.image-163, .image-164 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.div-block-287 {
  width: 90%;
  align-items: flex-start;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-165 {
  height: 70px;
  border: 1px #000;
  border-radius: 0;
}

.image-166 {
  height: 350px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  margin-left: 1%;
}

.image-167 {
  width: 200px;
  height: 20px;
}

.image-168, .image-169, .image-170, .image-171 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.div-block-288 {
  width: 90%;
  align-items: flex-start;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-289 {
  width: 90%;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-172 {
  height: 350px;
  border-radius: 20px;
}

.image-173, .image-174 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.image-175 {
  height: 20px;
}

.image-176, .image-177, .image-178, .image-179, .image-180 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.image-181 {
  height: 90px;
}

.div-block-290 {
  width: 90%;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-291, .div-block-292, .div-block-293, .div-block-294 {
  width: 300px;
}

.image-182, .image-183, .image-184 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.div-block-295 {
  width: 90%;
  align-items: flex-start;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-296 {
  width: 300px;
}

.image-185, .image-186 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.image-187 {
  height: 350px;
  border-radius: 20px;
}

.image-188 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.div-block-297 {
  width: 90%;
  align-items: flex-start;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-298 {
  width: 300px;
}

.image-189, .image-190, .image-191, .image-192 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.div-block-299 {
  width: 90%;
  align-items: flex-start;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-300 {
  width: 300px;
}

.image-193, .image-194, .image-195, .image-196 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.div-block-301 {
  width: 90%;
  align-items: flex-start;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-302 {
  width: 300px;
}

.image-197 {
  height: 25px;
}

.image-198, .image-199, .image-200, .image-201 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.div-block-303 {
  width: 300px;
}

.div-block-304 {
  width: 90%;
  align-items: flex-start;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-202 {
  height: 45px;
}

.image-203 {
  height: 350px;
}

.image-204 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.div-block-305 {
  width: 300px;
  align-items: flex-start;
  display: block;
}

.div-block-306 {
  width: 90%;
  align-items: flex-start;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-205, .image-206 {
  height: 350px;
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  margin-left: 1%;
}

.image-207, .image-208, .image-209, .image-210 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.div-block-307 {
  width: 300px;
}

.div-block-308 {
  width: 90%;
  align-items: flex-start;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block-86 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-87 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-309 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.image-211 {
  height: 350px;
  border-radius: 20px;
  margin-left: 1%;
}

.image-212 {
  height: 20px;
}

.image-213 {
  height: 40px;
}

.image-214, .image-215 {
  height: 20px;
}

.image-216 {
  height: 25px;
}

.div-block-310, .div-block-311, .div-block-312, .div-block-313, .div-block-314, .div-block-315, .div-block-316, .div-block-317, .div-block-318, .div-block-319, .div-block-320 {
  display: flex;
}

.image-217 {
  height: 17px;
}

.image-218 {
  height: 25px;
}

.link-block-231, .link-block-232, .link-block-233, .link-block-234, .link-block-235, .link-block-236, .link-block-237, .link-block-238, .link-block-239, .link-block-240, .link-block-241 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.tab-link-tab-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  font-family: Open Sans, sans-serif;
}

.tab-link-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  font-family: Open Sans, sans-serif;
}

.text-block-88 {
  color: #292929;
  margin-top: 13%;
  margin-left: 10%;
  font-family: Open Sans, sans-serif;
  display: block;
}

.link-35 {
  color: #292929;
}

.text-block-89 {
  display: block;
}

.div-block-321 {
  width: 75%;
  flex-direction: column;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-90 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

.div-block-322 {
  width: 75%;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-91 {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-323 {
  display: flex;
}

.image-219 {
  width: 250px;
  height: auto;
  border-radius: 20px;
}

.div-block-324 {
  width: 75%;
  padding-left: 20px;
}

.image-220 {
  width: 250px;
  height: auto;
}

.div-block-325 {
  width: 75%;
  padding-left: 18px;
}

.image-221 {
  width: 250px;
}

.image-222 {
  margin-top: 20px;
  margin-left: 20px;
}

.image-223 {
  width: 250px;
  border-radius: 20px;
}

.div-block-326, .div-block-328, .div-block-329 {
  width: 250px;
}

.div-block-330 {
  width: 450px;
  height: 50px;
  background-color: #e1f7ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-330._2div {
  background-color: #fffde1;
}

.div-block-330.vpn {
  background-color: #ffe1e2;
}

.text-block-92 {
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.link-block-242 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-242.w--current, .link-block-242.vpn {
  display: block;
}

.div-block-331 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/caroline-hernandez-vDemIkH_sVU-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-93 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.image-224 {
  width: auto;
  height: 120px;
}

.image-225, .image-225._2 {
  width: auto;
  height: 40px;
}

.div-block-332 {
  width: 185px;
  height: 185px;
  background-image: linear-gradient(rgba(247, 241, 245, .8), rgba(247, 241, 245, .8));
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15%;
  display: flex;
  position: relative;
}

.div-block-332._3 {
  background-image: linear-gradient(rgba(221, 219, 230, .8), rgba(221, 219, 230, .8));
  justify-content: center;
  align-items: center;
}

.div-block-333 {
  width: 185px;
  height: 185px;
  background-image: linear-gradient(rgba(247, 246, 241, .7), rgba(247, 246, 241, .7));
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-334 {
  height: 80%;
  justify-content: center;
  align-items: center;
  padding-top: 20%;
  display: flex;
}

.div-block-334._2 {
  height: 80%;
}

.text-block-94, .text-block-95 {
  font-family: Open Sans, sans-serif;
}

.div-block-335 {
  height: 80%;
  padding-top: 9%;
}

.div-block-336 {
  height: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-337 {
  height: 20%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-338 {
  height: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-243 {
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-244, .link-block-245 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-339 {
  width: 350px;
  height: 450px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-4 {
  width: 350px;
  height: 450px;
}

.image-226 {
  height: 100%;
}

.slide-4 {
  background-image: url('../images/GF_Site_Home_ContentCenter_Sept_3999_01.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4._2 {
  background-image: url('../images/LSW3798_V719_4.jpg');
  background-position: 50% 0;
}

.div-block-340 {
  width: 75%;
  justify-content: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-5 {
  background-image: url('../images/081921_MEN_DP_DESK_NEWARRIVALS.png');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/GF_Site_Home_ContentCenter_Sept_3999_01.png');
  background-position: 50% 0;
  background-size: auto;
}

.text-span-71 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-341 {
  margin-left: 15px;
}

.text-block-96 {
  margin-top: 20px;
}

.div-block-342 {
  width: 75%;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-343, .div-block-344, .div-block-345, .div-block-346, .div-block-347, .div-block-348 {
  width: 75%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-349 {
  width: 30%;
  height: 350px;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-350 {
  width: 75%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-351, .div-block-352, .div-block-353, .div-block-354, .div-block-355, .div-block-356 {
  width: 75%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-357 {
  width: 30%;
  height: 350px;
  background-image: url('../images/M3124R_03935_b3_s3_a1_m66_1500x.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-358 {
  width: 30%;
  height: 350px;
  background-image: url('../images/W3319R_02288_b3_s1_a1_m19_1500x.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-359 {
  width: 30%;
  position: relative;
}

.link-block-246 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-360 {
  width: 75%;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-361 {
  width: 30%;
  height: 350px;
  background-image: url('../images/VW242BCY_2_2048x.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-362 {
  width: 30%;
  height: 350px;
  background-image: url('../images/1011-HP-4up-Desktop-Fleet-Pant_960x.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-363 {
  width: 30%;
  position: relative;
}

.link-block-247 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-364 {
  width: 75%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-365 {
  width: 30%;
  height: 350px;
  background-image: url('../images/Replace-This-Image-3_69a057e1.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-366 {
  width: 30%;
  height: 350px;
  background-image: url('../images/X1BL04WEAP0-G7R1-1.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-367 {
  width: 30%;
  position: relative;
}

.link-block-248 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-368 {
  width: 75%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-369 {
  width: 30%;
  height: 350px;
  background-image: url('../images/LW3DUTS_043731_2.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-370 {
  width: 30%;
  height: 350px;
  background-image: url('../images/LM3CLKS_047892_1.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-371 {
  width: 30%;
  position: relative;
}

.link-block-249 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-372 {
  width: 75%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-250, .link-block-251 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-373 {
  width: 75%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-374 {
  width: 30%;
  height: 350px;
  background-image: url('../images/Hoodie-Men-white-06.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-375 {
  width: 30%;
  height: 350px;
  background-image: url('../images/210525_Allbirds_PDP_14_Leggings-Gust_Womens_3598.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.div-block-376 {
  width: 30%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-252 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-377 {
  z-index: 2147483647;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-97 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11%;
  margin-left: 10%;
  margin-right: 10%;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block-378 {
  width: 50%;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.text-field-4 {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  font-family: Open Sans, sans-serif;
}

.form-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.submit-button-2 {
  background-color: #b8e9f8;
  border-radius: 8px;
  margin-left: 30px;
  font-family: Open Sans, sans-serif;
}

.form-block-2 {
  margin-top: 5%;
}

.text-span-74 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.div-block-379 {
  margin-top: 5%;
  margin-left: auto;
  margin-right: 5%;
  position: absolute;
  top: 0%;
  right: 0%;
}

.image-227 {
  width: 40px;
  height: 40px;
}

.text-block-98 {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 5%;
  padding: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.text-block-99 {
  text-align: center;
  margin-top: 10%;
}

.div-block-380 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  margin-top: 2%;
  padding: 5px 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
  }

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

  .heading.zero {
    font-size: 28px;
    line-height: 32px;
  }

  .heading.center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 34px;
  }

  .heading.saving {
    font-size: 28px;
    line-height: 34px;
  }

  .heading.main {
    margin-top: 50px;
    font-size: 28px;
    line-height: 34px;
  }

  .button {
    font-size: 16px;
    display: none;
  }

  .button.order {
    min-width: 170px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button.order._2 {
    display: none;
  }

  .section-2 {
    height: auto;
    margin-top: 30px;
  }

  .grid-3 {
    height: auto;
    grid-template-columns: .65fr .5fr 1fr .5fr .25fr;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .section-3 {
    width: auto;
    height: auto;
  }

  .grid-4 {
    height: auto;
    grid-template-rows: auto auto 10vh;
    grid-template-columns: .25fr 1fr 1fr .25fr;
  }

  .section-4 {
    height: auto;
  }

  .grid-5 {
    grid-template-columns: 5% .25fr .75fr 1fr .4fr;
  }

  .h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-4 {
    margin-top: 200px;
    margin-left: 254px;
    overflow: visible;
  }

  .section-5 {
    height: auto;
  }

  .grid-6 {
    height: auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .text-block-4 {
    font-size: 34px;
    line-height: 44px;
  }

  .text-block-5 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-2 {
    margin-top: 5px;
    margin-bottom: 40px;
  }

  .div-block-3 {
    margin-left: 30px;
  }

  .section-6 {
    height: auto;
    margin-top: 1%;
  }

  .grid-7 {
    width: 95%;
    height: auto;
    grid-column-gap: 13px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    justify-items: center;
    margin-top: 60px;
  }

  .h3 {
    font-size: 24px;
  }

  .h3.savings {
    font-size: 20px;
    line-height: 26px;
  }

  .h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .h5.s7 {
    width: 95%;
    font-size: 16px;
  }

  .image-7, .image-8, .image-9, .image-10 {
    height: 150px;
  }

  .grid-8.main {
    grid-column-gap: 0px;
    grid-template-columns: .25fr 1fr 1fr .25fr;
  }

  .grid-8._2 {
    grid-template-columns: 1px 1fr 1fr 1px;
    position: relative;
  }

  .navbar {
    margin-left: 0;
    position: relative;
  }

  .nav-menu {
    background-color: rgba(255, 255, 255, .9);
  }

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

  .image-20 {
    margin-top: 0;
  }

  .div-block-9 {
    width: 200px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-10 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0;
  }

  .section-11._2 {
    margin-top: 70px;
  }

  .grid-10 {
    grid-template-rows: 4% 30% 30% 11%;
  }

  .grid-11 {
    width: 95%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .div-block-20 {
    height: auto;
  }

  .div-block-23 {
    margin-top: 99px;
    margin-bottom: 180px;
  }

  .deals {
    height: auto;
    padding-bottom: 30px;
  }

  .image-32 {
    margin-top: 0;
    margin-left: 0;
  }

  .section-12 {
    margin-top: 50px;
  }

  .grid-14 {
    grid-template-columns: 10px 1fr 1fr 1fr 1fr 1fr 1fr 10px;
  }

  .link-2 {
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-16 {
    width: 85%;
    grid-template-rows: auto auto auto auto;
  }

  .image-40 {
    opacity: 0;
    overflow: visible;
  }

  .text-block-15 {
    font-size: 18px;
  }

  .section-13 {
    margin-top: 0;
    padding-bottom: 50px;
  }

  .background-video {
    z-index: 0;
    width: 100%;
    margin-top: -1%;
    margin-left: -11%;
    display: none;
  }

  .div-block-43 {
    margin-top: 0;
    margin-left: 20px;
  }

  .image-41 {
    width: 100%;
  }

  .div-block-44 {
    width: 60%;
    margin-top: -40px;
    margin-right: 15px;
  }

  .link-block-60 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-45 {
    grid-template-columns: 17% 83%;
  }

  .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
    font-size: 16px;
  }

  .div-block-47 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
  }

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

  .text-span-12 {
    font-size: 16px;
  }

  .div-block-52 {
    margin-left: 12px;
  }

  .div-block-53 {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    display: flex;
  }

  .div-block-54 {
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  .heading-7, .heading-8 {
    font-size: 28px;
  }

  .div-block-56 {
    flex-direction: column;
    display: flex;
  }

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

  .div-block-61 {
    width: 95%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .why {
    margin-top: 1%;
  }

  .heading-9, .heading-10 {
    font-size: 20px;
  }

  .div-block-70 {
    margin-right: 8%;
    padding-left: 0%;
  }

  .grid-17 {
    grid-column-gap: 0px;
    grid-row-gap: 29px;
  }

  .div-block-73 {
    width: 100%;
    padding-right: 15%;
  }

  .div-block-75 {
    padding-right: 0%;
  }

  .div-block-76 {
    width: 100vw;
  }

  .heading-11 {
    width: 85%;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-13 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-77 {
    width: auto;
  }

  .div-block-80 {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 13px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 30% 30% 30%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-81, .div-block-82 {
    width: auto;
  }

  .section-14 {
    height: auto;
    padding-bottom: 20px;
  }

  .terms {
    height: auto;
    padding-bottom: 50px;
  }

  .div-block-83 {
    width: auto;
  }

  .div-block-84 {
    width: 50%;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 0%;
  }

  .div-block-85, .div-block-86, .div-block-87, .div-block-88 {
    width: auto;
  }

  .div-block-89 {
    width: 95%;
  }

  .div-block-90 {
    width: 40%;
    margin-left: 0%;
  }

  .div-block-91 {
    width: 95%;
  }

  .image-68 {
    height: 150px;
  }

  .terms_text_h1 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-26, .text-block-27, .text-block-28 {
    margin-left: 15px;
  }

  .div-block-94 {
    width: 95%;
    grid-template-rows: 499px 115px 115px 115px;
    margin-left: 2%;
  }

  .image-69, .image-70 {
    height: 300px;
  }

  .image-71 {
    height: 300px;
    display: inline-block;
  }

  .heading-15 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
  }

  .div-block-100 {
    margin-left: auto;
    margin-right: auto;
  }

  .final_text {
    font-size: 30px;
    line-height: 40px;
  }

  .section-18 {
    margin-top: 200px;
  }

  .text-block-31, .text-block-32, .text-block-33 {
    margin-left: 15px;
  }

  .image-76 {
    margin-top: 5px;
    margin-left: 0;
  }

  .div-block-106 {
    margin-right: 0%;
  }

  .link-block-62 {
    flex-direction: column;
    display: flex;
  }

  .div-block-107, .div-block-108 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .image-79 {
    max-width: 70%;
  }

  .div-block-112 {
    margin-top: 0;
  }

  .div-block-114 {
    width: 100%;
  }

  .image-82 {
    display: inline-block;
  }

  .div-block-117 {
    position: relative;
  }

  .div-block-117._2 {
    display: flex;
  }

  .link-block-64 {
    width: 30px;
    height: 30px;
    padding-bottom: 50px;
    padding-right: 60px;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
  }

  .section-19 {
    margin-top: 0;
  }

  .div-block-125 {
    width: 95%;
  }

  .div-block-147 {
    background-position: 50% 0;
  }

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

  .div-block-172._2 {
    z-index: 12;
    width: 100%;
    height: 40px;
    background-image: none;
    border-radius: 0;
    justify-content: space-around;
    margin-top: 0;
    display: flex;
    position: relative;
    box-shadow: 0 2px 7px #b8b8b8;
  }

  .div-block-172.mobile {
    width: 100%;
    display: flex;
  }

  .text-block-40._2 {
    border-style: none;
    position: relative;
  }

  .div-block-173._2 {
    position: relative;
  }

  .text-block-41._2, .text-block-42._2 {
    border-style: none;
  }

  .div-block-174._2 {
    position: relative;
  }

  .div-block-175 {
    width: 95%;
    margin-top: 0;
  }

  .div-block-176, .div-block-176._2 {
    display: none;
  }

  .div-block-178 {
    width: 95%;
    margin-left: 2%;
  }

  .image-90 {
    margin-right: 30px;
    display: block;
    position: relative;
  }

  .div-block-206 {
    width: 95%;
  }

  .div_t {
    position: relative;
  }

  .div-block-208 {
    margin-left: 46px;
    position: relative;
  }

  .link-block-66 {
    padding-bottom: 50px;
    padding-right: 60px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-block-67.w--current {
    padding-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-block-68, .link-block-69 {
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-215 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 30% 30% 30%;
  }

  .icon_m, .icon_ch, .icon_m1 {
    width: 20px;
    height: 20px;
  }

  .icon_m2 {
    width: 20px;
    height: 20px;
    display: block;
  }

  .image-118, .image-119 {
    width: 20px;
    height: 20px;
  }

  .brands_b, .brands_a, .brands_c, .brand_d, .brand_e, .brand_f, .brand_g, .brand_h, .brand_k, .brand_l, .brand_m, .brand_n, .brand_o, .brand_p, .brand_r, .brand_s, .brand_t, .brand_u, .brand_v, .brand_z {
    width: 90%;
    grid-template-columns: 25% 25% 25% 25%;
  }

  .section-20 {
    z-index: 9999;
    height: 40px;
    background-color: rgba(255, 255, 255, .97);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .brand-2 {
    margin-left: 10px;
  }

  .navbar-2 {
    width: 100%;
    height: 60px;
    position: relative;
  }

  .navbar-2.hone_page {
    background-color: #fff;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar-2.hone_page.color {
    background-color: #f1f2f7;
  }

  .container-6 {
    justify-content: flex-end;
  }

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

  .div-block-235 {
    width: 100%;
  }

  .div-block-236 {
    margin-top: 30px;
  }

  .form {
    max-width: 100%;
    margin-left: -5%;
  }

  .section-21 {
    height: auto;
    padding-bottom: 50px;
  }

  .div-block-241 {
    width: 95%;
    margin-left: 2%;
  }

  .div-block-242 {
    flex-direction: column;
  }

  .div-block-243, .div-block-244 {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-right-style: none;
    margin-top: 25px;
    padding-top: 25px;
  }

  .div-block-245 {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    align-items: stretch;
    margin-top: 25px;
    padding-top: 25px;
  }

  .div-block-246 {
    width: 100%;
    border: 1px #000;
  }

  .div-block-247 {
    margin-top: 0;
    margin-right: 5%;
    position: relative;
  }

  .section-22 {
    display: none;
  }

  .div-block-254.stores {
    top: 15px;
    right: 5%;
  }

  .text-block-65, .text-block-66 {
    max-width: 100%;
    margin-top: 30px;
  }

  .form-block {
    margin-top: 30px;
  }

  .div-block-258 {
    align-items: stretch;
    margin-top: 0;
  }

  .div-block-259 {
    width: 20%;
    margin-left: 0%;
    margin-right: 30px;
  }

  .div-block-260 {
    width: 80%;
    margin-left: 15px;
  }

  .image-142 {
    margin-top: 50%;
  }

  .div-block-263 {
    margin-left: 15px;
    margin-right: 10px;
  }

  .div-block-266 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-278 {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .image-153 {
    margin-left: 15px;
  }

  .image-168 {
    height: 250px;
  }

  .div-block-288 {
    width: 100%;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-294 {
    width: 250px;
  }

  .text-block-87 {
    width: 100%;
  }

  .div-block-309 {
    width: 97%;
  }

  .div-block-342, .div-block-343, .div-block-344, .div-block-345, .div-block-346, .div-block-347, .div-block-348, .div-block-350, .div-block-351, .div-block-352, .div-block-353, .div-block-354, .div-block-355, .div-block-356, .div-block-360, .div-block-364, .div-block-368, .div-block-373 {
    width: 95%;
  }

  .div-block-377 {
    width: 80%;
    height: 50%;
  }

  .image-227 {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .grid-8._2 {
    position: relative;
  }

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

  .scroll_progress {
    display: none;
  }

  .grid-14 {
    grid-template-rows: 80px auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1px 1fr 1fr 1fr 1fr 1px;
  }

  .section-13 {
    margin-top: 55px;
  }

  .text-span-9, .heading-6, .text-span-10, .text-span-11 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-7 {
    margin-bottom: 3px;
  }

  .text-block-26, .text-block-27, .text-block-28 {
    margin-right: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-94 {
    width: 98%;
    grid-template-rows: 600px 130px 130px 130px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-18 {
    margin-top: 400px;
    position: relative;
  }

  .text-block-31 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-106 {
    margin-right: 0%;
  }

  .div-block-114 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-117._2 {
    display: flex;
  }

  .div-block-125 {
    flex-direction: column;
    display: flex;
  }

  .div-block-126, .div-block-126._2 {
    height: 350px;
  }

  .div-block-127, .div-block-128, .div-block-129, .div-block-130, .div-block-131, .div-block-132, .div-block-133, .div-block-134, .div-block-135, .div-block-136, .div-block-137, .div-block-138 {
    width: 100%;
    height: 350px;
  }

  .div-block-139 {
    width: 100%;
    height: 350px;
    background-position: 50% 0;
  }

  .div-block-140, .div-block-141, .div-block-142, .div-block-143, .div-block-144, .div-block-145, .div-block-146, .div-block-147, .div-block-148, .div-block-149, .div-block-150, .div-block-151, .div-block-152, .div-block-153, .div-block-154, .div-block-155, .div-block-156, .div-block-157, .div-block-158, .div-block-159, .div-block-160, .div-block-161, .div-block-162, .div-block-163, .div-block-164, .div-block-165, .div-block-166, .div-block-167, .div-block-168, .div-block-169, .div-block-170, .div-block-171 {
    width: 100%;
    height: 350px;
  }

  .div-block-172 {
    margin-top: 0;
    display: none;
    position: relative;
  }

  .div-block-172._2 {
    justify-content: space-between;
    display: flex;
  }

  .div-block-172.mobile {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 7px #b8b8b8;
  }

  .text-block-40.mobile {
    text-align: center;
    margin-left: 0;
  }

  .text-block-41.mobile, .text-block-42.mobile {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-174._2 {
    margin-left: 20px;
    position: relative;
  }

  .div-block-174.mobile {
    margin-left: 15px;
  }

  .div-block-175 {
    margin-top: 0;
  }

  .text-block-44 {
    width: 400px;
  }

  .text-block-44._6 {
    width: 350px;
  }

  .text-block-44._7 {
    width: 390px;
  }

  .text-block-44._9 {
    width: 350px;
  }

  .div-block-179, .div-block-180 {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-181 {
    width: 100%;
    border-bottom: 1px #000;
    padding-bottom: 20px;
  }

  .div-block-182, .div-block-183, .div-block-184 {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-185 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-186, .div-block-187, .div-block-188, .div-block-189 {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-190 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-191 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 18px;
  }

  .div-block-192, .div-block-193, .div-block-194, .div-block-195, .div-block-196 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-197 {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-198, .div-block-199 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-200 {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-201, .div-block-202 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div_t {
    margin-right: 20px;
  }

  .div-block-tips.mobile {
    margin-right: 15px;
  }

  .link-block-90 {
    border-bottom: 1px #000;
  }

  .brands_c, .brand_d, .brand_e, .brand_f, .brand_g, .brand_h, .brand_k, .brand_l, .brand_m, .brand_n, .brand_o, .brand_p, .brand_r, .brand_s, .brand_t, .brand_u, .brand_v, .brand_z {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .navbar-2.hone_page {
    background-color: #fff;
    position: relative;
  }

  .navbar-2.hone_page.color {
    background-color: #f1f2f7;
    margin-top: 0;
  }

  .div-block-236 {
    width: 95%;
    margin-top: 30px;
  }

  .text-block-69, .text-block-70, .text-block-71 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-72 {
    width: 100%;
    font-size: 16px;
  }

  .text-block-73 {
    margin-top: 15px;
    font-size: 16px;
  }

  .div-block-264 {
    flex-direction: column;
  }

  .div-block-265 {
    width: 100%;
  }

  .text-block-75, .text-block-76, .text-block-77 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-270 {
    flex-direction: column;
  }

  .text-block-79 {
    width: 100%;
    font-size: 16px;
  }

  .text-block-80 {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
  }

  .text-span-67 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-274 {
    position: relative;
  }

  .text-block-82 {
    font-size: 13px;
  }

  .text-block-85 {
    margin-top: 104px;
    position: relative;
  }

  .div-block-330 {
    margin-top: 40px;
  }

  .div-block-342 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-343, .div-block-344, .div-block-345, .div-block-346, .div-block-347, .div-block-348, .div-block-350, .div-block-351, .div-block-352, .div-block-353, .div-block-354, .div-block-355 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-356 {
    width: 95%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-357, .div-block-358 {
    width: 100%;
  }

  .div-block-359 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-360 {
    width: 95%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-361, .div-block-362 {
    width: 100%;
  }

  .div-block-363 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-364 {
    width: 95%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-365, .div-block-366 {
    width: 100%;
  }

  .div-block-367 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-368 {
    width: 95%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px #000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-369, .div-block-370 {
    width: 100%;
  }

  .div-block-371 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-372 {
    width: 95%;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 80vh;
    border-radius: 0 0 15px 15px;
  }

  .grid {
    width: 100%;
    grid-template-rows: 15% 20% 65%;
  }

  .heading.zero {
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 24px;
    display: block;
  }

  .heading.center {
    text-align: center;
    margin-top: 35px;
    margin-left: 20px;
    margin-right: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading.saving {
    font-size: 20px;
    line-height: 24px;
  }

  .heading.main {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
    font-size: 18px;
    line-height: 24px;
    display: flex;
  }

  .text-block {
    text-align: left;
    font-size: 14px;
  }

  .button {
    text-align: center;
    border-width: .5px;
    margin-top: 9%;
    margin-left: 15px;
    margin-right: 15px;
    padding: 6px 8px;
    font-size: 10px;
    line-height: 14px;
    display: none;
  }

  .button.zero-level {
    opacity: 0;
  }

  .button.order {
    min-width: 140px;
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    margin: 10px 20px 2px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 16px;
    display: none;
  }

  .button.order._2 {
    display: none;
  }

  .grid-3 {
    width: 100vw;
  }

  .text-block-2 {
    padding-right: 10vw;
    font-size: 14px;
    line-height: 20px;
  }

  .slider-2 {
    height: auto;
  }

  .section-4 {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15px;
    margin-top: 15px;
  }

  .grid-5 {
    height: 100vh;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 17% 15% 17% auto;
    grid-template-columns: 15px 2.65fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

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

  .image-4 {
    width: 30%;
    margin-top: 95%;
    margin-left: 152px;
    display: none;
  }

  .section-5 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .grid-6 {
    width: 95vw;
    grid-auto-rows: 30px;
    margin-left: 11px;
    display: block;
  }

  .text-block-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-5 {
    margin-top: 11px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-3 {
    margin-left: 10px;
  }

  .section-6 {
    border-radius: 15px;
    margin-top: 15px;
    padding-top: 0%;
  }

  .grid-7 {
    width: 95vw;
    height: auto;
    grid-template-rows: 1px auto auto auto 30px;
    margin-top: 52px;
    display: block;
  }

  .image-6 {
    margin-top: 20px;
    margin-left: 20px;
  }

  .h3 {
    text-align: left;
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .h3.left {
    margin-left: 0;
    font-size: 20px;
  }

  .h3.savings {
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .h5 {
    text-align: left;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .h5.s7 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 18px;
  }

  .image-7 {
    height: auto;
    margin-top: 15px;
    margin-left: 0;
  }

  .image-8, .image-8.line-2 {
    width: 100%;
    margin-left: 0;
  }

  .image-9, .image-10 {
    height: auto;
    margin-top: 15px;
    margin-left: 0;
  }

  .grid-8 {
    grid-column-gap: 0px;
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: auto;
  }

  .grid-8.main {
    grid-template-columns: 1fr 1fr;
  }

  .grid-8._2 {
    height: 60px;
    position: relative;
  }

  .menu {
    opacity: 1;
    color: #363636;
    text-align: right;
    margin-top: 0;
    display: none;
  }

  .brand {
    width: 130px;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 7px;
    margin-right: 0;
    padding-bottom: 2px;
    display: flex;
  }

  .div-block-4.home {
    display: flex;
  }

  .image-19, .image-20, .image-21 {
    height: 150px;
  }

  .div-block-9 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-10 {
    width: 100%;
    margin-left: 0;
  }

  .section-11 {
    height: 65px;
    background-color: #f1f2f7;
    position: relative;
  }

  .section-11._2 {
    height: auto;
    background-color: #fff;
    margin-top: 5px;
    padding-bottom: 60px;
    display: block;
  }

  .scroll_progress {
    display: none;
  }

  .div-block-12 {
    margin-left: 10px;
  }

  .grid-10 {
    height: auto;
    grid-template-columns: auto auto auto;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .div-block-14 {
    text-align: right;
  }

  .slide-nav {
    background-color: #000;
  }

  .grid-11 {
    width: 100%;
    margin-top: 25px;
  }

  .paragraph {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .answer {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-20 {
    border: 1px rgba(0, 0, 0, .1);
    border-radius: 0;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-21 {
    justify-content: center;
    align-items: flex-start;
    margin-left: 25px;
    margin-right: 0;
    padding-top: 20px;
    display: none;
    left: 0;
    right: 0;
  }

  .image-28 {
    width: 95%;
  }

  .div-block-23 {
    margin-top: 65px;
    margin-bottom: 130px;
  }

  .image-31 {
    width: 95%;
  }

  .shipping {
    background-color: #f7f7f7;
    border: 1px rgba(0, 0, 0, .1);
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .deals {
    background-color: rgba(153, 84, 0, .1);
    border-radius: 15px;
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .div-block-24 {
    width: 95%;
    height: auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    align-content: center;
    align-items: center;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .div-block-25 {
    width: 95%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .image-32 {
    margin-top: 0;
  }

  .section-12 {
    width: 95vw;
    margin-top: 0;
    display: block;
  }

  .grid-14 {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    grid-template-rows: 50px auto auto auto auto auto auto auto 1px 1px 1px 40px auto auto;
    grid-template-columns: 1px 1fr 1fr 1fr 1fr 1px;
    margin-top: 10px;
  }

  .link {
    opacity: 1;
    color: #2c2c2c;
    text-align: left;
    font-size: 14px;
    text-decoration: none;
  }

  .link-2.w--current {
    color: #2e2e2e;
  }

  .link-block-48.w--current {
    left: 0%;
  }

  .div-block-31 {
    margin-top: 0;
    padding-bottom: 15px;
  }

  .div-block-32 {
    padding-bottom: 15px;
  }

  .grid-15 {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .image-38 {
    margin-top: 0;
  }

  .div-block-33, .div-block-34, .div-block-35, .div-block-37, .div-block-38, .div-block-39 {
    padding-bottom: 15px;
  }

  .text-block-14 {
    font-size: 16px;
  }

  .grid-16 {
    width: 95%;
    flex-direction: column;
    display: flex;
  }

  .text-block-15 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .section-13 {
    margin-top: 10px;
  }

  .background-video {
    width: 100%;
    display: none;
  }

  .div-block-43 {
    width: 100%;
    margin-top: 1%;
    margin-left: 10%;
    margin-right: auto;
  }

  .div-block-44 {
    width: 80%;
    margin-top: 12%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-60 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-42 {
    width: 72px;
    height: 72px;
    margin-top: 70px;
  }

  .div-block-45 {
    grid-column-gap: 16px;
    grid-row-gap: 34px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 17% 83%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-46 {
    width: 100%;
    margin-left: 0;
  }

  .image-43 {
    width: auto;
    height: auto;
    margin-top: 45px;
  }

  .image-44 {
    width: 72px;
    height: auto;
    margin-top: 25px;
  }

  .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
    font-size: 14px;
  }

  .heading-6 {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .body {
    background-color: rgba(175, 175, 175, .1);
  }

  .div-block-47 {
    margin-left: 0;
    padding-right: 0;
    display: block;
  }

  .text-block-16, .text-block-17 {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-span-10, .text-span-11 {
    font-size: 14px;
  }

  .div-block-49 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 10px;
  }

  .text-block-18 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-51 {
    width: auto;
  }

  .image-46 {
    width: 200px;
    height: 72px;
    display: inline-block;
  }

  .text-span-12 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-53 {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .div-block-54 {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -1px;
    display: grid;
  }

  .heading-7, .heading-8 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-47, .image-48, .image-49 {
    margin-left: 10px;
    display: none;
  }

  .column-2 {
    align-items: stretch;
    display: flex;
  }

  .columns {
    display: flex;
  }

  .column-3, .column-4, .column-5 {
    flex: 0 1 0;
  }

  .image-50, .image-51 {
    margin-top: 20px;
    margin-left: 20px;
  }

  .div-block-56 {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: grid;
  }

  .div-block-57 {
    margin-left: 10px;
    font-family: Open Sans, sans-serif;
  }

  .div-block-58 {
    margin-left: 10px;
  }

  .image-52 {
    width: auto;
    height: auto;
  }

  .div-block-59 {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-54 {
    display: none;
  }

  .div-block-61 {
    flex-direction: column;
    display: flex;
  }

  .why {
    border: 1px rgba(0, 0, 0, .1);
    border-radius: 15px;
    margin-top: 15px;
  }

  .div-block-63 {
    margin-left: 0;
    display: none;
  }

  .heading-9 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-65 {
    height: 55vh;
    flex-direction: column;
    margin-top: 30px;
    margin-left: 0%;
    display: flex;
  }

  .heading-10 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-69 {
    height: 55vh;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-70 {
    width: 100%;
    height: 35vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .grid-17 {
    height: 300vh;
    flex-direction: column;
    display: flex;
  }

  .div-block-73 {
    height: 35vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-74 {
    width: 100%;
    height: 55vh;
  }

  .div-block-75 {
    width: 100%;
    height: 35vh;
    align-items: center;
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-62 {
    max-width: 100%;
    margin-left: 0%;
  }

  .image-63 {
    max-width: 100%;
    display: block;
  }

  .heading-11 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-13 {
    text-align: center;
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-77 {
    align-items: center;
  }

  .text-block-19 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-78 {
    justify-content: center;
  }

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

  .div-block-80 {
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-81, .div-block-82 {
    margin-top: 5%;
  }

  .section-14 {
    background-color: rgba(219, 219, 219, .15);
    border-radius: 15px;
    margin-top: 15px;
    padding-bottom: 35px;
  }

  .terms {
    background-color: rgba(88, 50, 255, .05);
    border-radius: 15px;
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .div-block-83, .div-block-84 {
    width: 100%;
  }

  .text-block-20 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-89 {
    flex-direction: column;
  }

  .div-block-90 {
    width: 100%;
  }

  .text-block-21 {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-22 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-91 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-68 {
    height: auto;
    margin-top: 15px;
    margin-left: 0;
  }

  .terms_text_h1 {
    font-size: 16px;
    font-weight: 600;
  }

  .text-span-16 {
    font-size: 22px;
  }

  .div-block-92 {
    align-items: stretch;
    padding-bottom: 24%;
  }

  .text-block-23 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-93 {
    align-items: stretch;
    margin-left: 10px;
  }

  .text-block-26, .text-block-27, .text-block-28 {
    font-size: 14px;
  }

  .div-block-94 {
    width: 95%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

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

  .image-70, .image-71 {
    height: auto;
    object-fit: cover;
  }

  .questions {
    background-color: rgba(189, 189, 189, .15);
    border-style: none;
    border-radius: 15px;
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .section-15 {
    background-color: rgba(255, 228, 203, .19);
    border-radius: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .section-16 {
    border-radius: 15px;
    margin-top: 15px;
    display: flex;
  }

  .heading-15 {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-100 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-3 {
    font-size: 14px;
  }

  .link-9 {
    font-size: 12px;
  }

  .final_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .section-18 {
    margin-top: 45px;
  }

  .section-18.mobile {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 70px;
    display: flex;
  }

  .footer_text {
    width: 100%;
    margin-top: 30px;
  }

  .div-block-105 {
    width: 95%;
    flex-direction: column;
    display: flex;
  }

  .text-block-31 {
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-32, .text-block-33 {
    margin-left: 15px;
  }

  .image-76 {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 15px;
  }

  .image-77 {
    margin-right: 15px;
  }

  .div-block-106 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .div-block-110, .div-block-111 {
    margin-right: 15px;
  }

  .image-79 {
    max-width: 80%;
  }

  .div-block-112 {
    width: 100%;
  }

  .div-block-114 {
    width: 95%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-116 {
    width: 100%;
    padding-bottom: 15px;
    padding-right: 5%;
  }

  .image-82 {
    margin-right: 25px;
    display: block;
  }

  .div-block-117 {
    width: 32px;
    height: 32px;
    display: flex;
    position: relative;
  }

  .div-block-117._2 {
    display: block;
  }

  .link-block-64 {
    padding-bottom: 40px;
    padding-right: 50px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-block-64.w--current {
    padding-bottom: 40px;
    padding-right: 40px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-83 {
    max-width: 90%;
  }

  .text-block-37 {
    font-size: 12px;
  }

  .div-block-118, .div-block-119, .div-block-120, .div-block-121, .div-block-122, .div-block-123, .div-block-124 {
    margin-left: 0;
  }

  .section-19 {
    margin-top: 0;
  }

  .div-block-125 {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .div-block-126, .div-block-126._2 {
    height: 250px;
  }

  .stores_subtitle {
    color: #333;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 15px;
    font-weight: 800;
    text-decoration: none;
  }

  .stores_subtitle._2, .stores_subtitle._3, .stores_subtitle._4 {
    background-color: rgba(0, 0, 0, 0);
  }

  .stores_title {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-127, .div-block-128, .div-block-129, .div-block-130, .div-block-131, .div-block-132, .div-block-133, .div-block-134, .div-block-135, .div-block-136, .div-block-137, .div-block-138, .div-block-139, .div-block-140, .div-block-141, .div-block-142, .div-block-143 {
    height: 250px;
  }

  .div-block-144 {
    width: 100%;
    height: 250px;
    margin-top: 10px;
  }

  .div-block-145 {
    width: 100%;
    height: 250px;
  }

  .div-block-146, .div-block-147 {
    height: 250px;
  }

  .div-block-148 {
    height: 250px;
    margin-top: 10px;
  }

  .div-block-149 {
    height: 250px;
  }

  .div-block-150 {
    height: 250px;
    background-position: 0 0;
  }

  .div-block-151 {
    height: 250px;
  }

  .div-block-152 {
    height: 250px;
    margin-top: 10px;
  }

  .div-block-153 {
    height: 250px;
  }

  .div-block-154 {
    height: 250px;
    margin-top: 10px;
  }

  .div-block-155 {
    height: 250px;
  }

  .div-block-156 {
    height: 250px;
    margin-top: 10px;
  }

  .div-block-157 {
    height: 250px;
  }

  .div-block-158 {
    height: 250px;
    margin-top: 10px;
  }

  .div-block-159 {
    height: 250px;
  }

  .div-block-160 {
    height: 250px;
    margin-top: 10px;
  }

  .div-block-161 {
    height: 250px;
  }

  .div-block-162 {
    height: 250px;
    margin-top: 10px;
  }

  .div-block-163, .div-block-164, .div-block-165, .div-block-166, .div-block-167, .div-block-168, .div-block-169, .div-block-170, .div-block-171 {
    height: 250px;
  }

  .text-block-38 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-172 {
    width: 100%;
    height: 180px;
    background-image: none;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: relative;
  }

  .div-block-172._2 {
    height: 40px;
    background-color: #fff;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
    box-shadow: 0 2px 7px #b8b8b8;
  }

  .div-block-172.mobile {
    height: 40px;
    flex-direction: row;
  }

  .text-block-40 {
    width: 250px;
    text-align: center;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 0;
  }

  .text-block-40._2 {
    width: auto;
    border-width: 0;
    margin-top: 0;
    padding: 0;
  }

  .text-block-40.mobile {
    width: 100px;
    border-style: none;
    margin-top: 0;
    padding: 0;
  }

  .div-block-173._2 {
    position: relative;
  }

  .text-block-41 {
    width: 250px;
    text-align: center;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 0;
  }

  .text-block-41._2 {
    width: auto;
    border-width: 0;
    margin-top: 0;
    padding: 0;
  }

  .text-block-41.mobile {
    width: 100px;
    border-style: none;
    margin-top: 0;
    padding: 0;
  }

  .text-block-42 {
    width: 250px;
    text-align: center;
    border-radius: 20px;
  }

  .text-block-42._2 {
    width: auto;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    padding: 0;
  }

  .text-block-42.mobile {
    width: 100px;
    border-style: none;
    padding: 0;
  }

  .div-block-174 {
    margin-left: 10px;
  }

  .div-block-174._2 {
    margin-left: 20px;
    position: relative;
  }

  .div-block-175 {
    margin-top: 0;
  }

  .div-block-176, .div-block-176._2 {
    display: none;
  }

  .text-block-44 {
    width: 98%;
  }

  .text-block-44._1 {
    width: 300px;
  }

  .text-block-44._6, .text-block-44._7, .text-block-44._9 {
    width: 98%;
  }

  .image-90 {
    margin-right: 20px;
    position: static;
  }

  .heading-20 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-179 {
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-bottom: 20px;
  }

  .div-block-180 {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .div-block-181, .div-block-186, .div-block-188, .div-block-194 {
    border-bottom-style: none;
  }

  .div-block-196 {
    margin-bottom: 20px;
  }

  .div-block-202 {
    border-bottom-style: none;
  }

  .div-block-203, .div-block-204, .div-block-205, .div-block-206, .div-block-207 {
    width: 100%;
    background-image: linear-gradient(#fff, #fff);
    border-radius: 15px;
  }

  .div_t {
    margin-right: 20px;
    position: relative;
  }

  .div-block-208 {
    margin-left: 45px;
  }

  .link-block-66 {
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-block-67, .link-block-68, .link-block-69 {
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .home_header {
    height: 65px;
  }

  .text-block-45, .text-block-46 {
    font-size: 14px;
    line-height: 20px;
  }

  .link-block-127 {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-block-127.w--current {
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block-128 {
    margin-left: -17px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-210 {
    width: 100%;
  }

  .div-block-211 {
    margin-left: 0;
  }

  .text-block-47 {
    width: 100%;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-right: 10px;
  }

  .div-block-215 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 30% 30% 30%;
  }

  .icons_together._2 {
    height: 20px;
  }

  .icon_m1 {
    width: 20px;
    height: 20px;
  }

  .icons_all {
    height: 20px;
  }

  .image-116, .image-117 {
    width: 20px;
    height: 20px;
  }

  .brands_b, .brands_a {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .brands_filter {
    width: 99%;
    justify-content: center;
    display: flex;
  }

  .brand-2 {
    align-self: center;
  }

  .brand-2.w--current {
    margin-left: 8%;
  }

  .navbar-2 {
    position: relative;
  }

  .navbar-2.home {
    background-color: #f1f2f7;
    position: relative;
  }

  .navbar-2.hone_page {
    background-color: #fff;
    position: relative;
  }

  .navbar-2.hone_page.color {
    background-color: #f1f2f7;
    margin-top: 0;
  }

  .navbar-2.hone_page.vpn {
    position: fixed;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .text-block-48 {
    width: 30%;
    text-align: center;
    margin-left: 10px;
    display: none;
  }

  .text-block-49 {
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-230 {
    width: 100%;
    justify-content: space-around;
  }

  .div-block-236 {
    width: 99%;
  }

  .form {
    margin-left: 5%;
  }

  .div-block-242 {
    margin-top: 20px;
  }

  .div-block-247 {
    margin-right: 10%;
  }

  .section-22 {
    display: none;
  }

  .section-22.contact_page {
    display: block;
  }

  .text-block-61 {
    width: 100%;
    margin-top: 4%;
    margin-left: 8%;
    font-size: 34px;
    line-height: 50px;
  }

  .div-block-248 {
    align-self: flex-start;
  }

  .div-block-250 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-251 {
    margin-bottom: 13%;
    margin-right: 0%;
  }

  .div-block-254 {
    top: 15px;
    right: 8%;
  }

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

  .div-block-260 {
    width: 100%;
    margin-left: 9px;
    margin-right: 11px;
  }

  .image-146 {
    margin-left: 0;
  }

  .div-block-263 {
    margin-left: 10px;
  }

  .div-block-274 {
    width: 100%;
    height: 60px;
    background-color: #f1f2f7;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-82 {
    width: 95%;
    margin-left: 6%;
    display: none;
  }

  .text-block-82.mobile {
    width: 95%;
    color: #000;
    text-align: center;
    margin-left: 1%;
    font-size: 14px;
    font-weight: 600;
    display: block;
  }

  .div-block-275 {
    width: 15%;
    height: 25px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
  }

  .link-block-226 {
    display: block;
    position: absolute;
  }

  .div-block-276 {
    width: 90%;
    height: 45px;
    background-color: #fae7d8;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .image-151 {
    height: 25px;
    display: block;
  }

  .image-152 {
    display: none;
  }

  .div-block-277 {
    flex-direction: column;
  }

  .div-block-278 {
    margin-top: 60px;
  }

  .image-153 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-280 {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-154 {
    margin-left: 25%;
    display: block;
  }

  .text-block-84 {
    margin-top: 10%;
  }

  .text-block-85 {
    margin-top: 35%;
  }

  .image-163, .image-164 {
    height: auto;
  }

  .div-block-287 {
    width: 100%;
    flex-direction: column;
    margin-top: 10%;
  }

  .image-166 {
    height: auto;
  }

  .image-167 {
    height: 12px;
  }

  .image-168, .image-170, .image-171 {
    width: 100%;
    height: 150px;
  }

  .div-block-288 {
    grid-template-columns: 48% 48%;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-289 {
    width: 100%;
    flex-direction: column;
    margin-top: 17%;
  }

  .image-173, .image-174 {
    height: 150px;
  }

  .image-175 {
    height: 12px;
  }

  .image-176 {
    height: 150px;
  }

  .image-177, .image-178 {
    height: 175px;
  }

  .image-179 {
    height: auto;
    display: none;
  }

  .image-180 {
    height: 175px;
  }

  .image-181 {
    height: 54px;
  }

  .div-block-290 {
    width: 100%;
    flex-direction: column;
    margin-top: 17%;
  }

  .div-block-294 {
    justify-content: flex-start;
    display: flex;
  }

  .image-182 {
    height: auto;
  }

  .image-183 {
    width: auto;
    height: auto;
  }

  .image-184 {
    height: auto;
  }

  .div-block-295 {
    width: 100%;
    flex-direction: column;
    margin-top: 17%;
    display: flex;
  }

  .image-185, .image-186, .image-188 {
    height: auto;
  }

  .div-block-297 {
    width: 100%;
    flex-direction: column;
    margin-top: 10%;
  }

  .image-189, .image-190 {
    width: 100%;
    height: auto;
  }

  .image-191 {
    width: 100%;
    height: auto;
    display: none;
  }

  .image-192 {
    width: 100%;
    height: auto;
  }

  .div-block-299 {
    width: 100%;
    margin-top: 10%;
    display: block;
  }

  .div-block-300 {
    margin-bottom: 15px;
  }

  .image-193 {
    display: none;
  }

  .image-194, .image-195, .image-196 {
    height: auto;
  }

  .div-block-301 {
    width: 100%;
    flex-direction: column;
    margin-top: 10%;
  }

  .image-199, .image-200 {
    height: 150px;
  }

  .image-201 {
    height: 150px;
    display: block;
  }

  .div-block-304 {
    width: 100%;
    flex-direction: column;
    margin-top: 8%;
  }

  .image-204 {
    height: 150px;
  }

  .div-block-306 {
    width: 100%;
    flex-direction: column;
  }

  .image-207, .image-208, .image-209, .image-210 {
    height: 150px;
  }

  .div-block-308 {
    width: 100%;
    flex-direction: column;
    margin-top: 10%;
  }

  .image-211 {
    height: 150px;
  }

  .image-213 {
    height: 24px;
  }

  .image-214, .image-215 {
    height: 12px;
  }

  .div-block-310, .div-block-311 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: 150px;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 12px;
    display: grid;
  }

  .div-block-312 {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: 150px;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 12px;
    display: grid;
  }

  .div-block-313 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: 150px;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 12px;
    display: grid;
  }

  .div-block-314 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: 150px;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 12px;
    display: grid;
  }

  .div-block-315 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: 150px;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    margin-top: 12px;
    display: grid;
  }

  .div-block-316 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: 190px;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    margin-top: 12px;
    display: grid;
  }

  .div-block-317 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: 190px;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-318, .div-block-319, .div-block-320 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: 190px;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    margin-top: 12px;
    display: grid;
  }

  .div-block-321, .div-block-322 {
    width: 95%;
  }

  .image-219 {
    width: 100px;
    border-radius: 10px;
  }

  .image-220, .image-221 {
    width: 100px;
  }

  .image-222 {
    width: 35px;
    height: 35px;
  }

  .image-223 {
    width: 100px;
    border-radius: 10px;
  }

  .div-block-326, .div-block-327, .div-block-328, .div-block-329 {
    width: 100px;
  }

  .div-block-330 {
    width: 90%;
    height: 45px;
    margin-top: 20px;
  }

  .div-block-330._2div {
    margin-top: 45px;
  }

  .div-block-330.mobile {
    margin-top: 480px;
  }

  .text-block-92 {
    font-size: 13px;
    line-height: 18px;
  }

  .link-block-242 {
    display: block;
  }

  .link-block-242.w--current {
    display: none;
  }

  .div-block-331 {
    width: 100%;
    height: 100vh;
    background-image: url('../images/caroline-hernandez-vDemIkH_sVU-unsplash.jpg');
    background-position: 0 0;
    background-size: cover;
    flex-direction: column;
    margin-top: auto;
    overflow: hidden;
  }

  .image-224 {
    width: auto;
    height: 50px;
    margin-top: 0%;
  }

  .image-225 {
    width: auto;
    height: 30px;
  }

  .image-225._2 {
    height: 25px;
  }

  .div-block-332 {
    width: 95%;
    height: 65px;
    background-image: linear-gradient(rgba(247, 241, 245, .8), rgba(247, 241, 245, .8));
    border-radius: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8%;
    margin-left: 0;
    position: relative;
  }

  .div-block-332._3 {
    background-image: linear-gradient(rgba(221, 219, 230, .8), rgba(221, 219, 230, .8));
  }

  .div-block-333 {
    width: 95%;
    height: 65px;
    background-image: linear-gradient(rgba(247, 246, 241, .8), rgba(247, 246, 241, .8));
    border-radius: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .div-block-334 {
    width: 30%;
    height: auto;
    justify-content: center;
    margin-left: 0%;
    padding-top: 0%;
  }

  .div-block-334._2 {
    width: 30%;
    justify-content: center;
    margin-left: 0%;
  }

  .text-block-94 {
    text-align: left;
    margin: auto 3% auto 0%;
  }

  .text-block-95 {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0%;
  }

  .div-block-335 {
    width: 30%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    padding-top: 0%;
    display: flex;
  }

  .div-block-336, .div-block-337 {
    width: 70%;
    justify-content: center;
    padding-right: 20%;
    display: flex;
  }

  .div-block-338 {
    width: 70%;
    justify-content: center;
    padding-right: 20%;
    display: flex;
    position: relative;
  }

  .body-4 {
    background-color: rgba(0, 0, 0, 0);
  }

  .link-block-243, .link-block-244, .link-block-245 {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-353 {
    border-bottom: 1px solid #000;
  }

  .div-block-372 {
    width: 99%;
  }

  .div-block-373 {
    width: 95%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #000;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-374 {
    width: 100%;
  }

  .div-block-375 {
    width: 100%;
    background-position: 20% 0;
  }

  .div-block-376 {
    width: 100%;
    border-bottom: 1px #000;
    padding-bottom: 20px;
  }

  .link-block-252 {
    border-bottom: 1px #000;
  }

  .text-span-72 {
    text-decoration: line-through;
  }

  .text-span-73 {
    color: #f19393;
  }

  .div-block-377 {
    width: 95%;
    height: 70%;
  }

  .form-2 {
    flex-direction: column;
    align-items: center;
  }

  .submit-button-2 {
    margin-left: 0;
  }
}

#w-node-_1bfe1bc7-8284-5d7c-11f3-d8343fb285c3-d16749b7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_13a9de1d-b82a-c7a6-b23f-398350d1ffc9-d16749b7 {
  order: 100000;
  grid-area: 1 / 1 / 4 / 5;
  align-self: auto;
  justify-self: auto;
}

#w-node-_69ea195f-d2b2-c0ba-820b-5ce5fd6664ed-d16749b7 {
  grid-area: 1 / 3 / 4 / 5;
}

#w-node-_433c0976-6ee3-c1ff-8ce9-60fe3f1a70fe-d16749b7 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: end;
}

#w-node-e4e06329-c5a5-2b82-e31c-6e598c1c9edf-d16749b7 {
  align-self: center;
  justify-self: start;
}

#w-node-df2767dc-ce38-dd15-ae45-96208aa6ebca-d16749b7 {
  align-self: center;
  justify-self: center;
}

#w-node-_6fea0e9a-61c1-0078-70ff-1d5396686886-d16749b7 {
  align-self: center;
  justify-self: end;
}

#w-node-e79f4dda-2338-09bc-ab13-e9a89cd17787-d16749b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_415b2792-b802-6f0d-676d-0ebc4936b38e-d16749b7 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: center;
}

#w-node-_108f24dd-e6b5-a5d7-5249-d084f23fb20f-d16749b7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_06b908b2-4edb-9086-3ed0-e7013a076ebd-d16749b7 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_866703d2-b570-1046-80c3-5ebe92711dd3-d16749b7 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_25d39962-b334-7ede-1787-a0f52ce0e3ad-d16749b7 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-e6b9a2e2-ce4d-68c1-6f46-e0176940dfdb-d16749b7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-da9e225d-27e6-c2f0-c446-d21db2d66df1-d16749b7 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_51d5b26a-bdb4-3cbd-ad01-60636e468814-d16749b7 {
  grid-area: 2 / 4 / 5 / 5;
}

#w-node-d021caa1-95d5-f9ff-556e-789cb5165dff-d16749b7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_3ec1c416-9652-ec47-45d8-e2308a4b83f9-d16749b7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3ec1c416-9652-ec47-45d8-e2308a4b8400-d16749b7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ec1c416-9652-ec47-45d8-e2308a4b8409-d16749b7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3ec1c416-9652-ec47-45d8-e2308a4b841a-d16749b7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3ec1c416-9652-ec47-45d8-e2308a4b8423-d16749b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_272e2096-c692-041b-b360-4cbcd6a3adcb-5ea923c8 {
  align-self: center;
  justify-self: stretch;
}

#w-node-eb998ed3-c4b9-589b-d094-b19d1c3ca1fa-8e828934 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: end;
  justify-self: start;
}

#w-node-eb998ed3-c4b9-589b-d094-b19d1c3ca21e-8e828934, #w-node-eb998ed3-c4b9-589b-d094-b19d1c3ca243-8e828934 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
  justify-self: start;
}

#w-node-eb998ed3-c4b9-589b-d094-b19d1c3ca246-8e828934, #w-node-eb998ed3-c4b9-589b-d094-b19d1c3ca248-8e828934 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-eb998ed3-c4b9-589b-d094-b19d1c3ca25c-8e828934 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1bfe1bc7-8284-5d7c-11f3-d8343fb285c3-d16749b7 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_13a9de1d-b82a-c7a6-b23f-398350d1ffc9-d16749b7 {
    order: 100000;
    grid-area: 2 / 1 / 7 / 5;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_69ea195f-d2b2-c0ba-820b-5ce5fd6664ed-d16749b7 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
    justify-self: center;
  }

  #w-node-_433c0976-6ee3-c1ff-8ce9-60fe3f1a70fe-d16749b7 {
    grid-area: 3 / 1 / 4 / 5;
    align-self: end;
  }

  #w-node-_51d5b26a-bdb4-3cbd-ad01-60636e468814-d16749b7 {
    grid-area: 2 / 4 / 5 / 6;
  }

  #w-node-_029a9354-4e79-36bf-2ecd-0f1f2881b2a2-d16749b7 {
    align-self: auto;
    justify-self: center;
  }

  #w-node-fc9dbd12-0968-4522-f0e0-61fcf5ef10ea-d16749b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d021caa1-95d5-f9ff-556e-789cb5165dff-d16749b7 {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_927fdba0-e27c-c92e-0f88-c30bdb50c14b-5ea923c8, #w-node-db462572-ee1a-1440-bc0c-603b33d16650-5ea923c8, #w-node-_11e3ac29-3927-0b74-5350-f09ecaa5875f-5ea923c8, #w-node-de5c4ab0-0976-a4b6-148c-03c329bffa6f-5ea923c8, #w-node-b93d91b1-b936-6d6e-88b9-a622da8f1211-5ea923c8, #w-node-_807814e4-d221-e462-68eb-afe04fd9765a-5ea923c8, #w-node-c0e9249d-4f1a-c1ab-9295-7fc16b2eb9dc-5ea923c8, #w-node-_43b9d5cb-838e-8018-b086-324e77684fff-5ea923c8, #w-node-_4d30d0eb-e13c-22dc-6b9a-ded00f2717ce-5ea923c8, #w-node-_1b6b4001-f4b5-6be9-3ed5-3cf418356059-5ea923c8, #w-node-ae6451ce-dc19-0a7b-2201-6d9dfbe23859-5ea923c8, #w-node-_7472d6da-4870-4966-8f03-44b1ba9e381e-5ea923c8, #w-node-_252f675d-8362-e9dd-c7e2-7d4bb03a2429-5ea923c8, #w-node-_7f577828-ece1-fb37-3ff6-69d4c6e0c0ed-5ea923c8, #w-node-edd564f9-30bd-a27b-1fea-98c6d2eb748b-5ea923c8, #w-node-_8efa65be-0829-0a49-5821-11cbbf0ab97e-5ea923c8, #w-node-f30223c8-c113-a1ea-33c5-ec7dfdde78d4-5ea923c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1bfe1bc7-8284-5d7c-11f3-d8343fb285c3-d16749b7 {
    grid-area: 1 / 1 / 4 / 5;
    align-self: start;
    justify-self: center;
  }

  #w-node-_69ea195f-d2b2-c0ba-820b-5ce5fd6664ed-d16749b7 {
    grid-area: 2 / 1 / 4 / 5;
    align-self: start;
    justify-self: start;
  }

  #w-node-_433c0976-6ee3-c1ff-8ce9-60fe3f1a70fe-d16749b7 {
    grid-area: 3 / 1 / 4 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_415b2792-b802-6f0d-676d-0ebc4936b38e-d16749b7 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_108f24dd-e6b5-a5d7-5249-d084f23fb20f-d16749b7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_06b908b2-4edb-9086-3ed0-e7013a076ebd-d16749b7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_866703d2-b570-1046-80c3-5ebe92711dd3-d16749b7 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_25d39962-b334-7ede-1787-a0f52ce0e3ad-d16749b7 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-e6b9a2e2-ce4d-68c1-6f46-e0176940dfdb-d16749b7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-da9e225d-27e6-c2f0-c446-d21db2d66df1-d16749b7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_51d5b26a-bdb4-3cbd-ad01-60636e468814-d16749b7 {
    grid-area: 2 / 3 / 5 / 5;
  }

  #w-node-_4704df90-c3b2-51f3-8fa7-7333891d85ba-d16749b7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
  }

  #w-node-b1f086f4-e1d4-ede3-f129-8050d1a37b10-d16749b7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f010025c-f065-3469-b98e-16fdbb910472-d16749b7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
  }

  #w-node-_9acbddff-d611-eda7-1ea1-bcf751a41504-d16749b7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3ad5d275-9d02-0c68-3c6d-fc7101e99a34-d16749b7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
  }

  #w-node-f4b2dd19-9d4c-3e20-fceb-fe507ea58cce-d16749b7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-cf92ba3b-ea78-b382-04ee-e68c9260eaf4-5ea923c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}