@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --dark: #111624;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font: 14px/1.21429 'Montserrat', sans-serif;
  color: #FFF;
  background: var(--dark) url(/hc/theming_assets/01K59A9EME6392KJ0AK97GMBNF) 50% 0 scroll no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 991px) {
  body {
    background-size: auto 75vmax;
  }
}

.container, .error-page {
  max-width: 985px;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  color: #FFF;
  text-decoration: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.u {
  text-decoration: underline;
}

.bg-white {
  background-color: #FFF;
  color: #111624;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
}

.site-header {
  padding: 30px 0 102px;
}

.header-col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.back-link {
  background: no-repeat 0 50% url("data:image/svg+xml,%3Csvg width='29' height='15' viewBox='0 0 29 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.915941 6.74602C0.525417 7.13654 0.525417 7.76971 0.915941 8.16023L7.2799 14.5242C7.67043 14.9147 8.30359 14.9147 8.69412 14.5242C9.08464 14.1337 9.08464 13.5005 8.69412 13.11L3.03726 7.45312L8.69412 1.79627C9.08464 1.40574 9.08464 0.77258 8.69412 0.382055C8.30359 -0.00846897 7.67043 -0.00846903 7.2799 0.382055L0.915941 6.74602ZM28.623 6.45312L1.62305 6.45312L1.62305 8.45312L28.623 8.45312L28.623 6.45312Z' fill='white'/%3E%3C/svg%3E%0A");
  padding-left: 37px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 30px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  display: inline-block;
}

.back-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 10px 0 rgba(255, 255, 255, 0.1), -10px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 10px 0 rgba(255, 255, 255, 0.1), -10px 0 rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 575px) {
  .site-header .back-link {
    font-size: 0;
  }
}

.breadcrum-back {
  background: no-repeat 50% 50% url("data:image/svg+xml,%3Csvg width='29' height='15' viewBox='0 0 29 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.915941 6.74602C0.525417 7.13654 0.525417 7.76971 0.915941 8.16023L7.2799 14.5242C7.67043 14.9147 8.30359 14.9147 8.69412 14.5242C9.08464 14.1337 9.08464 13.5005 8.69412 13.11L3.03726 7.45312L8.69412 1.79627C9.08464 1.40574 9.08464 0.77258 8.69412 0.382055C8.30359 -0.00846897 7.67043 -0.00846903 7.2799 0.382055L0.915941 6.74602ZM28.623 6.45312L1.62305 6.45312L1.62305 8.45312L28.623 8.45312L28.623 6.45312Z' fill='rgb(47, 47, 47)'/%3E%3C/svg%3E%0A");
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  border-radius: 30px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.breadcrum-back:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.05);
}

.site-logo a {
  background: no-repeat center center url("/hc/theming_assets/01HZKZB7AB7A2HJRAAWM8BC4E4");
  width: 204px;
  height: 60px;
  display: block;
  font-size: 0;
  color: transparent;
}

.search-wrapper-inner, nav.sub-nav .search-container, .community-hero {
  background: rgba(0, 0, 0, 0.38);
  padding: 42px 61px;
  max-width: 535px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 575px) {
  .search-wrapper-inner, nav.sub-nav .search-container, .community-hero {
    padding: 30px;
  }
}

.search-title {
  font-size: 36px;
  font-size: clamp(20px, 3.65482vw, 36px);
  text-align: center;
  font-weight: 700;
  margin-bottom: 28px;
}

.input-group-search, nav.sub-nav form.search, .community-hero form.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #FFF;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-search input[type="submit"], nav.sub-nav form.search input[type="submit"], .community-hero form.search input[type="submit"] {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.78232 7.31845H8.28743L8.11203 7.14054C8.74716 6.36566 9.09624 5.3764 9.09555 4.3533C9.09555 3.50621 8.85673 2.67814 8.40931 1.9738C7.96188 1.26947 7.32594 0.720507 6.5819 0.396337C5.83785 0.0721683 5.01913 -0.0126492 4.22926 0.152611C3.43939 0.317871 2.71385 0.725786 2.14438 1.32477C1.57492 1.92376 1.18711 2.68691 1.02999 3.51773C0.872879 4.34855 0.953516 5.20972 1.26171 5.99233C1.5699 6.77494 2.09181 7.44385 2.76143 7.91448C3.43105 8.3851 4.2183 8.63629 5.02365 8.63629C6.03223 8.63629 6.95937 8.24753 7.67351 7.60178L7.84265 7.78628V8.30683L10.9749 11.5948L11.9083 10.6131L8.78232 7.31845ZM5.02365 7.31845C3.4638 7.31845 2.20464 5.99402 2.20464 4.3533C2.20464 2.71259 3.4638 1.38816 5.02365 1.38816C6.5835 1.38816 7.84265 2.71259 7.84265 4.3533C7.84265 5.99402 6.5835 7.31845 5.02365 7.31845Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  border: none;
  background-color: transparent;
  font-size: 0;
  color: transparent;
}

.input-group-search input[type="search"], nav.sub-nav form.search input[type="search"], .community-hero form.search input[type="search"] {
  border: none;
  background: transparent;
  width: 100%;
  color: #FFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}

.input-group-search input[type="search"]:focus, nav.sub-nav form.search input[type="search"]:focus, .community-hero form.search input[type="search"]:focus {
  outline: none;
}

.input-group-search .reset-form, nav.sub-nav form.search .reset-form, .community-hero form.search .reset-form {
  display: none;
}

.search-input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

::-webkit-input-placeholder {
  color: #FFF;
}

:-moz-placeholder {
  color: #FFF;
}

::-moz-placeholder {
  color: #FFF;
}

:-ms-input-placeholder {
  color: #FFF;
}

.popular-terms {
  text-align: center;
}

.popular-terms p {
  margin: 0;
}

.popular-terms a {
  background-color: #FFF;
  color: #2F2F2F;
  font-size: 12px;
  font-weight: 700;
  min-width: 107px;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  margin: 9px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

@media screen and (max-width: 575px) {
  .popular-terms a {
    margin: 5px;
  }
}

.popular-terms a:hover {
  -webkit-box-shadow: 0 0 0 2px #FFF;
          box-shadow: 0 0 0 2px #FFF;
}

.popular-terms-title {
  display: block;
  font-size: 18px;
  margin-bottom: 13px;
}

.content-wrapper-categories, .search-results, nav.pagination, .post-container, .container > #main-content, .error-page > #main-content, .page-header, .my-activities-header, .my-activities-following-header, .error-page, .form-header, .requests, .request-breadcrumbs, .request-title, .profile-info, .profile-stats-counters, .profile-nav .collapsible-nav, .profile-section {
  background-color: #FFF;
  color: #2F2F2F;
  padding: 60px;
}

@media screen and (max-width: 575px) {
  .content-wrapper-categories, .search-results, nav.pagination, .post-container, .container > #main-content, .error-page > #main-content, .page-header, .my-activities-header, .my-activities-following-header, .error-page, .form-header, .requests, .request-breadcrumbs, .request-title, .profile-info, .profile-stats-counters, .profile-nav .collapsible-nav, .profile-section {
    padding: 30px 20px;
  }
}

