*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


@font-face {
  font-family: "Arkhip";
  /* Браузер сначала попробует найти шрифт локально */
  src: local("Arkhip"),
       /* Если не получилось, загрузит woff2 */
       url("https://ti-web.ru/assets/templ/fonts/arkhip-font.woff2") format("woff2"),
       /* Если браузер не поддерживает woff2, загрузит woff */
       url("https://ti-web.ru/assets/templ/fonts/arkhip-font.woff") format("woff");
}

.arkhip,.Arkhip {
    font-family: "Arkhip";
    }
:root {
	font-size: 16px;
	--page-padding: 1.5rem;
	--color-text: #fff;
	--color-bg: #12100e;
	--color-link: rgba(255,255,255,0.6);
	--color-link-hover: #fff;
	--color-bg-1: #2f251e;
	--color-bg-2: #43392f;
	--color-bg-3: var(--color-bg-1);
	--color-bg-4: var(--color-bg-2);
	--color-bg-5: var(--color-bg-1);
	--color-bg-6: var(--color-bg-2);
	
	
    --ti-outline-button-color:#F2E4DC;
    --ti-button-color:#0a0a0a;
    --ti-button-background:#ededed;
    --ti-outline-button-background:transparent;
    
    --ti-outline-color-hover:#D0E1E9;
    --ti-button-color-hover:#000735;
    --ti-button-background-hover:#A7B2F2;/* #ccc */
    --ti-outline-button-background-hover:rgba(255, 255, 255,0.145);
    
    --container-padding:3em;
    --color-light:#A7B2F2;
    
    }

body {
	margin: 0;
	color: var(--color-text);
	background-color: var(--color-bg); 
	font-family: "Arkhip";
	/* font-family: "area-variable", sans-serif; */
	font-variation-settings: "slnt" 0, "wdth" 150, "wght" 500, "INKT" 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	overflow-x: hidden;
}



/* стилизация прокрутки */
    *::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 18px;
  width: 18px;
    z-index:999;
}
*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #050D1A;
    z-index:999;
}
*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color:  #00D3F3;
  border-radius: 10px;
  border: 4px solid #050D1A;
    z-index:999;
}


*,
html *
{
  scrollbar-width: thin;
    scrollbar-color: #00D3F3 #050D1A;
}






body {
        --color-bg:#050D1A;
    --color-text: #00D3F3;
     --color-bg-1: var(--color-bg);
	--color-bg-2: var(--color-bg);
	--color-bg-3:  var(--color-bg);
	--color-bg-4: var(--color-bg);
	--color-bg-5:#7780b3;
	--color-bg-6: var(--color-bg);
   /*  --color-bg-1:  url(https://ti-web.ru/assets/templ/templates/StickySections-main/img/neon-gradient.jpg);
       --color-bg-2: #010326;
       --color-bg-3:  url(https://ti-web.ru/assets/templ/img/noise.png), radial-gradient(circle at bottom, #050D1A 0%, #020659 20%, #001AC1 60%, #3946AF  70%, #4257EE 80%, #3F54E1 100%);
       --color-bg-4: #869CF1;
       --color-bg-5: var(--color-bg-2);
       --color-bg-6: url(https://ti-web.ru/assets/templ/templates/StickySections-main/img/52f57b92-f71a-47d5-972e-56f209f2b2b4.jpg); */
    
}


/* Page Loader */

/* 
.js .loading::after */ 
.js .loading::before,
.js .loading .loader {
	content: '';
	position: fixed;
	z-index: 5000;
	overflow:hidden;
}

.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #050D1A;
}

.loader {
    display:none;
}

.js .loading .loader {
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
	height: 250px;
	display:block;
}



/*
.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 1rem;
	opacity: 0.4;
	background: linear-gradient(45deg, #22CCF2, #52F2F2);
	
	background-size: 100% 100%;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

animation: animate_gradient 0.5s ease infinite;
 @keyframes animate_gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
} */


@keyframes loaderAnim {
	from {
	  opacity: 0.7;
		transform: scale3d(1,1,1);
		filter:blur(5px);
		/* background-position: 100% 50%; */  
	}
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
		filter:blur(0px);
		/* background-position: 100% 50%; */
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	cursor: pointer;
}

