@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1001;
}

.topbar {
  position: relative;
  z-index: 1002;
  height: 56px;
  background: var(--neutral);
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .topbar {
    height: 40px;
  }
}
.topbar-wrapper {
  display: flex;
  justify-content: space-between;
}
.topbar-socials {
  display: flex;
  align-items: center;
}
.topbar-socials > * {
  display: flex;
}
.topbar-socials > :not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 576px) {
  .topbar-socials {
    display: flex;
  }
}
.topbar-contacts {
  display: flex;
  margin-right: 64px;
}
.topbar-contacts > div {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .topbar-contacts > div:last-child {
    display: none;
  }
}
.topbar-contacts > div .icon {
  margin-right: 8px;
}
.topbar-contacts > :not(:last-child) {
  margin-right: 45px;
}
.topbar-language .button:hover, .topbar-language .button:focus {
  color: var(--white);
}

.navbar {
  z-index: 999;
  padding: 0;
  border-top: 1px solid var(--text-primary);
  border-bottom: 1px solid var(--text-primary);
  height: 120px;
  background: var(--neutral);
}
@media (max-width: 992px) {
  .navbar {
    height: 80px;
  }
}
.navbar > .container {
  height: 100%;
}
.navbar-logo > img {
  height: 60px;
}
@media (max-width: 992px) {
  .navbar-logo > img {
    height: 48px;
  }
}
.navbar-links {
  display: flex;
  align-items: center;
}
.navbar-links > :not(:last-child) {
  margin-right: 32px;
}
@media (max-width: 992px) {
  .navbar-links > :not(:last-child) {
    margin-right: 16px;
  }
}
.navbar-links > a {
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.0625em;
}
.navbar-links-mobile .mobile-menu-trigger .icon-close {
  display: none;
}
.navbar-links-mobile .mobile-menu-trigger.open .icon-close {
  display: block;
}
.navbar-links-mobile .mobile-menu-trigger.open .icon-menu {
  display: none;
}

.mobile-menu {
  height: 100vh;
  width: 100%;
  background: var(--neutral);
  border-top: 1px solid var(--text-primary);
}
.mobile-menu * {
  color: var(--white);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.0625em;
}
.mobile-menu > .container {
  margin-top: 64px;
  margin-bottom: 80px;
}
.mobile-menu .menu {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
}
.mobile-menu .menu-item.open .menu-label {
  color: var(--primary) !important;
}
.mobile-menu .menu-label {
  color: var(--white) !important;
}
.mobile-menu .menu-content {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.mobile-menu .menu-content > *:first-child {
  margin-top: 16px;
}
.mobile-menu .menu-content > *:last-child {
  margin-bottom: 16px;
}
.mobile-menu .menu-content > *:not(:last-child) {
  margin-bottom: 24px;
}
.mobile-menu .menu > *:not(:last-child) {
  margin-bottom: 32px;
}

html {
  scroll-behavior: smooth;
}

:target:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}
@media (max-width: 768px) {
  :target:before {
    height: 80px;
    margin: -80px 0 0;
  }
}

.section {
  padding: 80px 0px 40px;
}
@media (max-width: 768px) {
  .section {
    padding: 40px 0px 20px;
  }
}
.section-title {
  position: relative;
  margin-bottom: 72px !important;
}
.section-title > span {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: var(--secondary);
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100px;
  height: 4px;
  background: var(--secondary);
}
.section-title-center {
  text-align: center;
}
.section-title-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.section-hero, .section-small-hero {
  padding: 0;
}
.section-hero .hero-image {
  height: 640px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-hero .hero-image {
    height: 480px;
  }
}
.section-hero .hero-image-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-hero .hero-image-item-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.section-hero .hero-image-item-content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.section-hero .hero-image-item-content > h1 {
  margin-bottom: 8px !important;
}
.section-hero .hero-image-item-content > h3 {
  margin-bottom: 24px !important;
}
.section-hero .hero-image-item-content > div {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .section-hero .hero-image-item-content > div {
    gap: 16px;
  }
}
.section-hero .hero-image-item {
  position: relative;
}
.section-aboutus .container {
  position: relative;
}
.section-aboutus .container img {
  position: absolute;
  right: 0;
  top: 0;
  width: 470px;
  opacity: 0.1;
  z-index: -1;
}
@media (max-width: 992px) {
  .section-aboutus .row > :first-child {
    margin-bottom: 32px;
  }
}
.section-aboutus .row > :first-child > p {
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}
.section-aboutus .row > :first-child > .socials {
  margin-top: 32px;
  display: flex;
  gap: 16px;
}
.section-aboutus .row > :last-child > p {
  text-align: justify;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
.section-aboutus .row > :last-child > :not(:last-child) {
  margin-bottom: 24px !important;
}
.section-products > div {
  display: flex;
  flex-wrap: wrap;
}
.section-products > div > * {
  flex: 1;
  min-width: 298px;
}
.section-products .product {
  position: relative;
  width: 100%;
  height: 298px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 16px;
}
.section-products .product::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2B2A28;
  mix-blend-mode: multiply;
  opacity: 0.33;
  z-index: -1;
}
.section-products .product::after {
  transition: background-color var(--transition-time), opacity var(--transition-time);
}
.section-products .product:hover::after {
  background: var(--secondary);
  opacity: 0.66;
}
.section-products .product > img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
}
.section-products .product > h4 {
  position: relative;
  margin-bottom: 16px !important;
}
.section-products .product > h4::after {
  content: "";
  position: absolute;
  width: 100px;
  border: 2px solid var(--secondary);
  bottom: -8px;
  left: 0;
}
.section-products .product .content p {
  width: 75%;
  font-size: 16px;
  line-height: 24px;
}
.section-products .product .content .button {
  margin-top: 24px;
}
.section-gallery .col {
  display: flex;
  justify-content: center;
}
.section-gallery .gallery-item {
  background: var(--background-tertiary);
  border-radius: 8px;
  overflow: hidden;
  max-width: 400px;
  min-width: 284px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .section-gallery .gallery-item {
    max-width: 324px;
  }
}
.section-gallery .gallery-item-image {
  position: relative;
  width: 100%;
  height: 224px;
  overflow: hidden;
  z-index: 1;
}
.section-gallery .gallery-item-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2B2A28;
  mix-blend-mode: multiply;
  opacity: 0.33;
  z-index: -1;
}
.section-gallery .gallery-item-image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.section-gallery .gallery-item-content {
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
}
.section-gallery .gallery-item-content-info {
  flex: 1;
  margin-bottom: 16px;
}
.section-gallery .gallery-item-content-info > h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--white);
  margin-bottom: 8px !important;
}
.section-gallery .gallery-item-content-info > p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-primary);
}
.section-gallery .gallery-item-content > a {
  position: relative;
  color: var(--secondary);
  z-index: 1;
}
.section-gallery .gallery-item-content > a span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  background: var(--background-tertiary);
  z-index: 1;
  padding-right: 8px;
}
.section-gallery .gallery-item-content > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  border-top: 1px solid var(--background-secondary);
}
.section-map {
  padding-bottom: 0;
}
.section-map #map {
  height: 320px;
}
.section-map iframe {
  width: 100%;
  height: 100%;
}
.section-small-hero {
  height: 102px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.section-small-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2B2A28;
  mix-blend-mode: multiply;
  opacity: 0.33;
  z-index: -1;
}
.section-small-hero > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
}
.section-small-hero h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 37px;
  color: var(--white);
}
@media (max-width: 768px) {
  .section-small-hero h3 {
    font-size: 24px;
  }
}
.section-product-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section-product-page .background-logo {
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 0.1;
}
.section-product-page .info {
  width: 85%;
}
@media (max-width: 768px) {
  .section-product-page .info {
    width: 100%;
  }
}
.section-product-page .info > *:not(:last-child) {
  margin-bottom: 16px !important;
}
.section-product-page .info h4 {
  font-weight: 900;
}
.section-product-page .carousel {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-product-page .carousel {
    margin-top: 40px;
  }
}
.section-product-page .carousel .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .section-product-page .carousel .slick-slide {
    margin: 0 10px;
  }
}
.section-product-page .single-product {
  cursor: pointer;
  width: 256px;
  height: 256px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--background-tertiary);
  border-radius: 8px;
  padding: 16px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .section-product-page .single-product {
    width: 200px;
    height: 200px;
  }
}
.section-product-page .single-product h5 {
  margin: auto 0 0 0 !important;
}
.section-product-page .single-product img {
  width: 100%;
  max-width: 100%;
}
.section-contacts .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section-contacts .container > .row {
  width: 100%;
}
.section-contacts .background-logo {
  position: absolute;
  right: 0;
  z-index: -1;
  opacity: 0.1;
}
.section-contacts #small-map {
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
}
.section-contacts #small-map > iframe {
  height: 100%;
  width: 100%;
}
.section-contacts .contacts-info {
  padding-left: 48px;
}
@media (max-width: 992px) {
  .section-contacts .contacts-info {
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .section-contacts .contacts-info {
    margin-top: 40px;
  }
}
.section-contacts .contacts-info > *:not(h4) {
  margin-bottom: 16px !important;
}
.section-gallery-page .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .section-gallery-page .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .section-gallery-page .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.section-gallery-page .gallery-photo {
  position: relative;
  height: 248px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  padding: 16px;
}
.section-gallery-page .gallery-photo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2B2A28;
  mix-blend-mode: multiply;
  opacity: 0.33;
  z-index: -1;
}
@media (max-width: 768px) {
  .section-gallery-page .gallery-photo {
    height: 196px;
  }
}
.section-gallery-page .gallery-photo:hover::after {
  background: var(--secondary) !important;
  opacity: 0.66;
}
.section-gallery-page .gallery-photo.active::after {
  background: var(--secondary) !important;
  opacity: 0.66;
}
.section-gallery-page .gallery-photo > img {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
.section-gallery-page .gallery-photo-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section-gallery-page .gallery-photo-info h4 {
  font-size: 24px;
  line-height: 28px;
}
.section-gallery-page .gallery-photo-info p {
  margin-top: 8px !important;
  font-size: 16px;
  line-height: 19px;
}

.footer {
  border-top: 1px solid var(--text-primary);
  border-bottom: 1px solid var(--text-primary);
  padding: 40px 0px;
}
.footer > .container {
  display: flex;
  justify-content: space-between;
}
.footer > .container > div {
  display: flex;
  align-items: center;
}
.footer > .container > div .logo {
  height: 60px;
  margin-right: 32px;
}
.footer > .container > div > p {
  font-size: 16px;
  line-height: 28px;
  max-width: 396px;
}
@media (max-width: 768px) {
  .footer > .container > div > p {
    display: none;
  }
}
.footer > .container .socials {
  display: flex;
  gap: 32px;
}
@media (max-width: 992px) {
  .footer > .container .socials {
    gap: 16px;
  }
}
.footer > .container .socials > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid var(--secondary);
}

.bottom-bar {
  padding: 20px;
}
.bottom-bar .container {
  display: flex;
  justify-content: center;
}
.bottom-bar span {
  text-align: center;
}

@font-face {
  font-family: "eras_demi_itcregular";
  src: url("./font/erasdemi-webfont.woff2") format("woff2"), url("./font/erasdemi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "eras_light_itcregular";
  src: url("./font/eraslght-webfont.woff2") format("woff2"), url("./font/eraslght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "eras_medium_itcregular";
  src: url("./font/erasmd-webfont.woff2") format("woff2"), url("./font/erasmd-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary: #FFF;
  --secondary: #F2890D;
  --neutral: #222222;
  --text-primary: #666666;
  --text-secondary: #6C6C6C;
  --text-tertiary: #898989;
  --background-tertiary: #292929;
  --background-secondary: #EDEDF0;
  --background-primary: #F9F9F9;
  --light-primary: #FCF9F4;
  --light-secondary: #F4EDDD;
  --dark-secondary: #E9DAB9;
  --white: #FFFFFF;
  --danger: #DC8B7B;
  --success: #5AB42D;
  --caution: #C99835;
  --info: #1694BB;
  --transition-time: .3s;
  --icon: 24px;
  --icon-sm: 16px;
  --icon-md: 32px;
  --icon-lg: 42px;
  --border-radius: 8px;
}

div {
  outline: 0;
}

body {
  background: var(--neutral);
  min-width: 375px;
  opacity: 0;
  margin: 0;
}
body.disable-scroll {
  overflow: hidden;
  height: 100vh;
}
body * {
  font-family: "eras_demi_itcregular", "Roboto", sans-serif !important;
  color: var(--primary);
  font-size: 16px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--secondary) !important;
}
a:hover > *, a:focus > * {
  color: var(--secondary) !important;
}

p > a {
  display: inline;
}

.hidden {
  display: none !important;
}

.hover-container {
  display: none;
}

/*  COLORS    */
.color-primary {
  color: var(--primary);
}
.color-secondary {
  color: var(--secondary);
}
.color-neutral {
  color: var(--neutral);
}
.color-danger {
  color: var(--danger);
}
.color-success {
  color: var(--success);
}
.color-caution {
  color: var(--caution);
}
.color-info {
  color: var(--info);
}
.color-text-primary {
  color: var(--text-primary);
}
.color-text-secondary {
  color: var(--text-secondary);
}
.color-text-tertiary {
  color: var(--text-tertiary);
}
.color-background-primary {
  color: var(--background-primary);
}
.color-background-secondary {
  color: var(--background-secondary);
}
.color-background-tertiary {
  color: var(--background-tertiary);
}
.color-white {
  color: var(--white);
}
.color-light-primary {
  color: var(--light-primary);
}
.color-light-secondary {
  color: var(--light-secondary);
}
.color-dark-secondary {
  color: var(--dark-secondary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}
.bg-neutral {
  background-color: var(--neutral) !important;
}
.bg-danger {
  background-color: var(--danger) !important;
}
.bg-success {
  background-color: var(--success) !important;
}
.bg-caution {
  background-color: var(--caution) !important;
}
.bg-info {
  background-color: var(--info) !important;
}
.bg-text-primary {
  background-color: var(--text-primary) !important;
}
.bg-text-secondary {
  background-color: var(--text-secondary) !important;
}
.bg-text-tertiary {
  background-color: var(--text-tertiary) !important;
}
.bg-background-primary {
  background-color: var(--background-primary) !important;
}
.bg-background-secondary {
  background-color: var(--background-secondary) !important;
}
.bg-background-tertiary {
  background-color: var(--background-tertiary) !important;
}
.bg-white {
  background-color: var(--white) !important;
}
.bg-light-primary {
  background-color: var(--light-primary) !important;
}
.bg-light-secondary {
  background-color: var(--light-secondary) !important;
}
.bg-dark-secondary {
  background-color: var(--dark-secondary) !important;
}

/*  TYPOGRAPHY   */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
  letter-spacing: 0;
}

h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 768px) {
  h1 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
  }
}

h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 768px) {
  h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 768px) {
  h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
}

h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 768px) {
  h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }
}
h4.m-bot {
  margin-bottom: 24px !important;
}

h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 768px) {
  h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}

h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  h6 {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
  }
}

