@charset "UTF-8";

@font-face {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('https://icasei.com.br/injs/Helvetica Neue-Thin.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('https://icasei.com.br/injs/Helvetica Neue-Light.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://icasei.com.br/injs/Helvetica Neue.woff2') format('woff2');
  }

  @font-face {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('https://icasei.com.br/injs/Helvetica Neue-Medium.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Helvetica Neue', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('https://icasei.com.br/injs/Helvetica Neue-Bold.ttf') format('truetype');
  }

/***** Normalize.css *****/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/

* {
  box-sizing: border-box;
  line-height: 160%;
}

body {
  background-color: #FAFAFA;
  color: rgba(33, 33, 33, 1);
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.01em;
}

body#new_request_page{background-color:#FFFFFF;}

body>main {
  min-height: 75vh;
}

@media (min-width: 1024px) {
  body>main {
    min-height: 75vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 20px;
}

a {
  color: #64B5F6;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  opacity: .8;
}

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

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid rgba(238, 238, 238, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #87929D;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(238, 238, 238, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #183462;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
  min-height: 95px;
  border-radius: 8px;
}

textarea:focus {
  border: 1px solid rgba(238, 238, 238, 1);
}

.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}

@media (min-width: 1366px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .full-container {
    max-width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .large-container {
    max-width: 90% !important;
  }
}

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

.visibility-hidden {
  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;
}

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

@media (max-width: 1023px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.page-content-wrapper {
  padding: 30px;
}

@media (min-width: 768px) {
  .page-content-wrapper {
    padding: 24px 36px;
  }
}

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

.topic-wrapper {
  margin-bottom: 60px;
}

/***** Buttons *****/

.button,
.split-button button,
.community-follow button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  background-color: #90CAF9;
  border: 1px solid #90CAF9;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 16px 24px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {

  .button,
  .split-button button,
  .community-follow button,
  .pagination-next-link,
  .pagination-prev-link,
  .pagination-first-link,
  .pagination-last-link {
    width: auto;
  }
}

.button:hover,
.split-button button:hover,
.community-follow button:hover,
.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover,
.button:active,
.split-button button:active,
.community-follow button:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active,
.button:focus,
.split-button button:focus,
.community-follow button:focus,
.pagination-next-link:focus,
.pagination-prev-link:focus,
.pagination-first-link:focus,
.pagination-last-link:focus,
.button.button-primary,
.split-button button.button-primary,
.community-follow button.button-primary,
.button-primary.pagination-next-link,
.button-primary.pagination-prev-link,
.button-primary.pagination-first-link,
.button-primary.pagination-last-link {
  background-color: #FFFFFF;
  color: #90CAF9;
  text-decoration: none;
}

.button.button-primary:hover,
.split-button button:hover,
.community-follow button.button-primary:hover,
.button-primary.pagination-next-link:hover,
.button-primary.pagination-prev-link:hover,
.button-primary.pagination-first-link:hover,
.button-primary.pagination-last-link:hover,
.button.button-primary:focus,
.split-button button.button-primary:focus,
.community-follow button.button-primary:focus,
.button-primary.pagination-next-link:focus,
.button-primary.pagination-prev-link:focus,
.button-primary.pagination-first-link:focus,
.button-primary.pagination-last-link:focus,
.button.button-primary:active,
.split-button button.button-primary:active,
.community-follow button.button-primary:active,
.button-primary.pagination-next-link:active,
.button-primary.pagination-prev-link:active,
.button-primary.pagination-first-link:active,
.button-primary.pagination-last-link:active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.button[data-disabled],
.split-button button[data-disabled],
.community-follow button[data-disabled],
.pagination-next-link[data-disabled],
.pagination-prev-link[data-disabled],
.pagination-first-link[data-disabled],
.pagination-last-link[data-disabled] {
  cursor: default;
}

.button-large,
input[type="submit"] {
  cursor: pointer;
  background-color: #90CAF9;
  border: 1px solid #90CAF9;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 16px;
  width: 100%;
  text-transform: none;
  font-weight: 700;
}

@media (min-width: 768px) {

  .button-large,
  input[type="submit"] {
    width: auto;
  }
}

.button-large:hover,
.button-large:active,
.button-large:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #FFFFFF;
  color: #90CAF9;
  border: 1px solid #90CAF9;
}

.button-large[disabled],
input[type="submit"][disabled] {
  background-color: #ddd;
  border-color: #ddd;
}

.button-large[disabled]:hover,
input[type="submit"][disabled]:hover {
  color: #FFFFFF;
  cursor: not-allowed;
}

.button-secondary,
.btn-secondary {
  background-color: #FFFFFF;
  color: #90CAF9;
  font-size: 14px;
  font-weight: 500;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #FFFFFF;
  background-color: #90CAF9;
}

/***** Split button *****/

.split-button {
  display: flex;
}

.split-button button {
  background-color: #90CAF9;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  line-height: 16px;
  padding: 16px 24px;
  border-radius: 100px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid #025AE9;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #025AE9;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/

@media (min-width: 768px) {
  .table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
  }
}

.table th,
.table th a {
  color: #666;
  font-size: 13px;
  text-align: left;
}

[dir="rtl"] .table th,
[dir="rtl"] .table th a {
  text-align: right;
}

.table tbody tr:last-child {
  border-bottom: transparent;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
    border-bottom: 1px solid #e0e0e0;
  }
}

.table td {
  display: block;
  color: #666;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }

  .table td,
  .table th {
    padding: 12px 0;
  }
}

/***** Forms *****/

.form {
  max-width: 928px;
  margin: 0 auto;
  padding: 48px 0;
}

@media (max-width: 768px) {
  .form {
    padding: 30px 30px 60px;
  }
}

.form-field~.form-field {
  margin-top: 36px;
}

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

.form-field input {
  border: 1px solid #87929D;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #17494D;
}

.form-field input[type="text"] {
  border: 1px solid #87929D;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #17494D;
}

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

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #17494D;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #87929D;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
  text-decoration: none;
}

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

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

.form-field .optional {
  color: #545454;
  margin-left: 4px;
}

.form-field p {
  color: #545454;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 36px;
}

.form footer a {
  color: #545454;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

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

/***** Header *****/

.header-inner {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  height: 80px;
}

.header-inner .header-logo-group {
  gap: 12px;
  display: flex;
  flex: 1 0 auto;
  position: relative;
}

.header-inner .header-nav-group-desktop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 0 auto;
  gap: 32px;
}

.header-inner .header-nav-group-desktop .nav-link-left {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.header-inner .header-nav-group-desktop .nav-right {
  display: flex;
  align-items: center;
  gap: 36px;
}

.header-inner .header-nav-group-desktop .nav-link-right {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}

@media (min-width: 1024px) {
  .header-inner .header-nav-group-mobile {
    display: none;
  }
}

.header-language-selector button {
  color: #98C7F5;
  display: inline-block;
  font-weight: 500;
}

.header-language-selector .language-selector-icon {
  font-size: calc(16px * 2);
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header-inner .header-logo-group {
    justify-content: flex-end;
  }

  .header-logo {
    right: -8.5rem;
    position: absolute;
  }
}

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

.header-logo:hover {
  opacity: 1;
}

.header-logo img {
  max-width: 74px;
  max-height: 26px;
  width: 74px;
  height: 26px;
}

@media (max-width: 1023px) {
  .header-logo img {
    max-height: 26px;
  }
}

.header-menu {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 0;
  transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
  z-index: 171;
}

[dir="ltr"] .header-menu {
  right: 0;
}

[dir="rtl"] .header-menu {
  left: 0;
}

.header-menu.is-active {
  width: 100%;
}

.header-menu-background {
  position: absolute;
  top: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #000c20;
  z-index: -1;
}

.header-menu-container {
  position: absolute;
  height: 100%;
  width: 80%;
  max-width: 280px;
}

[dir="ltr"] .header-menu-container {
  right: 0;
}

[dir="rtl"] .header-menu-container {
  left: 0;
}

.header-menu-wrapper {
  height: 100%;
}

.header-menu-wrapper .header-menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 25%;
  min-height: 167px;
  position: relative;
  padding: 20px 30px;
}

.header-menu-wrapper .header-menu-top .misc-image-top,
.header-menu-wrapper .header-menu-top .misc-image-bottom {
  position: absolute;
}

.header-menu-wrapper .header-menu-top .misc-image-top {
  top: 10px;
  left: 63.21%;
  right: 0%;
}

.header-menu-wrapper .header-menu-top .misc-image-bottom {
  bottom: 0;
  left: 3.93%;
}

.header-menu-wrapper .header-menu-top .user-info-mobile {
  height: 100%;
  display: flex;
}

.header-menu-wrapper .header-menu-top .user-info-mobile .user-info {
  height: -moz-fit-content;
  height: fit-content;
}

[dir="ltr"] .header-menu-wrapper .header-menu-top .user-info-mobile .user-info {
  margin: auto 0 0 auto;
}

[dir="rtl"] .header-menu-wrapper .header-menu-top .user-info-mobile .user-info {
  margin: auto auto 0 0;
}

.header-menu-wrapper .header-menu-top .header-menu-close {
  position: absolute;
  z-index: 1;
  top: 35px;
}

[dir="ltr"] .header-menu-wrapper .header-menu-top .header-menu-close {
  right: 30px;
}

[dir="rtl"] .header-menu-wrapper .header-menu-top .header-menu-close {
  left: 30px;
}

.light-bg {
  background-color: #FFFFFF;
}

.header-menu-wrapper .header-menu-bottom {
  background-color: #FAFAFA;
  overflow: auto;
  height: 75%;
}

.header-menu .nav-link-mobile {
  display: flex;
  flex-direction: column;
  text-align: end;
}

.header-menu .nav-link-mobile>a {
  color: #64B5F6;
  padding: 20px 30px;
}

.header-menu .nav-link-mobile .language-selector {
  width: 100%;
}

.header-menu .nav-link-mobile .language-selector .dropdown-toggle {
  padding: 20px 30px;
  width: 100%;
  text-align: end;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #64B5F6;
  gap: 8px;
}

.header-menu .nav-link-mobile .language-selector .dropdown-menu {
  position: initial;
  border: none;
  box-shadow: none;
  background-color: #FAFAFA;
  border-radius: 0;
}

.header-menu .nav-link-mobile .language-selector .dropdown-menu a {
  text-align: end;
  padding: 15px 30px;
  color: #64B5F6;
}

.mobile-categories-nav #mobile-categories-dropdown {
  width: 100%;
  padding: 20px 30px;
  text-align: end;
  color: #64B5F6;
}

.mobile-categories-nav #mobile-categories-menu {
  position: initial;
  border: none;
  box-shadow: none;
  background-color: #FAFAFA;
  border-radius: 0;
}

.mobile-categories-nav #mobile-categories-menu .menu-categories-parent {
  text-align: end;
}

.mobile-categories-nav #mobile-categories-menu .menu-categories-link {
  padding: 20px 30px;
  display: flex;
  justify-content: end;
  color: #64B5F6;
  font-weight: 700;
}

.mobile-categories-nav #mobile-categories-menu .menu-sections-link {
  padding: 20px 40px;
  display: flex;
  justify-content: end;
  color: #64B5F6;
}

