@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;800&display=swap');

/***** Base *****/
/* Reset the box-sizing */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  letter-spacing: 0.25px;
  height: 100%;
  position: relative;
}

/* Body reset */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.overflow-hidden {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

input, button, select, textarea {
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: rgba(35, 35, 173, 1);
  text-decoration: none;
  transition: all 0.3s;
}

a:hover, a:focus {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 2em 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400px;
  line-height: 1.3;
  margin: 0 0 calc(14px * 1.3);
  transition: all 0.3s;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

b, strong {
  font-weight: 600;
}

small, .small {
  font-size: 80%;
  font-weight: normal;
}

dl {
  margin-top: 0;
  margin-bottom: calc(14px * 1.3);
}

dt {
  margin-bottom: calc(14px * 1.3 / 2);
  line-height: 1.3;
}

dd {
  margin-bottom: calc(14px * 1.3 / 2);
  line-height: 1.3;
}

.dl-horizontal:before, .dl-horizontal::after {
  display: table;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .dl-horizontal dt {
    float: left;
    width: 30%;
    padding-right: 15px;
    clear: both;
  }
}

@media (min-width: 1024px) {
  .dl-horizontal dd {
    float: right;
    width: 70%;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 calc(14px * 1.3);
}

/* Abbreviations and acronyms */
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 1);
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 1);
}

blockquote {
  padding: 40px 20px;
  margin: 0 0 calc(14px * 1.3);
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  background-color: rgba(253, 253, 253, 1);
  border-left: 5px solid rgba(0, 0, 0, 1);
}

blockquote.is-colored {
  border-left: 5px solid rgba(0, 0, 0, 1);
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

code {
  background: #f7f7f7;
  padding: 0 5px !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  word-break: break-word;
}

pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

address {
  margin-bottom: calc(14px * 1.3);
  font-style: normal;
  line-height: 1.3;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.list-unstyled {
  list-style: none !important;
}

.hidden {
  display: none;
}

fieldset {
  /*  
  Chrome and Firefox set a `min-width: min-content;` on fieldsets, 
  so we reset that to ensure it behaves more like a standard block element
  See https:github.com/twbs/bootstrap/issues/12359. 
  */
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(14px * 1.3);
  font-size: calc(14px * 1.5);
  line-height: inherit;
  color: rgba(0, 0, 0, 1);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(14px * 1.3 / 2);
  font-weight: 600;
}

input[type="search"], .searchbar input[type="search"] {
  box-sizing: border-box;
}

input[type="search"]:active {
  border-color: rgba(0, 0, 0, 1);
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

select {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select[multiple], select[size] {
  height: auto;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 1);
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  z-index: 99;
}

textarea:focus {
  border-color: rgba(0, 0, 0, 1);
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 1);
}

.wrapper {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: rgba(253, 253, 253, 1);
  min-height: 100vh;
  padding-bottom: 105px;
}

.wrapper-main {
  margin-top: 88px;
}

.wrapper-main::after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\00a0";
}

.wrapper-footer {
  margin-top: auto;
}

.wrapper-header, .wrapper-footer {
  -webkit-box-flex: 0;
  flex: none;
}

.container {
  padding-right: 25px;
  padding-left: 25px;
}

@media (max-width: 1024px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.container-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

.container-content-item {
  width: 100%;
  max-width: 700px;
  min-width: 200px;
}

.card {
  border-radius: 6px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.row {
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}

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

/***** Wrapper Customization *****/
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (max-width: 1024px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

/***** Column Customizations *****/
.col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
}

[dir="rtl"] .col {
  float: right;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 1024px) {
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* END OF COLUMN CUSTOMIZATION */
/***** Collapse *****/
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field:not(:first-child) {
  margin-bottom: 25px;
}

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

.form-field input {
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(0, 0, 0, 1);
}

.form-field input[type="text"] {
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(0, 0, 0, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
  border-color: rgba(0, 0, 0, 1);
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(0, 0, 0, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: rgba(0, 0, 0, 1);
  margin-left: 4px;
}

.form-field p {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: calc(14px - 3px);
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.upload-dropzone {
  padding: calc(14px * 1.3);
  border-radius: 4px;
}

/***** Buttons *****/
.btn, .btn-header, .still-have-question [role="button"], .category-container button, .section-container button, .article-container button, .article-nav-link, .comment-panel button, .profile-header-options button, .request-table-filters button, .pagination ul > li > a, .pagination ul > li > span, .community-nav-item-btn button, .topic-container button, .topic-list-container button, .post-container button, .post-list-container button, .new-community-post-container button, .info-banner .banner-body a, .support-social > a span, input[type="submit"] {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

@media (min-width: 1024px) {
  .btn, .btn-header, .still-have-question [role="button"], .category-container button, .section-container button, .article-container button, .article-nav-link, .comment-panel button, .profile-header-options button, .request-table-filters button, .pagination ul > li > a, .pagination ul > li > span, .community-nav-item-btn button, .topic-container button, .topic-list-container button, .post-container button, .post-list-container button, .new-community-post-container button, .info-banner .banner-body a, .support-social > a span, input[type="submit"] {
    width: auto;
  }
}

.btn:focus, .btn-header:focus, .still-have-question :focus[role="button"], .category-container button:focus, .section-container button:focus, .article-container button:focus, .article-nav-link:focus, .comment-panel button:focus, .profile-header-options button:focus, .request-table-filters button:focus, .pagination ul > li > a:focus, .pagination ul > li > span:focus, .community-nav-item-btn button:focus, .topic-container button:focus, .topic-list-container button:focus, .post-container button:focus, .post-list-container button:focus, .new-community-post-container button:focus, .info-banner .banner-body a:focus, .support-social > a span:focus, input[type="submit"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus, .btn-header:focus, .still-have-question :focus[role="button"], .category-container button:focus, .section-container button:focus, .article-container button:focus, .article-nav-link:focus, .comment-panel button:focus, .profile-header-options button:focus, .request-table-filters button:focus, .pagination ul > li > a:focus, .pagination ul > li > span:focus, .community-nav-item-btn button:focus, .topic-container button:focus, .topic-list-container button:focus, .post-container button:focus, .post-list-container button:focus, .new-community-post-container button:focus, .info-banner .banner-body a:focus, .support-social > a span:focus, .btn:hover, .btn-header:hover, .still-have-question :hover[role="button"], .category-container button:hover, .section-container button:hover, .article-container button:hover, .article-nav-link:hover, .comment-panel button:hover, .profile-header-options button:hover, .request-table-filters button:hover, .pagination ul > li > a:hover, .pagination ul > li > span:hover, .community-nav-item-btn button:hover, .topic-container button:hover, .topic-list-container button:hover, .post-container button:hover, .post-list-container button:hover, .new-community-post-container button:hover, .info-banner .banner-body a:hover, .support-social > a span:hover, input[type="submit"]:focus, input[type="submit"]:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: #000;
  box-shadow: 0px 8px 16px 0 rgba(0, 62, 59, 0.12);
  outline: 0;
}

.btn[data-disabled], .btn-header[data-disabled], .still-have-question [data-disabled][role="button"], .category-container button[data-disabled], .section-container button[data-disabled], .article-container button[data-disabled], .article-nav-link[data-disabled], .comment-panel button[data-disabled], .profile-header-options button[data-disabled], .request-table-filters button[data-disabled], .pagination ul > li > a[data-disabled], .pagination ul > li > span[data-disabled], .community-nav-item-btn button[data-disabled], .topic-container button[data-disabled], .topic-list-container button[data-disabled], .post-container button[data-disabled], .post-list-container button[data-disabled], .new-community-post-container button[data-disabled], .info-banner .banner-body a[data-disabled], .support-social > a span[data-disabled], input[type="submit"][data-disabled] {
  cursor: default;
}

.btn-primary, input[type="submit"] {
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}

@media (min-width: 1024px) {
  .btn-primary, input[type="submit"] {
    width: auto;
  }
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  color: rgba(255, 255, 255, 1);
  background-color: #000;
  border-color: #000;
}

.btn-primary[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
  opacity: 0.7;
}

.btn-secondary {
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: transparent;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 1);
}

input[type="submit"] {
  margin-top: 15px;
}

.btn-header {
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease-out;
  border-radius: 10px;
  outline: none;
  height: 45px;
  padding: 9px 10px;
  text-transform: none;
  font-weight: normal;
}

.btn-header:hover {
  opacity: 0.7;
  background-color: transparent;
  color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}

/***** Meta *****/
.meta {
  font-size: calc(14px - 2px);
  color: #0d0d0d;
}

.meta-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.meta-group {
  font-size: calc(14px - 3px);
}

.meta-item {
  display: inline-block;
}

[dir="ltr"] .meta-item {
  margin-right: calc(12px / 2);
}

[dir="rtl"] .meta-item {
  margin-left: calc(12px / 2);
}

.meta-item + .meta-item::before {
  font-size: 10px;
  content: "\2022";
}

[dir="ltr"] .meta-item + .meta-item::before {
  margin-right: 5px;
}

[dir="rtl"] .meta-item + .meta-item::before {
  margin-left: 5px;
}

.meta-profile {
  margin-bottom: 0;
}

[dir="ltr"] .meta-info-avatar {
  float: left;
  margin-right: 10px;
}

[dir="rtl"] .meta-info-avatar {
  float: right;
  margin-left: 10px;
}

/***** Avatar *****/
.avatar {
  position: relative;
  display: inline-block;
}

.avatar .icon-agent {
  color: rgba(0, 0, 0, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

.avatar-agent::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: -4px;
  font-family: "Font Awesome 5 Free";
  font-size: calc(14px * 0.75);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
  content: "\f19d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.user-avatar {
  border-radius: 100%;
  width: 40px;
}

/***** Header ******/
.header {
  width: 100%;
  transition: 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
  height: auto;
  background: rgba(255, 254, 254, 1);
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.5);
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 0;
  position: fixed;
  z-index: 123;
}

.header a, .header span {
  color: rgba(2, 2, 2, 1);
}

.header-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .header-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.header-col {
  padding: calc(14px * 1.3 / 2) 0;
}

@media (min-width: 1024px) {
  .header-col {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    padding: 5px 0;
  }
}

@media (max-width: 1024px) {
  .header-col {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
  }
}

.header-col.header-menu {
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1024px) {
  .header-col.header-menu {
    position: absolute;
    top: 0;
    height: 100vh;
  }
}

.header-panel {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .header-panel {
    position: absolute;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    float: none;
    opacity: 0.9;
    width: 100%;
    padding: 140px 35px 15px;
    text-align: center;
    background-color: rgba(255, 254, 254, 1);
    height: 100vh;
  }
  [dir="ltr"] .header-panel {
    right: 0;
  }
  [dir="rtl"] .header-panel {
    left: 0;
  }
}

@media (min-width: 1024px) {
  [dir="ltr"] .header-panel > a {
    margin-left: 23px;
  }
  [dir="rtl"] .header-panel > a {
    margin-right: 23px;
  }
}

@media (max-width: 1024px) {
  .header-panel > a {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .header-panel-container {
    position: absolute;
    top: 0;
    width: 100vw;
  }
  [dir="ltr"] .header-panel-container {
    right: 0;
  }
  [dir="rtl"] .header-panel-container {
    left: 0;
  }
}

@media (max-width: 1024px) {
  .header-panel-background {
    position: absolute;
    top: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: -1;
  }
  [dir="ltr"] .header-panel-background {
    left: 0;
  }
  [dir="rtl"] .header-panel-background {
    right: 0;
  }
}

.header-panel .close-btn {
  display: none;
}

@media (max-width: 1024px) {
  .header-panel .close-btn {
    display: block;
    position: absolute;
    top: 30px;
    padding: 15px;
    border-radius: 100%;
    border: 1px solid rgba(255, 254, 254, 1);
    color: rgba(255, 254, 254, 1);
    width: 1.5em;
    height: 1.5em;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    font-weight: 400;
    justify-content: center;
  }
  [dir="ltr"] .header-panel .close-btn {
    right: 102%;
  }
  [dir="rtl"] .header-panel .close-btn {
    left: 102%;
  }
}

@media (max-width: 1024px) {
  .header-custom-link {
    opacity: 0;
    font-size: 1.5em;
    transition: all 0.8s ease;
  }
  [dir="ltr"] .header-custom-link {
    transform: translateX(20px);
  }
  [dir="rtl"] .header-custom-link {
    transform: translateX(-20px);
  }
}

@media (max-width: 1024px) {
  .header-collapse {
    transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
    position: fixed;
    top: 0;
    height: 0;
    padding: 0;
    width: 100vh;
    overflow: hidden;
    visibility: hidden;
  }
  [dir="ltr"] .header-collapse {
    right: 0;
  }
  [dir="rtl"] .header-collapse {
    left: 0;
  }
  .header-collapse.is-active {
    visibility: visible;
    height: 100%;
  }
}

@media (max-width: 1024px) and (max-width: 1024px) {
  .header-collapse.is-active .header-custom-link {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
  }
}

@media (min-width: 1024px) {
  .header-collapse {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .header-menu {
    padding: 0;
  }
}

.header .mobile-icon {
  display: none;
}

@media (max-width: 1024px) {
  .header .mobile-icon {
    display: flex;
    align-items: center;
    box-shadow: unset;
    text-align: center;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0;
    z-index: 9997;
  }
  .header .mobile-icon .searchbar-mobile {
    display: flex !important;
    position: relative;
    align-items: center;
    color: #1863bc;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 0;
  }
}

.header .strip-btn.x {
  display: none;
}

@media (max-width: 1024px) {
  .header .strip-btn.x {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: unset;
    border: 0;
    box-shadow: unset;
    padding: 0;
  }
  .header .strip-btn.x:hover {
    color: rgba(0, 0, 0, 1);
  }
  [dir="ltr"] .header .strip-btn.x {
    margin-left: 20px;
  }
  [dir="rtl"] .header .strip-btn.x {
    margin-right: 20px;
  }
}

/* Header Logo */
.logo img {
  display: block;
  width: auto;
  max-width: unset;
  max-height: 120px !important;
  height: calc(59 * 1px);
}

.logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

/***** Navigation Bar *****/
.nav {
  display: flex;
  justify-content: center;
  background: rgba(255, 254, 254, 1);
  height: auto;
  padding: 10px 10px;
  z-index: 4;
}

.nav-wrapper {
  display: flex;
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 1024px) {
  .nav-wrapper {
    justify-content: center;
  }
}

.nav-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

.nav-item-list {
  padding: 10px 20px;
  line-height: 1;
}

[dir="ltr"] .nav-item-list:first-child {
  padding-right: 20px;
  padding-left: 0;
}

@media (max-width: 1024px) {
  [dir="ltr"] .nav-item-list:first-child {
    padding-right: 10px;
  }
}

[dir="rtl"] .nav-item-list:first-child {
  padding-right: 0;
  padding-left: 20px;
}

@media (max-width: 1024px) {
  [dir="rtl"] .nav-item-list:first-child {
    padding-left: 10px;
  }
}

[dir="ltr"] .nav-item-list:last-of-type {
  border-right: 0;
}

[dir="rtl"] .nav-item-list:last-of-type {
  border-left: 0;
}

@media (max-width: 1024px) {
  .nav-item-list {
    padding: 2px 10px;
  }
}

.nav-item-list:empty {
  display: none;
}

.nav-item-list a {
  display: flex;
  align-items: center;
  color: rgba(2, 2, 2, 1);
  font-size: 1.25em;
  font-weight: 700;
  cursor: pointer;
  padding: 20px 0;
  height: 1.5em;
}

@media (max-width: 1024px) {
  .nav-item-list a {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .nav-item-list a {
    font-size: 0.8em;
  }
}

.nav-item-menu::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  transition: 0.3s ease;
}

[dir="ltr"] .nav-item-menu::after {
  margin-left: 10px;
}

[dir="rtl"] .nav-item-menu::after {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  [dir="ltr"] .nav-item-menu::after {
    margin-left: 5px;
  }
  [dir="rtl"] .nav-item-menu::after {
    margin-right: 5px;
  }
}

.nav-item-list[aria-expanded="true"] .nav-item-menu::after {
  transform: rotate(-180deg);
}

#nav-menu {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 254, 254, 1);
  opacity: 0.9;
  z-index: 9;
  height: 0;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.665, 0.165, 0.13, 0.715);
}

#nav-menu.is-active {
  height: 350px;
  padding-top: 40px;
}

#nav-menu.is-active .menu-categories {
  opacity: 1;
}

#nav-menu .menu-container {
  height: 300px;
  width: 100%;
  max-width: 1200px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#nav-menu .menu-container::-webkit-scrollbar {
  display: none;
}

#nav-menu #menu-categories {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-content: flex-start;
}

@media (max-width: 1024px) {
  #nav-menu #menu-categories {
    flex-wrap: nowrap;
    flex-direction: column;
    -ms-flex-direction: column;
    height: auto;
    overflow: scroll;
    text-align: center;
  }
}

#nav-menu .menu-categories {
  transition: 0.3s cubic-bezier(0.665, 0.165, 0.13, 0.715);
  transition-delay: 0.2s;
  opacity: 0;
}

@media (min-width: 1024px) {
  #nav-menu .menu-categories {
    flex: 1 0 50%;
  }
}

