@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* DESKTOP */
@media screen and (min-width: 1199px) {
	
.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  margin-top: 50px;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

.be-ix-link-block {
    margin: auto;
    width: width: 100%;
}
	
#spotlights {
	padding: 0px !important;
	}

#spotlights #spotlights-power-on{
	float: left;
	width: 100%;
	background-color: #e2e2e2;
	padding-top: 80px;
	padding-bottom: 80px;
	}
	
#spotlights-power-on #spotlights-footer {
    text-align: center;
    width: 40%;
    margin:auto;
	}
	
.gold-rule {
	width: 100%;
    background-repeat: repeat-x;
    background: var(--supernova);
    position: relative;
    top: 0;
    height: 4px;
}
	
}
	
/* MOBILE */
	
@media screen and (max-width: 1199px) {
	
#spotlights {
	padding: 0px !important;
	}
	
#spotlights #spotlights-power-on{
	float: left;
	width: 100%;
	background-color: #e2e2e2;
	padding-top: 80px;
	padding-bottom: 80px;
	}
	
#spotlights-power-on #spotlights-footer {
    text-align: center;
    width: 90%;
    margin:auto;
	}
	
.gold-rule {
	width: 100%;
    background-repeat: repeat-x;
    background: var(--supernova);
    position: relative;
    top: 0;
    height: 4px;
}
	
}