<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: din-2014;
	src: url('fonts/DIN-2014_Regular.otf') format("opentype");
	src: url('fonts/DIN-2014_Regular.woff') format("woff");
}
@font-face {
	font-family: din-2014;
	font-weight: bold;
	src: url('fonts/DIN-2014_Bold.otf') format("opentype");
	src: url('fonts/DIN-2014_Bold.woff') format("woff");
}
@font-face {
	font-family: din-2014;
	font-style: italic;
	src: url('fonts/DIN-2014_Italic.otf') format("opentype");
	src: url('fonts/DIN-2014_Italic.woff') format("woff");
}
@font-face {
	font-family: din-2014;
	font-weight: bold;
	font-style: italic;
	src: url('fonts/DIN-2014_Bold-Italic.otf') format("opentype");
	src: url('fonts/DIN-2014_Bold-Italic.woff') format("woff");
}
@font-face {
	font-family: din-2014_light;
	src: url('fonts/DIN-2014_Light.otf') format("opentype");
	src: url('fonts/DIN-2014_Light.woff') format("woff");
}
@font-face {
	font-family: din-2014_light;
	font-style: italic;
	src: url('fonts/DIN-2014_Light-Italic.otf') format("opentype");
	src: url('fonts/DIN-2014_Light-Italic.woff') format("woff");
}
@font-face {
	font-family: din-2014_extra_light;
	src: url('fonts/DIN-2014_Extra-Light.otf') format("opentype");
	src: url('fonts/DIN-2014_Extra-Light.woff') format("woff");
}
@font-face {
	font-family: din-2014_extra_light;
	font-weight: bold;
	src: url('fonts/DIN-2014_Extra-Bold.otf') format("opentype");
	src: url('fonts/DIN-2014_Extra-Bold.woff') format("woff");
}
@font-face {
	font-family: din-2014_extra_light;
	font-style: italic;
	src: url('fonts/DIN-2014_Extra-Light-Italic.otf') format("opentype");
	src: url('fonts/DIN-2014_Extra-Light-Italic.woff') format("woff");
}
@font-face {
	font-family: din-2014_extra_light;
	font-weight: bold;
	font-style: italic;
	src: url('fonts/DIN-2014_Extra-Bold-Italic.otf') format("opentype");
	src: url('fonts/DIN-2014_Extra-Bold-Italic.woff') format("woff");
}
@font-face {
	font-family: din-2014_demi;
	src: url('fonts/DIN-2014_Demi.otf') format("opentype");
	src: url('fonts/DIN-2014_Demi.woff') format("woff");
}
@font-face {
	font-family: din-2014_demi;
	font-style: italic;
	src: url('fonts/DIN-2014_Demi-Italic.otf') format("opentype");
	src: url('fonts/DIN-2014_Demi-Italic.woff') format("woff");
}
*{
	font-family: 'din-2014';
}
html,body {
	margin: 0;
}
body {
	background: #005030;
	/*background: #f3f5f8;*/
	font-family: 'din-2014';
	color: #555;
	font-size: 16px;
}
/*header {*/
/*	background: #005030;*/
/*}*/
a:active {
	text-decoration: none;
}

h1 {
	color: #363738;
	font-size: 35px;
	font-weight: 700;
	justify-content: center;
/*	letter-spacing: 0.3em;*/
	text-transform: uppercase;
}
h2 {
	color: #363738;
	font-size: 26px;
	font-weight: 700;
	justify-content: center;
/*	letter-spacing: 0.2em;*/
	text-transform: uppercase;
}

.nav, .hamburger-menu {
	z-index: 1000;
}
.nav-logo-link {
	z-index: 999;
}