@media (max-width: 1024px) {
  [dir="ltr"] #nav-menu .menu-categories {
    margin-right: 0;
  }
  [dir="rtl"] #nav-menu .menu-categories {
    margin-left: 0;
  }
}

#nav-menu .menu-categories a {
  display: block;
  margin-bottom: 20px;
  font-size: 1.25em;
  color: rgba(2, 2, 2, 1);
  font-weight: 700;
}

@media (max-width: 1024px) {
  #nav-menu .menu-categories a {
    font-size: 1em;
  }
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

/***** Footer *****/
.footer {
  padding-top: calc(14px * 1.3 * 1);
  padding-bottom: calc(14px * 1.3 * 1);
  font-size: calc(14px - 2px);
  line-height: 1.3;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  width: 100%;
  z-index: 122;
  height: 250px;
}

@media (max-width: 1024px) {
  .footer {
    height: auto;
  }
}

.footer-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .footer-wrapper {
    display: table;
  }
}

.footer-col {
  position: relative;
}

@media (min-width: 1024px) {
  .footer-col {
    display: table-cell;
    vertical-align: top;
    width: 40%;
  }
}

.footer-logo {
  margin: auto 0;
}

@media (max-width: 1024px) {
  .footer-logo {
    text-align: center;
  }
}

.footer-logo img {
  max-height: calc(63 * 1px) !important;
}

.footer-menu {
  display: flex;
  margin-bottom: 5px;
}

[dir="ltr"] .footer-menu {
  float: right;
}

[dir="rtl"] .footer-menu {
  float: left;
}

