/* line 17, ../../sass/sass/dropdown.scss */
.dropdown {
  user-select: none;
  display: inline-block;
  position: relative;
}

/* line 25, ../../sass/sass/dropdown.scss */
.dropdown-menu {
  display: none;
  cursor: context-menu !important;
  background-color: white;
  left: 0;
  z-index: 3000;
  transform-origin: left top;
  position: absolute;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
}
/* line 37, ../../sass/sass/dropdown.scss */
.dropdown-menu.active {
  display: block;
  transform: scale(1);
}
/* line 43, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-full {
  width: 100%;
  position: fixed;
}
/* line 48, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-full-mobile {
  height: 100vh;
  width: 100%;
  position: fixed;
}
/* line 55, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-right {
  right: 0px;
  left: unset;
  transform-origin: right;
  position: absolute;
  width: 400px;
  box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
  -webkit-box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
  top: 250%;
}
/* line 70, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-right.active {
  /* transform: scale(1); */
  right: 0;
  z-index: 4000;
}
/* line 78, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-left-center {
  left: unset;
  right: 0;
  transform-origin: right top;
  position: absolute;
}
@media only screen and (max-width: 600px) {
  /* line 89, ../../sass/sass/dropdown.scss */
  .dropdown-menu.dropdown-menu-right {
    left: unset;
    transform-origin: right;
    position: absolute;
    width: 350px;
    box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
    -webkit-box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
    position: fixed;
    top: 0;
  }
}
/* line 104, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-center {
  right: unset;
  left: 50%;
  transform-origin: left top;
  transform: scale(0) translate(-50%, 0);
}
/* line 110, ../../sass/sass/dropdown.scss */
.dropdown-menu.dropdown-menu-center.active {
  left: 50%;
  transform: scale(1) translate(-50%, 0);
}
/* line 118, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow:before {
  content: " ";
  height: 20px;
  width: 20px;
  bottom: 100%;
  background: #FFFFFF;
  position: absolute;
  pointer-events: none;
  transform: scale(1) rotate(45deg) translate(-50%, 0);
}
/* line 131, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow:before.dropdown-menu-right {
  right: -100%;
}
/* line 137, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow:after {
  border-width: 8.5px;
  border-bottom-color: #f6f6f6;
}
/* line 142, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow:before {
  border-width: 9px;
  border-bottom-color: #b0b0b0;
}
/* line 149, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-left:before, .dropdown-menu-arrow.dropdown-menu-left:after {
  left: 10%;
}
/* line 155, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-right {
  right: -100%;
  margin-top: 15px;
}
/* line 159, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-right:before, .dropdown-menu-arrow.dropdown-menu-right:after {
  right: 7%;
  top: 0;
}
/* line 167, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-left-center {
  right: 0%;
  margin-top: 15px;
}
/* line 171, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-left-center:before, .dropdown-menu-arrow.dropdown-menu-left-center:after {
  right: 7%;
  top: 0;
}
/* line 181, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-menu-center:before, .dropdown-menu-arrow.dropdown-menu-center:after {
  left: 50%;
}
/* line 188, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-arrow.dropdown- .dropdown-menu-arrow.dropdown-arrow:before {
  margin-top: 15px;
  transform: scale(1) rotate(45deg) translate(-50%, 0);
}
/* line 193, ../../sass/sass/dropdown.scss */
.dropdown-menu-arrow.dropdown-arrow .dropdown-menu {
  margin-top: 15px;
}

/* line 200, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay {
  box-sizing: border-box;
  min-width: 300px !important;
  max-width: 300px;
  padding: 30px 25px 30px 25px;
  border-radius: var(--bd-rd-sm) !important;
  transform: unset;
  opacity: 0;
  top: 90%;
  right: 0px;
  left: unset;
  box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
  overflow: hidden;
}
/* line 217, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .separator {
  border: 1px solid var(--color-surface);
}
/* line 220, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay.active {
  overflow: visible;
  opacity: 1 !important;
  top: 150% !important;
  width: auto;
  height: auto;
  transition: top 0.3s ease-in, opacity 0.1s ease-out;
}
/* line 228, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .items:first-child {
  padding: 0px 0px 15px 0px;
}
/* line 232, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .items {
  cursor: pointer !important;
  color: var(--primary-grey);
  font-weight: 600;
  padding: 15px 0px;
  display: flex;
}
/* line 239, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .items:hover {
  color: var(--color-text-primary);
}
/* line 242, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .items:hover .icon {
  margin-right: 7px;
}
/* line 244, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .items:hover .icon svg path {
  color: var(--color-text-primary);
  fill: var(--color-text-primary);
}
/* line 251, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .buttons {
  display: flex;
  justify-content: space-between;
}
/* line 256, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay button {
  min-width: calc(50% - 7.5px);
  margin-top: 15px;
  font-size: var(--xs-text);
  font-weight: 500;
  color: var(--color-text-primary);
  background-color: white;
  border: 1px solid var(--primary-grey);
  border-radius: var(--bd-rd-lg);
  width: max-content;
  padding: 12px 18px;
}
/* line 269, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay button.primary {
  padding: 13px 19px;
  background-color: #3F84F2;
  color: white;
  border: none;
}
/* line 277, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .icon {
  margin-right: 7px;
}
/* line 280, ../../sass/sass/dropdown.scss */
.dropdown-menu.user-overlay .icon svg path {
  color: var(--primary-grey);
  fill: var(--primary-grey);
}

/* line 288, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay {
  box-sizing: border-box;
  min-width: 300px !important;
  max-width: 300px;
  padding: 15px;
  border-radius: var(--bd-rd-sm) !important;
  transform: unset;
  opacity: 0;
  top: 250%;
  min-height: 175px;
  transform: scale(0);
  left: -50%;
  right: -50%;
  box-shadow: 0 10px 30px -12px rgba(21, 21, 21, 0.28), 0 4px 25px 0 rgba(21, 21, 21, 0.12), 0 8px 10px -5px rgba(21, 21, 21, 0.2);
  overflow: hidden;
}
/* line 307, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay.active {
  overflow: visible;
  opacity: 1 !important;
  transform: scale(1);
  width: auto;
  height: auto;
  transition: transform 0.3s ease-in, opacity 0.1s ease-out;
}
/* line 316, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .icon {
  margin-right: 10px;
}
/* line 318, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .icon svg {
  max-height: 18px;
  max-width: 18px;
  color: var(--color-text-primary);
  fill: var(--color-text-primary);
}
/* line 328, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items:first-child {
  margin-bottom: 15px;
}
/* line 332, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}
/* line 337, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items:not(:first-child):not(:last-child) {
  margin: 15px 0;
}
/* line 341, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items {
  padding: 0px 15px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  cursor: pointer !important;
  color: var(--color-text-primary);
  font-weight: 500;
  display: flex;
  user-select: none;
}
/* line 354, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items.active {
  background-color: var(--color-text-primary);
  color: white;
  border-radius: var(--bd-rd-sm);
}
/* line 359, ../../sass/sass/dropdown.scss */
.dropdown-menu.product-overlay .items.active .icon svg {
  color: white;
  fill: white;
}

