<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* sleepme custom classes */
.w-full {
  width: 100%;
}

.inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1476px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.inner-container.slim {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.align-horizontal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.subtitle-1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(88,94,130,var(--tw-text-opacity));
}

.subtitle-3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  /* Light / Neutral / 2 */
  color: #585E82;
}

.support-header {
  padding-top: 6px;
  margin-left: 24px;
}

.sleep-me-link-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #633CE2;
}

.hero-image-container {
  padding-left: 24px;
  padding-right: 24px;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

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

.sleep-me-link {
  margin-left: 12px;
  color: #633CE2;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.caption {
  color: #585E82;
  font-size: 14px;
  line-height: 25px;
}

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

.social-icon {
  padding-left: 16px;
}

.categories-section {
  margin-top: 130px;
  margin-bottom: 120px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
  gap: 40px;
}

.categories-grid h3 {
  font-size: 24px;
  font-weight: 600;
  color: #091134;
  line-height: 35px;
  margin-bottom: 0;
}

.home-grid-item a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  color: #091134;
}

.home-grid-item-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 32px;
}

.mt-10 {
  margin-top: 40px;
}

.mt-13 {
  margin-top: 52px;
}

.mt-20 {
  margin-top: 80px;
}

.article-section {
  margin-right: 36px;
}

.article-section h3 {
  margin-bottom: 24px;
}

.article-links {
  padding-top: 52px;
}

h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

h2 {
  color: #091134;
  font-weight: 600;
  font-size: 36px;
  line-height: 144%;
}

.section-article a {
  color: #633CE2 !important;
}

li.section-article {
 	margin-bottom: 16px;
}

.section-articles__title {
  margin-bottom: 20px;
}

.article-header {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 16px;
}

label {
  color: #091134;
  font-size: 14px;
}

.new-request-form input[type="submit"] {
	width: 228px;
}
.new-request-form footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#shopify-section-footer {
  padding: 80px 16px;
}

select option {
  padding: 16px 0;
}

@media (max-width: 768px) {
  .inner-container {
    padding: 0 16px;
  }
  .categories-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 36px;
    gap: 36px;
  }
  .home-grid-item a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
  }
  
  .home-grid-item-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 16px;
  }
  .categories-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  
  .support-header {
    margin-left: 16px;
  } 
  .subtitle-1 {
    font-size: 14px;
  }
  .hide-on-mobile {
    display: none;
  }
  .hero-image-container {
    padding-left: 0;
    padding-right: 0;
  }
  .search-box--small {
    margin-bottom: 20px;
  }
  .search-box--small input[type="submit"] {
    display: none;
  }
  .new-request-form input[type="submit"] {
    width: 100%;
  }
}

@media (max-width: 640px) {
  h3 {
    font-size: 16px !important;
    font-weight: 600;
    color: #091134;
    line-height: 24px;
  }
  .home-grid-item-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
    margin-right: 16px;
  }
}

html {
  font-family: Poppins,sans-serif;
  line-height: 1.5;  
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* End sleep me additions */
/* Note there are more change throughout the css file as well */

.nesty-input:after {
  top: 32%;
}

a.nesty-input, a.nesty-input:hover, a.nesty-input:focus {
  color: #091134;
  text-decoration: none;
  outline: 0;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

p {
  font-family: 'Inter', sans-serif;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

html, body {
  height: 100%;
}

main {
  padding-top: 81px;
  min-height: calc(100vh - 344px);
}
@media only screen and (min-width: 991px) {
  main {
    padding-top: 97px;
    min-height: calc(100vh - 318px);
  }
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.69231;
  color: #373d48;
  background-color: #fff;
}

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

a {
  color: #633CE2;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
  text-underline-offset: 2px;
}

figure {
  margin: 0;
}

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

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

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

h1, h2, h3, h4, h5, h6
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

b, strong {
  font-weight: 600;
}

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

dl {
  margin-top: 0;
  margin-bottom: 27px;
}

dt,
dd {
  line-height: 1.69231;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  border-left: 5px solid #eceeef;
}

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

address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.69231;
}

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

.clearfix:after {
  clear: both;
}

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

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

.hidden {
  display: none !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.69231;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #55595c;
  border-radius: 4px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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: 1px solid #000;
  outline: 0;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.nesty-input::-moz-placeholder {
  color: #999CB0;
  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;
}

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;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 24px;
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 13.5px;
  font-weight: 600;
}

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

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

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

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

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

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;
}

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

textarea {
  resize: vertical;
  height: 123px;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 41px;
  }
}

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

.form-field.required &gt; label:after {
  content: "*";
  color: #ff5252;
  margin-left: 2px;
}

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

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

.form-field.boolean label {
  min-height: 27px;
  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-block, .form-field p {
  font-size: 90%;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #6e7a90;
}

.btn, input[type="submit"], [role="button"], .lines-button, .satisfaction-box input[type=radio] ~ label, .satisfaction-box .satisfaction-submit, .community-recent-activity .recent-activity-controls a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  letter-spacing: 0.2px;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 1.69231;
  border-radius: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all .3s ease;
}

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

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

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

.btn--default {
  color: #633CE2;
  background-color: transparent;
  border-color: #633CE2;
}

.btn--default:hover, .btn--default:focus, .btn--default:active {
  color: #401bb6;
  background-color: transparent;
  border-color: #401bb6;
}

.btn--default:active {
  background-image: none;
}

.btn--primary {
  color: #fff;
  background-color: #633CE2;
  border-color: #633CE2;
}

.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  color: #e0e0e0;
  background-color: #972126;
  border-color: #8f1f24;
}

.btn--primary:active {
  background-image: none;
}

.btn--success {
  color: #fff;
  background-color: #7DC78E;
  border-color: #7DC78E;
}

.btn--success:hover, .btn--success:focus, .btn--success:active {
  color: #ffffff;
  background-color: #9CCE78;
  border-color: #9CCE78;
}

.btn--success:active {
  background-image: none;
}

.btn--warning {
  color: #fad782;
  background-color: transparent;
  border-color: #f9cf69;
}

.btn--warning:hover, .btn--warning:focus, .btn--warning:active {
  color: #f8c447;
  background-color: transparent;
  border-color: #f7bc2f;
}

.btn--warning:active {
  background-image: none;
}

.btn--danger {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff3939;
}

.btn--danger:hover, .btn--danger:focus, .btn--danger:active {
  color: #e0e0e0;
  background-color: #ff1f1f;
  border-color: #fa0000;
}

.btn--danger:active {
  background-image: none;
}

.btn--topbar {
  color: #c12a31;
  background-color: transparent;
  border-color: #c12a31;
}

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

.btn--topbar:active {
  background-image: none;
}

input[type="submit"] {
  color: #fff;
  background-color: #633CE2;
  border-color: #633CE2;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  color: #ffffff;
  background-color: #401bb6;
  border-color: #401bb6;
}

input[type="submit"]:active {
  background-image: none;
}

[role="button"] {
  color: #c12a31;
  background-color: transparent;
  border-color: #c12a31;
}

[role="button"]:hover, [role="button"]:focus, [role="button"]:active {
  color: #8f1f24;
  background-color: transparent;
  border-color: #8f1f24;
}

[role="button"]:active {
  background-image: none;
}

/* .container {
  padding-right: 20px;
  padding-left: 20px;
} */

.container-inner {
  max-width: 1476px;
  padding: 0 20px;
  margin: 0 auto;
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px;
}

.table &gt; thead &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.69231;
  vertical-align: top;
}

.table &gt; thead &gt; tr &gt; th {
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}

.table &gt; caption + thead &gt; tr:first-child &gt; th, .table &gt; caption + thead &gt; tr:first-child &gt; td, .table &gt; colgroup + thead &gt; tr:first-child &gt; th, .table &gt; colgroup + thead &gt; tr:first-child &gt; td, .table &gt; thead:first-child &gt; tr:first-child &gt; th, .table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 20.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th, .table-responsive &gt; .table &gt; thead &gt; tr &gt; td, .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th, .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
}

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

.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-pull-0 {
  right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column--xs-push-12 {
  left: 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-pull-0 {
    right: auto;
  }
  .column--sm-pull-1 {
    right: 8.33333%;
  }
  .column--sm-pull-2 {
    right: 16.66667%;
  }
  .column--sm-pull-3 {
    right: 25%;
  }
  .column--sm-pull-4 {
    right: 33.33333%;
  }
  .column--sm-pull-5 {
    right: 41.66667%;
  }
  .column--sm-pull-6 {
    right: 50%;
  }
  .column--sm-pull-7 {
    right: 58.33333%;
  }
  .column--sm-pull-8 {
    right: 66.66667%;
  }
  .column--sm-pull-9 {
    right: 75%;
  }
  .column--sm-pull-10 {
    right: 83.33333%;
  }
  .column--sm-pull-11 {
    right: 91.66667%;
  }
  .column--sm-pull-12 {
    right: 100%;
  }
  .column--sm-push-0 {
    left: auto;
  }
  .column--sm-push-1 {
    left: 8.33333%;
  }
  .column--sm-push-2 {
    left: 16.66667%;
  }
  .column--sm-push-3 {
    left: 25%;
  }
  .column--sm-push-4 {
    left: 33.33333%;
  }
  .column--sm-push-5 {
    left: 41.66667%;
  }
  .column--sm-push-6 {
    left: 50%;
  }
  .column--sm-push-7 {
    left: 58.33333%;
  }
  .column--sm-push-8 {
    left: 66.66667%;
  }
  .column--sm-push-9 {
    left: 75%;
  }
  .column--sm-push-10 {
    left: 83.33333%;
  }
  .column--sm-push-11 {
    left: 91.66667%;
  }
  .column--sm-push-12 {
    left: 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-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-pull-0 {
    right: auto;
  }
  .column--md-pull-1 {
    right: 8.33333%;
  }
  .column--md-pull-2 {
    right: 16.66667%;
  }
  .column--md-pull-3 {
    right: 25%;
  }
  .column--md-pull-4 {
    right: 33.33333%;
  }
  .column--md-pull-5 {
    right: 41.66667%;
  }
  .column--md-pull-6 {
    right: 50%;
  }
  .column--md-pull-7 {
    right: 58.33333%;
  }
  .column--md-pull-8 {
    right: 66.66667%;
  }
  .column--md-pull-9 {
    right: 75%;
  }
  .column--md-pull-10 {
    right: 83.33333%;
  }
  .column--md-pull-11 {
    right: 91.66667%;
  }
  .column--md-pull-12 {
    right: 100%;
  }
  .column--md-push-0 {
    left: auto;
  }
  .column--md-push-1 {
    left: 8.33333%;
  }
  .column--md-push-2 {
    left: 16.66667%;
  }
  .column--md-push-3 {
    left: 25%;
  }
  .column--md-push-4 {
    left: 33.33333%;
  }
  .column--md-push-5 {
    left: 41.66667%;
  }
  .column--md-push-6 {
    left: 50%;
  }
  .column--md-push-7 {
    left: 58.33333%;
  }
  .column--md-push-8 {
    left: 66.66667%;
  }
  .column--md-push-9 {
    left: 75%;
  }
  .column--md-push-10 {
    left: 83.33333%;
  }
  .column--md-push-11 {
    left: 91.66667%;
  }
  .column--md-push-12 {
    left: 100%;
  }
  .column--md-offset-0 {
    margin-left: 0%;
  }
  .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%;
  }
}

.meta {
  font-size: 14px;
  color: #979797;
}

.meta__item {
  display: inline-block;
  margin-right: 6px;
}

.meta__item + .meta__item:before {
  margin-right: 6px;
  font-size: 10px;
  content: "\2022";
}

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

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

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

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

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

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

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

.lines {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

.lines:before, .lines:after {
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 2.14286px center;
          transform-origin: 2.14286px center;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

.lines:before {
  top: 7.5px;
}

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

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

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

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

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

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

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

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

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

#user &gt; .btn {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 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);
  }
}

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

@media (max-width: 767px) {
  #user-dropdown [role="menuitem"] {
    color: #fff;
  }
  #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"] {
    top: 100%;
    -webkit-animation: bounce .6s ease-out;
            animation: bounce .6s ease-out;
  }
}

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

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

