/** Shopify CDN: Minification failed

Line 310:15 Expected ":"
Line 310:21 Unterminated string token

**/
.new-article-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-hero {
  background: var(--Grey-700, #282626);
  padding: 60px 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article-hero-container {
  width: 100%;
  max-width: 1440px;
}

.article-hero h1 {
  color: var(--White, #FFF);
  font-family: Teko;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
}

.single-tag {
  display: inline-flex;
  padding: 4px 12px 0px 12px;
  justify-content: center;
  align-items: center;
  color: var(--Black, #000);
  font-family: Teko;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  border-radius: 4px;
  background: var(--Grey-200, #E1E0DD);
  margin-bottom: 20px;
}

.single-tag a {
  color: #000;
}

.new-article-information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0px;
  border: 1px #504744;
  border-style: solid none;
}

.new-article-information p {
  color: #fff;
  margin: unset;
}

.new-article-information time {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.new-article-information .social-sharing a {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
}

.article-introduction-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 48px 0px;
}

.article-introduction-section img {
  border-radius: 4px;
}

.article-introduction-container {
  width: 100%;
  padding: 0px 25px;
}

.article-introduction-container h4 {
  color: var(--White, #FFF);
  font-family: Teko;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.article-introduction-container p {
  color: var(--White, #FFF);
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 102px;
}

.tag-link-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tag-link-wrapper a {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Teko;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; 
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0px 24px 12px 0px;
  border-bottom: 2px solid var(--White, #FFF);
}

  .tag-link-wrapper a:hover {
    border-color: #2c9565;   
    color: #2c9565;
  }

.article-content-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 40px;
}

.article-content-section h3 {
  color: #000;
  font-family: Teko;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  text-transform: none;
}

.article-content-section h4 {
  color: #000;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px;
  text-transform: none;
}

.article-content-section p {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.article-content-wrapper {
  width: 100%;
  max-width: 1022px;
}

.article-content-wrapper a {
  color: #000;
}

.article-latest-section {
  background: var(--Grey-100, #F6F5F4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-sharing-right {
  display: flex;
  flex-direction: row;
  
}

.social-sharing-right a,
.social-sharing-right .social-link-button {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  background: none;
  color: var(--White, #FFF) !important;
  cursor: pointer;
  transition: background-color 0.2s;
  text-decoration: none; /* Remove underline if any */
}

.social-sharing-right a:hover,
.social-sharing-right .social-link-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: unset;
  border-radius: 4px;
}

.social-sharing-right span {
  display: inline-flex;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: var(--White, #FFF);
}

.social-share-text {
  margin-right: 4px;
}

  
.link-preview-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 4px;
}

.link-preview-box input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 1rem;
  color: #333;
}

.copy-link-button {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  background: none;
  color: var(--White, #FFF);
  cursor: pointer;
  transition: background-color 0.2s;
}

.copy-link-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.icon, .checkmark-icon {
  display: inline-flex;
  margin-right: 6px;
}

.social-link-button {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  background: none;
  color: var(--White, #FFF);
  cursor: pointer;
  transition: background-color 0.2s;
}

.social-link-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius" 4px;
}

.blog-article-button-link {
  display: flex;
  width: 100%;
  max-width: 570px;
  padding: 22px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: var(--Black, #000);
  color: var(--White, #FFF)!important;
  text-align: center;
  font-family: Teko;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

    .blog-article-button-link:hover {
      color: var(--White, #FFF);
      text-decoration: underline;
    }

@media screen and (max-width: 1100px){

  .article-introduction-section {
    flex-direction: column-reverse;
  }

  .article-introduction-container {
    padding: unset;
  }

  .article-introduction-container p {
    margin-bottom: 40px;
  }

  .article-introduction-container h4 {
    display: none;
  }

  .tag-link-wrapper {
    display: none;
  }

  .article-introduction-section img {
    width: 100%;
    height: auto;
  }

}

@media screen and (max-width: 767px){


  .article-hero {
    padding: 50px 20px;
  }

  .article-hero h1 {
    font-size: 42px;
    font-style: normal;
    line-height: 44px;
  }

  .article-introduction-container p {
    font-size: 18px;
    line-height: 24px;
    margin: 26px 0px 30px 0px;
  }

  .article-introduction-section {
    padding: unset;
  }

  .article-content-section {
    padding: 40px 20px;
  }

  .article-content-wrapper h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
  }
}


@media screen and (max-width: 479px) {

  .social-sharing-right a, .social-sharing-right .social-link-button {
    padding: 8px 0px;
  }
    
  .new-article-information time {
    font-size: 14px;
    line-height: 18px;
  }

  .new-article-information .social-sharing a {
    font-size: 14px;
    line-height: 18px;
  }

  .copy-link-button {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 18px;
  }
}