/* line 367, ../../sass/sass/dropdown.scss */
.product-select .pr-tt {
  color: var(--color-text-primary);
  user-select: none;
  display: none;
  font-weight: 500;
}
/* line 373, ../../sass/sass/dropdown.scss */
.product-select .pr-tt .icon {
  margin-left: 10px;
  width: 15px;
}
/* line 377, ../../sass/sass/dropdown.scss */
.product-select .pr-tt .icon svg {
  transition: transform 0.4s ease;
  transform-origin: center;
}
/* line 385, ../../sass/sass/dropdown.scss */
.product-select .pr-tt.active .icon svg {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1025px) {
  /* line 392, ../../sass/sass/dropdown.scss */
  .product-select .pr-tt {
    display: none;
  }
}

/* line 3, ../../sass/sass/header-2.scss */
.top-header {
  background-color: var(--color-brand);
  padding: 20px 0;
  min-height: 255px;
}
@media screen and (max-width: 1024px) {
  /* line 3, ../../sass/sass/header-2.scss */
  .top-header {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  /* line 3, ../../sass/sass/header-2.scss */
  .top-header {
    min-height: auto;
    padding-bottom: 20px;
  }
}

/* line 19, ../../sass/sass/header-2.scss */
header {
  width: 100vw;
  max-width: 100vw;
}

/* line 24, ../../sass/sass/header-2.scss */
.ct-mn-he {
  display: flex;
  position: relative;
  min-width: 100vw;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 801px) {
  /* line 24, ../../sass/sass/header-2.scss */
  .ct-mn-he {
    min-height: 54px;
    margin-bottom: 0px;
  }
}
/* line 36, ../../sass/sass/header-2.scss */
.ct-mn-he .ct-us {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* line 41, ../../sass/sass/header-2.scss */
.ct-mn-he .ct-us .ct-us-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-surface);
  border-radius: 100px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-surface);
  cursor: pointer;
}
/* line 52, ../../sass/sass/header-2.scss */
.ct-mn-he .ct-us .ct-us-img svg {
  width: 16px;
  height: 16px;
}
/* line 59, ../../sass/sass/header-2.scss */
.ct-mn-he .ct-us .op-opt {
  cursor: pointer;
}
/* line 62, ../../sass/sass/header-2.scss */
.ct-mn-he .ct-us .op-opt svg {
  width: 16px;
  height: 16px;
}
/* line 71, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1224px;
  width: 91.63%;
}
/* line 86, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop {
  transition: all .3s;
  position: absolute;
  top: 0;
  left: -10px;
  background-color: var(--third);
  border-bottom-right-radius: var(--bd-rd-xxs);
  border-bottom-left-radius: var(--bd-rd-xxs);
  max-width: 1244px;
  width: calc(100% + 40px);
  padding: 10px;
  max-height: 80vh;
  z-index: 20;
  opacity: 0;
  margin-top: -40px;
}
/* line 102, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-bx {
  margin-top: 44px;
  width: 100%;
}
/* line 107, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 10px;
  padding: 16px 0 32px 0;
  width: 1120px;
  max-width: 91.63%;
  height: 97%;
  margin: 0 auto;
}
/* line 117, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-search-results {
  display: grid;
  grid-template-columns: 1fr !important;
  gap: 1rem;
}
/* line 123, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
/* line 128, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls {
  display: block;
  justify-content: center;
  padding-right: 0.5rem;
}
/* line 133, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item {
  margin: 6px 0;
  padding: 8px;
  cursor: pointer;
  border-radius: var(--bd-rd-button);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}
/* line 143, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item .point {
  opacity: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--color-text-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  position: absolute;
  left: 8px;
}
/* line 156, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item .point .back {
  width: 6px;
  height: 6px;
  background-color: var(--color-text-primary);
  border-radius: 50%;
}
/* line 170, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item p {
  font-size: var(--sm-text);
  font-weight: 500;
  color: var(--color-text-muted);
  transition: all 0.3s ease;
}
/* line 179, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .active .point {
  opacity: 1;
}
/* line 183, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .active p {
  color: var(--color-text-primary);
  transform: translateX(20px);
}
/* line 191, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: calc(80vh - 70px);
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 801px) {
  /* line 191, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst {
    grid-template-columns: 1fr;
  }
}
/* line 205, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ti-ls {
  font-weight: 500;
  font-size: var(--xxs-text);
  position: absolute;
  top: 0;
  left: 0;
}
/* line 213, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: var(--bd-rd-xxss);
}
/* line 221, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls:hover {
  background-color: var(--color-surface);
}
/* line 225, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
/* line 233, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls .ct-ul .sb-title-ls {
  color: var(--color-text-primary);
}
/* line 237, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls .ct-ul .ct-li {
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}
/* line 246, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .hidden {
  display: none;
}
/* line 250, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .search-drop .sc-md-ct .fade-in {
  display: grid;
  animation: fade-in 0.5s;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 273, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .lft-he {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: left;
  height: 100%;
}
/* line 280, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .lft-he .he-lg {
  display: flex;
  align-items: center;
}
/* line 284, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .lft-he .he-lg img {
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  /* line 289, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .lft-he .he-lg img {
    width: 150px;
  }
  /* line 293, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .lft-he .he-lg .separator,
  .ct-mn-he .cont-wdt .lft-he .he-lg .products {
    display: none;
  }
}
/* line 299, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .lft-he .he-lg .separator {
  display: none;
  margin-right: 30px;
  margin-left: 30px;
  min-height: 30px;
  width: 1px;
  height: 100%;
  background-color: #ededed;
}
/* line 326, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .ct-mn {
  display: flex;
  align-items: center;
  gap: 20px;
  user-select: none;
  display: none;
}
@media only screen and (max-width: 800px) {
  /* line 326, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .ct-mn {
    display: none;
  }
}
/* line 337, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .ct-mn .it-mnu {
  position: relative;
  cursor: pointer;
  transition: all .3s;
  padding: 10px 10px;
  font-weight: 500;
}
/* line 345, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .ct-mn .it-mnu .btt {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -8px;
  border-radius: var(--bd-rd-xxxl);
  background-color: var(--color-text-primary);
  width: 40px;
  height: 2px;
}
/* line 360, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .left-he,
.ct-mn-he .cont-wdt .rgh-he {
  z-index: 25;
}
/* line 365, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .lg-black {
  display: none;
}
/* line 369, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he {
  display: flex;
  align-items: center;
  user-select: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  /* line 369, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he {
    justify-content: flex-end;
  }
}
/* line 380, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 16px;
  color: var(--color-text-primary);
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  /* line 380, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .desktop {
    display: none;
  }
}
/* line 395, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he {
  display: flex;
  gap: 16px;
  max-width: 100%;
  justify-content: space-evenly;
}
@media screen and (max-width: 800px) {
  /* line 395, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he {
    display: none;
  }
}
/* line 407, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .ct-hp a {
  font-weight: 500;
}
/* line 411, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .ct-hp:hover {
  text-decoration: underline;
}
/* line 416, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 50px;
  background-color: color-mix(in srgb, var(--color-brand) 94%, #fff);
  color: var(--color-white);
  padding: 0.5rem;
  white-space: nowrap;
  cursor: pointer;
}
/* line 427, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user svg {
  color: var(--color-text-primary);
  width: 16px;
  height: 16px;
}
/* line 433, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .perfil {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-surface);
  border-radius: 100px;
  width: 24px;
  height: 24px;
}
/* line 443, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .txt-use {
  color: var(--color-white);
  max-width: 100px;
  overflow: hidden;
}
/* line 449, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .menu-hb {
  width: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-right: 6px;
}
/* line 456, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .menu-hb span {
  height: 2px;
  width: 100%;
  display: block;
  background-color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  /* line 380, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .desktop {
    display: flex;
  }
}
@media only screen and (max-width: 800px) {
  /* line 380, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .desktop {
    display: none;
  }
}
/* line 478, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr {
  display: flex;
  flex: 1 !important;
  align-items: center;
  gap: 10px;
  background-color: var(--color-surface);
  border-radius: var(--bd-rd-xxxs);
  padding: 0 10px;
  width: 100%;
}
/* line 488, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: var(--xxs-text);
  min-height: 40px;
}
/* line 495, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr input::placeholder {
  color: var(--color-text-primary);
}
/* line 501, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr svg,
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr path {
  width: 18px;
  height: 18px;
  fill: var(--color-text-muted);
  margin-top: 6px;
}
/* line 509, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr .clean-sh {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  /* line 478, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr {
    height: 40px;
    max-width: 100%;
  }
}
/* line 519, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr-mn {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--color-surface);
}
/* line 525, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .my-trp {
  color: var(--color-text-muted);
  font-weight: 500;
  cursor: pointer;
  display: none;
}
/* line 532, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .mn-user {
  font-weight: 500;
}
/* line 536, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .barr {
  background-color: var(--color-text-muted);
  height: 20px;
  width: 2px;
  display: none;
}
/* line 543, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set {
  position: relative;
}
/* line 546, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set svg,
.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set path {
  fill: var(--color-white) !important;
}
/* line 551, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set .btn {
  padding: 5px;
  cursor: pointer;
}
/* line 555, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set .btn img {
  width: 25px;
}
/* line 561, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .login {
  border-radius: var(--bd-rd-xxxl);
  user-select: none;
  cursor: pointer;
}
/* line 569, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .cart {
  max-height: 55px;
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-size: var(--xxs-text);
  border-radius: 50px;
  color: var(--color-white);
  padding: 8px 15px;
  background-color: color-mix(in srgb, var(--color-brand) 94%, #fff) !important;
}
/* line 581, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .cart svg {
  width: 16px;
  height: 16px;
}
/* line 588, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang {
  border-radius: 50px;
  background-color: color-mix(in srgb, var(--color-brand) 94%, #fff);
  color: var(--color-white);
  cursor: pointer;
  padding: 0.3rem 0.6rem;
  white-space: nowrap;
}
/* line 596, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang svg {
  color: var(--color-white);
  width: 16px;
  height: 16px;
}
/* line 606, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row {
  height: 100%;
  display: flex;
  align-items: center;
  color: var(--color-white);
}
/* line 612, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row span {
  display: none;
}
/* line 616, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row div {
  font-size: var(--xxs-text);
}
/* line 620, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .txt-lg {
  color: var(--color-white);
}
/* line 628, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row span {
  font-size: var(--xxs-text);
}
/* line 632, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country {
  display: flex;
}
/* line 636, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country img {
  margin-right: 5px;
  width: 15px;
}
/* line 641, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country div {
  display: none;
  color: var(--color-white);
}
/* line 652, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user {
  font-size: var(--xxs-text);
  position: relative;
  cursor: pointer;
  color: var(--color-white);
}
/* line 660, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user:hover {
  text-decoration: underline;
}
/* line 664, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user .row {
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 669, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user .row svg {
  width: 20px;
  border-radius: var(--bd-rd-xxxl);
}
/* line 674, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user .row .txt {
  font-size: var(--xxs-text);
  color: var(--color-white);
}
/* line 678, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .desktop .user .row .txt:hover {
  text-decoration: underline;
}
/* line 689, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .suport {
  display: flex;
  align-items: center;
  font-size: var(--xxs-text);
  cursor: pointer;
}
/* line 696, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile {
  display: none;
  align-items: center;
  gap: 16px;
}
/* line 701, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .user-black,
.ct-mn-he .cont-wdt .rgh-he .mobile .lang-black,
.ct-mn-he .cont-wdt .rgh-he .mobile .cart-black {
  display: none;
}
/* line 707, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .lp-research {
  display: none;
}
/* line 713, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .lg-white a {
  display: flex;
  align-items: center;
  justify-self: center;
}
/* line 720, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .mr-set,
.ct-mn-he .cont-wdt .rgh-he .mobile .cart,
.ct-mn-he .cont-wdt .rgh-he .mobile .lgin {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 728, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile img,
.ct-mn-he .cont-wdt .rgh-he .mobile svg {
  width: 24px !important;
  height: 24px !important;
  color: var(--color-text-primary);
}
/* line 736, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .cart svg {
  width: 20px !important;
  height: 20px !important;
}
@media only screen and (max-width: 800px) {
  /* line 696, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .mobile {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 600px) {
  /* line 696, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .mobile {
    width: 100%;
    margin-left: 0;
  }
  /* line 751, ../../sass/sass/header-2.scss */
  .ct-mn-he .cont-wdt .rgh-he .mobile .lp-research {
    display: flex;
  }
}
/* line 756, ../../sass/sass/header-2.scss */
.ct-mn-he .cont-wdt .rgh-he .mobile .coin {
  width: 30x;
  height: 30px;
}