#user {
  display: block;
}

#user .dropdown-toggle {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  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: #fff;
}

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

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

#user-password,
#user-profile {
  color: #373d48;
}

@media (max-width: 767px) {
  #user-password,
  #user-profile {
    min-width: 1px !important;
    padding: 6px 12px !important;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 0;
  }
}

#user-password [role=separator],
#user-profile [role=separator] {
  padding: 6px 12px !important;
}

#user-password form,
#user-profile form {
  padding: 6px 12px !important;
}

#user-profile {
  font-size: 14px !important;
}

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

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

#user-profile input[type="text"] {
  font-size: 14px !important;
}

#password-form label {
  font-size: 14px !important;
}

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

.breadcrumbs {
  margin-top: 0px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  /* Light / Neutral / 2 */
  color: #585E82;
}

.breadcrumbs &gt; li {
  display: inline-block;
}

.breadcrumbs &gt; li + li:before {
  content: "/";
  padding: 0 2px;
  color: #585E82;
}

.breadcrumbs &gt; li a {
  color: #585E82;
}

.breadcrumbs--search-results {
  margin-bottom: 13.5px;
  font-size: 14px;
  padding: 0;
}
@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 16px;
  }
}

.help-center-name {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .help-center-name {
    display: none;
  }
}

.hero-unit {
  position: relative;
  margin-bottom: 54px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height:270px;
}

.hero-unit {
  background: rgb(244,218,219);
  background: linear-gradient(180deg,hsla(0,0%,100%,.5) -43.81%,#fff 98.95%),linear-gradient(82.14deg,#f4698c -3.33%,#633ce2 45.81%,#384ce7 93.94%);
}

.hero-unit input[name="commit"] {
  padding: 8px 50px;
  text-transform: capitalize;
}

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

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

.avatar--agent:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -4px;
  margin-bottom: -4px;
  font-size: 14px;
  color: #1f3249;
  content: "\f19d";
}

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

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

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

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#query {
  display: inline-block;
  font-size: 14px;
  color: #091134;
  border-radius: 4px;
  margin-right: 12px;
  transition: border .3s ease;
}

.hero-unit #query {
  margin-right: 16px;
}

#query::-moz-placeholder {
  color: #999CB0;
  opacity: 1;
}

#query:-ms-input-placeholder {
  color: #999CB0;
}

#query::-webkit-input-placeholder {
  color: #999CB0;
}

@media (max-width: 768px) {
  .hero-unit #query {
    margin-right: 0;
  }
  #query {
    width: 100%;
    margin-right: 0;
  }
  .search {
    flex-wrap: wrap;
  }
  .search input[type="submit"] {
    width: 100%;
    margin-top: 8px;
  }
}

.searchbox {
  margin-top: 27px;
}

.searchbox-suggestions ul {
  margin-bottom: 27px;
  list-style: none;
  padding-left: 0;
}

.searchbox-suggestions li {
  margin-bottom: 9px;
}

.search-box {
  position: relative;
}

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

.search-box--hero-unit #query {
  font-size: 14px;
  border-color: #fff;
}

.hero-unit .search-box {
  top:86px;
}

@media (min-width: 992px) {
  .search-box--hero-unit input[type="submit"] {
    padding-right: 50px;
    padding-left: 50px;
    color: #fff;
    background-color: #633CE2;
    border-color: #633CE2;
  }
  .search-box--hero-unit input[type="submit"]:hover, .search-box--hero-unit input[type="submit"]:focus, .search-box--hero-unit input[type="submit"]:active {
    color: #ffffff;
    background-color: #401bb6;
    border-color: #401bb6;
  }
  .search-box--hero-unit input[type="submit"]:active {
    background-image: none;
  }
}

.search-results-page {
  margin-bottom: 54px;
}

.search-results-count {
  font-size: 20px;
}

.search-result {
  margin-bottom: 27px;
  border-bottom: 2px solid #eceeef;
}

.search-result__title {
  margin-bottom: 13.5px;
  font-weight: 600;
}

.search-result__description {
  margin-bottom: 13.5px;
  font-size: 14px;
}

.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: 13.5px;
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: 14px;
  color: #fff;
  background-color: #633CE2;
  border-radius: 0;
}

@media (min-width: 768px) {
  .category-page {
    margin-top: 80px;
    margin-bottom: 54px;
  }
}

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

.category-tree-item__title {
  padding-bottom: 13.5px;
  border-bottom: 2px solid #eceeef;
}

.category-tree-item__sections {
  margin-bottom: 27px;
}

@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__title-link {
  color: inherit;
}

.category-list {
  padding-left: 0;
  margin-bottom: 27px;
  list-style: none;
}

.category-list-item {
  position: relative;
  margin-bottom: 27px;
}

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

.category-list-item__link {
  display: block;
  padding: 27px 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #1f3249;
  border-radius: 0;
  transition: all .3s ease;
}

.category-list-item__link:active, .category-list-item__link:focus, .category-list-item__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c12a31;
}

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

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

.section-page {
  margin-bottom: 54px;
}

.section {
  margin-bottom: 27px;
}

.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-toggle {
  color: #c12a31;
  background-color: transparent;
  border-color: #c12a31;
}

.section-subscribe .dropdown-toggle:hover, .section-subscribe .dropdown-toggle:focus, .section-subscribe .dropdown-toggle:active {
  color: #8f1f24;
  background-color: transparent;
  border-color: #8f1f24;
}

.section-subscribe .dropdown-toggle:active {
  background-image: none;
}

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

.section-title {
  padding-right: 120px;
}

@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-page {
  margin-bottom: 54px;
}

.article {
  position: relative;
}

.article-meta {
  display: table;
  margin-bottom: 27px;
  width: 100%;
}

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

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

.article-subscribe,
.article-unsubscribe {
  color: #c12a31;
  background-color: transparent;
  border-color: #c12a31;
}

.article-subscribe:hover, .article-subscribe:focus, .article-subscribe:active,
.article-unsubscribe:hover,
.article-unsubscribe:focus,
.article-unsubscribe:active {
  color: #8f1f24;
  background-color: transparent;
  border-color: #8f1f24;
}

.article-subscribe:active,
.article-unsubscribe:active {
  background-image: none;
}

.article__body {
  margin-top: 48px;
  margin-bottom: 27px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 38px;
  /* Light / Neutral / 2 */
  color: #585E82;
}

.article__body h1, h2, h3, h4, h5, h6 {
  color: #091134;
}

.article__body a {
  color: #633CE2;
}

.article__body .wysiwyg-font-size-x-large {
  font-size: 24px;
}

.article__body .wysiwyg-font-size-large {
  font-size: 20px;
}

.article__body .wysiwyg-font-size-medium {
  font-size: 16px;
}

.article__body .wysiwyg-font-size-small {
  font-size: 14px;
}

.article__body ul li,
.article__body ol li {
  margin-bottom: 9px;
}

.article-vote {
  position: relative;
  padding: 27px 12px;
  border: 2px solid #eceeef;
  border-radius: 0;
}

.article-vote-controls__item {
  color: #373d48;
  background-color: #eceeef;
  border-color: #eceeef;
}

.article-vote-controls__item:hover, .article-vote-controls__item:focus, .article-vote-controls__item:active {
  color: #1c2025;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

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

.article-vote-controls__item--voted {
  color: #21252b;
  border-color: #21252b;
}

.article-vote-question {
  float: left;
  margin-right: 12px;
}

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

.article-vote-count {
  display: block;
  font-size: 12px;
  color: #979797;
}

.article__share {
  margin-bottom: 27px;
}

.article__share ul {
  margin-top: 0;
}

.article-footer {
  margin-bottom: 27px;
}

.article__attachments {
  margin-bottom: 27px;
}

.article-more-questions {
  margin-bottom: 27px;
  clear: both;
}

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

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

@media (max-width: 767px) {
  .article-sidebar {
    padding-top: 27px;
    border-top: 2px solid #eceeef;
  }
}

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

.article-list-item {
  margin-bottom: 16px;
}

.article-list-item__link {
  color: #633CE2;
}

.article-list-item--is-promoted span {
  font-size: 10px;
  color: #fbce0a;
  vertical-align: middle;
}

.comments__callout {
  font-size: 14px;
  color: #979797;
}

.comments__callout:empty {
  display: none;
}

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

.comment-list-header {
  margin-bottom: 27px;
  border-bottom: 2px solid #eceeef;
  padding-bottom: 13.5px;
}

.comment-list-heading {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.comment-sorter {
  margin-bottom: 27px;
  border-bottom: 2px solid #eceeef;
  padding-bottom: 27px;
}

@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: 13.5px;
  }
}

