@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);/**
 * Common config (tools, mixins, variables, etc.)
 */
/** Vendor */
/** Settings */
/** Main variables */
/** Theme colors */
/** Typography */
/** Font Weight */
/** SASS Rem config */
/** Initialize.css config */
/** Options */
/** Optional values */
@font-face {
  font-family: "Zona Pro";
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-bold-webfont.eot");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-bold-webfont.eot.css?#iefix") format("embedded-opentype");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-bold-webfont.woff2.css") format("woff2");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-bold-webfont.woff.css") format("woff");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-bold-webfont.ttf.css") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Zona Pro";
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-extrabold-webfont.eot.css");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-extrabold-webfont.eot.css?#iefix") format("embedded-opentype");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-extrabold-webfont.woff2.css") format("woff2");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-extrabold-webfont.woff.css") format("woff");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-extrabold-webfont.ttf.css") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Zona Pro";
  src: url("https://avongroup.vteximg.com.br/arquivos/ZonaPro.eot.css");
  src: url("https://avongroup.vteximg.com.br/arquivos/ZonaPro.eot.css?#iefix") format("embedded-opentype");
  src: url("https://avongroup.vteximg.com.br/arquivos/ZonaPro.woff2.css") format("woff2");
  src: url("https://avongroup.vteximg.com.br/arquivos/ZonaPro.woff.css") format("woff");
  src: url("https://avongroup.vteximg.com.br/arquivos/ZonaPro.ttf.css") format("truetype");
  src: url("https://avongroup.vteximg.com.br/arquivos/ZonaPro.svg.css#ZonaPro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Zona Pro";
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-light-webfont.eot.css");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-light-webfont.eot.css?#iefix") format("embedded-opentype");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-light-webfont.woff2.css") format("woff2");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-light-webfont.woff.css") format("woff");
  src: url("https://avongroup.vteximg.com.br/arquivos/zonapro-light-webfont.ttf.css") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Alexander Lettering";
  src: url("https://avongroup.vteximg.com.br/arquivos/Alexander Lettering.ttf.css");
}

/** Tools */
/**
 * Register all z-indexes values
 * Desc order (...5003, 5002, 5001)
 */
/**
 * Z-indexes organization
 * Main file is in: scss/01-settings/_z-indexes.scss
 */
/**
 * Screen Sizes
 */
/**
* Breakpoints - Media Queries
*/
/**
 * Media Queries
 * Mobile first
 */
/**
 * Common Helpers
 */
/**
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/**
 * Custom text selection style
 */
/**
 * Custom input placeholders
 */
/**
 * Custom default browser scrollbar
 */
/**
 * Generate arrow on a pseudo-element
 * To set color, use 'border-color' inside a class
 *
 * @param  {string} $position:     up              Arrow position (up, right, bottom, left)
 * @param  {string} $arrow-width:  20px             Arrow Width
 * @param  {string} $arrow-size:   $arrow-width/4   Arrow size
 *
 * @return A CSS Arrow
 */
/**
 * @include triangle within a pseudo element and add positioning properties (ie. top, left)
 * $direction: up, down, left, right
 */
/**
 * Generic
 */
/**
 * Initialize.css is a complete and customizable collection of
 * CSS best practices based on Normalize.css and HTML5 Boilerplate.
 */
/*!
 * Initialize.css (v1.4.0) is a complete and customizable collection of CSS best practices based on Normalize.css and HTML5 Boilerplate.
 * http://jeroenoomsnl.github.io/initialize-css
 *
 * HTML5 Boilerplate: https://github.com/h5bp/html5-boilerplate
 * Normalize.css: http://github.com/necolas/normalize.css
 */
/* ==========================================================================
   General
   ========================================================================== */
/**
 * 1. Set default font family to $initialize-font-family (default: sans-serif)
 * 2. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.
 * 3. Configurable defaults
 */
html {
  color: #8899a6;
  box-sizing: border-box;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  /* 1 */
  line-height: 1.4;
  /* 3 */
  font-size: 16px;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Inheriting box-sizing
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *:before, *:after {
  box-sizing: inherit;
}

/* ==========================================================================
   HTML5 display defenitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
  display: block;
  overflow-x: hidden;
}

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

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* ==========================================================================
   Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * 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
   ========================================================================== */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Grouping content
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.4;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */
}

/* ==========================================================================
   Optional configurations
   ========================================================================== */
/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/**
 * Block elements
 */
