/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  color: #000;
  background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 3 */
  font: inherit; /* 2 */
  color: inherit; /* 1 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */ input[type="reset"],
input[type="submit"] {
  cursor: pointer; /* 3 */
  -webkit-appearance: button; /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] {
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
  -webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  padding: 0; /* 2 */
  border: 0; /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Reset the box-sizing */

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

html,
body {
  height: 100%;
}

/* Body reset */

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(82, 84, 88, 1);
  background-color: #f0f0f7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Reset fonts for relevant elements */

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

/* Links */

a {
  color: rgba(33, 88, 245, 1);
  text-decoration: none;
}

a:hover,
a:focus {
 /*  color: #298dff;
 text-decoration: none;*/
      text-decoration: underline;
}

figure {
  margin: 0;
}

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

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin: 0 0 calc(14px * 1.5 * 0.1); /* */
}

h2 {
  margin: 0 0 calc(14px * 1.5);
}

h3 {
  margin: 0 0 calc(14px * 1.5);
}

h4 {
  margin: 0 0 calc(14px * 1.5);
}

h5 {
  margin: 0 0 calc(14px * 1.5);
}

h6 {
  margin: 0 0 calc(14px * 1.5);
}

.h1 {
  margin: 0 0 calc(14px * 1.5);
}

.h2 {
  margin: 0 0 calc(14px * 1.5);
}

.h3 {
  margin: 0 0 calc(14px * 1.5);
}

.h4 {
  margin: 0 0 calc(14px * 1.5);
}

.h5 {
  margin: 0 0 calc(14px * 1.5);
}

.h6 {
  margin: 0 0 calc(14px * 1.5);
}

p {
  margin: 0 0 calc(14px * 1.5);
}

ul {
  margin: 0 0 calc(14px * 1.5);
}

ol {
  margin: 0 0 calc(14px * 1.5);
}

h1 {
  font-size: calc(14px * 3);
}

.h1 {
  font-size: calc(14px * 3);
}

h2 {
  font-size: calc(14px * 1.4);
}

.h2 {
  font-size: calc(14px * 1.4);
}

h3 {
  font-size: calc(14px * 1.5);
}

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

h4 {
  font-size: calc(14px * 1.25);
}

.h4 {
  font-size: calc(14px * 1.25);
}

h5 {
  font-size: calc(14px * 1.1);
}

.h5 {
  font-size: calc(14px * 1.1);
}

h6 {
  font-size: calc(14px * 1);
}

.h6 {
  font-size: calc(14px * 1);
}

b,
strong {
/*  font-weight: 600;*/
}

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

/* Description Lists */

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0; /* Undo browser default */
}

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

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

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

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

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

/* Abbreviations and acronyms */

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #8d8d8d;
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #8d8d8d;
}

/* Blockquotes */

blockquote {
  padding: calc(14px * 1.5 / 2) calc(14px * 1.5);
  margin: 0 0 calc(14px * 1.5);
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-style: italic;
  background-color: #f0f0f7;
  border-left: 5px solid #c4c4c4;
}

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

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

/* Code */

code {
  padding: 20px !important;
  border-radius: 4px !important;
}

/*  Addresses */

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

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

.clearfix:after {
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.is-hidden,
.hidden {
  display: none !important;
}

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

.bg--gray-lightest {
 /*   background-color: #fbfbfb !important;   #f0f0f7 */
/*    border-top: 1px solid #E3E3E3; */
    border-bottom: 1px solid #E3E3E3; /* #a9a9a9; */
/*  background-image: linear-gradient(to top, #fbfbfb 0%, #f3f8fd 100%);*/
   background-image: url("https://www.autobidmaster.com/build/spa/images/pagesections-helpcenterfaq-img/bg.380d015d.jpg");
}
.bg--gray-lightest-section
{
   background-image: linear-gradient(to top, #fbfbfb 0%, #f3f8fd 100%);
}
@media (max-width: 479px)
{
  .bg--gray-lightest {
    background-color: #f9f9f9 !important; 
}
}

.bg--white-lightest {
    background-color: #fff !important;  /* #f0f0f7 */
/*    border-top: 1px solid #E3E3E3; */
    border-bottom: 1px solid #E3E3E3; /* #a9a9a9; */
}

.bg--white-lightest-car {
    background-color: #fff !important;  /* #f0f0f7 */
    border-top: 1px solid #E3E3E3; 
}

.text-meta {
  color: #979797;
}

.white-box {
  background-color: #fff;
  border: 0px transparent solid;
  border-color: #ccc;
  border-bottom-width: 0px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
}

.white-box-1 {
  background-color: #fff;
 /* border: 1px transparent solid; */
  border-color: #ccc;
  border-bottom-width: 0px;
  border-radius: 4px;
}

.article-sidebar .white-box-1 {
  padding: 20px 15px;
 /* border-bottom-width: 1px;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06); */
}

/* 
Normalize non-controls

Restyle and baseline non-control form elements. 
*/

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

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

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

/* 
 Normalize form controls

 While most of our form styles require extra classes, some basic normalization
 is required to ensure optimum display with or without those classes to better
 address browser inconsistencies. 
*/

/*  Override content-box in Normalize (* isn't specific enough) */

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*  Position radios and checkboxes better */

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

/*  Set the height of file controls to match text inputs */

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

/*  Make range inputs behave like textual form controls */

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

/*  Make multiple select elements height not fixed */

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

/*  Focus for file, radio, and checkbox */

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

/*  Adjust output element */

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
}

/* 
 Common form controls

 Shared size and type resets for form controls. Apply `.form-control` to any
 of the following form controls:
 
*/

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

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

input[type='text'] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #808080; /* 2px solid #eceeef; */
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type='password'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type='datetime'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type='datetime-local'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type='date'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type='month'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type='time'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type='week'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type='number'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type='email'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type='url'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

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

input[type='tel'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type='color'] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 2px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

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

/*  Customize the `:focus` state to imitate native WebKit styles. */

select:focus,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.nesty-input:focus {
  border-color:rgba(33, 88, 245, 1); 
  outline: 0;
}

/*  Placeholder */

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
.nesty-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input[type='text']::-ms-input-placeholder,
input[type='password']::-ms-input-placeholder,
input[type='datetime']::-ms-input-placeholder,
input[type='datetime-local']::-ms-input-placeholder,
input[type='date']::-ms-input-placeholder,
input[type='month']::-ms-input-placeholder,
input[type='time']::-ms-input-placeholder,
input[type='week']::-ms-input-placeholder,
input[type='number']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='url']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='color']::-ms-input-placeholder,
.nesty-input::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

select::placeholder,
textarea::placeholder,
input[type='text']::placeholder,
input[type='password']::placeholder,
input[type='datetime']::placeholder,
input[type='datetime-local']::placeholder,
input[type='date']::placeholder,
input[type='month']::placeholder,
input[type='time']::placeholder,
input[type='week']::placeholder,
input[type='number']::placeholder,
input[type='email']::placeholder,
input[type='url']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='color']::placeholder,
.nesty-input::placeholder {
  color: #999;
  opacity: 1;
}

select {
  height: calc(14px * 1.5 + 12px + 2px);
}

/*  Reset height for `textarea`s */

textarea {
  height: auto;
  height: calc((14px * 1.5 + 12px + 2px) * 3);
  resize: vertical;
}

/*  Search inputs in iOS */

/* 
 This overrides the extra rounded corners on search inputs in iOS so that our
 `.form-control` class can properly style them. Note that this cannot simply
 be added to `.form-control` as it's not specific enough. For details, see
 https:github.com/twbs/bootstrap/issues/11586. */

input[type='search'] {
  -webkit-appearance: none;
}

/*  Special styles for iOS temporal inputs

 In Mobile Safari, setting `display: block` on temporal inputs causes the
 text within the input to become vertically misaligned. As a workaround, we
 set a pixel line-height that matches the given height of the input, but only
 for Safari. */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'],
  input[type='time'],
  input[type='datetime-local'],
  input[type='month'] {
    line-height: calc(14px * 1.5 * 2.5);
  }
}

/*  Form groups

 Designed to help with the organization and spacing of vertical forms. For
 horizontal forms, use the predefined grid classes. */

.form-field {
  margin-bottom: calc(14px * 1.5);
  width: 100%;
    display: inline-block;
}

.form-field.required > label:after {
  margin-left: 2px;
  color: #981B1E;
  content: '*';
}

.form-field.boolean {
  position: relative;
  padding-left: 20px;
}

.form-field.boolean input[type='checkbox'] {
  position: absolute;
  left: 0;
}

.form-field.boolean label {
  min-height: calc(14px * 1.5);
  /* Ensure the input doesn't jump when there is no text */
  margin-bottom: 0;
  cursor: pointer;
}

input[type='radio'][disabled],
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}

/*  Help text

 Apply to any element you wish to create light text for placement immediately
 below a form control. Use for general help, formatting, or instructional text. */

.form-field p,
.help-block {
  display: block; /* account for any element using help-block */
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 90%;
  color: #919499; /* lighten the text some for contrast */
}

.form-field hr
{
display: block;
height: 1px;
padding: 0;
margin-top: 0;
border: 0;
border-top: 2px solid #e7e7e7;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn,
input[type='submit'],
[role='button'],
.topbar .login,
.lines-button,
.community-recent-activity .recent-activity-controls a,
.satisfaction-box input[type='radio'] ~ label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: calc(14px - 2px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius:20px ; /*4px*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.btn:focus,
.btn:active:focus,
input[type='submit']:focus,
input[type='submit']:active:focus,
[role='button']:focus,
[role='button']:active:focus,
.topbar .login:focus,
.topbar .login:active:focus,
.lines-button:focus,
.lines-button:active:focus,
.community-recent-activity .recent-activity-controls a:focus,
.community-recent-activity .recent-activity-controls a:active:focus,
.satisfaction-box input[type='radio'] ~ label:focus,
.satisfaction-box input[type='radio'] ~ label:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
input[type='submit']:hover,
input[type='submit']:focus,
[role='button']:hover,
[role='button']:focus,
.topbar .login:hover,
.topbar .login:focus,
.lines-button:hover,
.lines-button:focus,
.community-recent-activity .recent-activity-controls a:hover,
.community-recent-activity .recent-activity-controls a:focus,
.satisfaction-box input[type='radio'] ~ label:hover,
.satisfaction-box input[type='radio'] ~ label:focus {
  color: #FDB81E;
  text-decoration: none;
}

.btn:active,
input[type='submit']:active,
[role='button']:active,
.topbar .login:active,
.lines-button:active,
.community-recent-activity .recent-activity-controls a:active,
.satisfaction-box input[type='radio'] ~ label:active {
  background-image: none;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.topbar .login {
  color: #fff;
  border-color: #fff;
}

[role='button'],
.btn--default,
.section-subscribe .dropdown-toggle,
.community-recent-activity .recent-activity-controls a,
.article-subscribe,
.article-unsubscribe,
.post-subscribe,
.post-unsubscribe,
.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: #FDB81E;
  background-color: transparent;
  border-color: #FDB81E;
}

[role='button']:hover,
[role='button']:focus,
[role='button']:active,
.btn--default:hover,
.btn--default:focus,
.btn--default:active,
.section-subscribe .dropdown-toggle:hover,
.section-subscribe .dropdown-toggle:focus,
.section-subscribe .dropdown-toggle:active,
.community-recent-activity .recent-activity-controls a:hover,
.community-recent-activity .recent-activity-controls a:focus,
.community-recent-activity .recent-activity-controls a:active,
.article-subscribe:hover,
.article-subscribe:focus,
.article-subscribe:active,
.article-unsubscribe:hover,
.article-unsubscribe:focus,
.article-unsubscribe:active,
.post-subscribe:hover,
.post-subscribe:focus,
.post-subscribe:active,
.post-unsubscribe:hover,
.post-unsubscribe:focus,
.post-unsubscribe:active,
.topic-controls__item--subscribe .dropdown-toggle:hover,
.topic-controls__item--subscribe .dropdown-toggle:focus,
.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:hover,
.topic-controls__item--subscribe .topic-unsubscribe:focus,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  color: #dc9802;
  background-color: transparent;
  border-color: #dc9802;
}
#hide_request_form input[type='submit']
{
    width: 100%;
    text-transform: capitalize;
}
input[type='submit'],
.btn--primary {

  color: #fff;
  background-color: rgba(33, 88, 245, 1);
  border-color: #1751f5;
}

input[type='submit']:hover {
  color: #fff;
  background-color: #5681F7; /* 5681F7 */
  border-color: #4372f6;
}

input[type='submit']:focus {
  color: #fff;
  background-color: #5681F7;
  border-color: #4372f6;
}

input[type='submit']:active {
  color: #fff;
  background-color: #5681F7;
  border-color: #4372f6;
}

.btn--primary:hover {
  color: #fff;
  background-color: #5681F7;
  border-color: #4372f6;
}

.btn--primary:focus {
  color: #fff;
  background-color: #5681F7;
  border-color: #4372f6;
}

.btn--primary:active {
  color: #fff;
  background-color: #5681F7;
  border-color: #4372f6;
}

.btn--topbar,
.topbar .login {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #c5d4de;
padding: 5px 17px!important; /*5 15*/
  background-color: transparent;
  border-color: #c5d4de;
}

.btn--topbar:hover,
.btn--topbar:focus,
.btn--topbar:active,
.topbar .login:hover,
.topbar .login:focus,
.topbar .login:active {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.btn--topbar {
  font-weight: 400;
}

.submit-a-request,
.btn--warning {
  color: #333; /*rgba(82, 84, 88, 1)*/
  background-color: #FDB81E;
  border-color: #FDB81E;
}

.submit-a-request:hover {
  color: #666;
  background-color: #fed883;
  border-color: #fed883;
}

.submit-a-request:focus {
  color: #666;
  background-color: #fed883;
  border-color: #fed883;
}

.submit-a-request:active {
  color: #666;
  background-color: #fed883;
  border-color: #fed883;
}

.btn--warning:hover {
  color: #666;
  background-color: #fed883;
  border-color: #fed883;
}

.btn--warning:focus {
  color: #666;
  background-color: #fed883;
  border-color: #fed883;
}

.btn--warning:active {
  color: #666;
  background-color: #fed883;
  border-color: #fed883;
}

.profile-header__options [data-action='edit-profile'] {
  color: #FDB81E;
  background-color: transparent;
  border-color: #FDB81E;
}

.profile-header__options [data-action='edit-profile']:hover,
.profile-header__options [data-action='edit-profile']:focus,
.profile-header__options [data-action='edit-profile']:active {
  color: #dc9802;
  background-color: darken(transparent, 12%);
  border-color: #dc9802;
}

.profile-header__options [data-action='edit-profile']:active {
  background-image: none;
}

.profile-header__options [data-action='edit-profile']:hover {
  opacity: 0.8;
}

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

@media (min-width: 768px) {
  .container {
    padding-right: calc(15px * 2);
    padding-left: calc(15px * 2);
  }
}

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

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

.column {
  position: relative;
  float: left; 
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }

  .column--sm-2 {
    width: 16.66667%;
  }

  .column--sm-3 {
    width: 25%;
  }

  .column--sm-4 {
    width: 33.33333%;
  }

  .column--sm-5 {
    width: 41.66667%;
  }

  .column--sm-6 {
    width: 50%;
  }

  .column--sm-7 {
    width: 58.33333%;
  }

  .column--sm-8 {
    width: 66.66667%;
  }

  .column--sm-9 {
    width: 75%;
  }

  .column--sm-10 {
    width: 83.33333%;
  }

  .column--sm-11 {
    width: 91.66667%;
  }

  .column--sm-12 {
    width: 100%;
  }

  .column--sm-offset-0 {
    margin-left: 0%;
  }

  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }

  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }

  .column--sm-offset-3 {
    margin-left: 25%;
  }

  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }

  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }

  .column--sm-offset-6 {
    margin-left: 50%;
  }

  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }

  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }

  .column--sm-offset-9 {
    margin-left: 75%;
  }

  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }

  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }

  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }

  .column--md-2 {
    width: 16.66667%;
  }

  .column--md-3 {
    width: 25%;
  }
    .column--md-3-20 {
    width: 20%;
  }

  .column--md-4 {
    width: 33.33333%;
  }

  .column--md-5 {
    width: 41.66667%;
  }

  .column--md-6 {
    width: 50%;
  }

  .column--md-7 {
    width: 58.33333%;
  }

  .column--md-8 {
    width: 66.66667%;
  }

  .column--md-9 {
    width: 75%;
  }

  .column--md-10 {
    width: 83.33333%;
  }

  .column--md-11 {
    width: 91.66667%;
  }

  .column--md-12 {
    width: 100%;
  }

  .column--md-offset-1 {
    margin-left: 8.33333%;
  }

  .column--md-offset-2 {
    margin-left: 16.66667%;
  }

  .column--md-offset-3 {
    margin-left: 25%;
  }

  .column--md-offset-4 {
    margin-left: 33.33333%;
  }

  .column--md-offset-5 {
    margin-left: 41.66667%;
  }

  .column--md-offset-6 {
    margin-left: 50%;
  }

  .column--md-offset-7 {
    margin-left: 58.33333%;
  }

  .column--md-offset-8 {
    margin-left: 66.66667%;
  }

  .column--md-offset-9 {
    margin-left: 75%;
  }

  .column--md-offset-10 {
    margin-left: 83.33333%;
  }

  .column--md-offset-11 {
    margin-left: 91.66667%;
  }

  .column--md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }

  .column--lg-2 {
    width: 16.66667%;
  }

  .column--lg-3 {
    width: 25%;
  }

  .column--lg-4 {
    width: 33.33333%;
  }

  .column--lg-5 {
    width: 41.66667%;
  }

  .column--lg-6 {
    width: 50%;
  }

  .column--lg-7 {
    width: 58.33333%;
  }

  .column--lg-8 {
    width: 66.66667%;
  }

  .column--lg-9 {
    width: 75%;
  }

  .column--lg-10 {
    width: 83.33333%;
  }

  .column--lg-11 {
    width: 91.66667%;
  }

  .column--lg-12 {
    width: 100%;
  }

  .column--lg-pull-0 {
    right: auto;
  }

  .column--lg-pull-1 {
    right: 8.33333%;
  }

  .column--lg-pull-2 {
    right: 16.66667%;
  }

  .column--lg-pull-3 {
    right: 25%;
  }

  .column--lg-pull-4 {
    right: 33.33333%;
  }

  .column--lg-pull-5 {
    right: 41.66667%;
  }

  .column--lg-pull-6 {
    right: 50%;
  }

  .column--lg-pull-7 {
    right: 58.33333%;
  }

  .column--lg-pull-8 {
    right: 66.66667%;
  }

  .column--lg-pull-9 {
    right: 75%;
  }

  .column--lg-pull-10 {
    right: 83.33333%;
  }

  .column--lg-pull-11 {
    right: 91.66667%;
  }

  .column--lg-pull-12 {
    right: 100%;
  }

  .column--lg-push-0 {
    left: auto;
  }

  .column--lg-push-1 {
    left: 8.33333%;
  }

  .column--lg-push-2 {
    left: 16.66667%;
  }

  .column--lg-push-3 {
    left: 25%;
  }

  .column--lg-push-4 {
    left: 33.33333%;
  }

  .column--lg-push-5 {
    left: 41.66667%;
  }

  .column--lg-push-6 {
    left: 50%;
  }

  .column--lg-push-7 {
    left: 58.33333%;
  }

  .column--lg-push-8 {
    left: 66.66667%;
  }

  .column--lg-push-9 {
    left: 75%;
  }

  .column--lg-push-10 {
    left: 83.33333%;
  }

  .column--lg-push-11 {
    left: 91.66667%;
  }

  .column--lg-push-12 {
    left: 100%;
  }

  .column--lg-offset-0 {
    margin-left: 0%;
  }

  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }

  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }

  .column--lg-offset-3 {
    margin-left: 25%;
  }

  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }

  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }

  .column--lg-offset-6 {
    margin-left: 50%;
  }

  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }

  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }

  .column--lg-offset-9 {
    margin-left: 75%;
  }

  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }

  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }

  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

@media (max-width: 479px) {
  .column--xxs-12 {
    width: 100%;
  }
}

.logo-wrapper {
  display: inline-block;
 /* margin-top: 5px;
  margin-bottom: 10px;*/
  vertical-align: middle;
/*  margin-right: auto;*/
      margin-left: 8px;
    margin-right: 8px;
}

@media (min-width: 992px) {
  .logo-wrapper {
/*    margin-top: 19px;
    margin-bottom: 19px;
 */   

  }
}

.logo img {
  display: block;
  max-height: 35px!important; /*  50px */
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f0f0f7;
}

.layout__main {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
background-color: #fff;
}

.layout__main:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: '\00a0';
}

.layout__header,
.layout__footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  
  position: relative;
}

.topbar {
  width: 100%;
  margin-bottom: 0;
  color: rgba(33, 88, 245, 1);
 background-color: rgba(33, 88, 245, 1);  /* #2487D7; */
  border-style: solid;
  border-width: 0;
  border-bottom: 1px solid #fff;
  height: 45px;
}

@media (max-width: 991px) {
  .topbar .submit-a-request,
  .topbar .login {
    display: block;
    float: none;
    margin-top: 6px; /*30*/
    margin-bottom: 6px; /*15*/
  }
}

@media (min-width: 992px) {
  .topbar {
    margin-bottom: 0;
  }
}

.topbar .dropdown-toggle:after {
  color: #c5d4de;
}

/*
.language-selector {
  a{
    font-weight: 400;
  }
  .dropdown-menu{
    margin-top: 0px;
    border-radius: 4px 4px 4px 4px;
  }
}*/

