
/*==============================
    #GLOBAL DEFAULTS
==============================*/
* {
  margin: 0;
  padding: 0;
}
html {
	font-size: 62.5%; /* 10px browser default */
}
body {
  color: #2f2f2f;
  background-color: #fff;
	font: 400 21px/1.48 "Work Sans", Helvetica, sans-serif ;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Passion One", Helvetica, sans-serif ;
	font-weight: 700;
  line-height: 1;
  margin: 0 0 2.6rem;
}
h1 {
  font-size: 36px;
}
h1.h-style-1 {
  font: 800 6rem/95% "Barlow Semi Condensed", sans-serif;
  color: white;
  text-align: center;
  margin-bottom: 4rem;
}
h1.h-style-1 span {
  display: block;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font: 700 26px/130% 'Work Sans', sans-serif;
  margin-top: 3px;
}
h1.h-style-2 {
  position: relative;
  text-align: center;
  color: rgb(196, 154, 33);
  padding: 22px 0;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 6.4rem;
}
h1.h-style-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 90%;
  height: 2px;
  background: black;
}
h1.h-style-2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 90%;
  height: 2px;
  background: black;
}
h1.h-style-2 span {
  display: block;
  color: black;
  font-size: 46px;
  font-weight: 400;
  line-height: 130%;
}
h1.h-style-3 {
  color: rgb(196, 154, 33);
  text-align: center;
  font: 400 5rem/95% "Passion One", sans-serif;
}
h1.h-style-3 span {
  display: block;
  color: black;
  font-size: 4.4rem;
  line-height: 130%;
  margin-bottom: 2rem;
}
h1.h-style-4 {
  text-align: center;
  color: rgb(196, 154, 33);
  font: 800 6rem/95% "Barlow Semi Condensed", sans-serif;
}
h1.h-style-4 span {
  font-size: 36px;
  display: block;
  line-height: 95%;
}

h1.h-style-5 {
  position: relative;
  text-align: center;
  color: rgb(196, 154, 33);
  padding: 22px 0;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 54px;
  font-weight: 400;
  line-height: 130%;
}
h1.h-style-5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60%;
  height: 2px;
  background: black;
}
h1.h-style-5 span {
  display: block;
  color: black;
}


