article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}
body {
	--color-text: #fff;
	--color-bg: #252525;
	--color-bg2: #ececec;
	--color-link: #fff;
	--color-link-hover: #fea511;
	--color-slink: #fff;
	--color-slink-bg: #fea511;
	--color-slink-hover-bg:#7424FF;
	--color-bg-item1: #15171b;
	--color-bg-item2: #2c35b7;
	--color-bg-item3: #0f1013;
	--color-bg-item4: #1d2027;
	--color-bg-item5: #0f1013;
	--color-item-alt: #494d54;
	--color-quote: #5b677a;
	--color-info: #57535a;
	--color-title: #fea511;
	--color-tagline: #e2e2e2;
	font-family: "Roboto", Montserrat, Arial, sans-serif;
	min-height: 100vh;
	color: #57585c;
	color: var(--color-text);
	background-color: #fff;
	background-color: var(--color-bg);
	overflow: auto;
	padding: 6rem 0 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bg-content-about {
 background-position: center center;
 background-repeat: no-repeat;
 background-attachment: fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
   background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)),
                rgba(0,0,0,0.55)url(../images/backgound-bg-1.jpg) no-repeat center center fixed;

}


/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}


a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	transition: color 0.2s;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
}



.link-2 a {
	text-decoration: none;
	color: var(--color-slink-bg);
	outline: none;
	transition: color 0.2s;
}

.link-2 a:hover,
.link-2 a:focus {
	color: #7424ff;
}


button:focus,
a:focus {
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin: 10px auto;
	fill: currentColor;
}

main {
	position: relative;
	width: 100%;
}

.frame {
	position: relative;
	z-index: 199;
}

.content {
	text-align: center;
	position: absolute;
	z-index: 100;
	display: block;
}

.background {
	perspective: 1000px;
}

.background,
.background__copy {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/1.jpg);
	background-position: 50% 0%;
	background-size: cover;
	z-index: 1;
}

.background__copy {
	opacity: 0.3;
}

/* Header */
.paojibox-header {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
	align-self: start;
}

.paojibox-header__title {
	font-size: 1rem;
	line-height: 1;
	font-weight: normal;
	margin: 0 1rem;
}

.info {
	display: block;
	grid-area: info;
	margin: 1rem 0;
	justify-self: end;
	text-align: center;
}

.contact {
	display: block;
	margin: 1rem 0 0 0;
	text-align: center;

}

.dribble {
	display: inline-block;
	margin: 2rem 0 0 0;
	text-align: center;
}

.behance {
	display: inline-block;
	margin: 2rem 0 0 0;
	text-align: center;
}

.linkin {
	display: inline-block;
	margin: 2rem 0 0 0;
	text-align: center;
}

/* Top Navigation Style */
.paojibox-links {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	font-size: 2rem;
}

.paojibox-icon {
	display: inline-block;
	padding: 0.2em;
}


.content {
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: calc(100vh - 13rem);
	position: relative;	
	align-content: center;
    justify-content: center;
    align-items: center;

	 z-index: 100;
}

.grid-container2 {
  display: grid;
 padding: 10px;
  text-align: center;

}
.grid-container2 .grid-item  {
padding: 10px 3%;
float: none;
width: 100%;

}
.grid-container2 .grid-item p {
font-size: 1.5em;
font-weight: 200;
line-height: 10px;

}
.grid-container2 .grid-item2 h1 {
font-size: 2em;
font-weight: 600;
color: var(--color-bg);
}
.item1 {
  grid-row: 1;
  grid-column: 1;
}
.item2 {
  grid-row: 1;
  grid-column: 2;
}
.item3 {
  grid-row: 1;
  grid-column: 3;
}
.item4 {
  grid-row: 2;
  grid-column: 1;
}
.item5 {
  grid-row: 2;
  grid-column: 2;
}
.item6 {
  grid-row: 2;
  grid-column: 3;
}
.item7 {
  grid-row: 3;
  grid-column: 1 / span 3;
}


.grid-container {
  display: grid;
  display: inline-grid;
}

.content__title {
	font-family: "Montserrat", serif;
	font-size: 7vw;
	font-weight: normal;
	mix-blend-mode: screen;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0;
	color: var(--color-title);
	z-index: 199;
}

.content__tagline {
	color: var(--color-tagline);
	
	font-weight: bold;
	font-size: 1.2rem;
	letter-spacing: 0.45rem;
	word-spacing: 0.45rem;
	text-transform: uppercase;
	text-align: center;
	z-index: 199;
}

