@import url('https://fonts.googleapis.com/css2?family=Arsenal+SC:ital,wght@0,400;0,700;1,400;1,700&family=Caveat:wght@400..700&family=Comfortaa:wght@300..700&family=Great+Vibes&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Play:wght@400;700&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');


@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight:200 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v225/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-variation-settings:  'FILL' 0,  'wght' 300,  'GRAD' 0,  'opsz' 24;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;

	line-height: 48px;
	font-size: 48px;
    
    display: inherit;
    
	/*
  	display: inline-block;
  font-size: 24px;
  line-height: 1;
    
    text-shadow:5px 1px 2px rgba(255,255,255,0.95);
	*/
	}


html, body{
	padding: 0 !important; margin: 0 !important;
	font-family: "Play", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12pt; line-height: normal;
	background-color: #F5F5F5;
}

h1,h2,h3,h4,h5{
	 text-transform: uppercase; font-weight: bold;
}
h1,h2,h3{text-align: center;}
h1{}
h2{}
h3{}
h4{}
h5{}





p{
	margin: 0; padding: 0;}


.btn{
	display: block; padding: 20px 30px; 
	border: 0 none;
	background-color: #ff9900; 
	color: #000000; font-weight: bold; text-decoration: none;
	max-width: 360px;
	}
.btn-secondary{padding: 7px 30px; line-height: 32px; width: auto;
	background-color: #000000; color: #FFFFFF;}

.rtext{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}



.container{max-width: 1600px; margin: 0 auto;}

.featured-container{padding-bottom: 100px;}


header.header{transition: all 0.3s ease;}

.site-grid.container .grid-child.container-component{padding: 90px 0 50px 0;}

a.back-to-top-link{position:fixed; width: 48px; height: 48px; bottom: 20px; right: 20px;}
a.back-to-top-link:before{
	  display:block; float: left;
	  width: 48px; height: 48px;
		padding: 0 10px 0 0; margin: 0;
	  font-size: 48px; line-height: 48px;
	  font-weight: 400; color: #999999;
	  font-family: 'Material Symbols Outlined';
	  content: 'keyboard_arrow_up';}


@media (max-width: 1640px){
	.container{margin: 0 20px;}
}