﻿
@font-face {
  font-display: swap;
  font-family: "din-next-rounded";
  font-weight: 500;
  src: url(../font/DINNextforYepZan-Medium.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "din-next-rounded";
  font-weight: 400;
  src: url(../font/DINNextRoundedLTPro-Regular.woff2) format("woff2"), url(../font/DINNextRoundedLTPro-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "din-next-rounded";
  font-weight: 700;
  src: url(../font/DINNextRoundedLTPro-Bold.woff2) format("woff2"), url(../font/DINNextRoundedLTPro-Bold.woff) format("woff");
}
@font-face {
  font-weight: bold;
  font-display: swap;
  font-family: "Feather";
  src: url(../font/Feather-Bold.woff2) format("woff2"), url(../font/Feather-Bold.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "GenSenRounded";
  font-weight: bold;
  src: url(/assets/fonts/GenSenRounded-JP-Bold.ttf) format("woff2");
}

@font-face {
  font-family: 'NotoNaskhArabic';
  src: url(/assets/fonts/NotoNaskhArabic.ttf) format('truetype');
}
body {
  font-family: 'NotoNaskhArabic', sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: #4b4b4b;
  font-family: "din-next-rounded";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1440px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
}

p,
ul,
ol,
li,
dl,
dd,
hr,
pre,
form,
table,
video,
figure,
figcaption,
blockquote {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
select,
textarea {
  font: inherit;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

label {
  display: block;
  font-size: 0.9em;
  font-weight: 700;
}

hr {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  position: relative;
}
hr:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(229, 229, 229, 0.5);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

::selection {
  text-shadow: none;
  background: #cbeafb;
}

mark {
  background-color: #fdffb6;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.15em;
  font-weight: 700;
  color: #4b4b4b;
}

h1,
.sectionTitle {
  color: #40AAFB;
  /*font-family: "'NotoNaskhArabic', sans-serif";*/
  font-size: 2.5em;
  font-style: normal;
  font-weight: 700;
  /*text-transform: lowercase;*/
}
@media (max-width: 640px) {
  h1,
  .sectionTitle {
    font-size: 1.75em;
    line-height: 36.4px;
    text-transform: inherit;
  }
}

h2 {
  color: #4b4b4b;
  font-family: "din-next-rounded";
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

h2.no-post-found {
  display: grid;
  grid-column: 1/5 !important;
  justify-content: center;
  margin: 56px 0 0;
  text-align: center;
}
h2.no-post-found.tag-page-body {
  height: 500px;
  align-items: center;
  color: #74d2fb;
  font-family: "Feather";
  font-size: 2.5em;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: lowercase;
}
@media (max-width: 640px) {
  h2.no-post-found.tag-page-body {
    height: 300px;
    font-size: 2em;
    padding: 0 22.5px;
  }
}

h3 {
  color: #4b4b4b;
  font-family: 'NotoNaskhArabic', sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.p-sh {
  color: #4b4b4b;
  /*font-family: "din-next-rounded";*/
  font-size: 1.188em;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.p-sb-b {
  color: #a5a5a5;
  font-family: "din-next-rounded";
  font-size: 1.1875em;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.p-m {
  color: #777;
  font-family: "din-next-rounded";
  font-size: 1.063em;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.caption,
.caption > a {
  color: #a5a5a5;
  /*font-family: "'Manrope', sans-serif";*/
  font-size: 0.938em;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.wrapper {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
.wrapper.small {
  max-width: 670px;
  width: 100%;
}
.wrapper.post-wrapper {
  max-width: 680px;
  width: 100%;
}
.wrapper.beforeFooter .section-divider {
  margin: 60px 0 57px;
}
@media (max-width: 480px) {
  .wrapper.beforeFooter .section-divider {
    margin: 56px 0 44px;
  }
}
@media (max-width: 640px) {
  .wrapper.beforeFooter.has-mobile-view.has-home .section-divider {
    margin-top: 40px;
    margin-bottom: 36px;
  }
}
@media (max-width: 640px) {
  .wrapper.beforeFooter.has-mobile-view:not(.has-home) .section-divider {
    margin-top: 78px;
    margin-bottom: 36px;
  }
}
@media (max-width: 640px) {
  .wrapper.full {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.wrapper.full .section-divider {
  margin: 60px auto 35px;
}
@media (max-width: 640px) {
  .wrapper.full .section-divider {
    margin: 56px 0 44px;
  }
}
@media (max-width: 1100px) {
  .wrapper {
    padding: 0 22.5px;
  }
}
@media (max-width: 640px) {
  .wrapper {
    padding: 0 22.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
#search-intro {
  display: none;
}

.gh-error.has-mobile-view .mobile-title {
  display: none;
}
@media (max-width: 640px) {
  .gh-error.has-mobile-view .desktop-title {
    display: none;
  }
  .gh-error.has-mobile-view .wrapper .gh-error-content {
    padding-top: 24px;
  }
  .gh-error.has-mobile-view .wrapper .gh-error-content .gh-error-description-container {
    gap: 38px;
  }
  .gh-error.has-mobile-view .wrapper .gh-error-content .mobile-title {
    display: block;
    color: #4b4b4b;
    font-size: 23px;
    font-weight: 700;
    line-height: 29.9px;
    text-align: center;
  }
  .gh-error.has-mobile-view .wrapper .gh-error-content .p-sh {
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    text-align: center;
    color: #777777;
  }
  .gh-error.has-mobile-view .wrapper .gh-error-content .btn-wrap .button {
    margin-top: 48px;
  }
}
.gh-error .wrapper .gh-error-content {
  padding: 144px 0 0;
}
@media (max-width: 640px) {
  .gh-error .wrapper .gh-error-content {
    padding: 120px 0 0;
  }
}
@media (max-width: 480px) {
  .gh-error .wrapper .gh-error-content {
    padding: 80px 0 0;
  }
}
.gh-error .wrapper .gh-error-content .error-img {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 60px;
}
.gh-error .wrapper .gh-error-content .gh-error-description-container {
  margin-top: 64px;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.gh-error .wrapper .gh-error-content .gh-error-code {
  text-transform: lowercase;
  text-align: center;
}
.gh-error .wrapper .gh-error-content h2 {
  color: #777;
  text-align: center;
}
.gh-error .wrapper .gh-error-content p {
  text-align: center;
}
.gh-error .wrapper .gh-error-content .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.gh-error .wrapper .gh-error-content .btn-wrap .button {
  margin-top: 24px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  border-radius: 0.75em;
  text-align: center;
  font-family: "din-next-rounded";
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 15px 48.5px;
  color: #1cb0f6;
  border: 2px solid #e5e5e5;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #e8e8e8;
  transform: translateY(0) translateZ(0);
  padding-left: 73px;
  padding-right: 73px;
}
@media (max-width: 480px) {
  .gh-error .wrapper .gh-error-content .btn-wrap .button {
    margin-top: 24px;
  }
}
@media (max-width: 640px) {
  .gh-error .wrapper .gh-error-content .btn-wrap .button {
    width: 100%;
  }
}
.gh-error .wrapper .gh-error-content .btn-wrap .button:hover {
  background-color: #e6e6e6;
  border: 2px solid #cecece;
  box-shadow: 0px 2px 0px 0px #cecece;
}
.gh-error .wrapper .gh-error-content .btn-wrap .button:active {
  box-shadow: none;
  color: #1cb0f6;
  background-color: #e6e6e6;
  border: 2px solid #cecece;
  box-shadow: none;
  transform: translateY(4px) translateZ(0);
}

.no-case {
  text-transform: unset !important;
}

.section-title.capitalize {
  text-transform: capitalize !important;
}

.author-link .caption {
  display: flex;
  align-items: center;
}
.author-link span:hover {
  color: #1cb0f6;
}

.capitalize {
  text-transform: capitalize !important;
}

.has-de,
.has-ja,
.has-ko,
.sectionTitle.noTrans {
  text-transform: none !important;
}

.table-overflow {
  width: 100%;
  overflow: auto;
  padding: 0 5px;
}

.table-overflow table {
  width: 100%;
}

.table-overflow::-webkit-scrollbar {
  height: 12px;
}

.table-overflow::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.table-overflow::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.table-overflow::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.table-overflow {
  scrollbar-color: #888 #f1f1f1;
  scrollbar-width: thin;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .table-overflow {
    margin-bottom: 56px;
  }
}

@media (max-width: 640px) {
  .desktop-view:not(.most-recent-grid) {
    display: none;
  }
}
.swiper-container {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .swiper-slide {
    flex: calc(100% - 100px) 0 0;
  }
  .swiper-wrapper .swiper-slide:last-child {
    margin-right: 40px;
  }
}
.hub-tag {
  display: none;
}
@media (max-width: 640px) {
  .hub-tag {
    display: block;
    padding: 0 22.5px 0;
    margin-top: 140px;
    margin-bottom: 35px;
  }
  .hub-tag .tag-item a {
    width: fit-content;
    text-align: center;
    color: #009be4;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    word-wrap: break-word;
    cursor: pointer;
    height: 28px;
    padding: 10px;
    background: #ddf4ff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

.related-mobile {
  display: none;
}
@media (max-width: 640px) {
  .related-mobile {
    display: block;
  }
  .related-mobile img {
    max-width: 100%;
    width: 100%;
    height: 180px !important;
    background: #afafaf;
  }
  .related-mobile .caption-wrap {
    display: none;
  }
  .related-mobile .swiper-container {
    padding: 0;
  }
  .related-mobile .featured-articles-content {
    width: 100vw;
  }
}
@media (max-width: 400px) {
  .related-mobile img {
    height: 162px !important;
  }
}

div#swiperButtons,
.swiper-notification {
  display: none;
}

.more-post-btn-wrap {
  padding-top: 62px;
}
@media (max-width: 640px) {
  .more-post-btn-wrap {
    padding-top: 0;
  }
}

.has-not-dot {
  display: none;
}

@media (max-width: 640px) {
  .has-dot {
    /*display: none;*/
  }
  .has-not-dot {
    display: block;
  }
}
.show-mobile,
.loading-indicator {
  display: none;
}

@media (max-width: 640px) {
  .loading-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh;
  }
  .loading-indicator img {
    max-width: 100px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .show-desktop {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
.gen-font {
  font-family: "GenSenRounded";
}

#ghost-search-field::placeholder {
  font-weight: 500 !important;
}

@media (max-width: 640px) {
  .gh-page.gh-error {
    padding-top: 117px;
  }
}

@media (max-width: 640px) {
  .inner-page {
    padding-top: 140px;
  }
}
.featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured .featured-card {
  margin-bottom: 20px !important;
}

@media (max-width: 640px) {
  .related-mobile .wrapper .section-divider {
    margin: 55px 0 16px;
  }
}

.author-template .inner-page-header + .wrapper .section-divider {
  margin-bottom: 34px !important;
}

@media (max-width: 640px) {
  #site-header {
    scroll-behavior: smooth;
    overflow: hidden;
    overflow-y: scroll;
  }
  #site-header::-webkit-scrollbar {
    display: none;
  }
}
.desktop-show {
  display: block !important;
}
@media (max-width: 640px) {
  .desktop-show {
    display: none !important;
  }
}

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

.authors-page .has-mobile-text {
  margin-top: 14px;
}
.authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1100px) {
  .authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list .author-details {
  padding-top: 15px;
}
.authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list .author-details a {
  color: #5a5a5a;
  font-family: "din-next-rounded";
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}
.authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list .author-image img {
  width: 100%;
  max-width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 480px) {
  .authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list .author-image img {
    height: 100px;
  }
}
@media (max-width: 640px) {
  .authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list > div:last-child.author-divider {
    display: none;
  }
}
@media (max-width: 640px) {
  .authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list {
    margin-top: 0 !important;
  }
}
@media (max-width: 640px) {
  .authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list figure {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    gap: 16px;
  }
}
.authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list figure .author-image img {
  width: 100%;
  max-width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 640px) {
  .authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list figure .author-image img {
    width: 100px;
    height: 100px;
  }
}
.authors-page .featured-articles .featured-articles-content .featured-articles--grid.post-authors-list figure .author-image .author-details {
  padding-top: 15px;
}
.authors-page .author-divider {
  margin: 32px 0;
}

.authors-page .author-page-header {
  margin-top: 65.53px;
  margin-bottom: 56px;
  height: 96.796px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .authors-page .author-page-header {
    margin-top: 0;
    margin-bottom: 60px;
    height: auto;
    padding-top: 155px;
  }
}
.authors-page .featured-articles.horizontal.has-mobile-view {
  padding-top: 0 !important;
}

@media (max-width: 420px) {
  .featured-articles.with-title.desktop-view.most-recent-grid {
    /*display: none;*/
  }
}
.featured-articles.with-title.mobile-view.bottomCarousel {
  display: none !important;
}
@media (max-width: 420px) {
  .featured-articles.with-title.mobile-view.bottomCarousel {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .featured-articles.most-recent-grid .featured-articles-content .featured-articles--grid .featured-card .feature-card--image {
    height: 300px;
  }
}

@media (max-width: 420px) {
  .related-desktop > .wrapper {
    display: none;
  }
}

@media (max-width: 640px) {
  .related-mobile > .wrapper {
    display: none;
  }
}
@media (max-width: 420px) {
  .related-mobile > .wrapper {
    display: block;
  }
}

.caption-wrap.desktop-caption.bannerCaption {
  flex-direction: row;
  align-items: center !important;
}
.caption-wrap.desktop-caption.bannerCaption time {
  font-size: 15px;
  line-height: 1;
}
.caption-wrap.desktop-caption.bannerCaption .caption {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.caption-wrap.desktop-caption.bannerCaption .caption a {
  font-size: 15px;
}
.caption-wrap.desktop-caption.bannerCaption .caption a + a {
  margin-left: 12px;
}
.caption-wrap.desktop-caption.bannerCaption .divider {
  margin-top: 4px !important;
}

.caption-wrap.mobile-caption.bannerCaption {
  align-items: center !important;
}

@media (max-width: 420px) {
  .featured-articles.with-title.mobile-view .featured-articles-content.withSpace .swiper-slide {
    flex: 242px 0 0 !important;
  }
}
@media (max-width: 420px) and (max-width: 420px) {
  .featured-articles.with-title.mobile-view .featured-articles-content.withSpace .swiper-slide .featured-card .feature-card--image a img {
    height: 162px !important;
  }
}

@media (max-width: 420px) {
  .featured-articles.with-title.mobile-view .featured-articles-content.withSpace {
    padding-left: 0 !important;
  }
  .featured-articles.with-title.mobile-view .featured-articles-content.withSpace.hasLeftSpace {
    padding-left: 22.5px !important;
  }
}

.inheritTitle {
  text-transform: inherit !important;
}

.post-content p:has(strong) + .table-overflow table {
  margin-top: 16px !important;
}

.search-wrap {
  position: relative;
}

.mobile-toggle,
.mobile-close {
  display: none;
}

@media (max-width: 1100px) {
  .mobile-toggle,
  .mobile-close {
    display: block;
    height: 22px;
  }
  body .hamburger .hamburger-bar {
    display: block;
    background: #777777;
    position: absolute;
    transition: all 0.2s;
    height: 3px;
    width: 26px;
    border-radius: 3px;
    left: 0;
    top: 50%;
    margin-top: -1px;
  }
  body .hamburger .hamburger-bar:first-of-type {
    margin-top: -8px;
  }
  body .hamburger .hamburger-bar:nth-of-type(3) {
    margin-top: 6px;
  }
  body .hamburger.active {
    display: none;
  }
  body .hamburger.active .hamburger-bar:first-of-type {
    transform: rotate(45deg);
    margin-top: -2px;
    background: #777777;
  }
  body .hamburger.active .hamburger-bar:nth-of-type(2) {
    background-color: transparent;
  }
  body .hamburger.active .hamburger-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    margin-top: -2px;
    background: #777777;
  }
  body .mobile-toggle > a {
    display: flex;
    align-items: center;
    position: relative;
  }
  body .site-header:before {
    content: "";
    display: block;
    background: white;
    position: fixed;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
  }
  body.mobile-menu-open {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    height: 100%;
  }
  body.mobile-menu-open .site-header {
    height: 100vh;
    overflow: auto;
  }
  body.mobile-menu-open .site-header:before {
    height: 100vh;
    opacity: 1;
  }
  body.mobile-menu-open .site-header .wrapper {
    padding: 0;
    height: 100%;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 0;
    background-color: white;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .mobile-toggle {
    top: 48px;
    position: absolute;
    right: 20px;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .branding {
    padding-left: 22.5px;
    display: none;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .branding .logo svg {
    fill: #74d2fb;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 132px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1100px) and (max-width: 1100px) {
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav {
    margin: 0 0 57px;
    padding: 0;
    border: 0;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li:last-child .submenu-body {
    padding-bottom: 0 !important;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li .submenu.active .submenu-dropdown {
    padding: 0;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li .submenu.active .submenu-dropdown .submenu-body {
    padding-top: 30px;
    padding-bottom: 44px;
    border-bottom: 2px solid #e5e5e5;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li .submenu.active .submenu-dropdown .submenu-body > div {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li .submenu.active .submenu-dropdown .submenu-body > div:not(:last-child) {
    margin-bottom: 20px;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li .submenu.active .submenu-dropdown .submenu-body > div .submenu-link {
    margin-bottom: 0;
    color: #4b4b4b;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
  }
}
@media (max-width: 1100px) and (max-width: 1100px) and (max-width: 1100px) {
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li .submenu .submenu-label > span {
    font-size: 15px;
    font-weight: 700;
    color: #afafaf;
    line-height: 1;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li .submenu .submenu-label > span.desktop-label {
    display: none;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li .submenu .submenu-label > span.mobile-label {
    display: block;
  }
}
@media (max-width: 1100px) and (max-width: 1100px) {
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li:not(.has-toggle) .submenu .submenu-label > span + .drop-svg + .union-svg {
    display: none;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li.has-toggle .submenu .submenu-dropdown .submenu-body {
    border: 0;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li.has-toggle .submenu .submenu-dropdown .submenu-body .submenu-link {
    color: #4b4b4b;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 32px;
    text-transform: capitalize;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li.has-toggle .submenu .submenu-dropdown .submenu-body .submenu-link:last-child {
    margin-bottom: 0;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li:not(:last-child) .submenu-dropdown {
    border-bottom: none;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .nav li:first-child .submenu .submenu-label {
    padding: 16px 0 0;
    border-top: 2px solid #e5e5e5;
  }
}
@media (max-width: 1100px) {
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu.has-mobile-view .search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
    gap: 34px;
    padding: 34.5px 22.5px 34px;
    width: 100%;
    background-color: white;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav {
    width: 100%;
    border-top: 2px solid #e5e5e5;
    padding: 18.5px 0 0;
    margin: 22px 0 0;
    height: 100%;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li {
    width: 100%;
    margin: 0 22.5px;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li:not(:first-child) {
    margin-top: 18.5px;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li:not(:last-child) .submenu-dropdown {
    padding-bottom: 40px;
    border-bottom: 2px solid #e5e5e5;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li .submenu .submenu-label {
    justify-content: space-between;
    margin: 0 22.5px;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li .submenu .submenu-label:hover > span {
    color: #afafaf;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li .submenu .submenu-label:hover svg > path {
    fill: #afafaf;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li .submenu .submenu-label > svg:first-child {
    display: none;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li .submenu .submenu-label div:last-child svg:last-child {
    transform: rotate(0deg);
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li .submenu .submenu-dropdown {
    padding-top: 16px;
    display: none;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li .submenu .submenu-dropdown .submenu-body {
    justify-content: space-between;
    margin: 0 22.5px;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li .submenu.active .submenu-dropdown {
    display: block;
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li .submenu.active .submenu-label div:last-child svg:last-child {
    transform: rotate(180deg);
  }
  body.mobile-menu-open .site-header .wrapper .header-wrapper .menu .nav li .submenu-link {
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
  }
}
header.site-header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22.5px 0;
}
@media (max-width: 640px) {
  header.site-header .header-wrapper {
    padding: 44px 0 28px;
  }
}
@media (max-width: 1100px) {
  header.site-header .header-wrapper {
    position: relative;
    width: 100%;
  }
}
header.site-header .header-wrapper .branding a {
  display: flex;
}
header.site-header .header-wrapper .branding img {
  max-width: 100%;
  width: 100%;
  height: 43.2px;
}
@media (max-width: 640px) {
  header.site-header .header-wrapper .branding img {
    width: 100.42px;
    height: 43.2px;
  }
}
header.site-header .header-wrapper .menu {
  display: flex;
}
@media (max-width: 1100px) {
  header.site-header .header-wrapper .menu {
    display: none;
  }
}
header.site-header .header-wrapper .menu .nav {
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  header.site-header .header-wrapper .menu .nav {
    display: flex;
    flex-direction: column;
    list-style: none;
  }
}
header.site-header .header-wrapper .menu .nav li {
  cursor: pointer;
}
header.site-header .header-wrapper .menu .nav li + li {
  margin-left: 42px;
}

.heroSection {
  padding: 6.125em 0 3.125em;
}
@media (max-width: 1440px) {
  .heroSection {
    padding: 7em 0 3.125em;
  }
}
@media (max-width: 1280px) {
  .heroSection {
    padding: 6em 0 3.125em;
  }
}
@media (max-width: 1100px) {
  .heroSection {
    padding: 5em 0 3.125em;
  }
}
@media (max-width: 767px) {
  .heroSection {
    padding: 2.7em 0 3em;
  }
}
.heroSection.mobile-view {
  display: none;
}
@media (max-width: 640px) {
  .heroSection {
    padding: 140px 0 56px;
  }
  .heroSection.desktop-view {
    display: none;
  }
  .heroSection.mobile-view {
    display: block;
    padding-bottom: 0;
  }
  .heroSection.mobile-view.ishubpage {
    padding-top: 0 !important;
  }
  .heroSection.mobile-view h1 {
    font-family: "din-next-rounded";
  }
  .heroSection.mobile-view .hero-content {
    gap: 26px;
  }
  .heroSection.mobile-view .hero-content .hero-content--left {
    gap: 26px;
  }
  .heroSection.mobile-view .hero-content .hero-content--left .editors-pick {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #74d2fb;
  }
  .heroSection.mobile-view .hero-content .hero-content--left h1 {
    color: #4b4b4b;
    font-size: 23px;
    font-weight: 700;
    line-height: 29.9px;
  }
  .heroSection.mobile-view .hero-content .hero-content--left .hero--decription p {
    font-size: 17px;
  }
  .heroSection.mobile-view .hero-content .hero-content--right img {
    height: 220px;
  }
}
.heroSection .hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: flex-start;
  gap: 71px;
}
@media (max-width: 767px) {
  .heroSection .hero-content {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .heroSection .hero-content {
    gap: 20px;
  }
}
.heroSection .hero-content .hero-content--left {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .heroSection .hero-content .hero-content--left {
    order: 2;
  }
}
@media (max-width: 640px) {
  .heroSection .hero-content .hero-content--left {
    gap: 20px;
  }
}
.heroSection .hero-content .hero-content--left .hero--description a > a,
.heroSection .hero-content .hero-content--left .hero--description p > a {
  color: inherit !important;
}
.heroSection .hero-content .hero-content--left .hero--description a em,
.heroSection .hero-content .hero-content--left .hero--description p em {
  font-style: normal;
}
.heroSection .hero-content .hero-content--left .hero--description > p {
  color: #777;
  /*font-family: "din-next-rounded";*/
  font-size: 1.188em;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  overflow: hidden;
}
.heroSection .hero-content .hero-content--left .button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  border-radius: 0.75em;
  text-align: center;
  /*font-family: "din-next-rounded";*/
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 15px 24.5px 13px;
  color: #fff;
  border: 2px solid #e5e5e5;
  background: #40AAFB;
  box-shadow: 0px 2px 0px 0px #e8e8e8;
  transform: translateY(0) translateZ(0);
}
@media (max-width: 480px) {
  .heroSection .hero-content .hero-content--left .button {
    margin-top: 24px;
  }
}
@media (max-width: 640px) {
  .heroSection .hero-content .hero-content--left .button {
    width: 100%;
  }
}
.heroSection .hero-content .hero-content--left .button:hover {
  background-color: #e6e6e6;
  border: 2px solid #cecece;
  box-shadow: 0px 2px 0px 0px #cecece;
}
.heroSection .hero-content .hero-content--left .button:active {
  box-shadow: none;
  color: #1cb0f6;
  background-color: #e6e6e6;
  border: 2px solid #cecece;
  box-shadow: none;
  transform: translateY(4px) translateZ(0);
}
.heroSection .hero-content .hero-content--right {
  width: 540px;
}
@media (max-width: 1100px) {
  .heroSection .hero-content .hero-content--right {
    width: 100%;
  }
}
.heroSection .hero-content .hero-content--right img {
  max-width: 100%;
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 30px;
  background: #afafaf;
}
@media (max-width: 1100px) {
  .heroSection .hero-content .hero-content--right img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .heroSection .hero-content .hero-content--right img {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .heroSection .hero-content .hero-content--right img {
    height: 220px;
  }
}
@media (max-width: 640px) {
  .heroSection .hero-content .hero-content--right img {
    border-radius: 24px;
    height: 270px;
  }
}

.divider {
  margin: 0 14px;
}

.section-divider {
  width: 100%;
  margin: 60px auto 50px;
  height: 2px;
  background-color: #e5e5e5;
}
@media (max-width: 640px) {
  .section-divider {
    margin: 56px 0 56px;
  }
}

.caption-wrap {
  width: fit-content;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .caption-wrap {
    align-items: flex-start !important;
  }
  .caption-wrap .caption:not(.author) {
    text-wrap: nowrap;
  }
}
.caption-wrap .divider {
  margin-top: 3px;
}
.caption-wrap .divider.mobile {
  display: none;
}
@media (max-width: 400px) {
  .caption-wrap .divider.mobile {
    display: block;
  }
}
@media (max-width: 400px) {
  .caption-wrap .divider:not(.mobile) {
    display: none;
  }
}
@media (max-width: 400px) {
  .caption-wrap .divider {
    margin-top: 0;
  }
}
.caption-wrap .caption {
  text-transform: uppercase;
}
@media (max-width: 400px) {
  .caption-wrap .caption {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
}
.caption-wrap .caption.author a:hover {
  color: #1cb0f6;
}
.caption-wrap .caption time,
.caption-wrap .caption a {
  letter-spacing: 0.8px;
}
.caption-wrap.textLong {
  align-items: flex-start;
  flex-direction: column;
}
.caption-wrap.textLong .divider {
  display: block;
  margin-top: 0;
}
@media (max-width: 400px) {
  .caption-wrap.textLong .divider {
    display: inline-block;
  }
}
.caption-wrap.textLong .divider:not(.mobile) {
  display: none;
}
.caption-wrap.textLong .caption {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  .featured-articles.horizontal.desktop-view + .wrapper .section-divider {
    margin-top: 78px;
    margin-bottom: 16px;
  }
}
.featured-articles.with-title-desc.has-mobile-view .link {
  display: none;
}
@media (max-width: 640px) {
  .featured-articles.with-title-desc.has-mobile-view + .wrapper .section-divider {
    margin: 80px 0 16px;
  }
  .featured-articles.with-title-desc.has-mobile-view .headings-wrapper {
    margin-bottom: 34px;
  }
  .featured-articles.with-title-desc.has-mobile-view .headings-wrapper .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .featured-articles.with-title-desc.has-mobile-view .headings-wrapper .title-wrap .sectionTitle {
    color: #afafaf;
    font-family: "din-next-rounded";
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .featured-articles.with-title-desc.has-mobile-view .headings-wrapper .title-wrap .link {
    display: block;
    color: #1cb0f6;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
  .featured-articles.with-title-desc.has-mobile-view .headings-wrapper p {
    /*display: none;*/
  }
  .featured-articles.with-title-desc.has-mobile-view .featured-articles-content h3 {
    font-size: 19px;
  }
  .featured-articles.with-title-desc.has-mobile-view .featured-articles-content .featured-articles--grid.desktop-grid {
    display: none;
  }
  .featured-articles.with-title-desc.has-mobile-view .featured-articles-content .featured-articles--grid.mobile-grid {
    display: block;
  }
  .featured-articles.with-title-desc.has-mobile-view .featured-articles-content .featured-articles--grid .featured-card .feature-card--content .caption-wrap {
    display: none;
  }
  .featured-articles.with-title-desc.has-mobile-view .featured-articles-content .button {
    /*display: none;*/
  }
}
@media (max-width: 1100px) {
  .featured-articles.with-title-desc h3 {
    max-width: 100%;
    width: 100%;
  }
}
.featured-articles.with-title-desc .featured-articles-content {
  gap: 64px;
}
.featured-articles.with-title-desc .featured-articles-content .featured-articles--grid {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 34px;
}
.featured-articles.with-title-desc .featured-articles-content .featured-articles--grid.mobile-grid {
  display: none;
}
.featured-articles.with-title-desc .featured-articles-content .featured-articles--grid .featured-card .feature-card--image {
  height: 345px;
}
@media (max-width: 1100px) {
  .featured-articles.with-title-desc .featured-articles-content .featured-articles--grid .featured-card .feature-card--image {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .featured-articles.with-title-desc .featured-articles-content .featured-articles--grid .featured-card .feature-card--image {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .featured-articles.with-title-desc .featured-articles-content .featured-articles--grid .featured-card .feature-card--image {
    height: 220px;
  }
}
@media (max-width: 1100px) {
  .featured-articles.with-title-desc .featured-articles-content .featured-articles--grid {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
}
@media (max-width: 1100px) {
  .featured-articles.with-title-desc .featured-articles-content {
    gap: 56px;
  }
}
@media (max-width: 640px) {
  .featured-articles.with-title-desc .featured-articles-content {
    gap: 44px;
  }
}
@media (max-width: 640px) {
  .featured-articles.with-title-desc.slider.has-mobile-view + .wrapper .section-divider {
    margin: 85px 0 16px;
  }
  .featured-articles.with-title-desc.slider.has-mobile-view .featured-articles-content {
    gap: 40px;
  }
  .featured-articles.with-title-desc.slider.has-mobile-view .featured-articles-content .dots-container {
    margin-top: 19px;
  }
  .featured-articles.with-title-desc.slider.has-mobile-view .featured-articles-content .glide {
    margin-top: 34px;
  }
  .featured-articles.with-title-desc.slider.has-mobile-view .featured-articles-content .button {
    display: block;
  }
  .featured-articles.with-title-desc.slider.has-mobile-view .headings-wrapper {
    gap: 22px;
  }
  .featured-articles.with-title-desc.slider.has-mobile-view .headings-wrapper h2 {
    display: none;
  }
  .featured-articles.with-title-desc.slider.has-mobile-view .headings-wrapper h6 {
    display: block;
    font-size: 15px;
    color: #afafaf;
    font-weight: 700;
  }
  .featured-articles.with-title-desc.slider.has-mobile-view .headings-wrapper p {
    display: block;
    font-size: 17px;
    font-weight: 400;
  }
}
.featured-articles.with-title-desc.slider .featured-articles-content {
  position: relative;
}
.featured-articles.with-title-desc.slider .featured-articles-content .dots-container {
  display: none;
}
@media (max-width: 1100px) {
  .featured-articles.with-title-desc.slider .featured-articles-content {
    gap: 44px;
  }
}
.featured-articles.with-title-desc.slider .featured-articles-content .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: auto;
}
.featured-articles.with-title-desc.slider .featured-articles-content .image-container img {
  max-width: 100%;
  width: 100%;
  height: 380px;
  border-radius: 24px;
  object-fit: cover;
  background-color: #afafaf;
}
@media (max-width: 1100px) {
  .featured-articles.with-title-desc.slider .featured-articles-content .image-container img {
    max-width: 100%;
    height: 300px;
  }
}
@media (max-width: 640px) {
  .featured-articles.with-title-desc.slider .featured-articles-content .image-container img {
    height: 220px;
  }
}
.featured-articles.with-title-desc.slider .featured-articles-content .glide {
  margin-top: 52px;
}
@media (max-width: 640px) {
  .featured-articles.with-title-desc.slider .featured-articles-content .glide {
    margin-top: 32px;
  }
}
.featured-articles.with-title-desc.slider .featured-articles-content .glide .glide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  cursor: auto;
}
.featured-articles.with-title-desc.slider .featured-articles-content .glide .glide__arrows > div:nth-child(1) {
  position: absolute;
  top: 0;
  left: -30%;
}
.featured-articles.with-title-desc.slider .featured-articles-content .glide .glide__arrows > div:nth-child(2) {
  position: absolute;
  top: 0;
  right: -30%;
}
@media (max-width: 1100px) {
  .featured-articles.with-title-desc.slider .featured-articles-content .glide .glide__arrows {
    display: none;
  }
}
.featured-articles.with-title-desc.slider .featured-articles-content .glide .glide__arrows .glide__arrow {
  background-color: white;
  border: 1px solid #ccc;
  padding: 5px 10px;
  cursor: pointer;
}
.featured-articles.with-title-desc.slider .featured-articles-content .outer-circle {
  cursor: pointer;
  width: 72px;
  height: 72px;
  background: white;
  box-shadow: 0px 2px 0px #e5e5e5;
  border-radius: 9999px;
  border: 2px #e5e5e5 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0) translateZ(0);
}
.featured-articles.with-title-desc.slider .featured-articles-content .outer-circle:active, .featured-articles.with-title-desc.slider .featured-articles-content .outer-circle:focus {
  transform: translateY(4px) translateZ(0);
  box-shadow: none;
}
@media (max-width: 1280px) {
  .featured-articles.with-title-desc.slider .featured-articles-content .dots-container {
    margin: 32px 0 0;
    display: flex;
    grid-template-columns: 16px 16px 16px 16px;
    grid-column-gap: 12px;
    justify-content: center;
  }
  .featured-articles.with-title-desc.slider .featured-articles-content .dots-container .glide__bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #afafaf !important;
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    margin: 0 !important;
    border: 0 !important;
  }
  .featured-articles.with-title-desc.slider .featured-articles-content .dots-container .glide__bullet.glide__bullet--active {
    opacity: 1;
  }
  .featured-articles.with-title-desc.slider .featured-articles-content .glide__bullet {
    border: 0;
    box-shadow: none;
    margin: 0;
  }
  .featured-articles.with-title-desc.slider .featured-articles-content .glide__bullet:hover,
  .featured-articles.with-title-desc.slider .featured-articles-content .glide__bullet:focus {
    border: 0 !important;
  }
}
.featured-articles.with-title-desc.slider .headings-wrapper {
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  gap: 35.44px;
}
.featured-articles.with-title-desc.slider .headings-wrapper h6 {
  display: none;
}
@media (max-width: 480px) {
  .featured-articles.with-title-desc.slider .headings-wrapper {
    gap: 32px;
  }
}
.featured-articles.with-title-desc.slider .headings-wrapper p {
  color: #777;
  max-width: 75%;
  width: 100%;
}
.featured-articles.with-title-desc.slider .headings-wrapper.center-align {
  margin: 0 auto;
  max-width: 55%;
}
.featured-articles.with-title-desc.slider .headings-wrapper.center-align p {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .featured-articles.with-title-desc.slider .headings-wrapper.center-align {
    max-width: 100%;
  }
}
.featured-articles.with-title.mobile-view {
  display: none;
}
@media (max-width: 640px) {
  .featured-articles.with-title.mobile-view {
    display: block;
  }
  .featured-articles.with-title.mobile-view .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .featured-articles.with-title.mobile-view .title-wrap h3 {
    font-size: 15px;
    color: #afafaf;
    font-weight: 700;
  }
  .featured-articles.with-title.mobile-view .title-wrap .link {
    color: #1cb0f6;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
  .featured-articles.with-title.mobile-view .featured-articles-content {
    margin: 35px 0 0;
    padding: 0;
    display: block;
  }
  .featured-articles.with-title.mobile-view .featured-articles-content.withSpace {
    padding: 0 0 0 22.5px;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .featured-articles.with-title.mobile-view .featured-articles-content.withSpace .featured-card .feature-card--image a img {
    max-width: 100%;
    width: 100%;
    height: 180px !important;
    object-fit: cover;
  }
}
@media (max-width: 640px) and (max-width: 400px) {
  .featured-articles.with-title.mobile-view .featured-articles-content.withSpace .featured-card .feature-card--image a img {
    height: 162px !important;
  }
}
@media (max-width: 640px) {
  .featured-articles.with-title.mobile-view .featured-articles-content .featured-card .feature-card--content .caption-wrap {
    display: none;
  }
  .featured-articles.with-title.mobile-view .featured-articles-content .featured-card .feature-card--content h3 {
    padding-top: 21px;
    font-size: 19px;
    font-weight: 700;
  }
  .featured-articles.with-title.mobile-view .featured-articles-content .featured-card .feature-card--content img {
    display: none;
  }
  .featured-articles.with-title.mobile-view .featured-articles-content .featured-card .feature-card--image a img {
    max-width: 100%;
    width: 100%;
    height: 250px;
  }
  .featured-articles.with-title.mobile-view .featured-articles-content .swiper-pagination,
  .featured-articles.with-title.mobile-view .featured-articles-content .swiper-notification {
    display: none !important;
  }
  .featured-articles.with-title.mobile-view .featured-articles-content .swiper-pagination-bullets,
  .featured-articles.with-title.mobile-view .featured-articles-content .swiper-pagination-custom,
  .featured-articles.with-title.mobile-view .featured-articles-content .swiper-pagination-clickable {
    display: none !important;
  }
  .featured-articles.with-title.mobile-view .featured-articles-content .swiper-slide {
    align-items: flex-start;
  }
  .featured-articles.with-title.mobile-view .featured-articles-content .swiper-slide > div {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .featured-articles.with-title.mobile-view .featured-articles-content .featured-card .feature-card--image a img {
    max-width: 100%;
    width: 100%;
    height: 162px;
  }
}
.featured-articles.with-title .featured-articles-content {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.featured-articles.with-title .featured-articles-content h3 {
  align-self: flex-start;
}
.featured-articles.with-title .featured-articles-content .feature-card--image img {
  border-radius: 20px;
}
.featured-articles .headings-wrapper {
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 480px) {
  .featured-articles .headings-wrapper {
    gap: 32px;
  }
}
.featured-articles .headings-wrapper p {
  color: #777;
  max-width: 75%;
  width: 100%;
}
@media (max-width: 1100px) {
  .featured-articles .headings-wrapper p {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .featured-articles .headings-wrapper.center-align {
    max-width: 100%;
  }
}
.featured-articles .headings-wrapper.center-align p,
.featured-articles .headings-wrapper.center-align h2 {
  text-align: center;
}
@media (max-width: 640px) {
  .featured-articles .headings-wrapper.center-align p,
  .featured-articles .headings-wrapper.center-align h2 {
    text-align: left;
  }
}
.featured-articles:not(.vertical) .section-divider {
  display: none;
}
.featured-articles:not(.vertical):not(.with-title-desc):not(.with-title) {
  padding: 3.125em 0 0;
}
@media (max-width: 767px) {
  .featured-articles:not(.vertical):not(.with-title-desc):not(.with-title) {
    padding: 0;
  }
}
.featured-articles:not(.vertical):not(.with-title-desc) .featured-articles--grid h3 {
  color: #5a5a5a;
}
.featured-articles .featured-articles-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.featured-articles .featured-articles-content .button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  border-radius: 0.75em;
  text-align: center;
  /*font-family: "din-next-rounded";*/
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 15px 48.5px;
  color: #fff;
  border: 2px solid #e5e5e5;
  background: #40AAFB;
  box-shadow: 0px 2px 0px 0px #e8e8e8;
  transform: translateY(0) translateZ(0);
}
@media (max-width: 640px) {
  .featured-articles .featured-articles-content .button {
    width: 100%;
  }
}
.featured-articles .featured-articles-content .button:hover {
  background-color: #e6e6e6;
  border: 2px solid #cecece;
  box-shadow: 0px 2px 0px 0px #cecece;
}
.featured-articles .featured-articles-content .button:active {
  box-shadow: none;
  color: #1cb0f6;
  background-color: #e6e6e6;
  border: 2px solid #cecece;
  box-shadow: none;
  transform: translateY(4px) translateZ(0);
}
@media (max-width: 1100px) {
  .featured-articles .featured-articles-content {
    gap: 44px;
  }
}
.featured-articles .featured-articles-content .featured-articles--grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 39px;
  grid-row-gap: 56px;
  align-items: flex-start;
}
@media (max-width: 1100px) {
  .featured-articles .featured-articles-content .featured-articles--grid {
    grid-column-gap: 30px;
    grid-row-gap: 32px;
  }
}
@media (max-width: 1024px) {
  .featured-articles .featured-articles-content .featured-articles--grid {
    grid-column-gap: 24px;
  }
}
@media (max-width: 767px) {
  .featured-articles .featured-articles-content .featured-articles--grid {
    grid-template-columns: 1fr;
  }
}
.featured-articles .featured-articles-content .featured-articles--grid .section-divider {
  margin: 33px 0;
}
@media (max-width: 1100px) {
  .featured-articles .featured-articles-content .featured-articles--grid .section-divider {
    display: none;
  }
}
.featured-articles .featured-articles-content .featured-articles--grid .featured-card h3:hover {
  color: #74d2fb;
}
.featured-articles .featured-articles-content .featured-articles--grid .featured-card .feature-card--image {
  max-width: 100%;
  width: 100%;
  height: 220px;
}
@media (max-width: 767px) {
  .featured-articles .featured-articles-content .featured-articles--grid .featured-card .feature-card--image {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .featured-articles .featured-articles-content .featured-articles--grid .featured-card .feature-card--image {
    height: 220px;
  }
}
.featured-articles .featured-articles-content .featured-articles--grid .featured-card .feature-card--image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  background: #afafaf;
}
.featured-articles .featured-articles-content .featured-articles--grid .featured-card .feature-card--content {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.featured-articles .featured-articles-content .featured-articles--grid .featured-card .feature-card--content .caption-wrap {
  margin-bottom: 10px;
}
.featured-articles.vertical .featured-articles-content {
  align-items: center;
}
.featured-articles.vertical .featured-articles-content .featured-articles--grid {
  margin-top: 48px;
  grid-template-columns: 1fr;
  grid-row-gap: 32px;
}
.featured-articles.vertical .featured-articles-content .featured-articles--grid .wrapper .section-divider {
  display: none;
}
.featured-articles.vertical .featured-articles-content .featured-articles--grid .featured-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  grid-template-columns: 225px auto;
  align-items: center;
  grid-column-gap: 49px;
  gap: 44px;
}
.featured-articles.vertical .featured-articles-content .featured-articles--grid .featured-card .feature-card--content {
  margin-top: 0;
}
.featured-articles.vertical .featured-articles-content .featured-articles--grid .featured-card .feature-card--image {
  width: 225px;
  height: 150px;
}
@media (max-width: 480px) {
  .featured-articles.vertical .featured-articles-content .featured-articles--grid .featured-card .feature-card--image {
    width: 100%;
    height: 220px;
  }
}
.featured-articles.vertical .featured-articles-content .featured-articles--grid .featured-card .feature-card--image img {
  border-radius: 20px;
}
@media (max-width: 480px) {
  .featured-articles.vertical .featured-articles-content .featured-articles--grid .featured-card {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
}
@media (max-width: 640px) {
  .featured-articles.vertical.has-mobile-view + .wrapper .section-divider, .featured-articles.horizontal.has-mobile-view + .wrapper .section-divider {
    margin: 78px 0 13px;
  }
  .featured-articles.vertical.has-mobile-view .p-sb-b, .featured-articles.horizontal.has-mobile-view .p-sb-b {
    font-size: 15px;
    color: #afafaf;
  }
  .featured-articles.vertical.has-mobile-view .p-sb-b.has-mobile-space, .featured-articles.horizontal.has-mobile-view .p-sb-b.has-mobile-space {
    margin-bottom: 47px;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content, .featured-articles.horizontal.has-mobile-view .featured-articles-content {
    align-items: center;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:first-child .featured-card, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:first-child .featured-card {
    grid-row-gap: 16px;
    margin-bottom: 36px;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:first-child .featured-card .feature-card--content h3, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:first-child .featured-card .feature-card--content h3 {
    font-size: 19px;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:not(:first-child) .featured-card, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:not(:first-child) .featured-card {
    grid-template-columns: 120px auto;
    gap: 21px;
    margin: 28px 0;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:not(:first-child) .featured-card .feature-card--content .caption-wrap, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:not(:first-child) .featured-card .feature-card--content .caption-wrap {
    display: none;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:not(:first-child) .featured-card .feature-card--image, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:not(:first-child) .featured-card .feature-card--image {
    height: 80px;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:not(:first-child) .featured-card .feature-card--image img, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:not(:first-child) .featured-card .feature-card--image img {
    border-radius: 10px;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:last-child .featured-card, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid:not(.has-not-featured) > div:last-child .featured-card {
    margin-bottom: 0;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured > div .feature-card--content, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured > div .feature-card--content {
    margin-top: 0;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured > div:last-child .featured-card, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured > div:last-child .featured-card {
    margin-bottom: 0;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured .featured-card, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured .featured-card {
    display: grid;
    grid-template-columns: 120px auto;
    align-items: center;
    gap: 21px;
    margin: 28px 0;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured .featured-card .feature-card--content .caption-wrap, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured .featured-card .feature-card--content .caption-wrap {
    display: none;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured .featured-card .feature-card--image, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured .featured-card .feature-card--image {
    height: 80px;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured .featured-card .feature-card--image img, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured .featured-card .feature-card--image img {
    border-radius: 10px;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid {
    grid-row-gap: 0 !important;
    margin-top: 0 !important;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid > .wrapper:last-child, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid > .wrapper:last-child {
    margin-bottom: 32px !important;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid > .wrapper:last-child .section-divider, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid > .wrapper:last-child .section-divider {
    display: none !important;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid > .wrapper .section-divider, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid > .wrapper .section-divider {
    margin: 32px 0 !important;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .featured-card, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .featured-card {
    grid-template-columns: 1fr !important;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .featured-card .feature-card--content, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .featured-card .feature-card--content {
    margin-top: 0;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .featured-card .feature-card--content h3, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .featured-card .feature-card--content h3 {
    font-weight: 500;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .feature-card--image,
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .caption-wrap, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .feature-card--image,
  .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .caption-wrap {
    display: none;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .featured-articles--grid .wrapper, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .featured-articles--grid .wrapper {
    padding: 0;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .featured-articles--grid .wrapper .section-divider, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.text-based-grid .featured-articles--grid .wrapper .section-divider {
    margin: 0;
    display: block !important;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid {
    grid-row-gap: 0;
    margin-top: 38px;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid .wrapper, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid .wrapper {
    padding: 0;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid .wrapper .section-divider, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid .wrapper .section-divider {
    display: block;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid:not(.text-based-grid) .wrapper .section-divider, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid:not(.text-based-grid) .wrapper .section-divider {
    margin: 0;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid .featured-card .feature-card--content h3, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid .featured-card .feature-card--content h3 {
    font-size: 18px;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .featured-articles--grid .featured-card .feature-card--content .caption-wrap, .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid .featured-card .feature-card--content .caption-wrap {
    display: none;
  }
  .featured-articles.vertical.has-mobile-view .featured-articles-content .button, .featured-articles.horizontal.has-mobile-view .featured-articles-content .button {
    display: none;
  }
}
.featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid > .wrapper {
  display: none;
}
@media (max-width: 640px) {
  .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid > .wrapper {
    display: block;
  }
}
.featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured > .wrapper {
  display: none;
}
@media (max-width: 640px) {
  .featured-articles.horizontal.has-mobile-view .featured-articles-content .featured-articles--grid.has-not-featured > .wrapper {
    display: block;
  }
}

.post-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 640px) {
  .post-body.has-mobile-view {
    gap: 16px;
  }
}
.post-body > div {
  max-width: 100%;
  width: 100%;
}
.post-body > .wrapper {
  width: auto;
}
@media (max-width: 640px) {
  .post-body > .wrapper {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .post-body {
    gap: 44px;
  }
}
.post-body .button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  border-radius: 0.75em;
  text-align: center;
  font-family: "din-next-rounded";
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 15px 48.5px;
  color: #1cb0f6;
  border: 2px solid #e5e5e5;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #e8e8e8;
  transform: translateY(0) translateZ(0);
}
@media (max-width: 640px) {
  .post-body .button {
    width: 100%;
  }
}
.post-body .button:hover {
  background-color: #e6e6e6;
  border: 2px solid #cecece;
  box-shadow: 0px 2px 0px 0px #cecece;
}
.post-body .button:active {
  box-shadow: none;
  color: #1cb0f6;
  background-color: #e6e6e6;
  border: 2px solid #cecece;
  box-shadow: none;
  transform: translateY(4px) translateZ(0);
}

.inner-page .inner-page-header {
  margin-top: 65.53px;
  margin-bottom: 56px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .inner-page .inner-page-header .p-sb-b {
    font-size: 15px;
  }
}
.inner-page .inner-page-header.hasHeight {
  height: 96.796px;
}
@media (max-width: 767px) {
  .inner-page .inner-page-header {
    height: 80px;
  }
}
@media (max-width: 640px) {
  .inner-page .inner-page-header {
    margin: 0 0 60px;
    height: auto;
  }
}
.inner-page .inner-page-header .wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: flex-start;
}
.inner-page .inner-page-header .wrapper p {
  color: #777;
  font-size: 1.188em;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.inner-page .inner-page-body .featured-articles.horizontal {
  padding: 0 !important;
}
.inner-page.tag-page .inner-page-header {
  margin-top: 100.83px;
  height: auto !important;
}
@media (max-width: 640px) {
  .inner-page.tag-page .inner-page-header {
    margin-top: 60px;
  }
}
.inner-page.tag-page .inner-page-header .wrapper {
  gap: 0;
}
.inner-page.tag-page .inner-page-header .wrapper h1 {
  margin-top: 19.27px;
}
@media (max-width: 640px) {
  .inner-page.tag-page .inner-page-header .wrapper h1 {
    margin-top: 24px;
  }
}
.inner-page.tag-page .featured-articles {
  padding-top: 0 !important;
}
.inner-page.tag-page .featured-articles:not(.vertical) .wrapper .featured-articles-content .featured-articles--grid {
  grid-row-gap: 70px;
}
@media (max-width: 1100px) {
  .inner-page.tag-page .featured-articles:not(.vertical) .wrapper .featured-articles-content .featured-articles--grid {
    grid-row-gap: 32px;
  }
}
.inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-title,
.inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-title,
.inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-title,
.inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-title, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-title,
.inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-title,
.inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-title,
.inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-title, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-title,
.inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-title,
.inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-title,
.inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-title {
  display: none;
}
.inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header,
.inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header,
.inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header,
.inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header,
.inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header,
.inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header,
.inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header,
.inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header,
.inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header,
.inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header {
  display: none;
}
.inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-clear-btn,
.inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-clear-btn,
.inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-clear-btn,
.inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-clear-btn, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-clear-btn,
.inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-clear-btn,
.inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-clear-btn,
.inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-clear-btn, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-clear-btn,
.inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-clear-btn,
.inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-clear-btn,
.inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-clear-btn {
  display: none;
}
@media (max-width: 640px) {
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header {
    margin: 0 0 40px !important;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-clear-btn,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-clear-btn,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-clear-btn,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-clear-btn, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-clear-btn,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-clear-btn,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-clear-btn,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-clear-btn, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-clear-btn,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-clear-btn,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-clear-btn,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-clear-btn {
    display: block;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .mobile-filter,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .mobile-filter, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .mobile-filter,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .mobile-filter, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .mobile-filter,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .mobile-filter {
    display: none;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container {
    width: auto;
    margin-top: 0;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter {
    gap: 6px;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-popup,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-popup,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-popup,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-popup, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-popup,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-popup,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-popup,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-popup, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-popup,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-popup,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-popup,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-popup {
    right: 0;
    padding: 20px 0 10px 12px;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.desktop-clear-btn {
    display: none;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .clear-btn.mobile-clear-btn {
    margin: 0 14px 24px 0px;
    border-radius: 5px;
    background: #f4f4f4;
    color: #777777;
    padding: 7px 14px;
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-container,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-container,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-container,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-container, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-container,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-container,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-container,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-container, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-container,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-container,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .tags-filter-container .filter-container,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .tags-filter-container .filter-container {
    padding-left: 14px;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .mobile-filter,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .mobile-filter, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .mobile-filter,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .mobile-filter, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .mobile-filter,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .mobile-filter,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .mobile-filter {
    display: flex;
  }
}
@media (max-width: 640px) {
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header + .tags-filter-container,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header + .tags-filter-container,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header + .tags-filter-container,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header + .tags-filter-container, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header + .tags-filter-container,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header + .tags-filter-container,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header + .tags-filter-container,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header + .tags-filter-container, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header + .tags-filter-container,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header + .tags-filter-container,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header + .tags-filter-container,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header + .tags-filter-container {
    display: none;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .desktop-title,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .desktop-title,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .desktop-title,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .desktop-title, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .desktop-title,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .desktop-title,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .desktop-title,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .desktop-title, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .desktop-title,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .desktop-title,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .desktop-title,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .desktop-title {
    display: none;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-title,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-title,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-title,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-title, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-title,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-title,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-title,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-title, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-title,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-title,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-title,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-title {
    display: flex;
  }
}
.inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-label,
.inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-label,
.inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-label,
.inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-label, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-label,
.inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-label,
.inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-label,
.inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-label, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-label,
.inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-label,
.inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-label,
.inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-label {
  display: none;
}
@media (max-width: 640px) {
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header {
    margin-top: 26px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .mobile-label,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .mobile-label,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .mobile-label,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .mobile-label, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .mobile-label,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .mobile-label,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .mobile-label,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .mobile-label, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .mobile-label,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .mobile-label,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .mobile-label,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .mobile-label {
    color: #1cb0f6;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .filter-arrow svg path,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .filter-arrow svg path,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .filter-arrow svg path,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .filter-arrow svg path, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .filter-arrow svg path,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .filter-arrow svg path,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .filter-arrow svg path,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .filter-arrow svg path, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header .filter-arrow svg path,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header .filter-arrow svg path,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header .filter-arrow svg path,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header .filter-arrow svg path {
    fill: #1cb0f6;
    stroke: #1cb0f6;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .desktop-label,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .desktop-label,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .desktop-label,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .desktop-label, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .desktop-label,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .desktop-label,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .desktop-label,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .desktop-label, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .desktop-label,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .desktop-label,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .desktop-label,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .desktop-label {
    display: none;
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header h1,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header h1,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header h1,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header h1, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header h1,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header h1,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header h1,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header h1, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header h1,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header h1,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header h1,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header h1 {
    margin-top: 0;
    width: fit-content;
    text-align: center;
    color: #009be4;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    word-wrap: break-word;
    cursor: pointer;
    height: 28px;
    padding: 0 10px;
    background: #ddf4ff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 12px;
    font-family: "din-next-rounded";
  }
  .inner-page.tag-page.has-mobile-view .inner-page-content .inner-page-header .mobile-label,
  .inner-page.tag-page.has-mobile-view .inner-page-content .archive-page-header .mobile-label,
  .inner-page.tag-page.has-mobile-view .archive-page-content .inner-page-header .mobile-label,
  .inner-page.tag-page.has-mobile-view .archive-page-content .archive-page-header .mobile-label, .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header .mobile-label,
  .inner-page.search-page.has-mobile-view .inner-page-content .archive-page-header .mobile-label,
  .inner-page.search-page.has-mobile-view .archive-page-content .inner-page-header .mobile-label,
  .inner-page.search-page.has-mobile-view .archive-page-content .archive-page-header .mobile-label, .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-label,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-label,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-label,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-label {
    display: inline;
    color: #777777;
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .inner-page.archive-page.has-mobile-view .inner-page-content .inner-page-header .mobile-filter-header,
  .inner-page.archive-page.has-mobile-view .inner-page-content .archive-page-header .mobile-filter-header,
  .inner-page.archive-page.has-mobile-view .archive-page-content .inner-page-header .mobile-filter-header,
  .inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-filter-header {
    margin-top: 0px;
  }
}
.inner-page.author-page .inner-page-header, .inner-page.search-page .inner-page-header {
  height: auto !important;
}
.inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header > .wrapper {
  gap: 32px;
}
@media (max-width: 640px) {
  .inner-page.search-page.has-mobile-view .tags-filter-container {
    display: none;
  }
  .inner-page.search-page.has-mobile-view .inner-page-content .inner-page-header > .wrapper {
    gap: 42px;
  }
}

.tag-page.has-mobile-view .post-body,
.archive-page.has-mobile-view .post-body {
  gap: 16px;
}

.search-page.has-mobile-view .search-box.has-mobile-view {
  display: none;
}
.search-page.has-mobile-view .search-box.has-mobile-view:focus-within .search-box-clear {
  display: flex;
}
.search-page.has-mobile-view .search-box.has-mobile-view input {
  width: 100%;
  appearance: none;
  border: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  color: #4b4b4b;
  font-family: "din-next-rounded";
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-page.has-mobile-view .search-box.has-mobile-view input::placeholder {
  color: #afafaf;
  font-weight: 500;
}
@media (max-width: 640px) {
  .search-page.has-mobile-view .search-box.has-mobile-view {
    display: flex;
    max-width: 100%;
    width: 100%;
  }
  .search-page.has-mobile-view h1 {
    display: none !important;
  }
}

.post-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.post-body > .wrapper {
  width: auto;
}
@media (max-width: 640px) {
  .post-body > .wrapper {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .post-body {
    gap: 44px;
  }
}
.post-body .button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  border-radius: 0.75em;
  text-align: center;
  font-family: "din-next-rounded";
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 15px 48.5px;
  color: #1cb0f6;
  border: 2px solid #e5e5e5;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #e8e8e8;
  transform: translateY(0) translateZ(0);
  padding: 15px 55px;
}
@media (max-width: 640px) {
  .post-body .button {
    width: 100%;
  }
}
.post-body .button:hover {
  background-color: #e6e6e6;
  border: 2px solid #cecece;
  box-shadow: 0px 2px 0px 0px #cecece;
}
.post-body .button:active {
  box-shadow: none;
  color: #1cb0f6;
  background-color: #e6e6e6;
  border: 2px solid #cecece;
  box-shadow: none;
  transform: translateY(4px) translateZ(0);
}

.author-box {
  display: grid;
  grid-row-gap: 16px;
  grid-template-columns: 225px auto;
  align-items: center;
  grid-column-gap: 49px;
  gap: 44px;
}
@media (max-width: 640px) {
  .author-box.mobile-author-box {
    gap: 40px;
  }
  .author-box.mobile-author-box .author-img {
    width: 100%;
  }
  .author-box.mobile-author-box .author-img img {
    max-width: 100%;
    width: 100%;
    height: 330px;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin: 0 auto;
  }
  .author-box.mobile-author-box .author-content {
    gap: 28px;
    align-items: flex-start;
  }
  .author-box.mobile-author-box .author-content h1 {
    font-family: "din-next-rounded";
    color: #4b4b4b;
    font-size: 23px;
    font-weight: 700;
    line-height: 29.9px;
    text-transform: capitalize;
  }
  .author-box.mobile-author-box .author-content p {
    font-size: 17px;
    color: #777777;
    font-weight: 400;
    line-height: 23.8px;
    text-align: left;
  }
  .author-box.mobile-author-box .social-share {
    margin-top: 4px !important;
  }
  .author-box.mobile-author-box .social-share > div:first-child {
    display: none;
  }
  .author-box.mobile-author-box .social-share > div svg path {
    fill: #afafaf !important;
    stroke: #afafaf !important;
  }
}
@media (max-width: 640px) {
  .author-box {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .author-box .author-img {
    margin: 0 auto;
  }
}
.author-box .author-img img {
  background-color: gray;
  width: 225px;
  height: 225px;
  border-radius: 24px;
  object-fit: cover;
}
.author-box .author-content {
  padding-top: 37.83px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}
.author-box .author-content h1 {
  text-transform: lowercase;
}
@media (max-width: 640px) {
  .author-box .author-content {
    align-items: center;
    padding-top: 0;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .author-box .author-content p {
    text-align: center;
  }
}
.author-box .author-content .social-share {
  margin: 0;
}
@media (max-width: 640px) {
  .author-box .author-content .social-share .title {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .author-box .author-content .social-share {
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
}

.archive-page .archive-page-header {
  margin-top: 65.53px;
  margin-bottom: 56px;
  height: 96.796px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .archive-page .archive-page-header {
    height: 80px;
  }
}
@media (max-width: 640px) {
  .archive-page .archive-page-header {
    margin: 60px 0;
    height: auto;
  }
}
.archive-page .archive-page-header .wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: flex-start;
}
.archive-page .archive-page-header .wrapper p {
  color: #777;
  font-size: 1.188em;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive-page .featured-articles.horizontal {
  padding: 0 !important;
}

.kg-callout-card {
  padding: 28px 28px !important;
  border-radius: 12px !important;
  background-color: #ddf4ff !important;
}

.kg-callout-emoji {
  display: none !important;
}

.kg-callout-card div.kg-callout-text {
  color: #4b4b4b !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 140% !important;
}
@media (max-width: 640px) {
  .kg-callout-card div.kg-callout-text {
    font-size: 17px !important;
  }
}

.kg-callout-card div.kg-callout-text > b {
  color: #1cb0f6 !important;
  font-weight: 700 !important;
}

.has-mobile-view .mobile-text {
  display: none;
}
@media (max-width: 640px) {
  .has-mobile-view .has-mobile-text .desktop-text {
    display: none;
  }
  .has-mobile-view .has-mobile-text .mobile-text {
    display: flex;
  }
}

@media (max-width: 640px) {
  .search-page.has-mobile-view h3 {
    font-weight: 500;
  }
}

.inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header .mobile-title {
  color: #4b4b4b;
  font-size: 23px;
  font-weight: 700;
  background-color: transparent;
  text-transform: inherit;
  padding: 0;
  font-family: "din-next-rounded";
}

.inner-page.archive-page.has-mobile-view .archive-page-content .archive-page-header {
  margin: 0 0 56px !important;
}

.gh-canvas {
  display: grid;
  grid-template-columns: [full-start] minmax(calc((100% - 1200px) / 2), 1fr) [wide-start] auto [main-start] 720px [main-end] auto [wide-end] minmax(calc((100% - 1200px) / 2), 1fr) [full-end];
}

@media (max-width: 1296px) {
  .gh-canvas {
    grid-template-columns: [full-start] 4vw [wide-start] auto [main-start] 720px [main-end] auto [wide-end] 4vw [full-end];
  }
}
@media (max-width: 778px) {
  .gh-canvas {
    grid-template-columns: [full-start] 4vw [wide-start] 0 [main-start] auto [main-end] 0 [wide-end] 4vw [full-end];
  }
}
.gh-canvas > * {
  grid-column: main-start/main-end;
}

.kg-width-wide {
  grid-column: wide-start/wide-end;
}

.kg-width-full {
  grid-column: full-start/full-end;
}

.kg-width-full img {
  width: 100%;
}

.kg-card figcaption {
  padding: 1.5rem 1.5rem 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.4em;
}

.kg-card figcaption strong {
  color: rgba(0, 0, 0, 0.8);
}

.gh-canvas :not(pre) code {
  vertical-align: middle;
  padding: 0.15em 0.4em 0.15em;
  border: #e1eaef 1px solid;
  font-weight: 400 !important;
  font-size: 0.9em;
  line-height: 1em;
  color: #dc0050;
  background: #f0f6f9;
  border-radius: 0.25em;
}

.gh-canvas > pre {
  overflow: scroll;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.4);
}

.kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Galleries
/* ---------------------------------------------------------- */
.kg-gallery-card + .kg-gallery-card {
  margin-top: 0.75em;
}

.kg-gallery-container {
  position: relative;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}

/* Bookmark Cards
/* ---------------------------------------------------------- */
.kg-bookmark-card,
.kg-bookmark-publisher {
  position: relative;
}

.kg-bookmark-container,
.kg-bookmark-container:hover {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  color: currentColor;
  background: rgba(255, 255, 255, 0.6);
  font-family: var(--font-sans-serif);
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.kg-bookmark-content {
  flex-basis: 0;
  flex-grow: 999;
  padding: 20px;
  order: 1;
}

.kg-bookmark-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3em;
}

.kg-bookmark-description {
  display: -webkit-box;
  max-height: 45px;
  margin: 0.5em 0 0 0;
  font-size: 1.4rem;
  line-height: 1.55em;
  overflow: hidden;
  opacity: 0.8;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kg-bookmark-metadata {
  margin-top: 20px;
}

.kg-bookmark-metadata {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kg-bookmark-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.kg-bookmark-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.kg-bookmark-thumbnail {
  display: flex;
  flex-basis: 24rem;
  flex-grow: 1;
  justify-content: flex-end;
}

.kg-bookmark-thumbnail img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

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

.kg-bookmark-publisher::before {
  content: "•";
  margin: 0 0.5em;
}

/* Card captions
/* ---------------------------------------------------------- */
.kg-width-full.kg-card-hascaption {
  display: grid;
  grid-template-columns: inherit;
}

.kg-width-wide.kg-card-hascaption img {
  grid-column: wide-start/wide-end;
}

.kg-width-full.kg-card-hascaption img {
  grid-column: 1/-1;
}

.kg-width-full.kg-card-hascaption figcaption {
  grid-column: main-start/main-end;
}

.post-content {
  margin-top: 56px;
}
.post-content center {
  margin: 30px 0;
}
.post-content .kg-card.kg-button-card {
  margin: 48px 0 32px;
}
.post-content .kg-card.kg-button-card > a {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.75em;
  text-align: center;
  font-family: "din-next-rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  background-color: #1cb0f6;
  color: #fff;
  border: 2px solid transparent;
  box-shadow: 0px 4px 0px 0px #009cdc;
  padding: 15px 40px 13px;
  height: auto !important;
}
@media (max-width: 640px) {
  .post-content .kg-card.kg-button-card > a {
    width: 100%;
  }
}
.post-content .kg-card.kg-button-card > a:hover {
  background-color: #1fc2ff;
}
.post-content .kg-card.kg-button-card > a:active {
  background-color: #1fc2ff;
  box-shadow: none;
  color: #fff;
  border: 2px solid #1fc2ff;
  box-shadow: none !important;
  transform: translateY(4px) translateZ(0);
}
.post-content video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 40px auto;
}
@media (max-width: 640px) {
  .post-content video {
    margin: 20px auto;
  }
}
.post-content blockquote {
  margin-top: 6vmin;
  margin-bottom: 6vmin;
  padding: 30px 0;
  position: relative;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
.post-content blockquote::after, .post-content blockquote::before {
  border-radius: 2px;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  width: 60px;
  background: currentColor;
}
.post-content blockquote::before {
  top: 0;
}
.post-content blockquote::after {
  bottom: 0;
}
.post-content iframe {
  width: 640px;
  height: 360px;
}
@media (max-width: 640px) {
  .post-content iframe {
    width: 100%;
    height: 250px;
  }
}
.post-content iframe,
.post-content .kg-card.kg-audio-card,
.post-content .kg-callout-card {
  margin: 31px 0;
}
.post-content center a {
  font-size: 16px;
  color: #1cb0f6;
  font-weight: 700;
}
@media (max-width: 640px) {
  .post-content {
    margin-top: 0;
  }
}
.post-content p {
  font-family: "din-next-rounded";
  color: #4b4b4b;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.post-content p + p {
  margin-top: 31px;
}
.post-content p > strong {
  color: #5a5a5a;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.post-content p > a,
.post-content p > b > a {
  color: #1cb0f6;
  font-weight: 700;
  text-decoration: none !important;
}
.post-content p > a > u,
.post-content p > b > a > u {
  text-decoration: none !important;
}
.post-content table {
  max-width: 99%;
  width: 100%;
  border-collapse: collapse;
  margin: 40px auto 5px;
  border-radius: 22px;
  border: 0px solid transparent;
  outline: 2px solid #e5e5e5;
  outline-offset: -2px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .post-content table {
    white-space: nowrap;
    overflow: auto;
    display: table;
  }
}
.post-content table tbody tr th {
  background-color: #ededed !important;
}
.post-content table tbody tr:last-child td {
  border-bottom: 0;
}
.post-content table tbody tr th a,
.post-content table tbody tr td a {
  color: #1cb0f6;
  font-weight: 700;
}
.post-content table tbody tr th {
  background-color: #ededed;
  padding: 21px 15px 21px 15px;
  color: #5a5a5a;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  word-wrap: break-word;
  text-align: left;
  padding-bottom: 13px;
}
@media (max-width: 640px) {
  .post-content table tbody tr th {
    padding: 24px 12px;
    font-size: 15px;
  }
}
.post-content table tbody tr td {
  font-size: 17px;
  padding: 21px 15px 21px 15px;
}
@media (max-width: 640px) {
  .post-content table tbody tr td {
    padding: 24px 12px;
    font-size: 15px;
  }
}
.post-content table tbody tr td .soundcite {
  display: inline !important;
}
@media (max-width: 640px) {
  .post-content table tbody tr td .soundcite {
    margin-left: 0;
    position: relative;
    left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 400px) {
  .post-content table tbody tr td .soundcite {
    left: 20px;
  }
}
.post-content table tbody tr td {
  border-right: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
.post-content table tbody tr td:last-child {
  border-right: 0;
}
.post-content table tbody tr td span {
  color: #5a5a5a;
  font-size: 17px;
  word-wrap: break-word;
  display: block;
  text-decoration: underline #0fb7ff;
  text-decoration-style: dashed;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  display: inline-block;
}
@media (max-width: 640px) {
  .post-content table tbody tr td span {
    text-underline-offset: 4px;
    text-wrap: wrap;
  }
}
.post-content table thead tr th {
  background-color: #ededed !important;
}
.post-content table thead tr th {
  padding: 21px 15px 21px 15px;
  color: #5a5a5a;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  word-wrap: break-word;
  text-align: left;
  padding-bottom: 13px;
}
@media (max-width: 640px) {
  .post-content table thead tr th {
    padding: 24px 12px;
    font-size: 15px;
  }
}
.post-content table thead tr th a,
.post-content table thead tr td a {
  color: #1cb0f6;
  font-weight: 700;
}
.post-content table thead tr:first-child th:first-child,
.post-content table tbody tr:first-child th:first-child {
  border-radius: 22px 0 0 0;
}
.post-content table thead tr:first-child th:last-child,
.post-content table tbody tr:first-child th:last-child {
  border-radius: 0 22px 0 0;
}
.post-content table thead tr td,
.post-content table thead tr th,
.post-content table tbody tr td,
.post-content table tbody tr th {
  text-wrap: auto;
}
.post-content figure:not(.kg-card:has(iframe)) {
  width: 680px;
  height: 380px;
  margin: 40px auto;
}
@media (max-width: 1280px) {
  .post-content figure:not(.kg-card:has(iframe)) {
    width: 100%;
    height: 320px;
  }
}
@media (max-width: 640px) {
  .post-content figure:not(.kg-card:has(iframe)) {
    height: 190px;
    margin: 60px auto;
  }
}
.post-content figure:not(.kg-card:has(iframe)) img {
  width: fit-content !important;
  border-radius: 30px;
}
.post-content figure.kg-card.kg-image-card {
  height: auto !important;
}
.post-content figure.kg-card.kg-image-card > img {
  border-radius: 30px;
}
.post-content ul,
.post-content ol {
  padding-left: 60px;
  margin: 32px 0;
}
@media (max-width: 640px) {
  .post-content ul,
  .post-content ol {
    padding-left: 22.5px;
  }
}
.post-content ul li,
.post-content ol li {
  color: #4b4b4b;
  font-size: 17px;
  font-weight: 400;
  line-height: 23.8px;
}
.post-content ul li > a,
.post-content ol li > a {
  color: #1cb0f6;
  font-weight: 700;
  text-decoration: none !important;
}
.post-content ul li > a > u,
.post-content ol li > a > u {
  text-decoration: none !important;
}
.post-content p:has(strong),
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #5a5a5a;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: 24px;
  font-family: "din-next-rounded";
  text-align: left;
}
.post-content h2 {
  color: #4b4b4b !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 140% !important;
}
.post-content h3 {
  color: #4b4b4b !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 140% !important;
}

p > strong,
p:has(strong) {
  font-size: 17px !important;
}

p > strong {
  font-weight: 700;
}

p:has(span) {
  display: block;
  margin-top: 0 !important;
}
p:has(span) :not(:first-child) {
  margin-top: 17.51px;
}
p:has(span) > span {
  text-decoration: underline #0fb7ff;
  text-decoration-style: dashed;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  display: inline-block;
}
@media (max-width: 640px) {
  p:has(span) > span {
    text-underline-offset: 4px;
  }
}
p:has(span) + .kg-button-card {
  margin-top: 40px;
}

p:has(span:not(.pcontent)) {
  padding-left: 29.5px;
  padding-top: 31px;
}
@media (max-width: 640px) {
  p:has(span:not(.pcontent)) {
    padding-left: 0;
  }
}

.pcontent {
  margin: 0 !important;
  display: inline !important;
  margin: 0 0 0 24px !important;
  text-underline-offset: 4px !important;
}
@media (max-width: 640px) {
  .pcontent {
    margin: 0 0 0 24px !important;
  }
}

.soundcite-play.pcontent:before {
  content: url("../image/sound-small.svg") !important;
  left: -22px !important;
  top: 1px !important;
}

.soundcite-pause.pcontent::before {
  left: -22px !important;
  top: 1px !important;
  content: url("../image/sound-small.svg") !important;
}

ul:has(li):has(span.soundcite) {
  padding-left: 29.5px !important;
  padding-top: 31px !important;
  margin-top: 0 !important;
  list-style-type: none !important;
}
@media (max-width: 480px) {
  ul:has(li):has(span.soundcite) {
    padding-left: 0 !important;
  }
}

ul > li:has(span.soundcite) {
  margin-bottom: 17px;
  max-width: 90%;
  width: 100%;
}
@media (max-width: 480px) {
  ul > li:has(span.soundcite) {
    margin-bottom: 16px;
  }
}

ul > li:has(span.soundcite) span {
  position: relative;
  left: 24px;
  margin-left: 0 !important;
  text-decoration: underline #0fb7ff;
  text-decoration-style: dashed;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
@media (max-width: 640px) {
  ul > li:has(span.soundcite) span {
    text-underline-offset: 4px;
  }
}
@media (max-width: 480px) {
  ul > li:has(span.soundcite) span {
    left: 24px;
  }
}
ul > li:has(span.soundcite) span:before {
  top: 0 !important;
  left: -24px !important;
  content: url(../image/sound-small.svg) !important;
}

.kg-callout-text {
  font-size: 20px !important;
}

.kg-callout-emoji {
  padding-top: 10px !important;
}

.kg-card p:has(span) > span {
  text-decoration: none;
}

footer {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  footer.has-mobile-view {
    margin-bottom: 36px;
  }
}
@media (max-width: 640px) {
  footer {
    margin-bottom: 53px;
  }
}
footer .footer-content.mobile-view {
  display: none;
}
@media (max-width: 640px) {
  footer .footer-content.mobile-view {
    display: block;
  }
}
footer .footer-content.mobile-view .footer-top + .section-divider {
  margin: 36px 0 36px;
}
footer .footer-content.mobile-view .footer-navigation {
  gap: 36px;
}
footer .footer-content.mobile-view .footer-navigation h6 {
  line-height: 1;
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
footer .footer-content.mobile-view .footer-navigation h6 > a {
  color: #afafaf;
}
footer .footer-content.mobile-view .footer-navigation > div {
  align-items: center;
}
footer .footer-content.mobile-view .footer-navigation .social-share {
  margin: 0 auto 0;
}
footer .footer-content.mobile-view .footer-navigation .social-share .icon-container .social-icons {
  flex-direction: row;
}
footer .footer-content.mobile-view .footer-navigation .social-share .icon-container .icon {
  width: 44px;
  height: 40px;
}
footer .footer-content.mobile-view .footer-navigation > div div {
  margin: 0 !important;
  position: relative;
  display: flex;
  gap: 12px;
}
footer .footer-content.mobile-view .footer-navigation > div div svg path {
  fill: #afafaf !important;
}
footer .footer-content.mobile-view .footer-mobile-items {
  gap: 26px;
}
footer .footer-content.mobile-view .footer-mobile-items ul {
  display: none;
}
footer .footer-content.mobile-view .footer-mobile-items ul.active {
  display: flex;
}
footer .footer-content.mobile-view .footer-mobile-items ul.active li {
  text-align: center;
}
footer .footer-content.mobile-view .footer-mobile-items ul.active li a {
  color: #4b4b4b;
}
footer .footer-content.mobile-view .copyright {
  text-align: center;
}
footer .footer-content .footer-top {
  display: flex;
  justify-content: space-between;
  margin: 3px 0 53px;
}
@media (max-width: 640px) {
  footer .footer-content .footer-top {
    margin: 3px 0 44px;
  }
}
@media (max-width: 400px) {
  footer .footer-content .footer-top {
    margin: 3px 0 32px;
  }
}
@media (max-width: 1100px) {
  footer .footer-content .footer-top .branding {
    margin-bottom: 32px;
  }
}
@media (max-width: 1100px) {
  footer .footer-content .footer-top {
    flex-direction: column;
  }
}
footer .footer-content .footer-navigation {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr 1fr 0.85fr;
  gap: 42px;
  width: 100%;
}
@media (max-width: 1100px) {
  footer .footer-content .footer-navigation {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 640px) {
  footer .footer-content .footer-navigation {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
footer .footer-content .footer-navigation h6 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 640px) {
  footer .footer-content .footer-navigation h6 {
    font-size: 19px;
  }
}
footer .footer-content .footer-navigation ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 640px) {
  footer .footer-content .footer-navigation ul {
    flex-direction: column;
    gap: 10px;
  }
}
footer .footer-content .footer-navigation ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}
footer .footer-content .footer-navigation ul li a:hover {
  color: #74d2fb;
}
footer .footer-content .footer-navigation > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 640px) {
  footer .footer-content .footer-navigation > div.blog-links {
    gap: 0;
  }
}
footer .footer-content .footer-navigation > div div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footer-content .footer-navigation > div div:not(:first-child) {
  margin-top: 43px;
}
@media (max-width: 640px) {
  footer .footer-content .footer-navigation > div div:not(:first-child) {
    margin-top: 32px;
  }
}
footer .footer-content .footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
footer .footer-content .footer-bottom .footer-navigation {
  grid-template-columns: 1fr;
}
footer .footer-content .footer-bottom .footer-navigation ul {
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 480px) {
  footer .footer-content .footer-bottom .footer-navigation ul {
    flex-direction: column;
    gap: 10px;
  }
}
footer .footer-content .footer-bottom .footer-navigation ul li a {
  font-weight: bold;
}
footer .footer-content .footer-bottom .footer-navigation h6 {
  font-size: 20px;
}
footer .footer-content .section-divider {
  margin: 105px 0 32px;
}
@media (max-width: 480px) {
  footer .footer-content .section-divider {
    margin: 44px 0;
  }
}
@media (max-width: 1440px) {
  footer .footer-content .section-divider {
    margin: 50px 0;
  }
}
@media (max-width: 640px) {
  footer .footer-content .section-divider {
    margin: 44px 0;
  }
}
footer .footer-content .copyright {
  color: #000000;
  /*font-family: "din-next-rounded";*/
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
}

/* Members Auth Template
/* ---------------------------------------------------------- */
.gh-auth-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 10vmin;
  text-align: center;
}

.gh-auth-title {
  margin: 0 0 0.1em;
  font-size: 4.2rem;
}

.gh-auth-form p {
  margin: 10px 0 4vmin 0;
  font-size: 1.7rem;
  color: rgba(0, 0, 0, 0.6);
}

.gh-auth-form p small {
  display: inline-block;
  margin: 15px 0 0 0;
  font-size: 1.4rem;
}

.gh-auth-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 460px;
  margin: 0 auto;
}

.gh-auth-box .gh-button {
  margin-left: 10px;
}

@media (max-width: 600px) {
  .gh-auth-box {
    flex-direction: column;
    max-width: 400px;
  }
  .gh-auth-box .gh-button {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
/* Members Forms
/* ---------------------------------------------------------- */
form[data-members-form] .gh-button-loader,
form[data-members-form] .message-success,
form[data-members-form] .message-error {
  display: none;
}

.gh-button-content {
  min-width: 100px;
}

.message-success svg,
.message-error svg {
  position: relative;
  top: -1px;
  margin-right: 5px;
  height: 15px;
  width: 15px;
}

.message-success svg {
  fill: #fff;
}

.message-error svg {
  fill: red;
}

form[data-members-form].success .message-success,
form[data-members-form].error .message-error {
  position: fixed;
  top: 20px;
  left: 4vw;
  right: 4vw;
  z-index: 9999;
  max-width: calc(1400px - 8vw);
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  background: var(--color-base);
  border-radius: var(--radius);
}

form[data-members-form].success .message-success {
  background: var(--color-success);
}

form[data-members-form].error .message-error {
  color: red;
  background: #fff;
  box-shadow: red 0 0 0 1px;
}

form[data-members-form] .gh-button {
  position: relative;
  min-width: 120px;
}

/*-- Loading --*/
/* Hide button text */
form[data-members-form].loading .gh-button-content {
  visibility: hidden;
}

/* Show loading spinner */
form[data-members-form].loading .gh-button-loader {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -30%;
  margin: 0 0 0 -19px;
  transform: scale(0.6);
}

.gh-button-loader svg path,
.gh-button-loader svg rect {
  fill: #fff;
}

/*-- Show success message on success --*/
form[data-members-form].success .message-success {
  display: block;
}

/*-- Show error message on error --*/
form[data-members-form].error .message-error {
  display: block;
}

/* Members Auth Template
/* ---------------------------------------------------------- */
.gh-auth-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 10vmin;
  text-align: center;
}

.gh-auth-title {
  margin: 0 0 0.1em;
  font-size: 4.2rem;
}

.gh-auth-form p {
  margin: 10px 0 4vmin 0;
  font-size: 1.7rem;
  color: rgba(0, 0, 0, 0.6);
}

.gh-auth-form p small {
  display: inline-block;
  margin: 15px 0 0 0;
  font-size: 1.4rem;
}

.gh-auth-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 460px;
  margin: 0 auto;
}

.gh-auth-box .gh-button {
  margin-left: 10px;
}

@media (max-width: 600px) {
  .gh-auth-box {
    flex-direction: column;
    max-width: 400px;
  }
  .gh-auth-box .gh-button {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
/* Members Forms
/* ---------------------------------------------------------- */
form[data-members-form] .gh-button-loader,
form[data-members-form] .message-success,
form[data-members-form] .message-error {
  display: none;
}

.gh-button-content {
  min-width: 100px;
}

.message-success svg,
.message-error svg {
  position: relative;
  top: -1px;
  margin-right: 5px;
  height: 15px;
  width: 15px;
}

.message-success svg {
  fill: #fff;
}

.message-error svg {
  fill: red;
}

form[data-members-form].success .message-success,
form[data-members-form].error .message-error {
  position: fixed;
  top: 20px;
  left: 4vw;
  right: 4vw;
  z-index: 9999;
  max-width: calc(1400px - 8vw);
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  background: var(--color-base);
  border-radius: var(--radius);
}

form[data-members-form].success .message-success {
  background: var(--color-success);
}

form[data-members-form].error .message-error {
  color: red;
  background: #fff;
  box-shadow: red 0 0 0 1px;
}

form[data-members-form] .gh-button {
  position: relative;
  min-width: 120px;
}

/*-- Loading --*/
/* Hide button text */
form[data-members-form].loading .gh-button-content {
  visibility: hidden;
}

/* Show loading spinner */
form[data-members-form].loading .gh-button-loader {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -30%;
  margin: 0 0 0 -19px;
  transform: scale(0.6);
}

.gh-button-loader svg path,
.gh-button-loader svg rect {
  fill: #fff;
}

/*-- Show success message on success --*/
form[data-members-form].success .message-success {
  display: block;
}

/*-- Show error message on error --*/
form[data-members-form].error .message-error {
  display: block;
}

.search-box {
  overflow: hidden;
  margin-left: 42px;
  display: flex;
  height: 36px;
  padding: 0;
  align-items: flex-start;
  gap: 6px;
  border-radius: 29px;
  border: 2px solid #e5e5e5;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.search-box:focus-within .search-box-clear {
  display: flex;
}
@media (max-width: 1100px) {
  .search-box.has-mobile-view {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .search-box.has-mobile-view {
    height: 58px;
    padding-right: 17px;
  }
  .search-box.has-mobile-view #ghost-search-field {
    border: 0;
    width: 100%;
    -webkit-appearance: none;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #4b4b4b;
    font-family: "din-next-rounded";
    padding: 0;
  }
  .search-box.has-mobile-view #ghost-search-field::placeholder {
    color: #afafaf;
    font-weight: 500;
  }
}
@media (max-width: 1100px) {
  .search-box {
    width: 100%;
    gap: 8px;
    height: 58px;
  }
  .search-box.is-suggesting {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.search-box #ghost-search-field {
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  color: #4b4b4b;
  font-family: "din-next-rounded";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  width: 198px;
  padding: 0 12px 0 0;
}
@media (max-width: 1100px) {
  .search-box #ghost-search-field {
    font-size: 19px;
    line-height: 1.4;
    max-width: 100%;
    width: 100%;
  }
}
.search-box #ghost-search-field::placeholder {
  color: #afafaf;
  font-weight: 500;
}
.search-box:focus-within #ghost-search-field {
  padding: 0;
  width: 164px;
}
@media (max-width: 1100px) {
  .search-box:focus-within #ghost-search-field {
    width: 100%;
  }
}
.search-box svg {
  left: 0;
  min-width: 19.2px;
  height: 25.6px;
  margin-left: 12px;
}

.search-box-clear {
  cursor: pointer;
  display: none;
  margin-right: 12px;
}
@media (max-width: 1100px) {
  .search-box-clear {
    margin-right: 17px;
  }
}
@media (max-width: 640px) {
  .search-box-clear {
    margin-right: 0;
  }
}
.search-box-clear svg {
  height: 16px;
  margin: 0;
  min-width: 0;
  width: 16px;
}
@media (max-width: 1100px) {
  .search-box-clear svg {
    height: 22px;
    width: 22px;
  }
}

.submenu {
  position: relative;
}
.submenu:hover svg > g > path {
  stroke: #1cb0f6;
}
.submenu:hover svg > g > path circle {
  stroke: #1cb0f6;
}
.submenu:hover svg > g > circle {
  stroke: #1cb0f6;
}
.submenu:hover svg > path {
  fill: #1cb0f6;
}
.submenu:hover .submenu-label > span {
  color: #1cb0f6;
}
.submenu .submenu-label {
  display: flex;
  align-items: center;
  gap: 7px;
}
.submenu .submenu-label > .globe {
  margin-top: 5px;
}
.submenu .submenu-label > span {
  display: block;
  color: #afafaf;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}
.submenu .submenu-label > span.mobile-label {
  display: none;
}
@media (max-width: 767px) {
  .submenu .submenu-label > span {
    font-size: 17px;
  }
}
@media (max-width: 1100px) {
  .submenu .submenu-label .globe {
    display: none;
  }
}
@media (max-width: 1100px) {
  .submenu .submenu-label .drop-svg {
    display: none;
  }
}
.submenu .submenu-label .union-svg {
  display: none;
}
@media (max-width: 1100px) {
  .submenu .submenu-label .union-svg {
    display: block;
  }
}
.submenu .submenu-label > svg:last-child {
  margin-left: 7px;
}
.submenu .submenu-dropdown {
  padding-top: 12px;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: -12px;
  min-width: fit-content;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s, visibility 0.1s;
}
@media (max-width: 1100px) {
  .submenu .submenu-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
.submenu .submenu-dropdown .submenu-body {
  border-radius: 9px;
  border: 2px solid #e5e5e5;
  background: white;
  padding: 10px;
  padding-right: 32px;
}
.submenu .submenu-dropdown .submenu-body svg {
  display: none;
}
@media (max-width: 1100px) {
  .submenu .submenu-dropdown .submenu-body {
    border-radius: 0;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .submenu .submenu-dropdown .submenu-body svg {
    display: inline;
  }
}
.submenu .submenu-dropdown .submenu-body .submenu-link {
  position: relative;
  text-wrap: nowrap;
  display: block;
  color: #afafaf;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
}
.submenu .submenu-dropdown .submenu-body .submenu-link.ja-submenu-link, .submenu .submenu-dropdown .submenu-body .submenu-link.ko-submenu-link {
  white-space: nowrap;
}
.submenu .submenu-dropdown .submenu-body .submenu-link svg {
  display: none;
}
.submenu .submenu-dropdown .submenu-body .submenu-link:hover {
  color: #74d2fb;
}
@media (max-width: 767px) {
  .submenu .submenu-dropdown .submenu-body .submenu-link {
    font-size: 17px;
  }
}
.submenu:hover .submenu-dropdown {
  opacity: 1;
  visibility: visible;
}
.submenu:hover:focus-within .submenu-dropdown {
  opacity: 1;
  visibility: visible;
}
.submenu:hover > .submenu-label svg {
  transform: rotate(180deg);
}

.post-page.has-mobile-view .mobile-caption {
  display: none !important;
}
@media (max-width: 640px) {
  .post-page.has-mobile-view .mobile-caption {
    display: flex !important;
  }
  .post-page.has-mobile-view .mobile-caption > span {
    margin: 0 !important;
    line-height: 1 !important;
  }
  .post-page.has-mobile-view .post-banner {
    display: flex;
    flex-direction: column-reverse;
    gap: 34px;
  }
  .post-page.has-mobile-view .post-banner .post-banner--image {
    margin: 0;
  }
  .post-page.has-mobile-view .post-banner .post-banner--header {
    align-items: flex-start;
    gap: 34px;
  }
  .post-page.has-mobile-view .post-banner .post-banner--header h1,
  .post-page.has-mobile-view .post-banner .post-banner--header p {
    text-align: left;
  }
  .post-page.has-mobile-view .post-banner .post-banner--header h1 {
    font-family: "din-next-rounded";
    font-size: 27px;
    font-weight: 700;
    color: #4b4b4b;
  }
  .post-page.has-mobile-view .post-banner .post-banner--header p {
    font-size: 19px;
    font-weight: 400;
    line-height: 26.6px;
    color: #4b4b4b;
  }
  .post-page.has-mobile-view .post-banner .post-banner--header .caption-wrap.desktop-caption {
    display: none;
  }
}
.post-page .post-banner {
  padding-top: 114.17px;
  text-align: center;
}
.post-page .post-banner + .section-divider {
  display: none;
}
@media (max-width: 640px) {
  .post-page .post-banner + .section-divider {
    display: block;
    margin: 44px 0 44px;
    margin-top: 35px;
  }
}
@media (max-width: 1440px) {
  .post-page .post-banner {
    padding-top: 100px;
  }
}
@media (max-width: 1280px) {
  .post-page .post-banner {
    padding-top: 80px;
  }
}
@media (max-width: 1100px) {
  .post-page .post-banner {
    padding-top: 70px;
  }
}
@media (max-width: 1024px) {
  .post-page .post-banner {
    padding-top: 60px;
  }
}
@media (max-width: 640px) {
  .post-page .post-banner {
    padding-top: 153px;
  }
}
.post-page .post-banner .post-banner--header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 27px;
}
@media (max-width: 640px) {
  .post-page .post-banner .post-banner--header {
    gap: 32px;
  }
}
.post-page .post-banner .post-banner--header > p {
  max-width: 575px;
  width: 100%;
  color: #777;
  font-family: "din-next-rounded";
  font-size: 1.188em;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.post-page .post-banner .post-banner--image {
  width: 680px;
  height: 450px;
  margin: 0 auto;
  margin-top: 64px;
}
@media (max-width: 1280px) {
  .post-page .post-banner .post-banner--image {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .post-page .post-banner .post-banner--image {
    width: 100%;
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .post-page .post-banner .post-banner--image {
    height: 220px;
  }
}
.post-page .post-banner .post-banner--image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.social-share {
  margin: 56px 0 0;
  justify-content: center;
  align-items: center;
  gap: 32px;
  display: inline-flex;
}
@media (max-width: 640px) {
  .social-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }
}
.social-share .title {
  color: #777;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26.6px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.social-share .icon-container {
  position: relative;
  display: flex;
  gap: 12px;
}
@media (max-width: 640px) {
  .social-share .icon-container {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .social-share .icon-container {
    flex-wrap: wrap;
  }
}
.social-share .icon-container .icon {
  width: 48px;
  height: 44px;
  background: white;
  box-shadow: 0px 3px 0px #e5e5e5;
  border-radius: 12px;
  border: 2px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-share .icon-container .icon:hover {
  background-color: #e6e6e6;
  border: 2px solid #cecece;
  box-shadow: 0px 2px 0px 0px #cecece;
}
.social-share .icon-container .icon:active {
  box-shadow: none;
  background-color: white;
  box-shadow: none;
  transform: translateY(4px) translateZ(0);
}
.social-share .share-article {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tags-container {
  position: relative;
  margin-top: 56px;
}
.tags-container .tags-title {
  color: #777;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  word-wrap: break-word;
}
.tags-container .tags-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 9px;
  margin-top: 19.7px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .tags-container .tags-list {
    flex-wrap: wrap;
  }
}
.tags-container .tags-list .tag-item .tag-text {
  text-align: center;
  color: #009be4;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  word-wrap: break-word;
  cursor: pointer;
  height: 28px;
  padding: 10px;
  background: #ddf4ff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(180deg);
    opacity: 1;
  }
  to {
    transform: rotate(360deg);
    opacity: 0.2;
  }
}
.soundcite-loaded {
  border-radius: 6px;
  padding: 0 5px;
  display: inline-block;
  cursor: pointer;
}
.soundcite-loaded.soundcite-play {
  background: rgb(90, 90, 90) !important;
  color: transparent !important;
  background-clip: text !important;
}

.soundcite-loading:before {
  margin-right: 0.5em;
  font-size: 0.9em;
  position: relative;
  top: -0.05em;
  animation: spin 1s linear infinite;
}

.soundcite-pause:before,
.soundcite-play:before {
  content: url("../image/sound.svg") !important;
  display: inline-block;
  padding: 0;
  position: absolute;
  left: -35px;
  top: 2px;
}
@media (max-width: 640px) {
  .soundcite-pause:before,
  .soundcite-play:before {
    content: url("../image/sound-small.svg") !important;
    left: -24px;
  }
}

.soundcite-pause:before {
  content: url("../image/sound.svg") !important;
}
@media (max-width: 640px) {
  .soundcite-pause:before {
    content: url("../image/sound-small.svg") !important;
    left: -24px;
  }
}

.soundcite {
  border-radius: 0 !important;
  color: transparent !important;
  background-clip: text !important;
  font-size: 17px;
  font-weight: 700;
  display: inline !important;
  position: relative;
  padding: 0;
  margin-left: 35px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .soundcite {
    margin-left: 24px;
  }
}

.soundcite-pause {
  background: #1cb0f6 !important;
  color: transparent !important;
  background-clip: text !important;
}

#suggestion-list {
  background: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  overflow: hidden;
  position: absolute;
  right: 0;
  transform: translateZ(0);
  width: 400px;
}
@media (max-width: 1100px) {
  #suggestion-list {
    border-radius: 29px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 22.5px;
    margin-top: -36px;
    top: 100%;
    width: calc(100% - 45px);
  }
}
#suggestion-list.hidden {
  display: none;
}
#suggestion-list a {
  --padding-x: 20px;
  border-image: linear-gradient(to right, transparent var(--padding-x), #f0f0f0 var(--padding-x), #f0f0f0 calc(100% - var(--padding-x)), transparent calc(100% - var(--padding-x)));
  border-image-slice: 1;
  color: inherit;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px var(--padding-x);
}
@media (max-width: 1100px) {
  #suggestion-list a {
    --padding-x: 14px;
    font-size: 17px;
    line-height: 24px;
  }
}
#suggestion-list a:first-child {
  padding-top: 20px;
}
#suggestion-list a:last-child {
  padding-bottom: 20px;
}
#suggestion-list a:not(:first-child) {
  border-top: 1px solid #f0f0f0;
}
#suggestion-list a:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
#suggestion-list a:focus, #suggestion-list a:hover {
  background: #f0f0f0;
  box-shadow: 0 -1px 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0;
}

.dot-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgb(28, 176, 246);
  color: rgb(28, 176, 246);
  animation: dot-flashing 1s infinite linear alternate, change-size 1s infinite linear alternate;
  animation-delay: 0.5s;
  height: 10px;
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgb(28, 176, 246);
  color: rgb(28, 176, 246);
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgb(28, 176, 246);
  color: rgb(28, 176, 246);
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: rgb(28, 176, 246);
  }
  50%, 100% {
    background-color: rgba(28, 176, 246, 0.2);
  }
}
@keyframes change-size {
  0%, 50% {
    width: 10px;
    height: 10px;
  }
  51%, 100% {
    width: 8px;
    height: 8px;
  }
}
.loader {
  width: 185px;
  height: 50px;
}

.tags-filter-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 56px 0 0;
}
@media (max-width: 640px) {
  .tags-filter-container {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .tags-filter-container {
    margin-bottom: 0;
    margin-top: 24px;
  }
}
.tags-filter-container .filter {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
@media (max-width: 640px) {
  .tags-filter-container .filter {
    align-items: baseline;
  }
}
.tags-filter-container .filter .filter-arrow.rotate {
  transform: rotate(180deg);
}
.tags-filter-container .filter-label,
.tags-filter-container .clear-btn {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.95px;
  word-wrap: break-word;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tags-filter-container .filter-label,
  .tags-filter-container .clear-btn {
    font-size: 15px;
  }
}
.tags-filter-container .clear-btn {
  color: #40AAFB;
  margin-left: 40.53px;
}
@media (max-width: 640px) {
  .tags-filter-container .clear-btn {
    margin-left: 19px;
  }
}

.filter-popup {
  width: 250px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 13px;
  padding: 19px 24px;
  padding-right: 0;
  position: absolute;
  top: 140%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}
@media (max-width: 640px) {
  .filter-popup {
    padding: 19px 0 19px 19px;
  }
}
.filter-popup .filter-container {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 190px;
  overflow-y: auto;
}
.filter-popup .filter-container::-webkit-scrollbar {
  width: 4px;
}
.filter-popup .filter-container::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
}
.filter-popup .filter-container::-webkit-scrollbar-track {
  background: #fff;
}
.filter-popup .filter-container .tag-wrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.filter-popup .filter-container .tag-wrapper .tag-item {
  font-size: inherit;
  cursor: pointer;
  height: 21px;
}
.filter-popup .filter-container .tag-wrapper .tag-item .arrow-blue {
  display: none;
}
.filter-popup .filter-container .tag-wrapper .tag-item .tag-input {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
.filter-popup .filter-container .tag-wrapper .tag-item .tag-input .tag-dot {
  width: 19.02px;
  height: 19.02px;
  border-radius: 4px;
  border: 2.5px solid #afafaf !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  appearance: none;
  cursor: pointer;
}
.filter-popup .filter-container .tag-wrapper .tag-item .tag-input .tag-dot svg {
  display: none;
}
.filter-popup .filter-container .tag-wrapper .tag-item .tag-input .tag-dot:checked {
  background: #ddf4ff;
  border-radius: 4px;
  border: 2.5px #84d8ff solid !important;
}
.filter-popup .filter-container .tag-wrapper .tag-item .tag-input .tag-dot:checked:after {
  content: "";
  background: url("../image/arrow-blue.svg") no-repeat center center;
  display: inline-block;
  width: 19px;
  height: 19px;
}
.filter-popup .filter-container .tag-wrapper .tag-item .tag-input .tag-dot:checked svg {
  display: block;
}
.filter-popup .filter-container .tag-wrapper .tag-item .tag-input .tag-dot:checked + .arrow-blue {
  display: flex;
  position: absolute;
}
.filter-popup .filter-container .tag-wrapper .tag-item .tag-input .tag-dot:checked + .tag-title {
  color: #1cb0f6;
}
.filter-popup .filter-container .tag-wrapper .tag-item .tag-title {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #aaa;
  letter-spacing: wide;
  line-height: 1.6;
}
.filter-popup .filter-container .divider {
  width: 1px;
  height: 9px;
  background-color: #ccc;
}

.visible {
  opacity: 1;
  pointer-events: auto;
}

.search-page .tags-filter-container {
  margin-top: 29px;
}

/*# sourceMappingURL=screen.css.map */