.content-wrapper-categories a, .search-results a, nav.pagination a, .post-container a, .container > #main-content a, .error-page > #main-content a, .page-header a, .my-activities-header a, .my-activities-following-header a, .error-page a, .form-header a, .requests a, .request-breadcrumbs a, .request-title a, .profile-info a, .profile-stats-counters a, .profile-nav .collapsible-nav a, .profile-section a {
  color: #2F2F2F;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.category-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6 - 30px * 5 / 6);
          flex: 0 0 calc(100% / 6 - 30px * 5 / 6);
  max-width: calc(100% / 6 - 30px * 5 / 6);
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .category-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 30px * 2 / 3);
            flex: 0 0 calc(100% / 3 - 30px * 2 / 3);
    max-width: calc(100% / 3 - 30px * 2 / 3);
  }
}

@media screen and (max-width: 575px) {
  .category-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 30px * 1 / 2);
            flex: 0 0 calc(100% / 2 - 30px * 1 / 2);
    max-width: calc(100% / 2 - 30px * 1 / 2);
  }
}

.section-list-container {
  margin-top: 40px;
  margin-bottom: 20px;
}

.section-list-container .category-list {
  gap: 40px;
}

@media screen and (max-width: 575px) {
  .section-list-container .category-list {
    gap: 20px;
  }
}

.section-list-container .category-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 18.8%;
          flex: 1 1 18.8%;
  max-width: 18.8%;
}

@media screen and (max-width: 575px) {
  .section-list-container .category-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 45%;
  }
}

.section-list-container .category-list li a {
  border: 1px solid #B9B9B9;
  padding: 24px 20px;
  min-height: 128px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.section-list-container .category-list li a:before {
  height:58px;
}

.section-list-container .category-list li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.category-name a {
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.category-name a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.03);
}

.category-name a:before {
  content: '';
  background-position: 50% 0;
  display: block;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V15H15V0ZM3 22H12V31H3V22ZM0 34V19H15V34H0ZM31 3H22V12H31V3ZM19 0V15H34V0H19ZM22 22H31V31H22V22ZM19 34V19H34V34H19Z' fill='black'/%3E%3C/svg%3E%0A");
}
.section-list-container a:before{
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0V15H15V0ZM3 22H12V31H3V22ZM0 34V19H15V34H0ZM31 3H22V12H31V3ZM19 0V15H34V0H19ZM22 22H31V31H22V22ZM19 34V19H34V34H19Z' fill='black'/%3E%3C/svg%3E%0A");
}
/* Euro */
.category-name-1 a:before,
.category-name-5747420159773 a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='42' viewBox='0 0 40 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9834 0.898438C9.15071 0.898438 0.367188 9.91676 0.367188 21.0391C0.367188 32.1614 9.15071 41.1797 19.9834 41.1797C30.8161 41.1797 39.5997 32.1614 39.5997 21.0391C39.5997 9.91676 30.8161 0.898438 19.9834 0.898438ZM19.9834 37.763C10.9897 37.763 3.69494 30.2732 3.69494 21.0391C3.69494 11.8049 10.9897 4.31515 19.9834 4.31515C28.9771 4.31515 36.2719 11.8049 36.2719 21.0391C36.2719 30.2732 28.9771 37.763 19.9834 37.763ZM25.1371 11.3014C24.4409 11.1441 23.6308 11.0587 22.7157 11.0587C18.0437 11.0587 14.8823 13.5628 14.0197 17.7977H12.6273C12.4347 17.7977 12.277 17.9595 12.277 18.1573V19.3802C12.277 19.578 12.4347 19.7398 12.6273 19.7398H13.7833C13.7702 19.9241 13.7702 20.1174 13.7702 20.3153V21.9742H12.6273C12.4347 21.9742 12.277 22.136 12.277 22.3338V23.5566C12.277 23.7544 12.4347 23.9163 12.6273 23.9163H13.9497C14.7028 28.376 17.908 31.0195 22.7157 31.0195C23.6308 31.0195 24.4409 30.943 25.1371 30.7902C25.2991 30.7542 25.4173 30.6104 25.4173 30.4395V28.5154C25.4173 28.2906 25.2159 28.1198 25.0013 28.1647C24.3577 28.2906 23.6046 28.349 22.7332 28.349C19.7338 28.349 17.7197 26.7036 17.0497 23.9163H22.7682C22.9609 23.9163 23.1185 23.7544 23.1185 23.5566V22.3338C23.1185 22.136 22.9609 21.9742 22.7682 21.9742H16.7958V20.3557C16.7958 20.1444 16.7958 19.9331 16.8089 19.7353H22.7595C22.9521 19.7353 23.1098 19.5735 23.1098 19.3757V18.1528C23.1098 17.955 22.9521 17.7932 22.7595 17.7932H17.1417C17.8948 15.2351 19.8696 13.7291 22.7288 13.7291C23.6002 13.7291 24.3533 13.7965 24.9926 13.9269C25.0433 13.9375 25.0958 13.9365 25.1461 13.9238C25.1964 13.9112 25.2433 13.8872 25.2835 13.8537C25.3237 13.8201 25.3562 13.7778 25.3786 13.7299C25.4009 13.6819 25.4127 13.6294 25.4129 13.5762V11.6521C25.4129 11.4813 25.2991 11.3374 25.1371 11.3014Z' fill='black'/%3E%3C/svg%3E%0A");
}

/* Truck */
.category-name-2 a:before,
.category-name-5746690401437 a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='42' viewBox='0 0 53 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53223 19.207H26.5017V22.8686H4.53223V19.207Z' fill='black'/%3E%3Cpath d='M0.871094 10.0508H19.179V13.7124H0.871094V10.0508Z' fill='black'/%3E%3Cpath d='M51.9858 20.3158L46.4934 7.50026C46.3525 7.17087 46.1179 6.89012 45.8188 6.69288C45.5197 6.49565 45.1692 6.39061 44.8109 6.3908H39.3186V2.72923C39.3186 2.24367 39.1257 1.778 38.7823 1.43466C38.439 1.09132 37.9733 0.898438 37.4878 0.898438H8.19513V4.56002H35.657V27.5474C34.8227 28.0318 34.0927 28.6766 33.5088 29.4446C32.925 30.2125 32.499 31.0884 32.2554 32.0219H20.7507C20.3051 30.296 19.2454 28.792 17.7701 27.7916C16.2949 26.7913 14.5055 26.3633 12.7373 26.5879C10.9691 26.8124 9.34353 27.6742 8.16525 29.0116C6.98698 30.349 6.33691 32.0702 6.33691 33.8526C6.33691 35.635 6.98698 37.3563 8.16525 38.6937C9.34353 40.0311 10.9691 40.8928 12.7373 41.1174C14.5055 41.342 16.2949 40.914 17.7701 39.9137C19.2454 38.9133 20.3051 37.4092 20.7507 35.6834H32.2554C32.6536 37.2547 33.5644 38.6483 34.8437 39.6437C36.1229 40.6392 37.6976 41.1797 39.3186 41.1797C40.9395 41.1797 42.5141 40.6392 43.7934 39.6437C45.0727 38.6483 45.9835 37.2547 46.3817 35.6834H50.3033C50.7888 35.6834 51.2545 35.4905 51.5978 35.1472C51.9412 34.8039 52.1341 34.3382 52.1341 33.8526V21.0371C52.1342 20.7891 52.0837 20.5437 51.9858 20.3158ZM13.6875 37.5142C12.9633 37.5142 12.2554 37.2995 11.6532 36.8971C11.0511 36.4948 10.5818 35.9229 10.3046 35.2539C10.0275 34.5848 9.955 33.8486 10.0963 33.1383C10.2376 32.428 10.5863 31.7756 11.0984 31.2635C11.6105 30.7514 12.2629 30.4027 12.9732 30.2614C13.6834 30.1201 14.4197 30.1926 15.0887 30.4698C15.7578 30.7469 16.3297 31.2162 16.732 31.8184C17.1343 32.4205 17.3491 33.1284 17.3491 33.8526C17.3481 34.8235 16.962 35.7542 16.2756 36.4407C15.5891 37.1272 14.6583 37.5132 13.6875 37.5142ZM39.3186 10.0524H43.6026L47.5278 19.2063H39.3186V10.0524ZM39.3186 37.5142C38.5944 37.5142 37.8864 37.2995 37.2843 36.8971C36.6821 36.4948 36.2128 35.9229 35.9357 35.2539C35.6586 34.5848 35.586 33.8486 35.7273 33.1383C35.8686 32.428 36.2173 31.7756 36.7294 31.2635C37.2415 30.7514 37.8939 30.4027 38.6042 30.2614C39.3145 30.1201 40.0507 30.1926 40.7198 30.4698C41.3888 30.7469 41.9607 31.2162 42.363 31.8184C42.7654 32.4205 42.9801 33.1284 42.9801 33.8526C42.9792 34.8235 42.5931 35.7542 41.9066 36.4407C41.2201 37.1272 40.2894 37.5132 39.3186 37.5142ZM48.4725 32.0219H46.3817C45.9785 30.4537 45.0662 29.0636 43.7879 28.0697C42.5097 27.0757 40.9378 26.534 39.3186 26.5295V22.8679H48.4725V32.0219Z' fill='black'/%3E%3C/svg%3E%0A");
}