@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 6px;
  font-size: 10px;
  content: '\2022';
}

.comment {
  margin-bottom: 27px;
  border-bottom: 2px solid #eceeef;
  padding-bottom: 27px;
}

.comment__inner {
  position: relative;
  padding-right: 52px;
}

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

.comment__header {
  position: relative;
  margin-bottom: 27px;
}

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

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

.comment__official-heading {
  position: absolute;
  right: 36px;
  top: 0;
  width: auto;
  padding: 1px 6px;
  font-size: 14px;
  color: #fff;
  background-color: #c12a31;
  border-radius: 0 0 0 0;
}

.comment--official .comment__inner {
  position: relative;
  border: 2px solid #c12a31;
  border-radius: 0;
  background-color: white;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 24px;
  padding-right: 24px;
}

.comment-form {
  position: relative;
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  .comment-form {
    padding-left: 52px;
  }
}

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

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

.comment-form__body {
  margin-bottom: 27px;
}

.comment-form__attachments {
  margin-bottom: 27px;
}

.comment-form__mark-as-solved {
  position: relative;
}

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

.share {
  padding-left: 0;
  white-space: nowrap;
  list-style: none;
}

.share li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-color: #eceeef;
  border-color: #eceeef;
  border-radius: 0;
}

.share a:before {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: FontAwesome;
  text-align: center;
}

.share-facebook {
  color: #3d5b95;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-facebook:hover, .share-facebook:focus, .share-facebook:active {
  color: #2b406a;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-facebook:active {
  background-image: none;
}

.share-facebook:before {
  content: "\f09a";
}

.share-twitter {
  color: #24aadd;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-twitter:hover, .share-twitter:focus, .share-twitter:active {
  color: #1a82a9;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-twitter:active {
  background-image: none;
}

.share-twitter:before {
  content: "\f099";
}

.share-linkedin {
  color: #0976b4;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-linkedin:hover, .share-linkedin:focus, .share-linkedin:active {
  color: #06507a;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-linkedin:active {
  background-image: none;
}

.share-linkedin:before {
  content: "\f0e1";
}

.share-googleplus {
  color: #d23e30;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-googleplus:hover, .share-googleplus:focus, .share-googleplus:active {
  color: #a22e23;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-googleplus:active {
  background-image: none;
}

.share-googleplus:before {
  content: "\f0d5";
}

.my-activities-header {
  margin-bottom: 27px;
}

.my-activities-items {
  margin-bottom: 54px;
}

@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: 14px;
    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: 13.5px;
    padding-bottom: 13.5px;
    border-bottom: 1px solid #eceeef;
  }
  .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 {
  list-style: none;
  padding-left: 0;
}

.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: 27px;
  margin-bottom: 27px;
  border-bottom: 2px solid #eceeef;
}

.my-activities-menu--main .my-activities-menu__item {
  padding: 6px 12px;
  background-color: #eceeef;
  border-radius: 0;
}

@media (max-width: 767px) {
  .my-activities-menu--main .my-activities-menu__item {
    margin-bottom: 9px;
  }
}

.my-activities-menu--main .my-activities-menu__item.is-active {
  font-weight: 600;
  color: #373d48;
}

.my-activities-menu--sub {
  margin-bottom: 27px;
}

.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: 6px;
    font-size: 10px;
    content: "\2022";
  }
}

@media (max-width: 767px) {
  .my-activities-item {
    padding: 13.5px 12px;
    margin-bottom: 27px;
    border: 2px solid #eceeef;
    border-radius: 0;
  }
}

.my-activities-item__meta {
  font-size: 14px;
  color: #979797;
}

@media (max-width: 767px) {
  .my-activities-item__meta {
    display: inline-block;
    margin-right: 6px;
  }
  .my-activities-item__meta + .my-activities-item__meta:before {
    margin-right: 6px;
    content: "\2022";
  }
}

.my-activities-item__title {
  font-weight: 600;
}

@media (max-width: 767px) {
  .my-activities-item__title {
    font-size: 20px;
  }
}

@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: 6px;
  margin-bottom: 27px;
  background-color: #f9f9f9;
  border-radius: 0;
}

@media (min-width: 768px) {
  .request-table-toolbar {
    padding-top: 6px;
    padding-bottom: 12px;
  }
}

.request-table-toolbar label {
  font-size: 14px;
  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: 13.5px;
  }
}

@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: 6px;
}

.request-table-organization__col--button [role="button"] {
  height: 41px;
  line-height: 41px;
  padding-top: 0;
  padding-bottom: 0;
}

.requests-sort-symbol {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.requests-sort-symbol:after {
  font-family: FontAwesome;
  content: '\f0d7';
  display: inline-block;
  color: #979797;
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 2px;
}

.requests-link {
  white-space: nowrap;
  color: #979797;
}

.requests-link[href*="asc"] .requests-sort-symbol:after {
  content: '\f0d8';
}

.request-page {
  margin-bottom: 54px;
}

.request {
  position: relative;
}

.request-id {
  margin-bottom: 13.5px;
  font-weight: 600;
}

.request-subject {
  font-size: 24px;
}

@media (min-width: 992px) {
  .request-subject {
    font-size: 34px;
    font-weight: 300;
  }
}

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

.request-sidebar {
  padding: 27px 12px 0;
  margin-bottom: 27px;
  font-size: 14px;
  border: 2px solid #eceeef;
  border-radius: 0;
}

.request-sidebar dd {
  margin-bottom: 13.5px;
}

.request-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 0;
  white-space: nowrap;
}

.request-status--solved,
.request-status--closed {
  background-color: #c12a31;
}

.request-status--new,
.request-status--open {
  background-color: #ff5252;
}

.request-status--answered {
  background-color: #fad782;
}

.new-request-page {
  margin-bottom: 54px;
}

.new-request-title {
  font-size: 34px;
  text-align: center;
  color: #091134;
}

@media (min-width: 768px) {
  .new-request-title {
    font-size: 48px;
  }
}

.new-request-form {
  margin-bottom: 27px;
}

.upload-dropzone {
  padding: 27px 16px;
  border-color: #eceeef;
  border-radius: 0;
}

.upload-dropzone,
.upload-dropzone a {
  font-size: 14px;
}

.intro-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .intro-title {
    margin-bottom: 20px;
    font-size: 36px;
  }
}

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

@media (max-width: 479px) {
  .custom-blocks {
    margin-bottom: 50px;
  }
}

.custom-block {
  margin-bottom: 50px;
}

@media (max-width: 479px) {
  .custom-block {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
}

@media (min-width: 480px) {
  .custom-block {
    padding: 0 20px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .custom-block {
    margin-bottom: 81px;
  }
}

.custom-block__link {
  display: block;
}

@media (max-width: 479px) {
  .custom-block__link {
    display: table;
  }
}

.custom-block__link:active .custom-block__icon path, .custom-block__link:focus .custom-block__icon path, .custom-block__link:hover .custom-block__icon path {
  fill: #000;
}

.custom-block__link:active .custom-block__icon circle, .custom-block__link:focus .custom-block__icon circle, .custom-block__link:hover .custom-block__icon circle {
  stroke: #000;
}

.custom-block__icon {
  display: inline-block;
}

@media (min-width: 480px) {
  .custom-block__icon {
    margin-bottom: 27px;
  }
}

.custom-block__icon svg {
  width: 56px;
  height: 56px;
}

@media (min-width: 480px) {
  .custom-block__icon svg {
    width: 66px;
    height: 66px;
  }
}

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

.custom-block__icon path {
  fill: #c12a31;
}

.custom-block__icon circle {
  stroke: #c12a31;
}

.dropdown-toggle:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  color: inherit;
  content: '\f107';
}

.dropdown-menu {
  border: 0;
  min-width: 0 !important;
  font-size: 14px;
  overflow: hidden;
}

.dropdown-menu [role=menuitem] {
  padding: 13.5px 12px;
}

.dropdown-menu [role=menuitem][aria-selected=true]:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  content: '\f00c';
}

.error-page {
  padding: 10% 0 10%;
  text-align: center;
}

.error-page__title {
  text-transform: capitalize;
}

.footer-submit-ticket {
  padding: 54px 16px 27px;
  margin-bottom: 54px;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0;
}

.footer-submit-ticket__title {
  font-size: 24px;
}

.footer-submit-ticket__subtitle {
  font-size: 24px;
  color: #636e82;
}

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

.footer-submit-ticket__btn .btn {
  padding: 9px 18px;
}

.note {
  position: relative;
  padding-left: 12px;
  margin: 27px 0;
  color: #636e82;
  border-left: 4px solid transparent;
}

.note p:last-child {
  margin-bottom: 0;
}

.note-title {
  margin-bottom: 13.5px;
  font-size: 16px;
  font-weight: 600;
}

.note-default,
.note--default {
  border-color: #818a91;
}

.note-default .note-title,
.note--default .note-title {
  color: #818a91;
}

.note-info,
.note--info {
  border-color: #5bc0de;
}

.note-info .note-title,
.note--info .note-title {
  color: #5bc0de;
}

.note-warning,
.note--warning {
  border-color: #fad782;
}

.note-warning .note-title,
.note--warning .note-title {
  color: #fad782;
}

.note-success,
.note--success {
  border-color: #c12a31;
}

.note-success .note-title,
.note--success .note-title {
  color: #c12a31;
}

.note-danger,
.note--danger {
  border-color: #ff5252;
}

.note-danger .note-title,
.note--danger .note-title {
  color: #ff5252;
}

