@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

:root{
    --blue:  #2C76EB;
    --purple: #9A43FF;
    --yellow: #FFBA01;
    --pink: #FF3B48;
    --grey: #292929;
    --box-padding: 24px;
    --text-colour: #000000;
    --font-body: 'Poppins', sans-serif;
    --rules: #8A8A8A;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body{
    margin:0;
    padding:0;
    width: 100%;
    display: block;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
ul{
    list-style: disc;
    padding:0 0 0 20px;
    margin:0 0 20px 0;
}
blockquote, q {
  quotes: none;
}

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

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

.visually-hidden:not(:focus):not(:active),
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}


body {
  font-family: var(--font-body);
  line-height: 1.4;
  font-size: 20px;
  background-color: black;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 40px 0;
  line-height: 1.2;
  font-weight: bold;
}


h1, .h1 { font-size: 65px; }
h2, .h2 { font-size: 50px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 22px; }
h5, .h5 { font-size: 20px; }
h6, .h6 { font-size: 14px; }

@media (min-width: 600px) {
    h1, .h1 { font-size: 75px; }
    h2, .h2 { font-size: 60px; }
    h3, .h3 { font-size: 45px; }
    h4, .h4 { font-size: 30px; }
    h5, .h5 { font-size: 25px; }
    h6, .h6 { font-size: 16px; }
}

p{
    margin:0 0 20px 0;
}
p:last-child{
    margin:0;
}
sup{
    font-size: 60%;
}
strong{
    font-weight: bold;
}
.text-purple{
    color: var(--purple);
}
.text-yellow{
    color: var(--yellow);
}
.text-white{
    color:white;
}

.button{
    background: var(--purple);
    color:white;
    font-size:16px;
    font-weight: bold;
    line-height: 1.1em;
    padding:12px 70px;
    text-decoration: none;
}
.button:hover, .button:focus{
    background: var(--blue);
    text-decoration: underline;
}
.dual-button{
    background: var(--purple);
    color:white;
    font-size:15px;
    font-weight: 600;
    line-height: 1.1em;
    padding:12px 70px 12px 20px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-top:30px;
}
.dual-button:after{
    content:'';
    background: url(https://image.news.sceneplus.ca/lib/fe2711717d64047e721379/m/1/d39737fa-ded1-4e90-b9f1-53af89da1d17.png) black no-repeat;
    background-size:12px;
    background-position: center center;
    position: absolute;
    color:white;
    right:0;
    top:0;
    bottom:0;
    width:45px;
    height:100%;
}
.dual-button:hover, .dual-button:focus{
    background: var(--blue);
    text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  margin:0;
  display: block;
}


hr {
  border: none;
  border-bottom: 1px solid var(--rules);;
  width: 100%;
  max-width: 600px;
  margin:0 auto;
  margin-bottom: 30px;
}

.dsk{
    display: none;
}
.mbl{
    display: block;
}
@media (min-width: 600px) {
    .dsk{
    display: block;
    } 
    .mbl{
    display: none;
    } 
}


.wrapper {
  width: 100%;
  margin: 0;
  padding: 0 20px;
}

@media (min-width: 600px) {
  .wrapper {
    width: 540px;
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
    .wrapper {
    width: 740px;
    margin: 0 auto;
    padding: 0;
    }
}

@media only screen and (min-width: 992px) {
    .wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    }
}

header{
    background: var(--grey);
    padding: 30px 0px;
    width:100%;
}
header .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header a{
    color:white;
    text-decoration: none;
}
header a:hover{
    color:white;
    text-decoration: underline;
}
.intro{
    padding:60px 0;
    text-align: center;
}

.power-up{
    padding:40px 20px;
    margin-bottom: 40px;
    background:white;
    border-radius: 20px;
    color: black;
    text-align: center;
}

@media (min-width: 600px) {
    .power-up{
        padding:60px 100px;
        margin-bottom: 60px;
    }
}

.power-up img.title{
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.power-up .rotating-logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
    padding:0 20px;
}
@media (min-width: 600px) {
    .power-up .rotating-logo{
        padding:0;
    }
}
.power-up .rotating-logo .plus{
  display: block;
  width: 100%;
  margin:20px 0;
}
.power-up .rotating-logo .plus img{
    display: block;
    margin:0 auto;
}
.powerup-row{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    justify-content: space-between;
    margin:40px 0;
}
.powerup-block-two{
    width: 100%;
    border: 1px solid var(--purple);
    padding:20px;
    font-size: 18px;
}
.powerup-block-three{
    width: 100%;
    border: 1px solid var(--purple);
    padding:20px;
    font-size: 18px;
}
.powerup-block small{
    font-size: 16px;
}
.icon{
    width:100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.powerup-plus{
    display: flex;
    align-items: center;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
}
@media (min-width: 768px) {
    .powerup-row{
    flex-wrap: nowrap;
    }
    .powerup-block-two{
    width: calc((100% / 2) - 37px);
    }
    .powerup-block-three{
    width: calc((100% / 3) - 37px);
    }
}

.power-up .powerup-block-two p, .power-up .powerup-block-three p{
    margin-bottom: 5px;
}


#cards{
    background: var(--grey);
    padding: 30px 0px;
    width:100%;
    text-align: center;
}
@media (min-width: 600px) {
    #cards{
    padding: 60px 0px;
    }    
}