.submit-a-request {
  border-radius: 60px;
  padding: 10px 20px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .submit-a-request {
/*    margin-left: 4px;*/
  }
}

@media (min-width: 1200px) {
  .submit-a-request {
/*    margin-left: 10px;*/
  }
}

.topbar--bordered {
  border-color: #eee transparent;
  border-style: solid;
  border-width: 4px 0 1px;
}

.topbar__inner {
  width: 100%;
  margin: 0 auto;
  height: 45px;
}
/*
@media (min-width: 992px) {
  .topbar__inner {
    display: flex;
    justify-content: space-between;
  }
}
*/
.topbar__col {
  position: relative;
  padding: 0 0;
}

@media (min-width: 992px) {
  .topbar__col {
    display: flex;
    align-items: center;
  }
}

.topbar__col--main {
  display: flex;
  height: 45px;
  align-items: center;
     justify-content: space-between; 
}

@media (min-width: 992px) {
  .topbar__controls {
    float: right;
  }
}

@media (max-width: 991px) {
  .topbar__controls > div {
    display: block;
    display: block;
    float: none;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
  }
}

@media (max-width: 991px) {
  .topbar__collapse {
    display: none;
    padding-top: calc(14px * 1.5 / 2);
    padding-bottom: calc(14px * 1.5);
  }
}

@media (min-width: 992px) {
  .topbar__collapse {
    display: block !important;
  }
}

.topbar__menu {
  padding: 0;
}

@media (max-width: 991px) {
  .topbar__menu {
    padding: 0;
    background: rgba(33, 88, 245, 1); 
    z-index: 3000;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 992px) {
  .topbar__col {
    padding: 0px 0;
  }
}

.topbar__link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
}

.topbar__link:hover {
  color: #ffffff; /* #A2DFFF; */
  text-decoration: none;
  text-shadow: 0px 0px 2px #fff;
}

.topbar__link:active {
  color: #A2DFFF;
  text-decoration: none;
}

.topbar__link:focus {
  color: #A2DFFF;
  text-decoration: none;
}

@media (min-width: 992px) {
  .topbar__link {
    padding-right: 10px;
    font-size: 12px;
    height: 41px; /* 71px */
    padding-top: 11px; /* 26px */
  }
}

@media (min-width: 1200px) {
  .topbar__link {
    padding-right: 20px;
    font-size: 14px;
  /*  padding-top: 24px; */
  }
}

/* stylelint-disable */

#user-menu {
  margin: 0 !important;
  border: 0 !important;
}

#user-menu [role='menuitem'] {
  white-space: nowrap;
}

#user > .btn {
  padding-right: 0;
  padding-left: 0;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {
  #user-dropdown {
    position: static;
    display: inline;
    float: none;
    background: transparent !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
  }

  #user-dropdown:before,
  #user-dropdown:after {
    display: none;
  }
}

#user-dropdown [role='menuitem'] {
  padding: 10px 0;
}

@media (max-width: 767px) {
  #user-dropdown [role='menuitem'] {
    color: rgba(33, 88, 245, 1);
  }

  #user-dropdown [role='menuitem']:hover {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  #user-dropdown [role='menuitem'] {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#user-dropdown [role='separator'] {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  #user-dropdown [role='separator'] {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 768px) {
  #user-dropdown[aria-expanded='true'] {
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
  }
}

#user-dropdown:before,
#user-dropdown:after {
  color: inherit;
}

#user {
  display: block;
}

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

#user .dropdown-toggle {
  padding-right: 0;
  padding-left: 0;
  font-size: calc(14px - 2px);
  color: inherit;
}

#user .dropdown-toggle,
#user .dropdown-toggle:active,
#user .dropdown-toggle:hover {
  border-color: transparent;
}

#user .dropdown-toggle:before,
#user .dropdown-toggle:after {
  color: rgba(33, 88, 245, 1);
}

@media (max-width: 767px) {
  #user .dropdown-toggle:before,
  #user .dropdown-toggle:after {
    display: none;
  }
}

#user-password,
#user-profile {
  color: rgba(82, 84, 88, 1);
}

@media (max-width: 767px) {
  #user-password {
    min-width: 1px !important;
    padding: calc(14px * 1.5 / 4) 12px !important;
    margin-top: calc(14px * 1.5 / 4);
    background-color: #fff;
    border-radius: 4px;
  }

  #user-profile {
    min-width: 1px !important;
    padding: calc(14px * 1.5 / 4) 12px !important;
    margin-top: calc(14px * 1.5 / 4);
    background-color: #fff;
    border-radius: 4px;
  }
}

#user-password [role='separator'] {
  padding: calc(14px * 1.5 / 4) 12px !important;
}

#user-profile [role='separator'] {
  padding: calc(14px * 1.5 / 4) 12px !important;
}

#user-password form {
  padding: calc(14px * 1.5 / 4) 12px !important;
}

#user-profile form {
  padding: calc(14px * 1.5 / 4) 12px !important;
}

#user-profile {
  font-size: calc(14px - 2px) !important;
}

#user-profile dt {
  padding: 8px 4px !important;
}

#user-profile dt label {
  margin-bottom: 0 !important;
}

#user-profile input[type='text'] {
  font-size: calc(14px - 2px) !important;
}

#password-form label {
  font-size: calc(14px - 2px) !important;
}

#password-submit {
  float: none !important;
  margin: 0 !important;
  background: auto !important;
}

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

.avatar--agent:before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-right: -4px;
  margin-bottom: -4px;
  font-family: 'Font Awesome 5 Free';
  font-size: calc(14px * 0.75);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: rgba(33, 88, 245, 1);

  content: '\f19d';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.user-avatar--default {
  width: 40px;
  height: 40px;
}

#user .user-avatar {
  width: 30px;
  height: 30px;
}

.lines-button {
  padding: 7px 15px 20px 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .lines-button {
    float: left;
  }
}

@media (min-width: 992px) {
  .lines-button {
    display: none;
  }
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0;
  transition: 0;
}

.lines-button:focus {
  outline: 0;
}

/*common to all three-liners */

.lines,
.lines:before,
.lines:after {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #c5d4de;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lines {
  position: relative;
}

.lines:before,
.lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: calc(30px / 14) center;
  transform-origin: calc(30px / 14) center;
}

.lines:before {
  top: 7.5px;
}

.lines:after {
  top: -7.5px;
}

.lines-button.is-active {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.is-active .lines {
  background: transparent;
}

.lines-button.is-active .lines:before,
.lines-button.is-active .lines:after {
  top: 0;
  width: 30px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.lines-button.is-active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.is-active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.section-articles__item .is-active
{
  font-weight: 700;
}
.help-center-name {
  display: flex;
  margin: 0px 0px 0px 10px;
  align-items: center;

  /* vertical-align: middle; */
}

.topbar__buttons  {
  display: flex;
  align-items: center;
/*  margin-left: 10px; *//*16*/
}

.topbar__buttons > * + * {
/*  margin-left: 8px;*/
}
/* @media (max-width: 991px) {
  .help-center-name {
    display: inline-block;
    float: right;
    margin-top: 9px;
  }
}

@media (min-width: 992px) {
  .help-center-name {
    display: inline;
  }
}

@media (min-width: 1035px) {
  .help-center-name {
    display: inline;
  }
} */

.hero-bg {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150%;
  background-color: #f0f0f7;
 /* background-image: url(/hc/theming_assets/01JSD2TYQ3F38X08K30VVNHJN0); */
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}

.hero-unit {
  position: relative;
  padding: 4% 15px 4%;
  /*margin-top: calc(var(--line-height-computed) * -1);*/
  /*margin-bottom: calc(var(--line-height-computed) * 2);*/
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
   border-bottom: 1px solid #E3E3E3;
}

@media (min-width: 992px) {
  .hero-unit {
    padding-top:0%;
    padding-bottom: 0%;    /*   2%; */
  /*  padding-bottom: 7%; */
    /* margin-top: calc((var(--line-height-computed) * -2) - 1px);*/
        border-bottom: 1px solid #E3E3E3;
  }
}

.hero-unit:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #fff; /* #1f3249; */
 /* opacity: 0.01; */
}

.intro-title {
  margin-bottom: calc(14px * 1.5);
  font-size: calc(14px * 1.5);
  font-weight: 300;
  line-height: 1.1;
  color: rgba(33, 88, 245, 1); /* #2487d7 */
  text-align: left;
}

@media (min-width: 768px) {
  .intro-title {
    font-size: calc(14px * 1.75);
  }
}

@media (min-width: 992px) {
  .intro-title {
    margin-bottom: calc(14px * 1.5 * 1);  /* 1.5 */
    font-size: calc(14px * 2); /* 3 */
  }
}

/* Search */

.searchbox {
  margin-top: calc(14px * 1.5);
}

.searchbox-suggestions ul {
  padding-left: 0;
  margin-bottom: calc(14px * 1.5);
  list-style: none;
}

.searchbox-suggestions li {
  margin-bottom: calc(14px * 1.5 / 3);
}

.search-box {
  position: relative;
}

.search-box #query {
  padding-left: 35px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.search-box--hero-unit {
  z-index: 2;
  max-width: 1180px;  /* 880 */
  margin: 0 auto;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.search-box--hero-unit .search {
  position: relative;
}

.search-box--hero-unit .search img,
.search-box--hero-unit .search svg {
  width: 24px;
  height: 24px;
}

.search-box--hero-unit .search:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-top: -9px;
  /*font-family: "Font Awesome 5 Free";
      font-size: 18px;
      font-style: normal;
      font-weight: 900;
      line-height: 1;
      color: rgba(82, 84, 88, 1);
      content: "\f002";*/
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 612.063 612.062' style='enable-background:new 0 0 612.063 612.062;' xml:space='preserve'%3E%3Cg%3E%3Cg id='magnifying_glass'%3E%3Cg%3E%3Cpath d='M549.869,62.246c-82.861-82.995-217.223-82.995-300.103,0c-77.175,77.29-82.382,199.284-15.795,282.72L0.034,579.228l32.796,32.835l233.822-234.147c83.34,67.448,205.755,62.413,283.217-15.145C632.749,279.775,632.749,145.222,549.869,62.246z M520.174,333.019c-66.492,66.588-174.28,66.588-240.772,0c-66.492-66.587-66.492-174.529,0-241.116s174.28-66.587,240.772,0S586.667,266.45,520.174,333.019z' fill='rgba(33, 88, 245, 1)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: 24px 24px;
}

.search-box--hero-unit .search:before img,
.search-box--hero-unit .search:before svg {
  width: 24px;
  height: 24px;
}

.search-box--hero-unit .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box--hero-unit .search:before {
  left: 20px;
  margin-top: -11px;
  font-size: 22px;
}

.search-box--hero-unit #query {

  padding-left: 55px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  border-color:  rgba(33, 88, 245, 1); /* #2487d766;*/
  border-width: 2px;
  -webkit-transition: border 0.3s ease, background-color 0.3s ease;
  transition: border 0.3s ease, background-color 0.3s ease;
  border-radius: 35px 0 0 35px; /* 4px; */
  border-right: 0;
}

@media (max-width: 991px)
{
  .search-box--hero-unit #query {
    border-radius: 35px; 
    height: 55px;
   border: 2px solid #2158f5;
	}
}

.search-box--hero-unit #query:focus {
border-top: solid 3px #2158f5;
border-bottom: solid 3px #2158f5; 
border-left: solid 3px #2158f5;
    padding-left: 54px;
}

@media (min-width: 992px) {
  .search-box--hero-unit #query {
    height: 55px;
  }
}

.search-box--hero-unit #query::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.search-box--hero-unit #query::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.search-box--hero-unit #query::placeholder {
  color: #000000;
  opacity: 1;
}

.search-box--hero-unit input[type='submit'] {
  display: inline-block;
  height: 55px;
  padding-right: 51px;
  padding-left: 51px;
  margin-left: 0px; /* 16px */
  border-width: 3px;
  border-width: 0px;
/*  background-color: #2487d7;*/ /*#2158f5; */
  font-weight: 600;
  font-size: 15px;
  border-radius: 0 35px 35px 0;
}

@media (max-width: 991px) {
  .search-box--hero-unit input[type='submit'] {
    display: none;
  }
}

.search-box--small {
/*  margin-bottom: calc(14px * 1.5 * 2); */
  margin-bottom: 5px;
  position: relative;
}

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

.sbs_2 {  margin-top: -5px;
 }
@media (min-width: 768px)
{
.sbs_2 {
display:none;
 }
}


.search-box--small .search {
  position: relative;
  padding-top: 8px;
}

.search-box--small .search:before {
  position: absolute;
  top: 60%;
  left: 11px;
  display: inline-block;
  margin-top: -9px;
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #c4c4c4;
  /*content: '\f002';*/
content: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 612.063 612.062' style='enable-background:new 0 0 612.063 612.062;' xml:space='preserve'%3E%3Cg%3E%3Cg id='magnifying_glass'%3E%3Cg%3E%3Cpath d='M549.869,62.246c-82.861-82.995-217.223-82.995-300.103,0c-77.175,77.29-82.382,199.284-15.795,282.72L0.034,579.228l32.796,32.835l233.822-234.147c83.34,67.448,205.755,62.413,283.217-15.145C632.749,279.775,632.749,145.222,549.869,62.246z M520.174,333.019c-66.492,66.588-174.28,66.588-240.772,0c-66.492-66.587-66.492-174.529,0-241.116s174.28-66.587,240.772,0S586.667,266.45,520.174,333.019z' fill='rgba(33, 88, 245, 1)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-box--small #query {
  padding-right: 40px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 50px;
  font-size: 14px;
  height: 40px;
  border-color: rgba(33, 88, 245, 1);
}

.custom-blocks {
  padding-top: calc(14px * 1.5 * 1); /* 2*/
  padding-bottom: calc(14px * 1.5);
}

@media (max-width: 479px) {
  .custom-blocks {
  margin-bottom: calc(14px * 1.5); 
  }
}

.custom-blocks__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0;
  margin-bottom: 36px;
}

.custom-block {
  text-align: center;
 margin-bottom: calc(14px * 1.5); /*5px*/
}
.custom-block-nw
{
   margin-bottom: 0px!important;
      padding: 15px 15px 5px 15px !important;
 }
@media (max-width: 479px) {
  .custom-block {
    float: left; /*  none */
    width: 100%; /* 100 */
  /*  padding: 0 calc(12px - 1px) ;*/
    padding:5px;
    margin: 0;
  }
    .custom-block-nw
  {
    width: 100%; /* 100 */
    padding-left: 50px!important;
    padding-right: 50px!important;
    padding-top: 15px!important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #cccccc66;
  }
}

    .custom-block-nw h4
  {
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
  }

@media (min-width: 480px) {
  .custom-block {
    padding: 0 calc(12px - 1px);
  }
}

@media (min-width: 768px) {
  .custom-block {
    flex: 350px;
    margin-bottom: calc(14px * 1.5);
  }
    .custom-block-min {
    flex: 280px;
  }
}

.custom-block__link {
  display: block;
  padding: 5px 10px 10px 10px;
  background-color: #fff;
  border: 3px transparent solid;
/*  border: 1px solid rgba(33, 88, 245, 0.25);*/
 /* border-color: #ccc;
  border-bottom-width: 0px;*/
  border-radius: 10px;
/*  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #dedede;  */
  box-shadow: 0px 0px 1px 1px rgb(33 88 245 / 25%)
}

.custom-block__link p {
margin:10px 0;
}

@media (min-width: 480px) {
  .custom-block__link {
    height: 195px;/*227*/
  }
}

@media (min-width: 992px) {
  .custom-block__link {
    height: 195px; /*227*/
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 1200px) {
  .custom-block__link {
		height: 190px;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .custom-block__link {
    /*display: table;*/
    padding-right: 10px;
    padding-left: 5px;
    height: 90px; /*215*/
    overflow: hidden;
  }
  .custom-block__link p {
/*   display:none; */
    margin-top: 0;
    text-align: start;
}
 .custom-block__link .custom-block__icon
  {
   float:left; 
    padding-right: 20px;
    padding-left: 5px;
    width:90px;
    margin-top:-4px;
  }
  
}

.custom-block__link:active {
  background-color: #fff;
  border-color: #b5b5b5;
  -webkit-box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.1);
 }

.custom-block__link:focus {
  background-color: #fff;
  border-color: #2487d7;
  -webkit-box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.1);
  text-decoration:none;

}

.custom-block__link:hover {
  /*
border: 3px solid #2158f5;
    text-decoration: none;
      transition: all 0.1s ease;
*/  
      border: 3px solid #2158F5;
  /*  margin: -2px;*/
    box-shadow: 0px 10px 24px 0px rgba(33, 88, 245, 0.30);
    text-decoration: none;
}

.custom-block__link:hover .custom-block__title_m  , .custom-block__link:hover .blocks-item-description{
color:#2158f5;
}

@media (min-width: 480px) {
  .custom-block__icon {
    margin-bottom: 0px; /* 10 */
    max-height: 100px;
    overflow:hidden;
  }
}

.custom-block__icon svg {
/*  width: 80px;*/
   width:50px;
  height: 80px;
/*  max-width:80px;*/
  max-height:80px;
}

@media (min-width: 480px) {
  .custom-block__icon svg {
 /*   width: calc(80px + 10px);*/
    height: calc(80px + 10px);
    max-width:80px;
  max-height:80px;
  }
}

.custom-block__icon circle,
.custom-block__icon path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-block__icon path {
  /* fill: #000;*/
}

.custom-block__icon circle {
  /*stroke: #000;*/
}

.custom-block__title {
  padding: 0px 10px;
  margin-top: 0px;
  margin-bottom: 5px; /* 13px */
  font-size: 16px;
  line-height: 21px;
  font-weight: normal; /* bold */
/*  color: rgba(82, 84, 88, 1);*/
  text-transform: none;
}

@media (max-width: 479px) {
  .custom-block__title {
    /*display: table-cell;
    width: 100%;
    padding-left: var(--padding-base-horizontal) * 2;*/
    font-size: 16px;
    font-weight: 500;
    padding:0;
    padding-top: 8px;
    text-align: start;
  }
}