/* Account */
.category-name-3 a:before,
.category-name-5747172512541 a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0208 0.898438C9.73213 0.898438 0.570312 9.92144 0.570312 21.0391C0.570312 32.1567 9.73213 41.1797 21.0208 41.1797C32.3095 41.1797 41.4713 32.1567 41.4713 21.0391C41.4713 9.92144 32.3095 0.898438 21.0208 0.898438ZM10.9387 33.6874C11.8181 31.8747 17.1761 30.1023 21.0208 30.1023C24.8655 30.1023 30.244 31.8747 31.1029 33.6874C28.3216 35.8626 24.8246 37.1516 21.0208 37.1516C17.217 37.1516 13.72 35.8626 10.9387 33.6874ZM34.0273 30.767C31.1029 27.2625 24.0066 26.0742 21.0208 26.0742C18.035 26.0742 10.9387 27.2625 8.01429 30.767C5.84174 27.9752 4.66308 24.5565 4.66041 21.0391C4.66041 12.157 12.0021 4.92656 21.0208 4.92656C30.0395 4.92656 37.3812 12.157 37.3812 21.0391C37.3812 24.7047 36.1133 28.0681 34.0273 30.767ZM21.0208 8.95469C17.0534 8.95469 13.8631 12.0966 13.8631 16.0039C13.8631 19.9112 17.0534 23.0531 21.0208 23.0531C24.9882 23.0531 28.1785 19.9112 28.1785 16.0039C28.1785 12.0966 24.9882 8.95469 21.0208 8.95469ZM21.0208 19.025C19.3234 19.025 17.9532 17.6756 17.9532 16.0039C17.9532 14.3322 19.3234 12.9828 21.0208 12.9828C22.7182 12.9828 24.0884 14.3322 24.0884 16.0039C24.0884 17.6756 22.7182 19.025 21.0208 19.025Z' fill='black'/%3E%3C/svg%3E%0A");
}

/* Info */
.category-name-4 a:before,
.category-name-5748022011805 a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='42' viewBox='0 0 41 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7025 10.9687H22.6696V14.9969H18.7025V10.9687ZM18.7025 19.025H22.6696V31.1094H18.7025V19.025ZM20.6861 0.898438C9.73688 0.898438 0.850586 9.92144 0.850586 21.0391C0.850586 32.1567 9.73688 41.1797 20.6861 41.1797C31.6352 41.1797 40.5215 32.1567 40.5215 21.0391C40.5215 9.92144 31.6352 0.898438 20.6861 0.898438ZM20.6861 37.1516C11.9386 37.1516 4.81768 29.9211 4.81768 21.0391C4.81768 12.157 11.9386 4.92656 20.6861 4.92656C29.4335 4.92656 36.5544 12.157 36.5544 21.0391C36.5544 29.9211 29.4335 37.1516 20.6861 37.1516Z' fill='black'/%3E%3C/svg%3E%0A");
}

/* Shopping bag */
.category-name-5 a:before,
.category-name-5749063778973 a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='42' viewBox='0 0 35 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.9854 8.95469H25.7742C25.7742 4.50361 22.0051 0.898438 17.3517 0.898438C12.6983 0.898438 8.92928 4.50361 8.92928 8.95469H4.71806C2.40189 8.95469 0.506836 10.7673 0.506836 12.9828V37.1516C0.506836 39.367 2.40189 41.1797 4.71806 41.1797H29.9854C32.3016 41.1797 34.1966 39.367 34.1966 37.1516V12.9828C34.1966 10.7673 32.3016 8.95469 29.9854 8.95469ZM17.3517 4.92656C19.6679 4.92656 21.5629 6.73922 21.5629 8.95469H13.1405C13.1405 6.73922 15.0356 4.92656 17.3517 4.92656ZM29.9854 37.1516H4.71806V12.9828H8.92928V17.0109C8.92928 18.1187 9.8768 19.025 11.0349 19.025C12.193 19.025 13.1405 18.1187 13.1405 17.0109V12.9828H21.5629V17.0109C21.5629 18.1187 22.5105 19.025 23.6686 19.025C24.8266 19.025 25.7742 18.1187 25.7742 17.0109V12.9828H29.9854V37.1516Z' fill='black'/%3E%3C/svg%3E%0A");
}

/* Shop */
.category-name-6 a:before,
.category-name-5749407424157 a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='42' viewBox='0 0 46 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.0284 13.4863L40.5389 21.0391H5.49426L7.0048 13.4863H39.0284ZM43.1572 0.898438H2.87598V5.93359H43.1572V0.898438ZM43.1572 8.45117H2.87598L0.358398 21.0391V26.0742H2.87598V41.1797H28.0518V26.0742H38.1221V41.1797H43.1572V26.0742H45.6748V21.0391L43.1572 8.45117ZM7.91113 36.1445V26.0742H23.0166V36.1445H7.91113Z' fill='black'/%3E%3C/svg%3E%0A");
}

