@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Formula Condensed";
   font-display: swap;
   src: url('FormulaCondensed-Bold.woff') format('woff');
}
@font-face
{
   font-family: "Formula Condensed Light";
   font-display: swap;
   src: url('FormulaCondensed-Light.woff') format('woff');
}
@font-face
{
   font-family: "Neue Haas Grotesk Display Pro";
   font-display: swap;
   src: url('NeueHaasDisplay-Light.woff') format('woff');
}
@font-face
{
   font-family: "Raleway";
   font-display: swap;
   src: url('Raleway.woff2') format('woff2'),
        url('Raleway.woff') format('woff');
}
@keyframes animate-background
{
   0% { background-color: rgba(255,255,255,0.04);  }
   100% { background-color: rgba(255,255,255,0.59);  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes fall
{
   0% { transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@keyframes hole-in
{
   0% { transform: rotate(180deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@keyframes slide-down-in
{
   0% { transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-up-in
{
   0% { transform: translate(0px,100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes transform-3d-flip
{
   0% { transform: perspective(400px) rotateX(0deg) ;  }
   40% { transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(170deg) ;  }
   50% { transform: perspective(400px) translate3d(0px,0px,150px) rotateX(0deg) rotateY(190deg) scale3d(1.01,1.01,1.01) ;  }
   80% { transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(360deg) scale3d(0.95,0.95,0.95) ;  }
   100% { transform: perspective(400px) translate3d(0px,0px,0px) rotateX(0deg) rotateY(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes transform-3d-flip-in-y
{
   0% { transform: perspective(400px) rotateX(0deg) rotateY(90deg) ;  }
   40% { transform: perspective(400px) rotateX(0deg) rotateY(-10deg) ;  }
   70% { transform: perspective(400px) rotateX(0deg) rotateY(10deg) ;  }
   100% { opacity: 1; transform: perspective(400px) rotateX(0deg) rotateY(0deg) ;  }
}
@keyframes transform-pulse
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes clip-path-down-enter
{
   0% { clip-path: inset(0 100% 0 0 );  }
   100% { clip-path: inset(0);  }
}
@keyframes clip-path-left-enter-step2
{
   0% { clip-path: inset(0 100% 0 0 );  }
   100% { clip-path: inset(0);  }
}
@keyframes clip-path-left-enter-step3
{
   0% { clip-path: inset(0 50% 0 0 );  }
   100% { clip-path: inset(0);  }
}
@keyframes clip-path-left-enter-step4
{
   0% { clip-path: inset(0 34% 0 0 );  }
   100% { clip-path: inset(0);  }
}
@keyframes clip-path-left-enter-step5
{
   0% { clip-path: inset(0 14% 0 0 );  }
   100% { clip-path: inset(0);  }
}
@keyframes clip-path-left-enter-step3-model
{
   0% { clip-path: inset(0 25% 0 0 );  }
   100% { clip-path: inset(0);  }
}
@keyframes clip-path-left-enter-step3-brand
{
   0% { clip-path: inset(0 33% 0 0 );  }
   100% { clip-path: inset(0);  }
}
@keyframes clip-path-left-enter-step7
{
   0% { clip-path: inset(0  0 100% 0 );  }
   100% { clip-path: inset(0);  }
}
a.whitelink
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
}
a.whitelink:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.whitelink:active
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
}
a.whitelink:hover
{
   color: #2E8BB5;
   font-weight: bold;
   text-decoration: underline;
}
@media only screen and (min-width: 1366px)
{
}
@media only screen and (min-width: 768px) and (max-width: 1365px)
{
}
@media only screen and (max-width: 767px)
{
}