@media (max-width: 1024px) {
  .footer-menu {
    justify-content: center;
  }
  [dir="ltr"] .footer-menu, [dir="rtl"] .footer-menu {
    float: none;
  }
}

@media (max-width: 1024px) {
  .footer-menu {
    flex-direction: column;
    text-align: center;
  }
}

.footer-menu li {
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .footer-menu li {
    padding: 0;
  }
  [dir="ltr"] .footer-menu li {
    border-left: none;
  }
  [dir="rtl"] .footer-menu li {
    border-right: none;
  }
}

.footer-menu li:first-of-type {
  border: none;
}

[dir="ltr"] .footer-menu li:first-of-type {
  padding-left: 0;
}

[dir="rtl"] .footer-menu li:first-of-type {
  padding-right: 0;
}

.footer-menu a {
  color: rgba(0, 0, 0, 1);
  font-size: 0.8em;
}

.footer-text {
  max-width: 370px;
  margin-bottom: 5px;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .footer-text {
    text-align: center;
  }
}

.footer .language-wrapper {
  text-align: center;
  margin: 10px 0;
}

@media (min-width: 1024px) {
  .footer .language-wrapper {
    text-align: start;
  }
}

.footer .language-wrapper .language-dropdown .dropdown-toggle {
  color: rgba(0, 0, 0, 1);
}

.footer .language-wrapper .language-dropdown .dropdown-toggle::after {
  content: "\f106";
}

.footer .social-col {
  width: 100%;
  text-align: center;
  clear: both;
}

@media (min-width: 1024px) {
  [dir="ltr"] .footer .social-col {
    text-align: right;
  }
  [dir="rtl"] .footer .social-col {
    text-align: left;
  }
}

.footer-social-link {
  padding: 0;
  font-size: calc(24 * 1px) !important;
  color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  text-align: center;
  line-height: calc(24 * 2px) !important;
}

[dir="ltr"] .footer-social-link + .footer-social-link {
  margin-left: 10px;
}

[dir="rtl"] .footer-social-link + .footer-social-link {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .footer-copyrights {
    text-align: center;
    margin-top: 10px;
  }
}

.footer .row {
  align-items: center;
  justify-content: space-between;
}

/***** Searchfield *****/
.search, .searchbar .search::before {
  position: relative;
}

.search .transparent input[type="search"], .searchbar .search::before .transparent input[type="search"] {
  background-color: transparent;
}

.search::before, .searchbar .search::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: inline-block;
  margin-top: -12px;
  color: #0d0d0d;
  content: '';
  background-image: url(/hc/theming_assets/01HZPVT66QCRY66F7AJM3AP53J);
  width: 24px;
  height: 24px;
  background-size: 100%;
}

input[type="search"], .searchbar input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px 6px 35px;
  font-size: 16px;
  line-height: 1.5;
  color: #000c20;
  background-color: #fff;
  background-image: none;
  border: 1px solid #1863bc;
  box-shadow: 0px 8px 16px 0 rgba(0, 62, 59, 0.12);
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.searchbar {
  width: 100%;
}

.searchbar .search::before {
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

[dir="ltr"] .searchbar .search::before {
  left: 30px;
}

[dir="rtl"] .searchbar .search::before {
  right: 30px;
}

.searchbar input[type="search"] {
  border-radius: 6px;
  border: unset;
  font-size: 24px;
  height: 80px;
  background-color: rgba(255, 255, 255, 1);
}

[dir="ltr"] .searchbar input[type="search"] {
  padding: 2px 10px 0 70px;
}

[dir="rtl"] .searchbar input[type="search"] {
  padding: 2px 70px 0 10px;
}

/***** Dropdown *****/
.dropdown {
  position: relative;
}

.dropdown .dropdown-toggle {
  cursor: pointer;
  display: inline-block;
  text-align: initial;
  vertical-align: middle;
}

.dropdown .dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  color: inherit;
  content: "\f107";
}

.dropdown .dropdown-toggle > * {
  display: inline-block;
}

.dropdown.user-info {
  position: relative;
  display: block;
}

@media (min-width: 1024px) {
  [dir="ltr"] .dropdown.user-info {
    margin-left: 23px;
  }
  [dir="rtl"] .dropdown.user-info {
    margin-right: 23px;
  }
}

.dropdown.user-info .dropdown-toggle {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: transparent !important;
  outline: none;
  min-width: 0;
  padding: 8px 10px;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  transition: all 0.3s ease-out;
}

.dropdown.user-info .dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 1.5;
  content: "\f107";
}

[dir="ltr"] .dropdown.user-info .dropdown-toggle::after {
  padding-right: 15px;
  margin-left: 5px;
}

[dir="rtl"] .dropdown.user-info .dropdown-toggle::after {
  padding-left: 15px;
  margin-right: 5px;
}

.dropdown.user-info img {
  width: 29px;
}

[dir="ltr"] .dropdown.user-info img {
  margin-right: 5px;
}

[dir="rtl"] .dropdown.user-info img {
  margin-left: 5px;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  max-width: 350px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

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

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  line-height: inherit;
  width: 100%;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  text-transform: none;
}

[dir="ltr"] .dropdown-menu [role="menuitem"] {
  text-align: left;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  text-align: right;
}

.dropdown-menu [role="menuitem"] :hover, .dropdown-menu [role="menuitem"] :focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
  background: none;
  box-shadow: none;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
  width: 80%;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-footer {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="ltr"] .dropdown-footer {
  right: 0;
}

[dir="rtl"] .dropdown-footer {
  left: 0;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .breadcrumbs {
    font-size: 12px;
  }
}

.breadcrumbs > li {
  display: inline-block;
  color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}

.breadcrumbs li + li::before {
  padding: 0 5px;
  color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  content: "› ";
  font-size: 20px;
}

.breadcrumbs li a, .breadcrumbs li > a {
  color: #0d0d0d;
}

.breadcrumbs li a :hover, .breadcrumbs li > a :hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

/***** Site *****/
.site-header h1 .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.site-body {
  padding: 0;
  margin: 0;
}

.site-body li a :hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

.site-sidebar {
  position: relative;
  height: 100%;
}

@media (min-width: 1024px) {
  [dir="ltr"] .site-sidebar {
    padding-left: 30px;
  }
  [dir="rtl"] .site-sidebar {
    padding-right: 30px;
  }
}

.site-sidebar h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 28px;
}

.site-sidebar li a::before {
  position: absolute;
  top: 0;
  width: 3px;
  height: 0;
  content: '';
  background: rgba(0, 0, 0, 1);
  transition: all 0.4s;
}

[dir="rtl"] .site-sidebar li a::before {
  left: 0;
  right: -10px;
}

.site-sidebar li a :hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.site-sidebar li a :active {
  font-weight: bold;
}

.site-sidebar li a :active::before {
  height: 100%;
}

.site-sidebar section :first-child {
  border-top: none;
}