/* Return */
.section-name-1 a:before,
.section-name-5746707256093 a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='42' viewBox='0 0 53 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53223 19.207H26.5017V22.8686H4.53223V19.207Z' fill='black'/%3E%3Cpath d='M0.871094 10.0508H19.179V13.7124H0.871094V10.0508Z' fill='black'/%3E%3Cpath d='M51.9858 20.3158L46.4934 7.50026C46.3525 7.17087 46.1179 6.89012 45.8188 6.69288C45.5197 6.49565 45.1692 6.39061 44.8109 6.3908H39.3186V2.72923C39.3186 2.24367 39.1257 1.778 38.7823 1.43466C38.439 1.09132 37.9733 0.898438 37.4878 0.898438H8.19513V4.56002H35.657V27.5474C34.8227 28.0318 34.0927 28.6766 33.5088 29.4446C32.925 30.2125 32.499 31.0884 32.2554 32.0219H20.7507C20.3051 30.296 19.2454 28.792 17.7701 27.7916C16.2949 26.7913 14.5055 26.3633 12.7373 26.5879C10.9691 26.8124 9.34353 27.6742 8.16525 29.0116C6.98698 30.349 6.33691 32.0702 6.33691 33.8526C6.33691 35.635 6.98698 37.3563 8.16525 38.6937C9.34353 40.0311 10.9691 40.8928 12.7373 41.1174C14.5055 41.342 16.2949 40.914 17.7701 39.9137C19.2454 38.9133 20.3051 37.4092 20.7507 35.6834H32.2554C32.6536 37.2547 33.5644 38.6483 34.8437 39.6437C36.1229 40.6392 37.6976 41.1797 39.3186 41.1797C40.9395 41.1797 42.5141 40.6392 43.7934 39.6437C45.0727 38.6483 45.9835 37.2547 46.3817 35.6834H50.3033C50.7888 35.6834 51.2545 35.4905 51.5978 35.1472C51.9412 34.8039 52.1341 34.3382 52.1341 33.8526V21.0371C52.1342 20.7891 52.0837 20.5437 51.9858 20.3158ZM13.6875 37.5142C12.9633 37.5142 12.2554 37.2995 11.6532 36.8971C11.0511 36.4948 10.5818 35.9229 10.3046 35.2539C10.0275 34.5848 9.955 33.8486 10.0963 33.1383C10.2376 32.428 10.5863 31.7756 11.0984 31.2635C11.6105 30.7514 12.2629 30.4027 12.9732 30.2614C13.6834 30.1201 14.4197 30.1926 15.0887 30.4698C15.7578 30.7469 16.3297 31.2162 16.732 31.8184C17.1343 32.4205 17.3491 33.1284 17.3491 33.8526C17.3481 34.8235 16.962 35.7542 16.2756 36.4407C15.5891 37.1272 14.6583 37.5132 13.6875 37.5142ZM39.3186 10.0524H43.6026L47.5278 19.2063H39.3186V10.0524ZM39.3186 37.5142C38.5944 37.5142 37.8864 37.2995 37.2843 36.8971C36.6821 36.4948 36.2128 35.9229 35.9357 35.2539C35.6586 34.5848 35.586 33.8486 35.7273 33.1383C35.8686 32.428 36.2173 31.7756 36.7294 31.2635C37.2415 30.7514 37.8939 30.4027 38.6042 30.2614C39.3145 30.1201 40.0507 30.1926 40.7198 30.4698C41.3888 30.7469 41.9607 31.2162 42.363 31.8184C42.7654 32.4205 42.9801 33.1284 42.9801 33.8526C42.9792 34.8235 42.5931 35.7542 41.9066 36.4407C41.2201 37.1272 40.2894 37.5132 39.3186 37.5142ZM48.4725 32.0219H46.3817C45.9785 30.4537 45.0662 29.0636 43.7879 28.0697C42.5097 27.0757 40.9378 26.534 39.3186 26.5295V22.8679H48.4725V32.0219Z' fill='black'/%3E%3C/svg%3E%0A");
}

/* Delivery */
.section-name-2 a:before,
.section-name-5746675441437 a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='42' viewBox='0 0 53 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.53223 19.207H26.5017V22.8686H4.53223V19.207Z' fill='black'/%3E%3Cpath d='M0.871094 10.0508H19.179V13.7124H0.871094V10.0508Z' fill='black'/%3E%3Cpath d='M51.9858 20.3158L46.4934 7.50026C46.3525 7.17087 46.1179 6.89012 45.8188 6.69288C45.5197 6.49565 45.1692 6.39061 44.8109 6.3908H39.3186V2.72923C39.3186 2.24367 39.1257 1.778 38.7823 1.43466C38.439 1.09132 37.9733 0.898438 37.4878 0.898438H8.19513V4.56002H35.657V27.5474C34.8227 28.0318 34.0927 28.6766 33.5088 29.4446C32.925 30.2125 32.499 31.0884 32.2554 32.0219H20.7507C20.3051 30.296 19.2454 28.792 17.7701 27.7916C16.2949 26.7913 14.5055 26.3633 12.7373 26.5879C10.9691 26.8124 9.34353 27.6742 8.16525 29.0116C6.98698 30.349 6.33691 32.0702 6.33691 33.8526C6.33691 35.635 6.98698 37.3563 8.16525 38.6937C9.34353 40.0311 10.9691 40.8928 12.7373 41.1174C14.5055 41.342 16.2949 40.914 17.7701 39.9137C19.2454 38.9133 20.3051 37.4092 20.7507 35.6834H32.2554C32.6536 37.2547 33.5644 38.6483 34.8437 39.6437C36.1229 40.6392 37.6976 41.1797 39.3186 41.1797C40.9395 41.1797 42.5141 40.6392 43.7934 39.6437C45.0727 38.6483 45.9835 37.2547 46.3817 35.6834H50.3033C50.7888 35.6834 51.2545 35.4905 51.5978 35.1472C51.9412 34.8039 52.1341 34.3382 52.1341 33.8526V21.0371C52.1342 20.7891 52.0837 20.5437 51.9858 20.3158ZM13.6875 37.5142C12.9633 37.5142 12.2554 37.2995 11.6532 36.8971C11.0511 36.4948 10.5818 35.9229 10.3046 35.2539C10.0275 34.5848 9.955 33.8486 10.0963 33.1383C10.2376 32.428 10.5863 31.7756 11.0984 31.2635C11.6105 30.7514 12.2629 30.4027 12.9732 30.2614C13.6834 30.1201 14.4197 30.1926 15.0887 30.4698C15.7578 30.7469 16.3297 31.2162 16.732 31.8184C17.1343 32.4205 17.3491 33.1284 17.3491 33.8526C17.3481 34.8235 16.962 35.7542 16.2756 36.4407C15.5891 37.1272 14.6583 37.5132 13.6875 37.5142ZM39.3186 10.0524H43.6026L47.5278 19.2063H39.3186V10.0524ZM39.3186 37.5142C38.5944 37.5142 37.8864 37.2995 37.2843 36.8971C36.6821 36.4948 36.2128 35.9229 35.9357 35.2539C35.6586 34.5848 35.586 33.8486 35.7273 33.1383C35.8686 32.428 36.2173 31.7756 36.7294 31.2635C37.2415 30.7514 37.8939 30.4027 38.6042 30.2614C39.3145 30.1201 40.0507 30.1926 40.7198 30.4698C41.3888 30.7469 41.9607 31.2162 42.363 31.8184C42.7654 32.4205 42.9801 33.1284 42.9801 33.8526C42.9792 34.8235 42.5931 35.7542 41.9066 36.4407C41.2201 37.1272 40.2894 37.5132 39.3186 37.5142ZM48.4725 32.0219H46.3817C45.9785 30.4537 45.0662 29.0636 43.7879 28.0697C42.5097 27.0757 40.9378 26.534 39.3186 26.5295V22.8679H48.4725V32.0219Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.section-main {
  margin-top: 180px;
  position: relative;
}

.search-wrapper ~ .section-main {
  margin-top: 100px;
}