.content__bp {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 2em 0;
    padding: 1em 2em;
    display: block;
    color: var(--color-slink);
    background: var(--color-slink-bg);
    transition: color 0.3s, background 0.3s;
    z-index: 199;
    cursor: pointer;
}

.content__bp:hover,.content__bp:focus {
	color: var(--color-slink-hover);
	background: var(--color-slink-hover-bg);
}
.demo-5 {
	--color-text: #5c5ee7;
	--color-link: #0ab5e4;
	--color-link-hover: #fff;
	--color-title: #0ab5e4;
}


.action {
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	padding: 0;
}

.action--menu {
	pointer-events: auto;
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	z-index: 1000;
}

.menu--open .action--menu {
	pointer-events: none;
}

.action--close {
	position: absolute;
	top: 1.5rem;
	right: 1.75rem;
	z-index: 1000;
	opacity: 0;
	padding: 0 0.5rem;
}

.icon--menu {
	width: 2rem;
}

.icon--close {
	width: 1rem;
}


.app-features .feature-item {
    margin-bottom: 35px;
}

.app-features .feature-item .fi-icon {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
       -moz-transition: all 0.5s ease-in-out 0s;
         -o-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
}

.app-features .feature-item:hover .fi-icon {
    background-color: transparent;
    color: #00aeef;
}

.app-features .fi-icon:after {
    border: 2px solid transparent;
    border-radius: 50%;
    content: "";
    height: 60px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 60px;
    -webkit-transition: all 0.5s ease-in-out 0s;
       -moz-transition: all 0.5s ease-in-out 0s;
         -o-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
}

.app-features .feature-item:hover .fi-icon:after {
    border-color: #00aeef;
}

.menu {
	text-align: center;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: repeat(3,33.33%);
	pointer-events: none;
}

.menu--open {
	pointer-events: auto;
}

.menu__item {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.menu__item-inner {
	overflow: hidden;
	transform: translate3d(100%,0,0);
	height: 100%;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.menu__item--1 .menu__item-inner {
	background: var(--color-bg-item1);
}
.menu__item--2 .menu__item-inner {
	background: var(--color-bg-item2);
}
.menu__item--3 .menu__item-inner {
	background: var(--color-bg-item3);
}
.menu__item--4 .menu__item-inner {
	background: var(--color-bg-item4);
}
.menu__item--5 .menu__item-inner {
	background: var(--color-bg-item5);
}

.menu__item--4, 
.menu__item--5 {
	display: none;
}

.label {
	display: none;
}

.mainmenu__item {
	opacity: 0;
}

.mainmenu__item,
.sidemenu__item {
	position: relative;
	overflow: hidden;
	transition: color 0.1s;
	margin: 0.25rem 0;
	display: block;
}

.sidemenu__item-inner {
	display: block;
	transform: translate3d(0,100%,0);
}

.menu__item-map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/menu.png) no-repeat 50% 50%;
	background-size: cover;
	transition: transform 0.8s cubic-bezier(0.2,1,0.8,1);
}

.menu__item-inner:hover .menu__item-map {
	transform: scale3d(1.1,1.1,1);
}

.menu__item-hoverlink {
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	z-index: 1000;
	display: block;
}

.menu__item-hoverlink:hover {
	color: var(--color-link);
}

.quote {
	font-size: 2rem;
	padding: 1rem;
	text-align: center;
	max-width: 70%;
	color: var(--color-quote);
	font-family: "Roboto",serif;
}

.menu__item-link {
	text-align: left;
	align-self: flex-start;
	justify-self: start;
	font-size: 1.5rem;
	width: 100%;
	line-height: 1;
	padding: 2rem ;
	margin: 3rem 0 auto;
	display: flex;
	flex-direction: column;
	height: calc(100% - 3rem);
}

.menu__item-link::after {
	content: '\27F6';
	display: block;
	margin-top: auto;
	font-size: 0.95rem;
}

.container {
	position: relative;
	margin-top: 5em;
}

.cbp-so-scroller {
	margin-top: 3em;
	overflow: hidden;
	margin-bottom: 3em;
}


/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

/* Text styling */
.cbp-so-section h1 {
	font-size: 4em;
	font-weight: 300;
	line-height: 1;
	color: var(--color-title);
}


.cbp-so-section h2 {
	font-size: 3.5em;
	font-weight: 300;
	line-height: 1;
	color: var(--color-title);

}

.cbp-so-section span {
	font-size: 1em;
	font-weight: 300;
	color: var(--tagline);
}


