*:active {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Text meant only for screen readers. */
.sr-only {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.sr-only:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

body.is-blog {
	background-color: var(--blog-page-background-color);
}

body.is-blog.single-post,
body.is-blog.single-post .blog-header,
body.is-blog.single-post .blog-menu {
    background-color: #fff;
}

body.is-blog .site-main {
	margin-top: var(--page-offset-top);
}

.blog-breadcrumbs {
	margin: 0 0 1rem;

	font-size: 0.75rem;
	line-height: 1.5;
}

.blog-breadcrumbs a {
	text-decoration: none;

    transition: color .3s ease;
}

.blog-breadcrumbs,
.blog-breadcrumbs a {
	color: #ACACAC;
}

.blog-breadcrumbs .breadcrumb_last {
	color: var(--primary-green-dark-2);
}

@media (hover:hover) {
    .blog-breadcrumbs a:hover {
        color: var(--primary-green);
    }
}

.blog-breadcrumbs a:active {
    color: var(--primary-green-dark-2);
}

.page-title {
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 1.25;
	letter-spacing: -0.05rem;

	color: var(--shades-darker-grey);

	margin: 0 0 2rem;
}

.page-term-title {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: -0.03rem;

	margin: 0 0 0.5rem 0;

	color: var(--shades-darker-grey);
}

.page-term-description {
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: -0.015rem;

	color: #343434;
}

.page-term-description p,
.page-term-description ul,
.page-term-description ol {
	margin-top: 0;
}

.page-term-description p:last-child,
.page-term-description ul:last-child,
.page-term-description ol:last-child {
	margin-bottom: 0;
}

.category-header {
	margin-bottom: 2rem;
}

.blog-section-title {
	font-weight: 500;
	font-size: 1.313rem;
	line-height: 1.25;
	letter-spacing: -0.015rem;

	margin: 0 0 2rem 0;

	text-align: center;
}

.blog-container {
	width: 100%;
	max-width: calc(63rem + 2rem);
	padding: 0 1rem;

	margin-left: auto;
	margin-right: auto;
}

.blog-section {
	margin-bottom: 6rem;
}

.blog-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;

    pointer-events: none;
    opacity: 0;

    background-color: var(--blog-page-background-color);

    box-shadow:
        0 2.5rem 2rem rgba(0, 0, 0, 0.08),
        0 1.5rem 1rem rgba(0, 0, 0, 0.07),
        0 0.875rem 0.625rem rgba(0, 0, 0, 0.05),
        0 0.438rem .5rem rgba(0, 0, 0, 0.04),
        0 .25rem .25rem rgba(0, 0, 0, 0.03);

        transition: opacity .3s ease;
}

.is-opened.blog-menu {
	opacity: 1;
    pointer-events: auto;
}

.blog-header-toggle {
	position: relative;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	border: none;
	background: none;

	width: 100%;

	margin: 0;
	padding: 1rem;

	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.5;

	color: #7E7E7E;

	background-color: #fff;

	text-align: left;

    border-radius: 0;

    transition: color .3s;
}

.blog-header-toggle,
.blog-header-toggle:focus {
    border-bottom: 0.063rem solid var(--searchform-color) !important;
}

.blog-header-toggle__arrow {
	position: absolute;

	right: 1.125rem;

	top: 50%;
	margin-top: -0.063rem;

	width: 0.75rem;
	height: 0.438rem;

	color: currentColor;

	transition: transform .3s ease;
}

.blog-header-toggle__arrow-path {
	fill: currentColor;
}

.is-opened.blog-header-toggle {
    color: var(--shades-darker-grey);
}

.is-opened .blog-header-toggle__arrow {
	transform: rotate(180deg);
}

.blog-header {
	position: fixed;
	z-index: 100;

	width: 100%;

	left: 0;
	top: calc( var(--header-site-height) + var(--wp-admin--admin-bar--height, 0rem));

	background-color: var(--blog-page-background-color);
}

.blog-header__container {
	display: flex;
	flex-direction: column;

	padding: 1.5rem 0 0.75rem;
}

.blog-header__search {
	display: none;
}

.blog-header__search--mobile {
	display: block;

	margin-bottom: 0.688rem;
}

.blog-header-nav__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blog-header-nav-link {
	position: relative;

	display: inline-block;
	vertical-align: top;

	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;

	text-decoration: none;

	padding: 0.813rem 0;

	color: #7E7E7E;

    transition: color .3s ease;
}

.blog-header-nav-link:after {
	content: '';

	pointer-events: none;

	position: absolute;
	right: 0;
	bottom: 0.5rem;

	background-color: currentColor;

	width: 0%;
	height: 0.125rem;

	transition: width .3s ease, background-color .3s ease;
}

@media (hover:hover) {
	.blog-header-nav-link:hover:after {
		left: 0;
		width: 100%;
	}
}

@media (hover:hover) and (min-width:62rem) {
	.blog-header-nav-link:hover:after {
		left: 0;
		width: 100%;
	}
}

.blog-header-nav-link.current-category:after {
	left: 0;
	width: 100%;
}

.blog-searchform {
	position: relative;
}

.blog-searchform__icon {
	position: absolute;

	pointer-events: none;

	left: 1rem;
	top: 50%;

	transform: translateY(-50%);

	width: 1.5rem;
	height: 1.5rem;

	vertical-align: top;
}

.blog-searchform .blog-searchform__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	width: 100%;
	height: 3rem;

	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;

	color: var(--shades-darker-grey);

	padding: 0 1rem 0 3.25rem;

	border-radius: .5rem;

	border: 0.063rem solid var(--searchform-color);

	transition: border-color .3s ease, color .3s ease;
}