@media screen and (max-width: 575px) {
  .search-wrapper ~ .section-main {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .section-main {
    margin-top: 30px;
  }
}

.section-main::before {
  content: '';
  position: absolute;
  width: 100%;
  background-color: var(--dark);
  left: 0;
  right: 0;
  top: 115px;
  bottom: -100px;
  z-index: -1;
  -webkit-box-shadow: 0 100px var(--dark), 0 200px var(--dark), 0 300px var(--dark), 0 400px var(--dark), 0 500px var(--dark), 0 600px var(--dark), 0 700px var(--dark), 0 800px var(--dark), 0 900px var(--dark), 0 1000px var(--dark);
          box-shadow: 0 100px var(--dark), 0 200px var(--dark), 0 300px var(--dark), 0 400px var(--dark), 0 500px var(--dark), 0 600px var(--dark), 0 700px var(--dark), 0 800px var(--dark), 0 900px var(--dark), 0 1000px var(--dark);
}

footer.site-footer {
  background-color: var(--dark);
  -webkit-box-shadow: 0 100px var(--dark), 0 200px var(--dark), 0 300px var(--dark), 0 400px var(--dark), 0 500px var(--dark);
          box-shadow: 0 100px var(--dark), 0 200px var(--dark), 0 300px var(--dark), 0 400px var(--dark), 0 500px var(--dark);
  padding-top: 155px;
}

@media screen and (max-width: 575px) {
  footer.site-footer {
    padding-top: 60px;
  }
}

footer.site-footer .container-footer {
  max-width: 740px;
}

footer.site-footer .article-list {
  margin-bottom: 130px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 60px;
  list-style: disc;
}

@media screen and (max-width: 575px) {
  footer.site-footer .article-list {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  footer.site-footer .article-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

footer.site-footer .article-list li::marker {
  font-size: .5em;
}

footer.site-footer .article-list li a {
  display: block;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

footer.site-footer .article-list li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.05);
          box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.05);
}

footer.site-footer .article-section-title {
  margin-bottom: 42px;
}

.f-36, .error-page h1 {
  font-size: 36px;
  font-size: clamp(20px, 3.65482vw, 36px);
}

.f-18, .error-page h2, .post-title h1, .comment-heading, .page-header h1, .my-activities-header h1, .form-header, .request-title, .collapsible-sidebar-title, .profile-section-title {
  font-size: 18px;
  font-size: clamp(14px, 1.82741vw, 18px);
}

.wt-700 {
  font-weight: 700;
}

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

.contact-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.contact-links li a {
  display: block;
  padding-left: 40px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.contact-links li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.05);
          box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 575px) {
  .contact-links {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.contact-infos-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.contact-links {
  margin: 40px 0 50px;
}

.contact-title {
  font-weight: 700;
}

.contact-info {
  font-size: 12px;
}

.footer-nav {
  margin-top: 76px;
  margin-bottom: 40px;
}

.contact-link-whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7904 16.3384C19.4559 16.1711 17.8156 15.365 17.5102 15.2527C17.2048 15.1416 16.9825 15.0866 16.7591 15.4211C16.5368 15.7535 15.898 16.5057 15.7037 16.728C15.5084 16.9514 15.3142 16.9784 14.9807 16.8122C14.6473 16.6438 13.5717 16.2924 12.2974 15.1562C11.3061 14.2715 10.6358 13.1791 10.4416 12.8445C10.2473 12.5111 10.4202 12.3303 10.5875 12.1641C10.738 12.0148 10.921 11.7745 11.0882 11.5803C11.2555 11.385 11.3105 11.2457 11.4217 11.0223C11.534 10.8 11.4778 10.6058 11.3936 10.4385C11.3105 10.2712 10.6436 8.62869 10.3652 7.96067C10.0946 7.31062 9.81957 7.39931 9.61524 7.38808C9.41988 7.3791 9.19758 7.37686 8.97528 7.37686C8.75299 7.37686 8.39147 7.45994 8.08609 7.79451C7.77959 8.12796 6.91846 8.93519 6.91846 10.5777C6.91846 12.2191 8.11304 13.8055 8.28032 14.029C8.44761 14.2513 10.6324 17.6217 13.9792 19.0666C14.7764 19.4102 15.3972 19.6156 15.8811 19.7683C16.6805 20.0232 17.408 19.9872 17.9829 19.9008C18.6228 19.8054 19.9566 19.0936 20.235 18.3144C20.5124 17.5352 20.5124 16.8672 20.4293 16.728C20.3462 16.5888 20.1239 16.5057 19.7893 16.3384H19.7904ZM13.7031 24.6499H13.6986C11.7107 24.6503 9.75936 24.1159 8.04904 23.1028L7.64486 22.8625L3.44365 23.965L4.56524 19.8694L4.3014 19.4495C3.19007 17.6804 2.60194 15.6331 2.60497 13.544C2.60722 7.42513 7.58536 2.447 13.7075 2.447C16.6715 2.447 19.4581 3.6034 21.5531 5.70064C22.5864 6.7297 23.4055 7.95345 23.9628 9.30108C24.5201 10.6487 24.8047 12.0935 24.8 13.5518C24.7978 19.6706 19.8196 24.6499 13.7031 24.6499ZM23.1474 4.1075C21.9104 2.86232 20.4385 1.87501 18.8171 1.2028C17.1958 0.530585 15.4571 0.18683 13.7019 0.191452C6.34363 0.191452 0.352799 6.18116 0.350553 13.5428C0.34943 15.8961 0.963558 18.1931 2.13231 20.2174L0.238281 27.1367L7.31591 25.2797C9.27379 26.3465 11.4678 26.9054 13.6974 26.9054H13.7031C21.0614 26.9054 27.0522 20.9157 27.0544 13.5529C27.0599 11.7984 26.7174 10.0603 26.0467 8.43899C25.3761 6.81771 24.3906 5.34549 23.1474 4.1075Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 27px 27px;
}

.contact-link-livechat {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.55271 22.0038V27.1379L6.61806 25.8987L13.11 22.0038H19.5487C21.0524 22.0038 22.2752 20.7809 22.2752 19.2772V8.37107C22.2752 6.86739 21.0524 5.64453 19.5487 5.64453H3.18943C1.68575 5.64453 0.462891 6.86739 0.462891 8.37107V19.2772C0.462891 20.7809 1.68575 22.0038 3.18943 22.0038H4.55271ZM3.18943 8.37107H19.5487V19.2772H12.3547L7.27925 22.3228V19.2772H3.18943V8.37107Z' fill='white'/%3E%3Cpath d='M25.0018 0.191406H8.64253C7.13884 0.191406 5.91599 1.41426 5.91599 2.91795H22.2752C23.7789 2.91795 25.0018 4.1408 25.0018 5.64449V16.5507C26.5055 16.5507 27.7283 15.3278 27.7283 13.8241V2.91795C27.7283 1.41426 26.5055 0.191406 25.0018 0.191406Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 27px 27px;
}

.contact-link-facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3991 24.1812V14.9063H20.5127L20.9785 11.2921H17.3979V8.98447C17.3979 7.93782 17.6889 7.22409 19.1906 7.22409H21.1043V3.99074C20.1775 3.89211 19.246 3.84414 18.314 3.84703C15.5549 3.84703 13.6664 5.53197 13.6664 8.62521V11.2921H10.5432V14.9063H13.6652V24.1812H2.28497C1.55447 24.1812 0.962891 23.5896 0.962891 22.8591V1.55255C0.962891 0.822053 1.55447 0.230469 2.28497 0.230469H23.5916C24.3221 0.230469 24.9137 0.822053 24.9137 1.55255V22.8591C24.9137 23.5896 24.3221 24.1812 23.5916 24.1812H17.3991Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 24px 24px;
}

