@charset "UTF-8";
.mask11 {
background-color: #FFF;
background-image: none;
}
.backgroundPulse1a {
background:#140011;
}
.backgroundPulseAlt:before {
background:#232a30;
}
.backgroundPulseAltx:before {
background: #232a30;
}
.funkyAngles {
background: linear-gradient(8deg, #232a30 43.875%, #FFF 44%);
}
.callOutBox {
background-color: #FFF;
background-image: none;
}
.heyU, .heyU:active, .heyU:focus {
color: #0077BA;
}
.heyU:hover {
color: rgba(0, 119, 186, 0.8);
}
.pixPushMatch {color:#BC0099;}
/* twoTone BG */
.backgroundPulse1a {
position:absolute;
z-index: 1;
top:0px;
width: 100%;
height:100%;
/*background:#1c2730;*/
background:#001724;
}
.backgroundPulse1a:before {
content: '';
position: absolute;
z-index: 0;
width: 100%;
height: 1400px;
background: #fff;
}
.backgroundPulse1a:after {
content: '';
position: absolute;
z-index: -1;
width: 100%;
background: rgb(255 255 255 / 100%);
}
@media screen and (min-width: 680px) {
.backgroundPulse1a:before {
height:1335px;
}
}
@media (max-width: 767px) {
.backgroundPulse1a:after {
height: 0px;
}
}
@media screen and (min-width: 768px) {
.backgroundPulse1a:before {
-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 82%);
clip-path:polygon(0 0,100% 0,100% 100%,0 82%);
}
.backgroundPulse1a:after {
height: 2520px;
top: 2000px;
-webkit-clip-path:polygon(0 15%,100% 0,100% 100%, 0 100%);
clip-path:polygon(0 15%,100% 0,100% 100%, 0 100%);
}
}
@media screen and (min-width: 895px) {
.backgroundPulse1a:before {
height: 1260px;
}
}
@media screen and (min-width: 992px) {
.backgroundPulse1a:after {
top: 1950px;
height: 1800px;
-webkit-clip-path:polygon(0 20%, 100% 0,100% 100%, 0 100%);
clip-path:polygon(0 20%, 100% 0,100% 100%, 0 100%);
}
}
@media screen and (min-width: 1023px) {
.backgroundPulse1a:before {
height: 1100px;
}
}
@media screen and (min-width: 1200px) {
.backgroundPulse1a:after {
top: 2020px;
height: 1720px;
}
}
@media screen and (min-width: 1280px) {
.backgroundPulse1a:after {
top: 2100px;
height: 1760px;
}
}
@media (min-width: 1024px) and (max-width:1199px)  {
.backgroundPulse1a:after {
top: 1600px;
}
}