.cbp-so-section p {
	font-size: 1.6em;
	font-weight: 300;
}

.gray-section {

background-color: var(--color-bg2);
color: var(--color-bg);
padding-bottom: 10px; 
}


.white-section {

background-color:#fff;
color: var(--color-bg);
padding-bottom: 10px; 
}

.workblock {
z-index: 1;
 position: relative;
   
  justify-content: center;
  align-items: center;
  margin: 0 auto;

}

/*stick menu */


.top-container {
 
  text-align: center;
}

.header2 {
z-index: 100;
 padding: 10px 16px;
 color: #f1f1f1;
width: 100%;
background: #282D31;
height: 80px;
text-align: center;
text-transform: uppercase;
}


.header2 nav {
	display: block;
	position: relative;
}

.header2 nav a {
	line-height: 80px;
    padding: 1.5em;
}


.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 80px;
  width: 100%;
}

.sticky + .content {
  padding-top: 500px;
  z-index: 100000;
}



/* Sides */
.cbp-so-side {
	
	width: 50%;
	float: left;
	margin: 0;
	padding: 3em 4%;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}


.cbp-so-mside{
	background-color: #fff;
	width: 100%;
	float: none;
	margin: 0;
	padding: 3em 4%;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side-right {
	text-align: left;
}

.cbp-so-side-left {
	text-align: right;
}

.cbp-so-side-right img {
	float: left;
}

.cbp-so-side-left img {
	float: right;
}

.cbp-so-side-middle {
		text-align: center;
}

.cbp-so-side-middle a {
	text-decoration: none;
	color: var(--color-bg);
	outline: none;
	transition: color 0.2s;
}

.cbp-so-side-middle a:hover,a:focus {
	color: var(--color-link-hover);
}

.cbp-so-side-middle img {
		float:center;
}
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

.cbp-so-init .cbp-so-side-middle {
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	transform: translateY(60px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.cbp-so-section.cbp-so-animate  .cbp-so-side-middle {
-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;

}



.cbp-af-header-sub {
	position: relative;
	width: 100%;
	background: #282D31;
	height: 80px;
	z-index: 10000;
	text-align: center;
	text-transform: uppercase;
	
}



.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: none;
	z-index: 10000;
	height: 120px;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: color 0.4s;
}

.cbp-af-header .cbp-af-inner, .cbp-af-header-sub .cbp-af-inner {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1em;
}

.cbp-af-header h1, .cbp-af-header-sub ,
.cbp-af-header nav, .cbp-af-header-sub nav {
	display: inline-block;
	position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
	line-height: 100px;
}
.cbp-af-header-sub nav a {
	line-height: 80px;
	padding: 1.5em;
}


.cbp-af-header h1 {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4px;
	font-size: 2em;
	margin: 0;
	float: left;
}

.cbp-af-header nav, .cbp-af-header-sub nav {
	float: none;
}

.cbp-af-header nav a, .cbp-af-header-sub nav {
	color: #aaa;
	font-weight: 400;
	margin: 0 0 0 20px;
	font-size: 1.4em;
}

.cbp-af-header nav a:hover, .cbp-af-header-sub nav a:hover {
	color: var(--color-link-hover);
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a,
.cbp-af-header-sub nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 90px;
	background: #302F2F;

}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 90px;
	color: #fff;
}

.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2em;
}


.scrolling-wrapper {

  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  
  
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
overflow-x: scroll;
overflow-y: hidden;
  
}
.card {
    display: inline-block;
  }

.card {
    flex: 0 0 auto;
    margin-right: 3px;
  }

.card {
  border: none;
  width: 180px;
  height: 180px;
  
}
.card h2{

	font-size: 1.2em;
    padding: 10px;
    /* text-align: center; */
    font-weight: 300;
    color: var(--color-bg);
    text-align: left;

}

.box-m {
	width: fit-content;
	display: -webkit-inline-box;
}


.scrolling-wrapper, .scrolling-wrapper-flexbox {
  height: 300px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-scrollbar: display:none;
 
}

@media screen and (max-width: 73.5em) {
	.cbp-so-scroller {
		font-size: 60%;
	}

	.cbp-so-section h2 {
		margin: 0;
	}

	.cbp-so-side img {
		max-width: 120%;
	}
}

@media screen and (max-width: 41.125em) {
	.cbp-so-side {
		float: none;
		width: 100%;
	}

	.cbp-so-side img {
		max-width: 100%;
	}


}