.contact-link-phone {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4 29.5C21.7 29.5 21.1 29.4 20.5 29.1C12.2 25 5.40001 18.2 1.40001 9.9C0.600013 8.2 1.00001 6 2.40001 4.6L6.20001 0.8C6.80001 0.3 7.40001 0 8.20001 0C8.90001 0 9.50001 0.3 9.90001 0.8L14.5 6.2C15.3 7.2 15.2 8.6 14.3 9.6L12.6 11.3C14.2 14 16.5 16.3 19.2 17.9L20.9 16.2C21.8 15.3 23.3 15.2 24.3 16L29.7 20.6C30.2 21 30.5 21.6 30.5 22.3C30.5 23 30.2 23.7 29.7 24.2L25.8 28C24.9 29 23.7 29.5 22.4 29.5ZM8.10001 2C7.90001 2 7.80001 2.1 7.70001 2.2L3.90001 6C3.00001 6.8 2.80001 8.1 3.20001 9C7.00001 16.9 13.5 23.4 21.4 27.2C22.4 27.7 23.6 27.4 24.4 26.6L28.3 22.7C28.4 22.6 28.5 22.4 28.5 22.3C28.5 22.2 28.5 22.1 28.4 22L23 17.5C22.8 17.4 22.6 17.4 22.4 17.6L20.5 19.5C20.3 19.7 19.9 19.9 19.6 20C19.2 20.1 18.9 20 18.6 19.8C15.4 17.9 12.7 15.3 10.8 12C10.6 11.7 10.6 11.3 10.6 10.9C10.7 10.6 10.8 10.2 11.1 10L13 8.1C13.2 7.9 13.2 7.6 13.1 7.5L8.30001 2.1C8.30001 2 8.20001 2 8.10001 2Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 28px 28px;
}

.contact-link-email {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='21' viewBox='0 0 28 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 0.136719H2C1.46957 0.136719 0.960859 0.347432 0.585786 0.722505C0.210714 1.09758 0 1.60629 0 2.13672V18.1367C0 18.6672 0.210714 19.1759 0.585786 19.5509C0.960859 19.926 1.46957 20.1367 2 20.1367H26C26.5304 20.1367 27.0391 19.926 27.4142 19.5509C27.7893 19.1759 28 18.6672 28 18.1367V2.13672C28 1.60629 27.7893 1.09758 27.4142 0.722505C27.0391 0.347432 26.5304 0.136719 26 0.136719ZM23.8 2.13672L14 8.91672L4.2 2.13672H23.8ZM2 18.1367V3.04672L13.43 10.9567C13.5974 11.0728 13.7963 11.1351 14 11.1351C14.2037 11.1351 14.4026 11.0728 14.57 10.9567L26 3.04672V18.1367H2Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 28px 28px;
}

.contact-link-shop {
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='42' viewBox='0 0 46 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.0284 13.4863L40.5389 21.0391H5.49426L7.0048 13.4863H39.0284ZM43.1572 0.898438H2.87598V5.93359H43.1572V0.898438ZM43.1572 8.45117H2.87598L0.358398 21.0391V26.0742H2.87598V41.1797H28.0518V26.0742H38.1221V41.1797H43.1572V26.0742H45.6748V21.0391L43.1572 8.45117ZM7.91113 36.1445V26.0742H23.0166V36.1445H7.91113Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 26px 24px;
}

.category-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}

@media screen and (max-width: 575px) {
  .category-nav {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .category-nav {
    display: block;
  }
}

.category-nav .breadcrumbs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 575px) {
  .category-nav .breadcrumbs {
    margin-top: 20px;
    padding-right: 0;
    font-size: 12px;
  }
}

.category-nav .breadcrumbs a:hover {
  text-decoration: underline;
}

.category-nav .breadcrumbs li + li {
  position: relative;
  padding-left: 25px;
  margin-left: 14px;
}

@media screen and (max-width: 575px) {
  .category-nav .breadcrumbs li + li {
    padding-left: 15px;
    margin-left: 7px;
  }
}

.category-nav .breadcrumbs li + li::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.416642 1.12735L1.08422 0.459778L6.28422 5.65978L1.08422 10.8598L0.35498 10.1305L4.9041 5.65978L0.416642 1.12735Z' fill='%232F2F2F'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.category-nav .breadcrumbs li:last-child {
  font-weight: 700;
}

.article-list-link, .search-results-list > li, .container > #main-content.posts-list > section, .error-page > #main-content.posts-list > section, .blocks-list li a {
  color: #2F2F2F;
  display: block;
  padding: 15px 27px;
  border: 1px solid #B9B9B9;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.article-list-link:hover, .search-results-list > li:hover, .container > #main-content.posts-list > section:hover, .error-page > #main-content.posts-list > section:hover, .blocks-list li a:hover {
  background-color: #B9B9B9;
}

.article-list-section {
  margin-bottom: 27px;
}

.article-list-section li + li {
  margin-top: 17px;
}

.more-link a {
  font-weight: 700;
}

.more-link a:hover {
  text-decoration: underline;
}

.category-nav + article#main-content {
  margin-top: 50px;
}

.article-helpful, .pagination-list {
  background-color: #EEEEEE;
  border-radius: 10px;
  margin-top: 50px;
  padding: 12px 12px 12px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  .article-helpful, .pagination-list {
    padding: 15px;
  }
}

.article-help-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
}

@media screen and (max-width: 575px) {
  .article-votes-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 15px;
  }
}

.article-vote, .pagination-list a {
  background-color: #FFF;
  border-radius: 10px;
  padding: 10px;
  min-width: 175px;
  color: #B9B9B9;
  text-align: center;
  font-family: inherit;
  border: none;
  cursor: pointer;
}

.article-vote:hover, .pagination-list a:hover {
  color: #2F2F2F;
}

@media screen and (max-width: 575px) {
  .article-vote, .pagination-list a {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0;
  }
}

.article-vote.button-primary, .pagination-list a.button-primary {
  background-color: #2F2F2F;
  color: #FFF;
}

.article-vote.button-primary:hover, .pagination-list a.button-primary:hover {
  background-color: #2F2F2F;
  color: #FFF;
}

.article-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.article-body {
  color: #2F2F2F;
}

.article-body p {
  margin-bottom: 25px;
}
.article-body ul{
    list-style:disc;
    padding-left:15px;
    margin:0 0 1.5em 0;
}
.article-body ol{
    list-style:
    number;
    padding-left:25px;
    margin:0 0 1.5em 0;
}
.article-body strong{
    font-weight:700;
}
.article-body iframe,
.article-body img {
  max-width: 100%;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4 {
  font-weight: 700;
  margin-bottom: .5em;
}

.article-body h1 {
  font-size: 36px;
  font-size: clamp(20px, 3.65482vw, 36px);
}

.article-body h2 {
  font-size: 30px;
  font-size: clamp(18px, 3.04569vw, 30px);
}

.article-body h3 {
  font-size: 24px;
  font-size: clamp(16px, 2.43655vw, 24px);
}

.article-body h4 {
  font-size: 20px;
  font-size: clamp(14px, 2.03046vw, 20px);
}

.powered-by-zendesk {
  display: none;
}

.search-results-sidebar {
  display: none;
}

.search-results + nav.pagination {
  padding-top: 0;
}

.search-icon {
  display: none;
}

nav.sub-nav .search-container {
  position: relative;
}

nav.sub-nav .breadcrumbs {
  display: none;
}

nav.sub-nav form.search input[type="search"] {
  background: no-repeat transparent url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.78232 7.31845H8.28743L8.11203 7.14054C8.74716 6.36566 9.09624 5.3764 9.09555 4.3533C9.09555 3.50621 8.85673 2.67814 8.40931 1.9738C7.96188 1.26947 7.32594 0.720507 6.5819 0.396337C5.83785 0.0721683 5.01913 -0.0126492 4.22926 0.152611C3.43939 0.317871 2.71385 0.725786 2.14438 1.32477C1.57492 1.92376 1.18711 2.68691 1.02999 3.51773C0.872879 4.34855 0.953516 5.20972 1.26171 5.99233C1.5699 6.77494 2.09181 7.44385 2.76143 7.91448C3.43105 8.3851 4.2183 8.63629 5.02365 8.63629C6.03223 8.63629 6.95937 8.24753 7.67351 7.60178L7.84265 7.78628V8.30683L10.9749 11.5948L11.9083 10.6131L8.78232 7.31845ZM5.02365 7.31845C3.4638 7.31845 2.20464 5.99402 2.20464 4.3533C2.20464 2.71259 3.4638 1.38816 5.02365 1.38816C6.5835 1.38816 7.84265 2.71259 7.84265 4.3533C7.84265 5.99402 6.5835 7.31845 5.02365 7.31845Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: 100% 50%;
}

.search-results-list > li + li {
  margin-top: 17px;
}

.search-results-list > li {
  position: relative;
}

.search-results-list .search-result-title {
  font-size: 18px;
  font-weight: 700;
}

.search-results-list .search-result-title a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.search-results-list .search-result-icons {
  display: none;
}

.search-results-list .meta-group {
  display: none;
}

.search-results-list .search-results-description {
  margin-top: 5px;
}

.search-results-subheading {
  margin-bottom: 20px;
}

.pagination-list {
  margin-top: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 10px;
}

.pagination-list li {
  display: block;
}

.pagination-list a {
  display: block;
}

.container > #main-content.posts-list > section, .error-page > #main-content.posts-list > section {
  position: relative;
}