.site-sidebar section + section {
  margin-bottom: calc(16px * 1.5);
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

.site-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.site-wrapper .site-background {
  background-color: rgba(253, 253, 253, 1);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  border-radius: 0 0 6px 6px;
  padding: 30px 0;
}

.site-wrapper :after {
  clear: both;
}

.site-footer {
  padding: 0;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.site-footer li {
  display: block;
  font-weight: 300;
}

.site-footer h3 {
  margin: 0;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 20px;
}

.site-footer h3 a {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}

.site-footer h3 a :hover {
  color: rgba(0, 0, 0, 1);
}

.site-footer p {
  display: flex;
  justify-content: center;
}

/***** Homepage *****/
.content-base {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(253, 253, 253, 1);
}

.content-base :last-child {
  border: unset;
}

.content-header h3 {
  margin-bottom: 30px;
  font-weight: 700;
}

.content-header::before {
  font-size: 20px;
}

[dir="ltr"] .content-header::before {
  margin-right: 5px;
}

[dir="rtl"] .content-header::before {
  margin-left: 5px;
}

.homepage-category .content-header::before {
  font-family: "Font Awesome 5 free";
  content: "\f0c9";
}

.homepage-articles .content-header::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
}

.content-section .section-list > li {
  margin-bottom: calc(14px * 1.3 / 2);
}

.content-wrapper {
  transition: all 0.3s ease;
}

.content-block {
  border-radius: 4px;
  padding: 15px 15px 0 15px;
}

.content-block-list {
  padding: 0 15px 15px 15px;
}

.content-block-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.content-block ul {
  list-style: disc;
  margin-bottom: 0;
  line-height: 1.3;
}

[dir="ltr"] .content-block ul {
  margin-left: 20px;
}

[dir="rtl"] .content-block ul {
  margin-right: 20px;
}

.content-link {
  display: block;
  position: relative;
  width: 100%;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
}

.content-link::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[dir="ltr"] .content-link::before {
  right: 20px;
}

[dir="rtl"] .content-link::before {
  left: 20px;
}

.content-link[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.content-link.content-title-top {
  margin: 10px 0;
  font-size: 24px;
}

.content-link.content-title-top::before {
  background-color: rgba(253, 253, 253, 1);
  border-radius: 100%;
  padding: 0 10.38px;
}

[dir="ltr"] .content-link.content-title-bottom::before {
  right: 30.38px;
}

[dir="rtl"] .content-link.content-title-bottom::before {
  left: 30.38px;
}

.content-list {
  margin: 0;
}

.content-list li {
  margin-bottom: 10px;
}

.homepage-articles ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

[dir="ltr"] .homepage-articles ul {
  margin-left: 10px;
}

[dir="rtl"] .homepage-articles ul {
  margin-right: 10px;
}

.homepage-articles li {
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 22px;
  margin-bottom: 18px;
}

@media (min-width: 1024px) {
  .homepage-articles li {
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

[dir="ltr"] .homepage-articles li {
  padding-left: 24px;
  padding-right: 10px;
}

[dir="rtl"] .homepage-articles li {
  padding-left: 10px;
  padding-right: 24px;
}

.homepage-articles li::before {
  display: block;
  content: '•';
  position: absolute;
}

[dir="ltr"] .homepage-articles li::before {
  left: 0;
}

[dir="rtl"] .homepage-articles li::before {
  right: 0;
}

.still-have-question {
  display: flex;
}

@media (max-width: 1024px) {
  .still-have-question {
    flex-direction: column;
  }
}

.still-have-question .card {
  background-color: rgba(255, 255, 255, 0.13);
}

@media (max-width: 1024px) {
  .still-have-question .col + .col {
    padding-top: 15px;
  }
}

.still-have-question > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1 1 50%;
}

/***** Hero *****/
.hero {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  height: calc(401 * 1px);
  padding-top: 122px;
  padding-bottom: 40px;
  margin-top: -88px;
  background: rgba(255, 255, 255, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1024px) {
  .hero {
    padding-right: 20px;
    padding-left: 20px;
    height: calc(401 * 1px);
  }
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(/hc/theming_assets/01K9W2XY0C1J8FE4NA7YDV6G6M);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 100%;
}

.hero-background::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}

.hero-background.gradient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(253, 253, 253, 1) 100%);
}

.hero-item {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
}

.hero-search {
  width: 100%;
}

.hero-search .search::before {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -15px;
  color: rgba(0, 0, 0, 1);
  background-image: url(/hc/theming_assets/01HZPVT66QCRY66F7AJM3AP53J);
  width: 30px;
  height: 30px;
  background-size: 100%;
}

[dir="ltr"] .hero-search .search::before {
  left: 30px;
}

[dir="rtl"] .hero-search .search::before {
  right: 30px;
}

.hero-search input[type="search"] {
  border-radius: 6px;
  border: 1px solid #efefef;
  height: 50px;
  font-size: 24px;
  background-color: #ffffff;
  color: #000000;
}

[dir="ltr"] .hero-search input[type="search"] {
  padding: 2px 10px 0 70px;
}

[dir="rtl"] .hero-search input[type="search"] {
  padding: 2px 70px 0 10px;
}

.hero-search input[type="search"]:focus {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: unset;
}

.hero .popular-search {
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 1024px) {
  .hero .popular-search {
    font-size: 12px;
  }
}

/* Intro Title */
.intro-title {
  margin-bottom: calc(14px * 1.3);
  font-size: calc(35px * 0.8);
  line-height: 1.1;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: rgba(32, 52, 192, 1);
  text-align: center;
}

@media (min-width: 1024px) {
  .intro-title {
    font-size: 35px;
  }
}

/***** Site Blocks *****/
.site-block {
  flex: 33.333%;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}

.site-block h4 {
  font-size: 24px;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

.site-div {
  background: rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  padding: 25px 40px;
  display: block;
  transition: all 0.4s;
  height: 100%;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.site-div:hover {
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
  transform: scale(1.05);
}

.site-div p {
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.25px;
  line-height: 22px;
}

.site-icon {
  width: calc(121 * 1px);
  height: calc(121 * 1px);
  border-radius: 50%;
  display: flex;
  margin: 0 auto 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 50px;
  transition: all 0.2s;
}

.site-icon::before {
  position: absolute;
  width: 45px;
  height: 45px;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover !important;
}

.custom-block-image {
  width: calc($icon_height * 2px);
}

.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 0, 0, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: rgba(253, 253, 253, 1);
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

/***** Video Custom Blocks *****/
.site-video {
  width: 100%;
}

.site-video .content-header::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f04b";
}

.site-video-items {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  border-radius: 0 0 6px 6px;
  padding: 30px 0 0;
}

.site-video-item {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  cursor: pointer;
  width: 100%;
}

@media (min-width: 1024px) {
  .site-video-item {
    width: 25%;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .site-video-item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .site-video-item {
    width: 100%;
  }
}

.site-video-img {
  position: relative;
  display: block;
  background-position: 50% 50%;
  height: 150px;
  background-size: cover;
}

.site-video-img::before {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 55px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 8px 0 0 3px;
  z-index: 3;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 10%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  transform: translate(-50%, -50%);
}

.site-video-img:hover::before {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}

.site-video-title {
  padding: 10px 20px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -o-transform: translate(0, 20%);
  transform: translate(0, 20%);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/***** Category Page *****/
.list-section h2 {
  font-weight: normal;
  margin-bottom: 5px !important; /* Ajustez la valeur selon vos besoins */
}

.list-section .article-list {
  list-style: disc;
}

[dir="ltr"] .list-section .article-list {
  margin-left: 20px;
}

[dir="rtl"] .list-section .article-list {
  margin-right: 20px;
}

.list-section .section-list {
  font-weight: 700;
}

.icon-star {
  color: rgba(35, 35, 173, 1);
  font-size: 18px;
}

/***** Category page *****/
/***** Section Page *****/
.section-sections a {
  font-size: 24px;
}

.section-title {
  font-weight: 400 px;
  line-height: 1.3;
  transition: all 0.3s;
  margin-bottom: 5px !important; /* Ajout pour réduire l'écart */
}

.section-articles {
  list-style: disc;
}

[dir="ltr"] .section-articles {
  margin-left: 15px;
}

[dir="rtl"] .section-articles {
  margin-right: 15px;
}

/***** Article *****/
.article-body {
  word-wrap: break-word;
}

.article-body ul {
  display: block;
  list-style-type: decimal;
  margin-block-start: 0.5em; /* Réduction de l'espacement avant */
  margin-block-end: 0.5em; /* Réduction de l'espacement après */
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.article-body ul li {
  list-style: outside;
}

.article-body li {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px 0 0.3em 0px; /* Réduction de l'espacement entre les items */
}

[dir="rtl"] .article-body li {
  margin: 0px 0px 0.5em 0;
}

.article-body img {
  padding-top: 15px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .article-body img {
    pointer-events: none;
  }
}

.article-author {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  padding-top: 5px;
}

[dir="ltr"] .article-author img, [dir="ltr"] .article-author .avatar {
  margin-right: 10px;
}

[dir="rtl"] .article-author img, [dir="rtl"] .article-author .avatar {
  margin-left: 10px;
}

.article-meta {
  display: table;
  width: 100%;
}

.article-subscribe {
  float: right;
  margin-bottom: 10px;
  height: 100%;
}

.article-list {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.article-container aside h2 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
}

[dir="ltr"] .article-container aside h2 {
  margin: 0 20px 10px 0;
}

[dir="rtl"] .article-container aside h2 {
  margin: 0 0 10px 20px;
}

.article-container aside li a {
  display: block;
  position: relative;
  font-size: 14px;
  margin-bottom: 12px;
}

.article-container aside li a::before {
  position: absolute;
  top: 0;
  width: 3px;
  height: 0;
  content: '';
  background: rgba(0, 0, 0, 1);
  transition: all 0.4s;
}

[dir="ltr"] .article-container aside li a::before {
  left: -10px;
}

[dir="rtl"] .article-container aside li a::before {
  right: -10px;
}

.article-container aside li a.active {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
}

.article-container aside li a.active::before {
  height: 100%;
}

.article-vote button {
  padding: 5px 20px;
  outline: 0;
  cursor: pointer;
  background: none;
  text-transform: unset;
  color: unset;
  font-weight: unset;
  font-size: unset;
  margin: 0;
  line-height: unset;
  vertical-align: unset;
}

.article-vote button::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}

[dir="ltr"] .article-vote button::before {
  margin-right: 5px;
}

[dir="rtl"] .article-vote button::before {
  margin-left: 5px;
}

.article-nav {
  margin-top: 1em;
}

.article-nav-block-main {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.article-nav-block-next, .article-nav-block-prev {
  width: 49%;
}

[dir="ltr"] .article-nav-block-next {
  text-align: right;
}

[dir="rtl"] .article-nav-block-next {
  text-align: left;
}

.article-nav-link {
  margin-bottom: 1.2em;
}

[dir="rtl"] .article-nav-link .fas {
  transform: rotate(180deg);
}

.article-nav-title {
  opacity: 0.7;
  font-size: 0.85em;
}

.article-nav a[href='#'] {
  pointer-events: none;
  opacity: 0.2;
}

@media (min-width: 1024px) {
  div.site-article section ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}

div.site-article section ul li {
  border-bottom: 1px solid #efefef;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

@media (min-width: 1024px) {
  div.site-article section ul li {
    flex: 0 0 49%;
    margin-right: 1%;
  }
}

/***** Table of Content *****/
.toc-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.toc-header::before {
  content: "";
  position: absolute;
  top: 30px;
  opacity: 0;
  width: 0;
  border: 0.5px solid rgba(0, 0, 0, 1);
  transition: width 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s ease;
}

.toc-header:hover::before, .toc-header[aria-expanded="true"]::before {
  width: 100%;
  opacity: 1;
}

.toc-header::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  transition: transform 0.3s ease-out;
}

.toc-header[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

#table-of-content {
  margin-bottom: 0;
}

#table-of-content li {
  margin-bottom: calc(14px / 1.3);
}

/***** Comment *****/
.comment {
  padding: calc(14px * 1.3);
  background-color: rgba(255, 255, 255, 1);
  word-break: break-word;
}

.comment:not(:first-child) {
  margin-top: 1em;
}

.comment-container {
  width: 100%;
}

.comment-wrapper {
  position: relative;
}

[dir="ltr"] .comment-wrapper {
  padding-right: 12px;
}

[dir="rtl"] .comment-wrapper {
  padding-left: 12px;
}

.comment-header {
  position: relative;
  margin-bottom: calc(14px * 1.3);
}

.comment-panel input[type="checkbox"] {
  display: none;
}

.comment-panel button {
  margin-top: 15px;
}

.comment-voting-and-actions {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.comment-voting-and-actions .vote {
  justify-content: flex-start;
}

.comment-voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.comment-voting-and-actions .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f013";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .comment-actions {
  margin-left: 10px;
}

[dir="rtl"] .comment-actions {
  margin-right: 10px;
}

.comment-official {
  padding: calc(14px * 1.3);
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 6px;
}

.comment-official-heading {
  position: absolute;
  top: calc( -14px * 1.3);
  right: calc(12px * 3);
  width: auto;
  padding: 1px calc(12px / 2);
  font-size: calc(14px * 0.75);
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-radius: 0 0 4px 4px;
}

.comment-form {
  display: flex;
  display: -webkit-flex;
  position: relative;
  margin-bottom: calc(14px * 1.3);
}

.comment-request {
  position: relative;
  margin-bottom: calc(14px * 1.3);
}

@media (min-width: 1024px) {
  [dir="ltr"] .comment-request {
    padding-left: calc(40px + 12px);
  }
  [dir="rtl"] .comment-request {
    padding-right: calc(40px + 12px);
  }
}

.comment-request .comment-avatar, .comment-request .comment-meta {
  position: absolute;
  top: 0;
}

[dir="ltr"] .comment-request .comment-avatar, [dir="ltr"] .comment-request .comment-meta {
  left: 0;
}

[dir="rtl"] .comment-request .comment-avatar, [dir="rtl"] .comment-request .comment-meta {
  right: 0;
}

@media (max-width: 1024px) {
  .comment-form .comment-avatar, .comment-form .comment-meta, .comment-request .comment-avatar, .comment-request .comment-meta {
    display: none;
  }
}

.comment-ccs {
  margin-bottom: 0;
}

.comment-ccs + textarea {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.comment-ccs ul[data-hc-pills-container] {
  margin: 0;
  border: 2px solid rgba(0, 0, 0, 1);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.comment-ccs ul[data-hc-pills-container][data-hc-focus="true"] {
  border-color: rgba(0, 0, 0, 1);
}

.comment-body {
  margin-bottom: calc(14px * 1.3);
}

.comment-heading {
  margin-bottom: 5px;
}

.comment-callout {
  color: #0d0d0d;
}

.comment-sorter {
  padding-bottom: calc(14px * 1.3);
}

.comment-author {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 20px;
}

.comment-avatar, .comment-meta {
  margin-bottom: auto;
  vertical-align: middle;
}

[dir="ltr"] .comment-avatar, [dir="ltr"] .comment-meta {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar, [dir="rtl"] .comment-meta {
  margin-left: 10px;
}

.comment-actions-container {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
}

.comment-vote {
  display: flex;
  display: -webkit-flex;
  width: auto;
  max-width: none;
}

[dir="ltr"] .comment-vote {
  padding-right: 10px;
}

[dir="rtl"] .comment-vote {
  padding-left: 10px;
}

/***** Vote *****/
.vote {
  display: flex;
  justify-content: center;
}

.vote [aria-selecter="true"] {
  z-index: 2;
}

.vote-sum {
  display: block;
  padding-top: calc(14px * 1.3 / 4);
  padding-bottom: calc(14px * 1.3 / 4);
  font-weight: 600;
  text-align: center;
  margin: 0 10px;
}

.vote-post {
  margin-bottom: 10px;
}

.vote-wrapper {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  [dir="ltr"] .vote-wrapper {
    padding-right: 52px;
  }
  [dir="rtl"] .vote-wrapper {
    padding-left: 52px;
  }
}

.vote-panel {
  position: relative;
  z-index: 1;
  display: block !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}

.vote::before {
  background-repeat: no-repeat;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up::before {
  background: url(/hc/theming_assets/01HZPVT6M0HYHY8R31HFXDZ2KF);
  width: 16px;
  height: 16px;
}

.vote-down::before {
  background: url(/hc/theming_assets/01HZPVT6ACT9HRSM6J92GXYMEN);
  width: 16px;
  height: 14px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: rgba(0, 0, 0, 1);
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.attachment-list {
  padding-left: 0;
  margin: 0;
  font-size: calc(14px * 0.75);
  list-style: none;
}

.upload-dropzone {
  margin-top: calc(14px * 1.3);
  margin-bottom: calc(14px * 1.3);
  border-color: rgba(0, 0, 0, 1);
}

.upload-dropzone span {
  color: rgba(0, 0, 0, 1);
}

/***** My Activities *****/
.my-activities-header {
  margin-bottom: calc(14px * 1.3);
}

.my-activities-dropdown {
  display: flex;
  flex-direction: column;
}

.my-activities-dropdown-main {
  padding-bottom: calc(14px * 1.3);
  margin-bottom: calc(14px * 1.3);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.my-activities-dropdown-sub {
  margin-bottom: calc(14px * 1.3);
}

.my-activities-dropdown-items {
  margin-bottom: 0;
}

.my-activities-dropdown-item {
  padding: calc(12px / 2) 12px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .my-activities-dropdown-item {
    margin-bottom: 10px;
  }
}

.my-activities-dropdown-item.is-active {
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 1024px) {
  .my-activities-dropdown-item {
    float: left;
  }
}

.my-activities-dropdown-item a {
  display: block;
}

@media (min-width: 1024px) {
  .my-activities-dropdown-item + .my-activities-dropdown-item {
    margin-left: 12px;
  }
}

.my-activities-items {
  width: 100%;
  margin-bottom: calc(14px * 1.3 * 2);
}

@media (min-width: 1024px) {
  .my-activities-items {
    display: table;
    width: 100%;
  }
}

.my-activities-items-head {
  display: none;
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 1024px) {
  .my-activities-items-head {
    display: table-header-group;
    font-size: calc(14px * 0.75);
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media (min-width: 1024px) {
  .my-activities-items-body {
    display: table-row-group;
  }
}

.my-activities-items-row {
  display: block;
}

@media (min-width: 1024px) {
  .my-activities-items-row {
    display: table-row;
  }
}

.my-activities-items-col {
  display: block;
}

@media (min-width: 1024px) {
  .my-activities-items-col {
    display: table-cell;
    text-align: start;
    padding-top: calc(14px * 1.3 / 2);
    padding-bottom: calc(14px * 1.3 / 2);
    border-bottom: 1px solid rgba(0, 0, 0, 1);
  }
}

@media (min-width: 1024px) {
  [dir="ltr"] .my-activities-items-col + .my-activities-items-col {
    padding-left: 12px;
  }
  [dir="rtl"] .my-activities-items-col + .my-activities-items-col {
    padding-right: 12px;
  }
}

@media (min-width: 1024px) {
  .my-activities-items-request-id {
    display: none;
  }
}

@media (max-width: 1024px) {
  .my-activities-items-request-id {
    display: inline;
  }
}

@media (max-width: 1024px) {
  .my-activities-item {
    padding: calc(14px * 1.3 / 2) 12px;
    margin-bottom: calc(14px * 1.3);
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 4px;
  }
}

.my-activities-item-title {
  font-weight: 400;
}

@media (max-width: 1024px) {
  .my-activities-item-title {
    font-size: calc(14px * 1.25);
  }
}

@media (min-width: 1024px) {
  .my-activities-item-icon {
    display: none;
  }
}

@media (max-width: 1024px) {
  .my-activities-item-meta {
    display: inline-block;
  }
  [dir="ltr"] .my-activities-item-meta {
    margin-right: calc(12px / 2);
  }
  [dir="rtl"] .my-activities-item-meta {
    margin-left: calc(12px / 2);
  }
}

@media (max-width: 1024px) {
  .my-activities-item-meta + .my-activities-item-meta {
    content: "\2022";
  }
  [dir="ltr"] .my-activities-item-meta + .my-activities-item-meta {
    margin-right: calc(12px /2);
  }
  [dir="rtl"] .my-activities-item-meta + .my-activities-item-meta {
    margin-left: calc(12px /2);
  }
}

/***** Recent Activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
}

.recent-activity-header::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1da";
  font-size: 20px;
}

[dir="ltr"] .recent-activity-header::before {
  margin-right: 5px;
}

[dir="rtl"] .recent-activity-header::before {
  margin-left: 5px;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  overflow: auto;
  padding: 20px 10px;
}

.recent-activity-item-parent {
  font-weight: 700;
  color: rgba(35, 35, 173, 1);
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}

@media (max-width: 1024px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
  font-size: calc(14px - 2px);
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: rgba(0, 0, 0, 1);
  display: inline-block;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-panel {
  padding-top: 15px;
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Profile *****/
.profile-header {
  display: flex;
  padding: calc(14px * 1.3) 15px;
  margin-bottom: calc(14px * 1.3);
  margin-top: 15px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
}

@media (max-width: 1024px) {
  .profile-header {
    flex-wrap: wrap;
  }
}

.profile-header-container {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-header-options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  margin-bottom: 25px;
  align-self: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .profile-header-options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 15px;
    justify-content: start;
  }
  [dir="rtl"] .profile-header-options {
    margin-right: 15px;
    margin-left: 0;
  }
}

[dir="ltr"] .profile-header-options .split-btn button:first-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="rtl"] .profile-header-options .split-btn button:first-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .profile-header-options .split-btn button + button {
  border-left: unset;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="rtl"] .profile-header-options .split-btn button + button {
  border-right: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.profile-header-avatar {
  display: inline-block;
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-header-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-header-avatar img {
  width: 80px;
}

.profile-header-name {
  margin: 0;
  line-height: 25px;
  font-size: calc(14px * 1.5);
}

@media (min-width: 1024px) {
  .profile-header-name {
    font-size: calc(14px * 1.75);
    font-weight: 300;
  }
}

.profile-header-name-title-badge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.profile-header-name a {
  color: rgba(0, 0, 0, 1);
}

.profile-header-info {
  display: flex;
  flex-direction: column;
  word-break: break-word;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0px;
}

.profile-header-private-badge {
  display: inline-block;
  margin-bottom: calc(14px * 1.3);
  background-color: rgba(253, 253, 253, 1);
}

.profile-header-description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  padding-left: 0;
  margin-bottom: calc(14px * 1.3 / 2);
  font-size: calc(14px - 2px);
  color: #0d0d0d;
  list-style: none;
}

@media (max-width: 1024px) {
  .profile-stats {
    display: flex;
    flex-direction: column;
  }
}

.profile-stats-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-stats-container {
    flex-basis: 100%;
  }
}

.profile-stats-counter {
  flex-direction: column;
  display: flex;
  flex: 1 0 200px;
  text-align: start;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  [dir="ltr"] .profile-stats-counter {
    margin-left: 2em;
  }
  [dir="rtl"] .profile-stats-counter {
    margin-right: 2em;
    margin-left: 0;
  }
}

.profile-stats-counter .profile-stats-stat::before {
  display: none;
}

.profile-stats-stat {
  margin-bottom: calc(14px * 1.3 / 4);
}

[dir="ltr"] .profile-stats-stat {
  margin-right: 12px;
}

[dir="rtl"] .profile-stats-stat {
  margin-left: 12px;
}

@media (max-width: 1024px) {
  .profile-stats-stat {
    display: flex;
  }
  .profile-stats-stat::before {
    display: none;
  }
}

[dir="ltr"] .profile-stats-label {
  margin-right: calc(12px / 2);
}

[dir="rtl"] .profile-stats-label {
  margin-left: calc(12px / 2);
}

@media (max-width: 1024px) {
  .profile-stats-label {
    display: flex;
    width: 50%;
  }
}

.profile-stats-value {
  color: rgba(0, 0, 0, 1);
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-image img {
  max-height: 40px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #333;
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-nav {
  margin-bottom: calc(14px * 1.3);
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(253, 253, 253, 1);
  border-radius: 4px;
}

.profile-nav-items {
  padding: 0;
}

.profile-nav-item {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .profile-nav-item {
    display: inline-block;
    vertical-align: middle;
  }
}

.profile-nav-item.is-active {
  color: rgba(0, 0, 0, 1);
  padding: calc(14px * 1.3 / 1.5) 12px;
  line-height: 1;
}

.profile-nav-item a {
  display: block;
  color: rgba(0, 0, 0, 1);
  padding: calc(14px * 1.3 / 1.5) 12px;
  line-height: 1;
}

[dir="ltr"] .profile-nav-item::after {
  right: 12px !important;
}

[dir="rtl"] .profile-nav-item::after {
  left: 12px !important;
}

.profile-section {
  width: 100%;
}

.profile-section-header {
  margin-bottom: calc(14px * 1.3);
}

.profile-section-title {
  margin-bottom: calc(14px * 1.3 / 2);
  font-size: calc(14px * 1.5);
}

.profile-section-description {
  font-size: calc(14px * 0.75);
  color: #0d0d0d;
}

@media (min-width: 1024px) {
  .profile-section-description {
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  font-size: calc(14px * 0.75);
}

@media (min-width: 1024px) {
  .profile-section-sorter {
    display: table;
    width: 100%;
    padding-top: 0;
    border-top: 0;
  }
}

.profile-section-sorter .dropdown {
  display: inline-block;
}

@media (min-width: 1024px) {
  .profile-section-sorter-col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 1024px) {
  [dir="ltr"] .profile-section-sorter-col-main {
    padding-right: 12px;
  }
  [dir="rtl"] .profile-section-sorter-col-main {
    padding-left: 12px;
  }
}

@media (max-width: 1024px) {
  .profile-section-sorter-col-main {
    margin-bottom: calc(14px * 1.3 / 2);
  }
}

@media (min-width: 1024px) {
  [dir="ltr"] .profile-section-sorter-col-btn {
    text-align: right;
  }
  [dir="rtl"] .profile-section-sorter-col-btn {
    text-align: left;
  }
}

.profile-contribution {
  position: relative;
  padding: calc(14px * 1.3 / 2) 15px;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
}

.profile-contribution-header {
  margin-bottom: calc(14px * 1.3 / 4);
}

.profile-contribution-status {
  margin-bottom: calc(14px * 1.3 / 4);
}

.profile-contribution-title {
  margin-bottom: calc(14px * 1.3 / 4);
  font-size: 14px;
  font-weight: 600;
}

.profile-contribution-title::before {
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-contribution-body {
  margin-bottom: calc(14px * 1.3 / 4);
}

.profile-contribution-breadcrumbs {
  padding: 0;
  margin-bottom: calc(14px * 1.3 / 2);
  font-size: calc(14px * 0.75);
}

.profile-no-activity, .profile-private-activity {
  color: #0d0d0d;
  text-align: center;
}

.profile-activity {
  position: relative;
  margin-bottom: calc(14px * 1.3 * 1.5);
}

.profile-activity-list {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.profile-activity-header {
  margin-bottom: calc(14px * 1.3 / 2);
  font-size: calc(14px * 0.75);
  font-weight: 600;
}

.profile-activity-header::before {
  display: inline-block;
  margin-right: 2px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.profile-activity-avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(12px / 2);
}

.entry-info {
  display: flex;
  display: -webkit-box;
  font-size: calc(14px * 0.75);
}

[dir="ltr"] .entry-info-avatar {
  padding-right: 12px;
}

[dir="rtl"] .entry-info-avatar {
  padding-left: 12px;
}

/***** Requests *****/
.request {
  position: relative;
}

.request-container {
  margin-bottom: calc(14px * 1.3 * 2);
}

.request-container .col-sm-4 {
  display: flex;
}

@media (max-width: 1024px) {
  .request-container .col-sm-4 {
    order: -1;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-panels {
  display: block;
}

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

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-submit-comment {
  display: none;
}

.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 1024px) {
  .request-container {
    flex-direction: row;
  }
}

.request-col {
  flex: 1 0 auto;
  order: 1;
}

@media (min-width: 1024px) {
  .request-col {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-col .comment-fields {
  display: none;
}

.request-col .comment-show-container {
  border: 1px solid rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, 1);
  text-align: inherit;
  font-size: 0.85em;
  background-color: rgba(255, 255, 255, 1);
  padding: 8px 25px;
  width: 100%;
}

.request-sidebar {
  padding: calc(14px * 1.3) 0;
  margin-bottom: calc(14px * 1.3);
  font-size: 14px;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    flex: 0 0 auto;
    padding: calc(14px * 1.5) 12px;
    width: 30%;
    border-radius: 4px;
    height: 50%;
    background-color: rgba(255, 255, 255, 1);
  }
}

@media (max-width: 1024px) {
  .request-sidebar {
    border-top: 1px solid rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 1);
  }
}

.request-sidebar dd, .request-sidebar dt {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-sidebar dt {
  width: 40%;
}

.request-sidebar dd {
  width: 50%;
}

.request-status-label {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  background-color: #038153;
  white-space: nowrap;
  border-radius: 4px;
}

.request-status-label-closed {
  background-color: #e9ebed;
  color: #1a1a1a;
}

.request-status-label-open {
  background-color: #c72a1c;
}

.request-status-label-solved {
  background-color: #68737d;
}

.request-status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.request-status-label-pending {
  background-color: #1f73b7;
  text-align: center;
}

.request-status-label-hold {
  background-color: #000;
}

.request-table-toolbar {
  padding-top: 12px;
  padding-bottom: calc(12px / 2);
  margin-bottom: calc(14px * 1.3);
  background-color: rgba(253, 253, 253, 1);
  border-radius: 4px;
}

@media (min-width: 1024px) {
  .request-table-toolbar {
    padding-top: calc(12px / 2);
    padding-bottom: calc(12px / 2);
  }
}

.request-table-toolbar label {
  font-size: calc(14px * 0.75);
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .request-table-filters {
    display: table;
    width: 100%;
  }
}

.request-table-filters-item {
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 1024px) {
  .request-table-filters-item {
    display: table-cell;
    width: 33%;
    vertical-align: middle;
  }
}

@media (max-width: 1024px) {
  .request-table-filters-item {
    margin-bottom: calc(14px * 1.3 / 2);
  }
}

.request-id {
  margin-bottom: calc(14px * 1.3 /2);
  font-weight: 600;
}

.request-subject {
  font-size: calc(14px * 1.5);
}

@media (min-width: 1024px) {
  .request-subject {
    font-size: calc(14px * 1.75);
    font-weight: 300;
  }
}

.request-follow-up:empty {
  display: none;
}

input#mark_as_solved {
  display: none;
}

.mark-as-solved {
  margin-top: 15px;
}

/***** Search Results *****/
.search-results-container {
  margin-bottom: 0;
}

.search-results-container input[type="search"] {
  box-shadow: none;
}

.search-results-container .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.search-results-count {
  font-size: 28px;
  font-weight: 600;
}

.search-results-filters {
  padding: 16px;
  font-size: calc(14px -2px);
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 4px;
  background-color: rgba(253, 253, 253, 1);
}

@media (max-width: 1024px) {
  .search-results-filters {
    margin-bottom: calc(14px * 1.3 / 2);
  }
}

.search-results a:hover {
  text-decoration: underline;
}

.search-results-filter-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}

[dir="ltr"] .search-results-filter-title {
  margin-left: 8px;
}

[dir="rtl"] .search-results-filter-title {
  margin-right: 8px;
}

@media (max-width: 1024px) {
  .search-results-filter-title {
    position: relative;
    font-size: calc(14px * 1);
    cursor: pointer;
  }
  .search-results-filter-title::after {
    position: absolute;
    top: 50%;
    display: block;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    content: "\f107";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [dir="rtl"] .search-results-filter-title::after {
    left: 0;
  }
  [dir="ltr"] .search-results-filter-title::after {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .search-results-filter.collapsible-sidebar[aria-expanded="true"] .search-results-filter-title::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
  }
  .search-results-filter.collapsible-sidebar[aria-expanded="true"] .search-results-filter-list {
    display: block;
  }
  .search-results-filter.collapsible-sidebar[aria-expanded="false"] .search-results-filter-list {
    display: none;
  }
}

.search-results-filter-list {
  display: block;
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .search-results-filter-list {
    display: none;
  }
}

.search-results-filter-item {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.search-results-filter-item.is-active .search-results-filter-link {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}

.search-results-filter-item-subfilter:nth-child(n + 7) {
  display: none;
}

.search-results-filter-link {
  display: block;
  padding: 6px 8px;
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-results-filter-link:active {
  background-image: none;
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.search-results-filter-count {
  font-weight: 600;
}

.search-results-filter + .search-results-filter {
  margin-top: calc(14px * 1.3);
}

@media (max-width: 1024px) {
  .search-results .column:first-child {
    background-color: rgba(253, 253, 253, 1);
  }
}

.search-results .column:last-child {
  background-color: rgba(253, 253, 253, 1);
}

.search-result {
  margin-bottom: calc(14px * 1.3);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.search-result-title {
  margin-bottom: calc(14px * 1.3 / 2);
  font-weight: 600;
}

.search-result-description {
  margin-bottom: calc(14px * 1.3 / 2);
}

.search-result-description:empty {
  display: none;
}

.search-result-description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: 600;
  background-color: rgba(253, 253, 253, 1);
  border-radius: 3px;
}

.search-result-meta {
  margin-bottom: calc(14px * 1.3 / 2);
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
  border-radius: 4px;
}

.search-result-show-more {
  padding: 0;
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
  border: 0;
}

[dir="ltr"] .search-result-show-more {
  margin-left: 8px;
}

[dir="rtl"] .search-result-show-more {
  margin-right: 8px;
}

.search-result-subfilters-all .search-results-filter-item:nth-child(n + 7) {
  display: block;
}

.search-result-subfilters-all .search-result-show-more {
  display: none;
}

.see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(35, 35, 173, 1);
}

.see-all-filters[aria-hidden="true"] {
  display: none;
}

.see-all-filters:hover {
  text-decoration: underline;
}

.see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

/***** Error Page *****/
.error-container {
  padding: 10%;
  text-align: center;
}

@media (max-width: 1024px) {
  .error-container {
    margin: 100px auto;
  }
}

.error-container-text {
  color: rgba(0, 0, 0, 1);
  text-transform: capitalize;
  margin: 0 0 calc(14px * 1.3);
}

/***** Pagination *****/
.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 calc(14px * 1.3 / 2);
}

.pagination ul > li {
  display: inline-block;
  margin-bottom: calc(14px * 1.3 / 2);
}

[dir="ltr"] .pagination ul > li {
  margin-right: 6px;
}

[dir="rtl"] .pagination ul > li {
  margin-left: 6px;
}

.pagination ul > li > a {
  text-transform: none;
  font-weight: normal;
}

.pagination ul > li > span {
  text-transform: none;
  font-weight: normal;
}

.pagination ul > .pagination-current > span, .pagination ul .pagination ul > .pagination-current > span:hover, .pagination ul .pagination ul > .pagination-current > span:focus {
  z-index: 2;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}

/***** Back to Top *****/
.back-to-top {
  padding: 0;
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  width: 40px;
  height: 40px;
  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-radius 1s ease-out;
  background: transparent;
}

.back-to-top:focus, .back-to-top:active {
  outline: 0;
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 254, 254, 1);
  box-shadow: none;
}

.back-to-top:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 254, 254, 1);
  border-color: rgba(255, 255, 255, 1);
  box-shadow: none;
}

.back-to-top.is-active {
  bottom: 90px;
  z-index: 1001;
  border-radius: 100%;
}

/***** Community *****/
[dir="ltr"] .community-nav-item {
  float: left;
}

[dir="rtl"] .community-nav-item {
  float: right;
}

.community-nav-item.is-active {
  font-weight: 600;
}

[dir="ltr"] .community-nav-item-btn {
  float: right;
}

[dir="rtl"] .community-nav-item-btn {
  float: left;
}

[dir="ltr"] .community-nav-item + .community-nav-item {
  margin-left: 12px;
}

[dir="rtl"] .community-nav-item + .community-nav-item {
  margin-right: 12px;
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge {
  display: flex;
}

.community-badge-titles {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  line-height: 20px;
  margin: 5px 2px;
}

.community-badge-achievements {
  display: inline-block;
  margin: 0 3px 0 0;
}

[dir="rtl"] .community-badge-achievements {
  margin: 0 0 0 3px;
}

.community-badge-achievements img {
  width: 22px;
  height: 22px;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements img {
  width: 40px;
  height: 40px;
}

/***** Community Topic *****/
.topic {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: calc(14px * 1.3 / 2);
  margin-bottom: calc(14px * 1.3);
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

@media (max-width: 1024px) {
  .topic {
    flex-wrap: wrap;
  }
}

.topic-container, .topic-list-container, .post-container, .post-list-container, .new-community-post-container {
  margin-top: 30px;
  margin-bottom: calc(14px * 1.3 * 2);
}

.topic-col {
  display: table-cell;
  vertical-align: inherit;
}

@media (min-width: 1024px) {
  .topic-col {
    vertical-align: top;
  }
}

[dir="ltr"] .topic-col-new-post {
  text-align: right;
}

[dir="rtl"] .topic-col-new-post {
  text-align: left;
}

.topic-title {
  width: 100%;
  margin-bottom: calc(14px * 1.3 / 2);
  font-size: calc(14px * 1.75);
}

[dir="ltr"] .topic-filters-item {
  float: left;
  margin-right: 20px;
}

[dir="rtl"] .topic-filters-item {
  float: right;
  margin-left: 20px;
}

@media (max-width: 1024px) {
  .topic-filters-item {
    margin-bottom: calc(14px * 1.3 / 2);
  }
}

.topic-panels {
  margin-bottom: calc(14px * 1.3 * 2);
}

[dir="ltr"] .topic-panels-item {
  float: left;
}

[dir="rtl"] .topic-panels-item {
  float: right;
}

@media (min-width: 1024px) {
  .topic-panels-item-subscribe {
    white-space: nowrap;
  }
  [dir="ltr"] .topic-panels-item-subscribe {
    float: right;
  }
  [dir="rtl"] .topic-panels-item-subscribe {
    float: left;
  }
}

.topic-panels-item-subscribe .dropdown {
  display: inline-block;
  vertical-align: middle;
}

[dir="ltr"] .topic-panels-item-subscribe .dropdown-menu {
  right: 0;
  left: initial;
}

[dir="rtl"] .topic-panels-item-subscribe .dropdown-menu {
  left: 0;
  right: initial;
}

[dir="ltr"] .topic-followers {
  margin-right: calc(12px / 2);
}

[dir="rtl"] .topic-followers {
  margin-left: calc(12px / 2);
}

.topic-list-item-box {
  padding: calc(14px * 1.3) 12px;
  margin-bottom: calc(14px * 1.3);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
}

.topic-list-item-box:nth-child(2n+1) {
  clear: left;
}

.topic-list-item-title {
  margin-bottom: calc(14px * 1.3 / 2);
}

.topic-list-callout {
  text-align: center;
  margin-top: 50px;
}

/***** Community Post *****/
.post {
  position: relative;
  margin-bottom: calc(14px * 1.3);
}

.post-title {
  font-size: calc(14px * 1.5);
  display: inline;
}

[dir="ltr"] .post-title {
  padding-right: calc(12px * 1.5);
}

[dir="rtl"] .post-title {
  padding-left: calc(12px * 1.5);
}

@media (min-width: 1024px) {
  .post-title {
    font-size: calc(14px * 2.5);
  }
}

.post-meta {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: calc(14px * 1.3);
  margin-bottom: calc(14px * 1.3);
}

@media (max-width: 1024px) {
  .post-meta {
    flex-direction: column;
  }
}

.post-meta-col {
  display: table-cell;
  vertical-align: top;
}

.post-meta-col-main {
  width: 100%;
}

[dir="ltr"] .post-meta-col-main {
  padding-right: 12px;
}

[dir="rtl"] .post-meta-col-main {
  padding-left: 12px;
}

@media (max-width: 1024px) {
  .post-meta-col-main {
    margin-bottom: 15px;
  }
}

.post-text {
  word-wrap: break-word;
}

@media (max-width: 1024px) {
  .post-body {
    padding-right: 0;
    padding-left: 0;
  }
}

.post-body ul {
  list-style: disc;
}

[dir="ltr"] .post-body ul, [dir="ltr"] .post-body ol {
  padding-left: 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"] .post-body ol {
  padding-right: 20px;
}

.post-voting-and-actions {
  position: relative;
}

.post-voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.post-voting-and-actions .dropdown-toggle::after {
  margin-left: 0;
  font-size: 14px;
  content: "\f013";
}

.post-voting-and-actions .dropdown-menu {
  width: auto;
}

.post-voting-and-actions .dropdown-menu [role="menuitem"] {
  white-space: nowrap;
}

.post-suggest {
  padding: calc(14px * 1.3 / 2) 15px;
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 1024px) {
  .post-suggest {
    margin-bottom: 25px;
  }
}

.post-suggest-title {
  font-size: 14px;
  font-weight: 600;
}

.post-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
}

.post-list-item {
  padding-bottom: calc(14px * 1.3 / 2);
  margin-bottom: calc(14px * 1.3 / 2);
  padding-top: calc(14px * 1.3 / 2);
  margin-top: calc(14px * 1.3 / 2);
}

.post-list-item + .post-list-item {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 1024px) {
  .post-list-item {
    display: table;
    width: 100%;
  }
}

.post-list-item-title {
  margin-bottom: calc(14px * 1.3 / 2);
  font-size: calc(14px * 1.5);
}

.post-list-item-title .fa-star {
  position: relative;
  top: -4px;
  font-size: 50%;
}

@media (min-width: 1024px) {
  .post-list-item-col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 1024px) {
  .post-list-item-col-main {
    width: 60%;
  }
}

@media (min-width: 1024px) {
  .post-list-item-col-side {
    width: 40%;
  }
  [dir="ltr"] .post-list-item-col-side {
    text-align: right;
  }
  [dir="rtl"] .post-list-item-col-side {
    text-align: left;
  }
}

.post-info {
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 1024px) {
  .post-info {
    min-width: 90px;
    padding: calc(12px / 2) 12px;
    text-align: center;
    background-color: rgba(253, 253, 253, 1);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 1);
  }
  [dir="ltr"] .post-info {
    float: right;
  }
  [dir="rtl"] .post-info {
    float: left;
  }
}

@media (min-width: 1024px) {
  .post-info-count {
    display: block;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
  }
}

[dir="ltr"] .post-info + .post-info {
  margin-right: 12px;
}

[dir="rtl"] .post-info + .post-info {
  margin-left: 12px;
}

@media (max-width: 1024px) {
  .post-info + .post-info::before {
    font-size: 10px;
    content: "\2022";
  }
  [dir="ltr"] .post-info + .post-info::before {
    margin-right: calc(12px / 2);
  }
  [dir="rtl"] .post-info + .post-info::before {
    margin-left: calc(12px / 2);
  }
}

.post-status {
  background-color: #fff;
  color: #68737d;
}

.new-post-title {
  font-size: calc(14px * 1.5);
}

@media (min-width: 1024px) {
  .new-post-title {
    font-size: calc(14px * 1.75);
  }
}

.new-post-form {
  margin-bottom: calc(14px * 1.3);
}

/***** Info *****/
.info-header {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1002;
  display: none;
  background-color: rgba(252, 252, 171, 0.88);
  transition: all 0.3s ease;
}

.info-header.show {
  display: block;
}

.info-banner {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  padding: 15px 0 10px;
}

.info-banner .banner-header {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.info-banner .banner-header h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 5px;
  align-items: center;
  color: rgba(50, 51, 49, 1);
}

.info-banner .banner-header #banner-close {
  position: absolute;
  right: 5%;
  cursor: pointer;
}

.info-banner .banner-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.info-banner .banner-body p {
  margin: 10px 0;
  color: rgba(50, 51, 49, 1);
  font-size: 14px;
}

.info-banner .banner-body a {
  text-transform: none;
  font-weight: normal;
  padding: 5px 10px;
  font-size: 0.8em;
  color: rgba(50, 51, 49, 1);
  border-color: rgba(50, 51, 49, 1);
}

.info-banner .banner-body a:hover {
  color: rgba(252, 252, 171, 0.88);
  background-color: rgba(50, 51, 49, 1);
  border-color: rgba(252, 252, 171, 0.88);
}

/***** Support Channel Module *****/
.support-social {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 1024px) {
  .support-social {
    flex-wrap: wrap;
  }
}

.support-social .new_request:only-child {
  width: unset;
}

.support-social .new_request:only-child::before {
  display: none;
}

.support-social .new_request:only-child span {
  display: block;
}

.support-social > a {
  width: 10%;
}

@media (max-width: 480px) {
  .support-social > a {
    width: 30%;
    text-align: center;
  }
}

.support-social > a span {
  font-family: 'Raleway', sans-serif;
  display: none;
}

@media (max-width: 480px) {
  .support-social > div {
    width: 50%;
    text-align: center;
  }
}

.support-social-link {
  padding: 0;
  font-size: calc(24 * 1px) !important;
  color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  text-align: center;
  line-height: calc(24 * 2px) !important;
}

[dir="ltr"] .support-social-link {
  margin-left: 10px;
}

[dir="rtl"] .support-social-link {
  margin-right: 10px;
}

/***** Popular Search *****/
.popular-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: rgba(32, 52, 192, 1);
}

@media (max-width: 1024px) {
  .popular-search {
    justify-content: center;
  }
}

.popular-search-keyword-item {
  margin: 0 5px;
  color: rgba(32, 52, 192, 1);
  text-decoration: underline;
}

/***** Image Lightbox *****/
#lightbox {
  display: none;
  position: fixed;
  z-index: 1080;
  left: 0;
  top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

#lightbox .lightbox-body {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: auto;
}

#lightbox .lightbox-content {
  display: block;
  margin: auto;
}

/***** Formatting Component *****/
/* Tab */
.tabs {
  margin-bottom: calc(1.3 * 14px);
}

.tabs-nav {
  display: flex;
  flex-direction: row;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media (max-width: 1024px) {
  .tabs-nav {
    flex-direction: column;
  }
}

.tabs-nav a {
  display: inline-block;
  top: 1px;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  padding: 5px 20px;
  border: 1px solid transparent;
}

@media (max-width: 1024px) {
  [dir="ltr"] .tabs-nav a,
  [dir="rtl"] .tabs-nav a {
    display: block;
    float: none;
    border-color: #ddd;
  }
}

.tabs-nav a.is-active {
  border: 1px solid #ddd;
  pointer-events: none;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 1024px) {
  .tabs-nav a.is-active {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
  }
}

@media (max-width: 1024px) {
  .tabs-nav a:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
}

.tabs-nav a:hover {
  opacity: 0.6;
}

.tabs-content div {
  display: none;
  padding: 16px 20px;
  border: 1px solid #ddd;
}

.tabs-content div.active {
  display: block;
}

@media (max-width: 1024px) {
  .tabs-content div {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

@media (max-width: 1024px) {
  .tabs.color-1 .tabs-nav a.is-active {
    border-bottom-color: transparent;
  }
}

.tabs.color-1 .tabs-nav a,
.tabs.color-2 .tabs-content div {
  background-color: rgba(253, 253, 253, 1);
}

.tabs.color-1 .tabs-nav a.is-active {
  background-color: rgba(255, 255, 255, 1);
}

.tabs.color-2 .tabs-nav a.is-active {
  background-color: rgba(253, 253, 253, 1);
  color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(253, 253, 253, 1);
}

/* End of Tabs */
/* Callout */
.callout {
  padding: 20px 20px;
  border-left: 5px solid rgba(0, 0, 0, 1);
  background-color: rgba(253, 253, 253, 1);
  margin-bottom: calc(14px * 1.3);
}

.callout-title {
  font-size: calc(14px * 1.5);
  font-weight: 700;
  color: inherit;
}

.callout-dashed {
  border-width: 1px;
  border-style: dashed;
}

.callout-transparent {
  background-color: transparent;
  box-shadow: 0px 8px 16px 0 rgba(0, 0, 0, 0.12);
}

.callout-success {
  background-color: rgba(70, 219, 120, 0.3);
  border-color: #46db78;
}

.callout-info {
  background-color: rgba(74, 164, 224, 0.3);
  border-color: #4aa4e0;
}

.callout-warning {
  background-color: rgba(227, 163, 79, 0.3);
  border-color: #e3a34f;
}

.callout-alert {
  background-color: rgba(232, 51, 51, 0.3);
  border-color: #e83333;
}

.accordion {
  box-shadow: none;
  outline: 0;
  border-color: 0;
  background-color: rgba(253, 253, 253, 1);
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover {
  opacity: 0.7;
}

.accordion::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
  transition: all 0.4s ease;
  float: right;
}

[dir="rtl"] .accordion::after {
  float: left;
}

.accordion.active::after {
  transform: rotate(-180deg);
}

.accordion-panel {
  padding: 0 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid rgba(253, 253, 253, 1);
  border-right: 1px solid rgba(253, 253, 253, 1);
}