@media screen and (min-width: 53em) {
	
	body {
		padding: 0;
	}


	.content {
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		min-height: 100vh;
		text-align: center;
		
	} 
	
	
	.frame {
		position: fixed;
		z-index: 10000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 1.5rem;
		pointer-events: none;
		grid-template-columns: 50% 50%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 
		'paojiboxheader info'
		'... ...'
		'box ...';
	}
	.paojibox-header {
		grid-area: paojiboxheader;
		padding: 0;
		justify-content: start;
	}
	.paojibox-links {
		margin: 0;
	}
	.frame a {
		pointer-events: auto;
	}
	.box {
		grid-area: box;
		justify-self: start;
		padding: 5px;
		margin: 0 6rem 0 0;


	}
	

	
	.info {
		margin: 0 6rem 0 0;
		color: var(--color-info);
	}
	.menu {
		z-index: 10000;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		grid-template-columns: 20% 30% 50%;
		grid-template-rows: 60% 40%;
		grid-template-areas: 
            "item3 item2 item1"
            "item4 item5 item1";
	}
	.menu__item {
		height: 100%;
	}
	.menu__item--1 {
		grid-area: item1;
	}
	.menu__item--2 {
		grid-area: item2;
	}
	.menu__item--3 {
		grid-area: item3;
	}
	.menu__item--4 {
		grid-area: item4;
	}
	.menu__item--5 {
		grid-area: item5;
	}
	.menu__item--4, 
	.menu__item--5 {
		display: block;
	}
	.menu__item-inner {
		align-items: center;
	}
	.label {
		display: block;
		color: var(--color-item-alt);
		position: absolute;
		z-index: 1000;
		font-size: 0.85rem;
		font-weight: bold;
		margin: 0;
		white-space: nowrap;
	}
	.label--topleft {
		top: 2rem;
		left: 2rem;
	}
	.label--vert,
	.label--vert-mirror {
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
	}
	.label--vert-mirror {
		transform: rotate(180deg);
	}
	.label--bottomright {
		bottom: 2rem;
		right: 2rem;
	}
	.label::before {
		content: '------------- ';
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		letter-spacing: -1px;
		margin: 0 0.75rem 0 0;
	}
	.label--vert::before,
	.label--vert-mirror::before {
		margin: 0.75rem 0;
	}
	.mainmenu,
	.sidemenu {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.mainmenu {
		counter-reset: menuitem;
	}
	.mainmenu__item {
		font-size: 5vw;
		text-transform: lowercase;
		overflow: visible;
		margin: 0.5rem 0;
		padding: 0 0.5rem;
		position: relative;
		transition: color 0.3s;
	}
	.mainmenu__item:hover {
		color: var(--color-item-alt);
	}
	.mainmenu__item::before {
		counter-increment: menuitem;
		content: counters(menuitem, "", decimal-leading-zero);
		position: absolute;
	    font-size: 0.85rem;	
	    top: 25%;
	    left: -1.25rem;
	    color: var(--color-item-alt);
	}
	.mainmenu__item::after {
		content: '';
		width: 100%;
		top: 58%;
		height: 6px;
		background: var(--color-link-hover);
		position: absolute;
		left: 0;
		opacity: 0;
		transform: scale3d(0,1,1);
		transition: transform 0.3s, opacity 0.3s;
		transform-origin: 100% 50%;
	}
	.mainmenu__item:hover::after {
		opacity: 1;
		transform: scale3d(1,1,1);
	}
	.sidemenu__item {
		text-transform: uppercase;
		letter-spacing: 0.15rem;
		font-size: 0.85rem;
	}
	.menu__item-hoverlink {
		font-size: 1.25rem;
		text-transform: lowercase;
		border-bottom: 2px solid #fff;
		opacity: 0;
		transition: opacity 0.3s;
	}
	.menu__item-inner:hover .menu__item-hoverlink {
		opacity: 1;
	}
}

@media screen and (max-width: 55em) { 
		
.box{
		display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-self: start;
	}

.grid-container2 {
 padding: 10px;
  text-align: center;
  display: block;
}

		.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		
		text-align: center;
		float: none;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 5px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 1.5em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}

	.content__tagline {
	position: relative;
    font-size: 1.5em;
    cursor: default;
   color: var(--color-sdesc);
    padding: 0 1em;
    text-align: center;
		font-size: 1em;
	}
	.content__bp {
		margin: 0 0 2em 0;
		font-size: 0.85em;
		text-align: center;
		max-width: 200px;
		pointer-events:visiblePainted;
	}
	}