h2 {
  color: rgb(196, 154, 33);
  font: 400 43px "Passion One", Helvetica, sans-serif;
  text-align: center;
  margin: 0 0 1.2rem;
}
h2.h2-style-1 {
  text-align: left;
  color: black;
  font: 800 36px/95% "Barlow Semi Condensed", sans-serif;
  margin-bottom: 2rem;
}
h2.h2-style-2 {
  color: black;
  font-size: 50px;
}
h2.h2-style-3 {
  text-align: center;
  color: black;
  font: 43px/95% "Passion One", sans-serif;
  margin-bottom: 2rem;
}
h2.h2-style-4 {
  text-align: left;
  color: black;
  font: 800 36px/100% "Barlow Semi Condensed", sans-serif;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
h2.h2-style-4.yellow {
  font: 700 30px/120% "Work Sans", sans-serif;
  color: rgb(196, 154, 33);
}
h3 {
  font: 700 26px/130% "Work Sans", Helvetica, sans-serif;
  margin-bottom: 20px;
}
h4 {
  font: 700 26px/130% "Work Sans", sans-serif;
  margin-bottom: 18px;
}
a, a:hover {
  text-decoration: none;
}
img, iframe {
  max-width: 100%;
  border: none;
}
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mb-5 {
  margin-bottom: 5px!important;
}
.mb-10 {
  margin-bottom: 10px!important;
}
.mb-15 {
  margin-bottom: 15px!important;
}
.mb-18 {
  margin-bottom: 18px!important;
}
.mb-20 {
  margin-bottom: 20px!important;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.mb-40 {
  margin-bottom: 40px!important;
}
.mb-50 {
  margin-bottom: 50px!important;
}
.mb-60 {
  margin-bottom: 60px!important;
}
.mb-70 {
  margin-bottom: 70px!important;
}

.pb-8 {
  padding-bottom: 8px!important;
}

/*==============================
    #HEADER
==============================*/

/* GLOBAL HEADER */
.header-page {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 15px 15px;
}
.header-page img {
  max-width: 80rem;
  width: 100%;
}



/*==============================
    #FOOTER
==============================*/
.footer-page {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 100%),rgb(247, 247, 255);
  padding: 92px 0 45px;
  color: #797979;
  font:400 18px "Source Sans Pro", sans-serif;
  line-height: 100%;
  text-align: center;
}
.footer-page .footer-wrapper {
  max-width: 110.8rem;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer-page p {
  margin-bottom: 40px;
}

.footer-page ul {
  display: flex;
  justify-content: center;
  font-size: 13px;
}

.footer-page li {
  padding-right: 4px;
}

.footer-page a,
.footer-page a:visited {
  color: #797979;
  display: inline-block;
  text-decoration: none;
  padding-right: 4px;
}
.footer-page a:hover {
  text-decoration: underline;
}

  /*==============================
      #CONTENT
  ==============================*/

.page-wrapper {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.page-wrapper-video {
  position: relative;
  max-width: 1000px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section-1 {
  position: relative;
  padding: 20px 0 0;
}
.section-1:before {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 540px;
  z-index: 0;
  background: black;
}
.section-grey {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0) 100%),rgb(247, 247, 255);
  padding: 7rem 0 4rem;
}
.section {
  padding: 7rem 0 10rem;
}
.wrapper-1 {
  padding: 0 1.6rem;
}

.txt-style-1 {
  font: 700 2.6rem/130% "Work Sans", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-align: center;
  background: rgb(239, 6, 6);
  color: white;
  margin-bottom: 5px;
}
.txt-style-2 {
  font: 700 2.6rem/130% "Work Sans", sans-serif;
  color: white;
}
.txt-style-3 {
  color: rgb(66, 185, 159);
}
.red {
  color: rgba(242, 6, 6, 0.97);
}
.green {
  color: rgb(54, 200, 0);
}
.light-blue {
  color: rgb(66, 185, 159);
}
.blue {
  color: rgb(1, 116, 199);
}
.yellow {
  color: rgb(246, 212, 45);
}

.f-sz-14 {
  font-size: 14px !important;
}
.f-sz-20 {
  font-size: 20px !important;
}
.f-sz-23 {
  font-size: 23px !important;
}
.f-sz-24 {
  font-size: 24px !important;
}
.f-sz-26 {
  font-size: 26px !important;
}
.f-sz-28 {
  font-size: 28px !important;
}
.f-sz-30 {
  font-size: 30px !important;
}
.f-sz-32 {
  font-size: 32px !important;
}
.f-sz-42 {
  font-size: 42px !important;
}

.lh-11 {
  line-height: 1.1;
}
.lh-12 {
  line-height: 1.2;
}
.lh-13 {
  line-height: 1.3;
}

.highlight-1 {
  background-color: rgba(242, 6, 6, 0.97);
  color: rgb(255, 255, 255);
}
.strong {
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
p {
  margin-bottom: 28px;
}
.video-wrapper {
  margin-bottom: 40px;
}
.center {
  text-align: center;
}
.subnote {
  font-size: 16px;
  font-weight: 300;
}

.img-wrapper-1 {
  margin-bottom: 30px;
}

.action-holder {
  margin-bottom: 45px;
}
.button {
  position: relative;
  display: inline-block;
  color: rgb(255, 255, 255);
  font: 800 24px/100% "Work Sans", sans-serif;
  background: url(../img/ico-double-arrow.png) calc(100% - 34px) center no-repeat rgb(0, 135, 31);
  border-radius: 6px;
  padding: 35px 66px 35px 40px;
  text-transform: uppercase;
  cursor: pointer;
  font-style: italic;
  border: 0;
  white-space: pre-wrap;
}
.button:hover {
  background: url(../img/ico-double-arrow.png) calc(100% - 34px) center no-repeat rgb(1, 96, 22);
  text-decoration: none;
  color: rgba(255,255,255,0.8);
}

.button.secondary {
  font: 800 24px/100% "Work Sans", sans-serif;
  background: rgb(0, 135, 31);
  font-style: normal;
  text-transform: none;
  padding: 30px 50px 30px 80px;
}
.button.secondary:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  width: 35px;
  height: 23px;
  background: url(../img/icon-ticket.png) no-repeat;
  background-size: contain;
}
.button.secondary:hover:before {
  opacity: 0.8;
}
.button.secondary span {
  display: block;
  font: 400 16px/100% "Work Sans", sans-serif;
  color: rgba(255,255,255,0.8);
  padding-top: 6px;
}
.button.secondary:hover {
  background: rgb(1, 96, 22);
}
.button.full {
  width: 100%;
}

.listing-1 {
  list-style: none;
  margin: 20px 0;
}
.listing-1 i {
  font-size: 20px;
  margin-right: 18px;
}
.listing-1 li {
  padding-bottom: 10px;
  text-align: center;
}
.listing-1 li span {
  font-weight: 700;
  font-size: 20px;
}

.listing-2 {
  margin: 0 0 56px;
  list-style: none;
}
.listing-2 i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
  color: rgba(242, 6, 6, 0.97);
  margin-right: 10px;
}
.listing-2 li {
  position: relative;
  margin-bottom: 12px;
  font-size: 20px;
  padding-left: 37px;
}

.listing-3 {
  margin: 0 auto 30px;
  list-style: none;
}
.listing-3 i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
  margin-right: 10px;
}
.listing-3 li {
  position: relative;
  margin-bottom: 12px;
  font-size: 20px;
  padding-left: 37px;
}