.header-wrapper {
  color: #98C7F5;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  z-index: 99;
  transition: 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header-wrapper.scrolled {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.header-wrapper a {
  color: #98C7F5;
}

@media (max-width: 1023px) {
  .header-wrapper .hc-name {
    display: none;
  }
}

.header-wrapper.header-colored {
  background-color: rgba(255, 255, 255, 1);
}

/***** User info in header *****/

.user-info {
  display: inline-block;
}

.header-wrapper .user-info.sign-in {
  padding: 12px 30px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 1);
  color: #98C7F5;
  border: 2px solid #98C7F5;
  font-weight: 700;
}

.header-wrapper .user-info.sign-in:hover {
  background-color: #98C7F5;
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 1);
  opacity: 1;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info>button {
  display: flex;
  align-items: center;
  border: 0;
  color: #98C7F5;
  font-weight: 500;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
  gap: 4px;
}

.user-info>button:hover,
.user-info>button:focus {
  color: #98C7F5;
  background-color: transparent;
}

.user-info>button::after {
  color: #64B5F6;
  padding-right: 15px;
}

[dir="rtl"] .user-info>button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/

.user-avatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

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

.avatar img {
  height: 48px;
  width: 48px;
}

.avatar .icon-agent {
  color: rgba(33, 33, 33, 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;
}

/***** Footer *****/

.footer {
  background-color: #64B5F6;
  color: #ffffff;
}

.footer a {
  color: #ffffff;
}

.footer-first-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 72px 36px 24px;
}

@media (max-width: 1023px) {
  .footer-first-row {
    padding: 23px 25px;
  }

  .footer-first-row .footer-logo-group img {
    max-width: 45px;
    max-height: 45px;
  }
}

.footer-first-row .footer-custom-link {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 36px;
}

@media (max-width: 425px) {
  .footer-first-row .footer-custom-link {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.footer-first-row .footer-custom-link a {
  font-weight: 700;
  line-height: 24px;
}

.footer-social-media {
  display: flex;
  gap: 24px;
}

.footer-social-media .support-channel-link {
  font-size: calc($social_icon_height * 1px);
}

.footer-social-media .support-channel-link img {
  width: 20px;
  height: 20px;
}

.footer-second-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
  padding: 24px 36px 36px;
}

@media (max-width: 1023px) {
  .footer-second-row {
    padding: 18px 0 36px;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
}

.footer-second-row .footer-logo-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 425px) {
  .footer-second-row .footer-logo-group {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer-second-row .footer-logo-group .footer-copyright {
    font-size: 10px;
  }
}

.footer-second-row .footer-logo-group .footer-logo img {
  max-height: 40px;
}

.footer-second-row .footer-logo-group .footer-logo:hover {
  opacity: 1;
}

.footer-second-row .footer-custom-link {
  display: flex;
  gap: 16px;
}

@media (max-width: 425px) {
  .footer-second-row .footer-custom-link {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

.footer-second-row .footer-custom-link a {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}

@media (max-width: 768px) {
  .footer-second-row .footer-custom-link a {
    font-size: 10px;
  }
}

.footer .divider {
  height: 1px;
  background-color: #E7E7E7;
}

.footer-language-selector button {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
}

.footer-language-selector .language-selector-icon {
  font-size: calc(16px * 2);
}


.footer-inner > div> div:nth-child(2) > span:nth-child(1) {
    font-size: 12px;
}

.footer-inner > div> div:nth-child(2) > span:nth-child(2) {
    font-size: 10px;
}

@media (max-width: 425px) {
  .footer-inner > div> div:nth-child(2) > span:nth-child(1) {
    font-size: 10px;
	}

	.footer-inner > div> div:nth-child(2) > span:nth-child(2) {
    font-size: 10px;
	}
}

/***** Breadcrumbs *****/

.breadcrumbs {
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 1);
}

.breadcrumbs li {
  display: inline;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 1);
}

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

.breadcrumbs li+li::before {
  content: "-";
  margin: 0 4px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  opacity: 0.5;
}

/***** Search field *****/

.search-container {
  position: relative;
}

.search {
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}

.search:focus-within {
  border-color: #17494D;
}

.search input[type="search"],
.search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}

.search-full input[type="search"],
.search-full .clear-button {
  border-color: #fff;
}

.search input[type="search"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #424242;
  font-weight: 400;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}

.search input[type="search"]:focus {
  color: #555;
}

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

.search input[type="search"]:-webkit-autofill,
.search input[type="search"]:-webkit-autofill:hover,
.search input[type="search"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  /* color: #777; */
  color: #64B5F6;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 24px;
}

.search .clear-button:hover {
  background-color: #64B5F6;
  color: #fff;
}

.search-has-value .clear-button {
  display: flex;
}

[dir="ltr"] .search input[type="search"] {
  padding-left: 60px;
  padding-right: 24px;
}

[dir="ltr"] .search-has-value input[type="search"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}

[dir="ltr"] .search-has-value input[type="search"]:focus {
  border-right-color: #17494D;
}

[dir="ltr"] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}

[dir="ltr"] .search .clear-button:focus {
  border-left-color: #17494D;
}

[dir="rtl"] .search input[type="search"] {
  padding-left: 20px;
  padding-right: 65px;
}

[dir="rtl"] .search-has-value input[type="search"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}

[dir="rtl"] .search-has-value input[type="search"]:focus {
  border-left-color: #17494D;
}

[dir="rtl"] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}

[dir="rtl"] .search .clear-button:focus {
  border-right-color: #17494D;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 23px;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: #64B5F6;
  pointer-events: none;
}

[dir="rtl"] .search-icon {
  left: auto;
  right: 15px;
}

/***** Hero component *****/

.hero {
  display: flex;
  position: relative;
  padding-inline: 16px;
  /* padding-top: calc(((199 + 32) / 10) * 1px);
  padding-bottom: calc(((199 + 48) / 4) * 1px); */
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-large {
  margin-bottom: 0 !important;
}

.hero-small {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-inline: 0;
}

.hero-inner {
  max-width: 568px;
  margin-inline: auto;
}

.hero-inner.hero-center {
  margin: 0 auto;
}

.hero-inner.hero-right {
  margin: 0 0 0 auto;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  /* background-repeat: no-repeat; */
  /* background-image: url(/hc/theming_assets/01HZH0WDK3B96H78NKGQTRYYA1); */
  background: linear-gradient(0deg, #90CAF9 0%, #90CAF9 100%), url(/hc/theming_assets/01HZH0WDK3B96H78NKGQTRYYA1), lightgray 50% / cover no-repeat;
  background-blend-mode: multiply, normal;
  /* background-position: center; */
  background-size: cover;
  opacity: 100%;
}

.hero-large .hero-background {
  height: calc(100% + 32px);
}

.hero-background::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2f2e36;
  opacity: 0;
}

.hero-background.gradient {
  background: linear-gradient(180deg, rgba(144, 202, 249, 1) 42.67%, rgba(255, 255, 255, 1) 97.67%);
}

.hero-search .search {
  border: 0;
}

.hero-search input[type="search"] {
  background: white;
  border-radius: 58px !important;
  height: 56px;
}

.hero-search input[type="search"] ::-webkit-input-placeholder,
.hero-search input[type="search"] ::-moz-placeholder,
.hero-search input[type="search"] ::placeholder {
  color: #b8b8b8;
  opacity: .5;
}

.hero-search .clear-button {
  position: absolute;
  right: 0;
  height: 100%;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  color: #64B5F6;
  border-left: transparent;
  border: 1px solid rgba(238, 238, 238, 1);
}

.hero-search .clear-button:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #64B5F6;
}

.hero-search .clear-button:focus {
  box-shadow: none;
}

.intro-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 120%;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  letter-spacing: -0.03em;
}

.intro-desc {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  line-height: 120%;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

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

.promoted-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
  margin-top: 24px;
}

@media (min-width: 768px) {
  .promoted-search {
    justify-content: center;
  }
}

.promoted-search-keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.promoted-search-keyword-item {
  margin: 0 5px;
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.promoted-search-keyword-item:hover {
  text-decoration: none;
}

.mini-hero {
  min-height: 300px;
  background-color: #98C7F5;
  height: unset;
  padding: 0 36px;
  overflow: hidden;
  z-index: 0;
}

@media (max-width: 767px) {
  .mini-hero {
    padding: 0 30px;
  }
}

.mini-hero-inner {
  margin-top: calc((50 + 48) * 1px);
  width: 100%;
}

.mini-hero-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding: 40px 0;
}

@media (max-width: 1023px) {
  .mini-hero-wrapper {
    display: block;
    text-align: center;
  }
}

.mini-hero .mini-hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgba(255, 255, 255, 1);
  max-width: 60%;
}

@media (max-width: 1023px) {
  .mini-hero .mini-hero-content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
  }
}

.mini-hero .mini-hero-content h2,
.mini-hero .mini-hero-content p {
  margin: 0;
}

.mini-hero .mini-hero-content .mini-hero-title {
  font-size: 48px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .mini-hero .mini-hero-content .mini-hero-title {
    font-size: 30px;
  }
}

.mini-hero .mini-hero-content .mini-hero-title .icon-lock {
  width: 42px;
  height: 42px;
}

@media (max-width: 1023px) {
  .mini-hero .mini-hero-content .mini-hero-title .icon-lock {
    width: 24px;
    height: 24px;
  }
}

.mini-hero .mini-hero-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.01em;
}

@media (max-width: 1023px) {
  .mini-hero-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    right: -135px;
    max-width: 300px;
  }
}

.mini-hero-icon img {
  width: 100%;
  max-width: 400px;
}

.mini-hero-search {
  display: none;
}

@media (max-width: 1023px) {
  .mini-hero-search {
    display: block;
  }

  .mini-hero-search .search {
    border: 1px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 0px 10px rgba(214, 214, 214, 0.2);
  }
}

.mini-hero.user-hero .mini-hero-wrapper {
  padding: 0;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .mini-hero.user-hero .mini-hero-wrapper {
    padding: 72px 30px;
  }
}

.mini-hero.user-hero .mini-hero-content {
  max-width: 100%;
  flex-direction: row;
}

@media (max-width: 1023px) {
  .mini-hero.user-hero .mini-hero-content {
    flex-direction: column;
    gap: 10px;
  }
}

.mini-hero.gradient {
  background: linear-gradient(180deg, rgba(144, 202, 249, 1) 42.67%, rgba(255, 255, 255, 1) 97.67%);
}

.community-hero {
  display: flex;
  position: relative;
  padding: 24px;
  height: calc((50 + 60 + 350) * 1px);
}

@media (min-width: 1024px) {
  .community-hero {
    height: calc((50 + 48 + 415) * 1px);
  }
}

.community-hero-inner {
  max-width: 698px;
  margin-top: calc((50 + 60 + 48) * 1px);
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .community-hero-inner {
    margin-top: calc((50 + 48 + 72) * 1px);
  }
}

.community-hero-inner-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 24px;
}

.community-hero-icon img {
  max-height: 65px;
}

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

.community-hero .community-intro-title h4 {
  font-weight: 500;
  color: rgba(12, 12, 12, 1);
}

@media (min-width: 1024px) {
  .community-hero .community-intro-title h4 {
    font-size: 2rem;
  }
}

.community-hero .community-intro-title h2 {
  color: rgba(12, 12, 12, 1);
}

@media (min-width: 1024px) {
  .community-hero .community-intro-title h2 {
    font-size: 3rem;
  }
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}

.line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.line::after {
  content: '';
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  animation: downSide 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.line:nth-child(1) {
  margin-left: -10%;
}

.line:nth-child(1)::after {
  animation-delay: -2.5s;
}

.line:nth-child(2) {
  margin-left: -20%;
}

.line:nth-child(2)::after {
  animation-delay: -1s;
}

.line:nth-child(3) {
  margin-left: -30%;
}

.line:nth-child(3)::after {
  animation-delay: -3s;
}

.line:nth-child(4) {
  margin-left: -40%;
}

.line:nth-child(4)::after {
  animation-delay: -1.5s;
}

.line:nth-child(5) {
  margin-left: -50%;
}

.line:nth-child(5)::after {
  animation-delay: -.5s;
}

.line:nth-child(7) {
  margin-left: 10%;
}

.line:nth-child(7)::after {
  animation-delay: 1s;
}

.line:nth-child(8) {
  margin-left: 20%;
}

.line:nth-child(8)::after {
  animation-delay: 2s;
}

.line:nth-child(9) {
  margin-left: 30%;
}

.line:nth-child(9)::after {
  animation-delay: 3s;
}

.line:nth-child(10) {
  margin-left: 40%;
}

.line:nth-child(10)::after {
  animation-delay: 1s;
}

.line:nth-child(11) {
  margin-left: 50%;
}

.line:nth-child(11)::after {
  animation-delay: .5s;
}

@keyframes downSide {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes upSide {
  0% {
    bottom: -50%;
  }

  100% {
    bottom: 110%;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

/***** Sub Nav component *****/

.sub-nav-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
  gap: 24px;
  color: rgba(255, 255, 255, 1);
}

.sub-nav-panel .search {
  width: 500px;
}

@media (max-width: 1023px) {
  .sub-nav-panel {
    padding: 32px 0;
    flex-direction: column;
    justify-content: initial;
    align-items: normal;
  }

  .sub-nav-panel .search {
    width: 100%;
  }
}

.sub-nav .search::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #0A2757;
  background-image: url(/hc/theming_assets/01HZH0WB8EDMWT5RDQKTKPE8DR);
  width: 16px;
  /* opacity: .5; */
  opacity: 1;
  height: 16px;
  background-size: 100%;
}

[dir="ltr"] .sub-nav .search input[type="search"] {
  padding-left: 56px;
  padding-right: 24px;
  font-family: "Helvetica Neue", sans-serif;
}

[dir="rtl"] .sub-nav .search input[type="search"] {
  padding-left: 20px;
  padding-right: 40px;
}

[dir="ltr"] .sub-nav .search::before {
  left: 24px;
}

[dir="rtl"] .sub-nav .search::before {
  right: 12px;
}

.sub-nav .search input[type="search"] {
  height: 56px;
  font-size: 16px;
}

.sub-nav .search input[type="search"]::-moz-placeholder {
  color: rgba(33, 33, 33, 1);
  font-weight: 400;
  opacity: .5;
  /* Firefox */
}

.sub-nav .search input[type="search"]::placeholder {
  color: rgba(33, 33, 33, 1);
  font-weight: 500;
  opacity: .5;
  /* Firefox */
}

@media (max-width: 768px) {
  .sub-nav .search-container {
    display: none;
  }
}

.sub-nav.site-header-sticky {
  position: sticky;
  z-index: 25;
  top: var(--header_height);
  margin-bottom: 0;
}

.sub-nav.site-header-sticky .sidebar-button {
  display: none;
}

@media (max-width: 1023px) {
  .sub-nav.site-header-sticky .sidebar-button {
    display: block;
  }
}

/***** Blocks *****/

/* Used in Community#topics */

@media (min-width: 1024px) {
  .blocks-topic {
    /* max-width: 960px; */
    margin: 0 auto;
  }
}

.blocks-list {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}

@media (min-width: 1024px) {
  .blocks-list {
    gap: 46px 24px;
    grid-template-columns: auto auto auto;
    justify-content: start;
  }
}

@media (max-width: 425px) {
  .blocks-list {
    grid-template-columns: auto;
    justify-content: center;
  }
}

.blocks-list.topic-list {
  margin-top: 36px;
}

.blocks-item {
  max-width: 304px;
}

@media (min-width: 1024px) {
  .blocks-item {
    max-width: 304px;
  }
}

.blocks-item-img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blocks-item-link {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}

.blocks-item-link:hover {
  opacity: 1;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.25);
}

.blocks-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #64B5F6;
}