.layout {
  min-height: 100%;
  background-color: #fff;
}
/*
.footer h5 {
  line-height: 22px;
  color: #85c0e9;
}

.footer {
  background: #1b1742;
}

.footer .footer-links {
  padding-top: 37px;
}

.footer .footer-links h5 {
  font-size: 17.5px;
  margin-bottom: 3px;
}

.footer .footer-links a {
  font-size: 17.5px;
  color: #fff;
}

.footer .footer-links a:hover {
  color: #d0181d;
}

.footer .unit {
  float: left;
  padding: 0 15px;
  width: 20%;
}

.footer .footer-links li {
  display: block;
  list-style: none;
  line-height: 25px;
  margin-bottom: 2px;
}

.footer .footer-imgs {
  padding-top: 35px;
  padding-bottom: 25px;
}

.footer .cc-icon {
  text-align: right;
}

.footer .cc-icon img {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}

.footer .copiright {
  text-align: center;
  border-top: 1px solid #231c66;
  border-bottom: 1px solid #231c66;
  padding: 12px 0;
}

.footer .copiright p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 25px;
  color: #fff;
}

.footer .ftr-logos {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 12px;
}

.footer .ftr-logos a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.footer .contact-unit .blue-clr {
  color: #85c0e9;
}

.footer .contact-unit a:hover .blue-clr {
  color: #d0181d;
}

.footer .contact-unit span {
  font-size: 17.5px;
  color: #fff;
}
*/
@media (max-width: 767px) {
  
  body {
    min-width: inherit;
  }
 /* .footer .container-inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }*/
  img {
    max-width: 100%;
  }
  p, .article__body {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Inter', sans-serif;
  }
  .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

/*  .footer .footer-links a {
    font-size: 15px;
  }
  .footer .footer-links {
    padding-top: 15px;
  }
  .footer .contact-unit span {
    font-size: 15px;
  }
  .footer .footer-links li {
    line-height: 20px;
  }*/
}
/*
@media (min-width: 641px) and (max-width: 767px) {
  .footer .unit {
    width: 50% !important;
    padding-bottom: 20px;
  }
}
*/
@media (max-width: 640px) {
  /*
  .footer .container-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }*/
  p, article__body {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
  }
  
  .col-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
/*
  .footer .unit {
    width: 100% !important;
    padding: 0;
    padding-bottom: 15px;
  }
  .footer .cc-icon {
    text-align: left;
    padding-top: 15px;
  }
  .footer .footer-imgs {
    padding-top: 10px;
  }
  .footer .copiright {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer .ftr-logos a {
    margin-bottom: 10px;
  }
  .footer .ftr-logos a img {
    max-width: 90%;
  }
  .footer .footer-links a {
    font-size: 14px;
  }
  .footer .contact-unit span {
    font-size: 14px;
  }
  .footer .contact-unit .blue-clr {
    font-size: 13px;
  }*/
}
/*
@media (min-width: 400px) and (max-width: 639px) {
  .footer .unit {
    width: 50% !important;
  }
}*/

@media (min-width: 768px) and (max-width: 1023px) {
  
  body {
    min-width: inherit;
  }
  img {
    max-width: 100%;
  }
  
  .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
/*
  .footer .footer-links a {
    font-size: 15px;
  }
  .footer .unit,
  .footer .unit + .unit,
  .footer .unit + .unit + .unit,
  .footer .unit + .unit + .unit + .unit {
    padding: 0 10px;
    width: 33.33%;
    padding-bottom: 25px;
  }*/
}

@media (min-width: 1024px) and (max-width: 1169px) {
 /* 
  .footer .container-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }*/
  img {
    max-width: 100%;
  }
/*
  .footer .footer-links a {
    font-size: 15px;
  }
  .footer .unit {
    padding: 0 10px;
  }
  */
}

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 13.5px;
}

.pagination ul &gt; li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 13.5px;
}

.pagination ul &gt; li &gt; a, .pagination ul &gt; li &gt; span {
  position: relative;
  display: block;
  padding: 6px 16px;
  line-height: 1.69231;
  color: #a6a6a7;
  text-decoration: none;
  background-color: #f6f6f6;
  border-radius: 0;
}

.pagination ul &gt; li &gt; a:hover, .pagination ul &gt; li &gt; a:focus, .pagination ul &gt; li &gt; span:hover, .pagination ul &gt; li &gt; span:focus {
  color: #d0181d;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination ul &gt; .pagination-current &gt; span, .pagination ul &gt; .pagination-current &gt; span:hover, .pagination ul &gt; .pagination-current &gt; span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #c12a31;
  border-color: #c12a31;
}

.satisfaction-box {
  padding: 10px 16px;
  margin: 0 0 20px 0;
  margin-top: 0;
  font-size: 14px;
  border-color: #eceeef;
  border-radius: 0;
}

.satisfaction-box h4 {
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.satisfaction-box h4:last-child {
  margin-bottom: 0;
}

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: #c12a31;
  border-color: #c12a31;
}

.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: #972126;
  border-color: #8f1f24;
}

.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: #ff5252;
  border-color: #ff3939;
}

.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: #ff1f1f;
  border-color: #fa0000;
}

.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:not([class="disabled"]) {
  background-color: #c12a31 !important;
}

.satisfaction-box input[type=radio][checked=checked][value=bad] + label:not([class="disabled"]) {
  background-color: #ff5252 !important;
}

.satisfaction-box input[type=radio][checked=checked] + label:not([class="disabled"]) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.satisfaction-box label.disabled {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #c12a31 !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #ff5252 !important;
}

.satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-comment label {
  font-weight: normal;
}

.satisfaction-box .satisfaction-submit {
  margin-left: 15px !important;
  color: #fff !important;
  background-color: #972126 !important;
  border-color: #8f1f24 !important;
}

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

.cf:after {
  clear: both;
}

ul {
  margin: 0;
  padding: 0 16px;
}

.social-feed ul li {
  font-size: 20px;
  color: #5e5e5e;
  font-weight: 400;
  line-height: 25px;
}