p, table, ul, ol, fieldset, blockquote, dl {
  margin: 0;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
/** Form reset - Vendor lib */
/**
 * SCSS Form Reset Helpers - Forked from: https://gist.github.com/anthonyshort/552543
 *
 * Intended usage:
 * - MIXINS: for very specific use cases, when you dont want to reset absolutly all the forms, very verbose output.
 * - PLACEHOLDER SELECTORS: use as extending classes. Less verbose, more generic overrides.
 *
 * A couple of things to watch out for:
 *
 * - IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
 * - The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
 * - You NEED to set the font-size and family on all form elements
 * - Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
 * - You can style the upload button in webkit using ::-webkit-file-upload-button
 * - ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
 * - IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
 * - By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
 */
::-webkit-search-decoration {
  display: none;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

input {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  vertical-align: middle;
  white-space: normal;
  line-height: inherit;
  background: none;
  /* Browsers have different default form fonts */
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  /* Make webkit render the search input like a normal text field */
  /* Turn off the recent search for webkit. It adds about 15px padding on the left */
  /* Fix IE7 display bug */
  /* These elements are usually rendered a certain way by the browser */
}

input:focus {
  outline: 0;
}

input[type=checkbox], input[type=radio] {
  width: 13px;
  height: 13px;
}

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

::-webkit-search-decoration {
  display: none;
}

input[type="reset"], input[type="button"], input[type="submit"] {
  overflow: visible;
}

input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio] {
  box-sizing: inherit;
  cursor: pointer;
}

label {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  vertical-align: middle;
  white-space: normal;
  line-height: inherit;
  background: none;
  /* Browsers have different default form fonts */
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

select {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  vertical-align: middle;
  white-space: normal;
  line-height: inherit;
  background: none;
  /* Browsers have different default form fonts */
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  box-sizing: inherit;
  /* Move the label to the top */
}

select[multiple] {
  vertical-align: top;
}

button {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  vertical-align: middle;
  white-space: normal;
  line-height: inherit;
  background: none;
  /* Browsers have different default form fonts */
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: 0;
  outline: none;
  /* IE8 and FF freak out if this rule is within another selector */
}

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

button:hover, button:active, button:focus {
  outline: 0;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

textarea {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  vertical-align: middle;
  white-space: normal;
  line-height: inherit;
  background: none;
  /* Browsers have different default form fonts */
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

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

::-moz-selection {
  background-color: #8899a6;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #8899a6;
  color: #fff;
  text-shadow: none;
}

html {
  font-size: 100%;
  font-weight: 300;
  cursor: default;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  height: 100%;
  scroll-behavior: smooth;
}

html.fonts-loaded {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  color: #8899a6;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.has--no-scroll {
  height: 100%;
  overflow: hidden;
}

/** Mobile Fast Click */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

a {
  display: inline-block;
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
  transition: color 225ms ease;
}

a:hover {
  cursor: pointer;
}

a:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
  a:disabled {
    pointer-events: none;
  }
}

/** Hand cursor on clickable input elements */
input[type='button'],
input[type='submit'],
input[type='file'],
input[type='image'],
button {
  cursor: pointer;
}

input[type='button']:disabled,
input[type='submit']:disabled,
input[type='file']:disabled,
input[type='image']:disabled,
button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
  input[type='button']:disabled,
  input[type='submit']:disabled,
  input[type='file']:disabled,
  input[type='image']:disabled,
  button:disabled {
    pointer-events: none;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
}

ul,
ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

/**
 * Components
 */
img[data-src],
img[data-srcset] {
  display: block;
  min-height: 0.0625rem;
  transition: filter 225ms ease;
}

img.is--loading {
  filter: blur(10px);
}

@media screen and (min-width: 1024px) {
    li.header__menu__item .submenu {
        transition: all 300ms ease !important;
    }

    li.header__menu__item:hover .submenu {
        opacity: 1;
        visibility: visible;
        max-height: unset;
    }
    
}

.menu__items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu__item {
  margin-left: 0.5rem;
}

.menu__link {
  font-weight: 300;
}

.categories-flag__container {
  display: flex;
  flex-wrap: wrap;
}

.categories-flag__item {
  font-size: 0.875rem;
  margin-right: 0.375rem;
}

@media only screen and (max-width: 768px) {
  .categories-flag__item {
    font-size: 1.125rem;
    margin: 0.75rem 0.75rem 0 0;
  }
}

.post {
  /*   &__link {
    display: block;
  }

  &__image {
    display: block;
  } */
  /*   &__categories {
    padding: 0 rem(80px);
  } */
}

.post__items {
  display: flex;
}

.post__item {
  margin: 0 0 0 13.0625rem;
  width: 60.4375rem;
  border-bottom: 1px solid #ededed;
}

@media only screen and (max-width: 768px) {
  .post__item {
    margin: 0 0 0 1.25rem;
    max-width: 21.25rem;
    padding-right: 1.25rem;
  }
}

.post__content {
  margin: 1.875rem 0;
  /* height: 8.875rem; */
  max-height: 7rem;
  overflow: hidden;
}


@media only screen and (max-width: 768px) {
  .post__content {
    height: 15rem;
    margin-bottom: 3.125rem;
  }
}

.post__date {
  font-size: 0.8125rem;
  line-height: 1.275rem;
  font-family: "Lato", sans-serif;
  color: #d41581;
}

.post__title {
  display: block;
  font-family: "ZonaPro-SemiBold", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #000;
  margin-top: 0.3125rem;
}

@media only screen and (max-width: 768px) {
  .post__title {
    font-size: 1.375rem;
    line-height: 1.5625rem;
  }
}

.post__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.75rem;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-bottom: 1.125rem;
  color: #777;
}

@media only screen and (max-width: 768px) {
  .post__text {
    -webkit-line-clamp: 4;
    max-height: 7.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.copyright__text {
  font-size: 0.875rem;
  text-align: center;
}

/**
 * Utils
 */
.is--show {
  display: block !important;
}

.is--hide {
  display: none !important;
}

@media only screen and (min-width: 769px) {
  .is--mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .is--mobile-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .is--tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .is--tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .is--tablet-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .is--desktop {
    display: none !important;
  }
}

.hidden-heading {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.no-placeholder .label-hidden {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.prevent-rendering {
  filter: blur(0);
  transform: perspective(1px) translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

.wp-content {
  padding: 2rem 5rem;
  /* stylelint-ignore-next-line */
}

.wp-content p,
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content ul,
.wp-content ol,
.wp-content .tags,
.wp-content iframe,
.wp-content .button-post {
  color: "#eaeaea";
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.0625rem;
}

.wp-content strong {
  color: #171717;
  font-weight: 700;
}

.wp-content code {
  word-wrap: break-word;
}

.wp-content p strong {
  color: #171717;
  font-weight: 400;
}

.wp-content p,
.wp-content li {
  color: #777;
  font-size: 1rem;
  line-height: 1.1875rem;
  opacity: 1;
  transition: opacity 400ms ease-in-out;
  font-weight: 300;
}

.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5 {
  font-weight: 800;
  letter-spacing: 0.0625rem;
  line-height: 1.4;
  margin: 2.375rem auto 1rem;
}

.wp-content li {
  padding: 0.625rem 0;
}

.wp-content li > ul {
  margin-bottom: 0;
}

.wp-content img {
  display: block;
  max-width: 100%;
}

.wp-content iframe {
  padding: 0 1.625rem 1.625rem;
  width: 100%;
}

.wp-content blockquote {
  color: "#eaeaea";
  border-left: 0.3125rem solid #fff;
  padding: 0 1.875rem;
  margin: 3.125rem auto;
}

.wp-content hr {
  border: 1px solid #38444d;
  margin: 3rem auto;
}

.wp-content #twitter-widget-0,
.wp-content .instagram-media,
.wp-content .twitter-tweet {
  margin: 1.25rem auto !important;
}

.wp-content h1 {
  font-size: 2.625rem;
}

.wp-content h2 {
  font-size: 2rem;
}

.wp-content h3 {
  font-size: 1.625rem;
}

.wp-content h4 {
  font-size: 1.375rem;
}

.wp-content h5 {
  font-size: 1.1875rem;
}

.wp-content .instagram-media {
  margin: 1rem auto !important;
}

.wp-content a {
  text-decoration: none;
}

.wp-content a svg {
  color: "#eaeaea";
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 5099;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 0.625rem #29d, 0 0 0.3125rem #29d;
  opacity: 1;
  transform: rotate(3deg) translate(0, -0.25rem);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 5099;
  top: 0.9375rem;
  right: 0.9375rem;
}

#nprogress .spinner-icon {
  width: 1.125rem;
  height: 1.125rem;
  box-sizing: border-box;
  border: 0.125rem solid transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogressSpinner 400ms linear infinite;
          animation: nprogressSpinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}

@-webkit-keyframes nprogressSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes nprogressSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}