@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

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

button {
  -o-border-image: none;
     border-image: none;
  border-style: none;
  background-color: transparent;
  outline: none;
}

ul {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

p {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
  -webkit-margin-after: 0px;
          margin-block-end: 0px;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'kern';
          font-feature-settings: 'kern';
  font-smoothing: antialiased;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #ffffff !important;
  color: #0e267d !important;
}

@media (min-width: 576px) {
  .mobile-576px {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .desktop-576px {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .mobile-750px {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .desktop-750px {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .mobile-980px {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .desktop-980px {
    display: none !important;
  }
}

@media (min-width: 450px) {
  .desktop-block {
    display: block !important;
  }
  .mobile-block {
    display: none !important;
  }
}

@media (max-width: 450px) {
  .mobile-block {
    display: block !important;
  }
  .desktop-block {
    display: none !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.align-content-evenly {
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flex-grow-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.flex-grow-3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.flex-break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

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

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fill-height {
  height: 100%;
}

.fill-width {
  width: 100%;
}

.full-width {
  width: 100% !important;
  max-width: initial !important;
}

.full-height {
  height: 100% !important;
  max-height: initial !important;
}

.logo {
  min-height: 26px;
  min-width: 90px;
  padding-right: 10px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/media_lib/ec_logo.svg);
}

.text-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  font-weight: 700;
}

.text-container-filled {
  background: #000000;
}

.text-container-outline {
  border: 2px solid #000000;
}

.hamburger {
  cursor: pointer;
  position: relative;
  width: 30px;
  padding: 0px;
}

.hamburger::before {
  background-image: url(../images/icons/hamburger.svg);
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.hamburger::after {
  background-image: url(../images/icons/close.svg);
  -webkit-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.hamburger-active.hamburger::before {
  -webkit-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.hamburger-active.hamburger::after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.hamburger::after, .hamburger::before {
  content: '';
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.selector-container {
  margin: 10px 0px;
}

.selector {
  width: 100%;
  border: 2px solid #000000;
  border-radius: 8px;
  padding: 10px 12px;
  cursor: pointer;
  background: none;
  background: rgba(0, 0, 0, 0) no-repeat scroll calc(100% - 10px) center;
  background-image: url(../images/icons/dropdown.svg);
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.063rem;
  text-transform: uppercase;
}

.selector:focus {
  outline: none;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
}

.main-container {
  padding: 10px;
  width: 100%;
}

@media (min-width: 980px) {
  .main-container {
    padding: 10px 0px;
    margin: 0 auto;
    width: 960px;
  }
}

.bubble-container {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  border: 1px solid #C4C4C4;
  padding: 30px 25px 27px;
  margin-bottom: 40px;
  max-width: 450px;
}

.bubble {
  display: inline-block;
  min-width: 200px;
  color: #999999;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.bubble::before {
  content: url(../images/icons/paragraph.svg);
  position: absolute;
  top: -13px;
  right: 10px;
}

.bubble-container::before {
  content: '';
  position: absolute;
  bottom: -17px;
  right: 35px;
  width: 50px;
  height: 17px;
  border-right: 1px solid #C4C4C4;
  background: #FFFFFF;
}

.bubble-container::after {
  content: '';
  position: absolute;
  bottom: -24.5px;
  right: 36px;
  width: 54px;
  height: 15px;
  -webkit-transform: rotate(18.5deg);
          transform: rotate(18.5deg);
  border-top: 1px solid #C4C4C4;
}

@media (min-width: 980px) {
  .bubble {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.icon-item {
  position: relative;
  margin-right: 20px;
  width: 32px;
  height: 32px;
}

.icon-item a {
  display: block;
  width: 32px;
  height: 32px;
}

.icon-item:hover {
  cursor: pointer;
}

.icon-item.active::before {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 32px;
  height: 3px;
  background: #FFDE00;
}

.icon {
  font-size: 0px;
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon.disactive {
  display: none;
}

.icon-search {
  background-image: url(../images/icons/search.svg);
}

.icon-cancel {
  background-image: url(../images/icons/cancel.svg);
}

.icon-trending {
  background-image: url(../images/icons/trending.svg);
}

.icon-worth {
  background-image: url(../images/icons/worth.svg);
}

.icon-whatsnew {
  background-image: url(../images/icons/whatsnew.svg);
}

.icon-categories {
  background-image: url(../images/icons/categories.svg);
}

.icon-chevron-down {
  background-image: url(../images/icons/chevron-down.svg);
}

.icon-sort {
  background-image: url(../images/icons/sort.svg);
}

.icon-spinner {
  background-image: url(../images/icons/spinner.svg);
}

.icon-arrow {
  background-image: url(../images/icons/arrow.svg);
}

.icon-md {
  width: 22px;
  height: 22px;
}

.icon-xs {
  width: 15px;
  height: 15px;
}

.icon-w-md {
  width: 22px;
}

.icon-w-xs {
  width: 15px;
}

.icon-h-md {
  height: 22px;
}

.icon-h-xs {
  height: 15px;
}

.language-pl {
  background-image: url(../images/icons/language-pl.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-de {
  background-image: url(../images/icons/language-de.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-ru {
  background-image: url(../images/icons/language-ru.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-hu {
  background-image: url(../images/icons/language-hu.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-fi {
  background-image: url(../images/icons/language-fi.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-fr {
  background-image: url(../images/icons/language-fr.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-int {
  background-image: url(../images/icons/language-int.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-en {
  background-image: url(../images/icons/language-int.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-no {
  background-image: url(../images/icons/language-no.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-ja {
  background-image: url(../images/icons/language-ja.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-es {
  background-image: url(../images/icons/language-es.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-pt-pt {
  background-image: url(../images/icons/language-pt-pt.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.language-vi {
  background-image: url(../images/icons/language-vi.svg);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.social-fb {
  background-image: url(../images/icons/social-facebook.svg);
  border-radius: 50%;
}

.social-ig {
  background-image: url(../images/icons/social-instagram.svg);
  border-radius: 50%;
}

.social-18 {
  background-image: url(../images/icons/social-ofage.svg);
  border-radius: 50%;
}

.dot {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
  cursor: pointer;
}

input {
  width: 100%;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
  padding: 10px 20px;
  background: none;
  color: #292929;
  letter-spacing: -0.05em;
}

input:focus {
  outline-style: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.input-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 525px;
  margin: 0 auto;
}

.input-buttons {
  right: 8px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-button {
  width: 35px;
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
}

.input-button-search {
  background-color: #FFDE00;
  border-radius: 8px;
  margin-right: 0px;
}

.input-button.disactive {
  display: none;
}

.widget-container .popularity-num {
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.025em;
  color: #E0E0E0;
}

.widget-container .post-list .post-item {
  width: calc(33.3% - 10px);
}

.widget-container .post-list .post-item .left {
  width: calc(100% -  25px);
}

.widget-container .post-list .post-item .right {
  width: 25px;
}

.widget-container .post-list .post-item .post-title {
  margin-bottom: 25px;
}

.widget-title {
  font-size: 0.75rem;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0px 10px 0px;
  text-transform: uppercase;
}

.widget-title .icon {
  max-width: 18px;
  max-height: 18px;
  margin-right: 9px;
}

.widget-list {
  margin-top: 10px;
}

.article-content .widget-title {
  font-size: 1rem;
}

@media (min-width: 978px) {
  .widget-title {
    margin: 50px 0px 20px 0px;
    font-size: 0.875rem;
  }
  .article-content .widget-title {
    font-size: 1.313rem;
  }
}

.tags-section {
  margin: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-item {
  margin-bottom: 10px;
  padding: 6px 14px;
  background-color: #FFFFFF;
  margin-right: 10px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.063rem;
  cursor: pointer;
}

.article-content .tag-item {
  background-color: #E5E5E5;
}

@media (min-width: 750px) {
  .tags-section {
    margin: 50px 0px;
  }
}

.sort-container {
  color: #656565;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75rem;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
  margin-top: 50px;
}

.sort-container .sort-title {
  text-transform: uppercase;
  overflow: hidden;
}

.sort-container .sort-select {
  height: 26px;
  min-width: 100px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  text-align: center;
  padding: 0px 30px;
  color: #656565;
  background: rgba(0, 0, 0, 0) no-repeat scroll calc(100% - 10px) center;
  background-image: url(../images/icons/dropdown.svg);
}

@media (min-width: 960px) {
  .sort-container {
    margin-bottom: 15px;
    margin-top: 70px;
  }
}

.load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.load-more button {
  margin: 20px 0px;
}

.load-more span {
  display: none;
}

.load-more span.active {
  display: inline;
}

@media (min-width: 960px) {
  .load-more button {
    margin: 30px 0px;
  }
}

.worth-to-check .wtc-item {
  padding: 10px;
  background: #FFFFFF;
  margin-bottom: 15px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.worth-to-check .wtc-item .wtc-img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
}

.worth-to-check .wtc-item .right {
  width: calc(100% - 60px);
  padding-left: 15px;
  padding-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.worth-to-check .wtc-item .right .bonus {
  color: #656565;
  font-size: 0.875rem;
  line-height: 1.063rem;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.worth-to-check .wtc-item .right .title {
  color: #292929;
  letter-spacing: -0.025em;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.worth-to-check .wtc-item .right .description {
  color: #363636;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.worth-to-check .wtc-item .right .description span {
  width: calc(100% - 26px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.worth-to-check .wtc-item .right .description i {
  width: 7px;
  height: 15px;
}

.will-find {
  display: none;
}

.will-find.active {
  display: block;
}

.will-find-items li:hover {
  cursor: pointer;
}

nav {
  text-transform: uppercase;
}

nav div > * {
  z-index: 110;
}

.nav-wrapper {
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000000;
  background: #FFDE00;
  width: 100%;
  text-transform: uppercase;
}

.site-header {
  height: 50px;
}

#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

#primary-menu li a {
  color: #000000;
  font-weight: 700;
  font-size: 0.875rem;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}

#primary-menu .menu-item {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#primary-menu .menu-item-home {
  display: block;
}

#primary-menu li {
  list-style: none;
  height: 100%;
}

.main-item-logo a {
  min-height: 26px;
  min-width: 90px;
  padding-right: 10px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/media_lib/ec_logo.svg);
  font-size: 0px !important;
}

.main-navigation {
  position: fixed;
  width: 100%;
  top: var(--header-top, 0);
  z-index: 3;
}

.main-navigation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-opened-container .list-container .nav-opened-list {
  display: block;
}

.nav-bottom {
  color: #FFDE00;
  font-size: 0.625rem;
  line-height: 0.75rem;
  padding: 2px 7px;
  border-radius: 4px;
  position: absolute;
  bottom: -7px;
  margin-left: 30px;
}

.nav-login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 800;
  font-size: 0.688rem;
  line-height: 0.813rem;
  padding-right: 10px;
}

.nav-login {
  padding-right: 13px;
}

.nav-login::before {
  padding-right: 5px;
  content: url(../images/icons/login.svg);
}

.nav-register {
  height: 30px;
  border-radius: 8px;
  padding: 0px 7px;
}

.nav-register, .nav-register:hover, .nav-register:focus, .nav-register:active, .nav-register:visited {
  color: #FFDE00;
}

@media (min-width: 980px) {
  .nav-login-container {
    height: 100%;
    font-size: 0.875rem;
    line-height: 1.063rem;
    padding-right: 0px;
  }
  .nav-wrapper, .site-header, #primary-menu {
    height: 60px;
  }
  .nav-register {
    border-radius: 0px;
    height: 100%;
    padding: 0px 29px;
  }
  .nav-login {
    padding-right: 33px;
  }
  .nav-login::before {
    padding-right: 10px;
  }
  #primary-menu {
    padding-left: 30px;
  }
  #primary-menu > .menu-item.current-menu-item::before {
    content: '';
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #000000;
    width: 10px;
    height: 10px;
  }
  #primary-menu > .menu-item:hover::before {
    content: '';
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #000000;
    width: 10px;
    height: 10px;
  }
  #primary-menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 18.5px;
  }
  #primary-menu .main-item-logo.menu-item {
    margin-left: 0;
  }
  .main-item-logo a {
    min-width: 107px;
  }
}

.nav-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 330px) {
  .main-item-logo a {
    min-width: 75px;
  }
}

.nav-opened {
  position: fixed;
  height: calc(100% - 50px);
  width: 320px;
  background: #FFDE00;
  z-index: 100;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.nav-opened::before {
  content: '';
  position: fixed;
  left: 0px;
  top: 0;
  background: black;
  opacity: 0.6;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px);
}

.nav-opened .nav-opened-container {
  padding: 22px 10px 11px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-opened .nav-opened-container #primary-menu {
  display: block;
  height: inherit;
}

.nav-opened .nav-opened-container #primary-menu .main-item-logo a {
  display: none;
}

.nav-opened .nav-opened-container #primary-menu .menu-item {
  display: block;
  margin-left: 0;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-top: 13px;
}

.nav-opened .nav-opened-container #primary-menu .menu-item a {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 800;
}

.nav-opened .nav-footer {
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: -0.025em;
}

.nav-additional {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  margin-left: 18.5px;
  cursor: pointer;
  position: relative;
}

.nav-additional .dot {
  margin: 0px 2px;
}

.nav-additional-menu {
  display: none !important;
  cursor: initial;
  position: absolute;
  top: 50px !important;
  left: 0 !important;
  padding: 10px 20px;
  background-color: #292929;
  border-radius: 8px;
  min-width: 100px;
  color: #FFFFFF;
}

.nav-additional-menu.active {
  display: initial !important;
}

.nav-additional-menu .menu-item a {
  color: #FFFFFF !important;
  margin: 10px 0px;
}

.nav-additional-menu::before {
  content: ' ';
  background-color: #292929;
  position: absolute;
  top: -5px;
  left: 15px;
  height: 9px;
  width: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 980px) {
  .nav-additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #E5E5E5;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

body a {
  text-decoration: none;
  color: #000000;
}

body a:visited {
  color: #000000;
}

.category .section-top-wrapper {
  width: 100%;
  background: #ffde00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position-x: calc(50% + 400px);
  background-position-y: bottom;
}

.category .section-top {
  padding-top: 51px;
  padding-bottom: 49px;
  width: 960px;
  color: #000000;
  min-height: 300px;
}

.category .section-top .path {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.category .section-top .category-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.category .section-top .category-description {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.05em;
  max-width: 415px;
  padding-bottom: 20px;
}

.category .section-middle-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category .section-middle {
  width: 960px;
}

.category .section-middle .category-title {
  padding-top: 30px;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  color: #202020;
}

.category .section-middle .category-description {
  padding-top: 5px;
  padding: 5px 0px 15px 0px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.025em;
  color: #202020;
}

.category .section-middle .category-description p {
  padding-bottom: 0px;
}

.category .section-middle .main-title {
  padding-top: 50px;
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.025em;
  color: #292929;
}

.category .section-middle .title-medium {
  padding-top: 20px;
  padding-bottom: 26px;
  font-weight: 800;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #292929;
}

.category .section-middle .title-secondary {
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.025em;
  color: #292929;
}

.category .section-middle p,
.category .section-middle ul {
  font-weight: normal;
  font-size: 18px;
  line-height: 175%;
  letter-spacing: -0.025em;
  color: #292929;
  padding-bottom: 20px;
}

.category .section-middle ul {
  margin-left: 30px;
}

.category .section-middle li {
  padding-bottom: 3px;
}

.arrow-btn {
  position: relative;
  padding: 10px 50px 10px 30px;
  border: 2px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  background: none;
}

.arrow-btn:hover {
  cursor: pointer;
  border: 2px solid #000000;
}

.arrow-btn::before {
  content: '';
  position: absolute;
  top: 11.5px;
  right: 25px;
  width: 15px;
  height: 15px;
  background-image: url("/blog/wp-content/themes/ec-blog/assets/images/icons/right-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

@media (max-width: 450px) {
  .arrow-btn {
    padding: 6px 45px 6px 26px !important;
    font-size: 14px !important;
    line-height: 17px !important;
    background: none !important;
  }
  .arrow-btn::before {
    content: '';
    position: absolute;
    top: 8px !important;
    right: 22px !important;
    width: 13px !important;
    height: 13px !important;
  }
}

@media (max-width: 1000px) {
  .category .section-top,
  .category .section-middle {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 450px) {
  .category .section-top-wrapper {
    background-position-x: 50%;
  }
  .category .section-top {
    padding-top: 15px;
    padding-bottom: 37px;
  }
  .category .section-top .path {
    padding-left: 5px;
    font-size: 8px;
    line-height: 10px;
  }
  .category .section-middle .main-title {
    font-size: 16px;
    line-height: 20px;
    padding-top: 37px;
    padding-bottom: 10px;
  }
  .category .section-middle .title-medium {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .category .section-middle .title-secondary {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
  }
  .category .section-middle p,
  .category .section-middle ul {
    font-size: 14px;
    line-height: 175%;
    letter-spacing: -0.025em;
    padding-bottom: 10px;
  }
}

.article-main {
  background: #FFFFFF;
}

.article-title {
  font-weight: 700;
  font-size: 1.313rem;
  line-height: 1.625rem;
  color: #000000;
}

.article-top {
  margin-top: 17px;
}

.article-title {
  font-size: 1.313rem;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: -0.025em;
}

.article-about {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article-about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-base {
  margin-left: 8px;
}

.article-base-item:nth-of-type(1) {
  font-size: 0.75rem;
  line-height: 0.938rem;
  font-weight: 500;
}

.article-base-item:nth-of-type(2) {
  font-size: 0.625rem;
  line-height: 0.75rem;
}

.article-base-item .article-data::after {
  content: " · ";
}

.article-share {
  content: url(../images/icons/share.svg);
  cursor: pointer;
}

@media (min-width: 980px) {
  .article-about {
    margin-top: 30px;
  }
  .article-title {
    font-size: 2.625rem;
    line-height: 3.188rem;
  }
  .article-base-item:nth-of-type(1) {
    font-size: 0.875rem;
    line-height: 1.063rem;
  }
  .article-base-item:nth-of-type(2) {
    font-size: 0.75rem;
    line-height: 0.938rem;
  }
}

.article-content {
  margin-top: 20px;
  font-size: 0.875rem;
  line-height: 1.531rem;
  letter-spacing: -0.025em;
  color: #292929;
  position: relative;
}

.article-image {
  width: 100%;
}

.article-content p {
  margin: 20px 0px;
}

.article-content ul {
  list-style: none;
  margin: 20px 0px;
}

.article-content ul li:before {
  content: '·';
  padding: 0px 10px;
}

.article-content button,
.category .section-middle button {
  padding: 10px 25px;
  background: #FFDE00;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 800;
  cursor: pointer;
}

.article-headline {
  font-weight: 700;
  margin: 20px 0px;
}

.article-headline.h2 {
  font-size: 32px;
}

.article-headline.h3 {
  font-size: 28px;
}

.article-headline.h4 {
  font-size: 24px;
}

@media (min-width: 980px) {
  .article-content {
    margin-top: 30px;
  }
  .article-content {
    font-size: 1.125rem;
    line-height: 1.969rem;
  }
  .article-content button,
  .category .section-middle button {
    padding: 14px 37px;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .article-headline {
    font-size: 2.375rem;
    line-height: 1.969rem;
    padding-top: 30px;
  }
}

.post-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-list .post-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  max-width: calc(50% - 7px);
  width: calc(50% - 7px);
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 15px;
}

.post-list .post-item .category-thumbnail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.post-list .post-item .category-desc {
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px 0px 25px;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #999999;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin-left: -16px;
  z-index: 1;
}

.post-list .post-item .post-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #292929;
  margin-bottom: 5px;
}

.post-list .post-item .main-paragraph {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.025em;
  color: #363636;
  margin-bottom: 25px;
}

.post-list .post-item .left {
  width: calc(100% - 130px);
}

.post-list .post-item .right {
  width: 105px;
}

.post-list .post-item .post-img {
  width: 105px;
  height: 140px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-list .post-item .date-container {
  position: absolute;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.025em;
  color: #999999;
}

.post-list .post-item .read-time {
  position: relative;
  padding-left: 15px;
}

.post-list .post-item .read-time::before {
  position: absolute;
  left: 7px;
  top: 6px;
  content: '';
  width: 2px;
  height: 2px;
  background: #999999;
}

.article-content .post-item {
  border: 1px solid #E0E0E0;
}

@media (max-width: 749px) {
  .post-list .post-item {
    max-width: 100%;
    width: 100%;
  }
  .tags {
    margin-right: -10px;
  }
  .widget-container .post-list, .tags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100vw;
    overflow-x: auto;
    margin-left: -10px;
    padding-bottom: 5px;
  }
  .widget-container .post-list .post-item, .widget-container .post-list .tag-item, .tags .post-item, .tags .tag-item {
    margin-right: 10px;
  }
  .widget-container .post-list .post-item, .tags .post-item {
    min-width: 70%;
    max-width: 100%;
    width: 100%;
  }
  .widget-container .post-list .post-item:nth-child(1), .widget-container .post-list .tag-item:nth-child(1), .tags .post-item:nth-child(1), .tags .tag-item:nth-child(1) {
    margin-left: 10px;
  }
}

.category-thumbnail {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #C4C4C4;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}

.category-thumbnail-mid {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-list nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.post-list nav .page-numbers:not(.dots) {
  border-radius: 50%;
  background: #292929;
  letter-spacing: -0.025em;
  font-weight: 800;
  font-size: 0.875rem;
  color: #FFFFFF;
}

.post-list nav .page-numbers:not(.dots).current {
  background: #FFDE00;
  color: #000000;
}

.post-list nav .page-numbers.dots {
  visibility: hidden;
  font-size: 0px;
  font-weight: 900;
  letter-spacing: -0.025em;
  width: auto;
  margin: 0px 10px 0px 20px;
}

.post-list nav .page-numbers.dots::after {
  content: '···';
  visibility: visible;
  font-size: 1.313rem;
}

.post-list nav .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.footer .menu {
  line-height: 1.969rem;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .menu a {
  color: white;
}

.footer .menu .menu-list {
  line-height: 1.969rem;
  display: inline-block;
  max-width: 210px;
  width: 100%;
  overflow: hidden;
}

.footer .menu .menu-list li {
  padding: 5px 20px;
  list-style: none;
  text-align: center;
}

@media (min-width: 576px) {
  .footer .menu {
    letter-spacing: -0.05em;
    font-weight: 400;
    text-transform: inherit;
  }
  .footer .menu .menu-list:first-child {
    text-transform: uppercase;
  }
}

.footer {
  background: #000000;
  color: #FFFFFF;
  padding: 30px 10px;
  margin-top: 20px;
}

.footer .footer-top {
  height: 50px;
  overflow: hidden;
}

.footer .footer-body {
  margin-top: 25px;
}

.footer .content {
  font-size: 0.563rem;
  line-height: 0.875rem;
  letter-spacing: -0.025em;
  color: #999999;
}

.footer .content p {
  margin: 5px 0px;
}

.footer .content a {
  font-weight: 800;
  color: #E5E5E5;
}

.footer .content .title {
  color: #FFFFFF;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.footer .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0px;
  height: 30px;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .partner-list .partner-item {
  height: 30px;
  margin: 0px 15px;
}

.footer .partner-list .partner-item img {
  max-height: 30px;
}

.footer .copyright {
  margin-top: 30px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: -0.05em;
  color: #999999;
}

@media (min-width: 576px) {
  .footer .content {
    letter-spacing: -0.05em;
    font-size: 0.75rem;
    line-height: 1.375rem;
    color: #FFFFFF;
  }
  .footer .content a {
    position: relative;
  }
  .footer .content a::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFDE00;
  }
  .footer .content .title {
    font-weight: 800;
    font-size: 0.875rem;
  }
}

@media (min-width: 980px) {
  .footer {
    padding: 30px 70px;
  }
  .footer .footer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .menu {
    min-width: 50%;
  }
}

#page.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main#primary {
  min-height: calc(100vh - var(--fh-height));
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.post,
.page {
  margin: 0;
}

.page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 78px;
}

.page-top .page-top-container {
  max-width: 525px;
}

.page-title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 2.25rem;
}

.page-description {
  padding-top: 8px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}

@media (min-width: 980px) {
  .page-title {
    font-size: 2.625rem;
  }
  .page-description {
    line-height: 1.531rem;
  }
}

.page-content {
  margin-top: 20px;
}

.faq .faq-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #292929;
  display: block;
  margin: 10px 0px;
}

.faq .question-item {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 20px 40px 20px 20px;
}

.faq .question-item:hover {
  cursor: pointer;
}

.faq .question-item:before {
  position: absolute;
  content: '+';
  right: 25px;
  top: 5px;
  font-weight: bold;
  font-size: 24px;
  line-height: 225%;
  color: #292929;
}

.faq .question-item .question {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.025em;
  color: #292929;
}

.faq .question-item .answer {
  height: 0px;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}

.faq .question-item .answer p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
  padding-top: 20px;
  margin: 0px;
}

.faq .question-item.is-active:before {
  content: '-';
  right: 25px;
  top: 5px;
}

@media (max-width: 450px) {
  .faq .question-item {
    margin-bottom: 10px;
    padding: 15px 40px 15px 10px;
  }
  .faq .question-item:hover {
    cursor: pointer;
  }
  .faq .question-item:before {
    right: 20px;
    top: -3px;
  }
  .faq .question-item .question {
    font-size: 14px;
    line-height: 150%;
    padding: 0px;
  }
  .faq .question-item .answer p {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #292929;
    padding-bottom: 10px;
  }
  .faq .question-item.is-active:before {
    right: 20px;
    top: -3px;
  }
}

@media (min-width: 978px) {
  .faq .faq-title {
    margin: 30px 0px;
    font-size: 2.375rem;
  }
}

.slider {
  width: 100%;
  height: 300px;
  position: relative;
  overflow-x: clip;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
}

.slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  left: calc(-100vw + var(--scrollbar-width));
  width: 100000px;
}

.slides.shifting {
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}

.slide {
  width: calc(100vw - var(--scrollbar-width));
  height: 300px;
  min-height: 300px;
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: none;
  transition: none;
  position: relative;
  background: #ffde00;
  background-repeat: no-repeat;
  background-position-x: calc(50% + 400px);
  background-position-y: bottom;
}

.slide .content-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide .content {
  width: 100%;
  max-width: 960px;
  color: #000000;
  display: block;
}

.slide .title {
  max-width: 415px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.slide .subtitle {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-bottom: 5px;
  max-width: 415px;
}

.slide .paragraph {
  max-width: 415px;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.05em;
  color: #000000;
}

.slide .arrow-btn {
  margin-top: 20px;
  width: auto;
  display: inline-block !important;
}

.slide .arrow-btn:hover {
  color: #000000;
}

.control {
  position: absolute;
  top: 140px;
  width: 11px;
  height: 21px;
  z-index: 2;
  padding: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.prev,
.next {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.prev {
  background-image: url(/blog/wp-content/themes/ec-blog/assets/images/icons/chevron-left.png);
  left: 30px;
}

.next {
  background-image: url(/blog/wp-content/themes/ec-blog/assets/images/icons/chevron-right.png);
  right: 30px;
}

.prev:active,
.next:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media (max-width: 1100px) {
  .slide .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 576px) {
  .slider {
    height: 340px;
    overflow-x: hidden;
    background: #E5E5E5;
  }
  .slide {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
  }
  .slide .content-wrapper {
    position: static;
  }
  .slide .content {
    position: absolute;
    bottom: -35px;
    z-index: 2;
    background: black;
    text-align: center;
    width: calc(100% - 50px);
    border-radius: 8px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slide .title {
    font-size: 8px;
    line-height: 10px;
    color: #999999;
    margin-bottom: 0px;
  }
  .slide .subtitle {
    font-size: 16px;
    line-height: 20px;
    color: #ffde00;
    margin-bottom: 0px;
  }
  .slide .paragraph {
    font-size: 10px;
    line-height: 150%;
    color: #ffffff;
  }
}

@media (min-width: 750px) {
  .home-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-columns .home-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 33.33%;
    padding-left: 10px;
  }
  .home-columns .home-col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 66.66%;
    padding-left: 0px;
    padding-right: 5px;
  }
  .home-columns .home-col .post-list nav {
    margin-left: 50%;
    margin-bottom: 40px;
  }
}

.tag-header {
  margin: 20px 0 25px;
  font-size: 0.875rem;
}

.tag-title {
  padding: 6px 10px;
  background: #FFDE00;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tag-active-title {
  text-transform: uppercase;
  color: #888888;
  padding-bottom: 10px;
}
/*# sourceMappingURL=main.css.map */