.col-9,
.col-6,
.col-3 {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-9 {
  width: 75%;
}

.col-6 {
  width: 50%;
}

.col-3 {
  width: 25%;
}

.fright {
  float: right;
}

header {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 54px;
}

header .social-feed {
  padding-bottom: 25px;
}

.social-feed a {
  color: #777777;
  font-size: 22px;
  display: inline-block;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.social-feed a:hover {
  color: #d0181d;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.social-feed li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
}

.brand {
  width: 212px;
  vertical-align: middle;
  position: relative;
}

.brand .bran-clr-white {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

header .head-left-btm nav {
  display: inline-block;
  width: calc(100% - 216px);
  padding-left: 40px;
}

header .head-left-btm nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px;
  position: relative;
}

header .head-left-btm nav a {
  font-size: 16px;
  color: #211c50;
  text-transform: uppercase;
  position: relative;
}

header .head-left-btm nav a:hover {
  color: #d0181d;
}

header .nav-bar a {
  font-size: 16px;
  color: #fff;
  transition: color 0.5s ease;
}

header .nav-bar a:hover {
  color: #85c0e9;
}

header .nav-bar {
  position: absolute;
  background: #211c50;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-bottom: 48px;
  padding-top: 38px;
  border-top: 1px solid #312a71;
  top: 100%;
  display: none;
  border-bottom: 1px solid #312a71;
}

header .nav-bar .container-inner {
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
}

header .nav-bar li {
  display: inline-block;
  vertical-align: top;
  width: 170px;
}

header .nav-bar li .caret {
  display: none;
}

header .nav-bar li + li {
  width: 255px;
}

header .nav-bar li + li + li {
  width: 200px;
}

header .nav-bar li + li + li + li {
  width: 180px;
}

header .nav-bar li strong {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 11px;
}

header .nav-bar li a:hover strong {
  padding-right: 5px;
}

header .nav-bar .fa {
  font-size: 21px;
  color: #85c0e9;
}

header .nav-bar li li {
  display: block;
  margin: 5px 0;
  width: 100%;
}

header .nav-bar ul ul {
  padding-top: 10px;
}

header .head-right {
  float: right;
}

header .right-top a {
  color: #272161;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

header .right-top a:hover {
  color: #e34646;
}

header .right-top .fa {
  display: none;
}

header .user-wrap {
  display: inline-block;
  vertical-align: middle;
}

header .user-wrap a {
  margin-left: 10px;
}

header .cart-wrap {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}

header .cart-wrap span {
  display: inline-block;
  vertical-align: middle;
}

header .cart-wrap .item-count {
  line-height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #e34646;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.5s ease;
}

header .cart-wrap .loaded .item-count {
  transform: scale(1);
  -webkit-transform: scale(1);
}

header .checkout {
  display: inline-block;
  vertical-align: middle;
}

header .hamburger {
  color: #211c50;
  font-size: 16px;
  text-transform: uppercase;
  float: right;
}

header .hamburger-icon,
header .hamburger-icon:after,
header .hamburger-icon:before {
  background: #211c50;
  height: 3px;
  transition: all 0.5s ease;
}

header .hamburger-icon {
  width: 35px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 13px;
  margin-top: -3px;
}

header .hamburger em {
  font-style: normal;
}

header .hamburger-icon:after,
header .hamburger-icon:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
}

header .hamburger-icon:before {
  top: -9px;
}

header .hamburger-icon:after {
  bottom: -9px;
}

header.menu-act {
  background: #211c50;
}

header.menu-act .social-feed a {
  color: #85c0e9;
}

header.menu-act .right-top a {
  color: #fff;
}

header.menu-act .brand .bran-clr-white {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

header.menu-act .brand .brand-hoverout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

header.menu-act .hamburger {
  color: #fff;
}

header.menu-act .hamburger-icon:after,
header.menu-act .hamburger-icon:before {
  background: #fff;
  height: 1px;
}

header.menu-act .hamburger span {
  background-color: transparent;
  width: 20px;
}

header.menu-act .hamburger span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

header.menu-act .hamburger span:after {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

header.menu-act .nav-bar {
  display: block;
}

header.menu-act .head-left-btm nav {
  display: none;
}

@media (max-width: 1169px) and (min-width: 1024px) {
  img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  
  body {
    min-width: inherit;
  }
/*   .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  } */
  img {
    max-width: 100%;
  }
  .col-9,
  .col-6,
  .col-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  header .head-left-btm nav {
    display: none;
  }
  header {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  header .checkout {
    display: none;
  }
  header .right-top {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .right-top a {
    font-size: 20px;
    line-height: 25px;
    position: relative;
  }
  header .cart-wrap .item-count {
    position: absolute;
    top: -5px;
    width: 16px;
    font-size: 10px;
    line-height: 16px;
    right: -6px;
  }
  header .right-top .fa {
    display: inline-block;
    vertical-align: middle;
  }
  header .right-top .text-hidden {
    display: none;
  }
  header .social-feed {
    padding-bottom: 15px;
  }
  .brand {
    width: 175px;
  }
  header .nav-bar {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 93px;
    left: 0;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 96px);
  }
  header .nav-bar nav {
    padding-top: 20px;
    margin-bottom: 120px;
  }
  header .nav-bar li {
    width: 100% !important;
    position: relative;
  }
  header .nav-bar a {
    display: block;
    margin-right: 35px;
    padding: 5px 20px;
    padding-right: 0;
  }
  header .right-top a:hover {
    color: #272161;
  }
  header .hamburger-icon {
    width: 30px;
    margin-left: 8px;
  }
  header .nav-bar li i.fa {
    display: none;
  }
  header .nav-bar li .caret {
    display: block;
    font-style: normal;
    position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    text-align: center;
    cursor: pointer;
  }
  header .nav-bar li ul {
    display: none;
    margin: 0;
    background: rgba(133, 192, 233, 0.63);
    padding: 0;
  }
  header .nav-bar li strong {
    font-size: 18px;
  }
  header .nav-bar li li {
    margin: 0;
  }
  header .nav-bar li li a {
    margin: 0;
    padding-left: 35px;
  }
  header .nav-bar .container-inner {
    padding: 0;
  }
}

@media (max-width: 640px) {
  
/*   .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  } */
  
  .col-9,
  .col-6,
  .col-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  header .head-left-btm {
    width: 175px;
  }
  header .head-right {
    width: 95px;
    padding-right: 0;
    padding-left: 0;
  }
  header .right-top {
    right: 5px;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
  
  body {
    min-width: inherit;
  }
/*   .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  } */
  img {
    max-width: 100%;
  }
  
  .col-9,
  .col-6,
  .col-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .brand {
    width: 170px;
  }
  header .nav-bar .container-inner {
    padding: 0 25px;
    max-width: 755px;
  }
  header .nav-bar li {
    width: 104px;
  }
  header .nav-bar li + li {
    width: 210px;
  }
  header .head-left-btm nav {
    width: calc(100% - 174px);
    padding-left: 30px;
  }
  header .head-left-btm nav li {
    margin: 0 8px;
  }
  header .head-left-btm {
    width: 80%;
  }
  header .head-right {
    width: 20%;
  }

}

@media (min-width: 1024px) and (max-width: 1169px) {
  
/*   .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  } */
  img {
    max-width: 100%;
  }
  
  .brand {
    width: 170px;
  }
  header .nav-bar .container-inner {
    max-width: 856px;
  }

}

@media (min-width: 1170px) and (max-width: 1290px) {
  
  img {
    max-width: 100%;
  }
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 2px solid #449edd;
  border-radius: 0;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 50px;
  height: 50px;
}

.scroll-to-top:focus, .scroll-to-top:active {
  outline: 0;
}

.scroll-to-top.is-active {
  bottom: 30px;
}

.scroll-to-top:hover {
  color: #d0181d;
  border-color: #d0181d;
}

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

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

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

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

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@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;
  }
}

.page-header {
  margin-top: 16px;
  margin-bottom: 40px;
}

.page-header--with-border {
  border-bottom: 2px solid #eceeef;
  padding-bottom: 40px;
}

.related-articles h3 {
  margin-bottom: 13.5px;
}

@media (min-width: 768px) {
  .related-articles h3 {
    margin-top: 13.5px;
  }
}

.related-articles ul {
  list-style: none;
  padding-left: 0;
}

.related-articles ul &gt; li {
  margin-bottom: 9px;
}

.related-articles ul &gt; li a {
  color: #373d48;
  border-bottom: 1px solid #eceeef;
  padding-bottom: 1px;
}

.community-recent-activity {
  padding: 27px 12px;
  margin-bottom: 54px;
  border: 2px solid #eceeef;
  border-radius: 0;
}

.community-recent-activity .recent-activity-header {
  font-size: 16px;
}

.community-recent-activity .recent-activity-list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

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

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

.community-recent-activity .recent-activity-item-meta {
  font-size: 14px;
  color: #979797;
}

.community-recent-activity .recent-activity-item-comment span:before {
  margin-right: 3px;
  content: "\f0e5";
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.community-recent-activity .recent-activity-item-parent {
  font-weight: 600;
  color: #373d48;
}

.community-recent-activity .recent-activity-controls a {
  color: #c12a31;
  background-color: transparent;
  border-color: #c12a31;
}

.community-recent-activity .recent-activity-controls a:hover, .community-recent-activity .recent-activity-controls a:focus, .community-recent-activity .recent-activity-controls a:active {
  color: #8f1f24;
  background-color: transparent;
  border-color: #8f1f24;
}

.community-recent-activity .recent-activity-controls a:active {
  background-image: none;
}

.profile-header {
  margin-bottom: 27px;
  border-radius: 0;
  background-color: #1f3249;
  padding: 27px 20px;
  text-align: center;
  color: #fff;
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  margin-bottom: 13.5px;
  font-size: 24px;
}

.profile-header__name a {
  color: #fff;
}

@media (min-width: 768px) {
  .profile-header__name {
    font-size: 34px;
    font-weight: 300;
  }
}

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

.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: #8f1f24;
  background-color: transparent;
  border-color: #8f1f24;
}

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

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: 27px;
  background-color: #c12a31;
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  margin-bottom: 13.5px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  color: #979797;
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: 6.75px;
}

@media (max-width: 767px) {
  .profile-stats__stat {
    display: block;
  }
  .profile-stats__stat:before {
    display: none;
  }
}

.profile-stats__label {
  margin-right: 6px;
}

.profile-stats__value {
  color: #fff;
}

.profile-nav {
  margin-bottom: 27px;
  border-radius: 0;
  background-color: #eceeef;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}

.profile-nav__items {
  margin: 0;
  padding-left: 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: #373d48;
}

.profile-nav__item.is-active {
  background-color: #c12a31;
  color: #fff;
}

.profile-nav__item.is-active,
.profile-nav__item a {
  padding: 18px 12px;
  line-height: 1;
}

.profile-nav__item:after {
  right: 12px !important;
}

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: 27px;
}

.profile-section__title {
  margin-bottom: 13.5px;
  font-size: 24px;
}

.profile-section__description {
  color: #979797;
  font-size: 14px;
}

@media (min-width: 768px) {
  .profile-section__description {
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  font-size: 14px;
}

.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 {
    border-top: 0;
    padding-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: 13.5px;
  }
}

@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;
  border-radius: 0;
  background-color: #f4f5f6;
  padding: 13.5px 20px;
  word-wrap: break-word;
}

.profile-contribution__header {
  margin-bottom: 6.75px;
}

.profile-contribution__status {
  margin-bottom: 6.75px;
}

.profile-contribution__title {
  margin-bottom: 6.75px;
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: 13.5px;
}

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
}

.profile-contribution__breadcrumbs {
  margin-bottom: 13.5px;
  padding: 0;
  font-size: 14px;
}

.profile__no-activity,
.profile__private-activity {
  text-align: center;
  color: #979797;
}

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

.profile-activity {
  position: relative;
  margin-bottom: 40.5px;
}

.profile-activity__header {
  margin-bottom: 13.5px;
  font-size: 14px;
  font-weight: 600;
}

.profile-activity__header:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
}

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: '\f0f6';
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: '\f0e6';
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: '\f0e5';
}

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

.entry-info {
  font-size: 14px;
  overflow: hidden;
}

.entry-info:before, .entry-info:after {
  display: table;
  
  content: "";
  
}

.entry-info:after {
  clear: both;
}

.entry-info__avatar {
  float: left;
  padding-right: 12px;
}

.entry-info__content {
  display: table-cell;
  vertical-align: top;
}

.status-label {
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 0;
}

.status-label--pending {
  background-color: #fad782;
}

.status-label--with-ticket {
  background-color: #c12a31;
}

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

.status-label--new,
.status-label--open {
  background-color: #ff5252;
}

.status-label--answered {
  background-color: #fad782;
}

.status-label--official {
  background-color: #c12a31;
}

.status-label--completed,
.status-label--answered {
  background-color: #c12a31;
}

.status-label--planned {
  background-color: #1f3249;
}

.status-label--not-planned {
  color: #373d48;
  background-color: #eceeef;
}

.attachment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 14px;
}

.attachment-list__item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 13.5px;
}

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

.attachment-list__icon {
  position: absolute;
  left: 0;
  top: 4px;
}

.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 {
  max-width: 40px;
  width: 100%;
}

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

.vote-sum {
  display: block;
  padding-top: 6.75px;
  padding-bottom: 6.75px;
  font-weight: 600;
  text-align: center;
}

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  padding: 4.5px 0 !important;
  font-size: 16px !important;
  color: #373d48;
  border-color: #eceeef;
  line-height: 1.69231 !important;
}

.vote-control:hover, .vote-control:active {
  z-index: 2;
}

@media (min-width: 768px) {
  .topic-list-page {
    margin-bottom: 27px;
  }
}

.topic-list-item:nth-child(2n+1) {
  clear: left;
}

.topic-list-item__box {
  padding: 27px 12px;
  margin-bottom: 27px;
  border: 2px solid #eceeef;
  border-radius: 0;
}

.topic-list-item__title {
  margin-bottom: 13.5px;
}

.topic-page {
  margin-bottom: 54px;
}

.topic {
  padding-bottom: 13.5px;
  margin-bottom: 27px;
  border-bottom: 2px solid #eceeef;
  display: table;
  width: 100%;
}

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

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  font-size: 34px;
  margin-bottom: 13.5px;
}

.topic-filters__item {
  float: left;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .topic-filters__item {
    margin-bottom: 13.5px;
  }
}

.topic-controls {
  margin-bottom: 54px;
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: 6px;
}

@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 {
  left: initial;
  right: 0;
}

.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: #c12a31;
  background-color: transparent;
  border-color: #c12a31;
}

.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: #8f1f24;
  background-color: transparent;
  border-color: #8f1f24;
}

.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  background-image: none;
}

@media (min-width: 768px) {
  .post-page {
    margin-bottom: 54px;
  }
}

.post {
  position: relative;
  margin-bottom: 27px;
}