.listing-4 {
  margin: 0 auto 50px;
  list-style: none;
}
.listing-4 i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
  margin-right: 10px;
}
.listing-4 li {
  position: relative;
  margin-bottom: 12px;
  font-size: 20px;
  padding-left: 30px;
}

.listing-5 {
  max-width: 770px;
  margin: 44px auto 0;
}
.listing-5 i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 9.2rem;
}
.listing-5 li {
  position: relative;
  padding-left: 13rem;
  padding-bottom: 6rem;
}
i.ico-funnel {
  background: url(../img/ico-funnel.jpg) no-repeat center;
  background-size: contain;
  height: 8rem;
}
i.ico-mic {
  top: 10px;
  background: url(../img/ico-mic.jpg) no-repeat center;
  background-size: contain;
  height: 7.7rem;
}
i.ico-mail {
  background: url(../img/ico-mail.jpg) no-repeat;
  background-size: contain;
  height: 7rem;
}
i.ico-computer {
  background: url(../img/ico-computer.jpg) no-repeat center;
  background-size: contain;
  height: 7rem;
}
i.ico-media {
  background: url(../img/ico-media.png) center no-repeat;
  background-size: contain;
  height: 7rem;
}
i.ico-document {
  background: url(../img/ico-document.jpg) no-repeat center;
  background-size: contain;
  height: 7.5rem;
}
i.ico-phone {
  background: url(../img/ico-phone.jpg) no-repeat center;
  background-size: contain;
  height: 7.7rem;
}
.img-box {
  margin-bottom: 5px;
}
.img-box img {
  width: 100%;
  border: 2px solid rgba(0,0,0,0.55);
  box-shadow: 0 4px 3px rgba(0,0,0,0.15),0 0 2px rgba(0,0,0,0.15);
  box-sizing: border-box;
}

.mb-box {
  position: relative;
  background-color: rgba(247, 244, 134, 0.27);
  padding: 20px 35px;
  margin: 0 0 55px;
}
.mb-box h3 {
  font: 600 30px/95% "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  color: rgb(66, 185, 159);
  text-align: center;
  letter-spacing: -1px;
}
.mb-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.mb-content .mbc-img {
  width: 360px;
}
.mb-content .mbc-paragraph {
  font-size: 17px;
}
.mb-content .mbc-paragraph p {
  margin-bottom: 10px;
}

.tick {
  padding-bottom: 1em;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans,
  Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  max-width: 360px;
  margin: 0 auto;
}

.tick-label {
  font-size: 0.375em;
  text-align: center;
}

.tick-group {
  margin: 0 0.25em;
  text-align: center;
}

.tick-credits {
  display: none;
}

.video-label {
  position: relative;
  display: flex;
  background: white;
  justify-content: center;
  font: 600 18px/145% "Work Sans", sans-serif;
  color: black;
  align-items: center;
  padding: 13px;
  gap: 10px;
}
.ico-play {
  display: block;
  width: 20px;
  height: 14px;
  background: url(../img/ico-play.png);
}
.action-extra {
  margin-top: 10px;
}

.grid-box-1 {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 8rem;
}
.grid-box-1 .gb-cell {
  width: 57%;
}

.grid-box-1 .gb-cell + .gb-cell {
  width: 42%;
}