.scene-scotia-lockup{
    display: flex;
    justify-content: center;
    align-content: center;
    margin-bottom: 40px;
    align-items: flex-start;
}
.scene-scotia-lockup img.scene-logo{
    width:120px;
}
@media (min-width: 600px) {
    .scene-scotia-lockup img.scene-logo{
        width:156px;
    }
}
.scene-scotia-lockup .scotiabank-logo{
    margin-left:20px;
    padding-left: 25px;
    width:200px;
    position: relative;
    margin-top:10px;
}
.scene-scotia-lockup .scotiabank-logo:before{
content:'';
position: absolute;
border-left:1px solid white;
height:36px;
left:0;
top:0;
}
@media (min-width: 600px) {
    .scene-scotia-lockup .scotiabank-logo{
        width:339px;
    }
}
.card-carousel{
    width:90%;
    margin:0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}
@media (min-width: 992px) {
    .card-carousel{
        width:100%;
       
    }
}
.card-block{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    padding-bottom: 30px;
    background:white;
}
.card-block .button{
    align-self: flex-end;
    margin-top:20px;
}
.card-top{
    background: var(--blue);
    padding:30px;
    min-height: 332px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.card-top.yellow{
    background: var(--yellow);
    color:black;
}
.card-top.purple{
    background: var(--purple);
}
.card-top.pink{
    background: var(--pink);
    color:black;
}
.card-top img{
    display: block;
    margin:0 auto;
}
.card-top h3{
    margin-bottom: 15px;
    text-transform: uppercase;
    width:100%;
}
.card-top .h6{
    font-size:14px;
}
.card-top .h5{
    font-size:22px;
}
.card-bottom{
    background:white;
    padding:30px 30px 0 30px;
    color:black;
    font-size:14px;    
}
.card-bottom p{
    margin-bottom: 10px;
}
.card-bottom h4{
    font-size:20px;
    margin-bottom: 25px;
}
.card-bottom.larger{
    font-size:16px;   
}
.card-bottom.larger p{
    margin-bottom: 20px;
}
.card-top.bns{
    min-height: 316px;
}
.card-top .card-name{
    font-size: 20px;
}
/*SPLIDE STYLING OVERRIDES*/
.splide__pagination{
    position: relative;
    margin-top:30px;
}
.splide__pagination__page{
    width:14px;
    height:14px;
    opacity:1;
    background:none;
    border:2px solid white;
}
.splide__pagination__page.is-active{
    transform:none;
}
.splide__pagination li{
    margin:0 10px;
}
.splide__arrow{
    background:none;
    opacity:1;
    top:auto;
    bottom:-10px;
}
.splide__arrow:hover:not(:disabled){
    opacity:1;
}
.splide__arrow svg{
    fill:white;
    width:40px;
    height:40px;
}
@media (min-width: 700px) {
    .splide__arrow--prev{
        left:0px;
    }
    .splide__arrow--next{
        right:0px;
    }
}
@media (min-width: 992px) {
    .splide__arrow{
        width:180px;
        top:49%;
        bottom:auto;
        border-radius: 0;
        height: 105%;
        background: var(--grey);
      
    }
   
}

#ordinary-purchases{
    padding:60px 0;
    background:url("https://image.news.sceneplus.ca/lib/fe2711717d64047e721379/m/1/35bac81b-1769-4f15-b881-565b919ef90e.png") no-repeat center center;
    text-align: center;
    background-size: cover;
}

