body {
	background-color: #121212;	
}

main {
	position: relative;
}

header {
	backdrop-filter:blur(2px);
	background-color:rgba(18, 18, 18, 0.9);
	border-bottom-color:rgb(34, 34, 34);
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:rgb(34, 34, 34);
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:rgb(34, 34, 34);
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:rgb(34, 34, 34);
	border-top-style:solid;
	border-top-width:0px;
	box-sizing:border-box;
	color:rgb(255, 255, 255);
	display:block;
	font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings:normal;
	font-variation-settings:normal;
	line-height:24px;
	position:sticky;
	tab-size:4;
	text-size-adjust:100%;
	top:0px;
	z-index:50;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	height:65px;
}

footer {
	background-color:rgb(18, 18, 18);
	/*border-bottom-color:rgb(31, 41, 55);
	border-bottom-style:solid;
	border-bottom-width:0px;*/
	/*border-left-color:rgb(31, 41, 55);
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:rgb(31, 41, 55);
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:rgb(31, 41, 55);
	border-top-style:solid;
	border-top-width:1px;*/
	box-sizing:border-box;
	color:rgb(255, 255, 255);
	display:block;
	font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings:normal;
	font-variation-settings:normal;
	line-height:24px;
	padding-bottom:32px;
	padding-top:64px;
	tab-size:4;
	text-size-adjust:100%;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.footer-nav {
	list-style:none;
}

.grey-p {
	color: rgb(156 163 175);
}

.footer-nav .nav-link {
	color: rgb(156 163 175);
}

.footer-nav .nav-link:hover {
	color:#FA7315 !important;
}

.text-gradient {
	background-clip:text;
	background-image: linear-gradient(to left, rgb(249, 115, 22), rgb(245, 158, 11));
	border-bottom-color:rgb(54, 50, 48);
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:rgb(54, 50, 48);
	border-left-stylesolid;
	border-left-width:0px;
	border-right-color:rgb(54, 50, 48);
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:rgb(54, 50, 48);
	border-top-style:solid;
	border-top-width:0px;
	box-sizing:border-box;
	color:rgba(0, 0, 0, 0);
	cursor:pointer;	
}

.text-gradient:hover {
	background-clip:text;
	background-image: linear-gradient(to left, rgb(249, 115, 22), rgb(245, 158, 11));
	border-bottom-color:rgb(54, 50, 48);
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:rgb(54, 50, 48);
	border-left-stylesolid;
	border-left-width:0px;
	border-right-color:rgb(54, 50, 48);
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:rgb(54, 50, 48);
	border-top-style:solid;
	border-top-width:0px;
	box-sizing:border-box;
	color:rgba(0, 0, 0, 0);
	cursor:pointer;	
}

.title {
	font-weight: 700;
	font-size: 2.25rem;
    line-height: 2.5rem;
    font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings:normal;
}

.subtitle {
	font-weight: 700;
	font-size: 1.5rem;
    line-height: 1.75rem;
    font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings:normal;
}

.nav-link {
	color: rgba(255, 255, 255, 100%);
}

.nav-link:hover {
	color: rgba(249, 115, 22, 100%);
}

.nav-link.active {
	color: rgba(249, 115, 22, 100%);
}

.section-black {
	background: rgb(18, 18, 18);
	/*border-bottom: 1px solid rgb(31, 41, 55);*/
}

.section-grey {
	background: rgb(34, 34, 34);
	/*border-bottom: 1px solid rgb(31, 41, 55);*/
}

.section-grey-to-black {
	background: linear-gradient(rgb(34, 34, 34), rgb(18, 18, 18));
	/*border-bottom: 1px solid rgb(31, 41, 55);*/
}

.section-black-to-grey {
	background: linear-gradient(rgb(18, 18, 18), rgb(34, 34, 34));
	/*border-bottom: 1px solid rgb(31, 41, 55);*/
}

.section-overlay {
	background:rgba(18, 18, 18, 70%);
	min-height:740px;
}

.home-section {
	background-image: url("/img/home-bg.jpg");
	background-size: cover;	
}

.card-grey {
	background-color:rgb(34, 34, 34);
	border-bottom-color:rgb(31, 41, 55);
	border-radius: .75rem;
}

.card-black {
	background-color:rgb(18, 18, 18);
	border-bottom-color:rgb(18, 18, 18);
	border-radius: .75rem;
}

.border-orange {
	border: 1px solid #fa7315;
	transition-duration:0.5s;
}

.card-header-icon {
	background-color: rgba(249, 115, 22, 25%);
	width:45px;
	height:45px;
	padding-left:7px;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:5px;
	border-radius: .75rem;
	font-size:24px;
}

.card-body {
	color: rgb(156, 163, 175);
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28249, 115, 22, 0.5%29'/%3e%3c/svg%3e") !important;    
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-check-input:checked {
    background-color: #fa7315;
    border-color: #fa7315;
}

.form-check-label {
	padding-top:4px;
	margin-left:15px;
	color:#ffffff !important;
}

.form-switch-xl {
    width: 3em !important;
    height: 1.5em !important;
    cursor: pointer !important;
}

.card-pricing-grey {
	animation-duration:0.3s;
	background-color:rgb(34, 34, 34);
	border-bottom-color:rgb(31, 41, 55);
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:rgb(31, 41, 55);
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:rgb(31, 41, 55);
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:rgb(31, 41, 55);
	border-top-left-radius:16px;
	border-top-right-radius:16px;
	border-top-style:solid;
	border-top-width:1px;
	box-sizing:border-box;
	color:rgb(255, 255, 255);
	display:block;
	font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings:normal;
	font-variation-settings:normal;
	line-height:24px;
	padding-bottom:32px;
	padding-left:32px;
	padding-right:32px;
	padding-top:32px;
	tab-size:4;
	text-size-adjust:100%;
	transform:matrix(1, 0, 0, 1, 0, 0);
	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
	unicode-bidi:isolate;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	height:525px;
}

.card-pricing-orange {
	animation-duration:0.3s;
	background-image:linear-gradient(rgba(249, 115, 22, 0.2), rgb(18, 18, 18));
	border-bottom-color:rgba(249, 115, 22, 0.3);
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:rgba(249, 115, 22, 0.3);
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:rgba(249, 115, 22, 0.3);
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:rgba(249, 115, 22, 0.3);
	border-top-left-radius:16px;
	border-top-right-radius:16px;
	border-top-style:solid;
	border-top-width:1px;
	box-sizing:border-box;
	color:rgb(255, 255, 255);
	display:block;
	font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings:normal;
	font-variation-settings:normal;
	line-height:24px;
	padding-bottom:32px;
	padding-left:32px;
	padding-right:32px;
	padding-top:32px;
	tab-size:4;
	text-size-adjust:100%;
	transform:matrix(1, 0, 0, 1, 0, 0);
	transition-duration:0.3s;
	transition-property:all;
	transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
	unicode-bidi:isolate;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	height:525px;
}

.price {
	font-weight: 700;
	font-size: 2.25rem;
    line-height: 2.5rem;
    font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings:normal;
}

.price-vat {
	font-size:12px;
	vertical-align:top;
}

.pricing-badge {
	border:1px solid #fa7315;
	border-radius: 1.75rem !important;
	font-size: 0.9rem;
    line-height: 1.0rem;
    font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings:normal;
}

.accordion {
	/*border: 1px solid rgb(31, 41, 55);*/
	/*border: 1px solid #ffffff;
	border-radius: .75rem !important;*/	
}

.accordion-header {
	background:transparent;
}

.accordion-button {
	background:transparent;
	/*border-bottom: 1px solid rgb(31, 41, 55);*/
	border: 0px solid rgb(31, 41, 55);
	color:#ffffff;
}

.accordion-button:focus {
	border: 0px solid rgb(31, 41, 55);
	box-shadow: inset 0 0px 0 rgba(31, 41, 55);
}

.accordion-button:not(.collapsed) {
    background:transparent;
    border: 0px solid rgb(31, 41, 55);
    box-shadow: inset 0 0px 0 rgba(31, 41, 55);
    color:#ffffff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FA7315'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FA7315'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-item {
    background:transparent;
}

.bg-test {
	background-color:rgb(34, 34, 34);
	border: 1px solid rgb(31, 41, 55);
	border-radius: .75rem !important;
}

.catchphrase {
	color: rgb(255 255 255);
	font-size: 1.2rem;
    line-height: 1.5rem;
    font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings:normal;
}

.form-control {
	color:#ffffff;
	border-color:#544f4f;
	background-color:#222222;
	box-shadow: inset 0 0px 0 rgba(31, 41, 55);
}

.form-control:focus {
	color:#ffffff;
	border-color:#544f4f;
	background-color:#222222;
	box-shadow: inset 0 0px 0 rgba(31, 41, 55);
}

.error {
	color:#dc3545;
}