.grid-box-1 .gb-cell img {
  width: 100%;
  border-radius: 400px;
}
.box-type-1 {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 90px 19px rgba(0, 0, 0, 0.12);
  max-width: 798px;
  padding: 28px 43px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.box-type-2 {
  position: relative;
  background: white;
  border: 1px solid rgb(196, 154, 33);
  border-radius: 14px;
  box-shadow: 0px 0px 77px 23px rgba(4, 21, 46, 0.14);
  padding: 0 7.4rem 1rem;
  max-width: 960px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.box-type-3 {
  position: relative;
  z-index: 99;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 90px 19px rgba(0, 0, 0, 0.12);
  max-width: 960px;
  padding: 50px 47px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.hand-written {
  text-transform: capitalize;
  text-align: left;
  font: 400 28px/95% "Permanent Marker", handwriting;
  color: rgb(196, 154, 33);
}
.pg-style-1 {
  font: 400 26px/130% "Passion One", sans-serif;
}
.pg-style-2 {
  font: 400 28px/140% "Barlow", sans-serif;
  font-style: italic;
  max-width: 710px;
  margin: 0 auto 20px;
}
.pg-style-3 {
  font-size: 2.6rem;
  text-align: center;
  max-width: 780px;
  margin: 0 auto 25px;
}
.pg-style-4 {
  text-align: center;
  color: rgb(196, 154, 33);
  font: 800 6rem/95% "Barlow Semi Condensed", sans-serif;
}
.features-listing {
  max-width: 1250px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 15px;
  box-sizing: border-box;
}
.features-listing > li {
  position: relative;
  display: flex;
  background: white;
  box-shadow: 0 8px 90px 19px rgba(0, 0, 0, 0.12);
  padding: 20px;
  border-radius: 15rem 15px 15px 15rem;
  margin: 0 0 30px;
  justify-content: space-between;
  gap: 35px;
}
.features-listing .flist-image {
  max-width: 270px;
  min-width: 270px;
  min-height: 210px;
  border-radius: 13rem 10px 10px 13rem;
  position: relative;
  overflow: hidden;
}
.features-listing .flist-image img {
  position: absolute;
  height: 100%;
}
.features-listing .flist-content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.features-listing .flist-content .flc-box1 .title {
  font: 0700 28px/95% "Barlow Semi Condensed", sans-serif;
  color: black;
  padding-bottom: 13px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
}
.features-listing .flist-content .flc-box2 {
  min-width: 385px;
  background: black;
  color: white;
  border-radius: 12px;
  padding: 20px 30px;
  box-sizing: border-box;
}
.features-listing .flist-content .flc-box2 .title {
  font: 800 22px/95% "Barlow Semi Condensed", sans-serif;
  margin-bottom: 28px;
}
.features-listing .flist-content .flc-box2 li {
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 18px;
}
.features-listing .flist-content .flc-box2 i {
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(196, 154, 33);
}
.dscm-section1 {
  font-size: 16px;
  padding: 20px;
  background: #f8f9fa;
  margin: 20px 0 0;
  text-align: center;
}
.tst-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 40px;
}
.tst-listing li {
  background: white;
  padding: 20px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.tst-listing li img {
  width: 224px;
  display: block;
}
.tst-listing-video {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 40px;
}
.tst-listing-video li {
  background: white;
  padding: 20px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.tst-listing-video li img {
  width: 224px;
  display: block;
}
.fl-top {
  margin-top: -70px;
}
.arr-listing {
  margin-bottom: 20px;
}
.arr-listing li {
  position: relative;
  padding: 0 0 5px 30px;
}
.arr-listing li i {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 14px;
  color: #0060d2;
}
.inr-container {
  max-width: 620px;
  margin: 30px auto 0;
}
/*==============================
    #MEDIA QUERIES
==============================*/
@media only screen and (max-width:1600px) {

}
@media only screen and (max-width:1440px) {
  html {
	  font-size: 50%;
  }
}
@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1124px) {
  .features-listing .flist-content .flc-box2 {
    min-width: 285px;
  }
}

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

  .features-listing > li {
    border-radius: 15rem 15px 15px 15px;
    flex-wrap: wrap;
  }
  .features-listing .flist-image {
    height: 220px;
    margin: 0 auto;
  }

  .features-listing .flist-content {
    flex-wrap: wrap;
  }
  .features-listing .flist-content .flc-box1 {
    width: 100%;
  }
  .features-listing .flist-content .flc-box2 {
    width: 100%;
  }


}
@media only screen and (max-width:767px) {

  .listing-5 i {
    left: 50%;
    transform: translateX(-50%);
  }
  .listing-5 li {
    padding-top: 11rem;
    padding-left: 0;
    text-align: center;
  }

  .mb-box {
    margin: 0 -15px 15px;
    padding: 20px 10px;
  }

  .mb-content {
    flex-wrap: wrap;
  }
  .mb-content .mbc-img {
    width: 180px;
    margin: 0 auto 20px;
  }
  .mb-content .mbc-paragraph {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
  }
  .mb-content .mbc-paragraph .compl {
    font-size: 16px;
    padding-top: 20px;
  }
  .grid-box-1 {
    flex-wrap: wrap;
  }
  .grid-box-1 .gb-cell {
    width: 100%;
  }


  .grid-box-1 .gb-cell + .gb-cell {
    width: 56%;
  }
  .grid-box-1 img {

  }

  .tst-listing li img {
    width: 100%;
    max-width: 400px;
  }
  h2.h2-style-3 br {
    display: none;
  }
  .tst-listing-video {
    flex-wrap: wrap;
  }
  .button.secondary {
    padding: 30px;
    font-size: 26px;
    line-height: 30px;
  }
  .button.secondary::before {
    content: none;
  }

}
@media only screen and (max-width:567px) {


}