.blocks-item-content {
  background-color: #ECF4FB;
  color: #64B5F6;
  padding: 16px;
  border-radius: 8px;
}

.blocks-item-content ul li::before {
  content: ">";
  margin-right: 4px;
}

.community-filters .title {
  font-size: 20px;
}

.community-filters .dropdown-toggle {
  padding: 24px;
  background-color: #90CAF9;
  color: #FFFFFF;
  border-radius: 8px;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.community-post-list-wrapper .community-filters .dropdown-toggle {
  padding: 9px;
  padding-left: 15px;
  box-shadow: none;
}

.community-filters .dropdown-menu {
  width: 100%;
  background-color: #FFFFFF;
  color: #90CAF9;
  border-radius: 8px;
}

.community-filters .dropdown-menu [role="menuitem"] {
  font-size: 20px;
}

.topic-filters {
  display: flex !important;
  gap: 8px;
  flex-wrap: wrap;
}

.topic-filters .dropdown-toggle {
  background-color: #90CAF9;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px;
  min-width: 140px;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 8px;
  font-weight: 500;
}

.topic-filters .dropdown-menu {
  width: 100%;
  min-width: 0;
  background-color: #FFFFFF;
  color: #90CAF9;
  border-radius: 8px;
}

/***** Homepage *****/

.section {
  margin-bottom: 72px;
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Category Block on Homepage *****/

.category-block-wrapper {
  display: grid;
  gap: 12px;
  grid-template-columns: auto auto;
}

@media (max-width: 767px) {
  .category-block-wrapper {
    grid-template-columns: auto;
  }
}

@media (min-width: 1024px) {
  .category-block-wrapper {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 24px;
  }
}

.category-block-title {
  text-align: center;
  margin-bottom: 36px;
}

@media (max-width: 1023px) {
  .category-block-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.category-block-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 24px;
  border-radius: 12px;
  background-color: rgba(250, 250, 250, 1);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  gap: 16px;
}

.category-block-item .category-block-content-title {
  margin-bottom: 8px;
}

.category-block-item .category-block-content-item:nth-child(n + 7) {
  display: none;
}

/***** Promoted articles *****/

.promoted-articles-title {
  text-align: left;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 22px;
  color: rgba(33, 33, 33, 1);
}

@media (min-width: 1024px) {
  .promoted-articles-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

.promoted-articles-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  counter-reset: step;
  gap: 8px;
}

@media (min-width: 768px) {
  .promoted-articles-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.promoted-articles-item {
  display: flex;
  overflow: hidden;
}

.promoted-articles-item a {
  background-color: transparent;
}

.promoted-articles-item a:hover {
  background-color: rgba(250, 250, 250, 1);
  opacity: 1;
}

.article-title-link {
  color: #64B5F6;
}

.link-color {
  color: #64B5F6 !important;
}

.article-title-link:hover {
  text-decoration: underline;
}

.article-link {
  padding: 24px;
  width: 100%;
  display: block;
  /* number of lines to show */
  color: rgba(33, 33, 33, 1);
  font-size: 14px;
  line-height: 22px;
}

.article-link:hover {
  opacity: 1;
  color: #64B5F6;
}

a.article-link.see-all-articles {
  padding: 16px;
}

.article-link.see-all-articles:hover {
  background-color: #FAFAFA;
  color: rgba(33, 33, 33, 1);
  opacity: 1;
  padding: 16px;
}

.promoted-articles-item a {
  padding: 8px 16px;
  border-radius: 12px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/***** Community section in homepage *****/

.community {
  text-align: center;
}

.community a {
  color: #64B5F6;
  text-decoration: none;
}

.community a:hover,
.community a:active,
.community a:focus {
  opacity: 0.8;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** CTA section in homepage *****/

.homepage-cta {
  display: flex;
  justify-content: center;
}

.homepage-cta-wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: #F0F7FF;
  border-radius: 20px;
  max-width: 992px;
  margin: 0 auto;
}

.homepage-cta-content {
  margin: 32px 24px;
  z-index: 1;
}

@media (min-width: 1024px) {
  .homepage-cta-content {
    max-width: 375px;
    margin: 60px 0 66px 42px;
  }
}

.homepage-cta-title {
  font-weight: 700;
  font-size: 32px;
}

.homepage-cta-desc {
  margin: 24px 0 40px 0;
}

.homepage-cta-image {
  height: 100%;
  z-index: 0;
}

@media (max-width: 1023px) {
  .homepage-cta-image {
    position: absolute;
    left: 0;
  }
}

/***** Recent activity *****/

.recent-activity-header {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 22px;
  color: rgba(33, 33, 33, 1);
}

@media (min-width: 1024px) {
  .recent-activity-header {
    font-size: 32px;
    margin-bottom: 36px;
  }
}

.recent-activity-list {
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 1024px) {
  .recent-activity-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.recent-activity-item {
  overflow: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 16px;
  border-radius: 8px;
  background-color: rgba(250, 250, 250, 1);
}

.recent-activity-item h3 {
  margin: 0;
}

.recent-activity-item-parent {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid #0A2757;
}

@media (max-width: 1023px) {
  .recent-activity-item-parent {
    line-height: 100%;
  }
}

.recent-activity-item-parent,
.recent-activity-item-link {
  color: #64B5F6;
  display: inline-block;
}

@media (min-width: 768px) {

  .recent-activity-item-parent,
  .recent-activity-item-link {
    margin: 0;
  }
}

.recent-activity-item-link {
  order: -1;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  margin-bottom: 8px;
}

.recent-activity-item-meta {
  color: rgba(33, 33, 33, 1);
  margin-top: 24px;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    float: right;
  }

  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time,
.recent-activity-item-comment {
  display: inline-block;
  font-size: 14px;
}

.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-controls {
  text-align: center;
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .recent-activity-controls {
    padding-top: 36px;
  }
}

.recent-activity-controls a {
  color: #64B5F6;
  text-decoration: none;
}

.recent-activity-controls a:hover,
.recent-activity-controls a:active,
.recent-activity-controls a:focus {
  opacity: 0.8;
}

.recent-activity-controls a {
  padding: 9px 24px;
  width: 280px;
  display: flex;
  margin: auto;
  justify-content: center;
  background-color: #90CAF9;
  color: #FFFFFF;
  border-radius: 24px;
  font-weight: 700;
  border: 2px solid transparent;
}

.recent-activity-controls a:hover {
  border: 2px solid #90CAF9;
  color: #90CAF9;
  background-color: #FFFFFF;
}

.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;
  color: rgba(33, 33, 33, 1);
  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;
}

/***** Category pages *****/

.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.section-tree-title a {
  color: rgba(33, 33, 33, 1);
}

.article-list-item {
  font-size: 40px;
  padding: 15px 0;
}

.article-list-item a {
  color: rgba(33, 33, 33, 1);
}

.icon-star {
  color: #64B5F6;
  font-size: 16px;
  margin-right: 4px;
}

/***** Section Page *****/

.section-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-content .section-block {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
}

.section-content .section-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
}

.section-content .section-item h3 {
  margin: 0;
  color: rgba(33, 33, 33, 1);
}

.section-content .section-item .collapsible-icon {
  position: relative;
  width: 18px;
}

.section-content .section-item .collapsible-icon span {
  height: 2.2px;
  width: 100%;
  position: absolute;
  display: block;
  background-color: rgba(33, 33, 33, 1);
  opacity: 1;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 2px;
}

.section-content .section-item .collapsible-icon span:nth-child(1) {
  transform: rotate(0);
}

.section-content .section-item .collapsible-icon span:nth-child(2) {
  transform: rotate(90deg);
}

.section-content .section-item[aria-expanded="true"] .collapsible-icon span:nth-child(1) {
  transform: rotate(-45deg);
}

.section-content .section-item[aria-expanded="true"] .collapsible-icon span:nth-child(2) {
  transform: rotate(45deg);
}

.section-content .section-item-article {
  padding: 24px;
  border-radius: 8px;
}

.section-content .section-item-articles a {
  color: #64B5F6;
}

.section-content .section-item-articles a:hover {
  opacity: 1;
}

.section-content .section-item-articles ul {
  margin: 0 24px 24px;
  background-color: rgba(250, 250, 250, 1);
  border: 1px solid #1972f91A;
  border-radius: 8px;
  padding: 16px;
}

.section-content .section-item-articles li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.section-content .section-item-articles li:nth-last-child(1) {
  margin-bottom: 0;
}

.section-content .section-item-articles li::before {
  content: "•";
  margin-right: 2px;
  margin-left: 13px;
  color: #64B5F6;
}

.section-content .section-item-articles .icon-star {
  color: #64B5F6;
}

.section-link {
  font-weight: 700;
  justify-content: space-between;
  display: flex;
}

/***** Article *****/

.article-title {
  line-height: 140%;
  margin-bottom: 12px;
  color: rgba(33, 33, 33, 1);
}

@media (max-width: 1023px) {
  .article-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.article-container {
  display: flex;
  flex-direction: row;
  padding: 30px 0 35px;
}

@media (min-width: 1024px) {
  .article-container {
    padding: 24px 36px 60px;
  }
}

.article-body a {
  color: #64B5F6;
  text-decoration: none;
}

.article-body h1 {
  font-size: 25px;
  font-weight: 500;
}

.article-body h2 {
  font-size: 20px;
  /* font-weight: 500; */
  font-weight: 400;
}

.article-body h3 {
  font-size: 18px;
  font-weight: 500;
}

.article-body a:hover,
.article-body a:active,
.article-body a:focus {
  opacity: 0.8;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul,
[dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul>ul,
.article-body ol>ol,
.article-body ol>ul,
.article-body ul>ol,
.article-body li>ul,
.article-body li>ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body :not(pre)>code {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

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

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #545454;
  font-style: italic;
  padding: 0 15px;
}

.article-body>p:last-child {
  margin-bottom: 0;
}

.article-body table td {
  border: 1px solid #979797;
}

.article-sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  gap: 36px;
  padding-right: 36px;
}

@media (max-width: 1023px) {
  .article-sidebar {
    display: none;
  }
}

/* .article-sidebar .section-articles-wrapper {
  position: sticky;
  top: 30px;
} */

.article-sidebar .section-articles-wrapper .side-articles-list>li {
  position: relative;
}

[dir="ltr"] .article-sidebar .section-articles-wrapper .side-articles-list>li.current-article-wrapper {
  padding-left: 8px;
}

[dir="rtl"] .article-sidebar .section-articles-wrapper .side-articles-list>li.current-article-wrapper {
  padding-right: 8px;
}

.article-sidebar .section-articles-wrapper .sidenav-item.current-article::before {
  content: '';
  position: absolute;
  border-radius: 4px;
  width: 4px;
  height: 100%;
  background-color: #64B5F6;
}

[dir="ltr"] .article-sidebar .section-articles-wrapper .sidenav-item.current-article::before {
  left: 0;
}

[dir="rtl"] .article-sidebar .section-articles-wrapper .sidenav-item.current-article::before {
  right: 0;
}

.article-sidebar .sidebar-item-title h2 {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(33, 33, 33, 1);
}

.article-sidebar .side-articles-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-sidebar .side-articles-list>li>a {
  color: #64B5F6;
}

.article-sidebar .side-articles-item h2 {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(33, 33, 33, 1);
}

.article-sidebar .recent-articles-title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(33, 33, 33, 1);
}

.article-sidebar .recent-articles ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-sidebar .related-articles-title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(33, 33, 33, 1);
}

.article-sidebar .related-articles ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-sidebar .related-articles ul li a {
  color: #64B5F6;
}

.article-menu-mobile {
  position: fixed;
  top: var(--header_height);
  height: 100vh;
  z-index: 98;
  width: 0;
  transition: 0.5s cubic-bezier(0.74, 0, 0.24, 0.99);
}

[dir="ltr"] .article-menu-mobile {
  left: 0;
}

[dir="rtl"] .article-menu-mobile {
  right: 0;
}

.article-menu-mobile.is-active {
  width: 100%;
}

.article-menu-mobile .sidebar-item-title h2 {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(33, 33, 33, 1);
}

.article-menu-mobile .side-articles-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-menu-mobile .side-articles-item h2 {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(33, 33, 33, 1);
}

.article-menu-mobile .recent-articles-title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(33, 33, 33, 1);
}

.article-menu-mobile .recent-articles ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-menu-mobile .related-articles-title {
  margin: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: rgba(33, 33, 33, 1);
}

.article-menu-mobile .related-articles ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.article-menu-background {
  position: absolute;
  top: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-color: #000c20;
  z-index: -1;
}

.article-menu-container {
  position: absolute;
  height: 100%;
  width: 80%;
  max-width: 326px;
  background-color: #FFFFFF;
  overflow: auto;
}

[dir="ltr"] .article-menu-container {
  left: 0;
}

[dir="rtl"] .article-menu-container {
  right: 0;
}

.article-menu-wrapper {
  padding: 24px;
  margin-bottom: var(--padding_bottom);
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.article-content-wrapper {
  width: 100%;
}

.article-title {
  flex-basis: 100%;
  font-size: 28px !important;
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 20px;
  gap: 16px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

@media (max-width: 1023px) {

  .article-content-wrapper .article-info,
  .article-content-wrapper .article-comments {
    padding: 15px 0px;
  }
}

.article-content {
  padding-bottom: 32px;
  color: #616161;
}

.article-nav {
  margin-top: 36px;
  margin-bottom: 36px;
}

.article-nav-title {
  color: #64B5F6;
}

.article-comments {
  padding: 24px 0;
}

.article-comments .comment-heading {
  color: rgba(33, 33, 33, 1);
}

.article-comments .comment-callout {
  color: rgba(33, 33, 33, 1);
}

.article-comments .comment-body {
  color: rgba(33, 33, 33, 1);
}

.article-comments .comment-vote .vote-sum {
  color: rgba(33, 33, 33, 1);
}

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

.article-nav-block-prev,
.article-nav-block-next {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
}

.article-nav-block-prev {
  align-items: start;
  text-align: start;
}

.article-nav-block-next {
  align-items: end;
  text-align: end;
}

.article-nav-link {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0px 24px;
  border: 2px solid #90CAF9;
  border-radius: 100px;
  background-color: #90CAF9;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  gap: 12px;
}

@media (max-width: 1023px) {
  .article-nav-link {
    padding: 0;
    min-width: 48px;
    justify-content: center;
  }
}

.article-nav-link:hover {
  opacity: 1;
  color: #90CAF9;
  background-color: #FFFFFF;
  border: 2px solid #90CAF9;
}

.article-avatar img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}

.article-meta {
  margin-bottom: 18px;
}

.article-meta .meta-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.article-share {
  margin-bottom: 24px;
}

.article-subscribe button {
  padding: 8px 16px;
  background-color: #FFFFFF;
  color: #90CAF9;
  border: 1px solid #90CAF9;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.article-subscribe button:hover {
  background-color: #90CAF9;
  color: #FFFFFF;
  border: 1px solid #90CAF9;
}

.article-subscribe button[data-selected="true"] {
  background-color: #90caf9;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.article-subscribe button[data-selected="true"]:hover {
  background-color: #FFFFFF;
  color: #90caf9;
  border: 1px solid #90caf9;
}

.article-footer {
  margin-top: 36px;
  padding: 36px 0;
  text-align: center;
}

.article-footer .article-votes {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.article-footer .article-votes-question {
  font-size: 18px;
  line-height: 28px;
  color: rgba(33, 33, 33, 1);
}

.article-footer .article-votes-controls {
  display: flex;
  align-items: center;
  margin: 0 auto!important;
  gap: 24px;
}

.article-footer .article-votes-controls .article-vote-up,
.article-footer .article-votes-controls .article-vote-down {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: #FFFFFF;
  font-weight: 700;
  max-width: 56px;
  line-height: 100%;
}

.article-footer .article-votes-controls .article-vote-up {
  color: #64B5F6;
  border: none;
  background-color: #ECF4FB;
}

.article-footer .article-votes-controls .article-vote-up:hover {
  background-color: #64B5F6;
  color: #FFFFFF;
}

.article-footer .article-votes-controls .article-vote-down {
  color: #64B5F6;
  border: none;
  background-color: #ECF4FB;
}

.article-footer .article-votes-controls .article-vote-down:hover {
  background-color: #64B5F6;
  color: #FFFFFF;
}

.article-footer .article-votes-count {
  color: rgba(33, 33, 33, 1);
}

.article-footer .article-more-questions {
  margin-top: 36px;
  color: rgba(33, 33, 33, 1);
}

.article-footer .article-more-questions a {
  color: #64B5F6;
}

.current-article {
  background-color: rgba(250, 250, 250, 1);
  font-weight: 500;
}

.article-request button {
  padding: 14px 22px;
  background-color: transparent;
  color: #64B5F6;
  border: 2px solid #64B5F6;
  cursor: pointer;
  border-radius: 8px;
}

.article-request button:hover {
  background-color: #64B5F6;
  color: rgba(255, 255, 255, 1);
  border: 2px solid #64B5F6;
}

.article-request button:hover a {
  color: rgba(255, 255, 255, 1) !important;
}

.article-socmed {
  border-top: 1px solid #eeeeee;
  padding: 24px 0px 8px 0px;
}

.article-socmed .socmed-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 530px) {
  .article-socmed .socmed-button {
    flex-wrap: wrap;
  }

  .article-socmed .socmed-button .button {
    flex-basis: 25%;
  }
}

.article-socmed .socmed-button .button {
  color: #64B5F6;
  border: none;
  max-width: 32px;
  padding: 7.4px;
  background-color: #ECF4FB;
  font-size: 15px;
  border-radius: 100px;
  font-weight: 700;
  line-height: 100%;
  max-height: 32px;
}

.article-socmed .socmed-button .button:hover {
  background-color: #64B5F6;
}

.article-socmed .socmed-button .button:hover i {
  color: #FFFFFF;
}

/***** 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(33, 33, 33, 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;
}

.upload-dropzone span {
  color: #545454;
}

/***** Social share links *****/

.share {
  padding: 0;
  white-space: nowrap;
  display: flex;
  gap: 16px;
}

.share li,
.share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #64B5F6;
}

.share a svg {
  height: 24px;
  width: 24px;
  display: block;
}

/***** Comments *****/

/* Styles comments inside articles, posts and requests */

.comment {
  padding: 24px;
  background-color: rgba(250, 250, 250, 1);
}

.comment-heading {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
}

.comment-overview {
  padding: 0 0 24px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comment-callout {
  color: rgba(33, 33, 33, 1);
  display: inline-block;
  margin-bottom: 0;
}

.comment-callout a {
  color: #64B5F6;
  text-decoration: none;
}

.comment-callout a:hover,
.comment-callout a:active,
.comment-callout a:focus {
  opacity: 0.8;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #545454;
  font-size: 13px;
}

.comment-sorter .dropdown-menu {
  right: 0;
  left: auto;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-actions-container {
  display: flex;
  color: rgba(33, 33, 33, 1);
  gap: 24px;
}

.comment-actions-container .comment-actions {
  color: rgba(33, 33, 33, 1);
  border: 2px solid rgba(238, 238, 238, 1);
  border-radius: 8px;
}

.comment-vote {
  flex-direction: row !important;
  gap: 8px;
  align-items: center;
}

.comment-wrapper {
  display: flex;
  flex-direction: column;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(238, 238, 238, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .comment-avatar.form-avatar {
    display: none;
  }
}

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

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

.comment-meta {
  display: flex;
  flex-direction: column;
}

.comment-meta-profile {
  display: flex;
  flex-direction: row;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 24px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  text-align: left;
}

.comment-form-controls input[type="submit"] {
  margin-top: 16px;
  margin-bottom: 24px;
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs+textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #17494D;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 140%;
  overflow-x: auto;
}

.comment-body a {
  color: #64B5F6;
  text-decoration: none;
}

.comment-body a:hover,
.comment-body a:active,
.comment-body a:focus {
  opacity: 0.8;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul,
[dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul>ul,
.comment-body ol>ol,
.comment-body ol>ul,
.comment-body ul>ol,
.comment-body li>ul,
.comment-body li>ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body :not(pre)>code {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

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

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #545454;
  font-style: italic;
  padding: 0 15px;
}

.comment-body p {
  margin: 24px 0;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/

/* Used in article comments, post comments and post */

.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: rgba(33, 33, 33, 1);
  display: block;
  margin: 3px 0;
  font-size: 18px;
  font-weight: 700;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

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

.vote-up:hover,
.vote-down:hover {
  color: #17494D;
}

.vote-up,
.vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(33, 33, 33, 1);
  padding: 0 9px;
  border: 2px solid rgba(238, 238, 238, 1);
  border-radius: 8px;
  height: 100%;
}

.vote-voted {
  color: #17494D;
}

.vote-voted:hover {
  color: #000;
}

/***** Actions *****/

/* Styles admin and en user actions(edit, delete, change status) in comments and posts */

.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/

.community-section {
  padding: 48px 24px 60px;
}

@media (max-width: 1023px) {
  .community-section {
    padding: 24px;
  }
}

.community-section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: rgba(33, 33, 33, 1);
  margin-bottom: 46px;
}

.community-header {
  margin-bottom: 30px;
}

.community-header>h2 {
  font-size: 32px;
  margin-bottom: 12px;
  font-weight: 700;
}

.community-header>p {
  font-size: 18px;
}

.community-post-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1024px) {
  .community-post-list-wrapper {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .community-post-list-wrapper .left-col {
    flex: 1 0 60%;
  }
}

.community-post-list-wrapper .right-col {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

@media (max-width: 425px) {
  .community-post-list-wrapper .right-col {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .community-post-list-wrapper .right-col {
    flex: 1 0 30%;
    max-width: 304px;
    flex-direction: column;
  }
}

.community-post-list-wrapper .post-filter-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .community-post-list-wrapper .post-filter-list {
    flex-direction: column;
    gap: 12px;
  }
}

.community-post-list-wrapper .post-item-list {
  margin-top: 36px;
}

.community-post-list-wrapper .post-item-card {
  padding: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background-color: #FFFFFF;
}

.community-post-list-wrapper .post-item-card:not(:last-child) {
  margin-bottom: 36px;
}

.community-post-list-wrapper .post-item-label {
  margin-bottom: 8px;
}

.community-post-list-wrapper .post-item-label .status-label {
  padding: 6px 12px;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 100px;
  background-color: transparent !important;
  color: rgba(33, 33, 33, 1);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
}

.community-post-list-wrapper .post-item-content {
  margin-bottom: 24px;
}

.community-post-list-wrapper .post-item-content .post-content-title {
  display: inline-block;
  font-weight: 700;
  line-height: 145%;
  color: #64B5F6;
  margin-bottom: 8px;
}

.community-post-list-wrapper .post-item-content .post-content-body {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.community-post-list-wrapper .post-item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.community-post-list-wrapper .post-item-info .post-meta-group .meta-author {
  padding: 6px 12px;
  display: inline-block;
  background-color: #90CAF9;
  font-size: 12px;
  border-radius: 100px;
  line-height: 100%;
  margin-right: 6px;
  color: #FFFFFF;
}

.community-post-list-wrapper .post-item-info .post-meta-group .meta-date {
  font-size: 14px;
  color: rgba(33, 33, 33, 1);
}

.community-post-list-wrapper .post-item-info .post-overview-count {
  display: flex;
  gap: 6px;
}

.community-post-list-wrapper .post-item-info .post-overview-count svg {
  margin-right: 6px;
}

.community-post-list-wrapper .post-link-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 16px;
  background-color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(238, 238, 238, 1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  text-align: center;
}

.community-post-list-wrapper .post-link-list h4 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #64B5F6;
}

.community-post-list-wrapper .post-link-list .post-link-item {
  padding: 12px;
  /* border: 1.5px solid rgba(238, 238, 238, 1); */
  border-radius: 6px;
  color: #64B5F6;
}

.community-post-list-wrapper .post-link-card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.community-post-list-wrapper .post-link-card-img img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.community-post-list-wrapper .post-link-card-content {
  padding: 16px;
  background-color: rgba(255, 255, 255, 1);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #64B5F6;
}

.community-post-list-wrapper .post-link-card-content h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
}

.community-post-list-wrapper .post-link-card-content ul li {
  list-style-type: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.community-post-list-wrapper .post-link-card-content ul li:not(:last-of-type) {
  margin-bottom: 4px;
}

.community-post-list-wrapper .post-link-card-content ul li:last-of-type {
  margin-bottom: 12px;
}

.community-post-list-wrapper .post-link-card-content ul li::before {
  content: ">";
  margin-right: 4px;
}

.community-post-list-wrapper .post-link-card-content a {
  font-size: 14px;
  font-weight: 700;
  color: #64B5F6;
}

.community-block-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

/* .community-block-item {
  min-height: 202px;
  text-align: center;
  flex: 0 0 228px;
} */

/* .community-block-item > .community-link-item {
  align-items: center;
  background-color: rgba(255, 138, 138, 1);
  color: rgba(255, 255, 255, 1);
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  height: 100%;
} */

/* .community-block-item > .community-link-item img {
  width: auto;
  max-height: 120px;
}

.community-block-item > .community-link-item h4 {
  max-width: 180px;
}

.community-block-item > .community-link-item:hover {
  opacity: 1;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.25);
}

.community-topic-list .community-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 0 60px;
}

@media (max-width: 1023px) {
  .community-topic-list .community-section {
    padding: 24px;
  }
}

.community-topic-list .recent-community-topic .recent-activity-list {
  padding: 0;
} */

.community-footer {
  padding-top: 28px;
}

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

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */

.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */

.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */

.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: #FFFFFF;
  color: #90CAF9;
}

.community-follow button:hover::after {
  border-color: #90CAF9;
  color: #90CAF9;
}

.community-follow button[data-selected="true"] {
  background-color: #90CAF9;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow button[data-selected="true"]:hover {
  background-color: #FFFFFF;
  border-color: #90CAF9;
  color: #90CAF9;
}

.community-follow button[data-selected="true"]:hover::after {
  border-left: 1px solid #90CAF9;
  color: #90CAF9;
}

.community-follow button::after {
  border-left: 1px solid #FFFFFF;
  content: attr(data-follower-count);
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Helvetica Neue', sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #FFFFFF;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/

/* Used in community posts list and requests list */

.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #64B5F6;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: underline;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #545454;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(33, 33, 33, 1);
    display: block;
  }
}

/***** Status labels *****/

/* Styles labels used in posts, articles and requests */

.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: #17494D;
}

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

@media (min-width: 768px) {
  .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: #545454;
}

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

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

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

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

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

.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 12px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/

/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/

.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

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

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.post-content {
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .post-info-container {
    flex-direction: column;
  }

  .post-info-container .post-actions-wrapper .vote {
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body a {
  color: #64B5F6;
  text-decoration: none;
}

.post-body a:hover,
.post-body a:active,
.post-body a:focus {
  opacity: 0.8;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul,
[dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul>ul,
.post-body ol>ol,
.post-body ol>ul,
.post-body ul>ol,
.post-body li>ul,
.post-body li>ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body :not(pre)>code {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

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

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #545454;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #545454;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #17494D;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }

  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 500;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/

/* Styles labels used next to the authors of article comments, community posts, and community comments */

.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.community-badge-achievement img {
  width: 100%;
  height: 100%;
}

.community-badge-achievements {
  display: flex;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}

.profile-info .community-badge-achievement {
  height: 40px;
  width: 40px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */

.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

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

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

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

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(238, 238, 238, 1);
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(33, 33, 33, 1);
  line-height: 14px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }

  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }

  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(33, 33, 33, 1);
  display: block;
  padding: 12px 24px;
  background-color: wheat;
  border-radius: 100px;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }

  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {

  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }

  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {

  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(238, 238, 238, 1);
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: rgba(33, 33, 33, 1);
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */

/***** My activities *****/

@media (min-width: 768px) {

  .my-activities-wrapper .request-contributions,
  .my-activities-wrapper .request-subscriptions {
    background-color: rgba(250, 250, 250, 1);
    padding: 24px;
  }
}

.my-activities-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.my-activities-header .divider {
  height: 1px;
  background-color: #e0e0e0;
}

@media (max-width: 767px) {
  .my-activities-header .divider {
    order: 1;
  }
}

.my-activities-header .button-nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .my-activities-header .button-nav-list {
    font-size: 14px;
  }
}

.my-activities-header .button-nav-list li a {
  padding: 10px 20px;
  line-height: 14px;
  background-color: #90CAF9;
  border-radius: 100px;
  color: #FFFFFF;
  border: 2px solid #90CAF9;
}

@media (min-width: 768px) {
  .my-activities-header .button-nav-list li a {
    padding: 10px 24px;
  }
}

.my-activities-header .button-nav-list li a:hover {
  background-color: #FFFFFF;
  border: 2px solid #90CAF9;
  color: #90CAF9;
  opacity: 1;
}

.my-activities-header .button-nav-list li[aria-selected="true"] a {
  padding: 10px 20px;
  line-height: 14px;
  background-color: #FFFFFF;
  border-radius: 100px;
  border: 2px solid #90CAF9;
  color: #90CAF9;
}

@media (min-width: 768px) {
  .my-activities-header .button-nav-list li[aria-selected="true"] a {
    padding: 10px 24px;
  }
}

.my-activities-header .button-nav-list li[aria-selected="true"] a:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .my-activities-header .mobile-nav-list {
    display: none;
  }
}

.my-activities-header .mobile-nav-list .mobile-nav-button {
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #183462;
  border-radius: 8px;
}

.my-activities-header .mobile-nav-list .mobile-nav-button[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.my-activities-header .mobile-nav-list .mobile-nav-button[aria-expanded="true"] svg {
  transform: rotate(-180deg);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.my-activities-header .mobile-nav-list .mobile-nav-content {
  display: none;
}

.my-activities-header .mobile-nav-list[aria-expanded="true"] .mobile-nav-content {
  display: flex;
  flex-direction: column;
  border: 1px solid #183462;
  border-top: transparent;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.my-activities-header .mobile-nav-list a {
  color: #0A2757;
  padding: 8px 12px;
}

.my-activities-header .mobile-nav-list a.current {
  background-color: #0A27571A;
}

.my-activities-header .requests-table-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .my-activities-header .requests-table-toolbar {
    order: 0;
  }
}

.my-activities-header .requests-table-toolbar .search {
  height: -moz-fit-content;
  height: fit-content;
}

.my-activities-header .requests-table-toolbar .search::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #0A2757;
  background-image: url(/hc/theming_assets/01HZH0WBH43HAX2WTD38G8ZG32);
  width: 16px;
  height: 16px;
  background-size: 100%;
}

[dir="ltr"] .my-activities-header .requests-table-toolbar .search::before {
  left: 12px;
}

[dir="rtl"] .my-activities-header .requests-table-toolbar .search::before {
  right: 12px;
}

.my-activities-header .requests-table-toolbar .search input[type="search"] {
  height: 38px;
  font-size: 16px;
}

.my-activities-header .requests-table-toolbar .search input[type="search"]::-moz-placeholder {
  color: #616161;
  font-weight: 500;
  opacity: 1;
  /* Firefox */
  text-transform: capitalize;
}

.my-activities-header .requests-table-toolbar .search input[type="search"]::placeholder {
  color: #616161;
  font-weight: 500;
  opacity: 1;
  /* Firefox */
  text-transform: capitalize;
}

.my-activities-header .requests-table-toolbar .request-table-filter select {
  padding: 12px;
  border: 1px solid #616161;
  border-radius: 8px;
}

.my-activities-nav .button-nav-list {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-nav .button-nav-list {
    display: flex;
  }
}

@media (max-width: 767px) {
  .my-activities-sub-nav {
    order: 2;
  }

  .my-activities-table {
    display: none !important;
  }
}

.my-activities-table.requests-table,
.my-activities-table.contributions-table {
  table-layout: fixed;
}

.my-activities-table.requests-table thead,
.my-activities-table.contributions-table thead,
.my-activities-table.subscriptions-table thead {
  text-transform: uppercase;
}

.my-activities-table.requests-table thead th,
.my-activities-table.contributions-table thead th,
.my-activities-table.subscriptions-table thead th {
  font-size: 14px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.my-activities-card {
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  color: #445C85;
}

@media (min-width: 768px) {
  .my-activities-card-wrapper {
    display: none;
  }
}

.my-activities-card .divider {
  height: 1px;
  background-color: #979797;
  margin: 15px 0;
}

.my-activities-card-header .time-created {
  font-size: 12px;
}

.my-activities-card-body>div {
  padding: 15px;
}

@media (max-width: 425px) {
  .my-activities-card-body>div {
    flex-direction: column;
  }
}

.my-activities-card-body>div.colored-row {
  background-color: #EEF2F9;
  border-radius: 8px;
}

/***** Request *****/

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

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

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 72px;
  }
}

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

.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none;
}

.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-controls {
  display: block;
}

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

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #545454;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.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>ul[data-hc-focus="true"] {
  border: 1px solid #17494D;
}

.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 .comment-ccs+textarea:focus {
  border-top: 1px solid #17494D;
}

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

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f2f2f2;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 24px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

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

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #545454;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.form-field [for="request-attachments"] .optional {
  display: none;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}


/***** Pagination *****/

.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}

.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  padding: 8px 16px!important;
  font-size: 14px;
}

.pagination-next-link:hover,
.pagination-prev-link:hover,
.pagination-first-link:hover,
.pagination-last-link:hover {
  background-color: #FFFFFF;
  color: #90CAF9;
  opacity: 1;
}

.pagination-first-link,
.pagination-last-link {
  padding: 6px 12px;
}

.pagination-first-text,
.pagination-last-text {
  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;
}

.pagination-next-link {
  padding-right: 0px;
}

.pagination-next-text {
  margin-right: 0px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 0px;
}

.pagination-prev-text {
  margin-left: 0px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/

.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: rgba(33, 33, 33, 1);
  font-size: 16px;
}

.meta-data:not(:last-child)::after {
  content: "•";
  margin: 0 5px;
}

/* User Profiles */

.profile-content {
  padding: 0;
}

.profile-content .profile-no-activity {
  display: block;
  margin-top: 20px;
  color: #999;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: flex-start;
}

.profile-avatar .icon-agent {
  bottom: 10px;
  right: 10px;
}

.profile-avatar img {
  height: 100px;
  width: 100px;
  max-width: none;
}

@media (min-width: 1024px) {
  .profile-avatar img {
    height: 132px;
    width: 132px;
  }
}

.profile-info {
  text-align: left;
}

.profile-info .basic-info h1 {
  font-size: 30px;
}

@media (min-width: 1024px) {
  .profile-info .basic-info h1 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
  }
}