.blog-searchform__icon-path {
	fill: var(--searchform-color);

	transition: fill .3s ease;
}

.blog-searchform .blog-searchform__input::placeholder {
	color: var(--searchform-color);
	opacity: 1;
}
.blog-searchform .blog-searchform__input:-ms-input-placeholder {
	color: var(--searchform-color);
}
.blog-searchform .blog-searchform__input::-ms-input-placeholder {
	color: var(--searchform-color);
}

@media (hover: hover) {
	.blog-searchform .blog-searchform__input:hover {
		border-color: var(--searchform-color-hover);
	}

	.blog-searchform .blog-searchform__input:hover + .blog-searchform__icon .blog-searchform__icon-path {
		fill: var(--searchform-color-hover);
	}

	.blog-searchform .blog-searchform__input::placeholder {
		color: var(--searchform-color-hover);
	}

	.blog-searchform .blog-searchform__input:-ms-input-placeholder {
		color: var(--searchform-color-hover);
	}

	.blog-searchform .blog-searchform__input::-ms-input-placeholder {
		color: var(--searchform-color-hover);
	}
}

.blog-searchform .blog-searchform__input:focus,
.blog-searchform .blog-searchform__input.has-value {
	border-color: var(--searchform-color-focus) !important;
}

.blog-searchform .blog-searchform__input:focus + .blog-searchform__icon .blog-searchform__icon-path,
.blog-searchform .blog-searchform__input.has-value +.blog-searchform__icon .blog-searchform__icon-path {
	fill: var(--searchform-color-focus);
}

.blog-searchform__submit:focus {
	left: auto;
	right: 0.25rem;
	top: 0.25rem;
	height: calc(100% - 0.375rem) !important;

	padding: 0 1rem !important;

	border-radius: 0.375rem;
}

.blog-grid {
	display: block;
}

.blog-grid__item {
	margin-bottom: var(--grid-vertical-gutter);
}

.blog-grid__item:last-of-type {
	margin-bottom: 0;
}

.blog-snippet {
	position: relative;

	overflow: hidden;

	border-radius: 1rem;

	height: 100%;

	background-color: #0D443C;
	color: #fff;

    transition: background-color .5s ease-out;
}

.blog-snippet__content {
	position: relative;

	pointer-events: none;

	z-index: 20;

	display: flex;
	flex-direction: column;

	min-height: 10.75rem;
	height: 100%;

	padding: 1.5rem;
}

.blog-snippet__head {
	flex: 1;
}

.blog-snippet__foot {
	font-weight: 500;
	margin-top: .5rem;

	font-size: 0.75rem;
	line-height: 1.5;
}

.blog-snippet__meta,
.blog-snippet__title,
.blog-snippet__excerpt,
.blog-snippet__date {
	margin: 0;
}

.blog-snippet__meta {
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.5;

	text-transform: uppercase;

	margin-bottom: .5rem;
}

.blog-snippet__title {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}

.blog-snippet__excerpt {
	font-weight: 400;
	display: none;
	margin-top: .5rem;

	max-width: 38rem;
}