a:hover {
	color: var(--color-link-hover);
	outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
	/* Provide a fallback style for browsers
	 that don't support :focus-visible */
	outline: none;
	background: lightgrey;
}

a:focus:not(:focus-visible) {
	/* Remove the focus indicator on mouse-focus for browsers
	 that do support :focus-visible */
	background: transparent;
}

a:focus-visible {
	/* Draw a very noticeable focus style for
	 keyboard-focus on browsers that do support
	 :focus-visible */
	outline: 2px solid red;
	background: transparent;
}

.unbutton {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: pointer;
}

.unbutton:focus {
	outline: none;
}






.ti-button {
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 128px;
    height: 46px;
    padding: 0 20px;
    border: 2px solid transparent;
    transition: background .2s,color .2s,border-color .2s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: none;
}


.ti-button-solid {
  font-weight:700;
  color: var(--ti-button-color);
  background: var(--ti-button-background);
  border-color:var(--ti-button-background);
}

.ti-button-solid:hover {
    color:var(--ti-button-color-hover);
  background:var(--ti-button-background-hover);
}




.ti-button-outline {
     background-color:transparent;
     backdrop-filter:blur(6px);
  color:var(--ti-outline-button-color);
  border-color: rgba(255, 255, 255,0.145);
  font-weight: 700;
}

.ti-button-outline:hover {
  background:var(--ti-outline-button-background-hover);
  color:var(--ti-outline-color-hover);
  border-color: transparent;
}




.menu-md-button {
    display: none;
}

.action_menu_container {
    border:none;
    background:none;
    overflow:hidden;
}