@media (min-width: 480px) {
  .custom-block__title {
    font-weight: 500;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .custom-block__title {
    font-size: 17px;
    font-weight: 500;
  }
}

@media (min-width: 992px) {
  .custom-block__title {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .custom-block__title {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
  }
}


.custom-block__title_m {
  padding: 0px 10px;
  margin-top: 0px;
  margin-bottom: 5px; /* 13px */
  font-size: 16px;
  line-height: 21px;
  font-weight: normal; /* bold */
color: rgba(33, 88, 245, 1);
  text-transform: none;
}

@media (max-width: 479px) {
  .custom-block__title_m {
    /*display: table-cell;
    width: 100%;
    padding-left: var(--padding-base-horizontal) * 2;*/
    font-size: 16px;
    font-weight: 500;
    padding:0;
    padding-top: 8px;
    text-align: start;
  }
}

@media (min-width: 480px) {
  .custom-block__title_m {
    font-weight: 500;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .custom-block__title_m {
    font-size: 17px;
    font-weight: 500;
  }
}

@media (min-width: 992px) {
  .custom-block__title_m {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .custom-block__title_m {
    font-size: 16.5px;
    font-weight: bold;
    padding: 0;
  }
}




.custom-block__description {
  text-align: center;
  font: Regular 16px/21px Segoe UI;
/*   opacity: 0.8;
 color: rgba(82, 84, 88, 1);*/
	padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  color: #333333;
}
.custom-block__link_2:hover .custom-block__description {
  color: rgba(33, 88, 245, 1);
}
.category-page .custom-block__link {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  border: 1px transparent solid;
  border-color: #ccc;
  border-bottom-width: 0px;
/*  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; */
  border-radius: 6px;
  
  display: block;
    padding: 5px 10px 10px 10px;
    background-color: #fff;
    border: 0px transparent solid;
    border-color: #ccc;
    border-bottom-width: 0px;
    border-radius: 4px;
    box-shadow: 0 10px 21px #e6eaef;
  
}

@media (min-width: 480px) {
  .category-page .custom-block__link {
    min-height: 227px;
   }
}

@media (min-width: 992px) {
  .category-page .custom-block__link {
    min-height: 227px;
  }
}

@media (min-width: 1200px) {
  .category-page .custom-block__link {
    min-height: 200px;
  }
}

@media (max-width: 479px) {
  .category-page .custom-block__link {
    display: table;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0;
    /* min-height: 195px; */
    width: 100%;
    border: 1px solid #eef0f4;
    padding-right: 10px;
    padding-left: 10px;
    height: 90px;
    overflow: hidden;
  }
}

.category-page .custom-block__link_2 {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  border-bottom-width: 0px;
}
.custom-block__link_2 p
{
  
}
.custom-block__link_2 div
{
  height:50px;
}
.category-page .custom-block__title {
  font-size: 18px !important;
  line-height: 22px;
}
/*
.category-page .custom-block__icon svg {
  width: 66px;
  height: 66px;
}

@media (min-width: 480px) {
  .category-page .custom-block__icon svg {
    width: calc(66px + 10px);
    height: calc(66px + 10px);
    max-width:80px;
  max-height:80px;
  }
}
*/
.category-page {
  -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .category-page {
    padding-bottom: calc(14px * 1.5 * 2);
    padding-top: calc(14px * 1.5 * 2);
    background-color: #fff;
  }
}

.category-description:empty {
  display: none;
}

.category-tree-container {
  padding-top: calc(14px * 1.5 * 2);
  padding-bottom: calc(14px * 1.5);
}

.category-tree {
  padding-top: calc(14px * 1.5);
}

.category-tree.accordion--colored .accordion__item-title--active {
  margin-right: -1px;
  margin-left: -1px;
}

.category-tree.accordion--colored .accordion__item:first-of-type .accordion__item-title--active {
  border-radius: 4px 4px 0 0;
}

.category-tree.accordion {
  margin-bottom: calc(14px * 1.5 * 2);
}

.category-tree-item__title {
  padding-bottom: calc(14px * 1.5 / 2);
  border-bottom: 2px solid #eeeeee;
}

.category-tree-item__title.accordion__item-title {
  padding-top: calc(14px * 1.5);
  padding-bottom: calc(14px * 1.5);
  margin-bottom: 0;
}

.category-tree-item__sections {
  margin-bottom: calc(14px * 1.5);
}

@media (min-width: 768px) {
  .category-tree-item__sections .section:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .category-tree-item__sections .section:nth-child(2n + 1) {
    clear: none;
  }

  .category-tree-item__sections .section:nth-child(3n + 1) {
    clear: left;
  }
}

.category-tree-item__sections.accordion__item-content {
  padding-top: calc(14px * 1.5 * 1.5);
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.category-tree-item__title-link {
  color: inherit;
}

.category-tree-item__title-link--accordion {
  pointer-events: none;
}

.category-list {
  padding-left: 0;
  margin-top: calc(14px * 1.5 * 2);
  margin-bottom: calc(14px * 1.5);
  list-style: none;
}

.category-list-item {
  position: relative;
  margin-bottom: calc(14px * 1.5);
}

@media (min-width: 768px) {
  .category-list-item {
    display: table;
    height: 150px;
  }
}

.category-list-item__link {
  display: block;
  padding: calc(14px * 1.5) 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(33, 88, 245, 1);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-list-item__link:active {
  color: #fff;
  text-decoration: none;
  background-color: #5681F7;
}

.category-list-item__link:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5681F7;
}

.category-list-item__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5681F7;
}

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

.category-list-item__title {
  margin-bottom: 0;
  font-weight: 600;
}

/**** 
  CATEGORY TREE ACCORDION
****/

.category-tree-item--accordion-item {
  margin-bottom: calc(14px * 1.5);
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}

.category-tree-item__title--accordion-title {
  position: relative;
  padding: 20px 52px 20px 20px;
  margin-bottom: 0;
  font-size: calc(14px * 1.25);
  cursor: pointer;
  border: 0;
}

.category-tree-item__title--accordion-title:before {
  position: absolute;
  content: '';
}

.category-tree-item__title--accordion-title a {
  pointer-events: none;
}

.category-tree-item__sections--accordion-content {
  display: none;
  padding: 24px 10px;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid #c4c4c4;
}

.category-tree-item__sections--accordion-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .category-tree--accordion {
    margin-bottom: calc(14px * 1.5 * 3);
  }
}

.category-tree--accordion .category-tree-item__title--accordion-title:before {
  top: 50%;
  right: 22px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid #FDB81E;
  border-left: 2px solid #FDB81E;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.category-tree--accordion .category-tree-item__title--accordion-title--active:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.section-page {
  padding-bottom: calc(14px * 1.5 * 2);
  padding-top: calc(14px * 1.5 * 1);
  background-color: #fff;
  -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.section {
  margin-bottom: calc(14px * 1.5);
}

.section__title {
  font-weight: 300;
}

.section__title-link {
  color: inherit;
}

.section-header {
  position: relative;
}

.section-subscribe {
  position: absolute;
  top: 0;
  right: 0;
}

.section-subscribe .dropdown-menu {
  right: 0;
  left: initial;
}

.section-title {
  padding-right: 20px; /* 120 */
  font-weight: bold; /*600*/
  line-height: 40px;
}

@media (min-width: 768px) {
  .section-tree .section:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .section-tree .section:nth-child(2n + 1) {
    clear: none;
  }

  .section-tree .section:nth-child(3n + 1) {
    clear: left;
  }
}

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

.article-list-item {
  margin-bottom: 10px; /*calc(14px * 1.5 / 2);*/
      padding-bottom: 10px; /*15*/
    border-bottom: 1px solid #e9e9e9;
}

.article-list-item--is-promoted span {
  font-size: 20px;
   color: rgba(33, 88, 245, 1);
  vertical-align: middle;
  padding-right: 7px;
}

.community-recent-activity {
  padding: calc(14px * 1.5) 15px;
}

/*margin-bottom: calc(var(--line-height-computed) * 2); 
   border: 2px solid var(--hr-border);
  border-radius: 4px;*/

.community-recent-activity h4 {
  font-size: calc(14px * 1.75);
  font-weight: 400;
}

.community-recent-activity .recent-activity-header {
  display: none;
}
.padi-r-l-0
{
padding-left: 0!important;
padding-right: 0!important;
}
.community-recent-activity .recent-activity-list {
  padding-left: 0;
  margin-bottom: 0;

  list-style: none;
}

@media (min-width: 768px) {
  .community-recent-activity .recent-activity-list {
    margin-right: calc(15px * -1);
    margin-left: calc(15px * -1);
  }
}

@media (min-width: 768px) {
  .community-recent-activity .recent-activity-item {
    display: inline-block;
    width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: calc(14px * 1.5);
    vertical-align: top;
  }
}

.community-recent-activity .recent-activity-item-meta {
  font-size: calc(14px * 0.75);
  color: #979797;
}

.community-recent-activity .recent-activity-item-comment span:before {
  display: inline-block;
  margin-right: 2px;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: '\f075';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.community-recent-activity .recent-activity-item-parent {
  font-weight: 600;
  color: rgba(82, 84, 88, 1);
}

.footer-submit-ticket {
  padding: calc(14px * 1.5 * 2) calc(12px * 2) calc(14px * 1.5);
  /*margin-bottom: calc(var(--line-height-computed) * 2);*/
  text-align: center;
  background-image: url(/hc/theming_assets/01JSD2TYQ3F38X08K30VVNHJN0);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 0;
}

.footer-submit-ticket__title {
  font-size: calc(14px * 1.5);
  font-weight: bold;
  color: #fff;
}

.footer-submit-ticket__subtitle {
  font-size: calc(14px * 1.5);
  color: #fff;
}

.footer-submit-ticket__btn:empty {
  display: none;
}

.footer-submit-ticket__btn .btn {
  border-radius: 60px;
  padding: 10px 20px;
}

.page-footer {
  position: relative;
}

@media print {
  .page-footer {
    display: none;
  }
}

.desaturated,
.footer .partners img:not(:hover) {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.footer {
  background: #f4f4f4;
}

.footer .sm-ng {
  padding-bottom: 50px;
}

.footer a:hover {
  color: currentColor;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .footer .copyright .container,
  .footer .trademark .container {
    font-size: 3.2vw;
  }

  .footer .trademark {
    padding-bottom: 20px;
  }

  .footer .trademark .container {
    font-size: 3vw;
    line-height: 1.3em;
    text-align: justify;
  }

  .footer .links .sector .caption {
    font-size: 3.6vw;
  }

  .footer .links .sector a {
    font-size: 3.3vw;
  }
}

.footer header {
  position: relative;
  padding-top: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c3c3c3;
}

@media (max-width: 992px) {
  .footer header {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    clear: both;
  }
}

@media (max-width: 768px) {
  .footer header {
    float: left;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    clear: both;
  }
}

.footer header .to-top {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .footer header .to-top {
    margin-left: -100px;
  }
}

@media (max-width: 768px) {
  .footer header .to-top {
    display: none;
  }
}

.footer header .to-top::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 11px;
  content: '';
  background-image: url(../img/sprite/sprite@1x.png);
  background-position: -285px -88px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .footer header .to-top::after {
    background-image: url(../img/sprite/sprite@2x.png);
    background-size: 458px 433px;
  }
}

@media (max-width: 768px) {
  .footer header .footer-logo {
    display: block;
    float: left;
    width: 38px !important;
    height: 38px !important;
    margin-top: -4px;
    background-image: url(/hc/theming_assets/01JHE4RR3SDT7Z4S86GFASB1S7);
    opacity: 0.3;
  }

  .footer header .footer-logo img {
    display: none;
  }
}

.footer header .social {
  position: relative;
  top: -2px;
  float: right;
}

.footer header .social * {
  display: inline-block;
  vertical-align: top;
}

.footer header .social a {
  margin-right: 12px;
}

.footer header .social a:hover {
  opacity: 0.8;
}

.footer header .social a:last-child {
  margin-right: 0;
}

.footer header .social .caption {
  margin-top: 5px;
  margin-right: 25px;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .footer header .social .caption {
    display: none;
  }
}

.footer .links {
  padding: 45px 0 0;
}

.footer .links .caption {
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}

.footer .links .sector {
  float: left;
  width: 13.5%;
  padding: 0;
}

@media (max-width: 1200px) {
  .footer .links .sector {
    width: 18%;
  }

  .footer .links .sector:nth-child(2),
  .footer .links .sector:nth-child(3) {
    display: none;
  }
}

@media (max-width: 992px) {
  .footer .links .sector {
    width: 23%;
    padding-top: 40px;
  }

  .footer .links .sector:first-child {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer .links .sector {
    width: 50% !important;
    padding-left: 15px;
  }
}

.footer .links .sector.contact-info-sector {
  width: 18%;
}

@media (max-width: 1200px) {
  .footer .links .sector.contact-info-sector {
    width: 23%;
  }
}

@media (max-width: 992px) {
  .footer .links .sector.contact-info-sector {
    width: 27%;
  }
}

.footer .links .sector.company-info-sector {
  width: 17%;
}

@media (max-width: 1200px) {
  .footer .links .sector.company-info-sector {
    width: 23%;
  }
}

@media (max-width: 992px) {
  .footer .links .sector.company-info-sector {
    width: 27%;
  }
}

.footer .links .sector a {
  display: block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 3px;
  font-size: 12px;
  color: #424242;
}

@media (max-width: 1200px) {
  .footer .links .how-to-buy {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer .links .auctions {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer .links .info {
    width: 100% !important;
    padding: 0 !important;
  }

  .footer .links .info a {
    width: 100%;
  }

  .footer .links .info a:nth-child(n + 10) {
    display: none;
  }
}

.footer .links .auctions,
.footer .links .how-to-buy,
.footer .links .info {
  float: left;
  width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 1200px) {
  .footer .links .auctions,
  .footer .links .how-to-buy,
  .footer .links .info {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.footer .links .auctions a,
.footer .links .how-to-buy a,
.footer .links .info a {
  float: left;
  width: 100%;
  padding-right: 15px;
  padding-left: 0;
  margin-bottom: 10px;
  clear: both;
  font-size: 12px;
  color: #999;
}

.footer .copyright {
  padding: 25px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
  text-align: left;
  background: #e6e6e6;
  border-top: 1px solid #fff;
}

@media (min-width: 768px) {
  .footer .copyright {
    text-align: center;
  }
}

.copyright-span {
  display: block;
  padding: 4px 0px;
}

@media (min-width: 768px) {
  .copyright-span {
    display: inline-block;
  }
}

.footer-copyright-icon {
  display: inline-block;
}

.footer .copyright-row-2 {
  margin-top: 10px;
  color: #000000;
}

.footer .trusted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .trusted a.norton {
  margin-top: -6px;
}

.footer .partners {
  padding-bottom: 50px;
  text-align: center;
  background: #eee;
}

@media (max-width: 768px) {
  .footer .partners {
    display: none;
  }
}

.footer .partners a {
  display: inline-block;
  vertical-align: middle;
}

.footer .partners a.norton {
  margin: -5px 20px 0 15px;
}

@media (max-width: 992px) {
  .footer .partners img {
    height: 40px;
  }
}

.footer .trademark {
  padding: 21px 0px 50px;
  font-size: 14px;
  line-height: 21px;
  color: #424242;
  text-align: center;
  background: #eee;
}

.footer .trademark a {
  cursor: pointer;
}

.footer .trademark a.gray-link {
  color: #424242;
}

.footer.simple-footer {
  padding: 25px 0 40px;
  background: #fff;
  border-top: 13px solid #f6f6f6;
}

@media (max-width: 768px) {
  .footer.simple-footer {
    padding-bottom: 25px;
  }
}

.footer.simple-footer .copy {
  padding: 0 15px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.footer.simple-footer .copy,
.footer.simple-footer .copy a {
  color: rgba(0, 0, 0, 0.8);
}

.footer.simple-footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer.simple-footer .links li:not(:last-child) a {
  border-right: 1px solid #aaa;
}

.footer.simple-footer .links a {
  display: block;
  padding: 0 16px;
  text-decoration: none;
}

.footer.simple-footer .links a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media (max-width: 8000px) {
  .xl-hide {
    display: none !important;
  }

  .xl-d-b,
  .xl-show {
    display: block !important;
  }

  .xl-d-i {
    display: inline !important;
  }

  .xl-d-ib {
    display: inline-block !important;
  }
}

@media (max-width: 1200px) {
  .lg-hide {
    display: none !important;
  }

  .lg-d-b,
  .lg-show {
    display: block !important;
  }

  .lg-d-i {
    display: inline !important;
  }

  .lg-d-ib {
    display: inline-block !important;
  }
}

@media (max-width: 992px) {
  .md-hide {
    display: none !important;
  }

  .md-d-b,
  .md-show {
    display: block !important;
  }

  .md-d-i {
    display: inline !important;
  }

  .md-d-ib {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  .sm-hide {
    display: none !important;
  }

  .sm-d-b,
  .sm-show {
    display: block !important;
  }

  .sm-d-i {
    display: inline !important;
  }

  .sm-d-ib {
    display: inline-block !important;
  }
}

@media (max-width: 480px) {
  .xs-hide {
    display: none !important;
  }

  .xs-d-b,
  .xs-show {
    display: block !important;
  }

  .xs-d-i {
    display: inline !important;
  }

  .xs-d-ib {
    display: inline-block !important;
  }
}

@media (min-width: 8001px) {
  .xl-up-hide {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .lg-up-hide {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .md-up-hide {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sm-up-hide {
    display: none !important;
  }
}

@media (min-width: 481px) {
  .xs-up-hide {
    display: none !important;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #8d8d8d;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(14px * 1.5);
}

.table th,
.table td {
  padding: 12px;
  vertical-align: top;
}

.table td {
  border-top: 1px solid #dadada;
}

.table thead th {
  vertical-align: bottom;
}

.table tbody + tbody {
  border-top: 1px solid #dadada;
}

.table .table {
  background-color: #fff;
}

.table--color-header th {
  color: #fff;
  background-color: rgba(33, 88, 245, 1);
}

.table--striped th,
.table--striped td,
.table--striped thead th {
  border-color: #fff;
}

.table--striped tbody tr:nth-child(odd) {
  color: inherit;
  background-color: #c4c4c4;
}

.table--hover tbody tr:hover {
  color: inherit;
  background-color: #c4c4c4;
}

.table--bordered {
  border: 1px solid #dadada;
}

.table--bordered td {
  border-left: 1px solid #dadada;
}

.table--bordered th {
  border-left: 1px solid #dadada;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: calc(14px * 1.5 * 0.75);
    overflow-y: hidden;
    border: 1px solid #dadada;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.meta {
  font-size: 14px;
  color: #6d6d6d;
}
@media (max-width: 480px)
{
  .meta {
/*  display:none;*/
  }
}
.meta__item {
  display: inline-block;
  margin-right: calc(12px / 2);
}

.meta__item + .meta__item:before {
  margin-right: calc(12px / 2);
  font-size: 10px;
  content: '\2022';
}

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

.breadcrumbs_container {
/*  -webkit-box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, 0.16); */
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
}

.breadcrumbs {
  padding: 0px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  font-size: 14px;
}

.breadcrumbs > li {
  display: inline-block;
}
.breadcrumbs  li:nth-child(even) {
  display: none;
}

.breadcrumbs > li + li:before {
  padding: 0 2px;
  color: #ccc;
/*  content: '\005C';*/
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.3%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.breadcrumbs > li a {
  color: rgba(33, 88, 245, 1);
}

.breadcrumbs--search-results {
  padding: 0;
  margin-bottom: calc(14px * 1.5 / 2);
  font-size: calc(14px * 0.75);
}

/* .language-selector {
  display: inline;
  vertical-align: middle;
} */

.language-selector .dropdown-menu {
  min-width: 140px !important;
  top: 100%;
  {{!--  right: 0; --}}
  left: auto;
}

/* @media (max-width: 991px) {
  .language-selector {
    display: inline-block;
    float: right;
    margin-top: 9px;
  }
}

@media (min-width: 992px) {
  .language-selector {
    display: inline;
  }
} */

.search-results-page {
  margin-top: calc(14px * 1.5 * 1);
  margin-bottom: calc(14px * 1.5 * 1);
}

.search-results-count {
  font-size: calc(14px * 1.0); /* 1.25 */
    color: #878787;
    padding: 0 8px 10px 15px;
    margin: 0 -10px;
    margin-left: -10px;
    border-bottom: 1px solid #ccc;
}

.search-result {
  padding-bottom: 20px;
  margin-bottom: calc(14px * 1.5);
  border-bottom: 2px solid #eeeeee;
}

.search-result__title {
  margin-bottom: calc(14px * 1.5 / 2);
  font-weight: 600;
}

.search-result__description {
  margin-bottom: calc(14px * 1.5 / 2);
  font-size: calc(14px * 0.75);
}

.search-result__description:empty {
  display: none;
}

.search-result__description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: 600;
  background-color: #fff3ca;
  border-radius: 3px;
}

.search-result__meta {
  margin-bottom: calc(14px * 1.5 / 2);
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: calc(14px * 0.75);
  color: #fff;
  background-color: rgba(33, 88, 245, 1);  /* rgba(33, 88, 245, 1); */
  border-radius: 4px;
}

.article-page {
/*  padding-bottom: calc(14px * 1.5 * 2); */
  padding-top: calc(14px * 1.5 * 1);
  background-color: #fff;
  -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .article-page.rules-and-policies {
    padding-top: 0px;
  }
  .article-page.rules-and-policies .article__title {
    margin-bottom: 0;
    position: relative;
    top: 40px;
  }
  .article-page.rules-and-policies .article__body {
    position: relative;
    top: -40px;
  }
}

.article {
  position: relative;
}

.article__title {
  font-size: calc(14px * 1.75);
  line-height: 35px; /*50*/
font-weight: 500;
/*  font-weight: bold; */ /*600*/
}

@media (min-width: 768px) {
  .article__title {
    font-size: calc(14px * 1.75);
    line-height: 50px;
  }
}

@media (min-width: 992px) {
  .article__title {
    font-size: calc(14px * 1.75);
    line-height: 40px; /*50*/
  }
}

.article-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(14px * 1.5);
}

.article-meta__col {
  display: table-cell;
  vertical-align: top;
}

.article-meta__col--main {
  width: 100%;
  padding-right: 12px;
}

.article__body {
  margin-bottom: calc(14px * 1.5);
  counter-reset: count_list;
}

.article__body img {
border-radius:4px;
}

.article__body h2 {
  font-size: calc(14px * 1.4);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 35px;
}

.article__body .wysiwyg-font-size-x-large {
  font-size: calc(14px * 1.75);
  font-weight: 400;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-large {
  font-size: calc(14px * 1.5);
  font-weight: 600;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-medium {
 /* font-size: calc(14px * 1.25);
  font-weight: 600;
  line-height: 1.2;*/
  font-size: initial;
}

.article__body .wysiwyg-font-size-small {
 /* font-size: calc(14px * 0.75);*/
}

.article__body ul,
.article__body ol {
  padding-left: 20px;
}

.article__body ul ul {
  margin-top: calc(14px * 1.5 / 2);
}

.article__body ul ol {
  margin-top: calc(14px * 1.5 / 2);
}

.article__body ol ul {
  margin-top: calc(14px * 1.5 / 2);
}

.article__body ol ol {
  margin-top: calc(14px * 1.5 / 2);
}

.article__body ul li {
 /* margin-bottom: calc(14px * 1.5 / 2); */
  margin-left: 25px;
}

.article__body ol li {
  margin-bottom: calc(14px * 1.5 / 2);
}

.article__body #thumb,
.article__body #description {
  display: none;
}

.article-vote {
  position: relative;
  padding: calc(14px * 1.5) 12px;
/*  border: 2px solid #eeeeee; */
  border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  /* border-radius: 4px; */
  text-align: center;
}

.article-vote-controls__item {
    color: rgba(33, 88, 245, 1);
    background-color: #fff;
    border-color: rgba(33, 88, 245, 1);
    margin: 15px 5px;
    border-radius: 25px;
    min-width: 90px;
    width: auto;
    padding: 1px;
    border: 1px solid;
    height: 34px;
    transition: box-shadow .1s ease, background-color .2s ease;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    font-size: 14px;
}

.article-vote-controls__item:hover {
  color: #fff; /* #343638; */
  background-color: rgba(33, 88, 245, 1);/* #a5a5a5;  #2487d7; */
  border-color: rgba(33, 88, 245, 1); /* #a5a5a5;  */
}

.article-vote-controls__item:focus {
  color: #fff; /* #343638; */
  background-color:  rgba(33, 88, 245, 1); /* #a5a5a5; */
  border-color: #2487d7; /* #a5a5a5; */
}

.article-vote-controls__item:active {
  color: #fff; /* #343638; */
  background-color: rgba(33, 88, 245, 1); /* #a5a5a5; */
  border-color: rgba(33, 88, 245, 1);  /* #a5a5a5; */
}

.article-vote-controls__item:active {
  background-image: none;
}

.article-vote-controls__item--voted {
/*  color: #393b3e;
  border-color: #393b3e;*/
}

@media (max-width: 767px) {
  .article-vote-question {
    display: block;
    margin-bottom: calc(14px * 1.5 / 2);
  }
}

@media (min-width: 768px) {
  .article-vote-question {
  /*  float: left;  */
    margin-right: 12px;
  }
}

.article-vote-controls {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .article-vote-controls {
    display: block;
    margin-bottom: calc(14px * 1.5 / 2);
  }
}

.article-vote-count {
  display: block;
  font-size: calc((14px * 0.75) - 2);
  color: #979797;
}

.article__share {
  margin-bottom: calc(14px * 1.5);
}

.article__share ul {
  margin-top: 0;
}

.article-footer {
  margin-bottom: calc(14px * 1.5);
}

.article__attachments {
  margin-bottom: calc(14px * 1.5);
}

.article-more-questions {
  margin-bottom: calc(14px * 1.5);
  clear: both;
}

.article-more-questions:empty {
  display: none;
}

.article-more-questions a {
  white-space: nowrap;
}

.article-more-questions img
{
  padding-right: 7px;
vertical-align: bottom;
}

@media (max-width: 767px) {
  .article-sidebar {
    padding-top: calc(14px * 1.5);
 /*   border-top: 2px solid #eee; */

  }
}

.article-sidebar h3 {
 /* font-weight: bold;
  font-size: 18px;
*/
  margin-bottom: 20px;
}

.comment-form__body {
  margin-bottom: calc(14px * 1.5);
}

.contact-us__info-card {
  padding: 30px 15px 40px 35px;
  margin-bottom: 30px;
  background: #f6f6fa;
}

.contact-us__info-card h4 {
  font-weight: bold;
}

.svg-icon {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.svg-icon img,
.svg-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cars h5 {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.cars .item {
padding-top: 10px;
text-align: center;
/*min-height: 93px;*/
max-width: 12.5%;
opacity: 0.6;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}

.cars .item:hover {
-webkit-filter: grayscale(10%);
-moz-filter: grayscale(10%);
-ms-filter: grayscale(10%);
-o-filter: grayscale(10%);
filter: grayscale(10%);
filter: none;
}

@media (max-width: 768px)
{
.cars .item {
   max-width: 25%;
}
}

@media (max-width: 512px)
{
.cars .item {
   max-width: 33%;
}
}

@media (max-width: 479px)
{
.cars .item {
   max-width: 50%;
}
}

.top_articles {
  margin-bottom: 40px;
}

.top_articles ul {
  margin-bottom: 15px;
}

.comments__callout {
  font-size: calc(14px * 0.75);
  color: #979797;
}

.comments__callout:empty {
  display: none;
}

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

.comment-list-header {
  padding-bottom: calc(14px * 1.5 / 2);
  margin-bottom: calc(14px * 1.5);
  border-bottom: 2px solid #eeeeee;
}

.comment-list-heading {
  margin-bottom: 0;
  font-size: calc(14px * 1.1);
  font-weight: 600;
}

.comment-sorter {
  padding-bottom: calc(14px * 1.5);
  margin-bottom: calc(14px * 1.5);
  border-bottom: 2px solid #eeeeee;
}

@media (min-width: 768px) {
  .comment-sorter {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .comment-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .comment-sorter__col--main {
    margin-bottom: calc(14px * 1.5 / 2);
  }
}

@media (min-width: 768px) {
  .comment-sorter__col--main {
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .comment-sorter__col--filters {
    text-align: right;
  }
}

.comment-sorter__item.is-active {
  font-weight: 600;
}

.comment-sorter__item + .comment-sorter__item:before {
  margin: 0 calc(12px / 2);
  font-size: 10px;
  content: '\2022';
}

.comment {
  padding-bottom: calc(14px * 1.5);
  margin-bottom: calc(14px * 1.5);
  border-bottom: 2px solid #eeeeee;
}

.comment__inner {
  position: relative;
  padding-right: calc(40px + 12px);
}

.comments__content {
  position: relative;
  padding-right: 12px;
}

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

.comment__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

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

.comment__official-heading {
  position: absolute;
  top: 0;
  right: calc(12px * 3);
  width: auto;
  padding: 1px calc(12px / 2);
  font-size: calc(14px * 0.75);
  color: #fff;
  background-color: rgba(33, 88, 245, 1);
  border-radius: 0 0 4px 4px;
}

.comment--official .comment__inner {
  position: relative;
  padding: calc(14px * 1.5) calc(12px * 2);
  background-color: #fff;
  border: 2px solid rgba(33, 88, 245, 1);
  border-radius: 4px;
}

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

@media (min-width: 768px) {
  .comment-form {
    padding-left: calc(40px + 12px);
  }
}

.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .comment-form__avatar {
    display: none;
  }
}

.comment__body {
  margin-bottom: calc(14px * 1.5);
}

.comment__body ul {
  list-style: disc;
}

.comment__body ul,
.comment__body ol {
  padding-left: 20px;
}

.comment__body ul ul {
  margin-top: calc(14px * 1.5 / 2);
}

.comment__body ul ol {
  margin-top: calc(14px * 1.5 / 2);
}

.comment__body ol ul {
  margin-top: calc(14px * 1.5 / 2);
}

.comment__body ol ol {
  margin-top: calc(14px * 1.5 / 2);
}

.comment__body ul li {
  margin-bottom: calc(14px * 1.5 / 2);
}

.comment__body ol li {
  margin-bottom: calc(14px * 1.5 / 2);
}

.comment-form__attachments {
  margin-bottom: calc(14px * 1.5);
}

.comment-form__mark-as-solved {
  position: relative;
}

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

.share {
  padding-left: 0 !important;
  white-space: nowrap;
  list-style: none;
}

.share li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}

.share a {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
/*  background-color: #eeeeee;*/
  /*color: var(--gray-dark);*/
 /* background-color: #c4c4c4;
  border-color: #eeeeee;
  border-color: #c4c4c4;*/
  color: #ccc;
  border-radius: 4px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.share a:hover {
 color: #67aae1; /* #1a1b1c */
 /* background-color: #a5a5a5;
  border-color: #a5a5a5;*/
}

.share a:focus {
  color: #67aae1; /* #1a1b1c */
  background-color: #a5a5a5;
  border-color: #a5a5a5;
}

.share a:active {
  color: #1a1b1c;
  background-color: #a5a5a5;
  border-color: #a5a5a5;
}

.share a:active {
  background-image: none;
}

.share a:before {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 300;
  text-align: center;
  font-size: 20px;
  
}

.share-facebook {
  color: #3d5b95;
}

.share-facebook:hover {
  color: #2b406a;
}

.share-facebook:before {
  content: '\f09a';
}

.share-twitter {
  color: #24aadd;
}

.share-twitter:hover {
  color: #1a82a9;
}

.share-twitter:before {
  content: '\f099';
}

.share-linkedin {
  color: #0976b4;
}

.share-linkedin:hover {
  color: #06507a;
}

.share-linkedin:before {
  content: '\f0e1';
}

.share-googleplus {
  color: #d23e30;
}

.share-googleplus:hover {
  color: #a22e23;
}

.share-googleplus:before {
  content: '\f0d5';
}

.my-activities-header {
  margin-bottom: calc(14px * 1.5);
}

.my-activities-items {
  margin-bottom: calc(14px * 1.5 * 2);
}

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

.my-activities-items__head {
  display: none;
  color: #979797;
}

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

@media (min-width: 768px) {
  .my-activities-items__body {
    display: table-row-group;
  }
}

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

@media (min-width: 768px) {
  .my-activities-items__col {
    display: table-cell;
    padding-top: calc(14px * 1.5 / 2);
    padding-bottom: calc(14px * 1.5 / 2);
    border-bottom: 1px solid #eeeeee;
  }

  .my-activities-items__col + .my-activities-items__col {
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .my-activities-items__request-id {
    display: inline;
  }
}

@media (min-width: 768px) {
  .my-activities-items__request-id {
    display: none;
  }
}

.my-activities-menu ul {
  padding-left: 0;
  list-style: none;
}

.my-activities-menu__items {
  margin-bottom: 0;
}

.my-activities-menu__item {
  margin-bottom: 0;
}

.my-activities-menu__item a {
  display: block;
}

@media (min-width: 768px) {
  .my-activities-menu__item {
    float: left;
  }
}

@media (min-width: 768px) {
  .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px;
  }
}

.my-activities-menu--main {
  padding-bottom: calc(14px * 1.5);
  margin-bottom: calc(14px * 1.5);
  border-bottom: 2px solid #eeeeee;
}

.my-activities-menu--main .my-activities-menu__item {
  padding: calc(12px / 2) 12px;
  background-color: #c4c4c4;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .my-activities-menu--main .my-activities-menu__item {
    margin-bottom: calc(14px * 1.5 / 3);
  }
}

.my-activities-menu--main .my-activities-menu__item.is-active {
  font-weight: 600;
  color: rgba(82, 84, 88, 1);
}

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

.my-activities-menu--sub .my-activities-menu__item.is-active {
  font-weight: 600;
}

.my-activities-menu--sub .my-activities-menu__item a {
  display: inline-block;
}

@media (min-width: 768px) {
  .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
    margin-right: calc(12px / 2);
    font-size: 10px;
    content: '\2022';
  }
}

@media (max-width: 767px) {
  .my-activities-item {
    padding: calc(14px * 1.5 / 2) 12px;
    margin-bottom: calc(14px * 1.5);
    border: 2px solid #eeeeee;
    border-radius: 4px;
  }
}

.my-activities-item__meta {
  font-size: 14px;
  color: #979797;
}

@media (max-width: 767px) {
  .my-activities-item__meta {
    display: inline-block;
    margin-right: calc(12px / 2);
  }

  .my-activities-item__meta + .my-activities-item__meta:before {
    margin-right: calc(12px / 2);
    content: '\2022';
  }
}

.my-activities-item__title {
  font-weight: 400;
}

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

@media (max-width: 767px) {
  .my-activities-item__icon {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .my-activities-item__icon {
    display: none;
  }
}

.request-table-toolbar {
  padding-top: 12px;
  padding-bottom: calc(12px / 2);
  margin-bottom: calc(14px * 1.5);
  background-color: #f9f9f9;
  border-radius: 4px;
}

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

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

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

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

@media (max-width: 767px) {
  .request-table-filters__item {
    margin-bottom: calc(14px * 1.5 / 2);
  }
}

@media (min-width: 768px) {
  .request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom;
  }
}

.request-table-organization {
  display: table;
  width: 100%;
}

.request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.request-table-organization__col--main {
  width: 100%;
}

.request-table-organization__col--button {
  padding-left: calc(12px / 2);
}

.request-table-organization__col--button [role='button'] {
  height: calc(14px * 1.5 + 12px + 2px);
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc(14px * 1.5 + 12px + 2px);
}

.requests-sort-symbol {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.requests-sort-symbol:after {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 5px;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 900;
  color: #979797;
  content: '\f0d7';
}

.requests-link {
  color: #979797;
  white-space: nowrap;
}

.requests-link[href*='asc'] .requests-sort-symbol:after {
  content: '\f0d8';
}

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

.request {
  position: relative;
}

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

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

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

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

.request-sidebar {
  padding: calc(14px * 1.5) 12px 0;
  margin-bottom: calc(14px * 1.5);
  font-size: 14px;
  border: 2px solid #eeeeee;
  border-radius: 4px;
}

.request-sidebar dd {
  margin-bottom: calc(14px * 1.5 / 2);
}

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

.request-status--solved,
.request-status--closed {
  background-color: #2E8540;
}

.request-status--new,
.request-status--open {
  background-color: #981B1E;
}

.request-status--answered {
  background-color: #FDB81E;
}

.new-request-page {
  padding-bottom: calc(14px * 1.5 * 2);
  padding-top: calc(10px * 1.5 * 1); /* (14px * 1.5 * 2) */
  background-color: #fff;
  -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

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

@media (min-width: 768px) {
  .new-request-title {
    font-size: calc(14px * 1.75);
  }
}

@media (min-width: 992px) {
  .new-request-title {
    font-size: calc(14px * 3);
  }
}

.new-request-form {
  margin-bottom: calc(14px * 1.5);
}

.upload-dropzone {
  padding: calc(14px * 1.5) 16px;
  border-color: #c4c4c4;
  border-radius: 4px;
}

.upload-dropzone {
  font-size: calc(14px * 0.75);
}

.upload-dropzone a {
  font-size: calc(14px * 0.75);
}

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

.dropdown-menu {
  min-width: 270px !important; 
  overflow: hidden;
  font-size: 14px;
  background-color: #fff; /*1D1E20*/
  border-radius: 4px;
  position: absolute;
  top: 100%;
  margin-top: 0px;
    border: 1px solid #ccc;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  .dropdown-menu {
    top: 100%;
    min-width: 100%!important;
  }
}

.dropdown-menu.dropdown-menu--2 {
  min-width: 560px !important;
}
@media (max-width: 479px) {
.dropdown-menu.dropdown-menu--2 {
  min-width: 270px !important;
}
}

@media (max-width: 1680px) {
  .dropdown-menu.dropdown-menu--2 {
    right: -30px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .dropdown-menu.dropdown-menu--2 {
    min-width: 100%;
    left: 0;
    right: 0;
  }
}

.dropdown-menu.dropdown-menu--blog {
  min-width: 550px !important;
}


@media (max-width: 479px) {
.dropdown-menu.dropdown-menu--blog {
  min-width: 270px !important;
}
}

@media (max-width: 767px) {
  .dropdown-menu.dropdown-menu--blog {
    min-width: 100%;
  }
}

@media (max-width: 1780px) {
  .dropdown-menu.dropdown-menu--blog {
    right: -30px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .dropdown-menu.dropdown-menu--blog {
    min-width: 100%;
    left: 0;
    right: 0;
  }
}

.dropdown-menu [role='menuitem'] {
  position: relative;
  padding: 8px 26px 9px 40px;
  white-space: normal;
  width: 100%;
  color: #444; /* #fff */
      display: block;
}

.dropdown-menu [role='menuitem']:hover {
  background-color: #eceeef; /* rgba(255, 255, 255, 0.2) */
  /* color:  #fff */
}

.dropdown-menu [role='menuitem']:before {
  position: absolute;
  top: 17px;
  left: 12px;
  font-size: 3px;
  display: inline-block;
  margin-left: 10px !important;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #979797;/* #fff */
  content: '\f111';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-menu [role='menuitem'][aria-selected='true']:after {
  position: absolute;
  top: 16px;
  right: 12px;
  display: inline-block;
  margin-left: 10px !important;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: '\f00c';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-menu--2 .dropdown-item {
  display: inline-block;
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .dropdown-menu--2 .dropdown-item {
    width: 100%;
  }
}

.dropdown-menu--2[aria-expanded='true'],
.dropdown-menu--2.isOpened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.isOpened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown-menu--faq .dropdown-item:nth-child(2n-1) {
  border-right: 1px solid #eceeef; /* 1px solid rgba(255, 255, 255, 0.2) */
}

.dropdown-menu--blog {
/*  padding: 12px 0px 20px 20px; */
}

.dropdown-menu--blog h6 {
  padding: 5px 0px;
  text-align: center; 
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 300;
  color: #333;/* #fff */
  text-transform: uppercase;
}

.dropdown-menu--blog .col {
  display: inline-block;
  float: left;
  width: 50%;

}
.dropdown-menu--blog .col:nth-child(1) {
  border-right: 1px solid #eceeef;
}

.dropdown-menu--blog .col:nth-child(2n) {
  padding-left: 0px;
}

@media (max-width: 479px)
{
  .dropdown-menu--blog .col {
  width: 100%;
  padding-left: 0!important;
}
}

.dropdown-menu--blog[aria-expanded='true'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown-menu--blog .dropdown-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 15px;
  margin: 2px 20px 0px 0px;
}

@media (max-width: 479px)
{
.dropdown-menu--blog .dropdown-item {
  background-color: rgba(255, 255, 255, 0.0);
  padding: 8px 26px 9px 40px;;
  margin: 2px 20px 0px 0px;
}
}

.dropdown-menu--blog .dropdown-item:hover {
/*  background-color: rgba(255, 255, 255, 0.2); */
}

.dropdown-menu--blog [role='menuitem']:before {
  display: none;
}

.language-selector [role='menuitem'] {
  padding-left: 26px;
}

.language-selector [role='menuitem']:before {
  display: none;
}

.error-page {
  padding: 10% 0;
  text-align: center;
}

.error-page__title, .txt_cp {
  text-transform: capitalize;
}

.note {
  position: relative;
  padding-left: 12px;
  margin: calc(14px * 1.5) 0;
  color: #525458;
  border-left: calc(2px * 2) solid transparent;
  border-radius: 2px;
  padding: 15px 15px 15px 20px;
}

.note p:last-child {
  margin-bottom: 0;
}

.note-title {
  margin-bottom: calc(14px * 1.5 / 2);
  font-weight: 600;
}

.note-default {
  border-color: #8d8d8d;
}

.note--default {
  border-color: #8d8d8d;
}

.note-default .note-title {
  color: #8d8d8d;
}

.note--default .note-title {
  color: #8d8d8d;
}

.note-info,
.note--info {
  border-color: #4a9029; /* rgba(33, 88, 245, 1); */
  background: #f7fbf6;
}

.note--info-wrn {
border-color: #fdb81e;
    background: #fff7e6;
}

.note-info .note-title,
.note--info .note-title {
  color: rgba(33, 88, 245, 1);
}
.note--info p strong:first-child
{
color: #4a9029;
display:block;
font-size: large;
}


.note-warning,
.note--warning {
  border-color: #FDB81E;
}

.note-warning .note-title,
.note--warning .note-title {
  color: #FDB81E;
}

.note-success,
.note--success {
  border-color: #2E8540;
}

.note-success .note-title,
.note--success .note-title {
  color: #2E8540;
}

.note-danger,
.note--danger {
  border-color: #981B1E;
}

.note-danger .note-title,
.note--danger .note-title {
  color: #981B1E;
}

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 calc(14px * 1.5 / 2);
}

.pagination ul > li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: calc(14px * 1.5 / 2);
}

.pagination ul > li > a {
  position: relative;

  display: block;
  padding: calc(12px / 2) 16px;
  line-height: 1.5;
  color: #a6a6a7;
  text-decoration: none;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.pagination ul > li > span {
  position: relative;

  display: block;
  padding: calc(12px / 2) 16px;
  line-height: 1.5;
  color: #a6a6a7;
  text-decoration: none;
  background-color: #f6f6f6;
  border-radius: 4px;
}

.pagination ul > li > a:hover {
  color: #093dcf;
  background-color: #c4c4c4;
  border-color: #ddd;
}

.pagination ul > li > a:focus {
  color: #093dcf;
  background-color: #c4c4c4;
  border-color: #ddd;
}

.pagination ul > li > span:hover {
  color: #093dcf;
  background-color: #c4c4c4;
  border-color: #ddd;
}

.pagination ul > li > span:focus {
  color: #093dcf;
  background-color: #c4c4c4;
  border-color: #ddd;
}

.pagination ul > .pagination-current > span,
.pagination ul > .pagination-current > span:hover,
.pagination ul > .pagination-current > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: rgba(33, 88, 245, 1);  /* rgba(33, 88, 245, 1); */
  border-color: rgba(33, 88, 245, 1);
}

.satisfaction-box {
  padding: calc(14px * 1.5) 15px;
  margin: 0 0 calc(10px * 2) 0;
  margin-top: 0;
  border-color: #eeeeee;
  border-radius: 4px;
}

.satisfaction-box h4:last-child {
  margin-bottom: 0;
}

.satisfaction-box input[type='radio'] ~ label {
  margin-right: 10px;
  letter-spacing: normal;
}

.satisfaction-box input[type='radio'] ~ label[for='satisfaction_rating_score_good'] {
  color: #fff;
  background-color: #2E8540;
  border-color: #2E8540;
}

.satisfaction-box input[type='radio'] ~ label[for='satisfaction_rating_score_good']:hover,
.satisfaction-box input[type='radio'] ~ label[for='satisfaction_rating_score_good']:focus,
.satisfaction-box input[type='radio'] ~ label[for='satisfaction_rating_score_good']:active {
  color: #e0e0e0;
  background-color: #215f2e;
  border-color: #1e582a;
}

.satisfaction-box input[type='radio'] ~ label[for='satisfaction_rating_score_good']:active {
  background-image: none;
}

.satisfaction-box input[type='radio'] ~ label[for='satisfaction_rating_score_bad'] {
  color: #fff;
  background-color: #981B1E;
  border-color: #981B1E;
}

.satisfaction-box input[type='radio'] ~ label[for='satisfaction_rating_score_bad']:hover,
.satisfaction-box input[type='radio'] ~ label[for='satisfaction_rating_score_bad']:focus,
.satisfaction-box input[type='radio'] ~ label[for='satisfaction_rating_score_bad']:active {
  color: #e0e0e0;
  background-color: #6d1315;
  border-color: #641214;
}

.satisfaction-box input[type='radio'] ~ label[for='satisfaction_rating_score_bad']:active {
  background-image: none;
}

.satisfaction-box input[type='radio'][checked='checked'][value='good'] + label {
  color: #fff !important;
  background-color: #1e582a !important;
  border-color: #1e582a !important;
}

.satisfaction-box input[type='radio'][checked='checked'][value='bad'] + label {
  color: #fff !important;
  background-color: #641214 !important;
  border-color: #641214 !important;
}

.satisfaction-box label.disabled {
  margin-bottom: calc(14px * 1.5) !important;
}

.satisfaction-box label.disabled[for='satisfaction_rating_score_good'] {
  color: #2E8540 !important;
}

.satisfaction-box label.disabled[for='satisfaction_rating_score_bad'] {
  color: #981B1E !important;
}

.satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-box .satisfaction-submit {
  margin-left: 10px !important;
  font-size: calc(14px - 5px) !important;
  color: #fff;
  background-color: rgba(33, 88, 245, 1);
  border-color: rgba(33, 88, 245, 1);
}

.satisfaction-box .satisfaction-submit:hover,
.satisfaction-box .satisfaction-submit:focus,
.satisfaction-box .satisfaction-submit:active {
  color: #e0e0e0;
  background-color: #0a40d9;
  border-color: #093dcf;
}

.satisfaction-box .satisfaction-submit:active {
  background-image: none;
}

.satisfaction-reason {
  padding-top: calc(14px * 1.5);
}

.satisfaction-box .satisfaction-cancel {
  font-size: calc(14px - 5px) !important;
  line-height: 1.5 !important;
}

.scroll-to-top {
  right: 50px;
  width: 50px;
  border: 1px solid #fff;
  bottom: 50px;
  cursor: pointer;
  height: 50px;
  display: flex!important;
  outline: none;
  z-index: 300;
  position: fixed;
  box-shadow: 0 0 10px rgb(0 0 0 / 16%), 0 0 10px rgb(0 0 0 / 16%);
  transition: all .25s cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
  align-items: center;
  border-radius: 2px;
  justify-content: center;
  background-color: #e9e9e9;
  color: #717171;
  transform: scale(0);
  transform-origin: center;
}
@media (max-width: 767.95px) {
  .scroll-to-top {display:none!important;}
}

.scroll-to-top:focus,
.scroll-to-top:active {
  outline: 0;
}

.scroll-to-top.is-active {
  transform: scale(1);
}

.scroll-to-top:hover {
  background-color: #F1F1F1;
  color: #717171;
}

.embed,
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.embed img,
.embed-responsive img {
  width: 100%;
}

.embed iframe,
.embed embed,
.embed object,
.embed video,
.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:focus,
.embed-responsive:focus {
  outline: none !important;
}

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

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

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: block !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
}

@media (min-width: --screen-lg) {
  .visible-lg {
    display: block;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.page-header {
  margin-bottom: calc(14px * 1.5);
}

@media (max-width: 767px) {
  .page-header {
    margin-top: 0px; /* 20 */
  }
}

.page-header--with-border {
  border-bottom: 2px solid #eeeeee;
}

.recent-articles h3 {
  margin-bottom: calc(14px * 1.5 / 2);
}

.related-articles h3 {
  margin-bottom: calc(14px * 1.5 / 2);
}

@media (min-width: 768px) {
  .recent-articles h3 {
    margin-top: calc(14px * 1.5 / 2);
  }

  .related-articles h3 {
    margin-top: calc(14px * 1.5 / 2);
  }
}

.recent-articles ul,
.related-articles ul {
  padding-left: 0;
  list-style: none;
}

.recent-articles ul > li {
  margin-bottom: calc(14px * 1.5 / 2);
}

.related-articles ul > li {
  margin-bottom: calc(14px * 1.5 / 2);
  border-left: 2px solid #fff;
  padding-left: 5px;
}

.related-articles ul > li:hover {
  border-left: 2px solid #2158f5;
}

.recent-articles ul > li a,
.related-articles ul > li a {
 /* color: #2158F5; */
  padding: 6px 0px;
  text-decoration: none;
}

.recent-box {
  margin-bottom: 10px;
 /* padding: 20px 15px;*/
  padding: 15px 0px 5px 5px;
}

.section-articles {
 /* margin-bottom: calc(14px * 1.5);
  background-color: #fff;*/
/*  border: 1px transparent solid;
  border-color: #ccc;
  border-radius: 4px; */
  padding: 15px 0px 5px 5px; /*20px 15px;*/
 /* border-bottom-width: 1px;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06); */
}

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

.section-articles__list {
  padding-left: 0;
  list-style: none;
}

.section-articles__item {
  margin-bottom: calc(14px * 1.5 / 2);
  border-left: 2px solid #fff;
  padding-left: 5px;
}

.section-articles__item:hover {
   border-left: 2px solid #2157f3;
}

.section-articles__item a {
/*  color: #2158F5; 
  padding: 6px 0px;*/
  text-decoration: none;
}

/*.section-articles__link {
  color: rgba(82, 84, 88, 1);
  border-bottom: 1px solid var(--hr-border);
  padding-bottom: 1px;
}*/

.profile-header {
  padding: calc(14px * 1.5) 15px;
  margin-bottom: calc(14px * 1.5);
  color: #fff;
  text-align: center;
  background-color: #0071BC;
  border-radius: 4px;
}

.profile-header__avatar {
  display: inline-block;
}

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

.profile-header__name a {
  color: #fff;
}

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

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(14px * 1.5);
  background-color: rgba(33, 88, 245, 1);
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

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

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: calc(14px * 1.5 / 4);
}

@media (max-width: 767px) {
  .profile-stats__stat {
    display: block;
  }

  .profile-stats__stat:before {
    display: none;
  }
}

.profile-stats__label {
  margin-right: calc(12px / 2);
}

.profile-stats__value {
  color: #fff;
}

.profile-nav {
  margin-bottom: calc(14px * 1.5);
  overflow: hidden;
  font-size: calc(14px * 0.75);
  font-weight: 600;
  background-color: #eeeeee;
  border-radius: 4px;
}

.profile-nav__items {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

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

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

.profile-nav__item a {
  display: block;
  color: rgba(82, 84, 88, 1);
}

.profile-nav__item.is-active {
  color: #fff;
  background-color: rgba(33, 88, 245, 1);
}

.profile-nav__item.is-active {
  padding: calc(14px * 1.5 / 1.5) 12px;
  line-height: 1;
}

.profile-nav__item a {
  padding: calc(14px * 1.5 / 1.5) 12px;
  line-height: 1;
}

.profile-nav__item:after {
  right: 12px !important;
}

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: calc(14px * 1.5);
}

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

.profile-section__description {
  font-size: calc(14px * 0.75);
  color: #979797;
}

@media (min-width: 768px) {
  .profile-section__description {
    padding-bottom: 0;
  }
}

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

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

@media (min-width: 768px) {
  .profile-section-sorter {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    padding-top: 0;
    border-top: 0;
  }
}

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

@media (max-width: 767px) {
  .profile-section-sorter__col--main {
    margin-bottom: calc(14px * 1.5 / 2);
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col--main {
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col--btn {
    text-align: right;
  }
}

.profile-contribution {
  position: relative;
  padding: calc(14px * 1.5 / 2) 15px;

  word-wrap: break-word;
  background-color: #f6f6f6;

  border-radius: 4px;
}

.profile-contribution__header {
  margin-bottom: calc(14px * 1.5 / 4);
}

.profile-contribution__status {
  margin-bottom: calc(14px * 1.5 / 4);
}

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

.profile-contribution__body {
  margin-bottom: calc(14px * 1.5 / 2);
}

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

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

.profile__no-activity {
  color: #979797;
  text-align: center;
}

.profile__private-activity {
  color: #979797;
  text-align: center;
}

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

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

.profile-activity__header {
  margin-bottom: calc(14px * 1.5 / 2);

  font-size: calc(14px * 0.75);
  font-weight: 600;
}

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

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

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$='-article'] .profile-activity__header:before {
  content: '\f15c';
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$='-post'] .profile-activity__header:before {
  content: '\f086';
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$='-comment'] .profile-activity__header:before {
  font-weight: 400;
  content: '\f075';
}

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

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

.entry-info__avatar {
  padding-right: 12px;
}

.status-label {
  padding: 2px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.status-label--pending {
  background-color: #FDB81E;
}

.status-label--with-ticket {
  background-color: rgba(33, 88, 245, 1);
}

.status-label--with-ticket:hover,
.status-label--with-ticket:focus,
.status-label--with-ticket:active {
  color: #fff;
}

.status-label--solved,
.status-label--closed {
  background-color: #2E8540;
}

.status-label--new,
.status-label--open {
  background-color: #981B1E;
}

.status-label--answered {
  background-color: #FDB81E;
}

.status-label--official {
  background-color: rgba(33, 88, 245, 1);
}

.status-label--completed,
.status-label--answered {
  background-color: #2E8540;
}

.status-label--planned {
  background-color: #0071BC;
}

.status-label--not-planned {
  color: rgba(82, 84, 88, 1);
  background-color: #eeeeee;
}

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

.attachment-list__item {
  position: relative;
  padding-left: calc(12px * 1.5);
  margin-bottom: calc(14px * 1.5 / 2);
}

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

.attachment-list__icon {
  position: absolute;
  top: 4px;
  left: 0;
}

.promoted-articles {
  padding-top: 40px;
  padding-bottom: 50px;
}

.promoted-articles .white-box {
  padding: 30px 40px  40px 40px;
}

.promoted-articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 480px)
{
  .promoted-articles__list {
  list-style: circle;
  display: block;
}
}

.promoted-articles__title {
  font-weight: 300;
  font-size:  font-size: calc(14px * 1.4);
  line-height: 37px;
  letter-spacing: 0;
  margin-bottom: 36px;
}

.promoted-articles-item__title {
  display: block;
  margin-bottom: calc(14px * 1.5 / 4);
  font-size: calc(14px * 1);
}
.promoted-articles-item
{
    margin-bottom: 10px;
}

.callout {
  padding: calc(14px * 1.5) 20px;
  margin-bottom: calc(14px * 1.5);
  background-color: #c4c4c4;
  border-left-style: solid;
  border-left-width: 5px;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout--transparent {
  background-color: transparent;
  border-color: #dedede;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  color: rgba(82, 84, 88, 1);
  background-color: #caedd1;
  border-color: #2E8540;
}

.callout--success .callout__title {
  color: #2E8540;
}

.callout--info {
  color: rgba(82, 84, 88, 1);
  background-color: #bdcdfc;
  border-color: rgba(33, 88, 245, 1);
}

.callout--info .callout__title {
  color: rgba(33, 88, 245, 1);
}

.callout--warning {
  color: rgba(82, 84, 88, 1);
  background-color: #fedd92;
  border-color: #FDB81E;
}

.callout--warning .callout__title {
  color: #FDB81E;
}

.callout--danger {
  color: rgba(82, 84, 88, 1);
  background-color: #e67173;
  border-color: #981B1E;
}

.callout--danger .callout__title {
color: #981B1E;
}

.callout--primary {
  color: rgba(82, 84, 88, 1);
  background-color: #fff;
 /* border-color: rgba(33, 88, 245, 1);*/
  border-color: #ccc;
}

.callout--primary .callout__title {
  /*color: rgba(33, 88, 245, 1);*/
    color:rgba(82, 84, 88, 1);
}

.callout--dashed {
  border-style: solid; /*dashed*/
  border-width: 1px;
  border-radius: 10px;
}
.callout--solid
{
  border-style: solid;
  border-width: 1px;
}

.image-with-border {
  padding: 10px;
  border: 1px solid #dadada;
  border-radius: 4px;
}

.image-with-shadow {
  -webkit-box-shadow: 0 5px 15px 2px #666;
  box-shadow: 0 5px 15px 2px #666;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
}

.image-with-video-icon {
  position: relative;
  display: block;
  background-position: 50% 50%;
  height: 180px;
  background-size: cover;
}

.image-with-video-icon img {
  width: 100%;
}

.image-with-video-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0px 0px -30px;
  width: 60px;
  height: 60px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 9px 0px 0px 3px;
  z-index: 3;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  content: '\f04b';
  border: 4px solid rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.55);
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  /*transform: translate(-50%, -50%);*/
}

/* &:after {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    z-index: 2;
    content: "";
    background-color: rgba(0, 136, 206, 0);
    transition: all 400ms ease-out 0ms;
  }*/

.image-with-video-icon:active,
.image-with-video-icon:hover {
  /* &:after {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 136, 206, 0.5);
      transition: all 400ms ease-out 0ms;
      mix-blend-mode: normal;
    }*/
}

.image-with-video-icon:active:before {
  border: 4px solid #2487d7;
  background-color: #fff;
 /* -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);*/
  color: #2487d7;
}

.image-with-video-icon:hover:before {
  border: 4px solid rgba(33, 88, 245, 1);
  background-color: #fff;
 /* -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);*/
  color: rgba(33, 88, 245, 1);
}

.list-colored,
.list-bullet {
  padding-left: 0 !important;
  list-style-type: none;
  counter-reset: list;
}

.list-colored li {
  position: relative;
  padding-left: calc(30px + 12px);
  margin-bottom: calc(14px * 1.5 / 1.5) !important;
  counter-increment: list;
}

.list-colored li:before {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: calc(14px * 0.75);
  line-height: 30px;
  color: #fff;
  text-align: center;
  content: counter(list);
  background-color: rgba(33, 88, 245, 1);
  border-radius: 50%;
}

.list-colored ol {
  margin-bottom: 14px;
  list-style-type: none;
  counter-reset: list;
}

.list-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.list-bullet li:before {
  position: absolute;
  top: -3px;
  left: 0;
  width: auto;
  height: auto;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: rgba(33, 88, 245, 1);
  content: '\f058';
  background-color: transparent;
}

.list-bullet ul {
  margin-bottom: 14px;
  list-style: none;
}

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

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

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

.text-primary {
  background-color: #b3c6fc;
}

.text-info {
  background-color: rgba(33, 88, 245, 1);
}

.text-warning {
  background-color: #FDB81E;
}

.text-danger {
  background-color: #981B1E;
}

.text-success {
  background-color: #2E8540;
}

.accordion {
  padding-top: 0;
  margin-bottom: calc(14px * 1.5);
  border: 1px solid #ddd;
  border-radius: 4px;
}

.accordion__item-title {
  position: relative;
  padding: 15px 20px 15px 52px;
  font-size: calc(14px * 1.25);
  cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
  border-bottom: 1px solid #ddd;
}

.accordion__item-title:before {
  position: absolute;
  content: '';
}

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.accordion__item-content p:last-child {
  margin-bottom: 0;
}

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
  top: 50%;
  left: 22px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid rgba(33, 88, 245, 1);
  border-left: 2px solid rgba(33, 88, 245, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion--default .accordion__item-title--active {
  background-color: #f0f0f0;
}

.accordion--default .accordion__item-title--active:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion--colored .accordion__item-title {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title:before,
.accordion--colored .accordion__item-title:after {
  top: 50%;
}

.accordion--colored .accordion__item-title:before {
  left: 20px;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background-color: #8d8d8d;
}

.accordion--colored .accordion__item-title:after {
  position: absolute;
  left: 24px;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  content: '';
  background-color: #8d8d8d;
}

.accordion--colored .accordion__item-title--active {
  color: #fff;
  background-color: rgba(33, 88, 245, 1);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title--active:before {
  background-color: #fff;
}

.accordion--colored .accordion__item-title--active:after {
  display: none;
}

.tabs {
  margin-bottom: calc(14px * 1.5);
}

.tab {
  display: block;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tab p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

.tab:nth-child(2) {
  border-top-left-radius: 0;
}

.tabs-link {
  display: block;
  padding: 8px 30px;
  margin: 0;
  font-weight: 600;
  color: rgba(82, 84, 88, 1);
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
  color: rgba(33, 88, 245, 1);
}

@media (max-width: 767px) {
  .tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd;
  }

  .tabs-link:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

@media (min-width: 768px) {
  .tabs-link {
    display: inline-block;
  }
}

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  color: rgba(33, 88, 245, 1);
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
  color: rgba(33, 88, 245, 1);
  cursor: default;
}

@media (min-width: 768px) {
  .tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

.tabs--colored-1 .tab {
  background-color: #f0f0f7 !important;
}

.tabs--colored-1 .tabs-link.is-active {
  background-color: #f0f0f7;
  border-bottom-color: #f0f0f7;
}

.tabs--colored-2 .tabs-link:hover {
  color: rgba(33, 88, 245, 1);
}

.tabs--colored-2 .tabs-link.is-active {
  color: #fff;
  background-color: rgba(33, 88, 245, 1);
  border-color: rgba(33, 88, 245, 1);
}

.tabs--colored-2 .tabs-link.is-active:hover {
  color: #fff;
}

.tabs--colored-2 .tab {
  background-color: #f0f0f7 !important;
}

.videos {
  margin-top: 30px;
}

.videos__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0;
  margin-bottom: 36px;
}

.videos__title a {
  color: rgba(82, 84, 88, 1);
}

.videos__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.videos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.videos__item a {
  display: block;
}

.videos__item .videos__item_link {
  border: 0px transparent solid;
  border-color: #ccc;
  border-bottom-width: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  width: 100%;
}

.videos__item .videos__item_link:active {
  background-color: #fff;
  /*border-color: #b5b5b5;
      box-shadow: var(--box-shadow-1);*/
  -webkit-box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.videos__item .videos__item_link:focus {
  background-color: #fff;
  /*border-color: #b5b5b5;
      box-shadow: var(--box-shadow-1);*/
  -webkit-box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.videos__item .videos__item_link:hover {
  background-color: #fff;
  /*border-color: #b5b5b5;
      box-shadow: var(--box-shadow-1);*/
  -webkit-box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.videos__item .videos__item_link .videos__item_caption {
  padding: 10px 20px 25px 20px;
  text-align: center;
}

.videos__item .videos__item_link .videos__item_caption .videos__item_title {
  margin-top: 8px;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: rgba(82, 84, 88, 1);
}

.videos__item .videos__item_link .videos__item_caption .videos__item_description {
  font-size: 16px;
  line-height: 21px;
  color: rgba(82, 84, 88, 1);
  opacity: 0.6;
}

.row:before,
.row:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
}

.row:after {
  clear: both;
}

.lt-toc * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lt-toc--list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  overflow-y: auto;
}

.lt-toc--link {
  display: block;
  text-decoration: none;
  padding: 6px 18px;
  color: #2158F5;
}

.lt-toc--link span {
  color: #2158F5;
}

.lt-toc--link.is-active {
  background-color: #ecf1f5;
}

.lt-toc--link.is-active span {
  color: rgba(82, 84, 88, 1);
}

.lt-toc--link:hover {
  border-left-color: #396af6;
}

.lt-toc--link:hover span {
  color: #979797;
}

.lt-toc--current {
  padding: 6px 12px;
}

.lt-toc--title {
  font-weight: bold;
  font-size: 18px;
}

/* Desktop version */

.lt-toc_is-desktop {
  position: relative;
}

.lt-toc_is-desktop .lt-toc--container {
  background-color: #fff;
  border: 1px transparent solid;
  border-color: #ccc;
  border-bottom-width: 1px;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 20px 15px; /* 40px 25px */
}

.lt-toc_is-desktop .lt-toc--title {
  margin: 0 0 32px;
  font-size: 18px;
}

.lt-toc_is-desktop .lt-toc--current {
  display: none;
}

.lt-toc_is-desktop .lt-toc--item {
  margin-bottom: 6px;
}

.lt-toc_is-desktop .lt-toc--list {
  display: block !important;
}

.lt-toc_is-desktop .lt-toc--link {
  border-radius: 0px;
}

/* Mobile version */

.lt-toc-mobile {
  display: none;
}

.lt-toc-mobile.is-active {
  display: block;
}

.lt-toc-mobile,
.lt-toc_is-mobile {
  width: 100%;
  height: 50px;
}

.lt-toc-mobile_start {
  margin-bottom: 24px;
}

.lt-toc-mobile_end {
  margin-top: 24px;
}

.lt-toc_is-mobile {
  position: absolute;
  z-index: 1; /*99*/
}

.lt-toc_is-mobile.lt-toc_is-bottom {
  top: 0 !important;
}

.lt-toc_is-mobile .lt-toc--container {
  position: relative;
  width: auto !important;
  background: #ffffff;
  /*border: 1px solid #e8e8e8;*/
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.33);
  border-radius: 0px;
  top: 40px !important;
  left: 0px;
  right: 0px;
}

.lt-toc_is-mobile .lt-toc--title {
  opacity: 0;
  font-weight: 400;
  position: absolute;
  display: block;
  z-index: -1;
  width: auto !important;
  border-radius: 0px;
  top: 0px !important;
  left: 0px;
  right: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 20px 15px 20px;
  margin-right: 36px;
  padding-left: 56px;
  color: #c5d4de;
  background-color: #2487D7; /* rgba(33, 88, 245, 1) */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lt-toc_is-mobile .lt-toc--list {
  display: none;
  border-top: 1px solid #e8e8e8;
}

.lt-toc_is-mobile .lt-toc--item {
  border-bottom: #0a44e8 1px solid;
  font-weight: 500;
}

.lt-toc_is-mobile .lt-toc--item:last-child {
  border-bottom: none;
}

.lt-toc_is-mobile .lt-toc--current,
.lt-toc_is-mobile .lt-toc--link {
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 20px 15px 20px;
}

.lt-toc_is-mobile .lt-toc--link:hover {
  background-color: #c5d4de;
}

.lt-toc_is-mobile .lt-toc--link:hover span {
  color: rgba(33, 88, 245, 1);
}

.lt-toc_is-mobile .lt-toc--current {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 36px;
  padding-left: 56px;
  color: #fff;
  background-color: #2487D7; /* rgba(33, 88, 245, 1) */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lt-toc_is-mobile .lt-toc--current:before {
  position: absolute;
  top: 50%;
  left: 22px;
  font-family: 'Font Awesome 5 Free';
  content: '';  /* \f060 */
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  margin-top: -7px;
}

.lt-toc_is-mobile .lt-toc--current:after {
  position: absolute;
  top: 50%;
  right: 22px;
  text-align: center;
  display: block;
  content: '';
  font-family: 'Font Awesome 5 Free';
  content: '\f0dd';
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  margin-top: -12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--current {
  padding-left: 10px;
  color: #c5d4de;
}

.lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--current:before {
  display: none;
}

.lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--current:after {
  -webkit-transform: translate(0%, 50%) rotate(-180deg);
  transform: translate(0%, 50%) rotate(-180deg);
}

.lt-toc_is-mobile .lt-toc--container.is-active .lt-toc--title {
  padding-left: 20px;
  opacity: 1;
  z-index: 199;
}

.lt-toc_is-mobile .lt-toc--item:last-child a {
  /*border-radius: 0 0 4px 4px;*/
  border-radius: none;
}

.blog_article {
  margin-bottom: 30px;
}

.blog__item {
  margin-top: 10px;
/*  clear: both; */
}

.blog__item img {
  display: inline-block;
  float: left;
  width: 60px;
  margin-right: 15px;
}

.blog__item .blog-item__title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

.blog_article .blog__item {
  padding-left: 0px;
}

.blog_section {
  padding-bottom: 60px;
  clear: both;
}

.blog_section .blog__item {
  /*padding-left: 0px;*/
      width: 32%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
/*  clear: both; */
}
@media (max-width: 991px) {
  .blog_section .blog__item {
 width: 48%;
  }
}

@media (max-width: 700px) {
  .blog_section .blog__item {
 width: 98%;
  }
}

.blog_section .blog__item img {
  display: inline-block;
  float: left;
  width: 120px;
  margin-right: 15px;
}

.blog_section .blog__item .blog-item__title {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 991px) {
  .blog_section .blog__item .blog-item__title {
    font-size: 18px;
  }
}

.page-how-to-buy .label,
.page-how-to-buy .label.section-label {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.page-how-to-buy {
  padding: 90px 45px 150px;
}

@media (max-width: 768px) {
  .page-how-to-buy {
    padding: 80px 25px 120px;
  }
}

.page-how-to-buy .label {
  position: absolute;
  top: 50%;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 38px;
  line-height: 80px;
  color: #000000;
  text-align: center;
  background: #ececec;
  border: 10px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-how-to-buy .label.bg-red:hover {
  cursor: pointer;
  background-color: #aa2326 !important;
}

.page-how-to-buy .label.bg-orange:hover {
  cursor: pointer;
  background-color: #fb780f !important;
}

.page-how-to-buy .label img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-how-to-buy .label.section-label {
  top: -47px;
  left: 50% !important;
  z-index: 20;
  width: auto;
  height: 90px;
  padding: 0 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 70px;
  color: #ffffff;
  background-color: #01528d !important;
  border-radius: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 992px) {
  .page-how-to-buy .label.section-label {
    top: -38px;
    height: 70px;
    font-size: 20px;
    line-height: 60px;
    border-width: 5px;
  }
}

@media (max-width: 768px) {
  .page-how-to-buy .label.section-label {
    padding: 0 40px;
    font-size: 18px;
    line-height: 60px;
    white-space: nowrap;
  }
}

.page-how-to-buy .label.section-label.bottom {
  top: auto;
  bottom: -40px;
}

.page-how-to-buy .label.section-label.link {
  text-decoration: none;
}

.page-how-to-buy .label.section-label.link.bg-blue:hover {
  background-color: #0361a0 !important;
}

.page-how-to-buy .label.section-label.link {
  text-decoration: none;
}

.page-how-to-buy .label.section-label.link.bg-orange:hover {
  background-color: #d36004 !important;
}

.page-how-to-buy .patch {
  position: absolute;
  top: -10px;
  right: 0;
  width: 50%;
  height: 20px;
}

.page-how-to-buy .patch.bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -10px;
}

.page-how-to-buy section {
  position: relative;
}

@media (max-width: 992px) {
  .page-how-to-buy section:nth-child(1) .image-holder > .label {
    right: 110px !important;
  }

  .page-how-to-buy section:nth-child(2) .image-holder > .label {
    top: -30px !important;
    right: -25px !important;
  }

  .page-how-to-buy section:nth-child(3) .image-holder > .label:nth-child(2) {
    top: -10px !important;
    right: 35px !important;
  }

  .page-how-to-buy section:nth-child(3) .image-holder > .label:nth-child(3) {
    right: 155px !important;
  }

  .page-how-to-buy section:nth-child(3) .image-holder > .label:nth-child(4) {
    right: 95px !important;
    bottom: -10px !important;
  }

  .page-how-to-buy section:nth-child(3) .image-holder > .label:nth-child(2) {
    top: -35px !important;
    right: 20px !important;
  }

  .page-how-to-buy section:nth-child(3) .image-holder > .label:nth-child(3) {
    top: -35px !important;
    right: 170px !important;
    bottom: auto !important;
  }

  .page-how-to-buy section:nth-child(4) .image-holder > .label:nth-child(2) {
    top: 40px !important;
    left: 50px !important;
  }

  .page-how-to-buy section:nth-child(4) .image-holder > .label:nth-child(3) {
    top: 80px !important;
    right: 10px !important;
  }

  .page-how-to-buy section:nth-child(5) .image-holder > .label:nth-child(2) {
    top: -30px !important;
    right: 95px !important;
  }

  .page-how-to-buy section:nth-child(6) {
    padding-right: 90px !important;
  }

  .page-how-to-buy section:nth-child(7) .image-holder > .label:nth-child(2) {
    top: -35px !important;
    bottom: auto !important;
    left: -22px !important;
  }

  .page-how-to-buy section:nth-child(7) .image-holder > .label:nth-child(3) {
    top: 140px !important;
    right: 210px !important;
    left: auto !important;
  }

  .page-how-to-buy section:nth-child(8) .image-holder {
    margin: 70px auto 60px;
  }

  .page-how-to-buy section:nth-child(8) .image-holder > .label:nth-child(2) {
    top: -35px !important;
    right: 70px !important;
    bottom: auto !important;
  }

  .page-how-to-buy section:nth-child(8) .image-holder > .label:nth-child(3) {
    top: -35px !important;
    top: 150px !important;
    right: 0px !important;
  }

  .page-how-to-buy section:nth-child(9) .image-holder > .label:nth-child(2) {
    right: 120px !important;
  }
}

@media (max-width: 768px) {
  .page-how-to-buy section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .page-how-to-buy section:nth-child(1) {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }

  .page-how-to-buy section:nth-child(2) {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  .page-how-to-buy section:nth-child(3) {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .page-how-to-buy section:nth-child(3) .image-holder > img {
    max-width: 150px !important;
  }

  .page-how-to-buy section:nth-child(3) .image-holder > .label:nth-child(2) {
    top: -25px !important;
    right: 3px !important;
  }

  .page-how-to-buy section:nth-child(3) .image-holder > .label:nth-child(3) {
    top: -25px !important;
    right: 88px !important;
  }

  .page-how-to-buy section:nth-child(3) .image-holder > .label:nth-child(4) {
    right: 45px !important;
  }

  .page-how-to-buy section:nth-child(4) {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
  }

  .page-how-to-buy section:nth-child(5) {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
  }

  .page-how-to-buy section:nth-child(6) {
    padding-top: 80px !important;
    padding-bottom: 8px !important;
  }

  .page-how-to-buy section:nth-child(7) {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
  }

  .page-how-to-buy section:nth-child(8) {
    padding-top: 50px !important;
    padding-bottom: 120px !important;
  }

  .page-how-to-buy section:nth-child(10) {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .page-how-to-buy section:nth-child(11) {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
  }

  .page-how-to-buy section:nth-child(11) .image-holder > img {
    max-width: 150px !important;
  }
}

.page-how-to-buy section:nth-child(odd) {
  padding: 105px 0 112px 90px;
}

@media (max-width: 992px) {
  .page-how-to-buy section:nth-child(odd) {
    padding-left: 60px !important;
  }
}

@media (max-width: 768px) {
  .page-how-to-buy section:nth-child(odd) {
    padding-left: 30px !important;
  }

  .page-how-to-buy section:nth-child(odd) .caption {
    padding-left: 20px;
  }
}

.page-how-to-buy section:nth-child(odd) .caption > .label {
  left: -200px;
}

@media (max-width: 992px) {
  .page-how-to-buy section:nth-child(odd) .caption > .label {
    left: -95px;
  }
}

@media (max-width: 768px) {
  .page-how-to-buy section:nth-child(odd) .caption > .label {
    left: -65px;
  }
}

.page-how-to-buy section:nth-child(even) {
  padding: 105px 90px 112px 0;
}

@media (max-width: 992px) {
  .page-how-to-buy section:nth-child(even) {
    padding-right: 60px !important;
  }
}

@media (max-width: 768px) {
  .page-how-to-buy section:nth-child(even) {
    padding-right: 30px !important;
  }

  .page-how-to-buy section:nth-child(even) .caption {
    padding-right: 20px;
  }
}

.page-how-to-buy section:nth-child(even) .caption > .label {
  right: -190px;
}

@media (max-width: 1199px) {
  .page-how-to-buy section:nth-child(even) .caption > .label {
    right: -190px;
  }
}

@media (max-width: 991px) {
  .page-how-to-buy section:nth-child(even) .caption > .label {
    right: -95px;
  }
}

@media (max-width: 767px) {
  .page-how-to-buy section:nth-child(even) .caption > .label {
    right: -65px;
  }
}

.page-how-to-buy section:nth-child(even) .text {
  text-align: right;
}

.page-how-to-buy section .bd-t {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-image: url(/hc/theming_assets/01JHE4RQVTYAF4RP79P6NT8C5S);
}

.page-how-to-buy section .bd-b {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: url(/hc/theming_assets/01JHE4RQVTYAF4RP79P6NT8C5S);
}

.page-how-to-buy section .bd-r {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  background-image: url(/hc/theming_assets/01JHE4RT7JJHZ21BAGYRZBH57R);
}

.page-how-to-buy section .bd-l {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: url(/hc/theming_assets/01JHE4RT7JJHZ21BAGYRZBH57R);
}

.page-how-to-buy section .caption {
  position: relative;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  line-height: 43px;
  color: #000000;
}

@media (max-width: 1200px) {
  .page-how-to-buy section .caption {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }
}

@media (max-width: 992px) {
  .page-how-to-buy section .caption .label {
    width: 70px;
    height: 70px;
    font-size: 30px;
    font-weight: 400;
    line-height: 60px;
    border-width: 5px;
  }
}

@media (max-width: 768px) {
  .page-how-to-buy section .caption {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }
}

.page-how-to-buy section p.desc {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  color: #666666;
}

@media (max-width: 1200px) {
  .page-how-to-buy section p.desc {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .page-how-to-buy section p.desc {
    font-size: 16px;
    line-height: 25px;
  }
}

.page-how-to-buy section .image-holder {
  position: relative;
}

@media (max-width: 992px) {
  .page-how-to-buy section .image-holder {
    display: block;
    max-width: 250px;
    margin: 70px auto 0;
    margin-top: 70px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-how-to-buy section .image-holder img {
    width: 300px;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-top: 0 !important;
  }

  .page-how-to-buy section .image-holder .label {
    width: 60px;
    height: 60px;
    border-width: 5px;
  }

  .page-how-to-buy section .image-holder .label.bg-red img {
    max-width: 22px !important;
  }

  .page-how-to-buy section .image-holder .label img {
    max-width: 16px !important;
  }
}

@media (max-width: 768px) {
  .page-how-to-buy section .image-holder {
    margin-top: 40px !important;
  }
}

.page-how-to-buy section .image-holder:nth-child(odd) > img {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.page-how-to-buy section .image-holder:nth-child(even) > img {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.page-how-to-buy section .image-holder > img {
  opacity: 0;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.page-how-to-buy section .image-holder > img[data-reveal-on-scroll='true'] {
  opacity: 1;
  -webkit-transform: translateX(0) rotate(0.01deg);
  transform: translateX(0) rotate(0.01deg);
}

.page-how-to-buy section .image-holder .label.tippy {
  opacity: 0;
  opacity: 1;
  transition: opacity 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: opacity 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    transform 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    transform 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.page-how-to-buy section .image-holder .label.tippy[data-reveal-on-scroll='true'] {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: shiftY 1.5s 1.5s ease-in-out infinite alternate;
  animation: shiftY 1.5s 1.5s ease-in-out infinite alternate;
}

@media (max-width: 992px) {
  .page-how-to-buy section .text {
    padding: 0 !important;
  }
}

.page-how-to-buy section .text:nth-child(odd) {
  padding-right: 60px;
}

.page-how-to-buy section .text:nth-child(even) {
  padding-left: 60px;
}

.page-how-to-buy section .text a {
  color: #205493;
}

.page-how-to-buy section .text .note {
  padding: 32px 40px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #595959;
  background: #dfdfdf;
  position: relative;
  z-index: 0;
}

.page-how-to-buy section .how-to-buy-types-cards {
  padding-top: 20px;
}

.page-how-to-buy section .how-to-buy-types-cards .block {
  width: 210px;
  background-color: #dfdfdf;
}

@media (max-width: 768px) {
  .page-how-to-buy section .how-to-buy-types-cards .block {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-how-to-buy section .how-to-buy-types-cards .block p {
  padding: 15px 25px 30px;
  margin: 0;
  font-size: 20px;
  line-height: 27px;
}

@media (max-width: 1200px) {
  .page-how-to-buy section .how-to-buy-types-cards .block p {
    font-size: 16px;
    line-height: 21px;
  }
}

.page-how-to-buy section .how-to-buy-types-cards .head {
  padding: 16px 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
  background: #757575;
}

@media (max-width: 1200px) {
  .page-how-to-buy section .how-to-buy-types-cards .head {
    padding: 10px 0 13px;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }
}

.hiw-img-right {
  float: right;
}

.hiw-img-right img {
  margin-bottom: 30px;
  margin-left: 20px;
  clear: both;
}

.hiw-img-left {
  float: left;
}

.hiw-img-left img {
  margin-right: 20px;
  margin-bottom: 50px;
  clear: both;
}

.bg-blue {
  background-color: #0071bc !important;
}

.bg-green {
  background-color: #2e8540 !important;
}

.bg-red {
  background-color: #981b1e !important;
}

.ta-c {
  text-align: center !important;
}

@media (min-width: 768px) {
  .how-to-buy-types-cards .block {
    min-height: 275px;
  }
}

.tippy-touch {
  cursor: pointer !important;
}

.tippy-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.tippy-popper {
  outline: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  /* max-width: 400px;*/
  -webkit-perspective: 800px;
  perspective: 800px;
}

.tippy-popper.html-template {
  max-width: 96%;
  max-width: calc(100% - 20px);
}

.tippy-popper[x-placement^='top'] [x-arrow] {
  bottom: -7px;
  margin: 0 9px;
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^='top'] [x-arrow].arrow-small {
  bottom: -5px;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^='top'] [x-arrow].arrow-big {
  bottom: -10px;
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^='top'] [x-circle] {
  -webkit-transform-origin: 0 33%;
  transform-origin: 0 33%;
}

.tippy-popper[x-placement^='top'] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%);
}

.tippy-popper[x-placement^='top'] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0);
}

.tippy-popper[x-placement^='top'] [data-animation='perspective'].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg);
}

.tippy-popper[x-placement^='top'] [data-animation='fade'].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^='top'] [data-animation='fade'].leave {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^='top'] [data-animation='shift'].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-popper[x-placement^='top'] [data-animation='shift'].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^='top'] [data-animation='scale'].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1);
}

.tippy-popper[x-placement^='top'] [data-animation='scale'].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^='bottom'] [x-arrow] {
  top: -7px;
  margin: 0 9px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #333;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^='bottom'] [x-arrow].arrow-small {
  top: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^='bottom'] [x-arrow].arrow-big {
  top: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^='bottom'] [x-circle] {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%;
}

.tippy-popper[x-placement^='bottom'] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%);
}

.tippy-popper[x-placement^='bottom'] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.15) translate(-50%, -5%);
  transform: scale(0.15) translate(-50%, -5%);
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme [x-arrow] {
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.transparent-theme [x-arrow] {
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  border-left: 7px solid transparent;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-right: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-left: 5px solid transparent;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-left: 10px solid transparent;
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'] {
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0);
}

.tippy-popper[x-placement^='bottom'] [data-animation='perspective'].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg);
}

.tippy-popper[x-placement^='bottom'] [data-animation='fade'].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^='bottom'] [data-animation='fade'].leave {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift'].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-popper[x-placement^='bottom'] [data-animation='shift'].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.tippy-popper[x-placement^='bottom'] [data-animation='scale'].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}

.tippy-popper[x-placement^='bottom'] [data-animation='scale'].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}

.tippy-popper[x-placement^='left'] [x-arrow] {
  right: -7px;
  margin: 6px 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #333;
}

.tippy-popper[x-placement^='left'] [x-arrow].arrow-small {
  right: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #333;
}

.tippy-popper[x-placement^='left'] [x-arrow].arrow-big {
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #333;
}

.tippy-popper[x-placement^='left'] [x-circle] {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.tippy-popper[x-placement^='left'] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^='left'] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'] {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0);
}

.tippy-popper[x-placement^='left'] [data-animation='perspective'].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg);
}

.tippy-popper[x-placement^='left'] [data-animation='fade'].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^='left'] [data-animation='fade'].leave {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^='left'] [data-animation='shift'].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-popper[x-placement^='left'] [data-animation='shift'].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^='left'] [data-animation='scale'].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1);
}

.tippy-popper[x-placement^='left'] [data-animation='scale'].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-popper[x-placement^='right'] [x-arrow] {
  left: -7px;
  margin: 6px 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #333;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^='right'] [x-arrow].arrow-small {
  left: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #333;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^='right'] [x-arrow].arrow-big {
  left: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid #333;
  border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^='right'] [x-circle] {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0;
}

.tippy-popper[x-placement^='right'] [x-circle].enter {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}

.tippy-popper[x-placement^='right'] [x-circle].leave {
  opacity: 0;
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid transparent;
  border-right: 7px solid rgba(0, 0, 0, 0.7);
  border-bottom: 7px solid transparent;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-bottom: 10px solid transparent;
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'] {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0);
}

.tippy-popper[x-placement^='right'] [data-animation='perspective'].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg);
}

.tippy-popper[x-placement^='right'] [data-animation='fade'].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^='right'] [data-animation='fade'].leave {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^='right'] [data-animation='shift'].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-popper[x-placement^='right'] [data-animation='shift'].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tippy-popper[x-placement^='right'] [data-animation='scale'].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1);
}

.tippy-popper[x-placement^='right'] [data-animation='scale'].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}

.tippy-popper .tippy-tooltip.transparent-theme {
  background-color: rgba(0, 0, 0, 0.7);
}

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-popper .tippy-tooltip.light-theme {
  color: #26323d;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
}

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-tooltip {
  position: relative;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
  border-radius: 4px;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tippy-tooltip--small {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.tippy-tooltip--big {
  padding: 0.6rem 1.2rem;
  font-size: 1.2rem;
}

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}

.tippy-tooltip[data-interactive] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia] {
  -webkit-transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}

.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0;
}

.tippy-tooltip [x-circle] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all ease;
  transition: all ease;
  will-change: transform;
}

.tippy-tooltip [x-circle]:before {
  float: left;
  padding-top: 90%;
  content: '';
}

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }
}

.tippy.badge-round.bg-blue {
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

.tippy.badge-round.bg-blue.active,
.tippy.badge-round.bg-blue:hover {
  background-color: #50b1f6 !important;
}

.tippy-tooltip {
  padding: 0;
  color: #000;
  background: #f8ffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
}

.tippy-tooltip.white-no-arrow-theme {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
}

.tippy-tooltip.white-no-arrow-theme [x-arrow] {
  display: none !important;
}

.tippy-tooltip.gray-theme {
  background: #e8e8e8;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.tippy-tooltip.gray-theme .caption {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.tippy-tooltip.gray-theme [x-arrow] {
  top: -7px;
  border-right: 9px solid transparent;
  border-bottom: 7px solid #e8e8e8 !important;
  border-left: 9px solid transparent;
}

.tippy-tooltip.gray-theme .tooltip-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 300;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.8;
}

.tippy-tooltip.gray-theme .tooltip-close:hover {
  opacity: 0.8;
}

.tippy-tooltip.gray-theme .tooltip-close .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tippy-tooltip.white-theme {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}

.tippy-tooltip.white-theme .caption {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.tippy-tooltip.white-theme .tooltip-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 300;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.8;
}

.tippy-tooltip.white-theme .tooltip-close:hover {
  opacity: 0.8;
}

.tippy-tooltip.white-theme .tooltip-close .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tippy-tooltip.sheet-theme {
  text-align: left;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 48px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 48px rgba(0, 0, 0, 0.4);
}

.tippy-tooltip.sheet-theme .arrow-regular {
  display: none !important;
}

.tippy-tooltip.sheet-theme .tippy-tooltip-content > div {
  width: calc(100vw - 30px);
}

.tippy-tooltip.yellow-theme {
  background-color: #fff1a8;
  border: 10px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
}

.tippy-tooltip.yellow-theme .caption {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.tippy-tooltip.yellow-theme .tooltip-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 1;
}

.tippy-tooltip.yellow-theme .tooltip-close:hover {
  opacity: 0.7;
}

.tippy-tooltip.yellow-theme .tooltip-close .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tippy-tooltip.gold-theme {
  background-color: #fff2b1;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.tippy-tooltip.gold-theme .tippy-tooltip-content {
  position: relative;
  padding: 22px 30px 26px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}

.tippy-tooltip.gold-theme [x-arrow] {
  display: none;
}

.tippy-tooltip.black-theme {
  padding: 6px 12px 7px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}

.tippy-tooltip.black-theme [x-arrow] {
  bottom: -5px !important;
  display: block !important;
  border-top: 5px solid rgba(0, 0, 0, 0.8) !important;
  border-right: 5px solid transparent !important;
  border-left: 5px solid transparent !important;
}

.tippy-tooltip.black-theme .tippy-tooltip-content {
  position: relative;
}

@media (max-width: 768px) {
  .tippy-tooltip.black-theme .tippy-tooltip-content {
    padding-right: 30px;
  }

  .tippy-tooltip.black-theme .tippy-tooltip-content::before {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 18px;
    height: 20px;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    content: '';
    content: 'Г—';
  }
}

.tippy-popper[x-placement='bottom'] .tippy-tooltip.white-theme [x-arrow] {
  top: -14px;
  -webkit-filter: drop-shadow(0 -5px 5px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 -5px 5px rgba(0, 0, 0, 0.05));
  border-right: 18px solid transparent;
  border-bottom: 14px solid #fff;
  border-left: 18px solid transparent;
}

.tippy-popper[x-placement='top'] .tippy-tooltip.white-theme [x-arrow] {
  bottom: -9px;
  border-top: 14px solid #fff;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}

.modal ~ .tippy-popper,
.remodal-wrapper ~ .tippy-popper {
  z-index: 200000 !important;
}

.tippy-popper {
  top: 0 !important;
  left: 0 !important;
  z-index: 4000 !important;
}

.tippy-popper.sm-centered {
  z-index: 50000 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@media (max-width: 768px) {
  .tippy-popper.sm-centered {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}

.tippy-popper[x-placement='top'] .tippy-tooltip [x-arrow] {
  border-top: 7px solid #e9f1f3;
}

.tippy-popper[x-placement='bottom'] .tippy-tooltip [x-arrow] {
  border-bottom: 7px solid #f8ffff;
}

.tooltipster-base {
  width: 270px;
  padding: 0 !important;
  margin-left: 110px;
  color: #005b7f;
  text-shadow: 1px 1px 1px #fff;
  background: #d4f2fd;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34);
}

@media (max-width: 1200px) {
  .tooltipster-base {
    margin-left: 0;
  }
}

.tooltipster-content {
  position: relative;
  z-index: 100;
  padding: 15px !important;
  font-size: 12px !important;
  line-height: 16px !important;
  background-color: #d4f2fd;
  border-radius: 10px;
}

.tooltipster-arrow {
  left: -110px;
}

@media (max-width: 768px) {
  .tooltipster-arrow {
    left: 30px;
  }
}

.tooltipster-arrow.tooltipster-arrow-top span:after {
  top: -16px;
}

.tooltipster-arrow.tooltipster-arrow-bottom span:after {
  top: 0;
}

.tooltipster-arrow span {
  border: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

.tooltipster-arrow span::after {
  position: absolute;
  top: -16px;
  left: -6px;
  z-index: -1;
  width: 13px;
  height: 13px;
  content: '';
  background: #d4f2fd;
  -webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, 0.34);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.34);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tippy-tooltip [x-circle] {
  width: 1000px;
  height: 1000px;
  background-color: #fff;
  opacity: 1 !important;
  -webkit-transition-duration: 1s !important;
  transition-duration: 1s !important;
}

.tippy-fadein {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-animation: fadeIn 200ms ease-in-out !important;
  animation: fadeIn 200ms ease-in-out !important;
}

[data-template-id='#as-is-disclaimer'] {
  right: 128px;
}

@media (max-width: 768px) {
  [data-template-id='#as-is-disclaimer'] {
    right: 0;
  }
}

@media (max-width: 768px) {
  [data-template-id='#site-header__buyer-power-tooltip'] {
    top: 24px !important;
    bottom: auto !important;
    visibility: hidden;
    -webkit-transform: none !important;
    transform: none !important;
  }

  [data-template-id='#site-header__buyer-power-tooltip'] .arrow-regular {
    display: none;
  }
}

[data-template-id='#location-tooltip'] .arrow-regular {
  display: none !important;
}

@media (min-width: 769px) {
  [data-template-id='#location-tooltip'] {
    right: -46px;
  }
}

[data-template-id='#calculator-tooltip'] {
  right: 25px;
}

@media (max-width: 768px) {
  [data-template-id='#calculator-tooltip'] {
    right: 0;
  }
}

@media (max-width: 768px) {
  [data-template-id='#location-tooltip'],
  [data-template-id='#calculator-tooltip'] {
    width: 320px;
    visibility: hidden;
  }

  [data-template-id='#location-tooltip'] .arrow-regular,
  [data-template-id='#calculator-tooltip'] .arrow-regular {
    display: none;
  }

  [data-template-id='#location-tooltip'] .tippy-tooltip-content,
  [data-template-id='#calculator-tooltip'] .tippy-tooltip-content {
    position: relative;
    z-index: 20;
    background-color: #fff;
    border-radius: 8px;
  }
}

.tippy-tooltip .how-to-buy-tooltip {
  min-width: 320px;
  max-width: 580px;
  padding: 30px 44px;
}

.tippy-tooltip .how-to-buy-tooltip .tooltip-caption {
  margin-bottom: 12px;
}

.tippy-tooltip .how-to-buy-tooltip p {
  padding: 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
}

.lot-location-and-shipping-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lot-location-and-shipping-stat.ai-fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lot-location-and-shipping__price-desc {
  width: 280px;
  padding: 11px 0 13px;
  margin: 15px 0 12px;
  font-size: 12px;
  color: #4b5158;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  .lot-location-and-shipping__price-desc {
    width: auto;
    max-width: calc(100vw - 70px);
  }

  .lot-location-and-shipping__price-desc strong {
    padding-left: 20px !important;
  }
}

.lot-location-and-shipping-selection {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 300;
  width: 380px;
  max-width: calc(100vw - 60px);
  padding: 24px 35px 26px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 48px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 48px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .lot-location-and-shipping-selection {
    padding: 22px 25px 24px;
  }
}

.lot-location-and-shipping-selection__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}

.tippy-tooltip .timezone-tooltip {
  width: 320px;
  min-height: 360px;
  padding: 25px;
}

.tippy-tooltip .timezone-tooltip .format {
  padding: 20px 0;
}

.tippy-tooltip .timezone-tooltip .format .label {
  font-size: 14px;
}

.tippy-tooltip .timezone-tooltip .display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin: 25px auto;
  color: #000;
  background: #e7e7e7;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tippy-tooltip .timezone-tooltip .display .details {
  width: 24px;
  height: 34px;
  margin-right: -15px;
  margin-left: 10px;
}

.tippy-tooltip .timezone-tooltip .display .time {
  font-size: 43px;
  font-weight: 300;
  line-height: 55px;
}

.tippy-tooltip .timezone-tooltip .display .am-pm {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.tippy-tooltip .timezone-tooltip .display .zone {
  font-size: 10px;
  line-height: 14px;
}

.page-how-to-buy section .image-holder .label.tippy {
  opacity: 0;
  transition: opacity 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: opacity 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    transform 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    transform 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.page-how-to-buy section .image-holder .label.tippy[data-reveal-on-scroll='true'] {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: shiftY 1.5s 1.5s ease-in-out infinite alternate;
  animation: shiftY 1.5s 1.5s ease-in-out infinite alternate;
}

.bg-orange {
  background-color: #f06b00 !important;
}

.tippy-backdrop {
  display: none;
}

.ta-l {
  text-align: left !important;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.text-orange {
  color: #f06b00 !important;
}

.tippy {
  z-index: 10;
}

.text-red {
  color: #981b1e !important;
}

@media (min-width: 992px) {
  .mr-60 {
    margin-right: 60px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.tippy:focus,
.tippy:active {
  outline: none;
}

@media (max-width: 767px) {
  .hiw-img-right img,
  .hiw-img-left img {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
  }
}

/* Community */

.community-nav__item {
  float: left;
}

.community-nav__item + .community-nav__item {
  margin-left: 12px;
}

.community-nav__item.is-active {
  font-weight: 600;
}

.community-nav__item--button {
  float: right;
}

.vote {
  width: 100%;
  max-width: 40px;
}

.vote [aria-selected='true'] {
  z-index: 2;
}

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

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  padding: calc(14px * 1.5 / 6) 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: rgba(82, 84, 88, 1);
  border-color: #eeeeee;
}

.vote-control:hover,
.vote-control:active {
  z-index: 2;
}

.vote-control--active {
  border-color: #474747;
}
.topic-list
{margin:0}
.topic-list li
{
    padding-left: 5px;
    padding-right: 5px;
}
@media (min-width: 768px) {
  .topic-list-page {
    margin-bottom: calc(14px * 1.5);
  }
}

.topic-list-item:nth-child(2n + 1) {
  /* clear: left; */
}

.topic-list-item__box {
  padding: 12px; /*calc(14px * 1.5) 12px*/
  margin-bottom: calc(14px * 1.5);
  border: 2px solid #eeeeee;
  border-radius: 4px;
}

.topic-list-item__title {
  margin-bottom: calc(14px * 1.5 / 2);
}

.topic-page {
  margin-bottom: calc(14px * 1.5 * 2);
}

.topic {
  display: table;
  width: 100%;
  padding-bottom: calc(14px * 1.5 / 2);
  margin-bottom: calc(14px * 1.5);
  border-bottom: 2px solid #eeeeee;
}

.topic__col {
  display: table-cell;
  vertical-align: inherit;
}

@media (min-width: 480px) {
  .topic__col {
    vertical-align: top;
  }
}

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  margin-bottom: calc(14px * 1.5 / 2);
  font-size: calc(14px * 1.75);
}

.topic-filters__item {
  float: left;
  margin-right: calc(12px / 2);
}

@media (max-width: 767px) {
  .topic-filters__item {
    margin-bottom: calc(14px * 1.5 / 2);
  }
}

.topic-controls {
  margin-bottom: calc(14px * 1.5 * 2);
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: calc(12px / 2);
}

@media (min-width: 768px) {
  .topic-controls__item--subscribe {
    float: right;
    white-space: nowrap;
  }
}

.topic-controls__item--subscribe .dropdown {
  display: inline-block;
  vertical-align: middle;
}

.topic-controls__item--subscribe .dropdown-menu {
  right: 0;
  left: initial;
}

@media (min-width: 768px) {
  .post-page {
    margin-bottom: calc(14px * 1.5 * 2);
  }
}

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

.post__title {
  padding-right: calc(12px * 1.5);
  font-size: calc(14px * 1.5);
}

@media (min-width: 768px) {
  .post__title {
    font-size: calc(14px * 1.75);
  }
}

@media (min-width: 992px) {
  .post__title {
    font-size: calc(14px * 3);
  }
}

.post-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(14px * 1.5);
}

.post-meta__col {
  display: table-cell;
  vertical-align: top;
}

.post-meta__col--main {
  width: 100%;
  padding-right: 12px;
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  padding-right: calc(40px + 12px);
}

.post__body ul {
  list-style: disc;
}

.post__body ul,
.post__body ol {
  padding-left: 20px;
}

.post__body ul ul {
  margin-top: calc(14px * 1.5 / 2);
}

.post__body ul ol {
  margin-top: calc(14px * 1.5 / 2);
}

.post__body ol ul {
  margin-top: calc(14px * 1.5 / 2);
}

.post__body ol ol {
  margin-top: calc(14px * 1.5 / 2);
}

.post__body ul li {
  margin-bottom: calc(14px * 1.5 / 2);
}

.post__body ol li {
  margin-bottom: calc(14px * 1.5 / 2);
}

.post__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

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

.post__voting-and-actions .dropdown-toggle:after {
  margin-left: 0;
  font-size: 14px;
  content: '\f013';
}

.post__actions .dropdown-menu {
  width: auto;
}

.post__actions .dropdown-menu [role='menuitem'] {
  white-space: nowrap;
}

.post-callout {
  padding: calc(14px * 1.5 / 2) 15px;
  background-color: #eeeeee;
}

@media (max-width: 767px) {
  .post-callout {
    margin-bottom: 25px;
  }
}

.post-callout__title {
  font-size: calc(14px * 1.1);
  font-weight: 600;
}

@media (min-width: 768px) {
  .post-list-page {
    margin-bottom: calc(14px * 1.5 * 2);
  }
}

.post-list-item {
  padding-bottom: calc(14px * 1.5);
  margin-bottom: calc(14px * 1.5);
  border-bottom: 2px solid #eeeeee;
}

@media (min-width: 768px) {
  .post-list-item {
    display: table;
    width: 100%;
  }
}

.post-list-item__title {
  margin-bottom: calc(14px * 1.5 / 2);
  font-size: calc(14px * 1.5);
}

.post-list-item__title .fa-star {
  position: relative;
  top: -4px;
  font-size: 50%;
}

@media (min-width: 768px) {
  .post-list-item__col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .post-list-item__col--main {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .post-list-item__col--side {
    width: 40%;
    text-align: right;
  }
}

.post-info {
  font-size: 14px;
  color: #979797;
}

@media (min-width: 768px) {
  .post-info {
    float: right;
    min-width: 90px;
    padding: calc(12px / 2) 12px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .post-info__count {
    display: block;
    font-weight: 600;
    color: rgba(82, 84, 88, 1);
  }
}

.post-info + .post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .post-info + .post-info:before {
    margin-right: calc(12px / 2);
    font-size: 10px;
    content: '\2022';
  }
}

.post-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.post-status--completed,
.post-status--answered {
  background-color: #2E8540;
}

.post-status--planned {
  background-color: #0071BC;
}

.post-status--not-planned {
  color: rgba(82, 84, 88, 1);
  background-color: #eeeeee;
}

@media (min-width: 768px) {
  .new-post-page {
    margin-bottom: calc(14px * 1.5 * 2);
  }
}

.new-post-title {
  font-size: calc(14px * 1.5);
}

@media (min-width: 768px) {
  .new-post-title {
    font-size: calc(14px * 1.75);
  }
}

@media (min-width: 992px) {
  .new-post-title {
    font-size: calc(14px * 3);
  }
}

.new-post-form {
  margin-bottom: calc(14px * 1.5);
}


#preview-bar-container {
 /* display: none;*/
}

/* Hide specific articles from the search results */
.search-result[data-title="How To Bid"],
.search-result[data-title="Getting Started"],
.search-result[data-title="How To Buy"] {
  display: none;
}

.js-alert-box {
  display: none;
}
@media (min-width: 768px){
  .hiw-img-right {
    width: 32%;
  }
}

/* Article navigation */

div#articles, div#del_articles, div#articles_id {
 display: none;
}

.article-head a[href='#']{
 opacity:.2;
 cursor: none;
}

.article-nav {
  border-radius: 10px;
  padding: 7px 10px  7px; /*  padding: 10px 24px; */
  font-weight: 500;
  color:rgba(33, 88, 245, 1); 
  background-color:  #fff;  /* rgba(33, 88, 245, 1); */
  border: 1px solid rgba(33, 88, 245, 1);  /* rgba(33, 88, 245, 1); */
  border-radius: 25px;
  transition: box-shadow .1s ease, background-color .2s ease;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  font-size: 14px;
  line-height: 20px;
}

.article-nav-block-prev a {
  display:inline-block;
  text-align: center;
}
.article-nav-block-next a {
	display:inline-block;
  text-align: center;
}

.article-nav:hover {
  color: #FFFFFF;
 background-color: rgba(33, 88, 245, 1);
/*  border-color: #5681F7; */
}

.article-nav:focus {
  color: #FFFFFF;
  background-color: rgba(33, 88, 245, 1);
  border-color: #0D43DB;
  box-shadow: inset 0px 2px 3px rgb(0 0 0 / 25%);
}

.article-nav:active {
  color: #FFFFFF;
  background-color: rgba(33, 88, 245, 1);
  border-color: #0D43DB;
  box-shadow: inset 0px 2px 3px rgb(0 0 0 / 25%);
}

.article-nav-block-main{
  display: flex;
  margin-bottom: 20px;
}

.article-nav-block-next{
  width:50%;  
  text-align: end;
}

.article-nav-block-prev{
  width:50%;  
  text-align: start;
}

.nav-article-title{
	margin-top: 10px;
  color: #979797;
}

.nav-article-title:hover{
	color: #979797;
}

/* Arrow for prev and next buttons on article page */

.arrow {
  border: solid;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

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

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* footer */
.page-footer {
	position: relative;
	font-weight: 400;
	font-style: normal;
	font-family: 'Inter', Arial, Helvetica, sans-serif;
}
.page-footer img {
	max-width: 100%;
	font-size: 0;
	text-indent: -9999px;
}
.jss142 {
	padding: 22px 0;
	border-top: 1px solid #E3E3E3;
	background-color: #FFFFFF;
}
.jss143 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

	
@media (max-width: 991.95px) {
	.jss143 {
		grid-template-columns: 1fr;
	}
}
	
@media (max-width: 991.95px) {
	.jss143 > div:nth-child(2) {
		margin-top: 20px;
	}
	.jss143 > div:nth-child(3) {
		margin-top: 28px;
	}
	.page-footer .jss144 {
		width: 22px;
		height: auto;
		border-radius: 2px;
	}
}

.jss145 {
	display: grid;
	grid-gap: 12px;
	font-size: 16px;
	line-height: 24px;
	padding-right: 20px;
	grid-template-columns: auto 1fr;
}
.jss154 {
	color: #333;
	display: grid;
	grid-gap: 10px;
	font-size: 16px;
	line-height: 22px;
	grid-template-columns: 22px 1fr;
}
.jss144 {
	width: 45px;
	height: 34px;
	border-radius: 4px;
}
.jss146 {
	top: -5px;
	position: relative;
}
.jss149 {
	color: #333;
	font-weight: 700;
}
.jss150 {
	color: #828282;
}
.jss151 {
	color: #2158F5;
	text-decoration: none;
}
.jss151:hover {
  color: #2158F5;
	text-decoration: underline;
}
.jss152 {
	display: flex;
	font-size: 16px;
	line-height: 22px;
}
.jss153 {
	width: 22px;
	height: 22px;
	margin-right: 8px;
}
.jss147 {
	color: #333;
	text-decoration: none;
}
.jss147:hover {
  color: #2158F5;
	text-decoration: underline;
}
.jss148 > div:not(:first-child) {
	margin-top: 9px;
}
.jss156 {
	padding: 32px 0 48px;
	background-color: #2487D7; /* #1D1E20; */
}

.jss180 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}
.jss181 {
	color: #FDB81E;
	position: relative;
	font-size: 16px;
	min-height: 22px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 18px;
	padding-right: 20px;
}
.jss182 {
	color: #FFF !important;
	width: 100%;
	display: block;
	font-size: 14px;
	margin-top: 4px;
	font-weight: 400;
	line-height: 20px;
	padding-right: 20px;
	text-decoration: none;
	box-sizing: border-box;
}
.jss182:hover {
	text-decoration: underline;
}
.jss184 {
	display: flex;
	margin-top: 24px;
}
.jss184 > a {
	opacity: 0.6;
	min-width: 24px;
	margin-right: 10px;
}
.jss184 > a:last-child {
	margin-right: 0;
}
.jss184 > a:hover {
	opacity: 1;
}

.jss177 {
  border-top:1px solid #ccc;
	background-color: rgba(240, 240, 247, 1);   /* #1D1E20; */
}
.jss73 {
	padding: 0 30px;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
  position: relative;
}

@media (max-width: 991.95px) {
	.jss73 {
			padding: 0 14px;
	}
}
.jss178 {
	display: flex;
	padding: 15px 0;
	justify-content: center;
}
.jss179 {
	color:#666; /* #999*/
  margin: 0 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.jss179 a {
	color: currentColor;
	text-decoration: underline;
}
.jss179 a:hover {
	color: currentColor;
	text-decoration: none;
}

.jss157 {
	background-color: #1D1E20;
}
.jss158 {
	display: flex;
	align-items: center;
  /*padding-top: 15px;
  padding-bottom: 25px;*/
}
.jss170 {
	color: #666;
	display: flex;
	font-size: 14px;
	align-items: center;
	font-weight: 600;
	line-height: 20px;
}
.jss176 {
	cursor: pointer;
	color:#666;
	display: flex;
	opacity: 0.5;
	align-items: center;
	margin-left: auto;
	outline: 0;
	border: 0;
	background: none;
	box-shadow: none;
  font-size: 14px;
}
.jss176 img {
	margin-left: 10px;
  filter: brightness(0.5);
}
.jss176:hover {
	opacity: 1;
}

.jss172 {
	color: #666;
	border: 1px solid #9FA4A9;
	cursor: pointer;
	display: flex;
	padding: 7px 6px 7px 9px;
	position: relative;
	align-items: center;
	flex-shrink: 0;
	white-space: nowrap;
	border-radius: 4px;
	text-decoration: none;
}
.jss172::before {
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	content: '';
	position: absolute;
}
.jss171 {
	margin-right: 9px;
}
.jss173 {
	font-size: 12px;
	line-height: 16px;
	margin-left: 8px;
}
.jss172:after {
	width: 0;
	height: 0;
	margin: 1px 2px 0 10px;
	content: "";
	border-color: #666 transparent transparent;
	border-style: solid;
	border-width: 3px 3px 0;
}

.footer-title-arr {display: none;
	height: 11px;
	margin-top: 2px;
	transform: rotate(90deg);
	transition: transform 0ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	margin-left: 10px;
}

@media (max-width: 991.95px) {
	.jss180 {
			grid-template-columns: 1fr;
	}
	.jss181 {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		user-select: none;
		cursor: pointer;
		display: flex;
		align-items: center;
    margin-bottom: 12px;
	}
	.jss182 {display: none;}
	.hide-mobile {display: none;}
	.jss156 {
		padding: 24px 0;
	}
	[data-menu].active .jss182 {display: block;}
	.jss182-last {margin-bottom: 20px;}
	.footer-title-arr {
		display: block;
	}
  .jss178 {
    flex-flow: wrap;
    padding: 12px 0;
  }
  .jss179 {text-align: center;}
  .jss170 {
    width: 100%;
    flex-shrink: 0;
    padding-bottom: 24px;
  }
  .jss158 {
    position: absolute;
    top: 10px;
    right: 8px;
  }
  
}

@media (max-width: 767.95px) {
  .jss170 {padding-bottom: 20px;}
  .jss171 {display: none;}
  .jss172 {width: 100%;}
  .jss158 {top: 180px; padding-bottom: 20px;} /*-59*/
}

.footer-modal-languages {
	display: none;
  min-width: 100%;
	position: absolute;
  z-index: 1000;
	left: 0;
	bottom: 36px;
	box-sizing: border-box;
	color: rgba(0, 0, 0, 0.87);
	background-color: #fff;
	border-radius: 4px;
	max-width: calc(100vw - 10px * 2);
	box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
	padding: 0;
}

#footer-languages.active .footer-modal-languages {
	display: block;
}

.footer-modal-languages ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

.footer-modal-languages ul li {
	width: auto;
	overflow: hidden;
	font-size: 1rem;
	box-sizing: border-box;
	min-height: 48px;
	font-family: 'Inter', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	padding-top: 6px;
	white-space: nowrap;
	padding-bottom: 6px;

	padding: 6px 20px 6px 12px;
	font-size: 14px;
	min-height: 30px;
	background-color: #FFF !important;
}
.footer-modal-languages ul li:hover {
	background-color: #EEE !important;
}
/* end footer */
.srch_txt {
color:  #878787;  /* rgba(33, 88, 245, 1); #2487d7;*/
    margin-top: 15px;
    font-size: 16px;
}
.srch_txt a {
    color: #2158f5;
    white-space: nowrap;
    transition: border 0.3s ease, background-color 0.3s ease;
}
.srch_txt a:hover {
  {{!--   background:  #5681F7;--}}
}
.up_fix
{
  padding-top:30px;
}

.img_ops
{
 max-width: 80%;
}

.img_ops:hover
{
  opacity:0.8;
}
.send_r
{
      display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    padding: 30px 20px 6px 20px;
    box-shadow: 0px 10px 30px 10px rgb(0 0 0 / 17%);
  	background-color: rgba(33, 88, 245, 1);
    background-image: url(/hc/theming_assets/01JSD2R5SQE0Y592ERNET63VRE)   ; /*#2487d7d6;*/
    background-position: top right; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
    border-radius: 10px;
}
.img_size
{
  max-width:70px!important; /*50*/
}
.tab_menu_btn
{
  font-size: 15px;
    line-height: 14px;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid #D1D1D1;
    border-radius: 20px;
    background-color: #FFFFFF;
    color: rgba(33, 88, 245, 1); /*#2487d7;*/
  cursor: pointer;
}
.tab_menu_btn:hover
{
    border: 1px solid #D1D1D1;
    background-color: #f1f1f1;
      text-decoration: underline;
}
.btn_con
{
    float: left;
    /* padding: 0 5px 10px 5px; */
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}
.nav-tabs
{
  width: 100%;
  float: left;
  padding-bottom:15px;
  padding-left: 6px;
}
#block_1,  #block_3, .top_info_rqst
{
  display:none;
}
input::placeholder {
  color: #c3c3c3!important;
  font-size: 1.0em;
}
.top_src_block
{
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0 auto;
    width: 100%;
}
@media (max-width: 991px)
{
  .top_src_block {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
	}
  
  .head_img_b
{
 display:none;
}
}
.head_img_b
{
  float: right;
  opacity: 0.9;
}
.column_r
{float:right;}
.column_l
{float:left;}
.brd_r
{    border-right: 1px solid #e3e3e3;}
.brd_l
{border-left: 1px solid #e3e3e3;
    margin: -1px;}
@media (max-width: 768px)
{
    .brd_r, .brd_l
    {   
      border: 0px ;
    }
}
.article-share
{
/*  float: right; */
}
.page-description
{
  white-space: break-spaces;
}
.c {display: none!important;}
.blocks-item-description
{
font-size: 14px;
font-weight: 400;
color: #989898;
}

.tabset > input[type="radio"] {
  position: absolute;
 /* left: -200vw; */
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 10px 15px 10px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  margin: 0;
  border-radius: 10px 10px 0 0;
  
  background: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

/*
.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
  background: #fff;
}
*/
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  background: #fff;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.article_title_text
{    padding: 0;
    text-indent: 1ch;
  margin: 0;
}
.article_list_text
{
list-style: none;
padding-left: 0!important;
padding-top: 5px;
}
.article_list_text li
{
margin-bottom: calc(16px * 1.5 / 2);
margin-left: 0px!important;
}

.article_list_text li:before
{
content: counter(count_list);
counter-increment: count_list;
background: #e3e8ee;
width: 23px;
height: 23px;
display: inline-block;
line-height: 24px;
text-align: center;
border-radius: 15px;
margin-right: 10px;
float: left;  
}
.reset_count_list
{counter-reset: count_list;}
.faq-accordion__item-title {
    font-weight: 600;
}

.faq-accordion__item-title {
    position: relative;
  /*  font-size: 20px;   */
    padding: 15px 20px 15px 52px;
    cursor: pointer;
}

.faq-accordion__item-title:before {
    left: 22px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid #107cd5;
    border-left: 2px solid #107cd5;
    transform: rotate(-135deg);
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-accordion__item-title:before {
    content: '';
    position: absolute;
}

.faq-accordion__item+.faq-accordion__item {
    border-top: 1px solid #ddd;
}

.faq-accordion {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 4px;
    padding-top: 0;
    margin-bottom: 24px;
    background-color: #fff;
}


.toggle-box {
  display: none;
}
.toggle-box + label {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

.toggle-box + label:hover {
  background-color: #f9f9f9;
}

.toggle-box + label + div {
  display: none;
}

.toggle-box:checked + label {
background: #f7f7f7;  
border-bottom: 0;
}


.toggle-box:checked + label + div {
  display: block;
  border-bottom: 1px solid #ccc;
  padding:20px;    
}

.toggle-box:checked + label:before {

    transform: rotate(-45deg);
}

.fix_wind_head
{
 position: initial; 
}

@media (max-width: 768px)
 {
.fix_wind_head
{
    position: fixed!important;
    z-Index: 5!important;
}
}
.article_link_block
{
  background: white; padding: 25px 25px 25px 25px; 
  margin: 10px; 
  border-radius: 5px; 
  box-shadow: 0px 5px 10px #e5e5e5;
}





.c-megaDropdown__menu,
.c-megaDropdown__submenu {
	width: 100%;
	padding: 0;
	margin: 0;
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	transition: var(--drop-menu-transition-duration) var(--ease-out)
}
.c-megaDropdown__menu.is-hidden-out,
.c-megaDropdown__submenu.is-hidden-out {
	transform: translateX(100%);
	visibility: hidden;
	opacity: 0
}
.c-megaDropdown__menu>li>a,
.c-megaDropdown__menu>li>button,
.c-megaDropdown__submenu>li>a,
.c-megaDropdown__submenu>li>button {
	display: flex;
	width: 100%;
	transform: translateZ(0);
	transform: translateX(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: background .2s, color .2s, opacity var(--drop-menu-transition-duration), visibility var(--drop-menu-transition-duration), transform var(--drop-menu-transition-duration) var(--ease-out)
}
.c-megaDropdown__menu.is-hidden-out>li>a,
.c-megaDropdown__menu.is-hidden-out>li>button,
.c-megaDropdown__menu.move-out>li>a,
.c-megaDropdown__menu.move-out>li>button,
.c-megaDropdown__submenu.is-hidden-out>li>a,
.c-megaDropdown__submenu.is-hidden-out>li>button,
.c-megaDropdown__submenu.move-out>li>a,
.c-megaDropdown__submenu.move-out>li>button {
	transform: translateX(-100%);
	visibility: hidden;
	opacity: 0;
	pointer-events: none
}
.c-listGroup {
	--border-radius: .25rem;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	border-radius: var(--border-radius)
}

.c-listGroup__item:first-child>.c-listGroup__content,
.c-listGroup__item:first-child>.c-listGroup__link {
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
/*    border-bottom: 1px solid rgba(0, 0, 0, .125);*/
}

.c-listGroup__item+.c-listGroup__item>.c-listGroup__content,
.c-listGroup__item+.c-listGroup__item>.c-listGroup__link {
	border-top-width: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.c-listGroup__item:last-child>.c-listGroup__content,
.c-listGroup__item:last-child>.c-listGroup__link {
	border-bottom-right-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
  border-bottom: 0;
}

.button-reset,
.c-accessible-menu button,
.c-megaDropdown__link {
	background: 0 0;
	border: 0;
	padding: 0;
	-webkit-text-decoration: 0;
	text-decoration: 0
}
.c-megaDropdown__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .25rem .5rem;
	height: var(--drop-menu-item-height);
	line-height: var(--drop-menu-item-height);
	background-color: #fff;
	cursor: pointer
}
.c-listGroup__content,
.c-listGroup__link {
	position: relative;
	display: block;
	padding: 2rem 0.5rem; /* .5rem 1rem */ /*2rem*/
 	text-decoration: none;
  border:0;
}
.c-listGroup__content
{
   padding-top: 0;
}

.c-listGroup__content:last-child,
.c-listGroup__link:last-child
{
	border-bottom: 0px;
}

.c-listGroup__content>:last-child {
	margin-bottom: 0
}
.c-megaDropdown__back-trigger {
	display: flex;
	align-items: center;
	gap: .75rem;
	height: 40px;
	background-color: #fff; /*2158f5*/
	color: #5d5958;  /* fff*/
	font-weight: 700;
	padding: 1rem 0;
	cursor: pointer
}
.c-listGroup__link:not(.c-megaDropdown__back-trigger):focus,
.c-listGroup__link:not(.c-megaDropdown__back-trigger):hover {
	background-color: #f1f1f1;
	color: #2158f4;
}
.u-text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  font-weight: 500;
  font-size: 15px;
  margin-left: -5px;
}
.u-text-truncate img {
vertical-align: text-top;
  width: 100%;
  max-height: 25px;
}
.box_img{
  width: 25px;
    display: block;
    float: left;
  margin-right: 15px;
}
.c-megaDropdown__arrow-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	line-height: 0;
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e")
}
.c-megaDropdown__arrow-prev {
	width: 1.25em;
	height: 1.25em;
	line-height: 0;
/*	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");*/
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	transform: rotate(180deg);
	padding: .25rem;
	background: rgba(255, 255, 255, .3);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center
}
.arrow-prev:before
{
content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
transform: rotate(180deg);
padding: .25rem 0 0.4rem 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 15px;
line-height: 16px;
height: 16px;
}
.c-megaDropdown__container-inner {
	position: relative;
	overflow: hidden;
	height: 100%
}
.c-megaDropdown__container {
	position: relative;
	flex-grow: 1;
	height: 100%
}
.c-megaDropdown__nav {
	--drop-menu-header-height: 64px;
	--drop-menu-item-height: 48px;
	--drop-menu-transition-duration: .3s;
	--drop-menu-bg-color: white;
	--ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color: var(--drop-menu-bg-color);
	display: flex;
	flex-direction: column;
	width: 100%;
	z-index: 1000;
	min-height: 100%;
	max-height: 100%;
	overflow: auto
}
.c-megaDropdown {
	position: relative;
	z-index: 1000
}
.c-megaDropdown__submenu {
	position: absolute;
	top: 0;
	left: 0
}
.nesty-panel ul li
{
font-size: 16px;
line-height: 1.1;
color: #55595c;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
.question_box
{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.question_box li
{
padding: 10px 10px 10px 0;
border-bottom: 1px solid #00000020;
}

.question_box li:last-child
{
padding: 10px 10px 10px 0;
border-bottom: 0;
}

.question_box li::marker
{
    list-style: disc!important;
    color: #2158f4;
}


.question_box li:before
{
 
content:url('data:image/svg+xml,%3Csvg viewBox="1 1 16 16" width="16" height="14" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cellipse style="stroke: rgb(32, 117, 215); paint-order: stroke; stroke-miterlimit: 6; stroke-width: 0px; fill: %232158f5;" cx="9" cy="9" rx="3" ry="3"%3E%3C/ellipse%3E%3C/svg%3E');
color: #2158f5;
padding-right: 5px;
vertical-align: middle;
}

.request_ticket_form_id
{  display:none;}
.dropdown-menu 
{      z-index: 2000;}
.btn_c
{text-align: center;
    width: 100%;
    float: left;
    padding-top: 10px;
  text-transform: uppercase;
}
@media (max-width: 500px)
{
.head_btn {display:none;}
  .btn_c {padding-top: 20px;}
}
.m_mw
{max-height: 150px;}
@media (max-width: 478px)
{
.m_mwa {padding-top: 30px;}
}
.request_anonymous_requester_email
{
  float: right;
    width: 48.5%;
}
.request_subject
{
 float: right;
    width: 48.5%;

display:none;
}
.request_custom_fields_13296716005140
{
  float: right;
    width: 48.5%;
}
.request_name
{
/*  float: left;
  width: 48.5%;
  */
}
@media (max-width: 767px)
{
.request_anonymous_requester_email, .request_name, .request_subject, .request_custom_fields_13296716005140
{
    width: 100%;
}
}
#hide_request_form
{
padding-top: 10px;
}
#btn_bk_st
{
text-transform: inherit;
}
#btn_bk_st:hover
{
background-color: #5681F7;
}
.upload-dropzone span
{
color: #333;
font-size: 17px;
}
.upload-dropzone span a
{
font-size: 17px;
}
.mbl_0
{padding-bottom: 0;}
.bg--white-lightest h4
{
  text-align:center;
}
.attch
{

}
.attch:after
{
  content: '+';
    font-size: 20px;
    color: #2158f5;
    font-weight: 600;
  padding-left: 5px;
  cursor: pointer;
}
.attch_op:after
{
content: '-';
    font-size: 20px;
    color: #2158f5;
    font-weight: 600;
}

#attachments
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: calc(16px * 1.5 / 2);
    font-size: 18.5px;
  color: #525458;
  cursor: pointer;
}

.upload-dropzone
{display:none;}
.hide
{display:none!important;}
.show
{display:block;}
.nmq {background:#fff;}
.grey_img {display: block;
    background: #f1f1f9;
    border-radius: 5px;}
.grey_img_100w {display: block;
   }
.grey_img_100w img
{width:90%;
background: #f1f1f9;
border-radius: 5px;
padding: 15px;
}
.submit-a-request-article
{
  color: #333; /*rgba(82, 84, 88, 1)*/
  background-color: #FDB81E;
  border-color: #FDB81E;
  font-weight: 700;
}

.submit-a-request-article:hover {
  color: #666;
  background-color: #fed883;
  border-color: #fed883;
}

.submit-a-request-article:focus {
  color: #666;
  background-color: #fed883;
  border-color: #fed883;
}

.submit-a-request-article:active {
  color: #666;
  background-color: #fed883;
  border-color: #fed883;
}
.custom-block__image_80
{
max-width: 50px;
max-height: 50px;
}

.custom-block__image_1
{
    width: 50px;
    height: 80px;
    max-height: 80px;
}

.custom-block__image_2
{
    width: 45px;
    height: 80px;
    max-height: 80px;
}

.custom-block__image_3
{
    width: 65px;
    height: 70px;
    max-height: 80px;
    margin-left: 8px;
}

.custom-block__image_4
{
    width: 65px;
    padding-top: 24px;
    padding-bottom: 24px;
    max-height: 80px;
    margin-left: -12px;
}

.custom-block__image_sm35 
{
      width: 35px!important;
    height: 80px;
    max-height: 80px;
    padding-top: 10px;
}


@media (min-width: 1160px)
{
      .fixed
    {
    position: fixed; 
    top: 10px;
    z-index: 9999;
    }
        .slide_bl
    {width:270px;}
}


@media (min-width: 770px)
{
    .logo_hc_text_1    {      padding: 0;margin: 0;color:#fff; display: block; float:left;line-height:35px;border-left:2px solid #91aaf2; margin-left:5px;padding-left: 5px;    }
}
@media (max-width: 770px)
{
      .logo_hc_text_1    {  display:none; }
}
.nowrap_t {white-space: nowrap;}
.ads_t
{
 padding-top: 40px;
  border-radius: 4px
}
.ads_b
{
 padding-bottom: 50px;
  border-radius: 4px
}
.ads_a_t, .ads_a_b
{padding-bottom: 25px;
  max-height: 125px!important;
    height: 95px!important;}
.dropdown
{
  margin-left: 8px;
    margin-right: 8px;
}
.chat-block
{padding: 40px 33px 35px 33px;}
.chat-btn
{
  box-shadow: inset 0 0 0 1px #2158f5;
    border-radius: 125px;
    padding: 8px 20px;
    font-size: 16px;
    background-color: white;
  margin: 0 auto;
    margin-top: 18px;
  font-weight: bold;
  transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
  max-width:260px; /*210*/
  cursor:pointer;
  
}
.chat-btn svg {
    top: 1px;
    margin-left: 4px;
    width: 25px;
    height: 25px;
    right: 8px;
    position: relative;
    transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
}
.chat-btn:hover
{
background: #2158f5;
color: #fff;
}

.chat-btn:hover path {
    fill: #FFF;
}
.chat-block h4
{
text-align: center;
}



@media (max-width: 479px)
{
  .chat-block {
    padding: 5px 15px 15px 15px;
    height: auto;
}
}
.article-block-questions
{
  background: #f9f9fc;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
}
.article-block-questions a
{
    min-width: 170px;
  width: 100%;
    max-width: 300px;
    display: inline-block;
      margin: 7px;
    cursor: pointer;
  text-transform: capitalize;
  height: 34px;
}
.article-block-questions p
{
font-weight: 700;
  margin-bottom: 9px;
}
.article-block-questions a:hover, .article-block-questions a:focus
{
background: #2158f5;
color: #fff;
  text-decoration:none;
}
.article-block-questions a:hover path , .article-block-questions a:active path, .article-block-questions a:focus path {fill: #FFF;}
.flex-container {  display: flex;   justify-content: space-between;   flex-wrap: wrap;}
.pl { display:none;}
.int, .us { display:none;}
#block_syc { display:none; }
.menu_item { display:none; }
.rectangle {
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 300px;
    max-width: 320px;
    max-height: 300px;
}

.feedback-block
{
  text-align: center;
    max-width: 530px;
    margin: 0 auto;
}
.feedback-block div
{
  text-align: left;
padding: 5px 0;
}
.feedback-block label
{
  display: block;
  font-size: 17px;
  cursor: pointer;
  margin-bottom: 0;
}
.feedback-block input
{
margin-right:10px;
}
.feedback-block p
{
margin-bottom: 10px;
}
#sbm_btn
{
  width: 100%;
  color: #fff;
    background-color: rgba(33, 88, 245, 1);
    border-color: #1751f5;
  margin-top: 15px;
}
.c-articleVote__question
{
  font-size: 18px;
    font-weight: bold;
}
#article_qst_block
{
  background: #f9f9fc;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
#sbm_btn:hover
{
      color: #fff;
    background-color: #5681F7;
    border-color: #4372f6;
}
#thx_block
{
    background: #f7fbf6;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
#thx_block p
{
  font-size: 17px;
  margin: 0px;
}
#lname
{
 display: none;
}
#radio_4:checked ~ #lname{
  display: block!important;
  margin-top: 15px;
}
.article_icon
{
display: block;
    height: 22px;
    margin: 5px 12px 5px 0;
    width: 18px;
    float: left;
    background-image: url("/hc/theming_assets/01JSD2R6SXJPJPE6BDHYQE32DR");
    background-repeat: no-repeat;
}
.table_art_pay td
{
      padding: 4px 8px;
}
.table_art_pay tr:nth-child(odd) 
{background: #fafdff;}
.search_category a {
    align-items: center;
    padding: 4px 9px 5px;
    background: rgb(246 248 255);
    margin: 5px;
    border-radius: 25px;
    display: list-item !important;
    /* color: #2158F5; */
    border: 1px solid rgba(33, 88, 245, 0.25);
}

@media (max-width: 768px) {
  
.search_category a {
    font-size: 15px;
    padding: 2px 7px 3px;
}
  
}

.search_category  a:hover
{
      color: #fff;
    box-shadow: none;
    border-color: #4878FF;
    background-color: #4878FF;
      text-decoration: none;
  color:#fff;
}
.search_category ul {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.breadcrumbs_search_section
{
      padding: 0px 0 0;
    margin-top: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    font-size: 14px;
}
.breadcrumbs_search_section li:nth-child(odd) {
    display: none;
}
.search_filter
{
display: none;
}
.search-result
{
    display:list-item!important;
}
.search_subfilterst
{
margin-bottom: calc(16px* 1.5);
border-bottom: 2px solid #eeeeee;
}
.send_request_button
{
      color: #fff;
    background-color: rgba(33, 88, 245, 1)!important;
    border-color: #1751f5;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: calc(16px - 2px);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px!important;
    -webkit-transition: all 0.3sease;
    transition: all 0.3sease;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    width: 100%;
    text-transform: capitalize;
}
.send_request_button:hover
{
      color: #fff;
    background-color: #5681F7!important;
    border-color: #4372f6;
}
.active_search_category
{
color: #fff;
background: #2158f5!important;
}
.fa-thumbs-down:before, .fa-thumbs-up:before
{
content: "" !important;
}
.button_vote
{
  font-family: 'Inter', Arial, Helvetica, sans-serif;!important;
    font-weight: 500!important;
}
.heqFuK:focus-visible, .heqFuK[data-garden-focus-visible="true"] {
  border-color: rgba(33, 88, 245, 1);
    outline: 0;
box-shadow: 0 0 0 #fff !important;
}