.blog-snippet__link {
	position: absolute;

	z-index: 5;

	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	opacity: 0;

	background-color: #000;

	transition: opacity .5s ease-out;
}

.blog-snippet__thumbnail {
	user-select: none;
	pointer-events: none;

	position: absolute;

	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	object-fit: cover;
}

.blog-snippet__figure {
	user-select: none;
	pointer-events: none;

	position: absolute;

	z-index: 10;

	width: 11rem;
	height: auto;

	vertical-align: top;

	top: -0.688rem;
	left: calc(100% - 4.875rem);

	transition: transform .5s ease-out;
}

@media (hover: hover) {
	.blog-snippet:hover .blog-snippet__figure {
		transform: scale(1.2);
	}

	.blog-snippet__link:hover {
		opacity: .2;
	}
}

.blog-snippet__link:active,
.blog-snippet__link:focus {
	opacity: .4;
}

.blog-snippet__link:focus:before {
	content: '';

	pointer-events: none;

	position: absolute;

	top: 0.125rem;
	left: 0.125rem;
	bottom: 0.125rem;
	right: 0.125rem;

	border-radius: 0.875rem;
	border: 0.125rem solid var(--shades-white-bg);
}

.blog-snippet--has-thumbnail:before,
.blog-snippet--has-thumbnail:after {
	content: '';
	position: absolute;

	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	pointer-events: none;
}