.post__title {
  font-size: 24px;
  padding-right: 18px;
}

@media (min-width: 768px) {
  .post__title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .post__title {
    font-size: 41px;
  }
}

.post-follow .post-subscribe,
.post-follow .post-unsubscribe {
  color: #c12a31;
  background-color: transparent;
  border-color: #c12a31;
}

.post-follow .post-subscribe:hover, .post-follow .post-subscribe:focus, .post-follow .post-subscribe:active,
.post-follow .post-unsubscribe:hover,
.post-follow .post-unsubscribe:focus,
.post-follow .post-unsubscribe:active {
  color: #8f1f24;
  background-color: transparent;
  border-color: #8f1f24;
}

.post-follow .post-subscribe:active,
.post-follow .post-unsubscribe:active {
  background-image: none;
}

.post__meta {
  margin-bottom: 27px;
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  padding-right: 52px;
}

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

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

.post__voting-and-actions .dropdown-toggle:after {
  content: '\f013';
  margin-left: 0;
  font-size: 16px;
}

.post-callout {
  background-color: #eceeef;
  padding: 13.5px 20px;
}

.post-callout__title {
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .post-list-page {
    margin-bottom: 54px;
  }
}

.post-list-item {
  border-bottom: 2px solid #eceeef;
  margin-bottom: 27px;
  padding-bottom: 27px;
}

@media (min-width: 768px) {
  .post-list-item {
    display: table;
    width: 100%;
  }
}

.post-list-item__title {
  font-size: 24px;
  margin-bottom: 13.5px;
}

.post-list-item__title .fa-star {
  position: relative;
  font-size: 50%;
  top: -4px;
}

@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 {
  color: #979797;
  font-size: 14px;
}

@media (min-width: 768px) {
  .post-info {
    float: right;
    text-align: center;
    min-width: 90px;
    background-color: #f9f9f9;
    border-radius: 0;
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .post-info__count {
    display: block;
    color: #373d48;
    font-weight: 600;
  }
}

.post-info + .post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .post-info + .post-info:before {
    margin-right: 6px;
    font-size: 10px;
    content: "\2022";
  }
}

.post-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 0;
}

.post-status--completed,
.post-status--answered {
  background-color: #c12a31;
}

.post-status--planned {
  background-color: #1f3249;
}

.post-status--not-planned {
  color: #373d48;
  background-color: #eceeef;
}

@media (min-width: 768px) {
  .new-post-page {
    margin-bottom: 54px;
  }
}

.new-post-title {
  font-size: 24px;
}

@media (min-width: 768px) {
  .new-post-title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .new-post-title {
    font-size: 41px;
  }
}

.new-post-form {
  margin-bottom: 27px;
}