.profile-info .basic-info h1 a {
  color: rgba(255, 255, 255, 1);
}

.profile-stats {
  display: inline-flex;
}

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

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

.profile-stats-activity {
  margin-bottom: 10px;
}

.profile-stats-counters {
  margin-bottom: 16px;
}

.profile-stats .stat-label::after {
  content: ":";
}

.profile-stats .stat:not(:last-child)::after {
  content: "•";
  margin: 0 5px 0 0;
}

.profile-stats .stat span {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.01em;
}

@media (min-width: 1024px) {
  .profile-stats .stat span {
    font-size: 20px;
  }
}

.profile-nav-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.profile-nav-item {
  line-height: 14px;
  padding: 12px 22px;
  background-color: #90CAF9;
  border-radius: 100px;
  font-size: 14px;
  justify-content: center;
  border: 2px solid transparent;
  color: #FFFFFF;
  font-weight: 700;
}

@media (max-width: 767px) {
  .profile-nav-item {
    padding: 12px 20px;
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .profile-nav-item {
    padding: 12px 24px;
    font-size: 16px;
  }
}

.profile-nav-item:hover {
  background-color: #FFFFFF;
  color: #90CAF9;
  border: 2px solid #90CAF9;
}

.profile-nav-item.is-active {
  padding: 12px 24px;
  background-color: #FFFFFF;
  color: #90CAF9;
  border: 2px solid #90CAF9;
  border-radius: 100px;
}

.profile-nav-item.is-active:hover {
  opacity: 1;
}

.profile-section-header {
  padding: 24px 0;
  margin-bottom: 24px;
}

.profile-section-title {
  margin-bottom: 8px;
  color: rgba(33, 33, 33, 1);
}

.profile-section-description {
  color: rgba(33, 33, 33, 1);
}

.profile-section-sorter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1023px) {
  .profile-section-sorter {
    gap: 12px;
  }
}