/* line 770, ../../sass/sass/header-2.scss */
.ov-rs-mb {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

/* line 782, ../../sass/sass/header-2.scss */
.ct-input-mb {
  display: flex;
  opacity: 1;
  transition: all 0.3s;
  position: fixed;
  top: 8%;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 201;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 0.5rem 0.5rem 0 0;
}
/* line 799, ../../sass/sass/header-2.scss */
.ct-input-mb.show {
  transform: translateY(0);
}
/* line 803, ../../sass/sass/header-2.scss */
.ct-input-mb .ct-lg-btn {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  border-bottom: 1px solid var(--color-surface);
}
/* line 812, ../../sass/sass/header-2.scss */
.ct-input-mb .ct-lg-btn .title-rs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}
/* line 820, ../../sass/sass/header-2.scss */
.ct-input-mb .content-search-mb {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  padding: 1rem 0.5rem;
}
/* line 827, ../../sass/sass/header-2.scss */
.ct-input-mb .content-category-mb {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
/* line 833, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-bx {
  margin-top: 24px;
  width: 100%;
}
/* line 838, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct {
  display: block;
  margin: 0 auto;
}
/* line 842, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
/* line 847, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls {
  display: block;
  justify-content: center;
  padding: 0 0.5rem;
}
/* line 852, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item {
  margin: 6px 0;
  padding: 8px;
  cursor: pointer;
  border-radius: var(--bd-rd-button);
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
  font-weight: 500;
}
/* line 862, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item p {
  width: 100%;
  text-align: center;
  font-weight: 500;
}
/* line 868, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item svg {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}
/* line 875, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding-bottom: 1rem;
}
/* line 884, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ti-ls {
  font-weight: 500;
}
/* line 888, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin-bottom: 5px;
  gap: 10px;
}
/* line 896, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
/* line 902, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .sb-title-ls {
  color: var(--color-text-primary);
}
/* line 906, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .ct-ul {
  display: flex;
  flex-direction: column;
}
/* line 910, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .ct-ul .ct-li {
  border-radius: 0.3rem;
  font-size: var(--xxxs-text);
  color: var(--color-text-muted);
}
/* line 920, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .hidden-mb {
  display: none;
}
/* line 924, ../../sass/sass/header-2.scss */
.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .fade-in-mb {
  display: grid;
  border-bottom: 1px solid var(--color-surface);
  animation: fade-in 0.5s;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 943, ../../sass/sass/header-2.scss */
.ct-input-mb .delet-input {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
/* line 949, ../../sass/sass/header-2.scss */
.ct-input-mb .delet-input svg {
  width: 24px;
  height: 24px;
}
/* line 955, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct {
  width: 100%;
  background-color: var(--color-surface);
  border-radius: 0.5rem;
  padding: 0.75rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
/* line 965, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct .input-mb {
  background-color: var(--color-surface);
  width: 100%;
  font-size: var(--xxs-text);
}
/* line 971, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct .search-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 976, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct .search-trigger svg {
  width: 22px;
  height: 22px;
}
/* line 982, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct .clean-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 987, ../../sass/sass/header-2.scss */
.ct-input-mb .input-ct .clean-input svg {
  width: 20px;
  height: 20px;
}

/* line 998, ../../sass/sass/header-2.scss */
.ct-us-md {
  position: absolute;
  top: 45px;
  background-color: var(--third);
  border-radius: 20px;
  width: 300px;
  transition: all .3s;
  opacity: 0;
  margin-top: 20px;
  color: var(--color-text-primary);
  border: 1px solid var(--color-surface);
  z-index: 99;
  cursor: auto;
}
@media screen and (max-width: 800px) {
  /* line 998, ../../sass/sass/header-2.scss */
  .ct-us-md {
    left: -200px;
  }
}
@media screen and (max-width: 850px) {
  /* line 998, ../../sass/sass/header-2.scss */
  .ct-us-md {
    left: -200px;
  }
}
@media screen and (max-width: 600px) {
  /* line 998, ../../sass/sass/header-2.scss */
  .ct-us-md {
    margin-top: 0px;
    margin-left: -40px;
    top: -320px;
    left: 0px;
    width: calc(100vw - 40px);
  }
}
/* line 1028, ../../sass/sass/header-2.scss */
.ct-us-md .us-he {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid var(--color-surface);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 600px) {
  /* line 1028, ../../sass/sass/header-2.scss */
  .ct-us-md .us-he {
    padding: 22px 20px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1041, ../../sass/sass/header-2.scss */
  .ct-us-md .us-he .ct-if-us {
    font-size: var(--bd-rd-sm);
  }
}
/* line 1047, ../../sass/sass/header-2.scss */
.ct-us-md .us-he .ct-if-us .us-nm-m {
  font-weight: 500;
  max-width: 21ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 1055, ../../sass/sass/header-2.scss */
.ct-us-md .us-he .ct-if-us .us-ml {
  max-width: 21ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--bd-rd-xs);
}
@media screen and (max-width: 600px) {
  /* line 1055, ../../sass/sass/header-2.scss */
  .ct-us-md .us-he .ct-if-us .us-ml {
    font-size: var(--xxs-text);
  }
}
/* line 1072, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd {
  display: flex;
  flex-direction: column;
}
/* line 1076, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .bt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px 20px;
  transition: all .3s;
  border-top: 1px solid var(--color-surface);
  cursor: pointer;
}
/* line 1085, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .bt svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 600px) {
  /* line 1076, ../../sass/sass/header-2.scss */
  .ct-us-md .us-bd .bt {
    padding: 22px 20px;
    font-size: var(--bd-rd-sm);
  }
}
/* line 1097, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .ft-us-md {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
}
/* line 1103, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .ft-us-md .ac-btn,
.ct-us-md .us-bd .ft-us-md .ex-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 500;
  cursor: pointer;
}
/* line 1115, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .ft-us-md .ex-btn {
  border: 2px solid var(--color-text-primary);
}
/* line 1119, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .ft-us-md .ac-btn {
  color: var(--color-white);
  background-color: var(--color-brand);
}
/* line 1126, ../../sass/sass/header-2.scss */
.ct-us-md .us-bd .ex-ac {
  font-weight: 500;
  padding: 15px 20px 20px;
}

/* line 1136, ../../sass/sass/header-2.scss */
.ct-mb-mn {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--color-brand);
  width: 100vw;
  height: 100vh;
  transition: all .3s;
  opacity: 0;
  margin-top: 20px;
  user-select: none;
  z-index: 99999999999;
}
@media screen and (max-height: 700px) {
  /* line 1136, ../../sass/sass/header-2.scss */
  .ct-mb-mn {
    overflow: scroll;
  }
}
/* line 1153, ../../sass/sass/header-2.scss */
.ct-mb-mn .he-mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  padding-bottom: 0;
  background-color: var(--color-brand);
}
/* line 1163, ../../sass/sass/header-2.scss */
.ct-mb-mn .he-mb .lg-mb-md img {
  width: 250px;
}
/* line 1169, ../../sass/sass/header-2.scss */
.ct-mb-mn .he-mb .cls-mn {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 40px;
  height: 40px;
}
/* line 1176, ../../sass/sass/header-2.scss */
.ct-mb-mn .he-mb .cls-mn svg {
  width: 22px;
  height: 22px;
  color: var(--color-surface);
}
/* line 1186, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-top: 0px;
}
@media screen and (max-height: 700px) {
  /* line 1186, ../../sass/sass/header-2.scss */
  .ct-mb-mn .ct-bd-mn {
    position: relative;
  }
}
/* line 1197, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .men-it {
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}
/* line 1202, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .men-it .mn-ip {
  color: var(--color-white);
  font-size: var(--sm-text);
  font-weight: 500;
  margin-top: 20px;
}
/* line 1208, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .men-it .mn-ip:first-child {
  margin-top: 0;
}
/* line 1216, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .mr-btn {
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  margin-top: 100px;
}
/* line 1222, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .mr-btn .tls-ti {
  font-size: var(--bd-rd-sm);
  font-weight: 500;
}
/* line 1227, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .mr-btn .my-tp {
  font-size: var(--bd-rd-sm);
  margin-top: 20px;
  font-weight: 500;
}
/* line 1235, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .ct-ac {
  margin-top: 100px;
  font-size: var(--xxs-text);
  color: var(--color-white);
  margin-bottom: 20px;
}
/* line 1241, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .ct-ac .lg-nw {
  font-size: var(--bd-rd-sm);
  font-weight: 500;
}
/* line 1246, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .ct-ac .ct-us {
  position: relative;
  display: flex;
  align-items: center;
}
/* line 1251, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .ct-ac .ct-us .us-fc {
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
/* line 1261, ../../sass/sass/header-2.scss */
.ct-mb-mn .ct-bd-mn .ct-ac .ct-us .us-n-m {
  margin-left: 15px;
  font-size: var(--bd-rd-sm);
  font-weight: 500;
}

