﻿*, *::before, *::after {
	 outline: none;
	 box-sizing: inherit;
}
 *:hover, *:focus, *:active, *::before:hover, *::before:focus, *::before:active, *::after:hover, *::after:focus, *::after:active {
	 outline: none;
}
 html {
	 overflow-x: hidden;
	 width: 100%;
	 box-sizing: border-box;
}
 body {
	 overflow-x: hidden;
	 width: 100%;
	 font-family: "Graphik RBC LC", sans-serif;
}
 .site-container {
	 position: relative;
	 overflow: hidden;
}
 [data-page=article] .site-container {
	 padding-bottom: 8.5416666667vw;
}
 @media (max-width: 1023px) {
	 [data-page=article] .site-container {
		 padding-bottom: 0;
	}
}
 .is-hidden {
	 display: none !important;
}
 .is-disabled {
	 opacity: 0.7;
	 pointer-events: none;
}
 @media (min-width: 1025px) {
	 .for-mobile {
		 display: none !important;
	}
}
 @media (max-width: 1024px) {
	 .for-desktop {
		 display: none !important;
	}
}
 