.profile-section-sorter .dropdown-menu {
  width: 100%;
}

.profile-section-sorter .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid black;
  border-radius: 8px;
  border: 1px solid #183462;
  gap: 20px;
}

@media (min-width: 1024px) {
  .profile-section-sorter .dropdown-toggle {
    min-width: 360px;
  }
}

.profile-activity-created-article .profile-activity-header,
.profile-activity-item-articles .profile-activity-header,
.profile-activity-created-comment .profile-activity-header,
.profile-activity-item-comments .profile-activity-header {
  margin-bottom: 8px;
  color: rgba(33, 33, 33, 1);
  font-weight: 700;
}

.profile-activity-created-article .profile-contribution,
.profile-activity-item-articles .profile-contribution,
.profile-activity-created-comment .profile-contribution,
.profile-activity-item-comments .profile-contribution {
  background-color: rgba(250, 250, 250, 1);
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.profile-activity-created-article .profile-contribution-breadcrumbs,
.profile-activity-item-articles .profile-contribution-breadcrumbs,
.profile-activity-created-comment .profile-contribution-breadcrumbs,
.profile-activity-item-comments .profile-contribution-breadcrumbs {
  margin-bottom: 24px;
}

.profile-activity-created-article .profile-contribution-breadcrumbs li,
.profile-activity-item-articles .profile-contribution-breadcrumbs li,
.profile-activity-created-comment .profile-contribution-breadcrumbs li,
.profile-activity-item-comments .profile-contribution-breadcrumbs li {
  font-size: 14px;
  color: #64B5F6;
}

.profile-activity-created-article .profile-contribution-body,
.profile-activity-item-articles .profile-contribution-body,
.profile-activity-created-comment .profile-contribution-body,
.profile-activity-item-comments .profile-contribution-body {
  margin-bottom: 12px;
}

.profile-activity-created-article:not(:last-child),
.profile-activity-item-articles:not(:last-child),
.profile-activity-created-comment:not(:last-child),
.profile-activity-item-comments:not(:last-child) {
  margin-bottom: 24px;
}

.profile-activity .meta-profile .meta-item,
.profile-activity .meta-profile .labeled-meta-item {
  display: inline-block;
}

.profile-activity .meta-profile .meta-item:not(:last-child)::after {
  content: "•";
  margin: 0 0 0 5px;
}

.search-results {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
    gap: 24px;
  }
}