.nav-logo-link {
	position: absolute;
	right: 10%;
	top: 10px;
}
.nav-logo-img {
	transition-property: transform;
	transition-duration: 1s;
}
.nav-logo-img:hover {
	animation-name: rotate; 
	animation-duration: 2s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.nav-logo-img-tagline {
	height: 50px;
}

@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

.nav_logo {
	margin-right: 10px;
	width: 350px;
	right: 2%;
}
/*
.nav_logo {
	position: absolute;
	height: 100px;
	left: 0;
}
@media (min-width: 1376px) {
	.nav_logo {
		left: 12%;
	}
}
@media (min-width: 1600px) {
	.nav_logo {
		left: 20%;
	}
}*/

.nav {
	position: absolute;
	left: 10%;
}
.nav ul {
	padding-left: 0;
	justify-content: center;
	list-style-type: none;
}
.nav ul li {
	display: inline-block;
	justify-content: center;
}
.nav ul li a {
	display: inline-block;
	justify-content: center;
	padding: 25px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.nav ul li a:hover {
	color: #f47321;
	text-decoration: none;
}
.nav ul li a:focus {
	outline: none;
}




/*.navbar {*/
/*	!*position: absolute;*!*/
/*	!*left: 10%;*!*/
/*}*/
/*.navbar ul {*/
/*	padding-left: 0;*/
/*	justify-content: center;*/
/*	list-style-type: none;*/
/*}*/
/*.navbar ul li {*/
/*	display: inline-block;*/
/*	justify-content: center;*/
/*}*/
.dropdown-menu {
	background-color: #005030;
	border: none;
}
.dropdown-item, .dropdown-item:focus, .dropdown-item:hover {
	color: #f47321;
	background-color: #005030;
}
.navbar-nav &gt; li &gt; .dropdown-menu { background-color: #005030; }
.navbar-nav .open .dropdown-menu {
	background-color:#005030;
}
/*.dropdown-menu &gt; .active &gt; a,.dropdown-menu &gt; .active &gt; a:hover.dropdown-menu &gt; .active &gt; a:focus {color: #555555!important; background-color: #005030!important;}*/

.navbar ul li a {
	display: inline-block;
	justify-content: center;
	padding: 15px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-decoration: none;
	/*text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;*/
}
.navbar ul li a:hover {
	color: #f47321;
	text-decoration: none;
}
.navbar ul li a:focus {
	outline: none;
}

.bs-navbar-toggler {
	background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{
		right:100%; left:auto;
	}
	.dropdown-menu &gt; li:hover{ background-color: #f1f1f1 }
	.dropdown-menu &gt; li:hover &gt; .submenu{ display: block; }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
	.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
	}
}
/* ============ small devices .end// ============ */



.hamburger-menu {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
}
.hamburger-menu:focus {
	outline: none;
}
.hamburger-menu div {
	border-radius: 2px;
	background: #fff;
	width: 25px;
	height: 2px;
	margin-bottom: 5px;
}

.main-bg {
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	letter-spacing: 0.2em;
}

.alt-bg {
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 65vh;	/* different than main-bg */
	color: #fff;
	display: flex;
	justify-content: center;	/* different than main-bg */
	align-items: center;
	text-align: center;
	flex-direction: column;
	/* letter-spacing: 0.2em; */
}
.register-bg {
	background-image: url('images/registerBG.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 65vh;	/* different than main-bg */
	color: #fff;
	display: flex;
	justify-content: center;	/* different than main-bg */
	align-items: center;
	text-align: center;
	flex-direction: column;
	/* letter-spacing: 0.2em; */
}
.accreditation-bg {
	background-image: url('images/accreditationBG.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 65vh;	/* different than main-bg */
	color: #fff;
	display: flex;
	justify-content: center;	/* different than main-bg */
	align-items: center;
	text-align: center;
	flex-direction: column;
	/* letter-spacing: 0.2em; */
}
.contact-bg {
	background-image: url('images/contactBG.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 65vh;	/* different than main-bg */
	color: #fff;
	display: flex;
	justify-content: center;	/* different than main-bg */
	align-items: center;
	text-align: center;
	flex-direction: column;
	/* letter-spacing: 0.2em; */
}
.hotel-bg {
	background-image: url('images/hotelBG.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 65vh;	/* different than main-bg */
	color: #fff;
	display: flex;
	justify-content: center;	/* different than main-bg */
	align-items: center;
	text-align: center;
	flex-direction: column;
	/* letter-spacing: 0.2em; */
}
.exhibit-bg {
	background-image: url('images/exhibitBG.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 65vh;	/* different than main-bg */
	color: #fff;
	display: flex;
	justify-content: center;	/* different than main-bg */
	align-items: center;
	text-align: center;
	flex-direction: column;
	/* letter-spacing: 0.2em; */
}
.schedule-bg {
	background-image: url('images/scheduleBG.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 65vh;	/* different than main-bg */
	color: #fff;
	display: flex;
	justify-content: center;	/* different than main-bg */
	align-items: center;
	text-align: center;
	flex-direction: column;
	/* letter-spacing: 0.2em; */
}
.alt-container{
	margin-top:75px;
}

.alt-title {
	margin-top: 40px;
	/* margin: 0 60px; */
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}
.alt-subtitle {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 0;
}
.alt-subtitle sup {
	text-transform: lowercase;
}

.title {
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	text-transform: uppercase;
	justify-content: center;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}
.title-green {
	color: #005030;
	font-weight: bold;
	font-size: 50px;
	text-transform: uppercase;
	justify-content: center;

}

.subtitle {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: center;
	justify-content: center;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
}

.video-title{
	color: #000000;
	font-size: 24px;
	margin-top: 0;
}

.hr {
	border: 1px solid #f47321;
	margin: 30px auto 46px auto;
	width: 50px;
}

.dates {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-top: 0;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
	list-style: none;
}
.dates-green {
	color: #005030;
	font-size: 30px;
	font-weight: bold;
	margin-top: 0;
	list-style: none;
}

.custom-btn {
	background: #f47321;
	letter-spacing: 0.2em;
	color: #fff;
	padding: 15px 30px;
	font-size: 0.8em;
	font-weight: bold;
	transition: background 0.5s;
	border: none;
	display: inline-block;
	text-decoration: none;
}
.custom-btn:hover {
	background: #f47321;
	color: #fff;
	text-decoration: none;
}

.register-btn {
	background: #f47321;
	letter-spacing: 0.2em;
	color: #fff;
	padding: 15px 30px;
	font-size: 0.8em;
	font-weight: bold;
	transition: background 0.5s;
	border: none;
	display: inline-block;
	text-decoration: none;
}
.register-btn:hover {
	background: #f47321;
	color: #fff;
	text-decoration: none;
}

.themed-text-color {
	color: #ffffff;
}

.themed-text {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 4px;
	justify-content: center;
}

.agenda-day {
	display: inline-block;
	width: 49%;
	color: #fff;
	background: #212739;
	font-size: 20px;
	padding: 10px;
	transition: background 0.5s;
}
.agenda-day:hover {
	color: #fff;
	background: #e9ad1b;
	text-decoration: none;
}
.agenda-row-fade:after {
	content: "";
	background: linear-gradient(to bottom, rgba(243,245,248,0) 0%, rgba(243,245,248,1) 100%);
	width: 100%;
	height: 60px;
	right: 0;
	position: relative;
	top: -80px;
}
.agenda-time {
	font-size: 20px;
/*	color: #e9ad1b;*/
	font-weight: 500;
	border-top: 1px solid #dedee1;
/*	padding: 15px 0;*/
}

@media (max-width: 768px) {
	.agenda-time {
		border-top: 3px solid #dedee1;
	}
}

/* begin animations */
/* .animation {
	opacity: 0;
	position: relative;
}
.animation.slide-up {
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateY(100px);
}
.animation.slide-up.in-view {
	opacity: 1;
	transform: translateY(0px);
}
.animation.slide-right {
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateX(-100px);
}
.animation.slide-right.in-view {
	opacity: 1;
	transform: translateX(0px);
}
.animation.slide-down {
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateY(-100px);
}
.animation.slide-down.in-view {
	opacity: 1;
	transform: translateY(0px);
}
.animation.slide-left {
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: .5s;
	transition-timing-function: linear;
	transform: translateX(100px);
}
.animation.slide-left.in-view {
	opacity: 1;
	transform: translateX(0px);
}

.animation-2 {
	transition-delay: .4s;
}
.animation-3 {
	transition-delay: .6s;
} */
.copy-right-header{
	margin-bottom: 5px;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
	color: #fff;
	font-weight: bold;
	text-align: start;
	font-size: 40px;
}

ul.copy-right-list{
	list-style: none;
	text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
	color: #fff;
	text-align: start;
	font-weight: bold;
	font-size: 30px;
}

.iframeYoutube {
	height: 60vh;
    width: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 30px;
}
.iframeYoutube .iframe{
    width: 60%;
    height: 95%;
}

.image-youtube-video-container{
	height: 95%;
	width: 60%;
	cursor:pointer;
	position: relative;
}

img.image-youtube-video {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.youtube-icon{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.youtube-icon img{
	width: 70px;
	height: 70px;
}

.video-title-container{
	width: 45%;
}

.local-video-wrapper {
	max-width: 100%;
	margin-top: 30px;
 	margin-bottom: 30px;
}

.local-video-wrapper video {
	max-width: 100%;
	height: auto;
}

.local-video-wrapper .video-title-container {
	width: 80%;
	margin: 0 auto;
}

h1.title {
    margin-top: 20vh;
	justify-content: center;
}
.carousel-item{
	height: 100vh;
}
.carousel-item .inner-div{
	height: 100vh;
}

.coming-soon {
    background: #005030;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
	justify-content: center;
    font-weight: 600;
}

@keyframes slide-right {
	0% { opacity: 0; transform: translateX(-100px); }
	100% { opacity: 1; transform: translateX(0); }
}
@keyframes slide-down {
	0% { opacity: 0; transform: translateY(-100px); }
	100% { opacity: 1; transform: translateY(0); }
}
@keyframes slide-left {
	0% { opacity: 0; transform: translateX(100px); }
	100% { opacity: 1; transform: translateX(0); }
}
@keyframes slide-up {
	0% { opacity: 0; transform: translateY(100px); }
	100% { opacity: 1; transform: translateY(0); }
}
@keyframes slide-up-400ms-delay {
	0% { opacity: 0; transform: translateY(100px); }
	40% { opacity: 0; transform: translateY(100px); }
	100% { opacity: 1; transform: translateY(0); }
}
@keyframes slide-up-600ms-delay {
	0% { opacity: 0; transform: translateY(100px); }
	60% { opacity: 0; transform: translateY(100px); }
	100% { opacity: 1; transform: translateY(0); }
}
.do-slide-right {
	animation-name: slide-right;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}
.do-slide-down {
	animation-name: slide-down;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}
.do-slide-left {
	animation-name: slide-left;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}
.do-slide-up {
	animation-name: slide-up;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
}
.do-slide-up-400ms-delay {
	animation-name: slide-up-400ms-delay;
	animation-duration: 0.9s;
	animation-iteration-count: 1;
}
.do-slide-up-600ms-delay {
	animation-name: slide-up-600ms-delay;
	animation-duration: 1.1s;
	animation-iteration-count: 1;
}

#goto_top {
	display: none;
	padding: 8px 11px;
	color: #fff;
	transition: background-color .2s linear;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
}
.caret { 
    margin: 17px 0 0 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}


.footer-left, .footer-right {
	color: #555;
	padding: 40px 0;
	font-size: 14px;
}
.footer-right {
	text-align: right;
}
@media (max-width: 768px) {
	.footer-left {
		padding-bottom: 0;
	}
	.footer-left, .footer-right {
		text-align: center;
	}
}

/* sticky footer. &lt;body class="site"&gt; then a &lt;div class="site-content"&gt; */
.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.site-content {
	flex: 1 0 0; /* for IE11 must use flex: 1 0 0; instead of flex: 1. IE10 and IE11 default values for flex are 0 0 auto rather than 0 1 auto, as per the draft spec, as of September 2013 */
}

/*
@media (max-width: 1376px) {
	.nav-logo-link {
		left: 15px;
	}
	.nav {
		right: 15px;
	}
	.nav ul li a {
		padding: 22px 15px;
	}
}
*/

@media (max-width: 1675px) {
/* @media (max-width: 1720px) {
	.cinemed-logos {
		display: block;
		text-align: center;
		margin-top: 10px;
	} */
	.nav {
		right: 0;
	}
	.nav-logo-link {
		top: 15px;
		right: 70px;
	}
	.nav-logo-img {
		width: 40px;
	}
	.nav-logo-img-tagline {
		height: 40px;
	}
	.hamburger-menu {
		display: block;
/*		z-index: 101;*/
	}
	.hamburger-menu div:nth-child(1), .hamburger-menu div:nth-child(3) {
		transition: transform 0.5s;
	}
	.hamburger-menu div:nth-child(2) {
		transition: opacity 0.5s ease-in;
	}
	.hamburger-menu div.transform:nth-child(1) {
		transition: transform 0.5s;
		transform: translate(0, 7px) rotate(45deg);
	}
	.hamburger-menu div.transform:nth-child(2) {
		transition: opacity 0s;
		opacity: 0;
	}
	.hamburger-menu div.transform:nth-child(3) {
		transition: transform 0.5s;
		transform: translate(0, -7px) rotate(-45deg);
	}
	.nav {
		left: 0;
		top: 0;
		background: #000;
		display: none;
/*		z-index: 100;*/
	}
	.nav ul li {
		display: block;
	}
	.nav ul li a {
		padding: 22px 30px;
		width: 100vw;
	}
	body {
		overflow-x: hidden; /* because nav ul li a width: 100vw */
	}
	.title {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.subtitle {
		font-size: 20px;
	}
	.dates {
		font-size: 18px;
	}
	.alt-title {
		font-size: 22px;
		letter-spacing: 0;
	}
	h1 {
		letter-spacing: 1px;
		font-size: 26px;
	}
	h2 {
		letter-spacing: 1px;
	}
	.hr {
		border: 1px solid #f47321;
		margin: 10px auto 20px auto;
		width: 50px;
	}
	.agenda-day {
		width: 320px;
		margin: 5px;
	}
	.iframeYoutube{
		flex-direction: column;
	}
	.video-title-container{
		width: 80%;
	}
	.iframeYoutube .iframe{
		width: 80%; 
	}
	.nav_logo{
		width: 250px;
	}
	.alt-bg {
	    height: 75vh;
	}
}


.bi-twitter-x:before{
	content:'';
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9InN2ZzUiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MDBweCIgaGVpZ2h0PSI1MDBweCIKCSB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAwIDUwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGVsbGlwc2Ugc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIyNTAiIGN5PSIyNTAiIHJ4PSIyNDkuNzM1IiByeT0iMjUwLjIzNSIvPgoJPGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTIuMzkwMDg4LC0yNS4wNTg1OTcpIj4KCQk8cGF0aCBpZD0icGF0aDEwMDkiIGZpbGw9IiNGRkZGRkYiIGQ9Ik00My43NzMsMTMwLjA4bDExOS4zNywxNTkuOTI2TDQzLjAyLDQyMC4wMzNoMjcuMDM3bDEwNS4xNy0xMTMuODQ0bDg0Ljk3MiwxMTMuODQ0aDkxLjk5OQoJCQlMMjI2LjExMSwyNTEuMTE0TDMzNy45MjEsMTMwLjA4aC0yNy4wMzdsLTk2Ljg1MywxMDQuODQ1TDEzNS43NzQsMTMwLjA4SDQzLjc3M3ogTTgzLjUzMiwxNTAuMDMzaDQyLjI2NUwzMTIuNDM0LDQwMC4wOEgyNzAuMTcKCQkJTDgzLjUzMiwxNTAuMDMzeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=');
	background-size: cover;
	height: 16px;
	aspect-ratio: 1 / 1;
}

/*
If you add the class "inverted", the logo will be completely inverted.
*/
.bi-twitter-x.inverted{
	filter: invert(100%);
}

/*
Example: Large Buttons
You only have to adjust the height to 20px when icon is inside of a large button
*/
.btn-lg .bi-twitter-x:before{
	height: 20px;
}

/*
Example: Standalone logo sizes
*/
h1 .bi-twitter-x:before,
.fs-1 .bi-twitter-x:before{
	height: 40px;
}
h2 .bi-twitter-x:before,
.fs-2 .bi-twitter-x:before{
	height: 32px;
}
h3 .bi-twitter-x:before,
.fs-3 .bi-twitter-x:before{
	height: 28px;
}
h4 .bi-twitter-x:before,
.fs-4 .bi-twitter-x:before{
	height: 25px;
}</pre></body></html>