#ordinary-purchases img{
    display: block;
    margin:0 auto;
    margin-bottom: 40px;
}
#ordinary-purchases p{
    margin-bottom: 40px;
}
#ordinary-purchases .wrapper{
    max-width: 800px;
}


footer{
    background: var(--grey);
}
.footer-legal{
    background:black;
    font-size:12px;
    color:white;
    padding:60px 0;
}

.footer-legal a{
    color:white;
    text-decoration: underline;
}
.footer-legal a:hover{
    color:white;
    text-decoration: none;
}
.footer-legal ul, .footer-legal p{
    margin-bottom: 10px;
}
.footer-links{
    padding:60px 0 0 0;
}
footer table{
    margin:20px 0;
}
footer table th, footer table td{
    padding:10px;
    border:1px solid white;
    text-align: left;
    width:33%;
    vertical-align: top;
}
.footer-links{
    font-size:15px;
}
.footer-links a{
    text-decoration: none;
    color:white;
}
.footer-links a:hover, .footer-links a:focus{
    text-decoration: underline;
    color:white;
}
.footer-links ul{
    padding: 0;
}
.footer-links ul li{
    list-style: none;
    margin:0 0 20px 0;
}

.footer-links .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-links .wrapper .col{
    width:100%;
}
.footer-links .wrapper .col-inner{
    width:100%;
}
.footer-links .wrapper .col:nth-child(1){
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-links .wrapper .col-inner:first-child{
    border-bottom:1px solid #858585;
    padding-bottom:40px;
    margin-bottom:40px;
}
@media (min-width: 750px) {
    .footer-links .wrapper .col:nth-child(1){
        width:50%;
    }
    
    .footer-links .wrapper .col:nth-child(2){
        width:50%;
    }
}
@media (min-width: 1250px) {
    .footer-links .wrapper .col:nth-child(1){
        width:65%;
    }
    .footer-links .wrapper .col-inner{
        width:62%;
    }
    .footer-links .wrapper .col-inner:nth-child(2){
        width:32%;
    }
    .footer-links .wrapper .col:nth-child(2){
        width:35%;
    }
    .footer-links .wrapper .col-inner:first-child{
        border-bottom: none;
        padding-bottom:0px;
        margin-bottom:0px;
    }
}
.footer-links h5{
    position: relative;
    margin-bottom: 10px;
    margin-top:40px;
}
.footer-links h5:before{
    position: absolute;
    content:'';
    background:url('https://image.news.sceneplus.ca/lib/fe2711717d64047e721379/m/1/96cf0ace-97bc-4f2d-86fc-ca8313b56278.png') no-repeat;
    background-size:100%;
    left:0px;
    top:-50px;
    width:40px;
    height:40px;
}
@media (min-width: 1150px) {
    .footer-links h5{
        margin-top:0;
    }
    .footer-links h5:before{
        left:-80px;
        top:0;
    }
}
.footer-links .bottom-bar{
    background:black;
    padding:10px 0;
    margin-top:40px;
}
.social{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.app{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.footer-links .bottom-bar .wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
@media (min-width: 750px) {
    .social{
        justify-content: flex-end;
    }
    .app{
        justify-content: flex-end;
    }
    .footer-links .bottom-bar .wrapper{
        justify-content: flex-end;
    }
}