.search-results-sidebar {
  padding: 16px;
  border: 1px solid #183462;
  border-radius: 8px;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    flex: 1 0 20%;
    height: -moz-fit-content;
    height: fit-content;
  }

  .search-results-content {
    flex: 0 0 75%;
    width: 95%;
  }
}

@media (max-width: 1023px) {
  .search-results-filter-title {
    position: relative;
  }

  .search-results-filter-title::after {
    position: absolute;
    top: 50%;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: inherit;
    content: "\f107";
    transition: all 0.3s ease;
    transform: translateY(-50%);
  }

  [dir="rtl"] .search-results-filter-title::after {
    left: 0;
  }

  [dir="ltr"] .search-results-filter-title::after {
    right: 0;
  }

  .search-results-filter-title[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(-180deg);
  }

  .search-results-filter.collapsible-sidebar[aria-expanded="true"] .search-results-filter-list {
    display: block;
  }

  .search-results-filter.collapsible-sidebar .search-results-filter-list {
    display: none;
  }
}

@media (min-width: 1024px) {
  .search-results-filter-title {
    margin-bottom: 8px;
  }
}

.search-results-filter-link {
  display: block;
  padding: 8px 12px;
}

@media (min-width: 1024px) {
  .search-results-filter-link.current-filter {
    background-color: #EEF2F9;
    border-radius: 8px;
  }
}

.search-results-filter .search-result-show-more {
  display: none;
}

.search-results-list .search-result:not(:last-child) {
  margin-bottom: 16px;
}

.search-result-title a {
  color: rgba(33, 33, 33, 1);
}

.search-result-breadcrumbs,
.search-result-breadcrumbs a {
  color: rgba(33, 33, 33, 1);
  opacity: 0.7;
  font-size: 12px;
}

.search-result-breadcrumbs li+li::before {
  content: ">";
  margin: 0 4px;
  font-weight: 400;
  color: rgba(33, 33, 33, 1);
  opacity: 0.7;
  vertical-align: top;
  font-size: 10px;
}

.search-results-list .search-result-title,
.search-results-list .search-result-description {
  margin-bottom: 8px;
  color: #616161;
}

.search-results-list .search-result-breadcrumbs li {
  font-size: 12px;
  color: #0A2757;
}

@media (min-width: 1024px) {
  .search-results-list .search-result-breadcrumbs li {
    font-size: 14px;
  }
}

.search-results-list .search-result-meta {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
  font-size: 12px;
}

.search-results-list .search-result-meta .meta-item:not(:first-child)::before {
  content: "\2022";
  margin-right: 4px;
}

/***** Notifications *****/

.notification {
  border: 1px solid;
  display: table;
  font-family: 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;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

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

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

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

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

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

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}

.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;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

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

.dropdown-menu [role="menuitem"]:hover,
.dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

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

.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-menu-end {
  left: auto;
  right: 0;
}

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

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

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

.dropdown-chevron-icon {
  vertical-align: middle;
}

.content-tags>p {
  color: #616161;
  margin-top: 32px;
  margin-bottom: 16px;
  border-top: 1px solid #eeeeee;
  padding-top: 32px;
}

.content-tags-add-hint {
  color: #616161;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}

.content-tag-list li {
  border-right: 1px solid #eeeeee;
}

[dir="ltr"] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}

[dir="rtl"] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}

.content-tag-list li:last-child {
  border: none;
}

/***** WYSIWYG Editor *****/

#hc-wysiwyg {
  border: 1px solid #87929D;
}

/***** Upload Dropzone *****/

.upload-dropzone {
  border: 1px solid #87929D;
}

/***** Image Box *****/

.image-box-wrapper {
  padding: 0 4rem;
}

@media (max-width: 1023px) {
  .image-box-wrapper {
    padding: 0;
    max-width: 1366px;
    margin-inline: auto;
  }
}

.image-box-wrapper .image-box-title {
  text-align: center;
  margin-bottom: 36px;
}

@media (max-width: 1023px) {
  .image-box-wrapper .image-box-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.image-box-wrapper .image-box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}

.image-box-item,
.community-block-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid rgba(238, 238, 238, 1);
}

.light-bg .image-box-item {
  background-color: #FAFAFA;
}

.image-box-item {
  display: flex;
  width: 100%;
}

.image-box-item:hover a {
  opacity: 1;
}

.image-box-item.image-box-horizontal .image-box-link {
  flex-direction: row;
}

.image-box-item.image-box-playlist .image-box-link {
  flex-direction: row;
}

@media (min-width: 768px) {
  .image-box-item.image-box-vertical {
    flex-basis: calc(33% - 1.5rem);
    flex-grow: 1;
  }

  .image-box-item.image-box-horizontal {
    flex-basis: calc(50% - 1.5rem);
    flex-grow: 1;
  }

  .image-box-item.image-box-playlist {
    flex-basis: calc(33% - 1.5rem);
    flex-grow: 1;
  }

  .image-box-item.image-box-promoted {
    flex-basis: calc(33% - 1.5rem);
    flex-grow: 1;
  }
}

.image-box-icon {
  display: flex;
  justify-content: center;
  padding: 14px;
  background-color: #ECF4FB;
  border-radius: 50px;
}

.image-box-link {
  display: flex;
  /* padding: 32px 24px; */
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}

.image-box-item .image-box-link .image-box-icon img,
.community-block-icon img {
  max-width: none;
  width: 24px;
}

.image-box-item.image-box-promoted img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.image-box-item.image-box-promoted .image-box-meta {
  /* border-top: 1px solid rgba(238, 238, 238, 1); */
  align-items: center;
  gap: 12px;
}

.image-box-item .image-box-link .image-box-content .image-box-title,
.image-box-item .image-box-link .image-box-content .image-box-description,
.community-block-title,
.community-block-description {
  text-align: center;
}

.image-box-item .image-box-link .image-box-description {
  margin: 0;
}

.image-box-description {
  margin-top: 0.5rem;
}

.image-box-item.image-box-horizontal .image-box-link .image-box-content .image-box-title,
.image-box-item.image-box-horizontal .image-box-link .image-box-content .image-box-description {
  text-align: left;
}

.image-box-item .image-box-link .image-box-content .image-box-title {
  font-weight: 500;
  font-size: 16px;
  color: rgba(33, 33, 33, 1);
}

.image-box-item .image-box-link .image-box-content .image-box-description {
  letter-spacing: calc(0.01em * (-1));
  font-size: 14px;
  color: rgba(33, 33, 33, 1);
  font-weight: 400;
  opacity: .7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#mobile-custom-blocks {
  padding-bottom: 41px;
}

#mobile-custom-blocks .mobile-block-item {
  background-color: $image_box_background;
  border-radius: 12px;
}

#mobile-custom-blocks .mobile-block-item img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

#mobile-custom-blocks .mobile-block-link {
  display: flex;
  flex-direction: column;
}

#mobile-custom-blocks .mobile-block-content {
  padding: 16px 24px 24px;
  text-align: center;
}

#mobile-custom-blocks .mobile-block-content .mobile-block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: rgba(33, 33, 33, 1);
}

#mobile-custom-blocks .mobile-block-content .mobile-block-description {
  font-size: 14px;
  color: rgba(33, 33, 33, 1);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#mobile-custom-blocks .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 8px;
}

#mobile-custom-blocks .swiper-pagination-bullet-active {
  background-color: #292B30;
}

#mobile-custom-blocks .swiper-pagination-bullets {
  bottom: 0;
}

/* Community */

.community-blocks {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .community-blocks {
    grid-template-columns: repeat(4, 1fr);
  }
}

.community-block-icon {
  margin-bottom: 1rem;
}

.community-block-title,
.community-block-description {
  text-align: left;
  color: $community_block_text_color;
}

.community-block-description {
  opacity: 0.8;
}

/***** Profile button carousel *****/

.profile-swiper.swiper {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 0;
}

.profile-swiper-slide.swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}

/***** My Activities *****/

.my-activities-swiper.swiper {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 0;
}

.my-activities-swiper-slide.swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}

.my-activities-swiper-slide a {
  padding: 10px 22px;
  line-height: 14px;
  background-color: #90CAF9;
  border-radius: 100px;
  font-size: 12px;
  border: 2px solid transparent;
  color: #FFFFFF;
  font-weight: 700;
}

.my-activities-swiper-slide a.is-active {
  background-color: #FFFFFF;
  color: #90CAF9;
  border: 2px solid #90CAF9;
}

@media (min-width: 768px) {
  .my-activities-swiper-slide a {
    font-size: 14px;
  }
}

.my-activities-swiper-slide a:hover {
  opacity: 1;
  background-color: #FFFFFF;
  border-radius: 100px;
  border: 2px solid #90CAF9;
  color: #90CAF9;
}

/***** Collapse *****/

.collapse {
  display: none;
}

.collapse-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.collapse.in {
  display: block;
}

.collapse-icon {
  position: relative;
  width: 20px;
}

.collapse-icon span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background-color: rgba(33, 33, 33, 1);
  opacity: 1;
  border-radius: 9px;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.collapse-icon span:nth-child(1) {
  transform: rotate(0deg);
}

.collapse-icon span:nth-child(2) {
  transform: rotate(90deg);
}

[aria-expanded="true"] .collapse-icon span:nth-child(2) {
  transform: rotate(0deg);
}

.collapse-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

/***** Video Carousel *****/

.video-blocks-swiper {
  height: auto;
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .video-blocks-swiper {
    margin-bottom: 48px;
  }
}

.video-blocks-swiper .swiper {
  padding-bottom: 30px;
}

.video-blocks-swiper .home-section-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  color: rgba(33, 33, 33, 1);
}

@media (min-width: 1024px) {
  .video-blocks-swiper .home-section-title {
    font-size: 32px;
    margin-bottom: 36px;
    line-height: 125%;
  }
}

.video-blocks-swiper .swiper-pagination-video {
  text-align: center;
}

.video-blocks-swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 16px;
}

@media (max-width: 1023px) {
  .video-blocks-swiper .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 8px;
  }
}

.video-blocks-swiper .swiper-pagination-bullet-active {
  background-color: #90CAF9;
}

.video-block-wrapper {
  background-color: transparent;
}

/***** Custom Video 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;
  cursor: pointer;
  width: 100%;
}

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

.site-video-img::before {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 57px;
  height: 34px;
  color: #90CAF9;
  text-align: center;
  padding: 11px 0 0 3px;
  z-index: 3;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  border-radius: 25%;
  background-color: rgba(42, 44, 36, 0.75);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.55);
  transition: transform 0.7s ease;
  transform: translate(-50%, -50%);
}

.site-video-img:hover::before {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  background-color: transparent;
}

.site-video-img::after {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  content: '';
}

.site-video-title {
  padding: 10px 20px;
  height: 68px;
  font-weight: 700;
  color: #64B5F6;
}

.site-video-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.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 {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  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;
  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: 0;
}

.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

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

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

#categories-menu,
#categories-menu-mobile {
  margin-top: 38px;
  width: 90%;
  max-width: unset;
  z-index: 99999;
  left: 0;
  right: 0;
  margin-inline: auto;
  border-radius: 8px;
  background-color: #FAFAFA;
}

#categories-menu ul,
#categories-menu-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#categories-menu .menu-categories,
#categories-menu-mobile .menu-categories {
  flex: 25%;
  flex-grow: 0;
  padding: 10px;
}

@media (min-width: 768px) {

  #categories-menu .menu-categories,
  #categories-menu-mobile .menu-categories {
    flex: 50%;
  }
}

@media (max-width: 768px) {

  #categories-menu .menu-categories,
  #categories-menu-mobile .menu-categories {
    flex: 100%;
  }
}

@media (min-width: 1024px) {

  #categories-menu .menu-categories:nth-child(n+5),
  #categories-menu-mobile .menu-categories:nth-child(n+5) {
    border-top: 1px solid rgba(33, 33, 33, 1);
    margin-top: 10px;
    padding-top: 20px;
  }
}

#categories-menu .menu-categories-parent,
#categories-menu-mobile .menu-categories-parent {
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 500px;
}

#categories-menu .menu-categories-parent::-webkit-scrollbar,
#categories-menu-mobile .menu-categories-parent::-webkit-scrollbar {
  width: 6px;
}

#categories-menu .menu-categories-parent::-webkit-scrollbar-track,
#categories-menu-mobile .menu-categories-parent::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px transparent;
  border-radius: 24px;
}

#categories-menu .menu-categories-parent::-webkit-scrollbar-thumb,
#categories-menu-mobile .menu-categories-parent::-webkit-scrollbar-thumb {
  background-color: #64B5F6;
  border-radius: 24px;
}

#categories-menu .menu-categories-parent a,
#categories-menu-mobile .menu-categories-parent a {
  color: #64B5F6;
}

#categories-menu .menu-categories-link,
#categories-menu-mobile .menu-categories-link {
  font-weight: 700;
  margin-bottom: 10px;
}

#categories-menu .menu-sections,
#categories-menu-mobile .menu-sections {
  margin-top: 5px;
  padding-top: 5px;
}

#categories-menu .menu-sections:not(:first-child),
#categories-menu-mobile .menu-sections:not(:first-child) {
  border-top: 1px solid #efefef;
}

#categories-dropdown {
  display: flex;
  align-items: center;
  gap: 4px;
}

.center-icon.fas {
  padding-top: 4px;
}

#categories-dropdown .fas {
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

#categories-dropdown[aria-expanded="true"] .fas {
  transform: rotate(-180deg);
}

/***** Error container *****/