.container > #main-content.posts-list > section + section, .error-page > #main-content.posts-list > section + section {
  margin-top: 10px;
}

.container > #main-content .striped-list-info > a, .error-page > #main-content .striped-list-info > a {
  display: block;
}

.container > #main-content .striped-list-info > a:after, .error-page > #main-content .striped-list-info > a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.community-hero form.search input[type="search"] {
  background: no-repeat transparent url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.78232 7.31845H8.28743L8.11203 7.14054C8.74716 6.36566 9.09624 5.3764 9.09555 4.3533C9.09555 3.50621 8.85673 2.67814 8.40931 1.9738C7.96188 1.26947 7.32594 0.720507 6.5819 0.396337C5.83785 0.0721683 5.01913 -0.0126492 4.22926 0.152611C3.43939 0.317871 2.71385 0.725786 2.14438 1.32477C1.57492 1.92376 1.18711 2.68691 1.02999 3.51773C0.872879 4.34855 0.953516 5.20972 1.26171 5.99233C1.5699 6.77494 2.09181 7.44385 2.76143 7.91448C3.43105 8.3851 4.2183 8.63629 5.02365 8.63629C6.03223 8.63629 6.95937 8.24753 7.67351 7.60178L7.84265 7.78628V8.30683L10.9749 11.5948L11.9083 10.6131L8.78232 7.31845ZM5.02365 7.31845C3.4638 7.31845 2.20464 5.99402 2.20464 4.3533C2.20464 2.71259 3.4638 1.38816 5.02365 1.38816C6.5835 1.38816 7.84265 2.71259 7.84265 4.3533C7.84265 5.99402 6.5835 7.31845 5.02365 7.31845Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: 100% 50%;
}

.community-hero .hero-inner {
  position: relative;
}

.visibility-hidden {
  display: none;
}

.community-header,
.topic-header,
.community-featured-posts,
.community-activity,
.community-footer {
  display: none;
}

.meta-group,
.post-overview-count,
.post-overview-item {
  display: none;
}

.error-page h1 {
  margin-bottom: .5em;
  font-weight: 700;
}

.error-page p {
  margin: 1.25em 0;
}

.post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.post-header .post-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.post-info-container p {
  margin: 1.2em 0;
}

.post-title h1 {
  margin-bottom: 10px;
  font-weight: 700;
}

.post-actions-wrapper,
.comment-actions-container {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.post-actions-wrapper .actions,
.comment-actions-container .actions {
  margin-left: auto;
}

.post-footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

ul.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

ul.share svg {
  width: 20px;
  height: 20px;
}

.post-comment-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-comment-count svg {
  width: 20px;
  height: 20px;
}

.comment-overview {
  margin-top: 50px;
}

.comment-heading {
  font-weight: 700;
}

.comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.comment-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.comment-meta {
  font-size: 12px;
}

.comment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.vote-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.post-vote,
.comment-vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-actions-wrapper button,
.comment-actions-container button {
  padding: 8px;
}

.comment-sorter {
  margin-top: 20px;
}

.dropdown-toggle, .error-page a, .post-actions-wrapper button,
.comment-actions-container button, .community-follow button, .comment-form-controls .button, .page-header .button, .collapsible-nav .collapsible-nav-toggle, button[aria-haspopup="menu"], .new_community_post footer input[type="submit"], .comment-show-container, .profile-info .user-profile-actions button, .request-form footer input[type="submit"] {
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e9e9e9;
  border: none;
  border-radius: 5px;
  gap: 10px;
  cursor: pointer;
}

.dropdown-toggle:hover, .error-page a:hover, .post-actions-wrapper button:hover,
.comment-actions-container button:hover, .community-follow button:hover, .comment-form-controls .button:hover, .page-header .button:hover, .collapsible-nav .collapsible-nav-toggle:hover, button:hover[aria-haspopup="menu"], .new_community_post footer input:hover[type="submit"], .comment-show-container:hover, .profile-info .user-profile-actions button:hover, .request-form footer input:hover[type="submit"] {
  background-color: #dddddd;
}

.post-comments {
  margin-top: 50px;
}

.post-comments textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #B9B9B9;
  margin-bottom: 10px;
}

.post-comments form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.post-comments .comment-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.post-comments .comment-form-controls {
  margin-top: 10px;
}

