

/****** Imported Fonts ******/

@font-face {
    font-family: "VerizonNHGDS-Bold";
    src: url("../fonts/VerizonNHGDS-Bold.woff");
}

@font-face {
    font-family: "VerizonNHGeDS_Bold";
    src: url("../fonts/VerizonNHGeDS-Bold.woff");
}
@font-face {
    font-family: "VerizonNHGeDS_Regular";
    src: url("../fonts/VerizonNHGeDS-Regular.woff2");
}
.FontVerizonNHGeDS_Bold{
    font-family: "VerizonNHGeDS_Bold";
}
.FontVerizonNHGeDS_Regular{
    font-family: "VerizonNHGeDS_Regular";
}

/****** Common CSS ******/

.Guide{
    z-index: 50;
    opacity: 0.5;
    display: none;
    left: 0px;
    top: 0px;
}
.Absolute{
    position: absolute;
}
.Relative{
    position: relative;
}
.FullSize{
    width: 728px;
    height: 90px;
}
.MaxSize{
    width: 100%;
    height: 100%;
}
.Flex{
    display: flex;
}
.Center{
    justify-content: center;
    align-items: center;
}
.Left{
    justify-content: flex-start;
    align-items: center;
}
.Row{
    flex-direction: row;
}
.Column{
    flex-direction: column;
}
.Contain{
    object-fit: contain;
}
.Red{
    color: Red;
}
b{
    font-family: "VerizonNHGeDS_Bold";
}

.frame {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
}
#ExitButton{
    cursor: pointer;
    border: 1px solid #D8DADA;
    z-index: 50;
}
#MainContent {
    overflow: hidden;
    left: 0px;
    top: 0px;
    opacity: 0;
}
.border {
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: 399;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid;
    border-color: #D8DADA;
    background-color: transparent;
    pointer-events: none;
}
/* FRAMES */
#ColoredBG{
    background-color: #ffffff;
}
#Frame1{
    opacity: 1;
}
#Frame2{
    opacity: 1;
}
#Frame3{
    opacity: 1;
}
#Frame4{
    transform-origin: center;
    transform: scale(1.2);
    will-change: transform;
}


#F1IntroBox{
    text-align: center;
    transform-origin: center;
}
#F1IntroText{
    margin-top: 2px;
    font-size: 59px;
    line-height: 0.55em;
    color: white;
    height: min-content;
}
#F1Headline{
    width: 252px;
    height: 93px;
    
    left: 24px;
    top: 66px;
    
    text-align: center;
}
#F1HeadlineText{
    font-size: 33px;
    line-height: 0.93em;
    color: white;
    height: min-content;
}

#F2Headline{
    width: 728px;
    height: 90px;
    left: -2px;
    top: 0px;
    text-align: center;
}
#F2HeadlineText{
    font-size: 25px;
    line-height: 0.93em;
    color: black;
    height: min-content;
}

#F3FlexBox{
    width: 728px;
    margin-top: 0px;
    left: 0px;
}

#F3Headline{
    width: 728px;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}
#F3HeadlineText{
    font-size: 25px;
    line-height: 1.2em;
    color: black;
    height: min-content;
    top: 0px;
}
#F3SubHeadline{
    width: 295px;
    height: auto;
    text-align: center;
}
#F3SubHeadlineText{
    font-size: 12px;
    line-height: 0.93em;
    color: black;
    height: min-content;
    top: -5px;
}


#F4Headline{
    width: 728px;
    height: auto;
/*    left: 36px;*/
    top: -2px;
    text-align: center;
    margin-bottom: 0px;
}
#F4HeadlineText{
    font-size: 108px;
    line-height: 1em;
    /*    letter-spacing: 35px;*/
    color: white;
    height: min-content;
}

#F5FlexBox{
    width: 728px;
    margin-top: 0px;
    left: 0px;
    top: 0px;
}

#F5Headline{
    width: 728px;
    height: auto;
    text-align: center;
    margin-top: 18px;
    margin-right: 5px;
}
#F5HeadlineText{
    font-size: 33px;
    line-height: 1em;
    color: white;
    height: min-content;
}

#F6ImageBox{
    width: 69px;
    height: 82px;
    left: 330px;
    top: 4px;
}
#F6Img{
    width: 100%;
    height: 100%;
}

#F7FlexBox{
    width: 728px;
    margin-top: -9px;
    left: 0px;
}

#F7Headline{
    width: 728px;
    height: auto;
    text-align: center;
    margin-bottom: 8px;
    /* top: -7px; */
}
#F7HeadlineText{
    font-size: 25px;
    line-height: 0.93em;
    color: white;
    height: min-content;
}
#F7SubHeadline{
    width: 728px;
    height: auto;
    text-align: center;
    left: -1px;
}
#F7SubHeadlineText{
    font-size: 12px;
    line-height: 1em;
    color: white;
    height: min-content;
}

/* Logo */
#LogoBox2, #LogoBox7{
    width: 69px;
    height: 16px;
    bottom: 8px;
    left: 10px;
}
#LogoBox5{
    width: 17px;
    height: 20px;
    
    bottom: 15px;
    left: 15px;
    overflow: hidden;
}

/* CTA */
#CTABox{
    width: 95px;
    height: 20px;
    right: 10px;
    bottom: 5px;
    overflow: hidden;
}
#CTAText{
    width: 95px;
    font-size: 16px;
    color: black;
}
#ArrowBox{
    width: auto;
    height: 20px;
    right: 12px;
    bottom: 3px;
    z-index: 1;
}
#ArrowBody{
    fill: White;
}

/* Tool Tip */
.tooltip_arrow {
    position: absolute;
    width: 9px;
    height: 5px;
    bottom: -5px;
    left: 58px;
    rotate: 180deg;
    transform: scale(1.2);
}
.close-btn {
    position: absolute;
    width: 3px;
    height: 3px;
    top: 5px;
    right: 9px;
    cursor: pointer;
}
.xclose {
    position: absolute;
    width: 100%;
    height: 100%;
}
.offer-hotspot {
    position: relative;
    display: block;
    width: 67px;
    height: 14px;
    left: 423px;
    top: 56px;
    background-color: transparent;
    opacity: 0;
    cursor: pointer;
    z-index: 52;
}
.tooltip{
    position: relative;
    width: 120px;
    height: 42px;
    left: 394px;
    top: -4px;
    z-index: 51;
}
.tooltip-container{
    position: relative;
    width: 100%;
    height: 42px;
    border: solid 0.5px #000;
    background: white;
}
.scroller-container{
    position: relative;
    width: 90px;
    height: 31px;
    left: 11px;
    top: 6px;
}
#textScroller{
    width: 100%;
    font-size: 8px;
    line-height: 1.14em;
    font-family: "VerizonNHGeDS_Regular";
}
.set_scroll {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
  
.set_scroll::-webkit-scrollbar {
    display: none;
  }
.scroll-track{
    position: absolute;
    width: 4px;  
    height: 50px;
    right: 11px;
    top: 19px;
    background-color: #F6F6F6;
}
.scroll-knob{
    position: absolute;
    width: 4px;  
    height: 18px;
    right: 11px;
    top: 19px;
    background-color: #DAD8D8;
}