.error-container {
  padding: 5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.error-container>h2 {
  font-size: 24px;
}

@media (min-width: 1024px) {
  .error-container>h2 {
    font-size: 38px;
  }

  .error-container>p {
    font-size: 20px;
  }
}

.error-container>a {
  text-decoration: underline;
}

/* Menu Tree */

.nav-sidebar-wrapper {
  padding-left: 0;
  padding-bottom: 3rem;
  position: sticky;
  top: 20px;
}

.nav-sidebar-wrapper.is-show {
  left: 0;
}

[dir="rtl"] .nav-sidebar-wrapper.is-show {
  right: 0;
  left: auto;
}

.nav-sidebar-wrapper a,
.nav-sidebar-wrapper span,
.nav-sidebar-wrapper p {
  color: rgba(33, 33, 33, 1);
  font-size: 14px;
  line-height: 24px;
}

.nav-sidebar-wrapper a:hover,
.nav-sidebar-wrapper span:hover,
.nav-sidebar-wrapper p:hover {
  text-decoration: none;
  filter: none;
}

.nav-sidebar-wrapper .sidebar-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
  font-size: calc(16px + 4px);
  text-transform: capitalize;
  font-weight: 700;
}

.nav-sidebar-wrapper .sidebar-header a {
  display: flex;
  gap: 5px;
}

.nav-sidebar-wrapper .sidebar-header a .fa-home {
  margin: auto 0;
}

.nav-sidebar-wrapper .sidebar-header.request-page {
  padding-left: 0;
}

.nav-sidebar-wrapper .side-promoted-articles .sidenav-title {
  font-size: calc(16px + 4px);
  text-transform: capitalize;
  font-weight: 700;
}

.nav-sidebar-wrapper .side-promoted-articles .side-articles-item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 8px;
  color: #64B5F6;
}

.nav-sidebar-wrapper .side-promoted-articles .side-articles-item::before {
  content: "";
  width: 4px;
  border-radius: 15px;
  background-color: rgba(33, 33, 33, 1);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-bottom: 1px;
  pointer-events: none;
  position: absolute;
  height: 0;
  opacity: 0;
  transition: all 0.1s;
}

[dir="rtl"] .nav-sidebar-wrapper .side-promoted-articles .side-articles-item::before {
  right: 0;
}

[dir="rtl"] .nav-sidebar-wrapper .side-promoted-articles .side-articles-item {
  padding-left: 0;
  padding-right: 8px;
}

.nav-sidebar-wrapper .side-promoted-articles .side-articles-item:hover::before {
  height: 100%;
  opacity: 1;
}

.nav-sidebar-wrapper .menu-tree {
  line-height: 2;
}

.nav-sidebar-wrapper .menu-tree-category-parent>li>a {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
}

.nav-sidebar-wrapper .menu-tree-category-link,
.nav-sidebar-wrapper .menu-tree-section-link,
.nav-sidebar-wrapper .menu-tree-article-link {
  padding-right: 2rem;
}

.nav-sidebar-wrapper .menu-tree-category-link {
  display: flex;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  color: #64B5F6;
}

.nav-sidebar-wrapper .menu-tree-category-link:hover,
.nav-sidebar-wrapper .menu-tree-category-link.current-item {
  background-color: rgba(250, 250, 250, 1);
}

.nav-sidebar-wrapper .menu-tree-category-link.current-item {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .nav-sidebar-wrapper .menu-tree-category-link {
    cursor: pointer;
  }
}

