/** Shopify CDN: Minification failed

Line 1074:43 Unexpected "\"article-template\""

**/
/* -----------------------------------------------------------------------------
 Buzzwoo Content Hub
 -----------------------------------------------------------------------------*/
 .container-content-hub {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article-template__section,
  .article-template__section__inner--fw {
    padding: 0;
    margin: 0 0 100px 0;
  }


  .article-template__section--inner,
  .article-template__section__inner {
    margin: 75px 0;
  }

  .responsive-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe-container__iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}



  @media screen and (max-width: 990px) {
  .article-template__section--inner,
  .article-template__section__inner {
    margin: 50px 0;
  }
  }
  
@media (min-width: 768px) {
  .container-content-hub {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.container-content-hub.no-padding-top {
  padding-top: 0;
}
.container-content-hub.no-padding-bottom {
  padding-bottom: 0;
}
.container-content-hub .content-hubs {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
}
.container-content-hub .col-left {
  width: 100%;
}
@media (min-width: 992px) {
  .container-content-hub .col-left {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .container-content-hub .col-left {
    width: 23.4%;
  }
}
.container-content-hub .col-right {
  width: 100%;
  padding-left: 0;
}
@media (min-width: 992px) {
  .container-content-hub .col-right {
    width: 70%;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .container-content-hub .col-right {
    width: 76.6%;
    padding-left: 120px;
  }
}

/* -------------------------------------
 Content Hub menu
 -------------------------------------*/
.content-hub-menu {
  max-width: 280px;
  margin-bottom: 60px;
}
.content-hub-menu.border-item {
  overflow: hidden;
  padding-bottom: 10px;
}
.content-hub-menu.border-item .menu-title {
  padding: 30px 20px 0px;
}
@media (max-width: 991px) {
  .content-hub-menu {
    position: static !important;
  }
}
@media (min-width: 992px) {
  .content-hub-menu {
    position: sticky;
    top: 120px;
    z-index: 3;
  }
}
@media (min-width: 992px) {
  .content-hub-menu {
    margin-bottom: 60px;
  }
}
.content-hub-menu .menu-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 15px;
}
.content-hub-menu .menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.content-hub-menu .menu .menu-link {
  margin-bottom: 0;
}
.content-hub-menu .menu .menu-link a {
  display: block;
  font-weight: 400;
  padding: 20px;
  transition: background-color 0.3s ease;
}
.content-hub-menu .menu .menu-link:hover a {
  font-weight: 700;
}
.content-hub-menu .menu .menu-link a.active {
  font-weight: 700;
}

.content-hub-item {
  margin: 60px 0;
  width: 100%;
}
@media (min-width: 641px) {
  .content-hub-item {
    margin: 80px 0;
  }
}
.content-hub-item.border-item {
  overflow: hidden;
}
.content-hub-item.rounded-item {
  border-radius: 16px;
  overflow: hidden;
}
.content-hub-item.block-1 {
  margin-top: 0;
}
.content-hub-item.content.border-item {
  padding: 30px 24px;
}
@media (min-width: 641px) {
  .content-hub-item.content.border-item {
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .content-hub-item.content .heading {
    margin-bottom: 40px !important;
  }
}
.content-hub-item.content .sub-heading {
  line-height: 32px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .content-hub-item.content .sub-heading {
    margin-bottom: 20px;
  }
}
.content-hub-item.content .text a {
  text-decoration: underline;
}
.content-hub-item.is-quote {
  padding-left: 30px;
  padding-top: 0px;
  padding-bottom: 15px;
}
@media (max-width: 640px) {
  .content-hub-item.is-quote {
    padding-left: 20px;
    padding-bottom: 0;
  }
}
.content-hub-item.is-quote .heading,
.content-hub-item.is-quote .text,
.content-hub-item.is-quote .text p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.content-hub-item.is-quote .heading a,
.content-hub-item.is-quote .text a,
.content-hub-item.is-quote .text p a {
  text-decoration: underline;
}
.content-hub-item.is-quote.is-quote-2 {
  padding: 0px 60px;
}
@media (max-width: 640px) {
  .content-hub-item.is-quote.is-quote-2 {
    padding: 0px 20px;
  }
}
.content-hub-item.is-quote.is-quote-2 .heading,
.content-hub-item.is-quote.is-quote-2 .text,
.content-hub-item.is-quote.is-quote-2 .text p {
  font-size: 42px;
  line-height: 56px;
  font-style: italic;
}
@media (max-width: 640px) {
  .content-hub-item.is-quote.is-quote-2 .heading,
  .content-hub-item.is-quote.is-quote-2 .text,
  .content-hub-item.is-quote.is-quote-2 .text p {
    font-size: 21px;
    line-height: 32px;
  }
}
.content-hub-item.banner .row {
  display: flex;
  flex-wrap: wrap;
}
.content-hub-item.banner .row > * {
  flex-shrink: 0;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
.content-hub-item.banner .col-content {
  width: 100%;
}
@media (min-width: 641px) {
  .content-hub-item.banner .col-content {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .content-hub-item.banner .col-content {
    width: 65%;
  }
}
.content-hub-item.banner .col-content .content {
  padding: 30px;
}
.content-hub-item.banner .col-content .content .headline {
  font-weight: bold !important;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
}
.content-hub-item.banner .col-content .content .btn {
  display: inline-block;
  padding: 8px 32px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.content-hub-item.banner .col-content .content .btn:hover {
  filter: brightness(85%);
}
.content-hub-item.banner .col-img {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 641px) {
  .content-hub-item.banner .col-img {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .content-hub-item.banner .col-img {
    width: 35%;
  }
}
.content-hub-item.banner .col-img img {
  width: 100%;
  height: 100%;
}
.content-hub-item.banner .col-content {
  order: 1;
}
.content-hub-item.banner .col-img {
  order: 0;
}
@media (min-width: 641px) {
  .content-hub-item.banner .col-img {
    order: 2;
  }
}
.content-hub-item.banner .col-img.left {
  order: 0;
}
.content-hub-item.newsletter .newsletter-inner {
  padding: 60px 30px;
}
.content-hub-item.newsletter .newsletter-inner.border-item {
  overflow: hidden;
}
@media (min-width: 641px) {
  .content-hub-item.newsletter .newsletter-inner {
    padding: 80px 40px;
  }
}
.content-hub-item.newsletter .headline {
  margin-bottom: 15px;
  text-align: center;
}
.content-hub-item.newsletter .text {
  margin-bottom: 20px;
}
.content-hub-item.bullet {
  padding: 0px 60px;
}
@media (max-width: 640px) {
  .content-hub-item.bullet {
    padding: 0px 20px;
  }
}
.content-hub-item.topic {
  max-width: inherit;
  padding: 30px 24px;
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 641px) {
  .content-hub-item.topic {
    max-width: 100%;
    padding: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .content-hub-item.topic {
    max-width: 650px;
  }
}
.content-hub-item.topic .heading {
  margin: 0;
}
.content-hub-item.topic .topic-item {
  padding-top: 20px;
  padding-bottom: 12px;
}
.content-hub-item.topic .topic-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding-bottom: 10px;
}
@media (min-width: 641px) {
  .content-hub-item.topic .topic-title {
    font-size: 18px !important;
  }
}
.content-hub-item.topic .topic-content {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 15px;
}
.content-hub-item.topic .topic-link a {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.content-hub-item.topic .topic-link a .icon {
  display: inline-block;
  width: auto;
  height: 22px;
  line-height: 22px;
  margin-left: 2px;
}
.content-hub-item.topic .topic-link a .icon img {
  width: auto;
  height: 20px;
}
@media (min-width: 641px) {
  .content-hub-item.video {
    margin-left: 0;
    margin-right: 0;
  }
}
.content-hub-item.video .wrapper {
  position: relative;
  width: 100%;
}
.content-hub-item.video .wrapper img {
  max-width: 100%;
  height: auto;
}
.content-hub-item.video .wrapper iframe {
  display: none;
  width: 100%;
  height: 320px;
}
@media (min-width: 641px) {
  .content-hub-item.video .wrapper iframe {
    height: 400px;
  }
}
.content-hub-item.video .play-btn {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  width: 54px;
  height: 54px;
}
@media (min-width: 641px) {
  .content-hub-item.video .play-btn {
    width: 120px;
    height: 120px;
  }
}
.content-hub-item.video .play-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.content-hub-item.video .play-btn:focus {
  outline: 0;
}
.content-hub-item.article-slider {
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 641px) {
  .content-hub-item.article-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.content-hub-item.article-slider .heading {
  margin-bottom: 20px;
  padding: 0 24px;
}
@media screen and (min-width: 641px) {
  .content-hub-item.article-slider .heading {
    padding: 0;
  }
}
.content-hub-item.article-slider .article-items {
  margin: 0 -12.5px;
}
@media (max-width: 640px) {
  .content-hub-item.article-slider .article-items {
    margin: 0 10px;
  }
}
.content-hub-item.article-slider .article-items .slick-prev {
  left: -8px;
}
.content-hub-item.article-slider .article-items .slick-next {
  right: -8px;
}
@media (max-width: 640px) {
  .content-hub-item.article-slider .article-items .slick-list:first-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
.content-hub-item.article-slider .article-item {
  margin: 0 12.5px;
}
@media (max-width: 640px) {
  .content-hub-item.article-slider .article-item {
    margin: 0 10px;
  }
}
.content-hub-item.article-slider .article-link {
  position: relative;
  display: block;
}
.content-hub-item.article-slider .article-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  background: transparent;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.7;
}
.content-hub-item.article-slider .article-img {
  height: 165px;
}
.content-hub-item.article-slider .article-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-hub-item.article-slider .article-title {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  padding: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content-hub-item.image-slider {
  margin-left: -24px;
  margin-right: -24px;
}
@media (min-width: 641px) {
  .content-hub-item.image-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.content-hub-item.image-slider .image-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.content-hub-item.image-slider .slick-prev {
  left: -20px;
  top: calc(50% - 30px);
}
.content-hub-item.image-slider .slick-next {
  right: -20px;
  top: calc(50% - 30px);
}
.content-hub-item.image-slider .slick-dots li {
  width: auto;
  margin: 0 10px;
}
.content-hub-item.image-slider .slick-dots li button::before {
  display: none;
}
.content-hub-item.image-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  text-indent: -9999px;
}
.content-hub-item.image-slider .slick-dots li button:hover {
  background-color: #000;
}
.content-hub-item.image-slider .slick-dots li.slick-active button {
  width: 30px;
  background-color: #000;
  border-radius: 30px;
}
.content-hub-item .slick-arrow {
  width: 34px;
  height: 34px;
  background-size: 100% auto;
  text-indent: -9999px;
  z-index: 4;
}
.content-hub-item .slick-prev {
  background-image: url("slide-arrow-left.png");
}
.content-hub-item .slick-next {
  background-image: url("slide-arrow-right.png");
}
.content-hub-item .slick-prev:hover,
.content-hub-item .slick-prev:focus {
  background-image: url("slide-arrow-left.png");
  background-size: 100% auto;
  opacity: 0.9;
}
.content-hub-item .slick-next:hover,
.content-hub-item .slick-next:focus {
  background-image: url("slide-arrow-right.png");
  background-size: 100% auto;
  opacity: 0.9;
}/*# sourceMappingURL=content-hubs.css.map */


html.article-template body:not(.template-index) .header-wrapper {
  margin-bottom: 0;
}

.article-template {
  width: 100%;
}

.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 50px;
}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(50px + var(--page-width-margin));
  }
}

.content-hub-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.article-layout-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 75px auto;
  position: relative;
}

.article-layout {
  width: 100%;
}

.article-template__section,
.article-template__section__inner--fw {
  width: 100%;
  margin: 0 0 80px 0;
  padding: 0 20px;
}

.two-column-page .article-template__section__inner--fw {
  margin: 75px 0;
}

.article-template__section:last-child {
  margin-bottom: 0;
}

.article-template__hero-container {
  margin: 30px auto 0 auto;
  max-width: 1170px;
  width: 100%;
  position: relative;
}

/* Hero */
.article-template__hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 16px;
}

.article-template__hero {
  background-size: cover;
  background-position: center;
  height: 100%;
  background-repeat: no-repeat;
  position: relative !important;
  border-radius: 16px;
  margin-bottom: 100px;
}

.article-template__hero-small {
  height: 110px;
}

.article-template__hero-medium {
  height: 220px;
}

.article-template__hero-large {
  height: 330px;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 220px;
  }

  .article-template__hero-medium {
    height: 440px;
  }

  .article-template__hero-large {
    height: 660px;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 275px;
  }

  .article-template__hero-medium {
    height: 585px;
  }

  .article-template__hero-large {
    height: 825px;
  }
}

@media screen and (min-width: 750px) {
  .article-template__section__inner--fw:first-of-type {
    margin: 75px 0;
  }
}

.article-template__title {
  margin: 0;
  font-family: var(--font-heading-family);
  overflow-wrap: break-word;
  hyphens: auto;
}

.article-template__title-container {
  position: absolute;
  bottom: 130px;
  left: 40px;
  max-width: 1100px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: auto;
  z-index: 1;
}

.article-template__title--bottom {
  margin: 0 0 50px 0;
  color: #fff;
  font-weight: 700;
  line-height: 56px;
  font-size: 50px;
  max-width: 770px;
}

.article-template__link {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 10px;
  transform: rotate(180deg);
}

.article-template__content {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 10px;
}

@media screen and (min-width: 990px) {
  .article-template__content {
    margin-top: 30px;
    padding: 0;
  }

  .article-template__section-wrapper {
    width: 65%;
    max-width: 768px;
  }

  .article-template__section,
  .article-template__section__inner--fw {
    padding: 0;
    margin: 0 0 100px 0;
  }
}

.article-template__social-sharing {
  margin-top: 30px;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 15px;
}

.article-template__comment-wrapper {
  margin-top: 50px;
  padding: 27px 0;
}

@media screen and (min-width: 990px) {
  .article-template__comment-wrapper {
    margin-top: 60px;
    padding: 36px 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 50px;
}

@media screen and (min-width: 990px) {
  .article-template__comments {
    margin-bottom: 70px;
  }
}

.article-template__comments-fields {
  margin-bottom: 40px;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 15px;
  padding: 20px 20px 15px;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 20px 25px;
  }
}

.article-template__comments-comment p {
  margin: 0 0 10px;
}

.article-template__comment-fields > * {
  margin-bottom: 30px;
}

@media screen and (min-width: 990px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }
}

.article-template__comment-warning {
  margin: 20px 0 25px;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 50px 0 80px;
  }
}

.article-template__back:last-child {
  margin-bottom: 32px;
}

/* Custom CSS */

/* Article Main Content */
.article-template__container--content {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}

@media screen and (min-width: 990px) {
  .article-template__container--content .article-template__content {
    width: 60%;
    padding: 0;
  }
}

.article-template__section__inner h1,
.article-template__section__inner h2,
.article-template__section__inner h3,
.article-template__section__inner h4,
.article-template__section__inner h5,
.article-template__section--inner h1,
.article-template__section--inner h2,
.article-template__section--inner h3,
.article-template__section--inner h4,
.article-template__section--inner h5 {
  font-family: var(--font-heading-family);
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.article-template__section__inner h1 {
  line-height: 76px;
  font-size: 60px;
}

.article-template__section__inner h2,
.article-template__section--inner h2 {
  color: #000;
  font-size: 30px;
  line-height: 42px;
  margin: 0 0 20px 0;
  font-weight: 900;
}

.article-template__section__inner h3,
.article-template__section--inner h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.article-template__section__inner h4,
.article-template__section--inner h4 {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}

.article-template__section__inner h5,
.article-template__section--inner h5 {
  font-size: 18px;
  font-weight: 700;
}

.article-template__section__inner p,
.article-template__section__inner li,
.article-template__section__inner ol,
.article-template__section--inner p,
.article-template__section--inner li,
.article-template__section--inner ol {
  color: #000;
  letter-spacing: 0;
}

.article-template__section__inner ul,
.article-template__section__inner ol,
.article-template__section--inner ol,
.article-template__section--inner ul {
  margin: 0 15px;
}

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

.article-template__section--inner ol {
  list-style-type: decimal;
}

.article-template__section__inner li:first-child,
.article-template__section--inner li:first-child {
  margin-top: 10px;
}

.article-template__section__inner li,
.article-template__section--inner li {
  margin-bottom: 10px;
}

.article-template__section__inner .content-hub-content ul,
.article-template__section--inner .content-hub-content ul {
  margin: 0 100px;
  padding: 0;
}

.article-template__section__inner blockquote,
.article-template__section--inner blockquote {
  text-align: left;
  font-size: 28px;
  letter-spacing: 0;
  color: #000000;
  border-left: none !important;
  margin: 0 80px;
  padding: 0;
}

.article-template__quote-author {
  margin: 0 80px;
  font-size: 14px;
  font-weight: 700;
}

.article-template__section__inner figure,
.article-template__section--inner figure {
  margin: 0;
}

.article-template__section__inner .article-template__section__caption,
.article-template__section--inner .article-template__section__caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
}

.article-template-image {
  display: block;
  object-fit: cover;
  width: 100%;
}

.article-template-image--border {
  border-radius: 16px;
}

@media screen and (min-width: 641px) {
  .article-template__section__inner h2,
  .article-template__section--inner h2 {
    font-size: 42px;
    line-height: 56px;
  }

  .article-template__section__inner h3,
  .article-template__section--inner h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 990px) {
  .article-layout-container {
    padding: 0 20px;
  }

  .article-template__section--inner,
  .article-template__section__inner {
    margin: 50px 0;
  }

  .article-template__hero-medium {
    height: 266px;
  }

  .article-template__hero-container,
  .content-for-layout .shopify-section:not("article-template") {
    padding: 0 20px;
    margin: 30px 0 100px 0;
  }

  .article-template {
    padding: 0 20px;
  }

  .article-template__hero {
    margin-bottom: 0;
  }

  .article-template__title-container {
    margin: 40px 0;
    align-items: flex-start;
    height: auto;
    width: 100%;
    z-index: 1;
    position: relative;
    top: 15px;
    left: unset;
  }

  
  .article-template__title--bottom {
    margin: 0;
    color: #fff;
    line-height: 42px;
    font-size: 32px;
  }

    .article-template__title-container h1 {
          color: #fff;
    }


  .article-template__section__inner blockquote,
  .article-template__section--inner blockquote {
    text-align: left;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    padding: 0 15px;
  }

  .article-template__quote-author {
    padding: 0 15px;
    margin: 20px 0 0 0;
  }

  .article-template-image--border {
    object-fit: inherit;
  }

  .article-template__section__inner .article-template__section__caption,
  .article-template__section--inner .article-template__section__caption {
    font-size: 12px;
    line-height: 16px;
  }

  .article-template__section__inner .content-hub-content ul,
  .article-template__section__inner ul,
  .article-template__section__inner ol,
  .article-template__section--inner ol,
  .article-template__section--inner ul {
    margin: 0;
    padding: 0 20px;
  }
}

.article-template__section__inner--fw {
  max-width: 1200px;
  margin: 75px auto;
  position: relative;
}

.article-layout .article-template__section--inner:last-child {
  margin-bottom: 0;
}

.article-template__section--inner p {
  margin: 16px 0;
}