.blog-snippet--has-thumbnail:before {
	z-index: 12;
	background: linear-gradient(0deg, #0D443C 18.23%, rgba(2, 137, 112, 0) 46.29%);
}

.blog-snippet--has-thumbnail:after {
	z-index: 14;
	background: linear-gradient(0deg, #000000 22.97%, rgba(54, 54, 54, 0.04) 61.49%, rgba(167, 167, 167, 0) 100%);
}

.blog-featured-posts__item {
	padding-bottom: var(--grid-vertical-gutter);
}

.blog-featured-posts__item:first-child .blog-snippet {
    min-height: 25rem;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.blog-featured-posts__item:first-child .blog-snippet__content {
	padding: 2rem 1rem;
    min-height: 0;
    height: auto;
}

.blog-featured-posts__item:first-child .blog-snippet__meta {
	font-weight: 500;
	font-size: 0.875rem;

	margin-bottom: 1rem;
}

.blog-featured-posts__item:first-child .blog-snippet__title {
	font-size: 1.313rem;
	line-height: 1.25;

	letter-spacing: -0.019rem;
}

.blog-featured-posts__item:first-child .blog-snippet__excerpt {
    overflow: hidden;

    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */

	font-size: 0.875rem;
	line-height: 1.5;
}

.blog-featured-posts__item:first-child .blog-snippet__foot {
	margin-top: 1rem;
}

.blog-featured-posts__item:first-child .blog-snippet__figure {
	width: 20.063rem;

	top: -2.188rem;
	left: calc(100% - 11.25rem);

	transform-origin: left center;
}

@media (hover: hover) {
	.blog-featured-posts__item:first-child .blog-snippet:hover .blog-snippet__figure {
		transform: scale(1.09);
	}
}

.blog-tags-list {
	padding: 0;
	margin: -0.25rem;
	list-style-type: none;

	display: flex;
	flex-wrap: wrap;
}

.blog-tags-list--centered {
	justify-content: center;
}

.blog-tags-list__item {
	padding: 0.25rem;
}

.blog-tag {
	display: inline-block;
	vertical-align: top;

	text-decoration: none;

	white-space: nowrap;

	user-select: none;

	font-size: 1rem;
	line-height: 1.5;

	color: var(--shades-darker-grey);

	padding: 0.25rem 0.5rem;
	border-radius: 2rem;

	background: var(--shades-white-bg);

	box-shadow: 0 0.125rem 0.5rem rgba(40, 41, 61, 0.08), -0.938rem 1.375rem 3.375rem rgba(96, 97, 112, 0.07);

	transition: background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
}

@media (hover:hover) {
	.blog-tag:hover {
		background-color: var(--primary-green-ice-2);
		box-shadow: none;
	}
}

.blog-tag:active {
	background-color: var(--primary-green-ice-2);
}

.blog-recent-articles {
    position: relative;
}

.blog-grid._load_more_target {
    position: relative;
    overflow: hidden;

    transition: height 300ms linear;
}

.blog-load-more {
    position: absolute;
    z-index: 30;
    left: 0;
    bottom: 0;
    width: 100%;

	padding-top: .5rem;

	background: linear-gradient(180deg, rgba(253, 253, 253, 0) 22.61%, #FDFDFD 63.52%);

	text-align: center;
}

.blog-load-more-btn {
    cursor: pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	user-select: none;

	padding: 1.125rem 2.75rem;

	border-radius: 0.5rem;
	border: 0.125rem solid var(--load-more-btn-border-color);

	background-color: var(--load-more-btn-background-color);
	color: var(--primary-green);

	box-shadow: 0 2px 8px rgba(40, 41, 61, 0.08), -15px 22px 54px rgba(96, 97, 112, 0.07);

	transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}

@media (hover:hover) {
	.blog-load-more-btn:hover {
		border-color: var(--load-more-btn-border-color);
		color: var(--primary-green-dark-2);
		background-color: var(--load-more-btn-background-color-hover);
	}
}

.blog-load-more-btn:active {
	border-color: var(--load-more-btn-border-color) !important;
	color: var(--shades-white-bg);
	background-color: var(--primary-green);
}

.blog-post__content,
.blog-post__aside {
    padding: 2rem 0;
}

.blog-post__content {
    padding-top: 0;
}

.blog-post__aside {
    border-top: 0.063rem solid #C3C3C3;
}

/* ==========================================================================================
 * Blog related articles
 * ========================================================================================== */
.blog-related-posts__title {
	margin: 0 0 1rem 0;

	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.5;

	color: #343434;
}

.blog-selected-article-global-link {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

.blog-selected-article {
    position: relative;

    margin: 0 0 1rem 0;

    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #ACACAC;

    transition: color .3s ease;
}

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

.blog-selected-article__head {
    margin-bottom: 0.25rem;
}

.blog-selected-article__meta {
    text-transform: uppercase;
}

.blog-selected-article__foot {
    margin-top: 0.25rem;
}

.blog-selected-article__title {
    color: #7E7E7E;
    margin: 0;

    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5;

	transition: color .3s ease;
}

@media (hover:hover) {
    .blog-selected-article:hover {
        color: #6D6D6D;
    }
}

.blog-selected-article-global-link:active + .blog-selected-article__content {
    color: #2C2C2C;
}

.blog-post-share {
    margin-bottom: 1rem;
}

.blog-post-share__list {
    margin: -0.5rem;
    padding: 0;
    list-style-type: none;

    display: flex;
}

.blog-post-share__item {
    padding: .5rem;
}

/* ==========================================================================================
 * Share link
 * ========================================================================================== */
.share-link {
    position: relative;
    display: block;

    width: 3rem;
    height: 3rem;

    padding: 0.75rem;

    background-color: #fff;

    border-radius: 50%;

    box-shadow: 0 0.125rem .5rem rgba(40, 41, 61, 0.08), -0.938px 1.375rem 3.375rem rgba(96, 97, 112, 0.07);
}

.share-link__icon {
    display: inline-block;
    vertical-align: top;

    width: 1.5rem;
    height: 1.5rem;
}

.share-link path {
    fill: #2C2C2C;
}

.share-link__hint {
	position: absolute;

	pointer-events: none;
	white-space: nowrap;

	top: 50%;
	transform: translateY(-50%);

	left: calc(100% + .5rem);

	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5;

	display: inline-block;

	padding: 0.594rem 1rem;
	border-radius: .5rem;

	color: var(--shades-white-bg);

	opacity: 0;

	background-color: #343434;
}

@media (hover:hover) {
    .share-link:hover path {
        fill: rgba(2, 137, 112, .6);
    }

	.share-link:hover .share-link__hint {
		opacity: 1;
	}
}

.share-link:active path {
    fill: var(--primary-green);
}

.blog-post-title {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.25;

    letter-spacing: -0.03rem;

    margin: 0 0 1rem;
}

.blog-post-meta {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #7E7E7E;

    margin: 0 0 1rem 0;
}

.blog-post-content {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.015rem;
}

.blog-post-content h1,
.blog-post-content h2,
.blog-post-content h3,
.blog-post-content h4,
.blog-post-content h5,
.blog-post-content h6 {
    margin: 0 0 1rem 0;

    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.02rem;
}

.blog-post-content h2 {
    font-size: 1.5rem;
}

.blog-post-content h3 {
    font-size: 1.25rem;
}

.blog-post-content h4 {
    font-size: 1.125rem;
}

.blog-post-content p,
.blog-post-content ol,
.blog-post-content ul,
.blog-post-content blockquote,
.blog-post-content figure {
    margin: 0 0 2rem 0;
}

.wp-block-image figcaption {
    font-weight: 500;
    font-size: 75%;
    line-height: 1.5;
    letter-spacing: initial;

    color: #7E7E7E;

    padding: .5rem 0 1rem;
    margin: 0;

    text-align: center;
}

.blog-not-found {
    padding: 1rem 0 4rem;

    text-align: center;

    color: #2C2C2C;
}

.blog-not-found-hero {
    max-width: 9.375rem;
    margin-bottom: 2rem;
}

.blog-not-found-title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.25;

    margin: 0;
}

.blog-not-found-description {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;

    margin: .5rem 0 0 0;
}

.blog-not-found-hint {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;

    letter-spacing: -0.015rem;

    color: #6D6D6D;

    margin: 1rem 0 0 0;
}

.blog-not-found-cta {
    margin: 2rem 0 0 0;
}

/* ==========================================================================================
 * SEARCH PAGE
 ============================================================================================ */
.blog-search-header {
    margin-bottom: 2rem;
}

 .blog-search-title {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.25;

    color: #2c2c2c;

    margin: 0;
}

.blog-search-results-count {
    font-size: 0.875rem;
    color: #7E7E7E;

    margin: .5rem 0 0 0;
}

/* ==========================================================================================
 * SEARCH SNIPPETS
 ============================================================================================ */
.blog-search-snippets-list-wrapper {
	position: relative;
    margin-bottom: 6rem;
}

.blog-search-snippets-list {
	overflow: hidden;
	transition: height 300ms linear;
}

.blog-search-snippet {
    position: relative;

    margin-bottom: 4rem;
}

.blog-search-snippet:last-child {
    margin-bottom: 0;
}

.blog-search-snippet__head {
    margin: 0 0 1rem 0;
}

.blog-search-snippet__title {
    font-weight: 500;
    font-size: 1.313rem;
    line-height: 1.25;

    color: #343434;

    margin: 0;

	transition: color .3s ease;
}

.blog-search-snippet__meta {
    font-size: 0.75em;
    line-height: 1.5;
    color: #7E7E7E;

    margin: 0.5rem 0 0 0;
}

.blog-search-snippet__excerpt {
    overflow: hidden;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* start showing ellipsis when 3rd line is reached */
    white-space: pre-wrap; /* let the text wrap preserving spaces */

    font-size: 0.875rem;
    line-height: 1.5;
    color: #6D6D6D;

    margin: 0.5rem 0 0 0;

	transition: color .3s ease;
}

.blog-search-snippet__read-more {
    margin: 1rem 0 0 0;
}

.blog-post-read-more {
	position: relative;
	z-index: 30;

    text-transform: uppercase;
    text-decoration: underline;

    font-size: 0.875rem;
    line-height: 1;

    color: #7E7E7E;

    transition: color .3s ease;
}

.blog-search-snippet-link {
    position: relative;

    display: block;

    border-radius: 1rem;
    overflow: hidden;

    background-color: var(--primary-green);

    padding-top: 55%;
}

.blog-search-snippet-link:after {
	content: none;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background-color: #000;

	opacity: 0;

	transition: opacity .3s ease;
}

.blog-search-snippet-link__thumbnail {
    user-select: none;
	pointer-events: none;

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.blog-search-snippet-link__figure {
    user-select: none;
	pointer-events: none;

    position: absolute;
	z-index: 10;

    vertical-align: top;

	width: auto;
	height: 120%;

    top: 0;
    bottom: 0;
    left: calc(100% - 4.875rem);

    transition: transform .5s ease-out;
}

@media (hover:hover) {
    .blog-post-read-more:hover {
        color: var(--primary-green);
    }
}

.blog-post-read-more:active {
    -webkit-tap-highlight-color: transparent;

    color: var(--primary-green-dark-2);
}

.blog-search-snippet-global-link {
    position: absolute;

	z-index: 20;

    display: block;
    border-radius: 1.04rem;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.blog-search-snippet-global-link .sr-only {
    top: 50%;
    left: 50%;
}

.blog-search-snippet-global-link:active {
    -webkit-tap-highlight-color: transparent;
}

@media (hover:hover) {
	._as_global_link:hover + ._as_wrapper .blog-search-snippet-link:after {
		opacity: .2;
	}

	._as_global_link:hover + ._as_wrapper .blog-search-snippet__excerpt {
		color: #2C2C2C;
	}

	._as_global_link:hover + ._as_wrapper .blog-search-snippet-link__figure {
		transform: scale(1.2);
	}
}

._as_global_link:active + ._as_wrapper .blog-search-snippet-link:after {
	opacity: .4;
}

._as_global_link:active + ._as_wrapper .blog-search-snippet__excerpt {
	color: #2C2C2C;
}

@media (min-width: 36rem) {
    .blog-featured-posts__item:first-child .blog-snippet__excerpt {
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 48rem) {
	.blog-header-nav__list {
		display: flex;
	}

	.blog-header-nav__item {
		margin-right: 1rem;
	}

	.blog-header-nav-link {
		font-weight: 400;
		font-size: 1rem;
	}

	.blog-grid,
	.blog-featured-posts {
		display: grid;
        grid-template-columns: 1fr 1fr;

        grid-gap: var(--grid-vertical-gutter) var(--grid-horizont-gutter);
	}

    .blog-grid__item {
        margin-bottom: 0;
    }

	.blog-featured-posts__item {
        padding-bottom: 0;
	}

	.blog-featured-posts__item:first-child {
        grid-column-start: span 2;
	}

    .blog-featured-posts__item:first-child .blog-snippet {
        min-height: 23.25rem;
    }

    .blog-featured-posts__item:first-child .blog-snippet__excerpt {
        -webkit-line-clamp: 2;
    }

    .blog-snippet__figure {
        top: -0.125rem;
        left: calc(100% - 5.75rem);
    }

	.blog-search-snippet {
		margin-bottom: 2rem;
	}

	.blog-search-snippet__wrapper {
		display: flex;
		align-items: center;
	}

	.blog-search-snippet__head {
		display: flex;
		flex-direction: column;

		flex: 0 0 100%;
		margin-right: 1.875rem;
		max-width: 16.875rem;

		margin-bottom: 0;

		height: 100%;
		min-height: 11.75rem;
	}

	.blog-search-snippet-link {
		flex: 1;
		height: 100%;
		padding: 0;
	}

	.blog-search-snippet__content {
		flex: 1;
		padding: 1rem 0;
	}

	.blog-search-snippet__title {
		font-size: 1.5rem;
		letter-spacing: -0.025rem;
	}

	.blog-search-snippet__excerpt {
		font-size: 1rem;
	}
}

@media (min-width:62rem) {
    :root {
        --header-blog-height: 5rem;
        --page-offset-top: calc(var(--header-site-height) + var(--header-blog-height) + 2rem);
    }

	.blog-header {
		border-bottom: none;
	}

	.blog-menu {
        position: static;
        opacity: 1;
        pointer-events: auto;

		display: block;
        box-shadow: none;
	}

	.blog-header__container {
		flex-direction: row;
		align-items: center;

		padding: 1rem 0;

		margin-left: var(--grid-beyond-the-edge);
		margin-right: var(--grid-beyond-the-edge);
	}

	.blog-header__nav,
	.blog-header__search {
		padding-left: var(--grid-horizont-offset);
		padding-right: var(--grid-horizont-offset);
	}

	.blog-header__nav {
		flex: 1;
	}

	.blog-header__search {
		display: block;
		flex: 0 0 100%;
		max-width: calc(100% / 3);
	}

	.blog-header-toggle,
	.blog-header__search--mobile {
		display: none;
	}

	.blog-header-nav__item {
		margin-right: 1.125rem;
	}

	.blog-header-nav-link {
		font-size: 1rem;
		padding: 0.75rem 0;
	}
	.blog-header-nav-link:after {
		right: 0;
		bottom: 0.563rem;
	}

	.blog-header-nav-link.current-category:after {
		left: 0;
		width: 100%;
	}

    .blog-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

	.blog-featured-posts {
		margin: 0 0 6rem 0;

		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}

	.blog-featured-posts__item {
		max-width: none;
	}

	.blog-featured-posts__item:first-child {
        grid-column-start: span 2;
		grid-row-start: span 2;
	}

    .blog-featured-posts__item:first-child .blog-snippet__head {
        flex: none;
    }

	.blog-featured-posts__item:first-child .blog-snippet__content {
		padding: 1.5rem;
		justify-content: flex-end;
	}

	.blog-featured-posts__item:first-child .blog-snippet__head {
		padding-top: 0;
	}

	.blog-featured-posts__item:first-child .blog-snippet__title {
		font-size: 1.5rem;
	}

	.blog-featured-posts__item:first-child .blog-snippet__excerpt {
		font-size: 1rem;
	}

	.blog-featured-posts__item:first-child .blog-snippet__figure {
		width: 26.875rem;

		left: calc(100% - 20.438rem);
		top: -5.125rem;
	}

    .blog-blost__container {
        padding-bottom: 6rem;
    }

    .blog-blost__wrapper {
        display: flex;
        justify-content: space-between;
    }

    .blog-post__content,
    .blog-post__aside {
        position: relative;
        padding: 0;
    }

    .blog-post__content {
        flex: 0 0 100%;
        max-width: calc(37.875rem + 5.438rem);

        padding-left: 5.438rem;
		margin-right: 2rem;
    }

    .blog-post__aside,
    .blog-post-share__list {
        position: sticky;
        top: var(--page-offset-top);
    }

    .blog-post__aside {
        align-self: flex-start;

        flex: 0 0 100%;
        max-width: 16.25rem;

        border: none;
    }

    .blog-post-share {
        position: absolute;
        top: 0;
        left: 0;

        height: 100%;
    }

    .blog-post-share__list {
        margin: 0;
        padding: 0;
        display: block;
    }

    .blog-post-share__item {
        padding: 0 0 1rem 0;
    }

    .blog-post-share__item:last-child {
        padding-bottom: 0;
    }

    .blog-selected-article {
        margin-bottom: 2rem;
    }

    .blog-selected-article__title {
        font-size: 0.875rem;
    }

    .blog-breadcrumbs {
        font-size: 0.875rem;
    }

    .blog-post-title {
        font-weight: 600;
        font-size: 2.5rem;
    }
}

@media (min-width:75rem) {
    :root {
        --header-blog-height: 6rem;
        --page-offset-top: calc(var(--header-site-height) + var(--header-blog-height) + 3rem);
    }

	.page-title {
		margin-bottom: 2.5rem;
	}

	.page-term-title {
		font-weight: 600;
		font-size: 2.5rem;

		letter-spacing: -0.08rem;
	}

	.blog-header__container {
		padding: 1.5rem 0;
	}

	.blog-header-nav__item {
		margin-right: var(--gutter-base);
	}

	.blog-header-nav-link {
		font-size: 0.875rem;
	}

	.blog-snippet__content {
		min-height: 11.75rem;
	}

	.blog-snippet__content {
		padding: 2rem;
	}

	.blog-snippet__title {
		font-size: 0.875rem;
	}

	.blog-featured-posts__item .blog-snippet__content {
		min-height: 10.625rem;
	}

	.blog-featured-posts__item:first-child .blog-snippet__meta {
		font-weight: 400;
	}

	.blog-featured-posts__item:first-child .blog-snippet__content {
		padding: 2rem;
	}

	.blog-featured-posts__item:first-child .blog-snippet__foot {
		margin-top: 1.5rem;
	}

    .blog-not-found {
        padding-bottom: 6rem;
    }

    .blog-not-found-hero {
        max-width: 13rem;
    }

    .blog-not-found-description {
        font-size: 1.313rem;
        line-height: 1.25;
        letter-spacing: -0.019695rem;
    }

    .blog-not-found-hint {
        color: #343434;
    }

	.blog-search-title {
		font-weight: 600;
		font-size: 2.5rem;
		letter-spacing: -0.05rem;
	}

	.blog-search-snippet__read-more {
		margin-top: 0.688rem;
	}
}

@media (min-width:80rem) {
	.blog-container {
		max-width: calc(73.125rem + 2rem);
	}

	.blog-header-nav-link {
		font-size: 1rem;
	}

	.blog-load-more {
		padding: .25rem 0;
		background: linear-gradient(180deg, rgba(253, 253, 253, 0) 22.61%, #FDFDFD 63.52%);
	}

    .blog-tag {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width:90rem) {
	.blog-snippet__title {
		font-size: 1rem;
	}

	.blog-featured-posts__item:first-child .blog-snippet__title {
		font-size: 2rem;
		letter-spacing: initial;
	}

	.blog-featured-posts__item:first-child .blog-snippet__excerpt {
		font-size: 1.125rem;
		max-width: none;
	}
}
