/*COMCAST DYNAMIC UNITS*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-family: sans-serif;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

sub,
sup {

    font-size: 45%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
}

sup {
    top: -0.8em;
    
}


/*------- Calling Fonts --------*/
@font-face {
    font-family:'TitilliumWeb-Black';
    src: url('TitilliumWeb-Black.woff') format('woff');
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'TitilliumWeb-Regular';
    src: url('TitilliumWeb-Regular.woff') format('woff');
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}


/* ---------------------------------- Styles ---------------------------------- */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: -webkit-optimize-contrast;
}

div, img {
   position : absolute;
}

#container {
    width: 300px;
    height: 600px;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    color: white;
    border: 1px solid #808080;
}


/* ---------------------------------- IMAGES ELEMENTS ---------------------------------- */
#GradientBackgroundContainer{
    position: absolute;
    top:0px;
    left:0px;
    width: 1200px;
    height: 600px;
}

#GradientBackground{
    position: absolute;
    top:0px;
    left:0px;
    width: 1200px;
    height: 600px;
    background: url(GradientBackground.jpg);
    background-size: 100% 100%;
}

/* ---------------------------------- FRAME 01 HEADLINE ELEMENTS ---------------------------------- */
#F1HeadlineMask{
    position: absolute;
    top: 68px;
    left: 32px;
    width: 220px;
    height: 140px;
    overflow: hidden;
}


#F1HeadlineHolder{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 220px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

#F1Headline{
    position: relative;
    text-align: left;
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -.1px;
    font-family: 'TitilliumWeb-Regular';
    color:#FFF;
}

/* ----------------------------------  FRAME 01 ELEMENTS ---------------------------------- */
#F1LinesContainer{
    position: absolute;
    top:0px;
    left:0px;
    width: 600px;
    height: 600px;
}

#F1LinesMask01{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
    overflow: hidden;
}

#F1lines01{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
    background: url(F1Lines01.svg) no-repeat;
    background-size: 100% 100%;
}

#F1LinesMask02{
    position: absolute;
    top:0px;
    left:300px;
    width: 300px;
    height: 600px;
    overflow: hidden;
}

#F1lines02{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
    background: url(F1Lines01.svg) no-repeat;
    background-size: 100% 100%;
}

#F1IconContainer01{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
    overflow: hidden;
}

#F1Icon01{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
    background: url(F1Icon01.svg) no-repeat;
    background-size: 100% 100%;
}

#F1CardMask{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
    overflow: hidden;
}

#F1Card{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
    background: url(F1Card.svg) no-repeat;
    background-size: 100% 100%;
}
/* ---------------------------------- FRAME 02 HEADLINE ELEMENTS ---------------------------------- */
#F2HeadlineMask{
    position: absolute;
    top: 464px;
    left: 32px;
    width: 220px;
    height: 130px;
    overflow: hidden;
}


#F2HeadlineHolder{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 220px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#F2Headline{
    position: relative;
    text-align: left;
    font-size: 38px;
    line-height: 1.08;
    letter-spacing: -.1px;
    font-family: 'TitilliumWeb-Regular';
    color:#FFF;
}


/* ----------------------------------  FRAME 02 ELEMENTS ---------------------------------- */
#F2LinesContainer{
    position: absolute;
    top:0px;
    left:0px;
    width: 600px;
    height: 600px;
}

#F2LinesMask01{
    position: absolute;
    top:0px;
    left:0px;
    width: 600px;
    height: 600px;
    overflow: hidden;
}

#F2lines01{
    position: absolute;
    top:0px;
    left:0px;
    width: 500px;
    height: 600px;
    background: url(F2Lines01.svg) no-repeat;
    background-size: 100% 100%;
}

#F2LinesMask02{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
    overflow: hidden;
}

#F2Lines02{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
    background: url(F2Lines02.svg) no-repeat;
    background-size: 100% 100%;
}

#F2IconContainer01{
    position: absolute;
    top:167px;
    left:104px;
    width: 106px;
    height: 113px;
    overflow: hidden;
}

#F2Icon01{
    position: absolute;
    top:0px;
    left:0px;
    width: 106px;
    height: 113px;
    background: url(F2Icon01.svg) no-repeat;
    background-size: 100% 100%;
}

