body{margin:0}h1{font-size:2em;margin:.67em 0}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{height:100%}body{margin:0;min-height:100%;background-color:#fff;font-family:Arial,sans-serif;font-size:14px;line-height:20px;color:#333}img{max-width:100%;vertical-align:middle;display:inline-block}.c-page-link{max-width:100%;display:inline-block}.c-cta-button{display:inline-block;padding:9px 15px;background-color:#3898EC;color:white;border:0;line-height:inherit;text-decoration:none;cursor:pointer;border-radius:0}h1,h2{font-weight:bold;margin-bottom:10px}h1{font-size:38px;line-height:44px;margin-top:20px}h2{font-size:32px;line-height:36px;margin-top:20px}.c-video{width:100%;position:relative;padding:0}.c-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.l-container{margin-left:auto;margin-right:auto;max-width:940px}.l-container .c-paper-tears{margin-left:-10px;margin-right:-10px}.c-paper-tears:before,.c-paper-tears:after{content:" ";display:table;grid-column-start:1;grid-row-start:1;grid-column-end:2;grid-row-end:2}.c-paper-tears:after{clear:both}.c-column{position:relative;float:left;width:100%;min-height:1px;padding-left:10px;padding-right:10px}.c-column{width:50%}@media screen and (max-width:991px){.l-container{max-width:728px}}@media screen and (max-width:767px){.c-paper-tears,.l-container .c-paper-tears{margin-left:0;margin-right:0}.c-column{width:100%;left:auto;right:auto}}@media screen and (max-width:479px){.l-container{max-width:none}.c-column{width:100%}}

.l-body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url("background.jpg");
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("background.jpg");
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.l-container {
  padding: 60px 20px;
  text-align: center;
}

.l-container.intro {
  padding-bottom: 0px;
}

.c-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-heading-basic {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Rift, sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.c-heading-stylised {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Heaters, sans-serif;
  color: #ffd600;
  font-size: 92px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.c-intro-text {
  width: 60%;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.c-yellow-text {
  color: #ffd600;
}

.c-cta-button {
  margin-bottom: 40px;
  padding: 5px 20px;
  border-radius: 10px;
  background-color: red;
  font-family: Rift, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.c-cta-button:hover {
  opacity: 0.8;
}

.c-learnmore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-intro-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-arrows {
  margin-top: 20px;
}

.c-subheading {
  margin-top: 10px;
  font-family: Rift, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.c-pillars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.c-pillar {
  width: 80%;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.c-pillar-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ffd600;
}

.c-pillar-content {
  padding: 20px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.c-pillar-content.hide {
  display: none;
}

.c-pillar-heading-text {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #000;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
}

.c-pillar-heading-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pillar-heading-open {
  opacity: 0.5;
  cursor: pointer;
}

.c-paper-tears {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.c-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-authorisation {
  margin-top: 20px;
}

.c-video {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .c-intro-text {
    width: 80%;
  }

  .c-pillar {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .l-body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  }

  .c-heading-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-heading-basic {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .c-heading-stylised {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .c-intro-text {
    width: 90%;
  }

  .c-pillar {
    width: 100%;
  }

  .c-column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {

  .l-container {
    height: auto;
  }

  .c-heading-basic {
    font-size: 46px;
    line-height: 56px;
  }

  .c-heading-stylised {
    font-size: 82px;
  }

  .c-intro-text {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .c-subheading {
    font-size: 36px;
    line-height: 42px;
  }

  .c-pillar-heading {
    padding-right: 12px;
    padding-left: 12px;
  }

  .c-pillar-content {
    font-size: 16px;
    line-height: 22px;
  }

  .c-pillar-heading-text {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 22px;
    line-height: 28px;
  }
}
@font-face {
  font-family: 'Heaters';
  src: url('Heaters.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rift';
  src: url('Rift-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rift';
  src: url('Rift-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

.c-pillar-heading-open svg {
  display: block;
}