.post-sidebar {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-menu, .collapsible-nav .collapsible-nav-list {
  display: none;
  background-color: #FFF;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 220px;
  position: absolute;
}

.dropdown-menu a, .collapsible-nav .collapsible-nav-list a {
  display: block;
  padding: 10px 20px;
  color: var(--dark);
}

.dropdown-menu a:hover, .collapsible-nav .collapsible-nav-list a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.dropdown-menu[aria-expanded="true"], .collapsible-nav .collapsible-nav-list[aria-expanded="true"] {
  display: block;
}

.comment-form-controls {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.comment-form-controls .button {
  margin-left: auto;
}

.post-container,
.posts-list,
.search-results {
  position: relative;
}

.post-container:before,
.posts-list:before,
.search-results:before {
  content: '';
  position: absolute;
  top: 200px;
  bottom: -500px;
  width: calc(100vw - 100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--dark);
  -webkit-box-shadow: 200px 0 var(--dark), -200px 0 var(--dark);
          box-shadow: 200px 0 var(--dark), -200px 0 var(--dark);
  z-index: -1;
}

.post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.avatar {
  position: relative;
  color: white;
}

.avatar img {
  display: block;
}

.avatar svg {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
}

.status-label {
  border: 1px solid #B9B9B9;
  font-size: 12px;
  border-radius: 20px;
  padding: 2px 10px;
}

.blocks-list li + li {
  margin-top: 17px;
}

.page-header {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-header h1 {
  font-weight: 700;
}

.table {
  width: 100%;
}

.table td,
.table th {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}

.table thead tr {
  background-color: #dddddd;
  font-weight: 700;
  font-size: 12px;
}

.collapsible-nav {
  position: relative;
}

.collapsible-nav .x-icon {
  display: none;
}

.collapsible-nav .collapsible-nav-list {
  display: none;
}

.collapsible-nav .collapsible-nav-toggle {
  padding: 8px;
}

.collapsible-nav .collapsible-nav-list {
  top: 36px;
}

.collapsible-nav .collapsible-nav-list a {
  color: var(--dark);
}

.collapsible-nav[aria-expanded="true"] .collapsible-nav-list {
  display: block;
}

.collapsible-nav[aria-expanded="true"] .x-icon {
  display: block;
}

.collapsible-nav[aria-expanded="true"] .chevron-icon {
  display: none;
}

.my-activities-header {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-activities-header h1 {
  font-weight: 700;
}

.my-activities-nav {
  margin-bottom: 30px;
}

.my-activities-following-header {
  padding-top: 10px;
  padding-bottom: 0;
}

.error-page {
  position: relative;
}

@media screen and (min-width: 576px) {
  .error-page {
    margin-top: 100px;
    margin-bottom: -100px;
  }
}

.form-header {
  font-weight: 700;
  padding-bottom: 0;
}

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

.form-field label {
  display: block;
  margin-bottom: 5px;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
  border-radius: 2px;
}

.form-field input[type="text"]:focus {
  outline: none;
  border-color: #2F2F2F;
}

.form-field textarea {
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
  border-radius: 2px;
}

.form-field textarea:focus {
  outline: none;
  border-color: #2F2F2F;
}

.form-field p[id*="_hint"] {
  font-family: monospace;
  font-size: 12px;
  margin: 10px 0;
  color: #888;
  background-color: #f8f8f8;
  padding: 5px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
}

a.nesty-input {
  padding: 3px 18px 3px 10px;
  height: 38px;
}

.requests {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .requests {
    overflow-y: auto;
  }
  .requests table {
    white-space: nowrap;
  }
}

.requests-table-toolbar#main-content {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .requests-table-toolbar#main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.requests-table-toolbar#main-content select,
.requests-table-toolbar#main-content input {
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
  border-radius: 2px;
}

.requests-table-toolbar#main-content .search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
}

.request-table-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.requests-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.requests-link .requests-sort-symbol {
  display: block;
  -webkit-transform: scale(1, 0.6);
          transform: scale(1, 0.6);
}

.request-breadcrumbs {
  padding-bottom: 20px;
}

.request-breadcrumbs .breadcrumbs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 29px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 575px) {
  .request-breadcrumbs .breadcrumbs {
    margin-top: 20px;
    padding-right: 0;
    font-size: 12px;
  }
}

.request-breadcrumbs .breadcrumbs a:hover {
  text-decoration: underline;
}

.request-breadcrumbs .breadcrumbs li + li {
  position: relative;
  padding-left: 25px;
  margin-left: 14px;
}

@media screen and (max-width: 575px) {
  .request-breadcrumbs .breadcrumbs li + li {
    padding-left: 15px;
    margin-left: 7px;
  }
}

.request-breadcrumbs .breadcrumbs li + li::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.416642 1.12735L1.08422 0.459778L6.28422 5.65978L1.08422 10.8598L0.35498 10.1305L4.9041 5.65978L0.416642 1.12735Z' fill='%232F2F2F'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.request-breadcrumbs .breadcrumbs li:last-child {
  font-weight: 700;
}

.request-title {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.request-container#main-content {
  padding-top: 30px;
}

.comment-author img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

dl {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 200px 1fr;
      grid-template-columns: 200px 1fr;
}

.collapsible-sidebar-title {
  font-weight: 700;
  margin-bottom: 27px;
}

.request-main {
  margin-bottom: 50px;
}

.request-main .comment-list {
  margin-top: 0;
  margin-bottom: 50px;
  gap: 30px;
}

.request-main .comment-info {
  display: block;
}

.request-main .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.request-main .comment-meta {
  font-weight: 700;
}

.request-main .comment-body {
  padding-left: 65px;
  margin-top: -30px;
}

.request-main .comment {
  min-height: 50px;
}

.request-main .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 15px 27px;
  border: 1px solid #B9B9B9;
}

.request-main .comment-form .user-avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.request-main .comment-fields {
  margin: 20px 0;
}

.request-main .comment-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.request-sidebar .collapsible-sidebar-toggle {
  display: none;
}

.request-details {
  padding: 15px 27px;
  border: 1px solid #B9B9B9;
}

.request-details + .request-details {
  margin-top: 20px;
}

.profile-info {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.profile-info .user-avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-info .profile-stats-activity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.profile-info .options {
  margin-left: auto;
}

.profile-info .name {
  font-weight: 700;
}

.profile-stats-counters {
  padding-bottom: 0;
  padding-top: 10px;
}

.profile-nav .collapsible-nav {
  padding-bottom: 0;
  padding-top: 30px;
}

.profile-stats li {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 150px 1fr;
      grid-template-columns: 150px 1fr;
}

.profile-stats li + li {
  margin-top: 10px;
}

.profile-section-title {
  font-weight: 700;
}

.profile-section-header {
  margin-bottom: 30px;
}

.profile-activity-list > li {
  padding: 20px;
  border: 1px solid #B9B9B9;
}

.profile-activity-list > li + li {
  margin-top: 20px;
}

.profile-activity-list li {
  position: relative;
}

.profile-activity-list .profile-activity-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.profile-activity-list .profile-activity-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.profile-activity-list .profile-activity-description span {
  font-weight: 700;
  display: block;
}

.profile-activity-list .profile-contribution-header {
  font-weight: 700;
}

.profile-activity-list .user-avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-activity-list .profile-contribution-breadcrumbs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 29px;
  margin: 10px 0;
  font-size: 12px;
}

@media screen and (max-width: 575px) {
  .profile-activity-list .profile-contribution-breadcrumbs {
    margin-top: 20px;
    padding-right: 0;
    font-size: 12px;
  }
}

.profile-activity-list .profile-contribution-breadcrumbs a:hover {
  text-decoration: underline;
}

.profile-activity-list .profile-contribution-breadcrumbs li + li {
  position: relative;
  padding-left: 25px;
  margin-left: 14px;
}

@media screen and (max-width: 575px) {
  .profile-activity-list .profile-contribution-breadcrumbs li + li {
    padding-left: 15px;
    margin-left: 7px;
  }
}

.profile-activity-list .profile-contribution-breadcrumbs li + li::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.416642 1.12735L1.08422 0.459778L6.28422 5.65978L1.08422 10.8598L0.35498 10.1305L4.9041 5.65978L0.416642 1.12735Z' fill='%232F2F2F'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.profile-activity-list .profile-contribution-breadcrumbs li:last-child {
  font-weight: 700;
}
.suggestion-list .searchbox{
    border:1px solid #ddd;
    padding:20px;
    margin-bottom:20px;
    margin-top:-21px
}
.suggestion-list label{
    font-weight:bold;
}
.searchbox-suggestions li{
    list-style:disc;
    
}
.searchbox-suggestions li:hover{
    background-color:rgba(0,0,0,0.05);
    box-shadow:20px 0 rgba(0,0,0,0.05),-35px 0 rgba(0,0,0,0.05);
}
.searchbox-suggestions li a{
    padding:4px 0;
    display:block;
}
.searchbox-suggestions ul{
    padding:0 0 0 15px;
    margin-top:10px;
}

div.article-body a{
  color: #627a88;
  text-decoration:underline;
}

div.article-body a:hover{
  color: #0d4a83;
}