p {
  font-family: "eras_medium_itcregular" !important;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

span {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
span > a {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
span > .icon {
  transform: translateY(25%);
}

.text-button {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03125em;
}
.text-button-lg {
  font-size: 16px;
}
.text-button-mobile {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.0625em;
}
@media (max-width: 768px) {
  .text-button {
    letter-spacing: 0.0625em;
    font-size: 14px;
    line-height: 22px;
  }
}
.text-menu {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.0625em;
}
@media (max-width: 768px) {
  .text-menu {
    font-size: 12px;
    line-height: 20px;
  }
}
.text-normal {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .text-normal {
    font-size: 14px;
    line-height: 22px;
  }
}

ul {
  list-style: outside none none;
  margin: 0;
}

.container {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  padding: 0px 30px;
}

.button {
  border: 0;
  padding: 0;
  background: none;
  outline: none !important;
}
.button:focus {
  outline: none;
}

.button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03125em;
  text-transform: uppercase;
  min-width: 160px;
  min-height: 40px;
  text-align: center;
  padding: 8px 20.5px;
  border-radius: 8px;
  max-width: 229px;
}
.button > .icon {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .button {
    max-width: 147px;
  }
}
.button-fW {
  max-width: 100%;
}
.button-nHW {
  min-width: 0;
  min-height: 0;
  padding: 0;
}
.button-sm-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  letter-spacing: 0;
}
.button-lg {
  height: 56px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .button-lg {
    height: 40px;
    font-size: 14px;
  }
}
.button-white {
  background: var(--white);
}
.button-primary {
  background: var(--primary);
  color: var(--secondary);
}
.button-primary:hover, .button-primary:focus {
  color: var(--secondary) !important;
}
.button-secondary {
  background: var(--secondary);
  color: var(--white);
}
.button-secondary:hover, .button-secondary:focus {
  color: var(--white) !important;
}
.button-outline {
  background: var(--white);
}
.button-outline-primary {
  border: 1px solid var(--primary);
  color: var(--secondary);
}
.button-outline-secondary {
  border: 1px solid var(--secondary);
  color: var(--secondary);
}
.button-outline-text-primary {
  border: 1px solid var(--text-primary);
  color: var(--text-primary) !important;
}
.button-outline-text-primary:hover, .button-outline-text-primary:focus {
  color: var(--text-primary) !important;
}

.icon {
  width: var(--icon);
  height: var(--icon);
  margin-bottom: 0;
}
.icon-sm {
  width: var(--icon-sm);
  height: var(--icon-sm);
}
.icon-md {
  width: var(--icon-md);
  height: var(--icon-md);
}
.icon-lg {
  width: var(--icon-lg);
  height: var(--icon-lg);
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px !important;
  line-height: 24px !important;
  outline: 0;
}

form > :not(:last-child) {
  margin-bottom: 16px;
}
form > .button[type=submit].m-top {
  margin-top: 32px !important;
}
form select {
  height: 56px;
  border: 1px solid var(--dark-secondary);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8332 6.11378C11.7083 5.98962 11.5393 5.91992 11.3632 5.91992C11.1871 5.91992 11.0181 5.98962 10.8932 6.11378L8.49988 8.47378L6.13988 6.11378C6.01498 5.98962 5.84601 5.91992 5.66988 5.91992C5.49376 5.91992 5.32479 5.98962 5.19988 6.11378C5.1374 6.17576 5.0878 6.24949 5.05396 6.33073C5.02011 6.41197 5.00269 6.49911 5.00269 6.58712C5.00269 6.67512 5.02011 6.76226 5.05396 6.8435C5.0878 6.92474 5.1374 6.99848 5.19988 7.06045L8.02655 9.88712C8.08853 9.9496 8.16226 9.9992 8.2435 10.033C8.32474 10.0669 8.41188 10.0843 8.49988 10.0843C8.58789 10.0843 8.67503 10.0669 8.75627 10.033C8.83751 9.9992 8.91124 9.9496 8.97322 9.88712L11.8332 7.06045C11.8957 6.99848 11.9453 6.92474 11.9791 6.8435C12.013 6.76226 12.0304 6.67512 12.0304 6.58712C12.0304 6.49911 12.013 6.41197 11.9791 6.33073C11.9453 6.24949 11.8957 6.17576 11.8332 6.11378Z' fill='black'/%3E%3C/svg%3E ") !important;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 0px;
  margin-left: 0px;
}
@media (max-width: 768px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form-row > :not(:last-child) {
  margin-right: 32px;
}
@media (max-width: 768px) {
  .form-row > :not(:last-child) {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}

/* COSTUM */
@media (max-width: 768px) {
  .only-desktop {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .only-mobile {
    display: none !important;
  }
}

/* icon */
.icon {
  background: black;
}
.icon-link {
  display: flex;
}
.icon::before {
  content: "";
}
.icon-user {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9467 16.9475C22.2539 15.919 23.208 14.5087 23.6763 12.9127C24.1446 11.3168 24.1039 9.6145 23.5597 8.04277C23.0155 6.47104 21.995 5.10801 20.6401 4.14329C19.2852 3.17858 17.6633 2.66016 16 2.66016C14.3367 2.66016 12.7148 3.17858 11.3599 4.14329C10.005 5.10801 8.98446 6.47104 8.44028 8.04277C7.8961 9.6145 7.85535 11.3168 8.32368 12.9127C8.79201 14.5087 9.74614 15.919 11.0533 16.9475C8.81343 17.8449 6.85905 19.3333 5.39852 21.254C3.93799 23.1748 3.02608 25.4559 2.76 27.8541C2.74074 28.0292 2.75615 28.2064 2.80536 28.3756C2.85457 28.5447 2.93662 28.7025 3.04681 28.8399C3.26935 29.1175 3.59304 29.2953 3.94666 29.3342C4.30028 29.373 4.65488 29.2699 4.93243 29.0473C5.20998 28.8248 5.38776 28.5011 5.42666 28.1475C5.71944 25.5411 6.96224 23.1339 8.91762 21.3859C10.873 19.6378 13.4039 18.6715 16.0267 18.6715C18.6495 18.6715 21.1803 19.6378 23.1357 21.3859C25.0911 23.1339 26.3339 25.5411 26.6267 28.1475C26.6629 28.4751 26.8192 28.7777 27.0655 28.9968C27.3117 29.216 27.6304 29.3361 27.96 29.3342H28.1067C28.4562 29.2939 28.7756 29.1172 28.9954 28.8425C29.2152 28.5678 29.3175 28.2173 29.28 27.8675C29.0127 25.4624 28.0958 23.1755 26.6278 21.2518C25.1598 19.328 23.1959 17.8401 20.9467 16.9475ZM16 16.0008C14.9452 16.0008 13.914 15.688 13.037 15.102C12.1599 14.516 11.4763 13.683 11.0726 12.7085C10.669 11.7339 10.5634 10.6616 10.7691 9.627C10.9749 8.59244 11.4829 7.64213 12.2288 6.89625C12.9746 6.15037 13.9249 5.64242 14.9595 5.43663C15.9941 5.23084 17.0664 5.33646 18.041 5.74013C19.0155 6.14379 19.8485 6.82738 20.4345 7.70444C21.0205 8.5815 21.3333 9.61265 21.3333 10.6675C21.3333 12.082 20.7714 13.4385 19.7712 14.4387C18.771 15.4389 17.4145 16.0008 16 16.0008Z' fill='black' /%3E%3C/svg%3E") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9467 16.9475C22.2539 15.919 23.208 14.5087 23.6763 12.9127C24.1446 11.3168 24.1039 9.6145 23.5597 8.04277C23.0155 6.47104 21.995 5.10801 20.6401 4.14329C19.2852 3.17858 17.6633 2.66016 16 2.66016C14.3367 2.66016 12.7148 3.17858 11.3599 4.14329C10.005 5.10801 8.98446 6.47104 8.44028 8.04277C7.8961 9.6145 7.85535 11.3168 8.32368 12.9127C8.79201 14.5087 9.74614 15.919 11.0533 16.9475C8.81343 17.8449 6.85905 19.3333 5.39852 21.254C3.93799 23.1748 3.02608 25.4559 2.76 27.8541C2.74074 28.0292 2.75615 28.2064 2.80536 28.3756C2.85457 28.5447 2.93662 28.7025 3.04681 28.8399C3.26935 29.1175 3.59304 29.2953 3.94666 29.3342C4.30028 29.373 4.65488 29.2699 4.93243 29.0473C5.20998 28.8248 5.38776 28.5011 5.42666 28.1475C5.71944 25.5411 6.96224 23.1339 8.91762 21.3859C10.873 19.6378 13.4039 18.6715 16.0267 18.6715C18.6495 18.6715 21.1803 19.6378 23.1357 21.3859C25.0911 23.1339 26.3339 25.5411 26.6267 28.1475C26.6629 28.4751 26.8192 28.7777 27.0655 28.9968C27.3117 29.216 27.6304 29.3361 27.96 29.3342H28.1067C28.4562 29.2939 28.7756 29.1172 28.9954 28.8425C29.2152 28.5678 29.3175 28.2173 29.28 27.8675C29.0127 25.4624 28.0958 23.1755 26.6278 21.2518C25.1598 19.328 23.1959 17.8401 20.9467 16.9475ZM16 16.0008C14.9452 16.0008 13.914 15.688 13.037 15.102C12.1599 14.516 11.4763 13.683 11.0726 12.7085C10.669 11.7339 10.5634 10.6616 10.7691 9.627C10.9749 8.59244 11.4829 7.64213 12.2288 6.89625C12.9746 6.15037 13.9249 5.64242 14.9595 5.43663C15.9941 5.23084 17.0664 5.33646 18.041 5.74013C19.0155 6.14379 19.8485 6.82738 20.4345 7.70444C21.0205 8.5815 21.3333 9.61265 21.3333 10.6675C21.3333 12.082 20.7714 13.4385 19.7712 14.4387C18.771 15.4389 17.4145 16.0008 16 16.0008Z' fill='black' /%3E%3C/svg%3E") center/cover no-repeat;
}
.icon-heart {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.88 6.66754C25.4666 5.25048 23.593 4.38559 21.5977 4.2291C19.6025 4.0726 17.617 4.63483 16 5.81421C14.3035 4.55239 12.1919 3.98022 10.0905 4.21292C7.98909 4.44562 6.05388 5.46591 4.67459 7.06832C3.2953 8.67073 2.57439 10.7362 2.65703 12.8489C2.73967 14.9615 3.61972 16.9644 5.11996 18.4542L13.4 26.7475C14.0933 27.4299 15.0271 27.8124 16 27.8124C16.9728 27.8124 17.9066 27.4299 18.6 26.7475L26.88 18.4542C28.4367 16.8879 29.3105 14.7692 29.3105 12.5609C29.3105 10.3525 28.4367 8.23385 26.88 6.66754ZM25 16.6142L16.72 24.8942C16.6257 24.9893 16.5136 25.0649 16.39 25.1164C16.2664 25.1679 16.1339 25.1945 16 25.1945C15.8661 25.1945 15.7335 25.1679 15.6099 25.1164C15.4863 25.0649 15.3742 24.9893 15.28 24.8942L6.99996 16.5742C5.9543 15.5053 5.36877 14.0695 5.36877 12.5742C5.36877 11.0789 5.9543 9.64308 6.99996 8.5742C8.0655 7.52219 9.50259 6.9323 11 6.9323C12.4973 6.9323 13.9344 7.52219 15 8.5742C15.1239 8.69918 15.2714 8.79837 15.4339 8.86606C15.5963 8.93375 15.7706 8.9686 15.9466 8.9686C16.1226 8.9686 16.2969 8.93375 16.4594 8.86606C16.6219 8.79837 16.7693 8.69918 16.8933 8.5742C17.9588 7.52219 19.3959 6.9323 20.8933 6.9323C22.3907 6.9323 23.8278 7.52219 24.8933 8.5742C25.9533 9.62907 26.5581 11.0571 26.578 12.5525C26.598 14.0478 26.0315 15.4915 25 16.5742V16.6142Z' fill='black' /%3E%3C/svg%3E") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.88 6.66754C25.4666 5.25048 23.593 4.38559 21.5977 4.2291C19.6025 4.0726 17.617 4.63483 16 5.81421C14.3035 4.55239 12.1919 3.98022 10.0905 4.21292C7.98909 4.44562 6.05388 5.46591 4.67459 7.06832C3.2953 8.67073 2.57439 10.7362 2.65703 12.8489C2.73967 14.9615 3.61972 16.9644 5.11996 18.4542L13.4 26.7475C14.0933 27.4299 15.0271 27.8124 16 27.8124C16.9728 27.8124 17.9066 27.4299 18.6 26.7475L26.88 18.4542C28.4367 16.8879 29.3105 14.7692 29.3105 12.5609C29.3105 10.3525 28.4367 8.23385 26.88 6.66754ZM25 16.6142L16.72 24.8942C16.6257 24.9893 16.5136 25.0649 16.39 25.1164C16.2664 25.1679 16.1339 25.1945 16 25.1945C15.8661 25.1945 15.7335 25.1679 15.6099 25.1164C15.4863 25.0649 15.3742 24.9893 15.28 24.8942L6.99996 16.5742C5.9543 15.5053 5.36877 14.0695 5.36877 12.5742C5.36877 11.0789 5.9543 9.64308 6.99996 8.5742C8.0655 7.52219 9.50259 6.9323 11 6.9323C12.4973 6.9323 13.9344 7.52219 15 8.5742C15.1239 8.69918 15.2714 8.79837 15.4339 8.86606C15.5963 8.93375 15.7706 8.9686 15.9466 8.9686C16.1226 8.9686 16.2969 8.93375 16.4594 8.86606C16.6219 8.79837 16.7693 8.69918 16.8933 8.5742C17.9588 7.52219 19.3959 6.9323 20.8933 6.9323C22.3907 6.9323 23.8278 7.52219 24.8933 8.5742C25.9533 9.62907 26.5581 11.0571 26.578 12.5525C26.598 14.0478 26.0315 15.4915 25 16.5742V16.6142Z' fill='black' /%3E%3C/svg%3E") center/cover no-repeat;
}
.icon-cart {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3333 9.33268H21.3333V7.99935C21.3333 6.58486 20.7713 5.22831 19.7712 4.22811C18.771 3.22792 17.4144 2.66602 15.9999 2.66602C14.5854 2.66602 13.2289 3.22792 12.2287 4.22811C11.2285 5.22831 10.6666 6.58486 10.6666 7.99935V9.33268H6.66659C6.31296 9.33268 5.97382 9.47316 5.72378 9.72321C5.47373 9.97326 5.33325 10.3124 5.33325 10.666V25.3327C5.33325 26.3935 5.75468 27.411 6.50482 28.1611C7.25497 28.9113 8.27239 29.3327 9.33325 29.3327H22.6666C23.7274 29.3327 24.7449 28.9113 25.495 28.1611C26.2452 27.411 26.6666 26.3935 26.6666 25.3327V10.666C26.6666 10.3124 26.5261 9.97326 26.2761 9.72321C26.026 9.47316 25.6869 9.33268 25.3333 9.33268ZM13.3333 7.99935C13.3333 7.29211 13.6142 6.61383 14.1143 6.11373C14.6144 5.61363 15.2927 5.33268 15.9999 5.33268C16.7072 5.33268 17.3854 5.61363 17.8855 6.11373C18.3856 6.61383 18.6666 7.29211 18.6666 7.99935V9.33268H13.3333V7.99935ZM23.9999 25.3327C23.9999 25.6863 23.8594 26.0254 23.6094 26.2755C23.3593 26.5255 23.0202 26.666 22.6666 26.666H9.33325C8.97963 26.666 8.64049 26.5255 8.39044 26.2755C8.14039 26.0254 7.99992 25.6863 7.99992 25.3327V11.9993H10.6666V13.3327C10.6666 13.6863 10.8071 14.0254 11.0571 14.2755C11.3072 14.5255 11.6463 14.666 11.9999 14.666C12.3535 14.666 12.6927 14.5255 12.9427 14.2755C13.1928 14.0254 13.3333 13.6863 13.3333 13.3327V11.9993H18.6666V13.3327C18.6666 13.6863 18.8071 14.0254 19.0571 14.2755C19.3072 14.5255 19.6463 14.666 19.9999 14.666C20.3535 14.666 20.6927 14.5255 20.9427 14.2755C21.1928 14.0254 21.3333 13.6863 21.3333 13.3327V11.9993H23.9999V25.3327Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3333 9.33268H21.3333V7.99935C21.3333 6.58486 20.7713 5.22831 19.7712 4.22811C18.771 3.22792 17.4144 2.66602 15.9999 2.66602C14.5854 2.66602 13.2289 3.22792 12.2287 4.22811C11.2285 5.22831 10.6666 6.58486 10.6666 7.99935V9.33268H6.66659C6.31296 9.33268 5.97382 9.47316 5.72378 9.72321C5.47373 9.97326 5.33325 10.3124 5.33325 10.666V25.3327C5.33325 26.3935 5.75468 27.411 6.50482 28.1611C7.25497 28.9113 8.27239 29.3327 9.33325 29.3327H22.6666C23.7274 29.3327 24.7449 28.9113 25.495 28.1611C26.2452 27.411 26.6666 26.3935 26.6666 25.3327V10.666C26.6666 10.3124 26.5261 9.97326 26.2761 9.72321C26.026 9.47316 25.6869 9.33268 25.3333 9.33268ZM13.3333 7.99935C13.3333 7.29211 13.6142 6.61383 14.1143 6.11373C14.6144 5.61363 15.2927 5.33268 15.9999 5.33268C16.7072 5.33268 17.3854 5.61363 17.8855 6.11373C18.3856 6.61383 18.6666 7.29211 18.6666 7.99935V9.33268H13.3333V7.99935ZM23.9999 25.3327C23.9999 25.6863 23.8594 26.0254 23.6094 26.2755C23.3593 26.5255 23.0202 26.666 22.6666 26.666H9.33325C8.97963 26.666 8.64049 26.5255 8.39044 26.2755C8.14039 26.0254 7.99992 25.6863 7.99992 25.3327V11.9993H10.6666V13.3327C10.6666 13.6863 10.8071 14.0254 11.0571 14.2755C11.3072 14.5255 11.6463 14.666 11.9999 14.666C12.3535 14.666 12.6927 14.5255 12.9427 14.2755C13.1928 14.0254 13.3333 13.6863 13.3333 13.3327V11.9993H18.6666V13.3327C18.6666 13.6863 18.8071 14.0254 19.0571 14.2755C19.3072 14.5255 19.6463 14.666 19.9999 14.666C20.3535 14.666 20.6927 14.5255 20.9427 14.2755C21.1928 14.0254 21.3333 13.6863 21.3333 13.3327V11.9993H23.9999V25.3327Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.icon-search {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9468 27.0532L24.0001 22.1465C25.9202 19.7524 26.8501 16.7136 26.5985 13.6549C26.3469 10.5963 24.933 7.75025 22.6475 5.70206C20.3619 3.65388 17.3785 2.55922 14.3107 2.64317C11.2428 2.72711 8.32375 3.98329 6.15364 6.1534C3.98353 8.3235 2.72736 11.2426 2.64341 14.3104C2.55946 17.3783 3.65412 20.3617 5.70231 22.6472C7.75049 24.9328 10.5965 26.3467 13.6552 26.5983C16.7138 26.8499 19.7527 25.92 22.1468 23.9999L27.0534 28.9065C27.1774 29.0315 27.3249 29.1307 27.4873 29.1984C27.6498 29.2661 27.8241 29.3009 28.0001 29.3009C28.1761 29.3009 28.3504 29.2661 28.5129 29.1984C28.6754 29.1307 28.8228 29.0315 28.9468 28.9065C29.1871 28.6579 29.3214 28.3257 29.3214 27.9799C29.3214 27.6341 29.1871 27.3018 28.9468 27.0532ZM14.6668 23.9999C12.8208 23.9999 11.0163 23.4525 9.48146 22.4269C7.9466 21.4014 6.75033 19.9437 6.04391 18.2383C5.33749 16.5328 5.15266 14.6562 5.51279 12.8457C5.87292 11.0352 6.76183 9.37217 8.06712 8.06688C9.37241 6.76159 11.0355 5.87267 12.8459 5.51254C14.6564 5.15241 16.5331 5.33725 18.2385 6.04366C19.9439 6.75008 21.4016 7.94636 22.4272 9.48122C23.4527 11.0161 24.0001 12.8206 24.0001 14.6665C24.0001 17.1419 23.0168 19.5159 21.2664 21.2662C19.5161 23.0165 17.1421 23.9999 14.6668 23.9999Z' fill='black' /%3E%3C/svg%3E") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9468 27.0532L24.0001 22.1465C25.9202 19.7524 26.8501 16.7136 26.5985 13.6549C26.3469 10.5963 24.933 7.75025 22.6475 5.70206C20.3619 3.65388 17.3785 2.55922 14.3107 2.64317C11.2428 2.72711 8.32375 3.98329 6.15364 6.1534C3.98353 8.3235 2.72736 11.2426 2.64341 14.3104C2.55946 17.3783 3.65412 20.3617 5.70231 22.6472C7.75049 24.9328 10.5965 26.3467 13.6552 26.5983C16.7138 26.8499 19.7527 25.92 22.1468 23.9999L27.0534 28.9065C27.1774 29.0315 27.3249 29.1307 27.4873 29.1984C27.6498 29.2661 27.8241 29.3009 28.0001 29.3009C28.1761 29.3009 28.3504 29.2661 28.5129 29.1984C28.6754 29.1307 28.8228 29.0315 28.9468 28.9065C29.1871 28.6579 29.3214 28.3257 29.3214 27.9799C29.3214 27.6341 29.1871 27.3018 28.9468 27.0532ZM14.6668 23.9999C12.8208 23.9999 11.0163 23.4525 9.48146 22.4269C7.9466 21.4014 6.75033 19.9437 6.04391 18.2383C5.33749 16.5328 5.15266 14.6562 5.51279 12.8457C5.87292 11.0352 6.76183 9.37217 8.06712 8.06688C9.37241 6.76159 11.0355 5.87267 12.8459 5.51254C14.6564 5.15241 16.5331 5.33725 18.2385 6.04366C19.9439 6.75008 21.4016 7.94636 22.4272 9.48122C23.4527 11.0161 24.0001 12.8206 24.0001 14.6665C24.0001 17.1419 23.0168 19.5159 21.2664 21.2662C19.5161 23.0165 17.1421 23.9999 14.6668 23.9999Z' fill='black' /%3E%3C/svg%3E") center/cover no-repeat;
}
.icon-arrow-right {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.92 11.6202C17.8724 11.4974 17.801 11.3853 17.71 11.2902L12.71 6.29019C12.6168 6.19695 12.5061 6.12299 12.3842 6.07253C12.2624 6.02207 12.1319 5.99609 12 5.99609C11.7337 5.99609 11.4783 6.10188 11.29 6.29019C11.1968 6.38342 11.1228 6.49411 11.0723 6.61594C11.0219 6.73776 10.9959 6.86833 10.9959 7.00019C10.9959 7.26649 11.1017 7.52188 11.29 7.71019L14.59 11.0002H7C6.73478 11.0002 6.48043 11.1055 6.29289 11.2931C6.10536 11.4806 6 11.735 6 12.0002C6 12.2654 6.10536 12.5198 6.29289 12.7073C6.48043 12.8948 6.73478 13.0002 7 13.0002H14.59L11.29 16.2902C11.1963 16.3831 11.1219 16.4937 11.0711 16.6156C11.0203 16.7375 10.9942 16.8682 10.9942 17.0002C10.9942 17.1322 11.0203 17.2629 11.0711 17.3848C11.1219 17.5066 11.1963 17.6172 11.29 17.7102C11.383 17.8039 11.4936 17.8783 11.6154 17.9291C11.7373 17.9798 11.868 18.006 12 18.006C12.132 18.006 12.2627 17.9798 12.3846 17.9291C12.5064 17.8783 12.617 17.8039 12.71 17.7102L17.71 12.7102C17.801 12.6151 17.8724 12.5029 17.92 12.3802C18.02 12.1367 18.02 11.8636 17.92 11.6202Z' fill='black'/%3E%3C/svg%3E") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.92 11.6202C17.8724 11.4974 17.801 11.3853 17.71 11.2902L12.71 6.29019C12.6168 6.19695 12.5061 6.12299 12.3842 6.07253C12.2624 6.02207 12.1319 5.99609 12 5.99609C11.7337 5.99609 11.4783 6.10188 11.29 6.29019C11.1968 6.38342 11.1228 6.49411 11.0723 6.61594C11.0219 6.73776 10.9959 6.86833 10.9959 7.00019C10.9959 7.26649 11.1017 7.52188 11.29 7.71019L14.59 11.0002H7C6.73478 11.0002 6.48043 11.1055 6.29289 11.2931C6.10536 11.4806 6 11.735 6 12.0002C6 12.2654 6.10536 12.5198 6.29289 12.7073C6.48043 12.8948 6.73478 13.0002 7 13.0002H14.59L11.29 16.2902C11.1963 16.3831 11.1219 16.4937 11.0711 16.6156C11.0203 16.7375 10.9942 16.8682 10.9942 17.0002C10.9942 17.1322 11.0203 17.2629 11.0711 17.3848C11.1219 17.5066 11.1963 17.6172 11.29 17.7102C11.383 17.8039 11.4936 17.8783 11.6154 17.9291C11.7373 17.9798 11.868 18.006 12 18.006C12.132 18.006 12.2627 17.9798 12.3846 17.9291C12.5064 17.8783 12.617 17.8039 12.71 17.7102L17.71 12.7102C17.801 12.6151 17.8724 12.5029 17.92 12.3802C18.02 12.1367 18.02 11.8636 17.92 11.6202Z' fill='black'/%3E%3C/svg%3E") center/cover no-repeat;
}
.icon-close {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4099 12.0002L19.7099 5.71019C19.8982 5.52188 20.004 5.26649 20.004 5.00019C20.004 4.73388 19.8982 4.47849 19.7099 4.29019C19.5216 4.10188 19.2662 3.99609 18.9999 3.99609C18.7336 3.99609 18.4782 4.10188 18.2899 4.29019L11.9999 10.5902L5.70994 4.29019C5.52164 4.10188 5.26624 3.99609 4.99994 3.99609C4.73364 3.99609 4.47824 4.10188 4.28994 4.29019C4.10164 4.47849 3.99585 4.73388 3.99585 5.00019C3.99585 5.26649 4.10164 5.52188 4.28994 5.71019L10.5899 12.0002L4.28994 18.2902C4.19621 18.3831 4.12182 18.4937 4.07105 18.6156C4.02028 18.7375 3.99414 18.8682 3.99414 19.0002C3.99414 19.1322 4.02028 19.2629 4.07105 19.3848C4.12182 19.5066 4.19621 19.6172 4.28994 19.7102C4.3829 19.8039 4.4935 19.8783 4.61536 19.9291C4.73722 19.9798 4.86793 20.006 4.99994 20.006C5.13195 20.006 5.26266 19.9798 5.38452 19.9291C5.50638 19.8783 5.61698 19.8039 5.70994 19.7102L11.9999 13.4102L18.2899 19.7102C18.3829 19.8039 18.4935 19.8783 18.6154 19.9291C18.7372 19.9798 18.8679 20.006 18.9999 20.006C19.132 20.006 19.2627 19.9798 19.3845 19.9291C19.5064 19.8783 19.617 19.8039 19.7099 19.7102C19.8037 19.6172 19.8781 19.5066 19.9288 19.3848C19.9796 19.2629 20.0057 19.1322 20.0057 19.0002C20.0057 18.8682 19.9796 18.7375 19.9288 18.6156C19.8781 18.4937 19.8037 18.3831 19.7099 18.2902L13.4099 12.0002Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4099 12.0002L19.7099 5.71019C19.8982 5.52188 20.004 5.26649 20.004 5.00019C20.004 4.73388 19.8982 4.47849 19.7099 4.29019C19.5216 4.10188 19.2662 3.99609 18.9999 3.99609C18.7336 3.99609 18.4782 4.10188 18.2899 4.29019L11.9999 10.5902L5.70994 4.29019C5.52164 4.10188 5.26624 3.99609 4.99994 3.99609C4.73364 3.99609 4.47824 4.10188 4.28994 4.29019C4.10164 4.47849 3.99585 4.73388 3.99585 5.00019C3.99585 5.26649 4.10164 5.52188 4.28994 5.71019L10.5899 12.0002L4.28994 18.2902C4.19621 18.3831 4.12182 18.4937 4.07105 18.6156C4.02028 18.7375 3.99414 18.8682 3.99414 19.0002C3.99414 19.1322 4.02028 19.2629 4.07105 19.3848C4.12182 19.5066 4.19621 19.6172 4.28994 19.7102C4.3829 19.8039 4.4935 19.8783 4.61536 19.9291C4.73722 19.9798 4.86793 20.006 4.99994 20.006C5.13195 20.006 5.26266 19.9798 5.38452 19.9291C5.50638 19.8783 5.61698 19.8039 5.70994 19.7102L11.9999 13.4102L18.2899 19.7102C18.3829 19.8039 18.4935 19.8783 18.6154 19.9291C18.7372 19.9798 18.8679 20.006 18.9999 20.006C19.132 20.006 19.2627 19.9798 19.3845 19.9291C19.5064 19.8783 19.617 19.8039 19.7099 19.7102C19.8037 19.6172 19.8781 19.5066 19.9288 19.3848C19.9796 19.2629 20.0057 19.1322 20.0057 19.0002C20.0057 18.8682 19.9796 18.7375 19.9288 18.6156C19.8781 18.4937 19.8037 18.3831 19.7099 18.2902L13.4099 12.0002Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.icon-menu {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8H21C21.2652 8 21.5196 7.89464 21.7071 7.70711C21.8946 7.51957 22 7.26522 22 7C22 6.73478 21.8946 6.48043 21.7071 6.29289C21.5196 6.10536 21.2652 6 21 6H3C2.73478 6 2.48043 6.10536 2.29289 6.29289C2.10536 6.48043 2 6.73478 2 7C2 7.26522 2.10536 7.51957 2.29289 7.70711C2.48043 7.89464 2.73478 8 3 8ZM21 16H3C2.73478 16 2.48043 16.1054 2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17C2 17.2652 2.10536 17.5196 2.29289 17.7071C2.48043 17.8946 2.73478 18 3 18H21C21.2652 18 21.5196 17.8946 21.7071 17.7071C21.8946 17.5196 22 17.2652 22 17C22 16.7348 21.8946 16.4804 21.7071 16.2929C21.5196 16.1054 21.2652 16 21 16ZM21 11H3C2.73478 11 2.48043 11.1054 2.29289 11.2929C2.10536 11.4804 2 11.7348 2 12C2 12.2652 2.10536 12.5196 2.29289 12.7071C2.48043 12.8946 2.73478 13 3 13H21C21.2652 13 21.5196 12.8946 21.7071 12.7071C21.8946 12.5196 22 12.2652 22 12C22 11.7348 21.8946 11.4804 21.7071 11.2929C21.5196 11.1054 21.2652 11 21 11Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8H21C21.2652 8 21.5196 7.89464 21.7071 7.70711C21.8946 7.51957 22 7.26522 22 7C22 6.73478 21.8946 6.48043 21.7071 6.29289C21.5196 6.10536 21.2652 6 21 6H3C2.73478 6 2.48043 6.10536 2.29289 6.29289C2.10536 6.48043 2 6.73478 2 7C2 7.26522 2.10536 7.51957 2.29289 7.70711C2.48043 7.89464 2.73478 8 3 8ZM21 16H3C2.73478 16 2.48043 16.1054 2.29289 16.2929C2.10536 16.4804 2 16.7348 2 17C2 17.2652 2.10536 17.5196 2.29289 17.7071C2.48043 17.8946 2.73478 18 3 18H21C21.2652 18 21.5196 17.8946 21.7071 17.7071C21.8946 17.5196 22 17.2652 22 17C22 16.7348 21.8946 16.4804 21.7071 16.2929C21.5196 16.1054 21.2652 16 21 16ZM21 11H3C2.73478 11 2.48043 11.1054 2.29289 11.2929C2.10536 11.4804 2 11.7348 2 12C2 12.2652 2.10536 12.5196 2.29289 12.7071C2.48043 12.8946 2.73478 13 3 13H21C21.2652 13 21.5196 12.8946 21.7071 12.7071C21.8946 12.5196 22 12.2652 22 12C22 11.7348 21.8946 11.4804 21.7071 11.2929C21.5196 11.1054 21.2652 11 21 11Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.icon-file {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 10H10C10.2652 10 10.5196 9.89464 10.7071 9.70711C10.8946 9.51957 11 9.26522 11 9C11 8.73478 10.8946 8.48043 10.7071 8.29289C10.5196 8.10536 10.2652 8 10 8H9C8.73478 8 8.48043 8.10536 8.29289 8.29289C8.10536 8.48043 8 8.73478 8 9C8 9.26522 8.10536 9.51957 8.29289 9.70711C8.48043 9.89464 8.73478 10 9 10ZM9 12C8.73478 12 8.48043 12.1054 8.29289 12.2929C8.10536 12.4804 8 12.7348 8 13C8 13.2652 8.10536 13.5196 8.29289 13.7071C8.48043 13.8946 8.73478 14 9 14H15C15.2652 14 15.5196 13.8946 15.7071 13.7071C15.8946 13.5196 16 13.2652 16 13C16 12.7348 15.8946 12.4804 15.7071 12.2929C15.5196 12.1054 15.2652 12 15 12H9ZM20 8.94C19.9896 8.84813 19.9695 8.75763 19.94 8.67V8.58C19.8919 8.47718 19.8278 8.38267 19.75 8.3L13.75 2.3C13.6673 2.22222 13.5728 2.15808 13.47 2.11C13.4402 2.10576 13.4099 2.10576 13.38 2.11C13.2784 2.05174 13.1662 2.01434 13.05 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V9V8.94ZM14 5.41L16.59 8H15C14.7348 8 14.4804 7.89464 14.2929 7.70711C14.1054 7.51957 14 7.26522 14 7V5.41ZM18 19C18 19.2652 17.8946 19.5196 17.7071 19.7071C17.5196 19.8946 17.2652 20 17 20H7C6.73478 20 6.48043 19.8946 6.29289 19.7071C6.10536 19.5196 6 19.2652 6 19V5C6 4.73478 6.10536 4.48043 6.29289 4.29289C6.48043 4.10536 6.73478 4 7 4H12V7C12 7.79565 12.3161 8.55871 12.8787 9.12132C13.4413 9.68393 14.2044 10 15 10H18V19ZM15 16H9C8.73478 16 8.48043 16.1054 8.29289 16.2929C8.10536 16.4804 8 16.7348 8 17C8 17.2652 8.10536 17.5196 8.29289 17.7071C8.48043 17.8946 8.73478 18 9 18H15C15.2652 18 15.5196 17.8946 15.7071 17.7071C15.8946 17.5196 16 17.2652 16 17C16 16.7348 15.8946 16.4804 15.7071 16.2929C15.5196 16.1054 15.2652 16 15 16Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 10H10C10.2652 10 10.5196 9.89464 10.7071 9.70711C10.8946 9.51957 11 9.26522 11 9C11 8.73478 10.8946 8.48043 10.7071 8.29289C10.5196 8.10536 10.2652 8 10 8H9C8.73478 8 8.48043 8.10536 8.29289 8.29289C8.10536 8.48043 8 8.73478 8 9C8 9.26522 8.10536 9.51957 8.29289 9.70711C8.48043 9.89464 8.73478 10 9 10ZM9 12C8.73478 12 8.48043 12.1054 8.29289 12.2929C8.10536 12.4804 8 12.7348 8 13C8 13.2652 8.10536 13.5196 8.29289 13.7071C8.48043 13.8946 8.73478 14 9 14H15C15.2652 14 15.5196 13.8946 15.7071 13.7071C15.8946 13.5196 16 13.2652 16 13C16 12.7348 15.8946 12.4804 15.7071 12.2929C15.5196 12.1054 15.2652 12 15 12H9ZM20 8.94C19.9896 8.84813 19.9695 8.75763 19.94 8.67V8.58C19.8919 8.47718 19.8278 8.38267 19.75 8.3L13.75 2.3C13.6673 2.22222 13.5728 2.15808 13.47 2.11C13.4402 2.10576 13.4099 2.10576 13.38 2.11C13.2784 2.05174 13.1662 2.01434 13.05 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V9V8.94ZM14 5.41L16.59 8H15C14.7348 8 14.4804 7.89464 14.2929 7.70711C14.1054 7.51957 14 7.26522 14 7V5.41ZM18 19C18 19.2652 17.8946 19.5196 17.7071 19.7071C17.5196 19.8946 17.2652 20 17 20H7C6.73478 20 6.48043 19.8946 6.29289 19.7071C6.10536 19.5196 6 19.2652 6 19V5C6 4.73478 6.10536 4.48043 6.29289 4.29289C6.48043 4.10536 6.73478 4 7 4H12V7C12 7.79565 12.3161 8.55871 12.8787 9.12132C13.4413 9.68393 14.2044 10 15 10H18V19ZM15 16H9C8.73478 16 8.48043 16.1054 8.29289 16.2929C8.10536 16.4804 8 16.7348 8 17C8 17.2652 8.10536 17.5196 8.29289 17.7071C8.48043 17.8946 8.73478 18 9 18H15C15.2652 18 15.5196 17.8946 15.7071 17.7071C15.8946 17.5196 16 17.2652 16 17C16 16.7348 15.8946 16.4804 15.7071 16.2929C15.5196 16.1054 15.2652 16 15 16Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-house-user {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6642 10.2526L12.6642 2.25261C12.4813 2.08989 12.245 2 12.0002 2C11.7554 2 11.5191 2.08989 11.3362 2.25261L2.3362 10.2526C2.13782 10.4287 2.01752 10.6764 2.00177 10.9412C1.98601 11.206 2.0761 11.4662 2.2522 11.6646C2.42831 11.863 2.676 11.9833 2.9408 11.999C3.20561 12.0148 3.46582 11.9247 3.6642 11.7486L4.0002 11.4496V21.0006C4.0002 21.2658 4.10556 21.5202 4.29309 21.7077C4.48063 21.8952 4.73498 22.0006 5.0002 22.0006H19.0002C19.2654 22.0006 19.5198 21.8952 19.7073 21.7077C19.8948 21.5202 20.0002 21.2658 20.0002 21.0006V11.4496L20.3362 11.7486C20.5346 11.9247 20.7948 12.0148 21.0596 11.999C21.1907 11.9912 21.319 11.9577 21.4372 11.9003C21.5553 11.8429 21.661 11.7628 21.7482 11.6646C21.8354 11.5664 21.9024 11.4519 21.9454 11.3278C21.9883 11.2037 22.0064 11.0723 21.9986 10.9412C21.9908 10.8101 21.9573 10.6818 21.8999 10.5636C21.8425 10.4455 21.7624 10.3398 21.6642 10.2526ZM9.1842 20.0006C9.38785 19.4161 9.76836 18.9094 10.2729 18.5508C10.7775 18.1923 11.3812 17.9997 12.0002 17.9997C12.6192 17.9997 13.2229 18.1923 13.7275 18.5508C14.232 18.9094 14.6126 19.4161 14.8162 20.0006H9.1842ZM10.5002 14.5006C10.5002 14.2039 10.5882 13.9139 10.753 13.6673C10.9178 13.4206 11.1521 13.2283 11.4262 13.1148C11.7003 13.0013 12.0019 12.9715 12.2928 13.0294C12.5838 13.0873 12.8511 13.2302 13.0609 13.4399C13.2706 13.6497 13.4135 13.917 13.4714 14.208C13.5293 14.4989 13.4996 14.8005 13.386 15.0746C13.2725 15.3487 13.0802 15.583 12.8336 15.7478C12.5869 15.9126 12.2969 16.0006 12.0002 16.0006C11.6025 16.0001 11.2213 15.8419 10.9401 15.5607C10.6589 15.2795 10.5007 14.8983 10.5002 14.5006ZM18.0002 20.0006H16.8992C16.7609 19.3376 16.4894 18.7096 16.1011 18.1547C15.7127 17.5998 15.2157 17.1296 14.6402 16.7726C15.1914 16.1437 15.4968 15.3369 15.5002 14.5006C15.5002 13.5723 15.1315 12.6821 14.4751 12.0257C13.8187 11.3694 12.9285 11.0006 12.0002 11.0006C11.0719 11.0006 10.1817 11.3694 9.52533 12.0257C8.86895 12.6821 8.5002 13.5723 8.5002 14.5006C8.50356 15.3369 8.80898 16.1437 9.3602 16.7726C8.78448 17.1295 8.28729 17.5997 7.8988 18.1546C7.5103 18.7095 7.23861 19.3375 7.1002 20.0006H6.0002V9.67161L12.0002 4.33861L18.0002 9.67161V20.0006Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6642 10.2526L12.6642 2.25261C12.4813 2.08989 12.245 2 12.0002 2C11.7554 2 11.5191 2.08989 11.3362 2.25261L2.3362 10.2526C2.13782 10.4287 2.01752 10.6764 2.00177 10.9412C1.98601 11.206 2.0761 11.4662 2.2522 11.6646C2.42831 11.863 2.676 11.9833 2.9408 11.999C3.20561 12.0148 3.46582 11.9247 3.6642 11.7486L4.0002 11.4496V21.0006C4.0002 21.2658 4.10556 21.5202 4.29309 21.7077C4.48063 21.8952 4.73498 22.0006 5.0002 22.0006H19.0002C19.2654 22.0006 19.5198 21.8952 19.7073 21.7077C19.8948 21.5202 20.0002 21.2658 20.0002 21.0006V11.4496L20.3362 11.7486C20.5346 11.9247 20.7948 12.0148 21.0596 11.999C21.1907 11.9912 21.319 11.9577 21.4372 11.9003C21.5553 11.8429 21.661 11.7628 21.7482 11.6646C21.8354 11.5664 21.9024 11.4519 21.9454 11.3278C21.9883 11.2037 22.0064 11.0723 21.9986 10.9412C21.9908 10.8101 21.9573 10.6818 21.8999 10.5636C21.8425 10.4455 21.7624 10.3398 21.6642 10.2526ZM9.1842 20.0006C9.38785 19.4161 9.76836 18.9094 10.2729 18.5508C10.7775 18.1923 11.3812 17.9997 12.0002 17.9997C12.6192 17.9997 13.2229 18.1923 13.7275 18.5508C14.232 18.9094 14.6126 19.4161 14.8162 20.0006H9.1842ZM10.5002 14.5006C10.5002 14.2039 10.5882 13.9139 10.753 13.6673C10.9178 13.4206 11.1521 13.2283 11.4262 13.1148C11.7003 13.0013 12.0019 12.9715 12.2928 13.0294C12.5838 13.0873 12.8511 13.2302 13.0609 13.4399C13.2706 13.6497 13.4135 13.917 13.4714 14.208C13.5293 14.4989 13.4996 14.8005 13.386 15.0746C13.2725 15.3487 13.0802 15.583 12.8336 15.7478C12.5869 15.9126 12.2969 16.0006 12.0002 16.0006C11.6025 16.0001 11.2213 15.8419 10.9401 15.5607C10.6589 15.2795 10.5007 14.8983 10.5002 14.5006ZM18.0002 20.0006H16.8992C16.7609 19.3376 16.4894 18.7096 16.1011 18.1547C15.7127 17.5998 15.2157 17.1296 14.6402 16.7726C15.1914 16.1437 15.4968 15.3369 15.5002 14.5006C15.5002 13.5723 15.1315 12.6821 14.4751 12.0257C13.8187 11.3694 12.9285 11.0006 12.0002 11.0006C11.0719 11.0006 10.1817 11.3694 9.52533 12.0257C8.86895 12.6821 8.5002 13.5723 8.5002 14.5006C8.50356 15.3369 8.80898 16.1437 9.3602 16.7726C8.78448 17.1295 8.28729 17.5997 7.8988 18.1546C7.5103 18.7095 7.23861 19.3375 7.1002 20.0006H6.0002V9.67161L12.0002 4.33861L18.0002 9.67161V20.0006Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-package {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 2H5C4.20435 2 3.44129 2.31607 2.87868 2.87868C2.31607 3.44129 2 4.20435 2 5V19C2 19.7956 2.31607 20.5587 2.87868 21.1213C3.44129 21.6839 4.20435 22 5 22H19C19.7956 22 20.5587 21.6839 21.1213 21.1213C21.6839 20.5587 22 19.7956 22 19V5C22 4.20435 21.6839 3.44129 21.1213 2.87868C20.5587 2.31607 19.7956 2 19 2ZM10 4H14V7.13L12.55 6.13C12.3867 6.02247 12.1955 5.96516 12 5.96516C11.8045 5.96516 11.6133 6.02247 11.45 6.13L10 7.13V4ZM20 19C20 19.2652 19.8946 19.5196 19.7071 19.7071C19.5196 19.8946 19.2652 20 19 20H5C4.73478 20 4.48043 19.8946 4.29289 19.7071C4.10536 19.5196 4 19.2652 4 19V5C4 4.73478 4.10536 4.48043 4.29289 4.29289C4.48043 4.10536 4.73478 4 5 4H8V9C8.00048 9.1809 8.05003 9.35829 8.14336 9.51326C8.2367 9.66823 8.37032 9.79498 8.53 9.88C8.68637 9.96029 8.86115 9.99795 9.03671 9.98917C9.21227 9.98039 9.38242 9.92549 9.53 9.83L12 8.2L14.45 9.83C14.6004 9.92905 14.7748 9.98565 14.9547 9.99381C15.1346 10.002 15.3133 9.96142 15.4721 9.87641C15.6308 9.7914 15.7637 9.66509 15.8566 9.51083C15.9495 9.35657 15.9991 9.18008 16 9V4H19C19.2652 4 19.5196 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V19Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 2H5C4.20435 2 3.44129 2.31607 2.87868 2.87868C2.31607 3.44129 2 4.20435 2 5V19C2 19.7956 2.31607 20.5587 2.87868 21.1213C3.44129 21.6839 4.20435 22 5 22H19C19.7956 22 20.5587 21.6839 21.1213 21.1213C21.6839 20.5587 22 19.7956 22 19V5C22 4.20435 21.6839 3.44129 21.1213 2.87868C20.5587 2.31607 19.7956 2 19 2ZM10 4H14V7.13L12.55 6.13C12.3867 6.02247 12.1955 5.96516 12 5.96516C11.8045 5.96516 11.6133 6.02247 11.45 6.13L10 7.13V4ZM20 19C20 19.2652 19.8946 19.5196 19.7071 19.7071C19.5196 19.8946 19.2652 20 19 20H5C4.73478 20 4.48043 19.8946 4.29289 19.7071C4.10536 19.5196 4 19.2652 4 19V5C4 4.73478 4.10536 4.48043 4.29289 4.29289C4.48043 4.10536 4.73478 4 5 4H8V9C8.00048 9.1809 8.05003 9.35829 8.14336 9.51326C8.2367 9.66823 8.37032 9.79498 8.53 9.88C8.68637 9.96029 8.86115 9.99795 9.03671 9.98917C9.21227 9.98039 9.38242 9.92549 9.53 9.83L12 8.2L14.45 9.83C14.6004 9.92905 14.7748 9.98565 14.9547 9.99381C15.1346 10.002 15.3133 9.96142 15.4721 9.87641C15.6308 9.7914 15.7637 9.66509 15.8566 9.51083C15.9495 9.35657 15.9991 9.18008 16 9V4H19C19.2652 4 19.5196 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V19Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-corner-up-left {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.69 6.63079H7.68995L10.61 3.71079C10.7037 3.61783 10.7781 3.50723 10.8288 3.38537C10.8796 3.26351 10.9058 3.1328 10.9058 3.00079C10.9058 2.86878 10.8796 2.73808 10.8288 2.61622C10.7781 2.49436 10.7037 2.38376 10.61 2.29079C10.4226 2.10454 10.1691 2 9.90495 2C9.64077 2 9.38732 2.10454 9.19995 2.29079L4.60996 6.92079C4.51532 7.015 4.44052 7.12721 4.38995 7.25079C4.28994 7.49425 4.28994 7.76733 4.38995 8.01079C4.44431 8.13232 4.51868 8.24387 4.60996 8.34079L9.23995 13.0008C9.42459 13.1892 9.67619 13.297 9.93995 13.3008C10.1386 13.3019 10.333 13.2439 10.4986 13.1341C10.6641 13.0243 10.7932 12.8677 10.8693 12.6843C10.9455 12.5008 10.9653 12.2989 10.9262 12.1041C10.8872 11.9094 10.791 11.7307 10.65 11.5908L7.72995 8.63079H14.73C15.5256 8.63079 16.2887 8.94686 16.8513 9.50947C17.4139 10.0721 17.73 10.8351 17.73 11.6308V21.0008C17.73 21.266 17.8353 21.5204 18.0228 21.7079C18.2104 21.8954 18.4647 22.0008 18.73 22.0008C18.9952 22.0008 19.2495 21.8954 19.4371 21.7079C19.6246 21.5204 19.73 21.266 19.73 21.0008V11.6308C19.73 10.9708 19.5993 10.3173 19.3456 9.70809C19.0918 9.09884 18.7199 8.54586 18.2514 8.08104C17.7828 7.61622 17.2269 7.24876 16.6157 6.99985C16.0044 6.75094 15.3499 6.62551 14.69 6.63079Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.69 6.63079H7.68995L10.61 3.71079C10.7037 3.61783 10.7781 3.50723 10.8288 3.38537C10.8796 3.26351 10.9058 3.1328 10.9058 3.00079C10.9058 2.86878 10.8796 2.73808 10.8288 2.61622C10.7781 2.49436 10.7037 2.38376 10.61 2.29079C10.4226 2.10454 10.1691 2 9.90495 2C9.64077 2 9.38732 2.10454 9.19995 2.29079L4.60996 6.92079C4.51532 7.015 4.44052 7.12721 4.38995 7.25079C4.28994 7.49425 4.28994 7.76733 4.38995 8.01079C4.44431 8.13232 4.51868 8.24387 4.60996 8.34079L9.23995 13.0008C9.42459 13.1892 9.67619 13.297 9.93995 13.3008C10.1386 13.3019 10.333 13.2439 10.4986 13.1341C10.6641 13.0243 10.7932 12.8677 10.8693 12.6843C10.9455 12.5008 10.9653 12.2989 10.9262 12.1041C10.8872 11.9094 10.791 11.7307 10.65 11.5908L7.72995 8.63079H14.73C15.5256 8.63079 16.2887 8.94686 16.8513 9.50947C17.4139 10.0721 17.73 10.8351 17.73 11.6308V21.0008C17.73 21.266 17.8353 21.5204 18.0228 21.7079C18.2104 21.8954 18.4647 22.0008 18.73 22.0008C18.9952 22.0008 19.2495 21.8954 19.4371 21.7079C19.6246 21.5204 19.73 21.266 19.73 21.0008V11.6308C19.73 10.9708 19.5993 10.3173 19.3456 9.70809C19.0918 9.09884 18.7199 8.54586 18.2514 8.08104C17.7828 7.61622 17.2269 7.24876 16.6157 6.99985C16.0044 6.75094 15.3499 6.62551 14.69 6.63079Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.icon-newspaper {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 11H16C15.7348 11 15.4804 11.1054 15.2929 11.2929C15.1054 11.4804 15 11.7348 15 12C15 12.2652 15.1054 12.5196 15.2929 12.7071C15.4804 12.8946 15.7348 13 16 13H17C17.2652 13 17.5196 12.8946 17.7071 12.7071C17.8946 12.5196 18 12.2652 18 12C18 11.7348 17.8946 11.4804 17.7071 11.2929C17.5196 11.1054 17.2652 11 17 11ZM17 15H16C15.7348 15 15.4804 15.1054 15.2929 15.2929C15.1054 15.4804 15 15.7348 15 16C15 16.2652 15.1054 16.5196 15.2929 16.7071C15.4804 16.8946 15.7348 17 16 17H17C17.2652 17 17.5196 16.8946 17.7071 16.7071C17.8946 16.5196 18 16.2652 18 16C18 15.7348 17.8946 15.4804 17.7071 15.2929C17.5196 15.1054 17.2652 15 17 15ZM11 9H17C17.2652 9 17.5196 8.89464 17.7071 8.70711C17.8946 8.51957 18 8.26522 18 8C18 7.73478 17.8946 7.48043 17.7071 7.29289C17.5196 7.10536 17.2652 7 17 7H11C10.7348 7 10.4804 7.10536 10.2929 7.29289C10.1054 7.48043 10 7.73478 10 8C10 8.26522 10.1054 8.51957 10.2929 8.70711C10.4804 8.89464 10.7348 9 11 9ZM21 3H7C6.73478 3 6.48043 3.10536 6.29289 3.29289C6.10536 3.48043 6 3.73478 6 4V7H3C2.73478 7 2.48043 7.10536 2.29289 7.29289C2.10536 7.48043 2 7.73478 2 8V18C2 18.7956 2.31607 19.5587 2.87868 20.1213C3.44129 20.6839 4.20435 21 5 21H18C19.0609 21 20.0783 20.5786 20.8284 19.8284C21.5786 19.0783 22 18.0609 22 17V4C22 3.73478 21.8946 3.48043 21.7071 3.29289C21.5196 3.10536 21.2652 3 21 3ZM6 18C6 18.2652 5.89464 18.5196 5.70711 18.7071C5.51957 18.8946 5.26522 19 5 19C4.73478 19 4.48043 18.8946 4.29289 18.7071C4.10536 18.5196 4 18.2652 4 18V9H6V18ZM20 17C20 17.5304 19.7893 18.0391 19.4142 18.4142C19.0391 18.7893 18.5304 19 18 19H7.82C7.93642 18.6793 7.9973 18.3411 8 18V5H20V17ZM11 13H12C12.2652 13 12.5196 12.8946 12.7071 12.7071C12.8946 12.5196 13 12.2652 13 12C13 11.7348 12.8946 11.4804 12.7071 11.2929C12.5196 11.1054 12.2652 11 12 11H11C10.7348 11 10.4804 11.1054 10.2929 11.2929C10.1054 11.4804 10 11.7348 10 12C10 12.2652 10.1054 12.5196 10.2929 12.7071C10.4804 12.8946 10.7348 13 11 13ZM11 17H12C12.2652 17 12.5196 16.8946 12.7071 16.7071C12.8946 16.5196 13 16.2652 13 16C13 15.7348 12.8946 15.4804 12.7071 15.2929C12.5196 15.1054 12.2652 15 12 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16C10 16.2652 10.1054 16.5196 10.2929 16.7071C10.4804 16.8946 10.7348 17 11 17Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 11H16C15.7348 11 15.4804 11.1054 15.2929 11.2929C15.1054 11.4804 15 11.7348 15 12C15 12.2652 15.1054 12.5196 15.2929 12.7071C15.4804 12.8946 15.7348 13 16 13H17C17.2652 13 17.5196 12.8946 17.7071 12.7071C17.8946 12.5196 18 12.2652 18 12C18 11.7348 17.8946 11.4804 17.7071 11.2929C17.5196 11.1054 17.2652 11 17 11ZM17 15H16C15.7348 15 15.4804 15.1054 15.2929 15.2929C15.1054 15.4804 15 15.7348 15 16C15 16.2652 15.1054 16.5196 15.2929 16.7071C15.4804 16.8946 15.7348 17 16 17H17C17.2652 17 17.5196 16.8946 17.7071 16.7071C17.8946 16.5196 18 16.2652 18 16C18 15.7348 17.8946 15.4804 17.7071 15.2929C17.5196 15.1054 17.2652 15 17 15ZM11 9H17C17.2652 9 17.5196 8.89464 17.7071 8.70711C17.8946 8.51957 18 8.26522 18 8C18 7.73478 17.8946 7.48043 17.7071 7.29289C17.5196 7.10536 17.2652 7 17 7H11C10.7348 7 10.4804 7.10536 10.2929 7.29289C10.1054 7.48043 10 7.73478 10 8C10 8.26522 10.1054 8.51957 10.2929 8.70711C10.4804 8.89464 10.7348 9 11 9ZM21 3H7C6.73478 3 6.48043 3.10536 6.29289 3.29289C6.10536 3.48043 6 3.73478 6 4V7H3C2.73478 7 2.48043 7.10536 2.29289 7.29289C2.10536 7.48043 2 7.73478 2 8V18C2 18.7956 2.31607 19.5587 2.87868 20.1213C3.44129 20.6839 4.20435 21 5 21H18C19.0609 21 20.0783 20.5786 20.8284 19.8284C21.5786 19.0783 22 18.0609 22 17V4C22 3.73478 21.8946 3.48043 21.7071 3.29289C21.5196 3.10536 21.2652 3 21 3ZM6 18C6 18.2652 5.89464 18.5196 5.70711 18.7071C5.51957 18.8946 5.26522 19 5 19C4.73478 19 4.48043 18.8946 4.29289 18.7071C4.10536 18.5196 4 18.2652 4 18V9H6V18ZM20 17C20 17.5304 19.7893 18.0391 19.4142 18.4142C19.0391 18.7893 18.5304 19 18 19H7.82C7.93642 18.6793 7.9973 18.3411 8 18V5H20V17ZM11 13H12C12.2652 13 12.5196 12.8946 12.7071 12.7071C12.8946 12.5196 13 12.2652 13 12C13 11.7348 12.8946 11.4804 12.7071 11.2929C12.5196 11.1054 12.2652 11 12 11H11C10.7348 11 10.4804 11.1054 10.2929 11.2929C10.1054 11.4804 10 11.7348 10 12C10 12.2652 10.1054 12.5196 10.2929 12.7071C10.4804 12.8946 10.7348 13 11 13ZM11 17H12C12.2652 17 12.5196 16.8946 12.7071 16.7071C12.8946 16.5196 13 16.2652 13 16C13 15.7348 12.8946 15.4804 12.7071 15.2929C12.5196 15.1054 12.2652 15 12 15H11C10.7348 15 10.4804 15.1054 10.2929 15.2929C10.1054 15.4804 10 15.7348 10 16C10 16.2652 10.1054 16.5196 10.2929 16.7071C10.4804 16.8946 10.7348 17 11 17Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-signout {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12C4 12.2652 4.10536 12.5196 4.29289 12.7071C4.48043 12.8946 4.73478 13 5 13H12.59L10.29 15.29C10.1963 15.383 10.1219 15.4936 10.0711 15.6154C10.0203 15.7373 9.9942 15.868 9.9942 16C9.9942 16.132 10.0203 16.2627 10.0711 16.3846C10.1219 16.5064 10.1963 16.617 10.29 16.71C10.383 16.8037 10.4936 16.8781 10.6154 16.9289C10.7373 16.9797 10.868 17.0058 11 17.0058C11.132 17.0058 11.2627 16.9797 11.3846 16.9289C11.5064 16.8781 11.617 16.8037 11.71 16.71L15.71 12.71C15.801 12.6149 15.8724 12.5028 15.92 12.38C16.02 12.1365 16.02 11.8635 15.92 11.62C15.8724 11.4972 15.801 11.3851 15.71 11.29L11.71 7.29C11.6168 7.19676 11.5061 7.1228 11.3842 7.07234C11.2624 7.02188 11.1319 6.99591 11 6.99591C10.8681 6.99591 10.7376 7.02188 10.6158 7.07234C10.4939 7.1228 10.3832 7.19676 10.29 7.29C10.1968 7.38324 10.1228 7.49393 10.0723 7.61575C10.0219 7.73757 9.99591 7.86814 9.99591 8C9.99591 8.13186 10.0219 8.26243 10.0723 8.38425C10.1228 8.50607 10.1968 8.61676 10.29 8.71L12.59 11H5C4.73478 11 4.48043 11.1054 4.29289 11.2929C4.10536 11.4804 4 11.7348 4 12ZM17 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V8C4 8.26522 4.10536 8.51957 4.29289 8.70711C4.48043 8.89464 4.73478 9 5 9C5.26522 9 5.51957 8.89464 5.70711 8.70711C5.89464 8.51957 6 8.26522 6 8V5C6 4.73478 6.10536 4.48043 6.29289 4.29289C6.48043 4.10536 6.73478 4 7 4H17C17.2652 4 17.5196 4.10536 17.7071 4.29289C17.8946 4.48043 18 4.73478 18 5V19C18 19.2652 17.8946 19.5196 17.7071 19.7071C17.5196 19.8946 17.2652 20 17 20H7C6.73478 20 6.48043 19.8946 6.29289 19.7071C6.10536 19.5196 6 19.2652 6 19V16C6 15.7348 5.89464 15.4804 5.70711 15.2929C5.51957 15.1054 5.26522 15 5 15C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V5C20 4.20435 19.6839 3.44129 19.1213 2.87868C18.5587 2.31607 17.7956 2 17 2Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12C4 12.2652 4.10536 12.5196 4.29289 12.7071C4.48043 12.8946 4.73478 13 5 13H12.59L10.29 15.29C10.1963 15.383 10.1219 15.4936 10.0711 15.6154C10.0203 15.7373 9.9942 15.868 9.9942 16C9.9942 16.132 10.0203 16.2627 10.0711 16.3846C10.1219 16.5064 10.1963 16.617 10.29 16.71C10.383 16.8037 10.4936 16.8781 10.6154 16.9289C10.7373 16.9797 10.868 17.0058 11 17.0058C11.132 17.0058 11.2627 16.9797 11.3846 16.9289C11.5064 16.8781 11.617 16.8037 11.71 16.71L15.71 12.71C15.801 12.6149 15.8724 12.5028 15.92 12.38C16.02 12.1365 16.02 11.8635 15.92 11.62C15.8724 11.4972 15.801 11.3851 15.71 11.29L11.71 7.29C11.6168 7.19676 11.5061 7.1228 11.3842 7.07234C11.2624 7.02188 11.1319 6.99591 11 6.99591C10.8681 6.99591 10.7376 7.02188 10.6158 7.07234C10.4939 7.1228 10.3832 7.19676 10.29 7.29C10.1968 7.38324 10.1228 7.49393 10.0723 7.61575C10.0219 7.73757 9.99591 7.86814 9.99591 8C9.99591 8.13186 10.0219 8.26243 10.0723 8.38425C10.1228 8.50607 10.1968 8.61676 10.29 8.71L12.59 11H5C4.73478 11 4.48043 11.1054 4.29289 11.2929C4.10536 11.4804 4 11.7348 4 12ZM17 2H7C6.20435 2 5.44129 2.31607 4.87868 2.87868C4.31607 3.44129 4 4.20435 4 5V8C4 8.26522 4.10536 8.51957 4.29289 8.70711C4.48043 8.89464 4.73478 9 5 9C5.26522 9 5.51957 8.89464 5.70711 8.70711C5.89464 8.51957 6 8.26522 6 8V5C6 4.73478 6.10536 4.48043 6.29289 4.29289C6.48043 4.10536 6.73478 4 7 4H17C17.2652 4 17.5196 4.10536 17.7071 4.29289C17.8946 4.48043 18 4.73478 18 5V19C18 19.2652 17.8946 19.5196 17.7071 19.7071C17.5196 19.8946 17.2652 20 17 20H7C6.73478 20 6.48043 19.8946 6.29289 19.7071C6.10536 19.5196 6 19.2652 6 19V16C6 15.7348 5.89464 15.4804 5.70711 15.2929C5.51957 15.1054 5.26522 15 5 15C4.73478 15 4.48043 15.1054 4.29289 15.2929C4.10536 15.4804 4 15.7348 4 16V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V5C20 4.20435 19.6839 3.44129 19.1213 2.87868C18.5587 2.31607 17.7956 2 17 2Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-facebook {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.397 20.9972V12.8012H16.162L16.573 9.59217H13.397V7.54817C13.397 6.62217 13.655 5.98817 14.984 5.98817H16.668V3.12717C15.8487 3.03936 15.0251 2.99696 14.201 3.00017C11.757 3.00017 10.079 4.49217 10.079 7.23117V9.58617H7.33203V12.7952H10.085V20.9972H13.397Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.397 20.9972V12.8012H16.162L16.573 9.59217H13.397V7.54817C13.397 6.62217 13.655 5.98817 14.984 5.98817H16.668V3.12717C15.8487 3.03936 15.0251 2.99696 14.201 3.00017C11.757 3.00017 10.079 4.49217 10.079 7.23117V9.58617H7.33203V12.7952H10.085V20.9972H13.397Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-instagram {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 6.89305C8.95067 6.89305 6.89325 8.95047 6.89325 11.4998C6.89325 14.0491 8.95067 16.1065 11.5 16.1065C14.0493 16.1065 16.1067 14.0491 16.1067 11.4998C16.1067 8.95047 14.0493 6.89305 11.5 6.89305ZM11.5 14.4938C9.85135 14.4938 8.50594 13.1484 8.50594 11.4998C8.50594 9.85116 9.85135 8.50575 11.5 8.50575C13.1486 8.50575 14.494 9.85116 14.494 11.4998C14.494 13.1484 13.1486 14.4938 11.5 14.4938ZM16.2954 5.63075C15.7002 5.63075 15.2195 6.11141 15.2195 6.70662C15.2195 7.30184 15.7002 7.7825 16.2954 7.7825C16.8906 7.7825 17.3713 7.30409 17.3713 6.70662C17.3715 6.56529 17.3437 6.42531 17.2897 6.29469C17.2357 6.16408 17.1565 6.04541 17.0566 5.94547C16.9566 5.84553 16.8379 5.76629 16.7073 5.71228C16.5767 5.65828 16.4367 5.63057 16.2954 5.63075ZM20.4799 11.4998C20.4799 10.2599 20.4911 9.03133 20.4215 7.79373C20.3518 6.35623 20.0239 5.08045 18.9727 4.02928C17.9193 2.97586 16.6458 2.65018 15.2083 2.58055C13.9684 2.51092 12.7398 2.52215 11.5022 2.52215C10.2624 2.52215 9.03377 2.51092 7.79618 2.58055C6.35868 2.65018 5.08289 2.97811 4.03172 4.02928C2.9783 5.0827 2.65262 6.35623 2.58299 7.79373C2.51336 9.03358 2.52459 10.2622 2.52459 11.4998C2.52459 12.7374 2.51336 13.9682 2.58299 15.2058C2.65262 16.6433 2.98055 17.9191 4.03172 18.9703C5.08514 20.0237 6.35868 20.3494 7.79618 20.419C9.03602 20.4887 10.2646 20.4774 11.5022 20.4774C12.7421 20.4774 13.9707 20.4887 15.2083 20.419C16.6458 20.3494 17.9216 20.0215 18.9727 18.9703C20.0262 17.9169 20.3518 16.6433 20.4215 15.2058C20.4933 13.9682 20.4799 12.7396 20.4799 11.4998ZM18.5033 16.7961C18.3393 17.2049 18.1417 17.5103 17.825 17.8248C17.5083 18.1415 17.2051 18.3391 16.7963 18.5031C15.6148 18.9725 12.8095 18.867 11.5 18.867C10.1905 18.867 7.38289 18.9725 6.20145 18.5054C5.79266 18.3414 5.48719 18.1437 5.17274 17.827C4.85604 17.5103 4.65838 17.2071 4.49442 16.7983C4.02723 15.6146 4.1328 12.8093 4.1328 11.4998C4.1328 10.1903 4.02723 7.3827 4.49442 6.20125C4.65838 5.79246 4.85604 5.487 5.17274 5.17254C5.48944 4.85809 5.79266 4.65819 6.20145 4.49422C7.38289 4.02704 10.1905 4.1326 11.5 4.1326C12.8095 4.1326 15.6171 4.02704 16.7985 4.49422C17.2073 4.65819 17.5128 4.85584 17.8272 5.17254C18.1439 5.48924 18.3416 5.79246 18.5056 6.20125C18.9727 7.3827 18.8672 10.1903 18.8672 11.4998C18.8672 12.8093 18.9727 15.6146 18.5033 16.7961Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 6.89305C8.95067 6.89305 6.89325 8.95047 6.89325 11.4998C6.89325 14.0491 8.95067 16.1065 11.5 16.1065C14.0493 16.1065 16.1067 14.0491 16.1067 11.4998C16.1067 8.95047 14.0493 6.89305 11.5 6.89305ZM11.5 14.4938C9.85135 14.4938 8.50594 13.1484 8.50594 11.4998C8.50594 9.85116 9.85135 8.50575 11.5 8.50575C13.1486 8.50575 14.494 9.85116 14.494 11.4998C14.494 13.1484 13.1486 14.4938 11.5 14.4938ZM16.2954 5.63075C15.7002 5.63075 15.2195 6.11141 15.2195 6.70662C15.2195 7.30184 15.7002 7.7825 16.2954 7.7825C16.8906 7.7825 17.3713 7.30409 17.3713 6.70662C17.3715 6.56529 17.3437 6.42531 17.2897 6.29469C17.2357 6.16408 17.1565 6.04541 17.0566 5.94547C16.9566 5.84553 16.8379 5.76629 16.7073 5.71228C16.5767 5.65828 16.4367 5.63057 16.2954 5.63075ZM20.4799 11.4998C20.4799 10.2599 20.4911 9.03133 20.4215 7.79373C20.3518 6.35623 20.0239 5.08045 18.9727 4.02928C17.9193 2.97586 16.6458 2.65018 15.2083 2.58055C13.9684 2.51092 12.7398 2.52215 11.5022 2.52215C10.2624 2.52215 9.03377 2.51092 7.79618 2.58055C6.35868 2.65018 5.08289 2.97811 4.03172 4.02928C2.9783 5.0827 2.65262 6.35623 2.58299 7.79373C2.51336 9.03358 2.52459 10.2622 2.52459 11.4998C2.52459 12.7374 2.51336 13.9682 2.58299 15.2058C2.65262 16.6433 2.98055 17.9191 4.03172 18.9703C5.08514 20.0237 6.35868 20.3494 7.79618 20.419C9.03602 20.4887 10.2646 20.4774 11.5022 20.4774C12.7421 20.4774 13.9707 20.4887 15.2083 20.419C16.6458 20.3494 17.9216 20.0215 18.9727 18.9703C20.0262 17.9169 20.3518 16.6433 20.4215 15.2058C20.4933 13.9682 20.4799 12.7396 20.4799 11.4998ZM18.5033 16.7961C18.3393 17.2049 18.1417 17.5103 17.825 17.8248C17.5083 18.1415 17.2051 18.3391 16.7963 18.5031C15.6148 18.9725 12.8095 18.867 11.5 18.867C10.1905 18.867 7.38289 18.9725 6.20145 18.5054C5.79266 18.3414 5.48719 18.1437 5.17274 17.827C4.85604 17.5103 4.65838 17.2071 4.49442 16.7983C4.02723 15.6146 4.1328 12.8093 4.1328 11.4998C4.1328 10.1903 4.02723 7.3827 4.49442 6.20125C4.65838 5.79246 4.85604 5.487 5.17274 5.17254C5.48944 4.85809 5.79266 4.65819 6.20145 4.49422C7.38289 4.02704 10.1905 4.1326 11.5 4.1326C12.8095 4.1326 15.6171 4.02704 16.7985 4.49422C17.2073 4.65819 17.5128 4.85584 17.8272 5.17254C18.1439 5.48924 18.3416 5.79246 18.5056 6.20125C18.9727 7.3827 18.8672 10.1903 18.8672 11.4998C18.8672 12.8093 18.9727 15.6146 18.5033 16.7961Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-phone {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9599 8.66625C12.8133 8.66625 12.6599 8.61959 12.5133 8.58625C12.2163 8.5208 11.9244 8.43391 11.6399 8.32625C11.3307 8.21374 10.9907 8.21958 10.6855 8.34266C10.3803 8.46573 10.1313 8.69734 9.98661 8.99292L9.83994 9.29292C9.19061 8.9317 8.59393 8.48307 8.06661 7.95959C7.54312 7.43226 7.09449 6.83558 6.73328 6.18625L7.01328 5.99959C7.30886 5.85486 7.54047 5.60594 7.66354 5.30071C7.78662 4.99549 7.79246 4.65553 7.67995 4.34625C7.57409 4.0612 7.48724 3.76945 7.41995 3.47292C7.38661 3.32625 7.35995 3.17292 7.33995 3.01959C7.25899 2.55 7.01303 2.12475 6.64636 1.82041C6.27969 1.51608 5.81641 1.35266 5.33994 1.35959H3.33995C3.05263 1.35689 2.76811 1.41613 2.50575 1.53327C2.24339 1.65042 2.00935 1.82272 1.81957 2.03844C1.62978 2.25417 1.4887 2.50825 1.40594 2.7834C1.32317 3.05854 1.30066 3.34829 1.33995 3.63292C1.6951 6.42584 2.97063 9.02084 4.96505 11.008C6.95946 12.9952 9.55908 14.2613 12.3533 14.6063H12.6066C13.0982 14.607 13.5729 14.4266 13.9399 14.0996C14.1509 13.9109 14.3193 13.6797 14.4343 13.4211C14.5492 13.1626 14.6079 12.8825 14.6066 12.5996V10.5996C14.5984 10.1365 14.4298 9.69062 14.1295 9.33803C13.8292 8.98544 13.4158 8.748 12.9599 8.66625ZM13.2933 12.6663C13.2932 12.7609 13.2729 12.8545 13.2338 12.9407C13.1947 13.0269 13.1377 13.1038 13.0666 13.1663C12.9923 13.2309 12.9053 13.2792 12.8111 13.3079C12.7169 13.3366 12.6177 13.3452 12.5199 13.3329C10.0232 13.0128 7.7041 11.8706 5.92842 10.0864C4.15274 8.30232 3.02155 5.97781 2.71328 3.47959C2.70267 3.38193 2.71197 3.28314 2.74061 3.18918C2.76926 3.09522 2.81666 3.00804 2.87995 2.93292C2.94242 2.86181 3.01932 2.80481 3.10553 2.76573C3.19174 2.72665 3.28529 2.70637 3.37995 2.70625H5.37994C5.53498 2.7028 5.68636 2.75351 5.80804 2.84963C5.92972 2.94576 6.01408 3.0813 6.04661 3.23292C6.07328 3.41514 6.10661 3.59514 6.14661 3.77292C6.22362 4.12435 6.32612 4.46971 6.45328 4.80625L5.51994 5.23959C5.44014 5.2762 5.36836 5.32822 5.30872 5.39265C5.24907 5.45708 5.20275 5.53266 5.17239 5.61505C5.14204 5.69744 5.12826 5.78501 5.13184 5.87273C5.13543 5.96046 5.15631 6.04662 5.19328 6.12625C6.15275 8.18142 7.80477 9.83345 9.85994 10.7929C10.0223 10.8596 10.2043 10.8596 10.3666 10.7929C10.4498 10.7632 10.5262 10.7172 10.5914 10.6577C10.6566 10.5982 10.7094 10.5263 10.7466 10.4463L11.1599 9.51292C11.5046 9.63617 11.8563 9.73858 12.2133 9.81959C12.3911 9.85959 12.5711 9.89292 12.7533 9.91959C12.9049 9.95211 13.0404 10.0365 13.1366 10.1582C13.2327 10.2798 13.2834 10.4312 13.2799 10.5863L13.2933 12.6663Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9599 8.66625C12.8133 8.66625 12.6599 8.61959 12.5133 8.58625C12.2163 8.5208 11.9244 8.43391 11.6399 8.32625C11.3307 8.21374 10.9907 8.21958 10.6855 8.34266C10.3803 8.46573 10.1313 8.69734 9.98661 8.99292L9.83994 9.29292C9.19061 8.9317 8.59393 8.48307 8.06661 7.95959C7.54312 7.43226 7.09449 6.83558 6.73328 6.18625L7.01328 5.99959C7.30886 5.85486 7.54047 5.60594 7.66354 5.30071C7.78662 4.99549 7.79246 4.65553 7.67995 4.34625C7.57409 4.0612 7.48724 3.76945 7.41995 3.47292C7.38661 3.32625 7.35995 3.17292 7.33995 3.01959C7.25899 2.55 7.01303 2.12475 6.64636 1.82041C6.27969 1.51608 5.81641 1.35266 5.33994 1.35959H3.33995C3.05263 1.35689 2.76811 1.41613 2.50575 1.53327C2.24339 1.65042 2.00935 1.82272 1.81957 2.03844C1.62978 2.25417 1.4887 2.50825 1.40594 2.7834C1.32317 3.05854 1.30066 3.34829 1.33995 3.63292C1.6951 6.42584 2.97063 9.02084 4.96505 11.008C6.95946 12.9952 9.55908 14.2613 12.3533 14.6063H12.6066C13.0982 14.607 13.5729 14.4266 13.9399 14.0996C14.1509 13.9109 14.3193 13.6797 14.4343 13.4211C14.5492 13.1626 14.6079 12.8825 14.6066 12.5996V10.5996C14.5984 10.1365 14.4298 9.69062 14.1295 9.33803C13.8292 8.98544 13.4158 8.748 12.9599 8.66625ZM13.2933 12.6663C13.2932 12.7609 13.2729 12.8545 13.2338 12.9407C13.1947 13.0269 13.1377 13.1038 13.0666 13.1663C12.9923 13.2309 12.9053 13.2792 12.8111 13.3079C12.7169 13.3366 12.6177 13.3452 12.5199 13.3329C10.0232 13.0128 7.7041 11.8706 5.92842 10.0864C4.15274 8.30232 3.02155 5.97781 2.71328 3.47959C2.70267 3.38193 2.71197 3.28314 2.74061 3.18918C2.76926 3.09522 2.81666 3.00804 2.87995 2.93292C2.94242 2.86181 3.01932 2.80481 3.10553 2.76573C3.19174 2.72665 3.28529 2.70637 3.37995 2.70625H5.37994C5.53498 2.7028 5.68636 2.75351 5.80804 2.84963C5.92972 2.94576 6.01408 3.0813 6.04661 3.23292C6.07328 3.41514 6.10661 3.59514 6.14661 3.77292C6.22362 4.12435 6.32612 4.46971 6.45328 4.80625L5.51994 5.23959C5.44014 5.2762 5.36836 5.32822 5.30872 5.39265C5.24907 5.45708 5.20275 5.53266 5.17239 5.61505C5.14204 5.69744 5.12826 5.78501 5.13184 5.87273C5.13543 5.96046 5.15631 6.04662 5.19328 6.12625C6.15275 8.18142 7.80477 9.83345 9.85994 10.7929C10.0223 10.8596 10.2043 10.8596 10.3666 10.7929C10.4498 10.7632 10.5262 10.7172 10.5914 10.6577C10.6566 10.5982 10.7094 10.5263 10.7466 10.4463L11.1599 9.51292C11.5046 9.63617 11.8563 9.73858 12.2133 9.81959C12.3911 9.85959 12.5711 9.89292 12.7533 9.91959C12.9049 9.95211 13.0404 10.0365 13.1366 10.1582C13.2327 10.2798 13.2834 10.4312 13.2799 10.5863L13.2933 12.6663Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-envelope {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6667 2.66602H3.33337C2.80294 2.66602 2.29423 2.87673 1.91916 3.2518C1.54409 3.62687 1.33337 4.13558 1.33337 4.66602V11.3327C1.33337 11.8631 1.54409 12.3718 1.91916 12.7469C2.29423 13.122 2.80294 13.3327 3.33337 13.3327H12.6667C13.1971 13.3327 13.7058 13.122 14.0809 12.7469C14.456 12.3718 14.6667 11.8631 14.6667 11.3327V4.66602C14.6667 4.13558 14.456 3.62687 14.0809 3.2518C13.7058 2.87673 13.1971 2.66602 12.6667 2.66602ZM12.3934 3.99935L8.47337 7.91935C8.4114 7.98183 8.33767 8.03143 8.25643 8.06528C8.17519 8.09912 8.08805 8.11655 8.00004 8.11655C7.91203 8.11655 7.8249 8.09912 7.74366 8.06528C7.66242 8.03143 7.58868 7.98183 7.52671 7.91935L3.60671 3.99935H12.3934ZM13.3334 11.3327C13.3334 11.5095 13.2631 11.6791 13.1381 11.8041C13.0131 11.9291 12.8435 11.9993 12.6667 11.9993H3.33337C3.15656 11.9993 2.98699 11.9291 2.86197 11.8041C2.73695 11.6791 2.66671 11.5095 2.66671 11.3327V4.93935L6.58671 8.85935C6.96171 9.23388 7.47004 9.44426 8.00004 9.44426C8.53004 9.44426 9.03837 9.23388 9.41337 8.85935L13.3334 4.93935V11.3327Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6667 2.66602H3.33337C2.80294 2.66602 2.29423 2.87673 1.91916 3.2518C1.54409 3.62687 1.33337 4.13558 1.33337 4.66602V11.3327C1.33337 11.8631 1.54409 12.3718 1.91916 12.7469C2.29423 13.122 2.80294 13.3327 3.33337 13.3327H12.6667C13.1971 13.3327 13.7058 13.122 14.0809 12.7469C14.456 12.3718 14.6667 11.8631 14.6667 11.3327V4.66602C14.6667 4.13558 14.456 3.62687 14.0809 3.2518C13.7058 2.87673 13.1971 2.66602 12.6667 2.66602ZM12.3934 3.99935L8.47337 7.91935C8.4114 7.98183 8.33767 8.03143 8.25643 8.06528C8.17519 8.09912 8.08805 8.11655 8.00004 8.11655C7.91203 8.11655 7.8249 8.09912 7.74366 8.06528C7.66242 8.03143 7.58868 7.98183 7.52671 7.91935L3.60671 3.99935H12.3934ZM13.3334 11.3327C13.3334 11.5095 13.2631 11.6791 13.1381 11.8041C13.0131 11.9291 12.8435 11.9993 12.6667 11.9993H3.33337C3.15656 11.9993 2.98699 11.9291 2.86197 11.8041C2.73695 11.6791 2.66671 11.5095 2.66671 11.3327V4.93935L6.58671 8.85935C6.96171 9.23388 7.47004 9.44426 8.00004 9.44426C8.53004 9.44426 9.03837 9.23388 9.41337 8.85935L13.3334 4.93935V11.3327Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-minus {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6665 7.33398H3.33317C3.15636 7.33398 2.98679 7.40422 2.86177 7.52925C2.73674 7.65427 2.6665 7.82384 2.6665 8.00065C2.6665 8.17746 2.73674 8.34703 2.86177 8.47206C2.98679 8.59708 3.15636 8.66732 3.33317 8.66732H12.6665C12.8433 8.66732 13.0129 8.59708 13.1379 8.47206C13.2629 8.34703 13.3332 8.17746 13.3332 8.00065C13.3332 7.82384 13.2629 7.65427 13.1379 7.52925C13.0129 7.40422 12.8433 7.33398 12.6665 7.33398Z' fill='black'/%3E%3C/svg%3E") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6665 7.33398H3.33317C3.15636 7.33398 2.98679 7.40422 2.86177 7.52925C2.73674 7.65427 2.6665 7.82384 2.6665 8.00065C2.6665 8.17746 2.73674 8.34703 2.86177 8.47206C2.98679 8.59708 3.15636 8.66732 3.33317 8.66732H12.6665C12.8433 8.66732 13.0129 8.59708 13.1379 8.47206C13.2629 8.34703 13.3332 8.17746 13.3332 8.00065C13.3332 7.82384 13.2629 7.65427 13.1379 7.52925C13.0129 7.40422 12.8433 7.33398 12.6665 7.33398Z' fill='black'/%3E%3C/svg%3E") center/cover no-repeat;
}
.icon-plus {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6665 7.33268H8.6665V3.33268C8.6665 3.15587 8.59627 2.9863 8.47124 2.86128C8.34622 2.73625 8.17665 2.66602 7.99984 2.66602C7.82303 2.66602 7.65346 2.73625 7.52843 2.86128C7.40341 2.9863 7.33317 3.15587 7.33317 3.33268V7.33268H3.33317C3.15636 7.33268 2.98679 7.40292 2.86177 7.52794C2.73674 7.65297 2.6665 7.82254 2.6665 7.99935C2.6665 8.17616 2.73674 8.34573 2.86177 8.47075C2.98679 8.59578 3.15636 8.66602 3.33317 8.66602H7.33317V12.666C7.33317 12.8428 7.40341 13.0124 7.52843 13.1374C7.65346 13.2624 7.82303 13.3327 7.99984 13.3327C8.17665 13.3327 8.34622 13.2624 8.47124 13.1374C8.59627 13.0124 8.6665 12.8428 8.6665 12.666V8.66602H12.6665C12.8433 8.66602 13.0129 8.59578 13.1379 8.47075C13.2629 8.34573 13.3332 8.17616 13.3332 7.99935C13.3332 7.82254 13.2629 7.65297 13.1379 7.52794C13.0129 7.40292 12.8433 7.33268 12.6665 7.33268Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6665 7.33268H8.6665V3.33268C8.6665 3.15587 8.59627 2.9863 8.47124 2.86128C8.34622 2.73625 8.17665 2.66602 7.99984 2.66602C7.82303 2.66602 7.65346 2.73625 7.52843 2.86128C7.40341 2.9863 7.33317 3.15587 7.33317 3.33268V7.33268H3.33317C3.15636 7.33268 2.98679 7.40292 2.86177 7.52794C2.73674 7.65297 2.6665 7.82254 2.6665 7.99935C2.6665 8.17616 2.73674 8.34573 2.86177 8.47075C2.98679 8.59578 3.15636 8.66602 3.33317 8.66602H7.33317V12.666C7.33317 12.8428 7.40341 13.0124 7.52843 13.1374C7.65346 13.2624 7.82303 13.3327 7.99984 13.3327C8.17665 13.3327 8.34622 13.2624 8.47124 13.1374C8.59627 13.0124 8.6665 12.8428 8.6665 12.666V8.66602H12.6665C12.8433 8.66602 13.0129 8.59578 13.1379 8.47075C13.2629 8.34573 13.3332 8.17616 13.3332 7.99935C13.3332 7.82254 13.2629 7.65297 13.1379 7.52794C13.0129 7.40292 12.8433 7.33268 12.6665 7.33268Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.icon-truck {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12.5V17.5C1 17.7652 1.10536 18.0196 1.29289 18.2071C1.48043 18.3946 1.73478 18.5 2 18.5H3C3 19.2956 3.31607 20.0587 3.87868 20.6213C4.44129 21.1839 5.20435 21.5 6 21.5C6.79565 21.5 7.55871 21.1839 8.12132 20.6213C8.68393 20.0587 9 19.2956 9 18.5H15C15 19.2956 15.3161 20.0587 15.8787 20.6213C16.4413 21.1839 17.2044 21.5 18 21.5C18.7956 21.5 19.5587 21.1839 20.1213 20.6213C20.6839 20.0587 21 19.2956 21 18.5H22C22.2652 18.5 22.5196 18.3946 22.7071 18.2071C22.8946 18.0196 23 17.7652 23 17.5V5.5C23 4.70435 22.6839 3.94129 22.1213 3.37868C21.5587 2.81607 20.7956 2.5 20 2.5H11C10.2044 2.5 9.44129 2.81607 8.87868 3.37868C8.31607 3.94129 8 4.70435 8 5.5V7.5H6C5.53426 7.5 5.07493 7.60844 4.65836 7.81672C4.24179 8.025 3.87944 8.32741 3.6 8.7L1.2 11.9C1.17075 11.9435 1.14722 11.9905 1.13 12.04L1.07 12.15C1.02587 12.2615 1.00216 12.3801 1 12.5ZM17 18.5C17 18.3022 17.0586 18.1089 17.1685 17.9444C17.2784 17.78 17.4346 17.6518 17.6173 17.5761C17.8 17.5004 18.0011 17.4806 18.1951 17.5192C18.3891 17.5578 18.5673 17.653 18.7071 17.7929C18.847 17.9327 18.9422 18.1109 18.9808 18.3049C19.0194 18.4989 18.9996 18.7 18.9239 18.8827C18.8482 19.0654 18.72 19.2216 18.5556 19.3315C18.3911 19.4414 18.1978 19.5 18 19.5C17.7348 19.5 17.4804 19.3946 17.2929 19.2071C17.1054 19.0196 17 18.7652 17 18.5ZM10 5.5C10 5.23478 10.1054 4.98043 10.2929 4.79289C10.4804 4.60536 10.7348 4.5 11 4.5H20C20.2652 4.5 20.5196 4.60536 20.7071 4.79289C20.8946 4.98043 21 5.23478 21 5.5V16.5H20.22C19.9388 16.1906 19.5961 15.9435 19.2138 15.7743C18.8315 15.6052 18.418 15.5178 18 15.5178C17.582 15.5178 17.1685 15.6052 16.7862 15.7743C16.4039 15.9435 16.0612 16.1906 15.78 16.5H10V5.5ZM8 11.5H4L5.2 9.9C5.29315 9.7758 5.41393 9.675 5.55279 9.60557C5.69164 9.53615 5.84475 9.5 6 9.5H8V11.5ZM5 18.5C5 18.3022 5.05865 18.1089 5.16853 17.9444C5.27841 17.78 5.43459 17.6518 5.61732 17.5761C5.80004 17.5004 6.00111 17.4806 6.19509 17.5192C6.38907 17.5578 6.56725 17.653 6.70711 17.7929C6.84696 17.9327 6.9422 18.1109 6.98079 18.3049C7.01937 18.4989 6.99957 18.7 6.92388 18.8827C6.84819 19.0654 6.72002 19.2216 6.55557 19.3315C6.39112 19.4414 6.19778 19.5 6 19.5C5.73478 19.5 5.48043 19.3946 5.29289 19.2071C5.10536 19.0196 5 18.7652 5 18.5ZM3 13.5H8V16.28C7.40983 15.7526 6.63513 15.4797 5.84469 15.5209C5.05425 15.5621 4.31212 15.914 3.78 16.5H3V13.5Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 12.5V17.5C1 17.7652 1.10536 18.0196 1.29289 18.2071C1.48043 18.3946 1.73478 18.5 2 18.5H3C3 19.2956 3.31607 20.0587 3.87868 20.6213C4.44129 21.1839 5.20435 21.5 6 21.5C6.79565 21.5 7.55871 21.1839 8.12132 20.6213C8.68393 20.0587 9 19.2956 9 18.5H15C15 19.2956 15.3161 20.0587 15.8787 20.6213C16.4413 21.1839 17.2044 21.5 18 21.5C18.7956 21.5 19.5587 21.1839 20.1213 20.6213C20.6839 20.0587 21 19.2956 21 18.5H22C22.2652 18.5 22.5196 18.3946 22.7071 18.2071C22.8946 18.0196 23 17.7652 23 17.5V5.5C23 4.70435 22.6839 3.94129 22.1213 3.37868C21.5587 2.81607 20.7956 2.5 20 2.5H11C10.2044 2.5 9.44129 2.81607 8.87868 3.37868C8.31607 3.94129 8 4.70435 8 5.5V7.5H6C5.53426 7.5 5.07493 7.60844 4.65836 7.81672C4.24179 8.025 3.87944 8.32741 3.6 8.7L1.2 11.9C1.17075 11.9435 1.14722 11.9905 1.13 12.04L1.07 12.15C1.02587 12.2615 1.00216 12.3801 1 12.5ZM17 18.5C17 18.3022 17.0586 18.1089 17.1685 17.9444C17.2784 17.78 17.4346 17.6518 17.6173 17.5761C17.8 17.5004 18.0011 17.4806 18.1951 17.5192C18.3891 17.5578 18.5673 17.653 18.7071 17.7929C18.847 17.9327 18.9422 18.1109 18.9808 18.3049C19.0194 18.4989 18.9996 18.7 18.9239 18.8827C18.8482 19.0654 18.72 19.2216 18.5556 19.3315C18.3911 19.4414 18.1978 19.5 18 19.5C17.7348 19.5 17.4804 19.3946 17.2929 19.2071C17.1054 19.0196 17 18.7652 17 18.5ZM10 5.5C10 5.23478 10.1054 4.98043 10.2929 4.79289C10.4804 4.60536 10.7348 4.5 11 4.5H20C20.2652 4.5 20.5196 4.60536 20.7071 4.79289C20.8946 4.98043 21 5.23478 21 5.5V16.5H20.22C19.9388 16.1906 19.5961 15.9435 19.2138 15.7743C18.8315 15.6052 18.418 15.5178 18 15.5178C17.582 15.5178 17.1685 15.6052 16.7862 15.7743C16.4039 15.9435 16.0612 16.1906 15.78 16.5H10V5.5ZM8 11.5H4L5.2 9.9C5.29315 9.7758 5.41393 9.675 5.55279 9.60557C5.69164 9.53615 5.84475 9.5 6 9.5H8V11.5ZM5 18.5C5 18.3022 5.05865 18.1089 5.16853 17.9444C5.27841 17.78 5.43459 17.6518 5.61732 17.5761C5.80004 17.5004 6.00111 17.4806 6.19509 17.5192C6.38907 17.5578 6.56725 17.653 6.70711 17.7929C6.84696 17.9327 6.9422 18.1109 6.98079 18.3049C7.01937 18.4989 6.99957 18.7 6.92388 18.8827C6.84819 19.0654 6.72002 19.2216 6.55557 19.3315C6.39112 19.4414 6.19778 19.5 6 19.5C5.73478 19.5 5.48043 19.3946 5.29289 19.2071C5.10536 19.0196 5 18.7652 5 18.5ZM3 13.5H8V16.28C7.40983 15.7526 6.63513 15.4797 5.84469 15.5209C5.05425 15.5621 4.31212 15.914 3.78 16.5H3V13.5Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.icon-lock {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 13C11.7348 13 11.4804 13.1054 11.2929 13.2929C11.1054 13.4804 11 13.7348 11 14V17C11 17.2652 11.1054 17.5196 11.2929 17.7071C11.4804 17.8946 11.7348 18 12 18C12.2652 18 12.5196 17.8946 12.7071 17.7071C12.8946 17.5196 13 17.2652 13 17V14C13 13.7348 12.8946 13.4804 12.7071 13.2929C12.5196 13.1054 12.2652 13 12 13ZM17 9V7C17 5.67392 16.4732 4.40215 15.5355 3.46447C14.5979 2.52678 13.3261 2 12 2C10.6739 2 9.40215 2.52678 8.46447 3.46447C7.52678 4.40215 7 5.67392 7 7V9C6.20435 9 5.44129 9.31607 4.87868 9.87868C4.31607 10.4413 4 11.2044 4 12V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V12C20 11.2044 19.6839 10.4413 19.1213 9.87868C18.5587 9.31607 17.7956 9 17 9ZM9 7C9 6.20435 9.31607 5.44129 9.87868 4.87868C10.4413 4.31607 11.2044 4 12 4C12.7956 4 13.5587 4.31607 14.1213 4.87868C14.6839 5.44129 15 6.20435 15 7V9H9V7ZM18 19C18 19.2652 17.8946 19.5196 17.7071 19.7071C17.5196 19.8946 17.2652 20 17 20H7C6.73478 20 6.48043 19.8946 6.29289 19.7071C6.10536 19.5196 6 19.2652 6 19V12C6 11.7348 6.10536 11.4804 6.29289 11.2929C6.48043 11.1054 6.73478 11 7 11H17C17.2652 11 17.5196 11.1054 17.7071 11.2929C17.8946 11.4804 18 11.7348 18 12V19Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 13C11.7348 13 11.4804 13.1054 11.2929 13.2929C11.1054 13.4804 11 13.7348 11 14V17C11 17.2652 11.1054 17.5196 11.2929 17.7071C11.4804 17.8946 11.7348 18 12 18C12.2652 18 12.5196 17.8946 12.7071 17.7071C12.8946 17.5196 13 17.2652 13 17V14C13 13.7348 12.8946 13.4804 12.7071 13.2929C12.5196 13.1054 12.2652 13 12 13ZM17 9V7C17 5.67392 16.4732 4.40215 15.5355 3.46447C14.5979 2.52678 13.3261 2 12 2C10.6739 2 9.40215 2.52678 8.46447 3.46447C7.52678 4.40215 7 5.67392 7 7V9C6.20435 9 5.44129 9.31607 4.87868 9.87868C4.31607 10.4413 4 11.2044 4 12V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V12C20 11.2044 19.6839 10.4413 19.1213 9.87868C18.5587 9.31607 17.7956 9 17 9ZM9 7C9 6.20435 9.31607 5.44129 9.87868 4.87868C10.4413 4.31607 11.2044 4 12 4C12.7956 4 13.5587 4.31607 14.1213 4.87868C14.6839 5.44129 15 6.20435 15 7V9H9V7ZM18 19C18 19.2652 17.8946 19.5196 17.7071 19.7071C17.5196 19.8946 17.2652 20 17 20H7C6.73478 20 6.48043 19.8946 6.29289 19.7071C6.10536 19.5196 6 19.2652 6 19V12C6 11.7348 6.10536 11.4804 6.29289 11.2929C6.48043 11.1054 6.73478 11 7 11H17C17.2652 11 17.5196 11.1054 17.7071 11.2929C17.8946 11.4804 18 11.7348 18 12V19Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.icon-euro {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2 17.41C18.6674 18.1822 17.9611 18.8188 17.1379 19.2686C16.3147 19.7184 15.3975 19.9689 14.46 20C11.78 20 9.46 18 8.46 15H14C14.2652 15 14.5196 14.8946 14.7071 14.7071C14.8946 14.5196 15 14.2652 15 14C15 13.7348 14.8946 13.4804 14.7071 13.2929C14.5196 13.1054 14.2652 13 14 13H8.05C8.05 12.67 8 12.33 8 12C8 11.67 8 11.33 8.05 11H14C14.2652 11 14.5196 10.8946 14.7071 10.7071C14.8946 10.5196 15 10.2652 15 10C15 9.73478 14.8946 9.48043 14.7071 9.29289C14.5196 9.10536 14.2652 9 14 9H8.47C9.47 6 11.78 4 14.47 4C15.4058 4.03267 16.321 4.28392 17.1424 4.73366C17.9637 5.1834 18.6684 5.81913 19.2 6.59C19.2706 6.71152 19.366 6.8168 19.48 6.89898C19.5939 6.98116 19.724 7.03839 19.8616 7.06694C19.9992 7.09549 20.1412 7.09472 20.2785 7.06468C20.4158 7.03464 20.5452 6.976 20.6583 6.8926C20.7714 6.80919 20.8656 6.70288 20.9349 6.58061C21.0041 6.45833 21.0468 6.32283 21.0602 6.18294C21.0736 6.04305 21.0573 5.90192 21.0125 5.76874C20.9676 5.63556 20.8952 5.51332 20.8 5.41C20.0877 4.38118 19.1418 3.53577 18.0398 2.94304C16.9378 2.35031 15.711 2.02714 14.46 2C10.7 2 7.46 4.84 6.39 9H4C3.73478 9 3.48043 9.10536 3.29289 9.29289C3.10536 9.48043 3 9.73478 3 10C3 10.2652 3.10536 10.5196 3.29289 10.7071C3.48043 10.8946 3.73478 11 4 11H6.05V13H4C3.73478 13 3.48043 13.1054 3.29289 13.2929C3.10536 13.4804 3 13.7348 3 14C3 14.2652 3.10536 14.5196 3.29289 14.7071C3.48043 14.8946 3.73478 15 4 15H6.39C7.48 19.16 10.7 22 14.46 22C15.711 21.9729 16.9378 21.6497 18.0398 21.057C19.1418 20.4642 20.0877 19.6188 20.8 18.59C20.9237 18.377 20.9644 18.1258 20.9144 17.8846C20.8643 17.6434 20.727 17.4292 20.5288 17.283C20.3305 17.1368 20.0853 17.0689 19.8401 17.0923C19.5949 17.1158 19.367 17.2289 19.2 17.41Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2 17.41C18.6674 18.1822 17.9611 18.8188 17.1379 19.2686C16.3147 19.7184 15.3975 19.9689 14.46 20C11.78 20 9.46 18 8.46 15H14C14.2652 15 14.5196 14.8946 14.7071 14.7071C14.8946 14.5196 15 14.2652 15 14C15 13.7348 14.8946 13.4804 14.7071 13.2929C14.5196 13.1054 14.2652 13 14 13H8.05C8.05 12.67 8 12.33 8 12C8 11.67 8 11.33 8.05 11H14C14.2652 11 14.5196 10.8946 14.7071 10.7071C14.8946 10.5196 15 10.2652 15 10C15 9.73478 14.8946 9.48043 14.7071 9.29289C14.5196 9.10536 14.2652 9 14 9H8.47C9.47 6 11.78 4 14.47 4C15.4058 4.03267 16.321 4.28392 17.1424 4.73366C17.9637 5.1834 18.6684 5.81913 19.2 6.59C19.2706 6.71152 19.366 6.8168 19.48 6.89898C19.5939 6.98116 19.724 7.03839 19.8616 7.06694C19.9992 7.09549 20.1412 7.09472 20.2785 7.06468C20.4158 7.03464 20.5452 6.976 20.6583 6.8926C20.7714 6.80919 20.8656 6.70288 20.9349 6.58061C21.0041 6.45833 21.0468 6.32283 21.0602 6.18294C21.0736 6.04305 21.0573 5.90192 21.0125 5.76874C20.9676 5.63556 20.8952 5.51332 20.8 5.41C20.0877 4.38118 19.1418 3.53577 18.0398 2.94304C16.9378 2.35031 15.711 2.02714 14.46 2C10.7 2 7.46 4.84 6.39 9H4C3.73478 9 3.48043 9.10536 3.29289 9.29289C3.10536 9.48043 3 9.73478 3 10C3 10.2652 3.10536 10.5196 3.29289 10.7071C3.48043 10.8946 3.73478 11 4 11H6.05V13H4C3.73478 13 3.48043 13.1054 3.29289 13.2929C3.10536 13.4804 3 13.7348 3 14C3 14.2652 3.10536 14.5196 3.29289 14.7071C3.48043 14.8946 3.73478 15 4 15H6.39C7.48 19.16 10.7 22 14.46 22C15.711 21.9729 16.9378 21.6497 18.0398 21.057C19.1418 20.4642 20.0877 19.6188 20.8 18.59C20.9237 18.377 20.9644 18.1258 20.9144 17.8846C20.8643 17.6434 20.727 17.4292 20.5288 17.283C20.3305 17.1368 20.0853 17.0689 19.8401 17.0923C19.5949 17.1158 19.367 17.2289 19.2 17.41Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.icon-trash {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.22222 16.3336C9.45797 16.3336 9.68406 16.2399 9.85076 16.0732C10.0175 15.9065 10.1111 15.6804 10.1111 15.4447V10.1113C10.1111 9.87558 10.0175 9.64949 9.85076 9.48279C9.68406 9.31609 9.45797 9.22244 9.22222 9.22244C8.98647 9.22244 8.76038 9.31609 8.59368 9.48279C8.42698 9.64949 8.33333 9.87558 8.33333 10.1113V15.4447C8.33333 15.6804 8.42698 15.9065 8.59368 16.0732C8.76038 16.2399 8.98647 16.3336 9.22222 16.3336ZM18.1111 5.66688H14.5556V4.778C14.5556 4.07075 14.2746 3.39247 13.7745 2.89238C13.2744 2.39228 12.5961 2.11133 11.8889 2.11133H10.1111C9.40387 2.11133 8.72559 2.39228 8.22549 2.89238C7.7254 3.39247 7.44444 4.07075 7.44444 4.778V5.66688H3.88889C3.65314 5.66688 3.42705 5.76053 3.26035 5.92723C3.09365 6.09393 3 6.32002 3 6.55577C3 6.79152 3.09365 7.01761 3.26035 7.18431C3.42705 7.35101 3.65314 7.44466 3.88889 7.44466H4.77778V17.2224C4.77778 17.9297 5.05873 18.608 5.55883 19.1081C6.05892 19.6082 6.7372 19.8891 7.44444 19.8891H14.5556C15.2628 19.8891 15.9411 19.6082 16.4412 19.1081C16.9413 18.608 17.2222 17.9297 17.2222 17.2224V7.44466H18.1111C18.3469 7.44466 18.573 7.35101 18.7397 7.18431C18.9064 7.01761 19 6.79152 19 6.55577C19 6.32002 18.9064 6.09393 18.7397 5.92723C18.573 5.76053 18.3469 5.66688 18.1111 5.66688ZM9.22222 4.778C9.22222 4.54225 9.31587 4.31615 9.48257 4.14946C9.64927 3.98276 9.87536 3.88911 10.1111 3.88911H11.8889C12.1246 3.88911 12.3507 3.98276 12.5174 4.14946C12.6841 4.31615 12.7778 4.54225 12.7778 4.778V5.66688H9.22222V4.778ZM15.4444 17.2224C15.4444 17.4582 15.3508 17.6843 15.1841 17.851C15.0174 18.0177 14.7913 18.1113 14.5556 18.1113H7.44444C7.2087 18.1113 6.9826 18.0177 6.81591 17.851C6.64921 17.6843 6.55556 17.4582 6.55556 17.2224V7.44466H15.4444V17.2224ZM12.7778 16.3336C13.0135 16.3336 13.2396 16.2399 13.4063 16.0732C13.573 15.9065 13.6667 15.6804 13.6667 15.4447V10.1113C13.6667 9.87558 13.573 9.64949 13.4063 9.48279C13.2396 9.31609 13.0135 9.22244 12.7778 9.22244C12.542 9.22244 12.3159 9.31609 12.1492 9.48279C11.9825 9.64949 11.8889 9.87558 11.8889 10.1113V15.4447C11.8889 15.6804 11.9825 15.9065 12.1492 16.0732C12.3159 16.2399 12.542 16.3336 12.7778 16.3336Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.22222 16.3336C9.45797 16.3336 9.68406 16.2399 9.85076 16.0732C10.0175 15.9065 10.1111 15.6804 10.1111 15.4447V10.1113C10.1111 9.87558 10.0175 9.64949 9.85076 9.48279C9.68406 9.31609 9.45797 9.22244 9.22222 9.22244C8.98647 9.22244 8.76038 9.31609 8.59368 9.48279C8.42698 9.64949 8.33333 9.87558 8.33333 10.1113V15.4447C8.33333 15.6804 8.42698 15.9065 8.59368 16.0732C8.76038 16.2399 8.98647 16.3336 9.22222 16.3336ZM18.1111 5.66688H14.5556V4.778C14.5556 4.07075 14.2746 3.39247 13.7745 2.89238C13.2744 2.39228 12.5961 2.11133 11.8889 2.11133H10.1111C9.40387 2.11133 8.72559 2.39228 8.22549 2.89238C7.7254 3.39247 7.44444 4.07075 7.44444 4.778V5.66688H3.88889C3.65314 5.66688 3.42705 5.76053 3.26035 5.92723C3.09365 6.09393 3 6.32002 3 6.55577C3 6.79152 3.09365 7.01761 3.26035 7.18431C3.42705 7.35101 3.65314 7.44466 3.88889 7.44466H4.77778V17.2224C4.77778 17.9297 5.05873 18.608 5.55883 19.1081C6.05892 19.6082 6.7372 19.8891 7.44444 19.8891H14.5556C15.2628 19.8891 15.9411 19.6082 16.4412 19.1081C16.9413 18.608 17.2222 17.9297 17.2222 17.2224V7.44466H18.1111C18.3469 7.44466 18.573 7.35101 18.7397 7.18431C18.9064 7.01761 19 6.79152 19 6.55577C19 6.32002 18.9064 6.09393 18.7397 5.92723C18.573 5.76053 18.3469 5.66688 18.1111 5.66688ZM9.22222 4.778C9.22222 4.54225 9.31587 4.31615 9.48257 4.14946C9.64927 3.98276 9.87536 3.88911 10.1111 3.88911H11.8889C12.1246 3.88911 12.3507 3.98276 12.5174 4.14946C12.6841 4.31615 12.7778 4.54225 12.7778 4.778V5.66688H9.22222V4.778ZM15.4444 17.2224C15.4444 17.4582 15.3508 17.6843 15.1841 17.851C15.0174 18.0177 14.7913 18.1113 14.5556 18.1113H7.44444C7.2087 18.1113 6.9826 18.0177 6.81591 17.851C6.64921 17.6843 6.55556 17.4582 6.55556 17.2224V7.44466H15.4444V17.2224ZM12.7778 16.3336C13.0135 16.3336 13.2396 16.2399 13.4063 16.0732C13.573 15.9065 13.6667 15.6804 13.6667 15.4447V10.1113C13.6667 9.87558 13.573 9.64949 13.4063 9.48279C13.2396 9.31609 13.0135 9.22244 12.7778 9.22244C12.542 9.22244 12.3159 9.31609 12.1492 9.48279C11.9825 9.64949 11.8889 9.87558 11.8889 10.1113V15.4447C11.8889 15.6804 11.9825 15.9065 12.1492 16.0732C12.3159 16.2399 12.542 16.3336 12.7778 16.3336Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.icon-filter {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6666 1.33301H3.33325C2.80282 1.33301 2.29411 1.54372 1.91904 1.91879C1.54397 2.29387 1.33325 2.80257 1.33325 3.33301V4.11301C1.33316 4.3883 1.3899 4.66065 1.49992 4.91301V4.95301C1.59411 5.16699 1.72751 5.36145 1.89325 5.52634L5.99992 9.60634V13.9997C5.99969 14.113 6.02834 14.2245 6.08317 14.3236C6.13799 14.4228 6.21718 14.5063 6.31325 14.5663C6.41935 14.6321 6.54177 14.6667 6.66659 14.6663C6.77095 14.6657 6.8737 14.6406 6.96659 14.593L9.63325 13.2597C9.7432 13.2043 9.83565 13.1195 9.90037 13.0148C9.96509 12.9101 9.99955 12.7895 9.99992 12.6663V9.60634L14.0799 5.52634C14.2457 5.36145 14.3791 5.16699 14.4733 4.95301V4.91301C14.5925 4.66263 14.6583 4.39019 14.6666 4.11301V3.33301C14.6666 2.80257 14.4559 2.29387 14.0808 1.91879C13.7057 1.54372 13.197 1.33301 12.6666 1.33301ZM8.85992 8.85967C8.79813 8.92197 8.74925 8.99585 8.71607 9.07707C8.6829 9.1583 8.66608 9.24527 8.66659 9.33301V12.253L7.33325 12.9197V9.33301C7.33376 9.24527 7.31694 9.1583 7.28377 9.07707C7.25059 8.99585 7.20171 8.92197 7.13992 8.85967L3.60659 5.33301H12.3933L8.85992 8.85967ZM13.3333 3.99967H2.66659V3.33301C2.66659 3.1562 2.73682 2.98663 2.86185 2.8616C2.98687 2.73658 3.15644 2.66634 3.33325 2.66634H12.6666C12.8434 2.66634 13.013 2.73658 13.138 2.8616C13.263 2.98663 13.3333 3.1562 13.3333 3.33301V3.99967Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6666 1.33301H3.33325C2.80282 1.33301 2.29411 1.54372 1.91904 1.91879C1.54397 2.29387 1.33325 2.80257 1.33325 3.33301V4.11301C1.33316 4.3883 1.3899 4.66065 1.49992 4.91301V4.95301C1.59411 5.16699 1.72751 5.36145 1.89325 5.52634L5.99992 9.60634V13.9997C5.99969 14.113 6.02834 14.2245 6.08317 14.3236C6.13799 14.4228 6.21718 14.5063 6.31325 14.5663C6.41935 14.6321 6.54177 14.6667 6.66659 14.6663C6.77095 14.6657 6.8737 14.6406 6.96659 14.593L9.63325 13.2597C9.7432 13.2043 9.83565 13.1195 9.90037 13.0148C9.96509 12.9101 9.99955 12.7895 9.99992 12.6663V9.60634L14.0799 5.52634C14.2457 5.36145 14.3791 5.16699 14.4733 4.95301V4.91301C14.5925 4.66263 14.6583 4.39019 14.6666 4.11301V3.33301C14.6666 2.80257 14.4559 2.29387 14.0808 1.91879C13.7057 1.54372 13.197 1.33301 12.6666 1.33301ZM8.85992 8.85967C8.79813 8.92197 8.74925 8.99585 8.71607 9.07707C8.6829 9.1583 8.66608 9.24527 8.66659 9.33301V12.253L7.33325 12.9197V9.33301C7.33376 9.24527 7.31694 9.1583 7.28377 9.07707C7.25059 8.99585 7.20171 8.92197 7.13992 8.85967L3.60659 5.33301H12.3933L8.85992 8.85967ZM13.3333 3.99967H2.66659V3.33301C2.66659 3.1562 2.73682 2.98663 2.86185 2.8616C2.98687 2.73658 3.15644 2.66634 3.33325 2.66634H12.6666C12.8434 2.66634 13.013 2.73658 13.138 2.8616C13.263 2.98663 13.3333 3.1562 13.3333 3.33301V3.99967Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-chevron-down {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8332 6.11378C11.7083 5.98962 11.5393 5.91992 11.3632 5.91992C11.1871 5.91992 11.0181 5.98962 10.8932 6.11378L8.49988 8.47378L6.13988 6.11378C6.01498 5.98962 5.84601 5.91992 5.66988 5.91992C5.49376 5.91992 5.32479 5.98962 5.19988 6.11378C5.1374 6.17576 5.0878 6.24949 5.05396 6.33073C5.02011 6.41197 5.00269 6.49911 5.00269 6.58712C5.00269 6.67512 5.02011 6.76226 5.05396 6.8435C5.0878 6.92474 5.1374 6.99848 5.19988 7.06045L8.02655 9.88712C8.08853 9.9496 8.16226 9.9992 8.2435 10.033C8.32474 10.0669 8.41188 10.0843 8.49988 10.0843C8.58789 10.0843 8.67503 10.0669 8.75627 10.033C8.83751 9.9992 8.91124 9.9496 8.97322 9.88712L11.8332 7.06045C11.8957 6.99848 11.9453 6.92474 11.9791 6.8435C12.013 6.76226 12.0304 6.67512 12.0304 6.58712C12.0304 6.49911 12.013 6.41197 11.9791 6.33073C11.9453 6.24949 11.8957 6.17576 11.8332 6.11378Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8332 6.11378C11.7083 5.98962 11.5393 5.91992 11.3632 5.91992C11.1871 5.91992 11.0181 5.98962 10.8932 6.11378L8.49988 8.47378L6.13988 6.11378C6.01498 5.98962 5.84601 5.91992 5.66988 5.91992C5.49376 5.91992 5.32479 5.98962 5.19988 6.11378C5.1374 6.17576 5.0878 6.24949 5.05396 6.33073C5.02011 6.41197 5.00269 6.49911 5.00269 6.58712C5.00269 6.67512 5.02011 6.76226 5.05396 6.8435C5.0878 6.92474 5.1374 6.99848 5.19988 7.06045L8.02655 9.88712C8.08853 9.9496 8.16226 9.9992 8.2435 10.033C8.32474 10.0669 8.41188 10.0843 8.49988 10.0843C8.58789 10.0843 8.67503 10.0669 8.75627 10.033C8.83751 9.9992 8.91124 9.9496 8.97322 9.88712L11.8332 7.06045C11.8957 6.99848 11.9453 6.92474 11.9791 6.8435C12.013 6.76226 12.0304 6.67512 12.0304 6.58712C12.0304 6.49911 12.013 6.41197 11.9791 6.33073C11.9453 6.24949 11.8957 6.17576 11.8332 6.11378Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-checkmark {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4732 4.80657C12.4112 4.74409 12.3375 4.69449 12.2563 4.66065C12.175 4.6268 12.0879 4.60938 11.9999 4.60938C11.9119 4.60938 11.8247 4.6268 11.7435 4.66065C11.6623 4.69449 11.5885 4.74409 11.5266 4.80657L6.55989 9.77991L4.47322 7.68657C4.40887 7.62441 4.33291 7.57554 4.24967 7.54274C4.16644 7.50993 4.07755 7.49385 3.9881 7.49539C3.89865 7.49694 3.81037 7.51609 3.72832 7.55176C3.64627 7.58742 3.57204 7.63889 3.50989 7.70324C3.44773 7.76759 3.39885 7.84355 3.36605 7.92679C3.33324 8.01002 3.31716 8.09891 3.31871 8.18836C3.32025 8.27781 3.3394 8.36609 3.37507 8.44814C3.41073 8.53019 3.4622 8.60441 3.52655 8.66657L6.08655 11.2266C6.14853 11.2891 6.22226 11.3387 6.3035 11.3725C6.38474 11.4063 6.47188 11.4238 6.55989 11.4238C6.64789 11.4238 6.73503 11.4063 6.81627 11.3725C6.89751 11.3387 6.97124 11.2891 7.03322 11.2266L12.4732 5.78657C12.5409 5.72415 12.5949 5.64838 12.6318 5.56404C12.6688 5.47971 12.6878 5.38864 12.6878 5.29657C12.6878 5.20451 12.6688 5.11344 12.6318 5.0291C12.5949 4.94477 12.5409 4.869 12.4732 4.80657Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4732 4.80657C12.4112 4.74409 12.3375 4.69449 12.2563 4.66065C12.175 4.6268 12.0879 4.60938 11.9999 4.60938C11.9119 4.60938 11.8247 4.6268 11.7435 4.66065C11.6623 4.69449 11.5885 4.74409 11.5266 4.80657L6.55989 9.77991L4.47322 7.68657C4.40887 7.62441 4.33291 7.57554 4.24967 7.54274C4.16644 7.50993 4.07755 7.49385 3.9881 7.49539C3.89865 7.49694 3.81037 7.51609 3.72832 7.55176C3.64627 7.58742 3.57204 7.63889 3.50989 7.70324C3.44773 7.76759 3.39885 7.84355 3.36605 7.92679C3.33324 8.01002 3.31716 8.09891 3.31871 8.18836C3.32025 8.27781 3.3394 8.36609 3.37507 8.44814C3.41073 8.53019 3.4622 8.60441 3.52655 8.66657L6.08655 11.2266C6.14853 11.2891 6.22226 11.3387 6.3035 11.3725C6.38474 11.4063 6.47188 11.4238 6.55989 11.4238C6.64789 11.4238 6.73503 11.4063 6.81627 11.3725C6.89751 11.3387 6.97124 11.2891 7.03322 11.2266L12.4732 5.78657C12.5409 5.72415 12.5949 5.64838 12.6318 5.56404C12.6688 5.47971 12.6878 5.38864 12.6878 5.29657C12.6878 5.20451 12.6688 5.11344 12.6318 5.0291C12.5949 4.94477 12.5409 4.869 12.4732 4.80657Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-arrow-left {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9999 11.0002H9.4099L12.7099 7.71019C12.8982 7.52188 13.004 7.26649 13.004 7.00019C13.004 6.73388 12.8982 6.47849 12.7099 6.29019C12.5216 6.10188 12.2662 5.99609 11.9999 5.99609C11.7336 5.99609 11.4782 6.10188 11.2899 6.29019L6.2899 11.2902C6.19886 11.3853 6.12749 11.4974 6.0799 11.6202C5.97988 11.8636 5.97988 12.1367 6.0799 12.3802C6.12749 12.5029 6.19886 12.6151 6.2899 12.7102L11.2899 17.7102C11.3829 17.8039 11.4935 17.8783 11.6153 17.9291C11.7372 17.9798 11.8679 18.006 11.9999 18.006C12.1319 18.006 12.2626 17.9798 12.3845 17.9291C12.5063 17.8783 12.6169 17.8039 12.7099 17.7102C12.8036 17.6172 12.878 17.5066 12.9288 17.3848C12.9796 17.2629 13.0057 17.1322 13.0057 17.0002C13.0057 16.8682 12.9796 16.7375 12.9288 16.6156C12.878 16.4937 12.8036 16.3831 12.7099 16.2902L9.4099 13.0002H16.9999C17.2651 13.0002 17.5195 12.8948 17.707 12.7073C17.8945 12.5198 17.9999 12.2654 17.9999 12.0002C17.9999 11.735 17.8945 11.4806 17.707 11.2931C17.5195 11.1055 17.2651 11.0002 16.9999 11.0002Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9999 11.0002H9.4099L12.7099 7.71019C12.8982 7.52188 13.004 7.26649 13.004 7.00019C13.004 6.73388 12.8982 6.47849 12.7099 6.29019C12.5216 6.10188 12.2662 5.99609 11.9999 5.99609C11.7336 5.99609 11.4782 6.10188 11.2899 6.29019L6.2899 11.2902C6.19886 11.3853 6.12749 11.4974 6.0799 11.6202C5.97988 11.8636 5.97988 12.1367 6.0799 12.3802C6.12749 12.5029 6.19886 12.6151 6.2899 12.7102L11.2899 17.7102C11.3829 17.8039 11.4935 17.8783 11.6153 17.9291C11.7372 17.9798 11.8679 18.006 11.9999 18.006C12.1319 18.006 12.2626 17.9798 12.3845 17.9291C12.5063 17.8783 12.6169 17.8039 12.7099 17.7102C12.8036 17.6172 12.878 17.5066 12.9288 17.3848C12.9796 17.2629 13.0057 17.1322 13.0057 17.0002C13.0057 16.8682 12.9796 16.7375 12.9288 16.6156C12.878 16.4937 12.8036 16.3831 12.7099 16.2902L9.4099 13.0002H16.9999C17.2651 13.0002 17.5195 12.8948 17.707 12.7073C17.8945 12.5198 17.9999 12.2654 17.9999 12.0002C17.9999 11.735 17.8945 11.4806 17.707 11.2931C17.5195 11.1055 17.2651 11.0002 16.9999 11.0002Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.icon-eye {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9199 11.6C19.8999 6.91 16.0999 4 11.9999 4C7.89994 4 4.09994 6.91 2.07994 11.6C2.02488 11.7262 1.99646 11.8623 1.99646 12C1.99646 12.1377 2.02488 12.2738 2.07994 12.4C4.09994 17.09 7.89994 20 11.9999 20C16.0999 20 19.8999 17.09 21.9199 12.4C21.975 12.2738 22.0034 12.1377 22.0034 12C22.0034 11.8623 21.975 11.7262 21.9199 11.6ZM11.9999 18C8.82994 18 5.82994 15.71 4.09994 12C5.82994 8.29 8.82994 6 11.9999 6C15.1699 6 18.1699 8.29 19.8999 12C18.1699 15.71 15.1699 18 11.9999 18ZM11.9999 8C11.2088 8 10.4355 8.2346 9.77766 8.67412C9.11987 9.11365 8.60718 9.73836 8.30443 10.4693C8.00168 11.2002 7.92246 12.0044 8.0768 12.7804C8.23114 13.5563 8.61211 14.269 9.17152 14.8284C9.73093 15.3878 10.4437 15.7688 11.2196 15.9231C11.9955 16.0775 12.7998 15.9983 13.5307 15.6955C14.2616 15.3928 14.8863 14.8801 15.3258 14.2223C15.7653 13.5645 15.9999 12.7911 15.9999 12C15.9999 10.9391 15.5785 9.92172 14.8284 9.17157C14.0782 8.42143 13.0608 8 11.9999 8ZM11.9999 14C11.6044 14 11.2177 13.8827 10.8888 13.6629C10.5599 13.4432 10.3036 13.1308 10.1522 12.7654C10.0008 12.3999 9.9612 11.9978 10.0384 11.6098C10.1155 11.2219 10.306 10.8655 10.5857 10.5858C10.8654 10.3061 11.2218 10.1156 11.6098 10.0384C11.9977 9.96126 12.3999 10.0009 12.7653 10.1522C13.1308 10.3036 13.4431 10.56 13.6629 10.8889C13.8826 11.2178 13.9999 11.6044 13.9999 12C13.9999 12.5304 13.7892 13.0391 13.4142 13.4142C13.0391 13.7893 12.5304 14 11.9999 14Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9199 11.6C19.8999 6.91 16.0999 4 11.9999 4C7.89994 4 4.09994 6.91 2.07994 11.6C2.02488 11.7262 1.99646 11.8623 1.99646 12C1.99646 12.1377 2.02488 12.2738 2.07994 12.4C4.09994 17.09 7.89994 20 11.9999 20C16.0999 20 19.8999 17.09 21.9199 12.4C21.975 12.2738 22.0034 12.1377 22.0034 12C22.0034 11.8623 21.975 11.7262 21.9199 11.6ZM11.9999 18C8.82994 18 5.82994 15.71 4.09994 12C5.82994 8.29 8.82994 6 11.9999 6C15.1699 6 18.1699 8.29 19.8999 12C18.1699 15.71 15.1699 18 11.9999 18ZM11.9999 8C11.2088 8 10.4355 8.2346 9.77766 8.67412C9.11987 9.11365 8.60718 9.73836 8.30443 10.4693C8.00168 11.2002 7.92246 12.0044 8.0768 12.7804C8.23114 13.5563 8.61211 14.269 9.17152 14.8284C9.73093 15.3878 10.4437 15.7688 11.2196 15.9231C11.9955 16.0775 12.7998 15.9983 13.5307 15.6955C14.2616 15.3928 14.8863 14.8801 15.3258 14.2223C15.7653 13.5645 15.9999 12.7911 15.9999 12C15.9999 10.9391 15.5785 9.92172 14.8284 9.17157C14.0782 8.42143 13.0608 8 11.9999 8ZM11.9999 14C11.6044 14 11.2177 13.8827 10.8888 13.6629C10.5599 13.4432 10.3036 13.1308 10.1522 12.7654C10.0008 12.3999 9.9612 11.9978 10.0384 11.6098C10.1155 11.2219 10.306 10.8655 10.5857 10.5858C10.8654 10.3061 11.2218 10.1156 11.6098 10.0384C11.9977 9.96126 12.3999 10.0009 12.7653 10.1522C13.1308 10.3036 13.4431 10.56 13.6629 10.8889C13.8826 11.2178 13.9999 11.6044 13.9999 12C13.9999 12.5304 13.7892 13.0391 13.4142 13.4142C13.0391 13.7893 12.5304 14 11.9999 14Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.icon-eye-closed {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.94 6.08019C11.2908 6.02642 11.6451 5.99967 12 6.00019C15.18 6.00019 18.17 8.29018 19.91 12.0002C19.6439 12.5648 19.3433 13.1125 19.01 13.6402C18.9042 13.804 18.8486 13.9952 18.85 14.1902C18.8522 14.4084 18.9258 14.6199 19.0595 14.7925C19.1931 14.965 19.3796 15.089 19.5903 15.1457C19.8011 15.2024 20.0246 15.1885 20.2268 15.1063C20.4289 15.024 20.5986 14.8779 20.71 14.6902C21.1759 13.9581 21.5806 13.1888 21.92 12.3902C21.9737 12.2654 22.0013 12.131 22.0013 11.9952C22.0013 11.8594 21.9737 11.725 21.92 11.6002C19.9 6.91019 16.1 4.00019 12 4.00019C11.5307 3.99782 11.0621 4.03798 10.6 4.12019C10.4687 4.14251 10.343 4.19048 10.2303 4.26136C10.1175 4.33224 10.0198 4.42464 9.94269 4.53329C9.86561 4.64193 9.8107 4.76469 9.78107 4.89456C9.75144 5.02443 9.74768 5.15886 9.77 5.29019C9.79233 5.42151 9.8403 5.54715 9.91118 5.65993C9.98206 5.77271 10.0745 5.87043 10.1831 5.9475C10.2917 6.02457 10.4145 6.07949 10.5444 6.10912C10.6742 6.13875 10.8087 6.14251 10.94 6.12019V6.08019ZM3.71 2.29019C3.61676 2.19695 3.50607 2.12299 3.38425 2.07253C3.26243 2.02207 3.13186 1.99609 3 1.99609C2.86814 1.99609 2.73758 2.02207 2.61575 2.07253C2.49393 2.12299 2.38324 2.19695 2.29 2.29019C2.1017 2.47849 1.99591 2.73388 1.99591 3.00019C1.99591 3.26649 2.1017 3.52188 2.29 3.71019L5.39 6.80019C3.97558 8.16171 2.84986 9.79417 2.08 11.6002C2.02494 11.7264 1.99652 11.8625 1.99652 12.0002C1.99652 12.1378 2.02494 12.274 2.08 12.4002C4.1 17.0902 7.9 20.0002 12 20.0002C13.7971 19.9878 15.5518 19.4527 17.05 18.4602L20.29 21.7102C20.383 21.8039 20.4936 21.8783 20.6154 21.9291C20.7373 21.9798 20.868 22.006 21 22.006C21.132 22.006 21.2627 21.9798 21.3846 21.9291C21.5064 21.8783 21.617 21.8039 21.71 21.7102C21.8037 21.6172 21.8781 21.5066 21.9289 21.3848C21.9797 21.2629 22.0058 21.1322 22.0058 21.0002C22.0058 20.8682 21.9797 20.7375 21.9289 20.6156C21.8781 20.4937 21.8037 20.3831 21.71 20.2902L3.71 2.29019ZM10.07 11.4802L12.52 13.9302C12.351 13.9787 12.1758 14.0022 12 14.0002C11.4696 14.0002 10.9609 13.7895 10.5858 13.4144C10.2107 13.0393 10 12.5306 10 12.0002C9.99795 11.8244 10.0215 11.6492 10.07 11.4802ZM12 18.0002C8.82 18.0002 5.83 15.7102 4.1 12.0002C4.74609 10.5739 5.66307 9.28676 6.8 8.21019L8.57 10.0002C8.15425 10.759 7.99574 11.6321 8.11826 12.4886C8.24078 13.3452 8.63772 14.1388 9.24953 14.7507C9.86134 15.3625 10.655 15.7594 11.5115 15.8819C12.3681 16.0044 13.2412 15.8459 14 15.4302L15.59 17.0002C14.5011 17.6411 13.2634 17.9858 12 18.0002Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.94 6.08019C11.2908 6.02642 11.6451 5.99967 12 6.00019C15.18 6.00019 18.17 8.29018 19.91 12.0002C19.6439 12.5648 19.3433 13.1125 19.01 13.6402C18.9042 13.804 18.8486 13.9952 18.85 14.1902C18.8522 14.4084 18.9258 14.6199 19.0595 14.7925C19.1931 14.965 19.3796 15.089 19.5903 15.1457C19.8011 15.2024 20.0246 15.1885 20.2268 15.1063C20.4289 15.024 20.5986 14.8779 20.71 14.6902C21.1759 13.9581 21.5806 13.1888 21.92 12.3902C21.9737 12.2654 22.0013 12.131 22.0013 11.9952C22.0013 11.8594 21.9737 11.725 21.92 11.6002C19.9 6.91019 16.1 4.00019 12 4.00019C11.5307 3.99782 11.0621 4.03798 10.6 4.12019C10.4687 4.14251 10.343 4.19048 10.2303 4.26136C10.1175 4.33224 10.0198 4.42464 9.94269 4.53329C9.86561 4.64193 9.8107 4.76469 9.78107 4.89456C9.75144 5.02443 9.74768 5.15886 9.77 5.29019C9.79233 5.42151 9.8403 5.54715 9.91118 5.65993C9.98206 5.77271 10.0745 5.87043 10.1831 5.9475C10.2917 6.02457 10.4145 6.07949 10.5444 6.10912C10.6742 6.13875 10.8087 6.14251 10.94 6.12019V6.08019ZM3.71 2.29019C3.61676 2.19695 3.50607 2.12299 3.38425 2.07253C3.26243 2.02207 3.13186 1.99609 3 1.99609C2.86814 1.99609 2.73758 2.02207 2.61575 2.07253C2.49393 2.12299 2.38324 2.19695 2.29 2.29019C2.1017 2.47849 1.99591 2.73388 1.99591 3.00019C1.99591 3.26649 2.1017 3.52188 2.29 3.71019L5.39 6.80019C3.97558 8.16171 2.84986 9.79417 2.08 11.6002C2.02494 11.7264 1.99652 11.8625 1.99652 12.0002C1.99652 12.1378 2.02494 12.274 2.08 12.4002C4.1 17.0902 7.9 20.0002 12 20.0002C13.7971 19.9878 15.5518 19.4527 17.05 18.4602L20.29 21.7102C20.383 21.8039 20.4936 21.8783 20.6154 21.9291C20.7373 21.9798 20.868 22.006 21 22.006C21.132 22.006 21.2627 21.9798 21.3846 21.9291C21.5064 21.8783 21.617 21.8039 21.71 21.7102C21.8037 21.6172 21.8781 21.5066 21.9289 21.3848C21.9797 21.2629 22.0058 21.1322 22.0058 21.0002C22.0058 20.8682 21.9797 20.7375 21.9289 20.6156C21.8781 20.4937 21.8037 20.3831 21.71 20.2902L3.71 2.29019ZM10.07 11.4802L12.52 13.9302C12.351 13.9787 12.1758 14.0022 12 14.0002C11.4696 14.0002 10.9609 13.7895 10.5858 13.4144C10.2107 13.0393 10 12.5306 10 12.0002C9.99795 11.8244 10.0215 11.6492 10.07 11.4802ZM12 18.0002C8.82 18.0002 5.83 15.7102 4.1 12.0002C4.74609 10.5739 5.66307 9.28676 6.8 8.21019L8.57 10.0002C8.15425 10.759 7.99574 11.6321 8.11826 12.4886C8.24078 13.3452 8.63772 14.1388 9.24953 14.7507C9.86134 15.3625 10.655 15.7594 11.5115 15.8819C12.3681 16.0044 13.2412 15.8459 14 15.4302L15.59 17.0002C14.5011 17.6411 13.2634 17.9858 12 18.0002Z' fill='black'/%3E%3C/svg%3E ") center/cover no-repeat;
}
.icon-key {
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4734 4.35329L13.5267 3.41329L14.4734 2.47329C14.5989 2.34776 14.6695 2.1775 14.6695 1.99996C14.6695 1.82243 14.5989 1.65216 14.4734 1.52663C14.3479 1.40109 14.1776 1.33057 14.0001 1.33057C13.8225 1.33057 13.6523 1.40109 13.5267 1.52663L6.50006 8.55329C5.81076 8.09852 4.97718 7.9158 4.16084 8.04055C3.34451 8.1653 2.60354 8.58864 2.08152 9.22853C1.5595 9.86842 1.29359 10.6793 1.33532 11.5041C1.37704 12.3288 1.72343 13.1087 2.30737 13.6927C2.89131 14.2766 3.67121 14.623 4.49597 14.6647C5.32072 14.7064 6.13161 14.4405 6.7715 13.9185C7.41139 13.3965 7.83472 12.6555 7.95947 11.8392C8.08422 11.0228 7.90151 10.1893 7.44673 9.49996L10.7001 6.23996L11.6401 7.18663C11.7024 7.24841 11.7762 7.2973 11.8575 7.33047C11.9387 7.36365 12.0257 7.38047 12.1134 7.37996C12.2011 7.38047 12.2881 7.36365 12.3693 7.33047C12.4506 7.2973 12.5244 7.24841 12.5867 7.18663C12.6492 7.12465 12.6988 7.05092 12.7327 6.96968C12.7665 6.88844 12.7839 6.8013 12.7839 6.71329C12.7839 6.62529 12.7665 6.53815 12.7327 6.45691C12.6988 6.37567 12.6492 6.30194 12.5867 6.23996L11.6401 5.33329L12.5867 4.38663L13.5267 5.33329C13.589 5.39508 13.6629 5.44397 13.7441 5.47714C13.8254 5.51032 13.9123 5.52713 14.0001 5.52663C14.0878 5.52713 14.1748 5.51032 14.256 5.47714C14.3372 5.44397 14.4111 5.39508 14.4734 5.33329C14.5411 5.27087 14.5951 5.1951 14.632 5.11077C14.6689 5.02643 14.688 4.93536 14.688 4.84329C14.688 4.75123 14.6689 4.66016 14.632 4.57582C14.5951 4.49149 14.5411 4.41572 14.4734 4.35329ZM4.66673 13.3333C4.27117 13.3333 3.88449 13.216 3.55559 12.9962C3.22669 12.7765 2.97035 12.4641 2.81897 12.0987C2.6676 11.7332 2.62799 11.3311 2.70516 10.9431C2.78233 10.5552 2.97281 10.1988 3.25252 9.91908C3.53222 9.63938 3.88859 9.44889 4.27655 9.37172C4.66451 9.29455 5.06665 9.33416 5.4321 9.48553C5.79755 9.63691 6.10991 9.89326 6.32967 10.2222C6.54943 10.5511 6.66673 10.9377 6.66673 11.3333C6.66673 11.8637 6.45602 12.3724 6.08094 12.7475C5.70587 13.1226 5.19716 13.3333 4.66673 13.3333Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4734 4.35329L13.5267 3.41329L14.4734 2.47329C14.5989 2.34776 14.6695 2.1775 14.6695 1.99996C14.6695 1.82243 14.5989 1.65216 14.4734 1.52663C14.3479 1.40109 14.1776 1.33057 14.0001 1.33057C13.8225 1.33057 13.6523 1.40109 13.5267 1.52663L6.50006 8.55329C5.81076 8.09852 4.97718 7.9158 4.16084 8.04055C3.34451 8.1653 2.60354 8.58864 2.08152 9.22853C1.5595 9.86842 1.29359 10.6793 1.33532 11.5041C1.37704 12.3288 1.72343 13.1087 2.30737 13.6927C2.89131 14.2766 3.67121 14.623 4.49597 14.6647C5.32072 14.7064 6.13161 14.4405 6.7715 13.9185C7.41139 13.3965 7.83472 12.6555 7.95947 11.8392C8.08422 11.0228 7.90151 10.1893 7.44673 9.49996L10.7001 6.23996L11.6401 7.18663C11.7024 7.24841 11.7762 7.2973 11.8575 7.33047C11.9387 7.36365 12.0257 7.38047 12.1134 7.37996C12.2011 7.38047 12.2881 7.36365 12.3693 7.33047C12.4506 7.2973 12.5244 7.24841 12.5867 7.18663C12.6492 7.12465 12.6988 7.05092 12.7327 6.96968C12.7665 6.88844 12.7839 6.8013 12.7839 6.71329C12.7839 6.62529 12.7665 6.53815 12.7327 6.45691C12.6988 6.37567 12.6492 6.30194 12.5867 6.23996L11.6401 5.33329L12.5867 4.38663L13.5267 5.33329C13.589 5.39508 13.6629 5.44397 13.7441 5.47714C13.8254 5.51032 13.9123 5.52713 14.0001 5.52663C14.0878 5.52713 14.1748 5.51032 14.256 5.47714C14.3372 5.44397 14.4111 5.39508 14.4734 5.33329C14.5411 5.27087 14.5951 5.1951 14.632 5.11077C14.6689 5.02643 14.688 4.93536 14.688 4.84329C14.688 4.75123 14.6689 4.66016 14.632 4.57582C14.5951 4.49149 14.5411 4.41572 14.4734 4.35329ZM4.66673 13.3333C4.27117 13.3333 3.88449 13.216 3.55559 12.9962C3.22669 12.7765 2.97035 12.4641 2.81897 12.0987C2.6676 11.7332 2.62799 11.3311 2.70516 10.9431C2.78233 10.5552 2.97281 10.1988 3.25252 9.91908C3.53222 9.63938 3.88859 9.44889 4.27655 9.37172C4.66451 9.29455 5.06665 9.33416 5.4321 9.48553C5.79755 9.63691 6.10991 9.89326 6.32967 10.2222C6.54943 10.5511 6.66673 10.9377 6.66673 11.3333C6.66673 11.8637 6.45602 12.3724 6.08094 12.7475C5.70587 13.1226 5.19716 13.3333 4.66673 13.3333Z' fill='black'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}

.carousel {
  position: relative;
  display: flex;
  align-items: center;
}
.carousel .slick-arrow {
  border: 0;
  background: var(--background-tertiary);
  border-radius: 50%;
  min-width: 56px;
  width: 56px;
  height: 56px;
}
@media (max-width: 768px) {
  .carousel .slick-arrow {
    position: absolute;
    min-width: 40px;
    width: 40px;
    height: 40px;
    z-index: 1;
  }
  .carousel .slick-arrow > svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .carousel .slick-arrow.carousel-next {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .carousel .slick-arrow.carousel-prev {
    left: -15px;
  }
}

.product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
}
.product-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  opacity: 0.2;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.product-modal-wrapper {
  position: absolute;
  top: 176px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  padding: 80px;
  background: var(--neutral);
  opacity: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .product-modal-wrapper {
    padding: 56px;
    top: 120px;
  }
}
@media (max-width: 768px) {
  .product-modal-wrapper {
    padding: 32px;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .product-modal-wrapper {
    padding: 24px;
  }
}
.product-modal-content {
  display: flex;
  flex-direction: column;
}
.product-modal-content p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .product-modal-content p {
    font-size: 16px;
  }
}
.product-modal-contact {
  margin-top: auto !important;
}
@media (max-width: 768px) {
  .product-modal-contact {
    margin-top: 16px !important;
  }
}
.product-modal-contact > p {
  font-family: "eras_demi_itcregular" !important;
}
.product-modal-contact > a {
  font-family: "eras_medium_itcregular" !important;
}
.product-modal-info > p {
  font-family: "eras_demi_itcregular" !important;
}
.product-modal-info > p:not(:last-child) {
  margin-bottom: 8px !important;
}
@media (max-width: 768px) {
  .product-modal-info > p:not(:last-child) {
    margin-bottom: 4px !important;
  }
}
.product-modal-info > p > span {
  font-family: "eras_medium_itcregular" !important;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .product-modal-info > p > span {
    font-size: 14px;
  }
}
.product-modal-image {
  width: 260px;
  height: 260px;
  border-radius: 8px;
  background: var(--background-tertiary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}
.product-modal-image > img {
  min-width: 100%;
}
@media (max-width: 768px) {
  .product-modal-image {
    width: 196px;
    height: 196px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
.product-modal-name {
  position: relative;
  font-size: 32px;
  margin-bottom: 27px !important;
}
.product-modal-name::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100px;
  height: 3px;
  background: var(--secondary);
}
@media (max-width: 768px) {
  .product-modal-name {
    font-size: 24px;
  }
}

/*# sourceMappingURL=global.css.map */