/* line 1277, ../../sass/sass/header-2.scss */
.lang-modal .sb-ti-ip {
  width: 350px;
  user-select: none;
  font-size: var(--xxs-text);
  margin-bottom: 5px;
}
/* line 1285, ../../sass/sass/header-2.scss */
.lang-modal form .switch {
  color: #4285F4;
  font-weight: 500;
  cursor: pointer;
}
/* line 1291, ../../sass/sass/header-2.scss */
.lang-modal form .row {
  display: flex;
}
/* line 1294, ../../sass/sass/header-2.scss */
.lang-modal form .row.between {
  justify-content: space-between;
}
/* line 1299, ../../sass/sass/header-2.scss */
.lang-modal form .ct-slct {
  position: relative;
}
/* line 1302, ../../sass/sass/header-2.scss */
.lang-modal form .ct-slct svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  user-select: none;
}
/* line 1314, ../../sass/sass/header-2.scss */
.lang-modal form select {
  min-height: 50px;
  padding: 5px;
  padding-left: 10px;
  width: 100%;
  border-radius: var(--bd-rd-xxss);
  border: 1px solid var(--color-text-muted);
  color: var(--color-text-primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
}
/* line 1330, ../../sass/sass/header-2.scss */
.lang-modal form .txt {
  margin-bottom: 10px;
}
/* line 1334, ../../sass/sass/header-2.scss */
.lang-modal form > :not(:first-child) {
  margin-top: 15px;
}
/* line 1338, ../../sass/sass/header-2.scss */
.lang-modal form > div:first-child {
  margin-top: 15px;
}
/* line 1342, ../../sass/sass/header-2.scss */
.lang-modal form button {
  font-weight: 500;
  margin-top: 10px;
  background-color: #F5F7FA;
  color: var(--color-text-primary);
  border-radius: var(--bd-rd-sm);
  min-height: 40px;
  width: 100%;
}
/* line 1352, ../../sass/sass/header-2.scss */
.lang-modal form button.hl {
  margin-top: 0px;
  background-color: var(--color-brand);
  color: white;
}

/* line 1361, ../../sass/sass/header-2.scss */
.back-background {
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

/* line 1373, ../../sass/sass/header-2.scss */
.help {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--color-white);
  user-select: none;
  cursor: pointer;
}
/* line 1381, ../../sass/sass/header-2.scss */
.help .h-title {
  font-size: var(--xxs-text);
}
/* line 1385, ../../sass/sass/header-2.scss */
.help svg,
.help path {
  width: 15px;
  height: 15px;
  fill: var(--third);
}

/* line 1395, ../../sass/sass/header-2.scss */
.user-perfil {
  position: relative;
  padding: 0.5rem !important;
  margin-right: 0 !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: color-mix(in srgb, var(--color-brand) 94%, #fff) !important;
}
/* line 1408, ../../sass/sass/header-2.scss */
.user-perfil .perfil img {
  width: 100%;
  border-radius: 50%;
}
/* line 1414, ../../sass/sass/header-2.scss */
.user-perfil svg {
  width: 18px;
  height: 18px;
  color: var(--color-text-primary);
}
/* line 1420, ../../sass/sass/header-2.scss */
.user-perfil .svg-pf {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
/* line 1425, ../../sass/sass/header-2.scss */
.user-perfil .svg-pf svg {
  width: 18px;
  height: 18px;
}
/* line 1431, ../../sass/sass/header-2.scss */
.user-perfil .svg-rotate {
  transform: rotate(-180deg);
}
/* line 1435, ../../sass/sass/header-2.scss */
.user-perfil .txt-use {
  font-size: var(--xxs-text);
  font-weight: 500;
}
/* line 1440, ../../sass/sass/header-2.scss */
.user-perfil .menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 18px;
  width: 18px;
}
/* line 1447, ../../sass/sass/header-2.scss */
.user-perfil .menu span {
  height: 3px;
  background-color: var(--color-text-muted);
  border-radius: 2px;
}

/* line 1455, ../../sass/sass/header-2.scss */
.menu-account {
  position: absolute;
  opacity: 1;
  margin-top: 0;
  transition: all 0.3s;
  min-width: 264px;
  top: 50px;
  right: 0;
  border: 1px solid var(--color-surface);
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 640px) {
  /* line 1455, ../../sass/sass/header-2.scss */
  .menu-account {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    opacity: 0;
    right: auto;
    width: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
/* line 1479, ../../sass/sass/header-2.scss */
.menu-account .ct-pf-acc {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-bottom: 1px solid var(--color-background);
}
/* line 1500, ../../sass/sass/header-2.scss */
.menu-account .ct-pf-acc .ct-tnm-pf p {
  font-weight: 500;
  font-size: var(--xxs-text);
}
/* line 1506, ../../sass/sass/header-2.scss */
.menu-account .ct-pf-acc .ct-nm-pf {
  max-width: 174px;
}
/* line 1509, ../../sass/sass/header-2.scss */
.menu-account .ct-pf-acc .ct-nm-pf p {
  overflow: hidden;
  text-overflow: clip;
}
/* line 1517, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc {
  padding: 0.5rem 1rem;
}
/* line 1520, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .lst-btn-op {
  display: flex;
  flex-direction: column;
  padding-bottom: 4px;
}
/* line 1525, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .lst-btn-op .my-lst {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  margin: 0 -1rem;
  border-radius: 4px;
  cursor: pointer;
}
/* line 1534, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .lst-btn-op .my-lst:hover {
  background-color: var(--color-surface);
}
/* line 1538, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .lst-btn-op .my-lst svg {
  width: 16px;
  height: 16px;
  color: var(--color-text-primary) !important;
}
/* line 1544, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .lst-btn-op .my-lst a {
  color: var(--color-text-primary) !important;
  font-weight: 500;
}
/* line 1552, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .ftr-ls {
  border-top: 1px solid var(--color-surface);
  padding-top: 4px;
}
/* line 1556, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .ftr-ls .lst-exit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  margin: 0 -1rem;
  color: var(--color-text-primary);
}
/* line 1564, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .ftr-ls .lst-exit svg {
  width: 16px;
  height: 16px;
}
/* line 1569, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .ftr-ls .lst-exit:hover {
  background-color: var(--color-surface);
}
/* line 1573, ../../sass/sass/header-2.scss */
.menu-account .ct-my-acc .ftr-ls .lst-exit a {
  font-weight: 500;
}

/* line 3, ../../sass/sass/header-views.scss */
header {
  background-color: var(--color-brand);
}
/* line 6, ../../sass/sass/header-views.scss */
header .ct-mn-he {
  padding: 0.7rem 0;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 800px) {
  /* line 11, ../../sass/sass/header-views.scss */
  header .ct-mn-he .ct-mn-he {
    padding: 0.75rem 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 6, ../../sass/sass/header-views.scss */
  header .ct-mn-he {
    flex-direction: column;
    gap: 0.5rem;
  }
}
/* line 20, ../../sass/sass/header-views.scss */
header .ct-mn-he .cont-wdt {
  width: 1120px;
  max-width: 91.63%;
}
@media screen and (max-width: 800px) {
  /* line 25, ../../sass/sass/header-views.scss */
  header .ct-mn-he .cont-wdt .left-he,
  header .ct-mn-he .cont-wdt .rgh-he {
    z-index: 1 !important;
  }
  /* line 31, ../../sass/sass/header-views.scss */
  header .ct-mn-he .cont-wdt .left-he .lg-white a,
  header .ct-mn-he .cont-wdt .rgh-he .lg-white a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  /* line 20, ../../sass/sass/header-views.scss */
  header .ct-mn-he .cont-wdt {
    gap: 0 !important;
  }
}
/* line 44, ../../sass/sass/header-views.scss */
header .ct-mn-he .cont-wdt .hd-ct {
  align-items: center !important;
}
/* line 48, ../../sass/sass/header-views.scss */
header .ct-mn-he .cont-wdt .ct-btn-he {
  height: 84% !important;
  justify-content: flex-end !important;
}
/* line 53, ../../sass/sass/header-views.scss */
header .ct-mn-he .cont-wdt .rgh-he {
  gap: 16px !important;
}
/* line 56, ../../sass/sass/header-views.scss */
header .ct-mn-he .cont-wdt .rgh-he .lg-black {
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 60, ../../sass/sass/header-views.scss */
  header .ct-mn-he .cont-wdt .rgh-he .desktop {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  /* line 60, ../../sass/sass/header-views.scss */
  header .ct-mn-he .cont-wdt .rgh-he .desktop {
    display: none;
  }
}
/* line 71, ../../sass/sass/header-views.scss */
header .ct-mn-he .cont-wdt .rgh-he .desktop .search-header {
  border: none;
}
/* line 78, ../../sass/sass/header-views.scss */
header .ct-mn-he .cont-wdt .rgh-he .mobile .user-black,
header .ct-mn-he .cont-wdt .rgh-he .mobile .lang-black,
header .ct-mn-he .cont-wdt .rgh-he .mobile .cart-black {
  display: none;
}
@media screen and (max-width: 800px) {
  /* line 76, ../../sass/sass/header-views.scss */
  header .ct-mn-he .cont-wdt .rgh-he .mobile {
    display: flex;
  }
}
/* line 92, ../../sass/sass/header-views.scss */
header .ct-mn-he .cont-wdt .rgh-he .hd-ct-mv .btn-hd {
  justify-content: center;
}
/* line 98, ../../sass/sass/header-views.scss */
header .ct-mn-he .cont-wdt .search-drop {
  position: fixed;
  left: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}
/* line 107, ../../sass/sass/header-views.scss */
header .ct-mn-he .sc-hr-mobile {
  display: none;
  flex: 1 !important;
  align-items: center;
  gap: 10px;
  background-color: var(--color-surface);
  border-radius: var(--bd-rd-xxxs);
  padding: 0 10px;
  width: 100%;
  max-width: 91.63%;
}
/* line 118, ../../sass/sass/header-views.scss */
header .ct-mn-he .sc-hr-mobile input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: var(--xxs-text);
  min-height: 40px;
}
/* line 125, ../../sass/sass/header-views.scss */
header .ct-mn-he .sc-hr-mobile input::placeholder {
  color: var(--color-text-primary);
}
/* line 130, ../../sass/sass/header-views.scss */
header .ct-mn-he .sc-hr-mobile svg,
header .ct-mn-he .sc-hr-mobile path {
  width: 16px;
  height: 16px;
  fill: var(--color-text-muted);
  margin-top: 6px;
}
@media screen and (max-width: 600px) {
  /* line 107, ../../sass/sass/header-views.scss */
  header .ct-mn-he .sc-hr-mobile {
    display: flex;
  }
}

/* line 1, ../../sass/sass/footer-views.scss */
footer {
  width: 100%;
  height: 100%;
  background-color: var(--color-white) !important;
  margin-top: -1rem;
  color: var(--color-text-primary);
  background-image: none !important;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  border-top: 1px solid var(--color-surface);
}
/* line 12, ../../sass/sass/footer-views.scss */
footer .footer-content-view {
  display: block;
  width: 1120px;
  max-width: 91.63%;
  height: 100%;
  margin: 0 auto;
}
/* line 19, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp {
  max-width: 100%;
  display: flex;
  padding: 4rem 0;
  justify-content: space-between;
}
/* line 25, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list {
  display: block;
  text-align: left;
}
/* line 29, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .footer-list-title {
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (max-width: 800px) {
  /* line 29, ../../sass/sass/footer-views.scss */
  footer .footer-content-view .footer-hp .footer-ct-list .footer-list-title {
    font-size: var(--xxs-text);
  }
}
/* line 40, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .media-links .option {
  margin-bottom: 14px;
}
/* line 43, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .media-links .option .wk-nm {
  color: var(--color-text-primary);
  text-transform: capitalize;
}
@media screen and (max-width: 800px) {
  /* line 43, ../../sass/sass/footer-views.scss */
  footer .footer-content-view .footer-hp .footer-ct-list .media-links .option .wk-nm {
    font-size: var(--xxs-text);
  }
}
/* line 52, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .media-links .option svg {
  display: none;
}
/* line 58, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .media-links .option:hover .wk-nm {
  text-decoration: underline;
}
/* line 65, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .footer-list {
  list-style: none;
}
/* line 68, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item {
  margin-bottom: 10px;
}
/* line 71, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item a {
  color: var(--color-text-primary);
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  /* line 71, ../../sass/sass/footer-views.scss */
  footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item a {
    font-size: var(--xxs-text);
  }
}
/* line 79, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item a img {
  width: 24px;
  height: 24px;
}
/* line 84, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item a:hover {
  text-decoration: underline;
}
/* line 90, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item-icon {
  margin-bottom: 0;
}
/* line 95, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .list-social-icon {
  display: flex;
  gap: 6px;
  align-items: center;
}
/* line 103, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .links .tag {
  font-weight: 500;
  margin-bottom: 14px;
}
@media screen and (max-width: 800px) {
  /* line 103, ../../sass/sass/footer-views.scss */
  footer .footer-content-view .footer-hp .footer-ct-list .links .tag {
    font-size: var(--xxs-text);
  }
}
/* line 112, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .links .wrapper-links {
  display: flex;
}
/* line 115, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .links .wrapper-links .seal-ct {
  margin-left: 20px;
}
/* line 118, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .links .wrapper-links .seal-ct:first-child {
  margin-left: 0;
}
/* line 122, ../../sass/sass/footer-views.scss */
footer .footer-content-view .footer-hp .footer-ct-list .links .wrapper-links .seal-ct img {
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 801px) {
  /* line 19, ../../sass/sass/footer-views.scss */
  footer .footer-content-view .footer-hp {
    padding: 2.5rem 0 0 0;
    display: block;
  }
  /* line 135, ../../sass/sass/footer-views.scss */
  footer .footer-content-view .footer-hp .footer-ct-list {
    margin-bottom: 40px;
  }
  /* line 138, ../../sass/sass/footer-views.scss */
  footer .footer-content-view .footer-hp .footer-ct-list .footer-list-title {
    margin-bottom: 0.5rem;
  }
  /* line 144, ../../sass/sass/footer-views.scss */
  footer .footer-content-view .footer-hp .footer-ct-list .footer-list .footer-list-item {
    margin-bottom: 0.5rem;
  }
}
/* line 153, ../../sass/sass/footer-views.scss */
footer .all-rights {
  padding: 2rem 0;
  border-top: 1px solid rgba(211, 211, 211, 0.699);
  width: 1120px;
  max-width: 91.63%;
  margin: 0 auto;
}
/* line 160, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
/* line 165, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .ct-rights {
  display: flex;
  align-items: center;
}
/* line 169, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .ct-rights .list-btn-footer {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
/* line 175, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .ct-rights .list-btn-footer li {
  cursor: pointer;
  text-transform: capitalize;
}
/* line 179, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .ct-rights .list-btn-footer li a {
  color: var(--color-text-primary);
  text-decoration: none;
  text-transform: capitalize;
}
@media screen and (max-width: 800px) {
  /* line 179, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .ct-rights .list-btn-footer li a {
    font-size: var(--xxs-text);
  }
}
/* line 188, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .ct-rights .list-btn-footer li a:hover {
  text-decoration: underline;
}
/* line 194, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .ct-rights .list-btn-footer span {
  margin: 0 1.5rem;
}
/* line 200, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .text-footer {
  font-weight: 300;
}
/* line 204, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social {
  max-width: 100%;
  text-align: right;
}
/* line 208, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  /* line 208, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .footer-social .list-social {
    flex-direction: column;
    align-items: baseline;
    gap: 0;
  }
}
/* line 220, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
/* line 225, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item .powered-pass {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--color-text-primary);
}
/* line 232, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item .powered-pass svg {
  width: 96px;
  height: 30px;
  padding-left: 12px;
}
/* line 238, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item .powered-pass:hover {
  text-decoration: underline;
}
/* line 243, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  cursor: pointer;
  width: 100%;
  margin-right: 0.5rem;
  padding: 0.3rem 0.6rem;
  border-radius: 50px;
  color: var(--color-text-primary) !important;
}
/* line 254, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md div {
  display: flex;
}
/* line 258, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md .row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
/* line 263, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md .row span {
  display: none;
}
/* line 268, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md .select-country {
  display: flex;
  align-items: center;
}
/* line 273, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md p {
  margin-left: 1px;
  font-weight: 500;
}
/* line 278, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md span {
  font-weight: 300;
}
@media screen and (max-width: 800px) {
  /* line 243, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .footer-social .list-social-item .btn-language-md {
    width: auto;
  }
}
/* line 288, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item img {
  width: 18px;
  height: 18px;
}
/* line 293, ../../sass/sass/footer-views.scss */
footer .all-rights .all-rights-ft .footer-social .list-social-item .ct-lg-ft {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media screen and (max-width: 1170px) {
  /* line 160, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft {
    text-align: center;
  }
  /* line 305, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .ct-rights {
    justify-content: center;
  }
  /* line 311, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .footer-social .list-social {
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  /* line 153, ../../sass/sass/footer-views.scss */
  footer .all-rights {
    padding-top: 2rem;
    padding-bottom: 80px;
  }
  /* line 322, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft {
    display: block;
  }
  /* line 325, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .ct-rights {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: left;
    line-height: 1.5rem;
  }
  /* line 332, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .ct-rights span {
    display: none;
  }
  /* line 336, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .ct-rights .list-btn-footer {
    display: block;
  }
  /* line 339, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .ct-rights .list-btn-footer li {
    margin-bottom: 0.5rem;
  }
  /* line 345, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .footer-social {
    width: 100%;
    max-width: 100%;
  }
  /* line 349, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .footer-social .list-social {
    justify-content: flex-start;
  }
  /* line 352, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .footer-social .list-social-item {
    line-height: 24px;
    margin-bottom: 0.5rem;
  }
  /* line 357, ../../sass/sass/footer-views.scss */
  footer .all-rights .all-rights-ft .footer-social .list-social .btn-language-md {
    padding: 0.3rem 0;
  }
}
@media screen and (max-width: 801px) {
  /* line 369, ../../sass/sass/footer-views.scss */
  footer .footer-content-view .footer-hp {
    grid-template-columns: 1fr;
  }
  /* line 372, ../../sass/sass/footer-views.scss */
  footer .footer-content-view .footer-hp .footer-ct-list {
    text-align: left;
  }
}
/* line 380, ../../sass/sass/footer-views.scss */
footer .back-top {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  background: var(--color-white);
  box-shadow: 1px 1px 22px -3px rgba(0, 0, 0, 0.5);
  border-radius: 100px;
}
/* line 393, ../../sass/sass/footer-views.scss */
footer .back-top svg {
  width: 24px;
  height: 24px;
}

/* line 4, ../../sass/main/policy-page.scss */
.font-geist {
  font-family: "geist",sans-serif;
}

/* line 9, ../../sass/main/policy-page.scss */
header {
  background-color: var(--color-white) !important;
  border-bottom: 1px solid var(--color-surface);
}
/* line 13, ../../sass/main/policy-page.scss */
header .ct-mn-he {
  padding: 1.5rem 0 !important;
}
/* line 17, ../../sass/main/policy-page.scss */
header .cont-wdt {
  width: 100% !important;
}
/* line 20, ../../sass/main/policy-page.scss */
header .cont-wdt .rgh-he {
  justify-content: end;
}
/* line 23, ../../sass/main/policy-page.scss */
header .cont-wdt .rgh-he .ct-hp {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 326px) {
  /* line 23, ../../sass/main/policy-page.scss */
  header .cont-wdt .rgh-he .ct-hp {
    margin-top: 6px;
  }
}
/* line 32, ../../sass/main/policy-page.scss */
header .cont-wdt .rgh-he .ct-hp svg {
  width: 15px;
  height: 15px;
  color: var(--color-white);
}
/* line 38, ../../sass/main/policy-page.scss */
header .cont-wdt .rgh-he .ct-hp .btn-help {
  margin-left: 5px;
  font-size: var(--xxs-text);
  color: var(--color-text-primary);
  font-weight: 500;
}
/* line 44, ../../sass/main/policy-page.scss */
header .cont-wdt .rgh-he .ct-hp .btn-help:hover {
  text-decoration: underline;
}
/* line 52, ../../sass/main/policy-page.scss */
header .lang {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-surface);
  border-radius: 50%;
  padding: 0.5rem !important;
  background-color: transparent !important;
  color: var(--color-text-primary) !important;
  cursor: pointer;
}
/* line 63, ../../sass/main/policy-page.scss */
header .lang svg {
  width: 16px;
  height: 16px;
}
/* line 70, ../../sass/main/policy-page.scss */
header .perfil-user {
  background-color: var(--color-surface) !important;
  align-items: center;
  color: var(--color-text-primary) !important;
  cursor: pointer;
}
/* line 76, ../../sass/main/policy-page.scss */
header .perfil-user svg {
  width: 16px;
  height: 16px;
}

/* line 84, ../../sass/main/policy-page.scss */
main {
  min-height: 70vh !important;
}

/* line 88, ../../sass/main/policy-page.scss */
.ct-mn {
  width: 1120px !important;
}
/* line 91, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p {
  padding: 3rem 0 1.5rem;
  display: grid;
  grid-template-columns: 65% 30%;
  gap: 5%;
}
@media screen and (max-width: 800px) {
  /* line 91, ../../sass/main/policy-page.scss */
  .ct-mn .ct-mn-p {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
/* line 105, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-left .info-page {
  font-size: var(--xxs-text);
  margin-bottom: 0.2rem;
}
/* line 110, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-left .title-page {
  font-size: var(--sm-text);
  margin-bottom: 3rem;
  font-weight: 500;
}
/* line 116, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-left .err-msg {
  font-size: var(--xxs-text);
  margin-bottom: 20px;
}
/* line 121, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-left .ct-content {
  padding-bottom: 1.5rem;
}
/* line 124, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-left .ct-content .paragraph {
  margin-bottom: 2rem;
  font-size: var(--xxs-text);
}
/* line 129, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-left .ct-content .sb-page {
  font-size: var(--sm-text);
  margin: 1.5rem 0 1rem 0;
  font-weight: 500;
}
/* line 135, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-left .ct-content .ds-policy {
  padding: 0.5rem 0;
  font-size: var(--xxs-text);
}
/* line 143, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-right {
  padding-top: 1rem;
}
/* line 146, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-right .card-login {
  position: sticky;
  top: 60px;
  padding: 20px;
  border: 1px solid var(--color-surface);
  border-radius: var(--bd-rd-xxss);
  transition: all 0.3s ease;
}
/* line 154, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-right .card-login:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  /* line 146, ../../sass/main/policy-page.scss */
  .ct-mn .ct-mn-p .ct-right .card-login {
    margin-bottom: 1.5rem;
  }
}
/* line 165, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-right .card-login .ct-login .ds-login {
  color: var(--color-text-primary);
}
/* line 169, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-right .card-login .ct-login .btn-login {
  margin-top: 1rem;
  padding: 8px 18px;
  font-weight: 500;
  font-size: var(--xxs-text);
  background-color: var(--color-text-primary);
  color: var(--color-white);
  border-radius: var(--bd-rd-xxxl);
  width: 100%;
}
/* line 180, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-right .card-login .ct-login .title-login {
  font-size: var(--sm-text);
  color: var(--color-text-primary);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
/* line 187, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-right .card-login .ct-login .btn-contact-us {
  margin: 1rem 0;
  padding: 13px 16px;
  font-weight: 500;
  font-size: var(--xxs-text);
  background-color: var(--color-text-primary);
  color: var(--color-white);
  border-radius: var(--bd-rd-xxxl);
  width: 100%;
}
/* line 198, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-right .card-login .ct-login .feedback {
  font-size: var(--xxs-text);
}
/* line 201, ../../sass/main/policy-page.scss */
.ct-mn .ct-mn-p .ct-right .card-login .ct-login .feedback b {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}

/* line 219, ../../sass/main/policy-page.scss */
footer {
  margin-top: 0 !important;
  background-color: var(--color-white) !important;
  border-top: 1px solid var(--color-surface) !important;
}
/* line 224, ../../sass/main/policy-page.scss */
footer .all-rights {
  padding-bottom: 2rem !important;
}