[dir="ltr"] .nav-sidebar-wrapper .menu-tree-category-link .icon {
  margin: 10px 20px auto 0;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-category-link .icon {
  margin: 10px 0 auto 20px;
}

.nav-sidebar-wrapper .menu-tree-category-link .fa {
  position: relative;
  top: 8px;
}

.nav-sidebar-wrapper .menu-tree-category-link .fa::before {
  content: " ";
}

.nav-sidebar-wrapper .menu-tree-category-link:hover::before,
.nav-sidebar-wrapper .menu-tree-category-link.current-item::before {
  height: 100%;
  opacity: 1;
}

.nav-sidebar-wrapper .menu-tree-category-link[aria-expanded="true"] .fa {
  transform: rotate(-180deg);
}
.menu-tree-category-link.active-menu {
  background-color: #F5F5F5;
  font-weight: 500;
  text-transform: none;
}

.nav-sidebar-wrapper .menu-tree-category .menu-tree-section {
  margin: 0 0 0 8px !important;
}

.nav-sidebar-wrapper .menu-tree-category .menu-tree-section .menu-tree-section-link {
  font-size: calc(16px + 2px) !important;
  font-weight: 500 !important;
}

.nav-sidebar-wrapper .menu-tree-category .menu-tree-section .menu-tree-article {
  margin-left: 8px;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-category .menu-tree-section {
  margin: 0 8px 0 0 !important;
}

.nav-sidebar-wrapper .menu-tree-section {
  margin-bottom: 1rem;
}

.nav-sidebar-wrapper .menu-tree-section-parent li>a {
  font-weight: 500;
  margin-bottom: 5px;
  padding-right: 2px;
}

.nav-sidebar-wrapper .menu-tree-section-parent li>a .icon-star {
  top: 2px;
}

.nav-sidebar-wrapper .menu-tree-section-parent li>a .icon-lock {
  position: relative;
  top: 3px;
}

.nav-sidebar-wrapper .menu-tree-section-link {
  display: flex;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: rgba(33, 33, 33, 1);
}

@media (min-width: 1024px) {
  .nav-sidebar-wrapper .menu-tree-section-link {
    cursor: pointer;
  }
}

.nav-sidebar-wrapper .menu-tree-section-link .fa:before {
  content: " ";
}

.nav-sidebar-wrapper .menu-tree-section-link span {
  width: 90%;
}

.nav-sidebar-wrapper .menu-tree-section-link::before {
  content: "";
  width: 4px;
  border-radius: 15px;
  background-color: rgba(33, 33, 33, 1);
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  padding-bottom: 1px;
  pointer-events: none;
  position: absolute;
  height: 0;
  opacity: 0;
  transition: all 0.1s;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-section-link::before {
  left: 0;
  right: -10px;
}

.nav-sidebar-wrapper .menu-tree-section-link:hover::before,
.nav-sidebar-wrapper .menu-tree-section-link.current-item::before {
  height: 100%;
  opacity: 1;
}

.nav-sidebar-wrapper .menu-tree-section-link[aria-expanded="true"] .fa {
  transform: rotate(-180deg);
}

.nav-sidebar-wrapper .menu-tree-article-link {
  position: relative;
  font-size: 16px;
  font-weight: normal !important;
  color: #64B5F6;
  white-space: normal;
}

.nav-sidebar-wrapper .menu-tree-article-link::before {
  content: "";
  width: 4px;
  border-radius: 15px;
  background-color: rgba(33, 33, 33, 1);
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  padding-bottom: 1px;
  pointer-events: none;
  position: absolute;
  height: 0;
  opacity: 0;
  transition: all 0.1s;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-article-link::before {
  left: 0;
  right: -10px;
}

.nav-sidebar-wrapper .menu-tree-article-link:hover::before,
.nav-sidebar-wrapper .menu-tree-article-link.current-item::before {
  height: 100%;
  opacity: 1;
}

.nav-sidebar-wrapper .menu-tree-article-parent li {
  margin-bottom: 5px;
  color: rgba(33, 33, 33, 1);
  margin-left: 8px;
}

.nav-sidebar-wrapper .menu-tree-article-parent li:last-child {
  margin-bottom: 0;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-article-parent li {
  margin-left: 0;
  margin-right: 8px;
}

.nav-sidebar-wrapper .menu-tree-article-parent .menu-tree-section .menu-tree-section-header {
  margin-left: 0;
}

.nav-sidebar-wrapper .menu-tree-article-parent .menu-tree-section .menu-tree-section-header a {
  font-size: 16px;
  padding: 5px 0;
}

.nav-sidebar-wrapper .menu-tree-category-content,
.nav-sidebar-wrapper .menu-tree-section-content {
  display: flex;
  height: 10%;
  margin: 7px 0 0 10px;
  position: relative;
}

[dir="rtl"] .nav-sidebar-wrapper .menu-tree-category-content,
[dir="rtl"] .nav-sidebar-wrapper .menu-tree-section-content {
  margin: 7px 17px 0 0;
}

.nav-sidebar-wrapper .menu-tree-section-title,
.nav-sidebar-wrapper .menu-tree-category-title {
  width: 100%;
  white-space: normal;
  font-size: 20px;
}

.nav-sidebar-wrapper .menu-tree-category-content {
  margin: 10px 0 0;
}

.nav-sidebar-wrapper .menu-tree-category-parent,
.nav-sidebar-wrapper .menu-tree-section-parent,
.nav-sidebar-wrapper .menu-tree-article-parent {
  line-height: 2;
}

.nav-sidebar-icon {
  width: 1.5rem;
}

.nav-sidebar-close {
  text-align: right;
  color: rgba(33, 33, 33, 1);
}

@media (min-width: 1024px) {
  .nav-sidebar-close {
    display: none;
  }
}

[dir="rtl"] .nav-sidebar-close {
  text-align: left;
}

.non-collapsible-category .menu-tree-category-link .fa-angle-down {
  display: none;
}

.card {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid rgba(238, 238, 238, 1);
  background-color: #FFFFFF;
}

.visible {
  visibility: visible;
}

.relative {
  position: relative;
}

 .-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-16 {
  margin-bottom: 4.5rem !important;
}

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

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-16 {
  margin-top: 3.5rem !important;
}

.bt-icasei {
  border-top: 1px solid #eeeeee;
}

.card.icasei-bt-list .bt-icasei-2:first-child,
.menu-tree-category.bt-icasei-2:first-child {
  border-top: none;
}

.-mx-3.mt-5 .bt-icasei-2:last-child {
  border-bottom: 1px solid #eeeeee;
}

.bt-icasei-2 {
  border-top: 1px solid #eeeeee;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.ps-4 {
  padding-left: 1rem;
}

.ps-8 {
  padding-left: 2rem;
}

.pe-4 {
  padding-right: 1rem;
}

.pe-8 {
  padding-right: 2rem;
}

.td-none {
  text-decoration: none !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.w-70px {
  width: 48px;
  height: 48px;
}

.resize {
  resize: both;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

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

.items-start {
  align-items: flex-start;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.p-0 {
  padding: 0px;
}

.py-6 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.\!text-start {
  text-align: start !important;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-normal {
  font-weight: 400;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:basis-1\/5 {
    flex-basis: 20%;
  }

  .md\:basis-4\/5 {
    flex-basis: 80%;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.centered-text p {
  color: rgba(255, 255, 255, 1);
}

.fw-400 {
  font-weight: 400 !important;
  font-family: 'Helvetica Neue', sans-serif;
}

.fw-500 {
  font-weight: 500 !important;
  font-family: 'Helvetica Neue', sans-serif;
}

.fw-600 {
  font-weight: 600 !important;
  font-family: 'Helvetica Neue', sans-serif;
}

.fw-700 {
  font-weight: 700 !important;
  font-family: 'Helvetica Neue', sans-serif;
}

.width-100 {
  width: 100%;
}

.cta-card {
  border-radius: 8px;
  padding: 48px 16px 48px 16px;
  display: block;
}

.cta-card>p {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  margin: 32px 0;
}

.cta-card a {
  background-color: rgba(255, 255, 255, 1);
  color: #90CAF9;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}

.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background: url(/hc/theming_assets/01HZH0WEC4TX9684EF234X6MMJ);
  background-blend-mode: multiply, normal;
  background-position: center;
  background-size: cover;
  opacity: 100%;
}

.see-all-articles {
  font-weight: 500;
  text-align: center;
  padding: 16px 32px;
  transition: all 400ms;
}

.see-all-articles:hover {
  background-color: #F5F5F5;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.header-category {
  padding: 8px 24px;
  font-weight: 500;
}


/* CONTACT-HERO */
.contact-hero {
  background: #ecf4fb;
  height: 172px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.contact-hero__container {
  position: relative;
}

.contact-hero__image {
  display: block;
  width: 100%;
  max-width: 290px;
  transform: translateY(17px);
}

@media (min-width: 768px) {
  .contact-hero {
    height: 248px;
  }

  .contact-hero__image {
    max-width: 468px;
    transform: translateY(28px);
  }
}

.contact-balloon {
  display: block;
  width: 100%;
  max-width: 100px;
  animation: balloon 4000ms ease-out infinite normal;
  position: absolute;
  top: 25%;
  left: 71%;
}

@media (max-width: 768px) {
  .contact-balloon {
    width: 55px;
  }
}

@keyframes balloon {
  35% {
    transform: rotate(0deg);
  }

  38% {
    transform: rotate(-2deg) scale(1.025);
  }

  41% {
    transform: rotate(2deg) scale(1.05);
  }

  44% {
    transform: rotate(-2deg) scale(1.1);
  }

  47% {
    transform: rotate(2deg) scale(1.05);
  }

  50% {
    transform: rotate(-2deg) scale(1.025);
  }

  53% {
    transform: rotate(0deg);
  }
}

@media (min-width: 992px) {
  .contact-hero {
    height: 276px;
  }

  .contact-hero__image {
    max-width: 538px;
    transform: translateY(34px);
  }
}

/* CONTACT-FORM */
.contact-form {
  padding: 89px 0 72px 0;
  font-family: "Helvetica Neue", sans-serif;
}

.contact-form__title {
  font-size: 28px;
  line-height: 1.29;
  font-weight: normal;
  text-align: center;
  color: #212121;
  margin-bottom: 16px;
}

.contact-form__description {
  font-size: 16px;
  line-height: 1.63;
  font-weight: normal;
  text-align: center;
  color: #757575;

  margin-bottom: 72px;
}

.contact-form__form-wrapper .form-field.required>label::after {
  display: none;
}

.contact-form__form-wrapper .form-field input[type="text"] {
  height: 56px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  color: #424242;
  transition: border 0.2s linear;
}

.contact-form__form-wrapper .form-field input[type="text"]:focus {
  border: 1px solid #424242;
}

.contact-form__form-wrapper .form-field textarea {
  min-height: 176px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  color: #424242;
  transition: border 0.2s linear;
  font-family: "Helvetica Neue", sans-serif;
}

.contact-form__form-wrapper .form-field textarea:focus {
  border: 1px solid #424242;
}

.contact-form__form-wrapper .form-field {
  position: relative;
}

.contact-form__form-wrapper .form-field .nesty-input {
  height: 56px;
  line-height: 56px;
  padding: 0 16px;
  color: #424242;
  font-size: 14px;
  transition: border 0.2s linear;
}

.contact-form__form-wrapper .form-field .nesty-input:focus {
  border: 1px solid #424242;
}

.contact-form__form-wrapper .form-field .nesty-input::after {
  top: 50%;
  transform: translateY(-50%);
}

.contact-form__form-wrapper form>div.form-field>label:not([for="request-attachments"]) {
  font-size: 12px !important;
  line-height: 1.5;
  font-weight: 300;
  color: #757575;

  background: #ffffff;
  padding: 0 6px;
  position: absolute;
  top: -8px;
  left: 12px;
  z-index: 5;
  transition: all 0.15s linear 0s;
}

.contact-form__form-wrapper form>div.form-field>label.empty {
  font-size: 14px !important;
  top: 18px;
  color: #9e9e9e;
}

.contact-form__form-wrapper form>div.form-field>label[for="request-attachments"] {
  font-size: 18px !important;
  line-height: 1.56;
  color: #212121;
  font-weight: normal;
  margin-bottom: 16px;
}

.contact-form__form-wrapper .form-field p {
  font-weight: normal;
  font-size: 10px;
  line-height: 1.5;
  color: #9e9e9e;
  margin: 8px 0 0 0;
}

.contact-form__form-wrapper .suggestion-list .searchbox {
  margin-top: 8px;
}

.contact-form__form-wrapper .suggestion-list .searchbox label {
  font-size: 15px;
  line-height: 1.67;
  color: #212121;
}

.contact-form__form-wrapper .suggestion-list .searchbox a {
  color: #64b5f6;
}

.contact-form__form-wrapper .upload-dropzone {
  height: 66px;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form__form-wrapper .upload-dropzone[data-hc-focus="true"] {
  border: 1px solid #424242;
}

.contact-form__form-wrapper .upload-dropzone span {
  font-size: 0;
  line-height: normal;
  padding: 0;
}

.contact-form__form-wrapper .upload-dropzone span a {
  font-size: 0;
}

.contact-form__form-wrapper .upload-dropzone span::after {
  content: "Adicione o arquivo ou solte aqui";
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  color: #9e9e9e;
  padding: 0;
}

.contact-form__form-wrapper input[type="submit"] {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.62;
  font-weight: normal;
  background: #90caf9;
  height: 56px;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 32px;
  margin-bottom: 32px;

  transition: background-color 0.3s linear;
}

.contact-form__form-wrapper input[type="submit"]:hover,
.contact-form__form-wrapper input[type="submit"]:focus {
  background: #64b5f6;
}

.contact-form__form-wrapper .grecaptcha-badge {
  display: none !important;
}

@media (min-width: 768px) {
  .contact-form {
    padding: 100px 0 72px 0;
  }

  .contact-form__title {
    font-size: 36px;
    line-height: 1.22;
  }

  .contact-form__form-wrapper {
    max-width: 470px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .contact-form {
    padding: 130px 0 96px 0;
  }

  .contact-form__title {
    font-size: 48px;
    line-height: 1.17;
  }

  .contact-form__description {
    font-size: 18px;
    line-height: 1.56;

    margin-bottom: 96px;
  }

  .contact-form__form-wrapper {
    max-width: 570px;
  }
}

/* CONTACT-CONTAINER */
.contact-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .contact-container {
    max-width: 540px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .contact-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .contact-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .contact-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .contact-container {
    max-width: 1140px;
  }
}

/* RECAPTCHA-INFO */
.recaptcha-info {
  width: 100%;
  height: 56px;
  max-width: 540px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 0px 16px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
}

.recaptcha-info svg {
  min-width: 32px;
}

.recaptcha-info__texts {
  margin-left: 16px;
  opacity: 0.6;
}

.recaptcha-info__texts p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  color: #9e9e9e;
  margin: unset;
}

.recaptcha-info__texts a {
  color: #757575;
  font-weight: 500;
  transition: color 0.2s linear;
}

.recaptcha-info__texts a:hover {
  color: #212121;
  text-decoration: none;
}

@media (min-width: 768px) {
  .recaptcha-info {
    max-width: 470px;
  }
}

@media (min-width: 992px) {
  .recaptcha-info {
    max-width: 570px;
  }
}


/* PHONES */
.plan-basic .phones {
  display: none;
}

.phones {
  padding: 72px 0px;
  border-top: 1px solid #e0e0e0;
  background: #ffffff;
  font-family: "Helvetica Neue", sans-serif;
}

.phones__title {
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.29;
  color: #212121;

  margin-bottom: 16px;
}

.phones__description {
  font-size: 16px;
  line-height: 1.63;
  font-weight: normal;
  color: #757575;
  text-align: center;
  max-width: 412px;
  margin: 0 auto;

  margin-bottom: 72px;
}

.phones__description strong {
  color: #6d6d6d;
  font-family: Helvetica Neue-Light;
}

.phones__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
  color: #212121;

  margin-bottom: 32px;
}

.phones__column:not(:last-child) {
  margin-bottom: 32px;
}

.phones__region+.phones__region {
  margin-top: 32px;
}

.phones__list {
  list-style: none;
}

.phones__item {
  font-size: 14px;
  line-height: 1.71;
  font-weight: normal;
  color: #616161;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phones__item:not(:last-child) {
  margin-bottom: 16px;
}

.phones__item a {
  color: currentColor;
  text-decoration: none;
  transition: color 0.2s linear;
}

.phones__item a:hover {
  color: #212121;
}

@media (min-width: 768px) {
  .phones__title {
    font-size: 36px;
    line-height: 1.22;
  }

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

  .phones__column {
    width: 50%;
  }

  .phones__region {
    width: 282.5px;
  }
}

@media (min-width: 992px) {
  .phones {
    padding: 96px 0px;
  }

  .phones__title {
    font-size: 48px;
    line-height: 1.17;
  }

  .phones__description {
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 96px;
    max-width: unset;
  }

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

  .phones__column {
    width: unset;
    flex: 1;
  }

  .phones__column:not(:last-child) {
    margin-bottom: 0px;
  }

  .phones__region {
    width: 255px;
  }
}

@media (min-width: 1200px) {
  .phones__numbers {
    margin-right: 95px;
  }
}

/* CONTACT-MAP */
.contact-map iframe {
  display: block;
  height: 260px;
}

@media (min-width: 992px) {
  .contact-map iframe {
    height: 432px;
  }
}

.fab {
  width: 18px;
  height: 18px;
}

.fas {
  width: 24px;
  height: 24px;
}

.text-color-title {
  color: rgba(33, 33, 33, 1) !important;
}

.text-color-title a {
  color: rgba(33, 33, 33, 1) !important;
}

.text-color-desc {
  color: #757575;
}

.br-10 {
  border-radius: 10px;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 520px) {
  .text-mb-left {
    text-align: left !important;
  }
}

@media (max-width: 920px) {
  .video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .d-block-sm {
    display: none !important;
  }

  .d-block-md {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .d-block-sm {
    display: none !important;
  }

  .d-block-md {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .kbaxnO {
    width: 80px !important;
    height: 28px !important;
  }
}

.kbaxnO {
  color: #64B5F6 !important;
  width: 68px;
  height: 24px;
}

::selection {
  background-color: #90caf9;
  color: #fff;
}

.img-notfound {
  max-width: 288px !important;
  width: 100%;
}

.p-pl_block-24 {
  padding: 24px;
}

.p-i_box_promoted-24 {
  padding: 24px;
}

.p-i_box-32 {
  padding: 32px;
}

.p-i_box-32-24 {
  padding: 32px 24px;
}

.no-hover:hover {
  box-shadow: none;
  opacity: unset;
  border-color: rgba(238, 238, 238, 1);
}

.text_title-sz-sm {
  font-size: 12px;
  line-height: 18px;
}

.text_title-sz-std {
  font-size: 14px;
  line-height: 24px;
}

.text_title-sz-md {
  font-size: 16px;
  line-height: 26px;
}

.text_title-sz-lg {
  font-size: 18px;
  line-height: 28px;
}

.text_title-clr-std {
  color: rgba(33, 33, 33, 1);
}

.sect_title-sz-sm {
  font-size: 14px;
  line-height: 24px;
}

.art_title-sz-sm {
  font-size: 14px;
  line-height: 24px;
  padding: 16px 24px;
  font-family: 'Helvetica Neue';
}

.divider-20 {
  margin-block: 20px;
  height: 1px;
  background-color: #E0E0E0;
  opacity: 48%;
}

.cta_art_button-clr {
  color: #424242 !important;
}

.new-request-button {
 padding: 12px 24px !important;
 border-radius: 4px !important;
 border: 1px solid #64B5F6 !important;
 font-size: 14px;
}

@media (max-width: 767px) {
  .card-article-mobile {
    padding: 32px;
  }
}

 {
  text-transform: capitalize;
}

::placeholder {
  color: #BDBDBD;
  opacity: 1;
  font-size: 14px;
  line-height: 24px;
}


/***** Magnani Custom *****/

/***** Global *****/

  .container-conversion {
    border-radius: 8px;
    border: 1px solid var(--something-blue-50, #ECF4FB);
    background: rgba(236, 244, 251, 0.50);
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    margin-top: 32px;
  }

  .conversion-title {
    color: var(--groom-suit-900, #212121);
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 162.5% */
  }

  .conversion-content {
    color: var(--groom-suit-600, #757575);
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }

  .container-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
  }

  .conversion-button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    background: var(--something-blue-500, #90CAF9);
    color: var(--white, #FFF)!important;
    text-align: center;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    text-decoration: none; /* Remove underline from anchor */
  }

@media (max-width: 768px) {
  .header-inner {
    padding: 0 5%;
  }
  .page-content-wrapper {
    padding: 0;
  }
  p.mb-16.content-secondary {
    margin-bottom: 3rem !important;
  }
}

@media (min-width: 768px) {
  .flex-col.lg\:flex-row {
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

/***** Utils *****/
@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

/***** Home *****/

h5.text-color-title {
  font-size: 16px;
  font-weight: 500!important;
  font-family: 'Helvetica Neue';
}
i.ps-4.fas.fa-arrow-right {
  font-size: 14px;
}
.category-block .image-box-item.image-box-horizontal:hover,
.category-block .image-box-item.image-box-vertical:hover {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 768px) {
  .intro-title,
  h3.text-center {
    font-size: 24px;
    line-height: 36px;
  }
  .button-secondary, .btn-secondary {
    font-size: 12px;
    padding: 12px;
  }
  .header-inner {
    width: 100%;
  }
  .hero.home {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

/***** Categorias *****/

ul.-mx-3.mt-5 {
  margin: 0px;
}
.mb-6.fw-500 {
  font-size: 18px;
  margin-bottom: 2rem!important;
}
.text-center.mt-4.py-6 {
  margin-bottom: 0rem!important;
}
.section-content .article-link {
  padding: 16px 0;
}

@media (max-width: 768px) {
  .sub-nav .search input[type="search"] {
    height: 48px;
  }
  .article-title-link {
    font-size: 22px;
  }
  .container-wrapper .mb-16 {
    margin-bottom: 3rem!important;
  }
  section.section.hero.hero-small {
    margin-bottom: 48px;
  }
  h4 {
    font-size: 22px;
  }
}

/***** Busca *****/

p.content-secondary {
  color: #757575;
}
span.search-result-votes {
  display: none;
}
.search-result-meta,
span.meta-item a,
span.meta-item,
span.mx-1 {
  color: #757575;
}
span.pagination-next-icon,
span.pagination-prev-icon {
  display: none;
}

/***** Artigo *****/

h5.article-title-link {
  font-weight: 500;
}
.content-tag-item a {
  font-size: 14px;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .article-title {
  font-size: 22px!important;
  margin-bottom: 16px!important;
  }
  .article-header {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}