#F2IconContainer02{
    position: absolute;
    top:178px;
    left:0px;
    width: 80px;
    height: 58px;
    overflow: hidden;
}

#F2Icon02{
    position: absolute;
    top:0px;
    left:0px;
    width: 80px;
    height: 58px;
    background: url(F2Icon02.svg) no-repeat;
    background-size: 100% 100%;
}

#F2CardMask{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
    overflow: hidden;
}

#F2Card{
    position: absolute;
    top:0px;
    left:0px;
    width: 300px;
    height: 600px;
    background: url(F2Card.svg) no-repeat;
    background-size: 100% 100%;
}


/* ---------------------------------- FRAME 04 HEADLINE ELEMENTS ---------------------------------- */
#F3HeadlineHolder{
    position: absolute;
    top: 194px;
    left: 32px;
    width: 220px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}

#F3Headline{
    position: relative;
    text-align: left;
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -.1px;
    font-family: 'TitilliumWeb-Regular';
    color: #FFF;
    margin-bottom: 4px;
}

#F3HeadlineBold{
    position: relative;
    text-align: left;
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -.1px;
    font-family: 'TitilliumWeb-Black';
    color:#FFF;
}

/* ----------------------------------  FRAME 03 ELEMENTS ---------------------------------- */
#F3LinesContainer{
    position: absolute;
    top:0px;
    left:0px;
   width: 500px;
    height: 600px;
}

#F3LinesMask01{
    position: absolute;
    top:0px;
    left:0px;
   width: 500px;
    height: 600px;
    overflow: hidden;
}

#F3lines01{
    position: absolute;
    top:0px;
    left:0px;
   width: 500px;
    height: 600px;
    background: url(F3Lines01.svg) no-repeat;
    background-size: 100% 100%;
}

#F3LinesMask02{
    position: absolute;
    top:0px;
    left:0px;
   width: 500px;
    height: 600px;
    overflow: hidden;
}

#F3lines02{
    position: absolute;
    top:0px;
    left:0px;
   width: 500px;
    height: 600px;
    background: url(F3Lines02.svg) no-repeat;
    background-size: 100% 100%;
}

/* ---------------------------------- FRAME 05 HEADLINE ELEMENTS ---------------------------------- */
#FFHeadlineHolder{
    position: absolute;
    top: 278px;
    left: 0px;
    width: 298px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#FFHeadline{
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 1.11;
    letter-spacing: -.1px;
    font-family: 'TitilliumWeb-Black';
    color: #FFF;
    margin-bottom: 5px;
}

/* ----------------------------------  FRAME 05 ELEMENTS ---------------------------------- */
#FFLinesContainer{
    position: absolute;
    top:0px;
    left:0px;
    width: 600px;
    height: 600px;
}

#FFLinesMask01{
    position: absolute;
    top:0px;
    left:0px;
    width: 600px;
    height: 600px;
    overflow: hidden;
}

#FFlines01{
    position: absolute;
    top:0px;
    left:0px;
    width: 600px;
    height: 600px;
    background: url(FFLines01.svg) no-repeat;
    background-size: 100% 100%;
}

#FFLinesMask02{
    position: absolute;
    top:0px;
    left:0px;
    width: 600px;
    height: 600px;
    overflow: hidden;
}

#FFlines02{
    position: absolute;
    top:0px;
    left:0px;
    width: 600px;
    height: 600px;
    background: url(FFLines02.svg) no-repeat;
    background-size: 100% 100%;
}

#FISLogoContainer{
    position: absolute;
    top:210px;
    left:89px;
    width: 120px;
    height: 50px;
}

#FISLogo{
    position: absolute;
    top:0px;
    left:0px;
    width: 120px;
    height: 50px;
    background: url(FISLogo.svg) no-repeat;
    background-size: 100% 100%;
}


#CTABg{
    position: absolute;
    top: 340px;
    left: 89px;
    width: 120px;
    height: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background-color: #FFF;
}

#CTA{
    position: relative;
    text-align: left;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: .1px;
    font-family: 'TitilliumWeb-Black';
    color: #ab416d;
}


/*------------------ JS Switching Classes ------------------- */
.hidden {
    display: none;
}

.visible {
    display: inline-block;
}
