body {
    font-family: 'Manrope', sans-serif;
    color: #FFF;
    display: flex;
    flex-direction: column;
	background: #030712;
	margin: 0;
	padding: 0;
}

#firstDisplay {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#firstDisplay video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.firstDisplayVideoOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.2) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            rgba(0, 0, 0, 0.85) 80%,
            rgba(0, 0, 0, 0.95) 100%
        );
}

section {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.wrapper {
	width: 1344px;
}

#firstDisplay .wrapper {
	position: absolute;
    height: 100%;
    display: flex;
    align-items: end;
}

.firstDisplay_block {
	display: flex;
    flex-direction: column;
    gap: 75px;
}

.firstDisplay_block-companies {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	height: 93px;
}

.firstDisplay_block-companies img {
	height: 100%;
}

.firstDisplay_block-info {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 890px;
}

.firstDisplay_block-info_mainText {
	font-size: 60px;
	font-weight: 600;
	line-height: 100%;
}

.firstDisplay_block-info_secondText {
	font-family: 'Inter Tight';
	font-size: 20px;
	font-weight: 400;
}

header {
	position: fixed;
    z-index: 100;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}

.header {
    width: 1344px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.header_nav {
	display: flex;
    gap: 24px;
    align-items: center;
}

button {
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	border: 0;
	outline: none;
}

.header_contacts {
	display: flex;
	gap: 8px;
	align-items: center;
}

a {
	text-decoration: none;
}

.header_contacts a {
	color: #FFF;
	font-family: 'Inter Tight';
	font-size: 20px;
	font-weight: 600;
}

.header_contacts a button {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #4B5563;
}

.header_menu_button {
	color: #030712;
	font-family: 'Inter Tight';
	font-size: 16px;
	font-weight: 500;
	border-radius: 16px;
	gap: 12px;
	padding: 16px;
	background: #DEF655;
}

#phoneLink { margin-right: 8px; }

.blureffect {
    position: absolute;
    bottom: 0;
    right: 0;
}

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

.about_block-author_info {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.about_block-author_info-description {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.about_block-author_info-description img {
	width: 550px;
}

.about_block-author_info-description_personal {
	display: flex;
    flex-direction: column;
    align-items: end;
    gap: 4px;
}

.about_block-author_info-socials {
	display: flex;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about_block-author_info-social {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.about_block-author_info-social:last-child {
	border-right: 0;
}

.about_block-author_info-social_name {
	display: flex;
	gap: 4px;
}

.about_block-author_info-social_name span {
	font-family: 'Inter Tight';
	font-weight: 500;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 100%;
}

.about_block-author_info-social_followers {
	font-family: 'Inter Tight';
	font-weight: 500;
	font-size: 40px;
	color: #FF5C35;
	line-height: 100%;
}

.about_block-author_info-description_personal-fullname {
	font-family: 'Inter Tight';
	font-weight: 500;
	font-size: 24px;
}

.about_block-author_info-description_personal-position {
	font-family: 'Inter Tight';
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.adptM { display: none; }

.about_block-author_text-quote {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
	position: relative;
}

.about_block-author_text {
    width: 650px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.block-title {
    width: max-content;
    display: flex;
    font-size: 14px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 42px;
    padding: 16px;
    gap: 12px;
}

.block-title-circle {
    border: 2px solid #DEF655;
    width: 4px;
    height: 4px;
    border-radius: 20px;
}

.about_block-author_text-secondquote {
	font-family: 'Inter Tight';
	font-weight: 400;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
}

.callback-button {
    width: max-content;
    padding: 10px 16px;
    color: #FFF;
    font-family: 'Inter Tight';
    font-weight: 500;
    font-size: 16px;
    gap: 12px;
    border: 1px solid #FFFFFF50;
    border-radius: 50px;
	position: relative;
	height: 54px;
	padding-left: 64px;
	transition: all 0.5s ease;
}

.button-icon-circle {
    width: 32px;
    height: 32px;
    background: #DEF655;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
	position: absolute;
	left: 16px;
	transition: all 0.5s ease;
}

.callback-button:hover {
	padding-left: 16px;
	padding-right: 64px;
	background: #DEF655;
	color: #000;
}

.callback-button:hover .button-icon-circle {
	margin-left: calc(100% - 64px);
	background: #FFF;
}

.photo_slider {
	height: 320px;
	width: 100%;
	overflow: hidden;
}

.photo_slider-container {
	width: max-content;
	height: 100%;
	display: flex;
	gap: 20px;
}

.photo_slider-container img {
	height: 100%;
	filter: grayscale(1);
}

.projects_block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.projects_block-header {
	margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.projects_block-header {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.projects_block-header_title {
    font-size: 48px;
    font-weight: 600;
    width: 810px;
    line-height: 100%;
}

.projects_block-header_title span {
	color: rgba(255, 255, 255, 0.5);
}

.projects_block-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.project {
	padding: 6px 6px 24px 6px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: calc(32% - 8px);
    background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
}

.project img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	margin-bottom: 16px;
	border-radius: 14px;
}

.project_category {
	padding: 0 16px;
	color: #DEF655;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Inter Tight';
}

.project_name {
	padding: 0 16px;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Inter Tight';
}

.callback-form-block {
    width: 1344px;
    padding: 40px;
    background: #def655;
    color: #000;
    box-sizing: border-box;
    position: relative;
    border-radius: 40px;
	margin-top: 64px;
}

.callback-form-block-main {
    display: flex;
    flex-direction: column;
    gap: 75px;
}

.callback-form-block-main_logo {
	margin-bottom: 75px;
}

.callback-form-block img {
    position: absolute;
    bottom: 0;
    right: -30px;
}

.callback-form-block-main_description {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.callback-form-block-main_description-firsttext {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    width: 550px;
}

.callback-form-block-main_description-secondtext {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Inter Tight';
}

.callback-form-block-main_inputblock {
    width: 570px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.callback-form-block-main_inputblock-form {
    background: #A0C00D;
    padding: 10px;
    display: flex;
    gap: 10px;
    border-radius: 24px;
}

.callback-button.black {
	background: #000;
	border-color: #000;
	border-radius: 16px;
}

.callback-form-block-main_inputblock-form input {
    flex: 1;
    background: #E5E7EB;
    border: 1px solid #F9FAFB;
    border-radius: 16px;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter Tight';
    color: #9CA3AF;
	outline: none;
}

.callback-form-block-main_inputblock-aggree {
    font-size: 14px;
    font-family: 'Inter Tight';
    color: #6E821D;
    font-weight: 500;
    padding: 0 24px;
}

.callback-form-block-main_inputblock-aggree a {
	text-decoration: underline;
	color: #6E821D;
}

main {
	display: flex;
    flex-direction: column;
    gap: 64px;
}

#about_block-author_text-quote-lq {
    position: absolute;
    left: -80px;
}

#about_block-author_text-quote-rq {
	position: absolute;
    right: 0;
}

.workcycle_block {
	width: 100%;
}

.workcycle_block-content {
	display: flex;
	flex-direction: column;
}

.workcycle_block-content a {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	transition: background 0.2s ease;
}

.workcycle_block-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
	display: flex;
	justify-content: center;
}

.workcycle_block-title_text {
	width: 1344px;
	font-weight: 600;
	font-size: 48px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 100%;
}

.workcycle_block-content_link {
    width: 1344px;
    display: flex;
    align-items: center;
}

.workcycle_block-content_link-id {
	display: flex;
    flex-direction: column;
    height: 18px;
    overflow: hidden;
}

.workcycle_block-content_link-id_row {
    color: #D84212;
    font-weight: 600;
    display: flex;
    width: 230px;
	transform: translateY(0);
	transition: transform 0.2s ease;
}

.workcycle_block-content_link-id_number {
	font-size: 10px;
}

.workcycle_block-content_link-id_name {
	font-size: 14px;
}

.workcycle_block-content_link-name {
    font-size: 32px;
    line-height: 100%;
    color: #FFF;
    font-weight: 500;
    flex: 1;
}

.workcycle_block-content_link-name div { width: 200px; }

.workcycle_block-content_link-arrow {
	transform: rotate(0deg);
	transition: transform 0.2s ease;
}

.workcycle_block-content a:hover {
	background: rgba(255, 255, 255, 0.1);
	transition: background 0.2s ease;
}

.workcycle_block-content a:hover .workcycle_block-content_link-id_row {
	transform: translateY(-19px);
	transition: transform 0.2s ease;
}

.workcycle_block-content a:hover .workcycle_block-content_link-arrow {
	transform: rotate(-45deg);
	transition: transform 0.2s ease;
}

footer {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 64px;
	padding: 40px 0;
}

.footer {
	width: 1344px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.footer_catalog {
	display: flex;
	gap: 20px;
	padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_catalog-block {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer_catalog-block_title {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Inter Tight';
}

.footer_catalog-block_nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footer_catalog-block_nav a {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Inter Tight';
	color: rgba(255, 255, 255, 0.5);
}

.footer_credits {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_credits-nav {
	display: flex;
	gap: 16px;
}

.footer_credits-nav a, .footer_credits-copyright {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Inter Tight';
}

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

.footer_main_info {
    width: 300px;
    display: flex;
    flex-direction: column;
	gap: 24px;
}

.footer_main_info-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer_main_info-description {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	font-weight: 500;
	font-family: 'Inter Tight';
}

.footer_main_nav {
    display: flex;
    gap: 20px;
}

.footer_main_nav-block {
    display: flex;
    flex-direction: column;
    width: 250px;
	gap: 20px;
}

.footer_main_nav-block_title {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-weight: 500;
	font-family: 'Inter Tight';
	text-transform: uppercase;
}

.footer_main_nav-block_content {
	display: flex;
    flex-direction: column;
	gap: 8px;
}

.footer_main_nav-block_content a {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Inter Tight';
	color: #FFF;
}

.advantages_block {
	display: flex;
}

.advantage {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.advantage:last-child { border-right: 0; }

.advantage-title {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Inter Tight';
}

.advantage-value {
	background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	font-size: 100px;
	font-weight: 400;
	font-family: 'Inter Tight';
	line-height: 100%;
}

.descrcompany_block {
    width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.descrcompany_block-text {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
}

.descrcompany_block-text span { color: rgba(255, 255, 255, 0.5); }

.descrcompany_block-advantages {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 20px;
}

.descrcompany_block-advantage {
    display: flex;
    width: calc(50% - 10px);
    flex-direction: column;
    gap: 8px;
}

.descrcompany_block-advantage_name {
	font-size: 24px;
	font-weight: 600;
    width: 200px;
    line-height: 100%;

}

.descrcompany_block-advantage_description {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Inter Tight';
	width: 240px;
    color: rgba(255, 255, 255, 0.5);
}

.contactpage_socials_block {
    display: flex;
    gap: 20px;
}

.contactpage_social {
	display: flex;
	gap: 8px;
	flex-direction: column;
	padding: 24px;
	border-radius: 32px;
	background: #1C1F29;
	border: rbga(255, 255, 255, 0.1);
	flex: 1;
}

.contactpage_social-icon { margin-bottom: 16px; }
.contactpage_social-name {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Inter Tight';
	margin-bottom: 16px;
}
.contactpage_social-contact {
	font-size: 28px;
	font-weight: 600;
}

.contactpage_social-description {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Inter Tight';
	color: rgba(255, 255, 255, 0.5);
}

.heroBlock-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/site/images/hb1.png') no-repeat 400px center / cover;
    z-index: 0;
}

.heroBlock-bg-layerS {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.heroBlock.about .heroBlock-bg-layer {
	background: url(/site/images/hbabout.png) no-repeat 100px 40% / cover;
}

.heroBlock.portfolio .heroBlock-bg-layer {
	background: url(/site/images/hbportfolio.jpg) no-repeat 200px 40% / cover;
}

.heroBlock.service .heroBlock-bg-layer {
	background: none;
}

.heroBlock-gradient-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 23;
    background: linear-gradient(to bottom, transparent 90%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(to right, rgba(0, 0, 0, 3.1) 10%, rgba(0, 0, 0, 0.3) 51%, transparent 60%);
}

.heroBlock-gradient-layer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
}

.heroBlock {
    width: 100%;
    height: 100vh;
}

.heroBlockContent {
	z-index: 99;
    width: 1344px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	padding: 100px 0 50px 0;
	gap: 64px;
}

.heroBlockContent_main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.heroBlockContent_main-breadcrumbs {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.heroBlockContent_main-breadcrumbs-content {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Inter Tight';
	color: rgba(255, 255, 255, 0.5);
}

.heroBlockContent_main-breadcrumbs-title {
	font-weight: 600;
	font-size: 60px;
}

.heroBlockContent_main-controls-description {
	font-weight: 500;
	font-size: 20px;
	width: 400px;
	line-height: 100%;
	font-family: 'Inter Tight';
	color: rgba(255, 255, 255, 0.8);
}

.heroBlockContent_main-controls-sdescription {
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-weight: 500;
	font-size: 20px;
	width: 400px;
	line-height: 100%;
	font-family: 'Inter Tight';
	color: rgba(255, 255, 255, 0.8);
}

.heroBlockContent_main-controls-sdescription-strong {
	font-weight: 600;
	font-size: 64px;
	color: #FFF;
	font-family: 'Manrope';
	line-height: 100%;
	width: 1010px;
}

.heroBlockContent_main-controls {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

#socialsSection {
	background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#socialsSection .about_block-author_info-socials { width: 100%; }

.services_block {
    width: 1344px;
    display: flex;
    justify-content: space-between;
}

.services_block-info {
	display: flex;
    justify-content: space-between;
	flex-direction: column;
	flex: 1;
}

.services_block-info_header {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.services_block-info_header-title {
	font-weight: 600;
	font-size: 40px;
	width: 540px;
	line-height: 100%;
}

.services_block-services {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 20px;
}

.services_block-service {
	display: flex;
	width: calc(33% - 60px);
	padding: 24px;
	flex-direction: column;
	gap: 32px;
	font-weight: 600;
	font-size: 20px;
	border-radius: 24px;
	background: radial-gradient(ellipse at left top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.04) 100%), #0E121C;
    backdrop-filter: blur(170px);
}

.header-menu {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    flex-direction: column;
    background: #030712;
    z-index: 1111;
	align-items: center;
}

.header-menu_wrapper {
    width: 90%;
    display: flex;
    flex-direction: column;
    height: 100%;
	gap: 60px;
}

.header-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-menu-header_button .header_menu_button { background: #FFF; }

.header-menu-main {
	height: 100%;
    display: flex;
    gap: 200px;
}

.header-menu-main_nav {
	display: flex;
	flex-direction: column;
}

.header-menu-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-menu-footer_contacts {
    display: flex;
    align-items: center;
    gap: 80px;
}

.header-menu-footer_contact {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 32px;
	font-weight: 600;
	font-family: 'Inter Tight';
}

.header-menu-main_nav a {
	color: #FFF;
	font-size: 48px;
	font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-menu-main_nav-circle {
	display: none;
    width: 16px;
    height: 16px;
    background: #DEF655;
    border-radius: 20px;
    margin-top: 10px;
}

.header-menu-main_nav a:hover { color: #DEF655; }
.header-menu-main_nav a:hover .header-menu-main_nav-circle { display: block; }

.modal-overlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 111;
}

.modal-container {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 111;
}

.modal {
	padding: 48px;
    background: #1C1F29;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
	width: 550px;
	box-sizing: border-box;
}


.modal-close {
	position: absolute;
    right: 48px;
}

.callback-form, .callback-form_body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.callback-form_header {
	display: flex;
    flex-direction: column;
	margin-bottom: 24px;
	gap: 8px;
}

.callback-form_header-title {
	font-size: 40px;
	font-weight: 600;
	line-height: 100%;
}

.callback-form_header-description {
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	font-family: 'Inter Tight';
}

.callback-form_body-inputs {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.callback-form_body button {
	margin-top: 24px;
    padding: 16px;
    border-radius: 16px;
    background: #DEF655;
    width: max-content;
    font-weight: 500;
    font-family: 'Inter Tight';
    font-size: 16px;
}

.callback-form_body-inputs input {
	font-size: 16px;
    font-family: 'Inter Tight';
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
	color: rgba(255, 255, 255, 0.4);
	outline: none;
}

.checkbox { display: flex; gap: 8px; cursor: pointer; }
.checkbox .checkbox-box svg { display: none; }

.checkbox.selected .checkbox-box { background: #FF5C35; }
.checkbox.selected .checkbox-box svg { display: block; }

.checkbox-box {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.checkbox-text {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Inter Tight';
    color: rgba(255, 255, 255, 0.5);
	flex: 1;
}

.checkbox-text a {
	color: #def655;
}

.checkbox-text a:hover { text-decoration: underline; }