.dropdown {
  position: relative;
}
.dropdown.active span {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #263746;
  border-bottom: 0;
  transition: 0s;
}
.dropdown.active span svg {
  animation: rotateArrow 0.3s forwards;
}
.dropdown.deactivate span svg {
  animation: rotateArrowBack 0.3s forwards;
}
.dropdown span {
  background-image: url("//cdn.shopify.com/s/files/1/1469/2926/t/16/assets/down-arrow.png?312414");
  background-size: 12px;
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
  width: 100%;
  border: 1px solid #263746;
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  height: 46px;
  padding: 10px 12px;
  font-weight: 600;
  display: block;
  position: relative;
  z-index: 10;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-radius: 20px;
  color: #263746;
  transition-delay: 0.3s;
  transition-duration: 0.1s;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.dropdown span svg {
  position: absolute;
  right: 20px;
  height: 100%;
  top: 0;
}
.dropdown ul {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 45px;
  list-style: none;
  left: 0;
  background-color: #fff;
  border: 1px solid #263746;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top: none;
  margin: 0;
  display: none;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.19);
}
.dropdown ul li {
  padding: 10px 12px;
  height: 46px;
}
.dropdown ul li a {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #555759;
  text-decoration: none;
  display: block;
  color: #263746;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.dropdown ul li a:hover {
  background-color: #bdbbbb;
  color: #263746;
}
@keyframes rotateArrowBack {
  0% {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  z-index: 3;
  background-color: #fff;
/*   padding: 0; */
}
@media only screen and (min-width: 992px) {
  .menu {
    height: 96px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
/*     padding: 0 20px; */
    overflow: unset;
  }
}
/* @media only screen and (min-width: 1200px) {
  .menu {
    padding: 0 60px;
  }
} */
.menu__list {
  padding-top: 8px;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  overflow: hidden;
  -ms-flex-order: 5;
  order: 5;
  width: 100vw;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .menu__list {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    overflow: visible;
  }
}
.menu__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  border-top: 1px solid #f3f3f3;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .menu__item {
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 10px;
    border-top: none;
  }
}
@media only screen and (min-width: 1200px) {
  .menu__item {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .menu__item {
    margin: 0 40px;
  }
}
.menu__item:hover .menu__dropdown-content {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media only screen and (min-width: 992px) {
  .menu__item:hover .menu__dropdown-content {
    opacity: 1;
    margin-top: -1px;
    max-height: 445px;
    height: 445px;
    padding: 0;
  }
}
.menu__item:hover .menu__link {
  color: #49A4C6;
}
.menu__item:hover .menu__drop-icon--fill {
  fill: #49A4C6;
}
@media only screen and (min-width: 992px) {
  .menu__item:active .menu__drop-icon,
  .menu__item:hover .menu__drop-icon {
    transform: scaleY(-1);
  }
}
.menu__item--user {
  display: none;
  width: 100%;
  bottom: 0;
  position: fixed;
}
.menu__link {
  text-decoration: none;
  text-transform: uppercase;
  color: #585E82;
  font-family: Helvetica Neue;
  font-weight: 500;
  line-height: 1.5rem;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 24px;
  padding: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .menu__link {
    height: 100%;
  }
}
.menu__link svg {
  position: absolute;
  margin-left: 6px;
  height: 11px;
  width: 11px;
  right: 30px;
  top: 17px;
}
@media only screen and (min-width: 992px) {
  .menu__link svg {
    position: relative;
    right: auto;
    top: auto;
  }
}
.menu__drop-icon--fill {
  fill: #000;
}
.menu__dropdown-content {
  background-color: #f3f3f3;
  transition: max-height 0.3s;
  transition-timing-function: cubic-bezier(0.88, 0.72, 0.41, 1.31);
  opacity: 0;
  max-height: 0;
  height: auto;
  overflow: hidden;
  display: block;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .menu__dropdown-content {
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
  }
}
.dropdown__box {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .dropdown__box {
    width: 90%;
    height: 75%;
  }
}
@media only screen and (min-width: 1200px) {
  .dropdown__box {
    width: 75%;
  }
}
.dropdown__cont {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .dropdown__cont {
    display: -ms-flexbox;
    display: flex;
  }
}
.dropdown__list {
  background-color: #f3f3f3;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .dropdown__list {
    width: 20%;
  }
}
.dropdown__link {
  width: 100%;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #231f20;
  font-family: Helvetica Neue;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 16px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .dropdown__link {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.dropdown__link:first-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 330px) {
  .dropdown__link:first-child {
    margin-bottom: 19px;
  }
}
.dropdown__link:last-child {
  margin-top: 0;
}
@media only screen and (min-width: 330px) {
  .dropdown__link:last-child {
    margin-top: 19px;
  }
}
.dropdown__link:hover {
  color: #231f20;
}
.dropdown__link svg {
  margin-right: 5px;
  visibility: hidden;
  display: none;
}
@media only screen and (min-width: 992px) {
  .dropdown__link svg {
    display: block;
  }
}
.dropdown__link:hover svg {
  visibility: visible;
}
.dropdown__sublist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .dropdown__sublist {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.dropdown__subitem {
  color: #847d7d;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 36px;
  list-style: none;
}
.dropdown__sublink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #847d7d;
}
.dropdown__sublink:hover {
  color: #847d7d;
}
.dropdown__sublink svg {
  margin-right: 5px;
  visibility: hidden;
  display: none;
}
@media only screen and (min-width: 992px) {
  .dropdown__sublink svg {
    display: block;
  }
}
.dropdown__sublink:hover svg {
  visibility: visible;
}
#shopify-section-learn-nav-dropdown {
  width: 70%;
}
.overlay-image {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: hsla(0, 0%, 100%, 0.1);
  z-index: 2;
}
.aboutNav,
.overlay-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.aboutNav {
  max-width: 620px;
  display: none;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .aboutNav {
    display: -ms-flexbox;
    display: flex;
  }
}
.aboutNav__info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 1000;
  margin: 35px 20px 0;
}
.aboutNav__title {
  color: #231f20;
  font-family: Arial Rounded MT Bold;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 13px;
  text-transform: none;
}
.aboutNav__copy {
  width: 290px;
  color: #231f20;
  font-family: Helvetica Neue;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 25px;
  margin-bottom: 40px;
}
.aboutNav__btn {
  height: 50px;
  width: 215px;
  border-radius: 25px;
  background-color: #189cf3;
  color: #fff;
  font-family: Arial Rounded MT Bold;
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.aboutNav__btn:hover {
  color: #fff;
}
.aboutNav__imgcont {
  z-index: 100;
}
.aboutNav__img,
.aboutNav__imgcont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aboutNav__img {
  width: 100%;
  height: 100%;
}
#shopify-section-shop-nav-dropdown {
  width: 70%;
}
.chiligel,
.chilipadSec {
  display: none;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .chiligel,
  .chilipadSec {
    display: -ms-flexbox;
    display: flex;
  }
}
.chiligel__info,
.chilipadSec__info {
  margin-right: 20px;
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.chiligel__title,
.chilipadSec__title {
  color: #231f20;
  font-family: Arial Rounded MT Bold;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 13px;
}
.chiligel__review,
.chilipadSec__review {
  margin-bottom: 13px;
}
.chiligel__review .yotpo .text-m,
.chilipadSec__review .yotpo .text-m {
  color: #189cf3;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-decoration: underline !important;
  text-transform: uppercase;
  margin-left: 17px;
}
.chiligel__copy,
.chilipadSec__copy {
  width: 290px;
  color: #231f20;
  font-family: Helvetica Neue;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 25px;
}
.chiligel__btn,
.chilipadSec__btn {
  height: 50px;
  width: 215px;
  border-radius: 25px;
  background-color: #189cf3;
  color: #fff;
  font-family: Arial Rounded MT Bold;
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}
.chiligel__btn:hover,
.chilipadSec__btn:hover {
  color: #fff;
}
.chiligel__imgcont,
.chilipadSec__imgcont {
  margin-left: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
.chiligel__img,
.chilipadSec__img {
  height: 100%;
  width: 100%;
}
.chilipadSec__img {
  min-width: 323px;
  max-width: 368px;
}
.display__none {
  display: none;
}
.nav-logo {
  padding-right: 10px;
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  height: 96px;
}
@media only screen and (max-width: 768px) {
  .nav-logo {
    padding: 0;
    height: 80px;
    max-width: 125px;
  }
}
.nav-logo__link {
  padding: 10px 0;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.nav-logo__img {
  width: 100%;
  height: auto;
}
.nav-user-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.nav-user-mobile__icon {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-user-mobile__iconImg {
  width: auto;
}
.nav-user-mobile__state {
  margin: 0 15px;
}
.nav-user-mobile__state,
.nav-user-mobile__state-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-user-mobile__state-text {
  text-decoration: none;
  text-transform: uppercase;
  color: #151515;
  font-family: Helvetica Neue;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 16px;
  padding: 10px;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
}
.nav-user-mobile__state-text:hover {
  color: #231f20;
}
.nav-user-mobile__loggedin {
  text-decoration: none;
  text-transform: uppercase;
  color: #151515;
  font-family: Helvetica Neue;
  font-size: 16px;
  padding: 18px 0;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-user-mobile__loggedin:hover {
  color: #231f20;
}
.nav-user {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-order: 3;
  order: 3;
  padding-right: 25px;
}
@media only screen and (min-width: 992px) {
  .nav-user {
    width: 100%;
  }
}
.nav-user__icon {
  margin: 0 15px;
  padding: 10px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .nav-user__icon {
    display: block;
  }
}
.nav-user__iconImg {
  height: 40px;
  width: auto;
}
.nav-user__state {
  margin: 0 15px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .nav-user__state {
    display: block;
  }
}
.nav-user__state-text {
  color: #151515;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-user__cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
}
.nav-user__cart svg {
  height: 20px;
}
@media only screen and (min-width: 992px) {
  .nav-user__cart svg {
    height: 26px;
  }
}
.nav-user__cartIcon {
  padding-left: 5px;
  height: 19.16px;
  width: 23.9px;
}
.nav-user__cartQty {
  color: red;
  font-family: Arial Rounded MT Bold;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.nav-mobile__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-mobile__menu button svg {
  height: 30px;
}
@media only screen and (min-width: 992px) {
  .nav-mobile__menu {
    display: none;
  }
}
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 25px;
  position: relative;
  width: 25px;
  z-index: 1000;
  display: block;
  padding: 0;
}
.hamburger:focus {
  outline: 0;
}
.hamburger-line {
  background: #000;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}
.toggle__menu--display {
  height: 150vh;
  overflow: scroll;
}
.toggle__nav--display {
  height: -webkit-stretch;
  overflow: scroll;
}
@media only screen and (min-width: 992px) {
  .toggle__nav--display {
    overflow: unset;
  }
}
.toggle__user--item {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.toggle__dropdown--menu {
  opacity: 1;
  max-height: none;
  padding: 38px 0;
}
.toggle__arrow {
  transform: scaleY(-1);
}
.display {
  opacity: 1;
  max-height: 445px;
  height: 445px;
  padding: 0;
}
.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
}
.help-button {
  cursor: pointer;
}
.global-announcement {
  background-color: #263746;
  color: #585E82;
 font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 35px;
  text-align: center;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.global-announcement .help-button {
  position: absolute;
  right: 0;
  padding-right: 50px;
  display: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 35px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .global-announcement .help-button {
    display: -ms-flexbox;
    display: flex;
  }
}
.global-announcement .help-button svg {
  margin: 10px 0;
}
.global-announcement .help-button span {
  height: 35px;
  line-height: 35px;
  margin-left: 5px;
  padding-top: 3px;
  font-family: 'Poppins', sans-serif;
}
.global-announcement .help-button:hover span {
  text-decoration: underline;
}
.global-announcement .help-button:hover svg {
  animation: swing 1.5s infinite;
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(30deg);
  }
  40% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-30deg);
  }
  80% {
    transform: rotate(0deg);
  }
}
@media only screen and (min-width: 992px) {
  .mobile {
    display: none;
  }
}
.nav-user__cartQty {
  height: 16.89px;
  width: 19px;
  border: 1px solid #585E82;
  border-radius: 8px;
  background-color: #367caa;
  position: absolute;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  transform: translate(22px, -6px);
  transition: 0.3s;
}
.header-cart-btn {
  display: -ms-flexbox;
  display: flex;
  transform: translateY(-2px);
}
.header-cart-btn:hover span {
  transition: 0.3s;
  background-color: #bec20f;
}
#shopify-section-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
}
.dropdown__box-shop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
.dropdown-menu__item {
  padding: 15px 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.33%;
  max-width: 300px;
  cursor: pointer;
}
.dropdown-menu__item .dropdown-menu__item-image {
  position: relative;
  padding-bottom: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.dropdown-menu__item .dropdown-menu__item-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #242424;
  transition: opacity 0.2s;
}
.dropdown-menu__item h3 {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #263746;
}
@media only screen and (min-width: 992px) {
  .dropdown-menu__item h3 {
    letter-spacing: 0.3px;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown-menu__item:hover .dropdown-menu__item-image:after {
    opacity: 0.01;
  }
  .dropdown-menu__item:hover h3 {
    color: #49A4C6;
  }
}
.dropdown__list {
  background: #fff;
}
.dropdown__list .dropdown__sublist .dropdown__subitem {
  margin: 5px 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.dropdown__list .dropdown__sublist .dropdown__subitem a {
  color: #0F153A;
  text-align: center;
}
.dropdown__list .dropdown__sublist .dropdown__subitem a:hover {
  color: #49A4C6;
}
a.button--about {
  line-height: 51px;
}
.dropdown-section {
  width: 40%;
  height: 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 30px 0 0 40px;
  min-width: 600px;
}
.dropdown-section h3 {
  margin-bottom: 10px;
}
.dropdown-section p {
  max-width: 288px;
  margin-bottom: 10px;
}
.dropdown__link {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 2.3px;
  font-family: 'Poppins', sans-serif;
  color: #263746;
}
.dropdown__sublink {
  font-size: 16px;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-family: 'Poppins', sans-serif;
}
.menu__list {
  padding-left: 0;
  border-top: 1px solid #fff;
  display: none;
}
@media only screen and (min-width: 992px) {
  .menu__list {
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-logo__link svg {
  overflow: visible;
}
.nav-user__icon {
  margin-right: 0;
}
.nav-user__icon .z-animation {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 13px;
  transform: translate(19px, -45px);
}
.nav-user__icon .z-animation span {
 font-family: 'Poppins', sans-serif;
  color: #367caa;
  font-weight: 600;
}
.nav-user__icon .z-animation span:first-child {
  font-size: 8px;
  transform: rotate(5deg);
  opacity: 0;
  transition: 0.3s;
}
.nav-user__icon .z-animation span:last-child {
  font-size: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  transform: rotate(3deg) translateY(-2px);
  opacity: 0;
  transition: 0.3s;
}
.nav-user__icon:hover .z-animation span:first-child {
  animation: sleepZs 1.5s infinite;
  animation-delay: 0.3s;
}
.nav-user__icon:hover .z-animation span:last-child {
  animation: sleepZs 1.5s infinite;
}
@keyframes sleepZs {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.nav-user__state {
  margin-left: 0;
  margin-right: 15px;
}
.nav-user__state a {
  text-transform: capitalize;
  color: #263746;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.header-cart-btn {
  margin-left: 20px;
}
.menu__item .menu__link {
  font-size: 13px;
  letter-spacing: 2.3px;
  font-family: 'Poppins', sans-serif;
  color: #263746;
}
.menu__item .menu__link svg {
  margin: 0 5px;
  transform: rotate(0deg);
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .menu__item:hover .menu__link svg {
    animation: rotateArrow 0.3s forwards;
  }
  .menu__item:hover .menu__link svg g {
    stroke: #49A4C6;
  }
}
.menu__item.active .menu__link svg {
  animation: rotateArrow 0.3s forwards;
}
.menu__item.active .menu__link svg g {
  stroke: #367caa;
}
@keyframes rotateArrow {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.zEWidget-launcher {
  visibility: hidden;
}
.chili-hamburger.active .line1 {
  transition: 0.2s;
  transform: translate(-9px, 2px) rotate(-45deg);
}
.chili-hamburger.active .line2 {
  opacity: 0;
}
.chili-hamburger.active .line3 {
  transition: 0.2s;
  transform: translate(21px, 17px) rotate(-135deg);
}
.nav-menu__mobile {
  display: none;
  height: calc(100vh - 74px);
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 999;
  top: 75px;
  overflow: scroll;
}

::-webkit-scrollbar {
    display: none;
}

@media only screen and (min-width: 992px) {
  .nav-menu__mobile {
    display: none !important;
  }
}
.mobile-nav__menu-item {
  height: auto;
  margin: 0 15px;
  border-bottom: 1px solid #eff8ff;
  cursor: pointer;
}
.mobile-nav__menu-item .menu-item__tab {
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  line-height: 70px;
  color: #263746;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.14px;
  text-align: center;
  text-transform: uppercase;
}
.mobile-nav__menu-item .menu-item__tab svg {
  margin: auto 0 auto -14px;
  height: 10px;
  width: 14px;
}
.mobile-nav__menu-item .menu-item__tab.active {
  color: #367caa;
}
.mobile-nav__menu-item .menu-item__tab.active svg {
  animation: rotateArrow 0.3s forwards;
}
.mobile-nav__menu-item .menu-item__tab.active svg g {
  stroke: #367caa;
}
.mobile-nav__menu-item .dropdown_menu {
  background-color: #ffffff;
  margin: auto;
  display: none;
}
.mobile-nav__menu-item .dropdown_menu .dropdown-item {
  display: block;
  color: #555759;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 46px;
  text-align: center;
}
.mobile-nav__footer {
  height: 60px;
  width: 100%;
  display: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  bottom: 0;
  position: fixed;
  z-index: 1000;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
}
.mobile-nav__footer .nav-user__icon {
  display: block;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 0;
}
.mobile-nav__footer .action_link {
  margin: auto 0;
}
.hello-message {
  color: #263746;
 font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  margin: 0 20px;
}
.hidethis {
  visibility: hidden;
}
.z-animation-disabled {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 13px;
  transform: translate(19px, -45px);
}
.z-animation-disabled span {
  font-family: 'Poppins', sans-serif;
  color: #367caa;
  font-weight: 600;
}
.z-animation-disabled span:first-child {
  font-size: 12px;
  transform: rotate(5deg);
  transition: 0.3s;
}
.z-animation-disabled span:last-child {
  font-size: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  transform: rotate(3deg) translateY(-2px);
  transition: 0.3s;
}
.log-in {
  color: #263746;f
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.5px;
  line-height: 60px;
  text-align: center;
}
.hamburger-icon__container {
  height: 25px;
  width: 25px;
}
.hamburger-icon__container,
.hamburger-icon__container div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.hamburger-icon__container div,
.hamburger-icon__container div svg {
  height: 8px;
}
.hamburger-icon__container.active .top_line {
  animation: 0.3s forwards rotateDown;
}
.hamburger-icon__container.active .bottom_line {
  animation: 0.3s forwards rotateUp;
}
.hamburger-icon__container.active .middle_line {
  opacity: 0;
}
.hamburger-icon__container.deactive .top_line {
  animation: 0.3s forwards reverseRotateDown;
}
.hamburger-icon__container.deactive .bottom_line {
  animation: 0.3s forwards reverseRotateUp;
}
.hamburger-icon__container.deactive .middle_line {
  opacity: 1;
}
@keyframes rotateDown {
  0% {
    transform: translate(0) rotate(0deg);
  }
  to {
    transform: translateY(7.5px) rotate(-45deg);
  }
}
@keyframes rotateUp {
  0% {
    transform: translate(0) rotate(0deg);
  }
  to {
    transform: translateY(-7.5px) rotate(45deg);
  }
}
@keyframes reverseRotateDown {
  0% {
    transform: translateY(7.5px) rotate(-45deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes reverseRotateUp {
  0% {
    transform: translateY(-7.5px) rotate(45deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}

.footer-flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-mobile-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-share {
  padding-right: 10px;
  margin: 40px 0;
}
.social-share svg {
  margin: 0 10px;
}
.footer-menu-container {
  padding-bottom: 10px;
  box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.3);
  margin: 0 -15px;
}
.footer-menu-container .menu-heading {
  color: #585E82;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 0;
  cursor: pointer;
}
.footer-menu-container .menu-heading .minus {
  display: none;
  position: absolute;
  right: 30px;
}
.footer-menu-container .menu-heading .minus svg {
  transform: translateY(-2px);
}
.footer-menu-container .menu-heading .plus {
  position: absolute;
  right: 30px;
}
.footer-menu-container .menu-heading .plus svg {
  transform: translateY(2px);
}
.footer-menu-container .menu-heading.active .minus {
  display: block;
}
.footer-menu-container .menu-heading.active .minus svg {
  transform: translateY(-18px);
}
.footer-menu-container .menu-heading.active .plus,
.footer-menu-container .menu-options {
  display: none;
}
.footer-menu-container .menu-options .menu-option {
  color: #585E82;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin: 20px 0;
}
.end,
.footer-menu-container .menu-options .menu-option {
  font-family: 'Poppins', sans-serif;
  line-height: 18px;
  text-align: center;
}
/* .end {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  bottom: 0;
  padding-top: 60px;
  margin-bottom: 0;
} */
.footer-main.desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .footer-main.desktop {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .footer-main.desktop .footer-row-container {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 40px 0;
  }
  .footer-main.desktop .footer-container {
    width: 100%;
  }
  .footer-main.desktop .footer-column-thin {
/*     width: 25%; */
    height: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-main.desktop .footer-column-thin.logo .svg-container {
    width: 202px;
  }
  .footer-main.desktop .footer-column-thin.social {
/*     width: 25%; */
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: flex-start;
  }
  .footer-main.desktop .footer-column-thin.social a {
    height: 24px;
  }
  .footer-main.desktop .footer-column-thin.social svg {
    margin: 0 10px;
    border-radius: 50%;
    transition: 0.3s;
  }
  .footer-main.desktop .footer-column-thin.social svg:hover {
    background: #367caa;
  }
  .footer-main.desktop .footer-column-large {
    width: 75%;
    height: inherit;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-main.desktop .footer-column-large .sub-column {
    width: 20%;
  }
  .footer-main.desktop .footer-column-large .sub-column .sub-column__heading {
    color: #585E82;
   font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.14px;
    line-height: 14px;
    padding: 0 0 30px;
    text-transform: uppercase;
  }
  .footer-main.desktop .footer-column-large .sub-column .sub-column__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-main.desktop .footer-column-large .sub-column .sub-column__list a {
    color: #585E82;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 20px;
    padding: 5px 0;
    cursor: pointer;
  }
  .footer-main.desktop
    .footer-column-large
    .sub-column
    .sub-column__list
    a:hover {
    color: #367caa;
  }
}
.footer.bottom-message {
  width: 75%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  text-align: left;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 18px;
}

/* Custom css fix - JF 2021 */

.mobile-nav__menu-item .dropdown_menu .dropdown_mobile {
  display: flex !important;
  align-items: center;
  flex-direction: row;
}
h6m, .h6m {
  color: #263746; 
  text-align: center;
  margin: 0px 20px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
}
.dropdown_menu .custom_image {
  padding:50px 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  align-items: center;
}
.footer-contact, .footer-hours-operation {
  background-color: #633CE2;
  min-height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 26px;
}

.footer-contact {
  margin-top: 100px;
}

.footer-contact .container p, .footer-hours-operation .container p {
  padding-right: 20px;
  line-height: 17px;
  text-align: center;
}

.footer-contact .container, .footer-hours-operation .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.footer-contact .container {
  flex-direction: column;
  margin-bottom: 14px;
}

@media(min-width:768px) {
  .footer-contact .container {
    flex-direction: row;
    margin-bottom: 0;
  }
}

.contact-us-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us-buttons .trigger-phone {
  margin-right: 15px;
}

.contact-us-buttons .btn {
  height: 40px;
  border-width: 0.9px;
  font-size: 14px;
  letter-spacing: 0.1em;
  min-width: 0px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
  border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
}

.contact-us-buttons .btn:hover {
  text-decoration: none;
  background-color: var(--white-color);
  color: var(--brand-color);
}

.contact-us-buttons .trigger-phone svg {
  width: 21px;
  height: 21px;
}

.contact-us-buttons .trigger-chat svg {
  width: 24px;
  height: 24px;
}

.contact-us-buttons .btn svg {
  stroke: none;
  margin-right: 10px;
}

.contact-us-buttons .btn span {
  width: 100%;
}

.contact-us-buttons .btn:last-of-type {
  margin-right: 0px;
}

.contact-us-buttons .trigger-chat {
  min-width: 153px;
}

.footer-hours-operation {
  background-color: rgba(101, 102, 106, 1);
}

.contact-us-buttons .btn:hover svg path {
  fill: #181a1d !important;
}
.form-data-field-box {
			border: 1px solid #ccc;
			box-shadow: 2px 2px 2px #ccc;
			padding: 20px;
  		margin-bottom: 40px;
			display: inline-block;
			background-color: white;
			color: #333;
			text-align: left;
			font-size: 14px;
			font-family: Arial, sans-serif;
		}


@media (min-width: 768px) {
  [dir] .custom-blocks {
    padding: calc(15px * 2);
  }

  .custom-blocks .row {
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  [dir] .custom-blocks {
    padding: 0 15px 15px;
  }

  [dir] .custom-blocks .column {
    padding-top: 15px;
  }
}

.custom-block__link {
  display: block;
  height: 100%;
  transition: border-color 0.3s;
}

[dir] .custom-block__link {
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  padding: 54px 18px;
}

@media (max-width: 991px) {
  [dir] .custom-block__link {
  	padding: 24px 8px;
  }
}

[dir] .custom-block__link:hover {
  border-color: #000;
  text-decoration: underline;
}

.custom-block__link:hover .custom-block__title {
  color: #000;
    text-decoration: underline;

}

.custom-block__icon {
  display: flex;
  position: relative;
  width: calc($icon_height + 28px);
  height: calc($icon_height + 28px);
  padding: 14px;

}

[dir] .custom-block__icon {
  margin: 0 auto 32px;
}

.custom-block__icon img {
  position: absolute;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
}

[dir="ltr"] .custom-block__icon img {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .custom-block__icon img {
  right: 50%;
  transform: translate(50%, -50%);
}

.custom-block__icon svg {
  width: 100%;
  height: 100%;
  fill: #000;
}

.custom-block__title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  transition: color 0.3s;
}

[dir] .custom-block__title {
  margin-bottom: 24px;
}

.custom-block__description {
  font-size: $font_size_base;
  color: #000;
}

[dir] .custom-block__description {
  margin: 0;
  padding: 0 8px;
}

.custom-blocks-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.custom-block-description {
  color: #000;
}
.custom-block-phone {
  color: #000;
  text-decoration: underline;
}

.custom-block {
    flex: 0 0 330px;
    padding: 0;
    text-align: center;
}

@media(min-width:768px) {
  .custom-block {
     flex: 0 0 390px;
     margin-right: 28px;
  }
}

.custom-block-icon svg path {
  fill: #7c58f1;
}

.custom-block-link:hover {
  text-decoration: none;
}

.custom-block-link:hover{
  border:2px solid #000;
}

.custom-block-icon svg  {
      height: 60px;
    width: 103px;
    margin-bottom: 12px;
}
.custom-block-link {
    display: grid;
    padding: 20px;
      border: 1px solid #000;
}
@media (min-width: 640px) {
.request_custom_fields_18655577279245{
    width: 43%;
    float: left;

  }
  @media (min-width: 640px) {
.request_custom_fields_18655550853133{
    width: 43%;
    margin-left: 300px;
  	margin-right: 30px;

  }

</pre></body></html>