.action_menu{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    
    border-radius: 35px;
    padding: 20px;
    border: 2px solid   rgba(255, 255, 255,0.145);
   /*  background-color:#070826CC; */
   background:url(https://ti-web.ru/assets/templ/img/noise.png), #050D1ACC;
     backdrop-filter:blur(6px);
  /* color:var(--ti-outline-button-color); */
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: none;
		min-width: 15rem;
		animation: actionMenuIn 0.3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
		
	}
	
	@keyframes actionMenuIn {
    0% {
        clip-path: circle(50% at 130% -30%);
        backdrop-filter: none;
    }
    90% {
        clip-path: circle(100% at 50% 50%);
    }
    100% {
        backdrop-filter:blur(6px);
        
    }
}

.action_menu * {
    animation: actionMenuElementsIn 0.4s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

	@keyframes actionMenuElementsIn {
    0% {
        filter:blur(3px);
    }
    100% {
        filter:none;
    }
}


	
	.menu-index {
	    color:#C2F2E9;
	    background:none;
	    /* border:none; */
	    backdrop-filter: none;
	}


.modile-menu {
    background:#050A25;
}
	
.modile-menu-body {
    gap: 10px;
    display:grid;
    grid-template-columns: 1fr;
    align-content: space-evenly;
    padding: 30px;
    /* grid-template-rows: repeat(6, min-content); */
    font-weight:bold;
    
}

.modile-menu-body a{
    font-size:1.3rem;
    padding:30px;
    position: relative;
}
.rotation {
    margin:0;
    padding:0;
}

.rotation li {
    position:relative;
    list-style: none;
}
.rotation li::before{
        display: inline-block;
    position: absolute;
    top: 40%;
    left: 4.6rem;
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    transform: rotate(calc(var(--rotation) * 36deg));
    background-image: url(https://m3.material.io/static/assets/list-bullet-dark.svg);
    line-height: 0;
    text-align: center;
    content: "";
}

.rotation li:nth-child(4n+1) {
    --rotation: 6;
}

.rotation li:nth-child(3n+1) {
    --rotation: 7;
}
.rotation li:nth-child(3n+2) {
    --rotation: 4;
}
.rotation li:nth-child(2) {
    --rotation: 2;
}
.rotation li:nth-child(4n+3) {
    --rotation: 3;
}    
.rotation li:nth-child(3n) {
    --rotation: 5;
}   
.rotation li:nth-child(4n) {
    --rotation: 9;
}   
.rotation li:nth-child(4n+1) {
    --rotation: 6;
}   



.frame--header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    mask: radial-gradient(circle at 18% -3%, black 20%, transparent 50%), radial-gradient(circle at right 24%, black 20%, transparent 50%);
    background:  url(https://ti-web.ru/assets/templ/img/indexHeader.gif);
    background-size: cover;
    filter:blur(30px);
    z-index: -1;
    	border-radius: 0px 0px 2rem 2rem;
}













.frame {
	padding: var(--page-padding);
	position: relative;
	display: grid;
	/* z-index: 1000; */
	width: 100%;
	grid-row-gap: 1rem;
	grid-column-gap: 2rem;
	justify-items: start;
	/* text-transform: uppercase; */
	font-size: 12px;
}

.frame--header {
    position:relative;
	height: 100%;
	/* z-index: 100; */
	background-size: auto 80%;
	background-position: 120% 70%;
	background-repeat: no-repeat;
	border-radius: 0px 0px 2rem 2rem !important;
		grid-template-areas:
	'title menu' 
	'. .' 
	'. .' 
	'. .'
	'heading heading'
	'. .';
}

.frame--footer {
	grid-template-areas: 'credits' 'author';
	align-content: end;
}

.frame #cdawrap {
  justify-self: start;
}

.frame a {
  pointer-events: auto;
}

.frame__title {
        display: flex;
        align-items: center;
        grid-area: title;
        font-size: inherit;
        margin: 0;
        z-index: 102;
}

.frame__back {
  grid-area: back;
  justify-self: start;
}

.frame__prev {
  grid-area: prev;
  justify-self: start;
}

.frame__sub {
  grid-area: sub;
}



.frame__menu {
      grid-area: menu;
      justify-self: end;
      display:flex;
      gap:10px;
}



.frame__demos {
	grid-area: demos;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	align-self: start;
	flex-wrap: wrap;
	background: var(--color-bg);
	border: 1px solid;
	padding: 1rem;
	border-radius: 10px;
}

.frame__demos > * {
	width: 2rem;
	display: block;
	flex: none;
	text-decoration: none;
	border-radius: 50%;
	aspect-ratio: 1;
	border: 1px solid var(--color-link-hover);
	display: grid;
	place-items: center;
	padding-top: 0.2em;
	background: var(--color-bg);
}

.frame__demos > span {
	filter: invert(100%);
}

.frame__demos::before {
	content: "Variations:";
}

.frame__heading {
	grid-area: heading;
	align-self: center;
	justify-self: start;
	width: min-content;
	display: flex;
	flex-direction: column;
	margin-top: 10vh;
}

.frame__heading h2 {
	margin: 0;
	line-height: 0.9;
	text-transform: uppercase;
	margin-left: -0.065em;
	font-size: clamp(3rem,12vw,7rem);
	letter-spacing: -0.105em;
	font-variation-settings: "slnt" 0, "wdth" 400, "wght" 900, "INKT" 400;
	text-align: left;
}

i {
	font-style: normal;
	font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400, "INKT" 400;
}

.frame__heading p {
		margin: 0;
}

.frame__credits {
	grid-area: credits;
}

.frame__author {
	display: flex;
	gap: 1.5rem;
	grid-area: author;
}

.content {
	padding: var(--page-padding);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
/*     border-radius: 2rem !important; */
}

.content--perspective {
	perspective-origin: 50% 0%;
	perspective: 1000px;
}

.text-large {
	font-size: clamp(1.5rem,5vw,3rem);
	max-width: 900px;
	margin: 0 0 0.85em 0;
	line-height: 1.2;
	font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500, "INKT" 100;
}

.content_hero {
	width: 100%;
	position: relative;
	height: 100vh;
}

.content--grid,
.content--grid .content__inner {
	display: grid;
	overflow: hidden;
	grid-column-gap: 8vw;
	grid-row-gap: 6vh;
	align-content: center;
	grid-template-areas: 'content-img' 'content-title' 'content-text';
	justify-items: center;
}
.content--grid-invert,
.content--grid-invert .content__inner {
	display: grid;
	overflow: hidden;
	grid-column-gap: 8vw;
	grid-row-gap: 6vh;
	align-content: center;
	grid-template-areas: 'content-img' 'content-title' 'content-text';
	justify-items: center;
}

.content--grid:has(.content__inner) {
	display: block;
	padding: 0;
}

.content__inner {
	width: 100%;
	height: 100%;
	border-radius: 0 0 2rem 2rem;
}

.content--card {
	display: flex;
	flex-direction: column;
	height: 80vh;
	width: 95vw;
	max-width: 500px;
	aspect-ratio: 0.8;
	top: 10vh;
	margin: auto;
	border-radius: 14px;
	gap: 3vh;
	text-align: center;
	margin-bottom: 5vh;
}

.content--card .content__title {
	font-size: clamp(1.5rem,4vw,3.5rem);
}

.content--card .content__title i {
	display: block;
}

.content--half {
	display: flex;
	flex-direction: column;
	gap: 3vh;
	text-align: center;
}

.content--half:nth-child(odd) {
	margin-left: auto;
}

.content__img {
	grid-area: content-img;
	width: 50%;
	max-width: 300px;
	height: auto;
	mix-blend-mode:screen;
}

.content__img--large {
	width: 60%;
	height: auto;
}

.content__img--small {
	height: 35%;
	width: auto;
}

.spacer {
	margin-top: 20vh;
}

.content__title {
	grid-area: content-title;
	letter-spacing: -0.07em;
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
	font-size: clamp(2rem,6vw,5rem);
	margin: 0;
	@media screen and (max-width: 63em) {
        text-align:center;
  }
}

.content__text {
	margin: 0;
	max-width: 500px;
	grid-area: content-text;
	text-align: center;
	line-height: 1.5;
	padding: 0 1rem;
	backface-visibility: hidden;
}

.content__text--narrow {
	max-width: 300px;
}

.content--intro {
	padding-top: 25vh;
	padding-bottom: 25vh;
	z-index: 2;
}

.content--outro {
	padding-top: 50vh;
	padding-bottom: 30vh;
}

.bg-1 { background: var(--color-bg-1); }
.bg-2 { background: var(--color-bg-2); }
.bg-3 { background: var(--color-bg-3); }
.bg-4 { background: var(--color-bg-4); }
.bg-5 { background: var(--color-bg-5); }
.bg-6 { background: var(--color-bg-6); }





.content-blog {
    display: grid;
    overflow: hidden;
    grid-column-gap: 5vw;
    grid-row-gap: 2vh;
    align-content: space-between;
    grid-template-rows: 0fr repeat(2, 1fr) 0.5fr;
    grid-template-areas: 'title-blog'
        'article-1'
        'article-2'
        'all-button';
    justify-items: center;
    position:relative;
    z-index:3;
    border-radius: 25px;
}

.content-blog::before{
    content: 'новые статьи новости блог блог новости инновации технологии веб дизайн разработка нейросети ai создание сайтов';
    font-family: "Arkhip";
    font-weight: bold;
    font-size: 8rem;
    overflow: hidden;
    color: rgba(2,8,115,0.9);
    position: absolute;
    inset:0;
    z-index: -1;
    /* filter: blur(16px); */
    line-height: 0.8;
    overflow: hidden;
    letter-spacing: -15px;
    text-align: justify;
    padding-right: 2.5rem;
}

.blog-article {
    background: url(https://ti-web.ru/assets/templ/img/noise.png), url(https://ti-web.ru/assets/templ/img/cletka.svg);
    /* background-size: 32px 32px; */
    background-repeat: repeat;
    box-shadow: 0px 0px 40px rgba(7,8,38, 0.2);
    background-color: rgba(7,8,38, 0.2);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 13px;
    display:grid;
    grid-template-rows: 1fr 1fr;
    gap:10px;
}

        .blog_article_newest {
    background: url(https://ti-web.ru/assets/templ/img/noise.png), url(https://ti-web.ru/assets/templ/img/cletka.svg);
    /* background-size: 32px 32px; */
    background-repeat: repeat;
    box-shadow: 0px 0px 40px rgba(7,8,38, 0.2);
    background-color: rgba(7,8,38, 0.2);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 13px;
    display:grid;
    grid-template-rows: 1fr 1fr;
    gap:10px;
}

.blog-article-img {
    width: 100%;
    height: 100%;
    background: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    border-radius: 14px;
}
.blog-article-title {
    font-weight: bold;
    margin-bottom: 5px;
    mix-blend-mode: plus-lighter;
}

.blog-article-description {
    font-size: small;
    line-height: 1;
    letter-spacing: -0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.blog-article-link{
    color: #C2F2E9;;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    font-weight: bold;
}



.article-1 {
    grid-area:article-1;
}
.article-2 {
    grid-area:article-2;
}
.article-3 {
    grid-area:article-3;
    display:none;
}
.article-4 {
    grid-area:article-4;
    display:none;
}
.content-title-blog {
        grid-area: title-blog;
    font-weight: bold;
    letter-spacing: -1px;
}
.blog-all-button {
    grid-area:all-button;
    font-weight: bold;
}


@media screen and (min-width: 63em) {
    
    
	body {
		--page-padding: 2rem 3rem;
	}
	.frame--header {
		height: 100vh;
		grid-template-columns: auto auto auto 1fr 1fr;
		grid-template-rows: auto 1fr auto;
		align-content: space-between;
		grid-template-areas: 
		'title menu menu menu menu' 
		'heading heading heading heading heading' 
		'demos demos demos demos demos';
	}
	.frame__heading {
		margin-top: 0;
	}
	.frame__heading h2 {
		/* white-space: nowrap; */
	}
	.frame__heading p {
		margin: 0 0 0 auto;
	}
	.content--grid .content__title {
		align-self: end;
	}
	.frame__demos {
		position: fixed;
		bottom: 2rem;
	}
	.frame--footer {
	    padding-bottom: 0;
        grid-template-areas: 'credits author';
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 2rem;
	}
	.frame__author {
		align-self: center;
	}
	.frame #cdawrap {
		max-width: 300px;
		text-align: right;
	}
	.frame #cdawrap, 
	.frame__author,
	.frame__sub {
		justify-self: end;
	}
	

	
	.content--grid,
	.content--grid .content__inner {
		grid-template-areas: 'content-img content-title' 'content-img content-text';
		grid-template-columns: 30% 1fr;
		justify-items: start;
	}
	
		.content--grid-invert,
	.content--grid-invert .content__inner {
		grid-template-areas: 'content-title content-img' 'content-text content-img';
		grid-template-columns: 1fr 30%;
		justify-items: start;
	}
	.content__img--large {
		width: 160%;
	}
	.content__img--left {
		justify-self: end;
	}
	.content__text--left {
		text-align: left;
		align-self: start;
	}
	.content--card {
		width: 50vw;
	}
	.content--half {
		width: 50%;
	}
	
	
	.content-blog {
	    padding-bottom: 3.5rem;
        display: grid;
    overflow: hidden;
    grid-column-gap: 2vw;
    grid-row-gap: 2vh;
    align-content: space-between;
    grid-template-rows: 0fr 1fr 1fr 0fr;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 'title-blog .'
    'article-1 article-2'
    'article-1 article-3'
    'all-button all-button';
}


    .blog-article {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        padding: 13px;
        display:grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        gap:10px;
    }

    
    .content-title-blog {
        justify-self: self-start;
    }
    
    .blog-article-title {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        hyphens: manual;
        height: 15%;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden;
        line-height: 1;
    }
    
    .blog-article-description {
        font-size: small;
        line-height: 1;
        letter-spacing: -0.5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        hyphens: manual;
        height: 70%;
        -webkit-box-orient: vertical;
        word-break: break-word;
    }
    
    .blog_article_newest {
    background: url(https://ti-web.ru/assets/templ/img/noise.png), url(https://ti-web.ru/assets/templ/img/cletka.svg);
    /* background-size: 32px 32px; */
    background-repeat: repeat;
    box-shadow: 0px 0px 40px rgba(7,8,38, 0.2);
    background-color: rgba(7,8,38, 0.2);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 13px;
    display:grid;
    grid-template-rows: 1fr 1fr;
    gap:10px;
}
}





@media screen and (min-width: 768px) {
    	.menu-md-button {
        display: inherit;
    }
    
    .frame--header::before{
            mask: radial-gradient(circle at center 18%, black 20%, transparent 70%, transparent 100%), radial-gradient(circle at 101% -46%, black 20%, transparent 70%, transparent 100%);
    }
    
}





	
	
	
	
	.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  



:root {
  --shiny-cta-bg: #000000;
  --shiny-cta-bg-subtle: #1a1818;
  --shiny-cta-fg: #ffffff;
  --shiny-cta-highlight: blue;
  --shiny-cta-highlight-subtle: #8484ff;
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@property --gradient-angle-offset {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@property --gradient-percent {
  syntax: "<percentage>";
  initial-value: 5%;
  inherits: false;
}

@property --gradient-shine {
  syntax: "<color>";
  initial-value: white;
  inherits: false;
}

.ti-shiny {
  --animation: gradient-angle linear infinite;
  --duration: 3s;
  --shadow-size: 2px;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline-offset: 4px;
  padding: 1.25rem 2.5rem;
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 360px;
  color: var(--shiny-cta-fg);
  background: linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg))
      padding-box,
    conic-gradient(
        from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
        transparent,
        var(--shiny-cta-highlight) var(--gradient-percent),
        var(--gradient-shine) calc(var(--gradient-percent) * 2),
        var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3),
        transparent calc(var(--gradient-percent) * 4)
      )
      border-box;
  box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);

  &::before,
  &::after,
  span::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    translate: -50% -50%;
    z-index: -1;
  }

  &:active {
    translate: 0 1px;
  }
}

/* Dots pattern */
.ti-shiny::before {
  --size: calc(100% - var(--shadow-size) * 3);
  --position: 2px;
  --space: calc(var(--position) * 2);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(
      circle at var(--position) var(--position),
      white calc(var(--position) / 4),
      transparent 0
    )
    padding-box;
  background-size: var(--space) var(--space);
  background-repeat: space;
  mask-image: conic-gradient(
    from calc(var(--gradient-angle) + 45deg),
    black,
    transparent 10% 90%,
    black
  );
  border-radius: inherit;
  opacity: 0.4;
  z-index: -1;
}

/* Inner shimmer */
.ti-shiny::after {
  --animation: shimmer linear infinite;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(
    -50deg,
    transparent,
    var(--shiny-cta-highlight),
    transparent
  );
  mask-image: radial-gradient(circle at bottom, transparent 40%, black);
  opacity: 0.6;
}

.ti-shiny span {
  z-index: 1;

  &::before {
    --size: calc(100% + 1rem);
    width: var(--size);
    height: var(--size);
    box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
    opacity: 0;
  }
}

/* Animate */
.ti-shiny {
  --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: var(--transition);
  transition-property: --gradient-angle-offset, --gradient-percent,
    --gradient-shine;

  &,
  &::before,
  &::after {
    animation: var(--animation) var(--duration),
      var(--animation) calc(var(--duration) / 0.4) reverse paused;
    animation-composition: add;
  }

  span::before {
    transition: opacity var(--transition);
    animation: calc(var(--duration) * 1.5) breathe linear infinite;
  }
}

.ti-shiny:is(:hover, :focus-visible) {
  --gradient-percent: 20%;
  --gradient-angle-offset: 95deg;
  --gradient-shine: var(--shiny-cta-highlight-subtle);

  &,
  &::before,
  &::after {
    animation-play-state: running;
  }

  span::before {
    opacity: 1;
  }
}

@keyframes gradient-angle {
  to {
    --gradient-angle: 360deg;
  }
}

@keyframes shimmer {
  to {
    rotate: 360deg;
  }
}

@keyframes breathe {
  from,
  to {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}



line {
	opacity: 0.1;
}

@keyframes fade {
	0% {
		opacity: 0.1;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.1;
	}
}

line {
	stroke-linecap: round;
	animation-name: fade;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	animation-duration: var(--anim-duration, 1s);
	animation-delay: var(--anim-delay, 0s);
}





.portfolioContainer {
  padding: var(--page-padding);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  font-size: 1.1vw;
}

.tab-container {
  grid-column-gap: 3rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 85%;
  padding-top: 0;
  padding-bottom: 0;
  /* padding-right: 2.5rem; */
  display: flex;
}

.tab-layout-container {
  width: 100%;
  /* max-width: 36em; */
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.tab-container-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  @media (min-width: 768px) {
  align-items: flex-start;
  }


}

.tab-container-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  
    @media screen and (max-width: 768px) {
      align-items: center;
    }
}

.tab-layout-col {
  width: 100%;
}

.tab-content-wrap {
  width: 100%;
  min-width: 22rem;
  position: relative;
}

.content-button__bg {
  z-index: -1;
  background-color: #efeeec;
  border-radius: 128px;
  position: absolute;
  inset: 0%;
}

.content-p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
        @media screen and (max-width: 768px) {
        text-align:center;
  }
}

.tab-button__bg {
  z-index: 0;
  background-color: #efeeec0f;
  border: 1px solid #efeeec14;
  border-radius: 128px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tab-content-item {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  visibility: hidden;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-content-item.active {
  visibility: visible;
}

.tab-layout {
    z-index: 1;
    grid-row-gap: 2px;
    /* flex-flow: wrap; */
    min-height: 37rem;
    display: grid;
    width: 100%;
    position: relative;
    justify-content: center;
    grid-template-rows: 1fr 2fr;
    grid-template-areas: 
    'image'
    'text';
      @media (min-width: 768px) {
          grid-template-rows: 1fr;
    grid-template-columns: 1fr 1.5fr;
        grid-template-areas: 
    'text image';
  }
}

.tab-text {
    grid-area:text;
}

.tab-img {
    grid-area:image;   
}

.filter-bar {
  background-color: #efeeec0f;
  border: 1px solid #efeeec14;
  border-radius: 128px;
  padding: .5rem;
  display: flex;
  gap:3px;
}

.filter-button {
  background-color: #0000;
  border: 1px solid #efeeec00;
  padding: 0.5rem 1.125rem;
  transition: border-color .2s;
  position: relative;
  border-radius: 128px;
}

.filter-button.active {
  border-color: #efeeec4d;
  border-radius: 128px;
}

.filter-button__p {
  z-index: 1;
  font-size: 1rem;
  position: relative;
  color:var(--color-light);
}

.tab-visual-wrap {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  max-height: 90vh;
  position: relative;
  overflow: hidden;
}

.tab-visual-item {
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.tab-visual-item.active {
  visibility: visible;
}

.tab-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.tab-content__heading {
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
        @media screen and (max-width: 768px) {
        text-align:center;
  }
}

.tab-layout-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
      @media screen and (max-width: 768px) {
        text-align:center;
  }
}

.tab-content__button {
  color: #131313;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}






:root {
    --color-light: var(--color-neutral-200);
    --color-dark: var(--color-neutral-800);
    --color-primary: #8484ff;
    --color-neutral-100: blue;
    --color-neutral-200: #00D3F3;
    --color-neutral-300: #A7B2F2;
    --color-neutral-400: #babdc9;
    --color-neutral-500: #716f82;
    --color-neutral-600: #2c2c2c;
    --color-neutral-700: #1f1f1f;
    --color-neutral-800: #050D1A;
    --color-neutral-900: #000000;
    --color-white: var(--color-neutral-100);
    --color-black: var(--color-neutral-900);
    --color-error: var(--color-primary);
    --color-success: #0ba954;
    --cubic-default: cubic-bezier(0.65, 0.05, 0, 1);
    --duration-default: 0.735s;
    --animation-default: var(--duration-default) var(--cubic-default);
    --gap: 2em;
    --section-padding: calc(3.5em + (var(--gap) * 2));
    --container-padding: 2em;
    --header-height: calc(1.5em + (var(--gap) * 2));
    --footer-height: calc(2.785em + (var(--gap) * 2));
}


.osmo-ui {
  z-index: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.nav-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-logo-row {
  pointer-events: auto;
  justify-content: space-between;
  align-items: center;
  width: 13em;
  display: flex;
}

.nav-logo__wordmark {
  width: 4em;
}

.nav-logo__icon {
  width: 1.5em;
  height: 1.5em;
}

.container {
  z-index: 1;
  max-width: var(--size-container);
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.is--full {
  max-width: 100%;
}

.nav-row__right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header {
  z-index: 110;
  padding-top: var(--gap);
  position: fixed;
  inset: 0% 0% auto;
}

.website-link {
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.website-link.is--alt {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  height: 1.5em;
  display: flex;
}

.inline-link__p {
  margin-bottom: 0;
}

p{
  margin: 0px
}

.menuContainer {
  padding: var(--section-padding) var(--container-padding);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: absolute;
  --menu-padding: 2em;
}

.nav {
  z-index: 100;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
  
}
.nav, .nav * {
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}
.overlay {
  z-index: 0;
  cursor: pointer;
  background-color: #13131366;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu {
  padding-bottom: var(--menu-padding);
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  padding-top: calc(3 * var(--menu-padding));
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35em;
  height: 100%;
  margin-left: auto;
  position: relative;
  overflow: auto;
}

.menu-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.menu-inner {
  z-index: 1;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.bg-panel {
  z-index: 0;
  background-color: var(--color-neutral-300);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: absolute;
  inset: 0%;
}

.bg-panel.first {
  background-color: var(--color-primary);
}

.bg-panel.second {
  background-color: var(--color-neutral-100);
}

.menu-list {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.menu-list-item {
  position: relative;
  overflow: hidden;
}

.menu-link-heading{ text-shadow: 0px 1em 0px var(--color-neutral-200); }

.menu-link {
  padding-top: .75em;
  padding-bottom: 0.5em;
  padding-left: var(--menu-padding);
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.menu-link-heading {
  z-index: 1;
  text-transform: uppercase;
 
  font-size: 4rem;
  font-weight: 700;
  line-height: 0.85;
  transition: transform .55s cubic-bezier(.65, .05, 0, 1);
  position: relative;
}

.eyebrow {
  z-index: 1;
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.menu-link-bg {
  z-index: 0;
  background-color: var(--color-neutral-800);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  transition: transform .55s cubic-bezier(.65, .05, 0, 1);
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.menu-details {
  padding-left: var(--menu-padding);
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.p-small {
  font-size: .875em;
  color: var(--color-bg);
}

.socials-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  display: flex;
}

.p-large {
  font-size: 1.125em;

}

.text-link {
  text-decoration: none;
  position: relative;
}

.menu-button {
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  z-index:101;
/*   background-color: #0000; */
  justify-content: flex-end;
  align-items: center;
/*   margin: -1em;
padding: 1em; */
  display: flex;
/*   border: none; */
}

.menu-button-icon {
  width: 1em;
  height: 1em;
  overflow: visible;
}

.menu-button-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 1.125em;
  display: flex;
  overflow: hidden;
}

.icon-wrap {
  transition: transform .4s cubic-bezier(.65, .05, 0, 1);
}

@media (hover:hover){
  
   /* Menu toggle button*/
  .menu-button:hover .icon-wrap{transform: rotate(90deg); }

  /* Menu Large Links */
  .menu-link:hover .menu-link-heading{ transform: translate(0px, -1em); transition-delay: 0.1s; }
  .menu-link:hover .menu-link-bg{ transform: scale(1,1) }

  /* Menu Smaller Links */
  .text-link::after{
    content: '';
    position:absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height:1px;
    background: var(--color-primary);
    transform-origin: right center;
    transform: scale(0,1);
    transition: transform 0.4s var(--cubic-default)
  }

  .text-link:hover::after{
    transform-origin: left center;
    transform: scale(1,1);	
  }
  
}

@media screen and (max-width: 767px) {
  .menuContainer {
  	--menu-padding: 1em;
  }
  
  .nav-logo-row {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    width: auto;
  }

  .nav-row__right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .cloneable-title {
    pointer-events: none;
    width: calc(100% - 5.25em);
    padding-left: 1em;
    position: absolute;
    overflow: hidden;
  }

  .cloneable-title__nr, .cloneable-title__h1 {
    font-size: .875em;
  }

  .clone-in-webflow {
    justify-content: flex-end;
    width: 100%;
    margin-right: 0;
    padding-left: .75em;
  }

  .clone-in-webflow__p {
    display: none;
  }

  .cloneable-title__gradient, .osmo-ui__bg {
    display: block;
  }

  .menu {
    padding-top: calc(6 * var(--menu-padding));
    width: 100%;
  }

  .bg-panel {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .menu-list-item {
    height: 4.5em;
  }

  .menu-link-heading {
        font-size: 3rem;
    line-height: 1.6;
  }

  .socials-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .p-large.text-link {
    font-size: 1em;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    padding-top: calc(4 * var(--menu-padding));
    padding-bottom: calc(2 * var(--menu-padding));
  }
}






.title_adv {
    font-size:3rem;
    text-align:center;
    font-weight:bold;
    padding: var(--page-padding);
    @media screen and (max-width: 768px) {
        font-size: 2rem;
  }
}

