body {
  background-color: #2f292b;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px 16px;
  font-family: Lemon, sans-serif;
  font-size: 68px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.73), 0 2px 4px rgba(0, 0, 0, 0.19);
}

h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 23px;
  letter-spacing: 0px;
  text-shadow: none;
}

a {
  text-decoration: underline;
}

.button {
  display: block;
  width: 32%;
  height: 54px;
  padding: 2%;
  float: left;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  font-weight: 400;
}

.button:active {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
}

.social-widget {
  width: 100px;
  float: left;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget:hover {
  opacity: 1;
}

.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  padding-top: 8%;
  padding-bottom: 4%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px none #000;
  background-image: url('../images/webheader_9.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24)));
  background-image: url('../images/webheader_9.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  color: #fff;
  text-align: center;
}

.footer-section {
  padding: 38px 10% 34px;
  background-color: #050505;
  box-shadow: 0 -1px 0 0 hsla(0, 0%, 100%, 0.08), inset 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  font-family: 'Open Sans', sans-serif;
  color: #7e7c87;
}

.copyright {
  color: hsla(0, 0%, 100%, 0.29);
  text-align: center;
}

.container.topcontainer {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-btn {
  margin-right: 7px;
  margin-left: 7px;
  opacity: 0.31;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-btn:hover {
  opacity: 1;
}

.align-right {
  text-align: right;
}

.top_head {
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
}

.top_left {
  float: left;
  clear: none;
}

.headingtop_text {
  margin-top: 0px;
  margin-bottom: 21px;
  padding-left: 0px;
  float: none;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.43);
}

.logoimg {
  float: left;
}

.subtext_top {
  margin-bottom: 31px;
  padding-left: 0px;
}

.subhead_text {
  padding-top: 20px;
  padding-left: 68px;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  text-align: left;
}

.top_right {
  margin-bottom: 57px;
  padding-left: 55px;
}

.section2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}

.top_div2 {
  margin-right: 6px;
  padding-left: 0px;
  text-align: left;
}

.btn1 {
  margin-right: 20px;
  padding: 20px 15px;
  border-radius: 31px;
  background-color: #141d25;
  background-image: url('../images/appleapp.png');
  background-position: 0px 0px;
  background-size: 200px;
  box-shadow: 1px 1px 3px 0 #252222;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  color: #0c0d0e;
  font-size: 27px;
  line-height: 47px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

.h1.leftalign {
  margin-bottom: 1px;
  padding-left: 0px;
  text-align: left;
}

.h1.testimony {
  width: auto;
  margin-bottom: 25px;
  line-height: 37px;
  text-align: center;
}

.h1.testimonyhead {
  font-size: 18px;
  text-align: center;
}

.div_info {
  padding-top: 20px;
  padding-bottom: 29px;
  text-align: center;
}

.textbox {
  margin-top: 18px;
  padding-right: 50px;
  padding-left: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #dedfe0;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.section3 {
  background-image: url('../images/section3_3.jpg'), -webkit-gradient(linear, left top, left bottom, from(#12212b), to(#12212b));
  background-image: url('../images/section3_3.jpg'), linear-gradient(180deg, #12212b, #12212b);
  background-position: 32% 0px, 0px 0px;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.container_section3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 59px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div_section3_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section4 {
  background-image: url('../images/section3_4.jpg'), -webkit-gradient(linear, left top, left bottom, from(#12212b), to(#12212b));
  background-image: url('../images/section3_4.jpg'), linear-gradient(180deg, #12212b, #12212b);
  background-position: 36% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.container_sectioin4 {
  padding-top: 59px;
}

.div_section4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section5 {
  padding-top: 93px;
  padding-bottom: 0px;
  background-color: #141d25;
}

.div_section3_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 41px;
  float: left;
  clear: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.imgimg_section3 {
  text-align: left;
}

.section3_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  padding-bottom: 0px;
}

.h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 36px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #1a1919;
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}

.h2.central {
  text-align: center;
}

.h2.center {
  line-height: 48px;
}

.section3_text {
  text-align: left;
}

.div_section3_left_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 59px;
  padding-left: 104px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div_section3_text {
  padding-top: 0px;
  padding-right: 85px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: 'Open Sans', sans-serif;
  color: #dedfe0;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.div_section4_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  padding-top: 71px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section5_phs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section6 {
  padding-top: 8%;
  padding-bottom: 4%;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.section5_col_left {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.h3 {
  width: 100%;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.text2_section5 {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #dedfe0;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

.section4_col_right {
  padding-right: 76px;
  padding-left: 62px;
  text-align: center;
}

.img_section5_right {
  padding-left: 42px;
}

.img_section5_left {
  padding-left: 27px;
}

.ph_mobile_horizon_1 {
  padding-top: 2px;
  padding-left: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ph_mobile_horizon_2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.download_img {
  width: 205px;
  margin-right: 19px;
}

.top_img {
  box-shadow: 29px 29px 34px -17px rgba(0, 0, 0, 0.24);
}

.section5_1 {
  background-color: #141d25;
}

.div_section5_1_right {
  display: block;
  padding-top: 149px;
  padding-left: 40px;
}

.div_section5_1_left {
  margin-right: 0px;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 107px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.container_section5_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section5_2 {
  background-color: #12212b;
}

.container_section5_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div_section5_2_left {
  margin-right: 0px;
  padding-top: 60px;
  padding-left: 106px;
}

.div_section5_2_right {
  padding-top: 149px;
  padding-left: 40px;
}

.container_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 58px;
  padding-bottom: 58px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.top_promo_text {
  margin-top: 37px;
  padding-right: 184px;
  color: #f1b432;
  text-align: left;
  text-decoration: underline;
}

.top_promo {
  margin-top: 32px;
  padding-right: 46px;
  text-align: left;
}

.top_nav {
  margin-bottom: 58px;
  padding-top: 44px;
  padding-left: 5px;
}

.jplogo_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container_section2 {
  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: 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;
}

.body {
  background-color: #141d25;
}

.adspace_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eb4848;
  font-family: 'Open Sans', sans-serif;
}

.adbox {
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.linkadblock {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.minitext {
  color: #000;
}

.minitext.centre {
  margin-bottom: 17px;
  font-size: 15px;
  text-align: center;
}

.minitext.centre.left {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.minitext.centre.left.white {
  color: #fff;
}

.storysection1 {
  padding-top: 15%;
  padding-bottom: 15%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/setup_not_setback_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/setup_not_setback_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.storysection1.story2 {
  padding-top: 15%;
  padding-bottom: 15%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(177, 121, 248, 0.23)), to(rgba(177, 121, 248, 0.23))), url('../images/god_eye_view_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(177, 121, 248, 0.23), rgba(177, 121, 248, 0.23)), url('../images/god_eye_view_1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.storysection1.story3 {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 50, 46, 0.3)), to(rgba(53, 50, 46, 0.3))), url('../images/character_not_challenge_1.jpg');
  background-image: linear-gradient(180deg, rgba(53, 50, 46, 0.3), rgba(53, 50, 46, 0.3)), url('../images/character_not_challenge_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.storycontainer {
  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: 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;
}

.jubileemeansbox {
  margin-bottom: 3%;
  text-align: center;
}

.storymaintext {
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.storydesctext {
  display: none;
  margin-top: 5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.storydescsmall {
  margin: 4% 10% 5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}

.button1block {
  width: 30%;
  margin-top: 0%;
  padding: 2%;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.button1block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2));
}

.button1block.black {
  margin-right: 0%;
  border-width: 2px;
  border-color: #000;
  color: #000;
  text-decoration: none;
}

.btntext {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.btntext.black {
  color: #000;
}

.readmoresection {
  padding-top: 3%;
  padding-bottom: 3%;
}

.quoteblock {
  margin-top: 33px;
  margin-right: 10%;
  margin-left: 10%;
  padding: 5% 7%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.storydescfull {
  margin-top: 3%;
  margin-right: 10%;
  margin-left: 10%;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
}

.fullblock {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.story2descsmall {
  margin: 3% 10% 5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}

.fullblockstory2 {
  display: none;
}

.story3descsmall {
  margin: 3% 10% 5%;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}

.fullblockstory3 {
  display: none;
}

.closebtn {
  display: block;
  width: 30%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.closebtn.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button2block {
  width: 30%;
  padding: 2%;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button2block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.close2btn {
  width: 30%;
  padding: 2%;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.close2btn.w--current {
  display: none;
  width: 30%;
  padding: 2%;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.button3block {
  width: 30%;
  padding: 2%;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button3block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3));
}

.line {
  width: 5%;
  height: 3px;
  margin: 5% auto 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.line.black {
  margin-top: 3%;
  margin-bottom: 3%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.sectionb {
  padding-top: 4%;
  padding-bottom: 7%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
  color: #fff;
  font-weight: 400;
}

.containerb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.textblock {
  margin: 4% auto 15px;
  float: left;
  clear: right;
  font-family: 'Open Sans', sans-serif;
  color: #616161;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
}

.videoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 5%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttonbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 20%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  -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;
}

.videobtn1 {
  padding: 2% 5%;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.videobtn1.videobuy {
  margin-right: 27px;
  font-size: 18px;
}

.videobtn2 {
  padding: 1% 4%;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0096bf), to(#0096bf));
  background-image: linear-gradient(180deg, #0096bf, #0096bf);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.sectionc {
  display: none;
  padding-top: 8%;
  padding-bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f5f5f5));
  background-image: linear-gradient(180deg, #f5f5f5, #f5f5f5);
  color: #c3adad;
}

.wordblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.buttonmain {
  display: block;
  width: 240px;
  margin-top: 20px;
  margin-right: 0px;
  padding: 15px 0px;
  border: 2px none #000;
  border-radius: 5px;
  background-color: #619ec1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.buttonmain.centre {
  margin-right: auto;
}

.buttonmain.blue {
  margin-top: 0%;
  margin-right: auto;
  padding: 17px 93px;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0096bf), to(#0096bf));
  background-image: linear-gradient(180deg, #0096bf, #0096bf);
  color: #fff;
  font-size: 19px;
  line-height: 22px;
}

.buttonmain.bigger {
  margin-top: 0%;
  margin-right: auto;
  padding-top: 28px;
  padding-bottom: 28px;
}

.buttonmain._2 {
  margin-top: 44px;
}

.divleft {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 35%;
  margin-top: 0%;
  margin-right: 0px;
  float: left;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.divright {
  width: 65%;
  margin-top: 6%;
  padding-left: 2%;
  float: right;
  clear: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.divright.testimonyright {
  margin-top: 9%;
  padding-left: 0%;
}

.block1 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: left;
}

.blackbar {
  display: none;
}

.headline {
  padding-left: 74px;
}

.btnbar2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sectiond {
  display: none;
}

.slide1a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 41, 110, 0.47)), to(rgba(35, 41, 110, 0.47))), url('../images/restore.jpg');
  background-image: linear-gradient(180deg, rgba(35, 41, 110, 0.47), rgba(35, 41, 110, 0.47)), url('../images/restore.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.subtext {
  margin-top: 5%;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 21px;
  font-style: italic;
}

.bat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 3%;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.arrow {
  margin-top: 5%;
}

.wallpaperblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.formblock {
  display: none;
  margin-top: 5%;
  margin-right: 10%;
  margin-left: 10%;
}

.textwallpaper {
  color: #2a2a2a;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}

.emailfield {
  width: 70%;
  margin-top: 3%;
  float: left;
  font-family: 'Open Sans', sans-serif;
}

.submitbtn {
  width: 30%;
  margin-top: 3%;
  background-color: #4b4b4b;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.wallpapermobile {
  display: none;
}

.watchlink {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.arrowlink {
  margin-top: 45px;
}

.slide3block {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 30, 63, 0.45)), to(rgba(88, 30, 63, 0.45))), url('../images/married.jpg');
  background-image: linear-gradient(180deg, rgba(88, 30, 63, 0.45), rgba(88, 30, 63, 0.45)), url('../images/married.jpg');
  background-position: 0px 0px, 0px -208px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.sliderblock {
  height: 450px;
}

.quotetext {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 41px;
  line-height: 58px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.slide3linkblock {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 7%;
  text-decoration: none;
}

.testimoneyreadmore {
  margin-top: 4%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}

.slide2block {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(170, 93, 57, 0.39)), to(rgba(170, 93, 57, 0.39))), url('../images/home.jpg');
  background-image: linear-gradient(180deg, rgba(170, 93, 57, 0.39), rgba(170, 93, 57, 0.39)), url('../images/home.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tsectiona {
  height: auto;
  padding: 7% 16%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/married.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/married.jpg');
  background-position: 0px 0px, 0px -235px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.tsectiona.testi3 {
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/uni.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/uni.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.tsectiona.testi3.testi2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/testi4.jpg');
  background-image: linear-gradient(180deg, null, null), url('../images/testi4.jpg');
}

.tsectiona.testi1 {
  padding-top: 8%;
  padding-bottom: 8%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/testi1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/testi1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.tsectiona.testi4 {
  padding-top: 8%;
  padding-bottom: 8%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/promo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/promo.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.tsectiona.testi2 {
  padding-top: 10%;
  padding-bottom: 10%;
  background-image: url('../images/testi4.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: scroll;
}

.testimonysection {
  padding-top: 7%;
  padding-bottom: 7%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
}

.testimonytitle {
  margin-top: 3%;
  font-family: 'Open Sans', sans-serif;
  font-size: 49px;
  line-height: 73px;
  font-weight: 600;
  text-align: center;
}

.quotetestimony {
  margin-top: 4%;
  margin-bottom: 39px;
  padding-right: 14%;
  padding-left: 13%;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 29px;
  line-height: 44px;
  font-style: italic;
  text-align: left;
}

.testimonytextblock {
  padding-right: 7%;
  padding-left: 7%;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 35px;
}

.signoff {
  margin-top: 5%;
  padding-right: 7%;
  padding-left: 7%;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 700;
}

.linkbackbtn {
  color: #fff;
}

.tsectionc {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #e6e6e6;
}

.testimonycolright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1%;
  padding-right: 35px;
  padding-left: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.testcolleft {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 270px;
  background-image: url('../images/3D_Inlay2.png');
  background-position: 0px 0px;
  background-size: 200px;
  background-repeat: no-repeat;
}

.storiesofvic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tsectionb {
  padding-bottom: 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.testimonybuttonbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testilinkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.moretestimonyblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  padding-left: 7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.moretestimony {
  width: 20%;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.testimonynumber {
  width: 20px;
  margin-right: 1px;
  margin-left: 1%;
  color: #000;
  text-decoration: none;
}

.testimonynumber.w--current {
  color: grey;
}

.fullsectionwallpaper {
  height: 100%;
  background-color: #fff;
}

.topsection {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68px;
  -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;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
}

.toplogo {
  width: 40%;
  height: 90%;
  padding-top: 5px;
  padding-left: 15px;
}

.topsectionmobile {
  position: fixed;
  display: none;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 #000;
}

._2section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#e4e4e4));
  background-image: linear-gradient(180deg, #e4e4e4, #e4e4e4);
  color: #e7dede;
}

.topdiv {
  width: 100%;
  height: 20%;
}

.navright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-right: 2%;
  margin-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link1 {
  margin-right: 21px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  text-decoration: none;
}

.link1.w--current {
  color: #888;
}

.link1.blue {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #e45820;
}

.link1.homebtn.w--current {
  color: #000;
}

.linktext {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.authorofstory {
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  color: #fffdfd;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.disclaimertext {
  display: none;
  margin-top: 1%;
  padding-left: 7%;
  color: #b9b4b4;
  font-size: 13px;
  font-style: italic;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.popupsignupbox {
  width: 450px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 4% 2%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.emailblockpupup {
  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;
}

.emailpopupfield {
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 94.1%, 0.5)), to(hsla(0, 0%, 94.1%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 94.1%, 0.5), hsla(0, 0%, 94.1%, 0.5));
}

.submitbtnpopup {
  height: 50px;
  background-color: #2a2a2a;
}

.textpopup {
  margin-bottom: 18px;
  color: #000;
  font-size: 17px;
  line-height: 30px;
}

.headingpopup {
  margin-top: 24px;
  color: #000;
  font-size: 25px;
  font-weight: 700;
}

.closelink {
  width: 100%;
  color: #888;
  font-size: 12px;
}

.footer-link {
  color: hsla(0, 0%, 100%, 0.29);
  text-decoration: none;
}

.footer-link:hover {
  color: hsla(0, 0%, 100%, 0.61);
}

.promosection {
  padding-top: 69px;
  background-color: #e94933;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.promotext {
  padding-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.promolinkblock {
  color: #fff;
  text-decoration: underline;
}

.promosectionomobile {
  display: none;
}

.image {
  display: block;
}

.itembardiv {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
  background-color: #1e282f;
  font-size: 18px;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
}

.watchtrailertext {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #f3f3f3;
  text-decoration: none;
}

.watchtrailerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-left: 24px;
  padding: 6%;
  border: 1px solid #fff;
  border-radius: 5px;
}

.link-block {
  display: none;
  text-decoration: none;
}

.div-block {
  margin-left: 2%;
}

.playbtndiv {
  display: block;
  width: auto;
  margin-left: 0%;
}

.section_testimony {
  padding-top: 6%;
  padding-bottom: 1%;
  background-color: #fcfcfc;
}

.testimonyheader {
  margin-right: 15%;
  margin-left: 15%;
}

.div-block-2 {
  margin-right: 10%;
  margin-left: 10%;
}

.testimonyblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3% 15% 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-3 {
  width: 40%;
}

.testimonyblock1 {
  width: 47%;
  padding-bottom: 5%;
  background-color: #f1f1f1;
}

.productblock {
  width: 100%;
  margin-bottom: 5%;
}

.ctabtnblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-2 {
  color: #000;
}

.producttext {
  margin-top: 3%;
  margin-left: 0%;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14.5px;
  line-height: 25px;
  text-align: left;
}

.producttext.center {
  display: block;
  margin-top: 0%;
  margin-bottom: 0%;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.producttext.format {
  margin-top: 3%;
  text-align: center;
}

.liveeventdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/20130721-WR-Full-.00_20_05_04.Still011-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/20130721-WR-Full-.00_20_05_04.Still011-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.liveeventheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 70px;
  margin-top: -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;
  background-color: #d36b4a;
  background-image: none;
  color: #fff;
}

.liveeventheadertext {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
}

.div-block-4 {
  width: 80%;
}

.liveeventblock {
  width: 80%;
  padding-top: 66px;
  padding-right: 10%;
  padding-left: 10%;
}

.liveeventext {
  margin-top: 7%;
  margin-bottom: 2%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 45px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.sectionca {
  display: none;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fffaf7;
}

.liveeventtext {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}

.liveeventdate {
  margin-top: 4%;
  margin-bottom: 5%;
  font-family: 'Open Sans', sans-serif;
  color: #3fcaf3;
  font-size: 30px;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.testimonyimg {
  width: 100%;
}

.section {
  background-color: #f5f5f5;
}

.sectionb-bundle {
  display: none;
  padding-bottom: 5%;
  background-color: #f5f5f5;
}

.containerbundle {
  padding-top: 87px;
  padding-right: 4%;
  padding-left: 4%;
  border-top: 1px none #d4d4d4;
}

.bundleleft {
  width: 48%;
}

.bundlebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.bundlediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link_bundleimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0%;
  -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;
}

.bundletext {
  margin-bottom: 5%;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 17px;
  text-align: center;
}

.watchtrailerbox {
  margin-left: 11px;
}

.testimonytextbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 7% 7% 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.link-block-2 {
  width: 100px;
  float: right;
  clear: none;
  border: 1px solid #000;
}

.readmore-btn {
  margin-top: 0%;
  margin-bottom: 11%;
  padding: 2% 3%;
  float: none;
  border: 2px solid #000;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.itembarmobile {
  display: none;
}

.slider {
  display: none;
}

.testimonyblockweb1 {
  width: 47%;
  background-color: #eeeff0;
  text-align: center;
}

.producttextheader {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.socialbox {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 11px;
  margin-left: 78px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.socialholder {
  margin-left: 15px;
}

.socialsharingtext {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.gettheseriestext {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.texttesti {
  margin-top: 3%;
  margin-bottom: 3%;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 24px;
  text-align: center;
}

.walllink {
  width: 229px;
  margin-right: 29px;
}

.image-3 {
  width: 40%;
}

.text-block-6 {
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 600;
  text-align: left;
}

.row {
  position: relative;
  margin-left: 0px;
}

.image-4 {
  margin-bottom: 19px;
}

.image-8 {
  margin-top: 4px;
  padding-top: 0px;
}

.important-text {
  margin-bottom: 0px;
  padding-bottom: 0px;
  clear: none;
  line-height: 25px;
}

.text-block-7 {
  margin-top: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
}

.story_pretext {
  width: 100%;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 100;
  text-align: center;
  letter-spacing: 2px;
}

.story_oneliner {
  margin-top: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: none;
}

.div-block-5 {
  width: auto;
  height: auto;
  padding: 10px 20px;
  float: right;
  clear: both;
  border: 1px none #000;
  border-radius: 10px 10px 0px 0px;
  background-color: #534f4f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.link-block-4 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 28px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: right;
  clear: both;
}

.section-2 {
  background-color: #fff;
}

.image9 {
  display: none;
}

.image-9 {
  margin-bottom: 27px;
}

.image-10 {
  display: block;
}

.lightbox-link-3 {
  display: inline-block;
}

.image-11 {
  border-bottom: 1px solid #8a8a8a;
}

.product_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ind_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
  background-color: #fff;
}

.ind_desc_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 6%;
  padding-right: 7%;
  padding-bottom: 50px;
  padding-left: 7%;
  float: right;
  clear: right;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.ind_desc_wrapper.testimonyright {
  margin-top: 9%;
  padding-left: 0%;
}

.section-3 {
  padding-top: 5%;
  padding-bottom: 8%;
  background-color: #f1f1f1;
}

.list {
  margin-top: 10px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 150%;
}

.desc {
  margin-top: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}

.prod_title {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

html.w-mod-js *[data-ix="fadefromleft"] {
  opacity: 0;
  -webkit-transform: translate(-22px, 0px);
  -ms-transform: translate(-22px, 0px);
  transform: translate(-22px, 0px);
}

html.w-mod-js *[data-ix="popup-animation"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}

@media screen and (max-width: 991px) {
  .header-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/webheader7.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24)));
    background-image: url('../images/webheader7.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
    background-position: 50% 50%, 0px 0px, 0px 0px;
    background-size: cover, auto, auto;
    background-attachment: scroll, scroll, scroll;
  }
  .container {
    padding-right: 79px;
    padding-left: 79px;
  }
  .headingtop_text {
    margin-top: 37px;
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0px;
  }
  .subtext_top {
    margin-bottom: 31px;
    padding-bottom: 0px;
  }
  .subhead_text {
    font-size: 17px;
  }
  .top_right {
    padding-right: 22px;
    padding-left: 22px;
  }
  .top_div2 {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .btn1 {
    margin-bottom: 13px;
  }
  .h1 {
    margin-top: 0px;
    font-size: 21px;
    line-height: 35px;
  }
  .h1.leftalign {
    text-align: center;
  }
  .h1.testimony {
    line-height: 30px;
  }
  .div_info {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .textbox {
    padding-right: 60px;
    padding-left: 60px;
  }
  .section3 {
    background-image: url('../images/section3_3.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: url('../images/section3_3.jpg'), linear-gradient(180deg, null, null);
    background-position: 56% 50%, 0px 0px;
  }
  .h2 {
    padding-right: 4px;
    padding-left: 0px;
    font-size: 29px;
    line-height: 46px;
    text-transform: uppercase;
  }
  .h2.center {
    line-height: 35px;
    text-transform: uppercase;
  }
  .div_section3_left_sub {
    margin-top: 56px;
    padding-left: 0px;
  }
  .div_section3_text {
    padding-right: 52px;
  }
  .div_section4_sub {
    width: 420px;
    padding-right: 37px;
    padding-left: 49px;
  }
  .h3 {
    font-size: 21px;
  }
  .text2_section5 {
    padding-top: 1px;
    padding-right: 16px;
    padding-left: 0px;
  }
  .img_section5_right {
    padding-top: 27px;
    padding-left: 30px;
  }
  .ph_mobile_horizon_1 {
    width: auto;
    height: auto;
    max-width: 100%;
    padding-left: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ph_mobile_horizon_2 {
    width: auto;
    height: auto;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .download_img {
    margin-bottom: 13px;
  }
  .div_section5_1_right {
    padding-top: 70px;
    padding-right: 33px;
    padding-left: 26px;
  }
  .div_section5_1_left {
    padding-left: 76px;
  }
  .container_section5_2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .div_section5_2_left {
    margin-left: 27px;
    padding-top: 59px;
    padding-right: 45px;
    padding-left: 30px;
  }
  .div_section5_2_right {
    padding-top: 65px;
    padding-left: 81px;
  }
  .top_promo {
    margin-top: 0px;
    padding-right: 0px;
  }
  .downloadbtn_mobile {
    padding-right: 20px;
    padding-left: 20px;
  }
  .top_nav {
    margin-bottom: 38px;
    padding-top: 52px;
    padding-left: 79px;
  }
  .container_section2 {
    padding-right: 7%;
    padding-left: 7%;
  }
  .minitext.centre {
    margin-bottom: 12px;
  }
  .storysection1 {
    padding-top: 15%;
    padding-bottom: 15%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/setup_not_setback_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/setup_not_setback_1.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .storysection1.story2 {
    padding-top: 15%;
    padding-bottom: 15%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/god_eye_view.jpg');
    background-image: linear-gradient(180deg, null, null), linear-gradient(180deg, null, null), url('../images/god_eye_view.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .storysection1.story3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/character_not_challenge.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/character_not_challenge.jpg');
    background-attachment: scroll, scroll;
  }
  .storycontainer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .storymaintext {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 5px;
  }
  .quoteblock {
    font-size: 19px;
    line-height: 32px;
  }
  .line {
    margin-top: 5%;
    margin-bottom: 3px;
  }
  .line.black {
    margin-top: 3%;
    margin-bottom: 3%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
  }
  .containerb {
    padding-right: 5%;
    padding-left: 5%;
  }
  .textblock {
    margin-top: 5%;
    text-align: left;
  }
  .videoblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    margin-top: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-position: -33px 0px;
  }
  .buttonbar {
    display: block;
    width: 100%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sectionc {
    padding-top: 10%;
    padding-bottom: 0%;
  }
  .wordblock {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }
  .buttonmain {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3%;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .buttonmain.centre {
    margin-left: auto;
  }
  .buttonmain.blue {
    width: 65%;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    padding: 3% 7%;
  }
  .buttonmain.bigger {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding: 3% 5%;
    text-align: center;
  }
  .buttonmain._2 {
    margin-top: 48px;
  }
  .divleft {
    width: 100%;
    padding-left: 0%;
    text-align: center;
  }
  .divright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .divright.testimonyright {
    padding-right: 0%;
  }
  .pruductblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5%;
    -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;
  }
  .btnbar2 {
    display: block;
    margin-top: 493px;
    padding-right: 30%;
    padding-left: 30%;
  }
  .subtext {
    margin-bottom: 5%;
  }
  .bat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5%;
    padding-top: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .arrow {
    margin-top: -36%;
    margin-bottom: 30px;
  }
  .wallpaperblock {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
  }
  .emailfield {
    width: 65%;
  }
  .submitbtn {
    width: 35%;
  }
  .slide3block {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/married.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/married.jpg');
    background-position: 0px 0px, 0px -82px;
  }
  .sliderblock {
    height: 350px;
  }
  .quotetext {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 29px;
    line-height: 45px;
  }
  .testimoneyreadmore {
    font-size: 18px;
  }
  .moretestimony {
    width: 30%;
  }
  .topsection {
    z-index: 100;
    display: none;
  }
  .topsectionmobile {
    z-index: 10;
    display: block;
    background-color: #fff;
  }
  .topdiv {
    height: 600px;
  }
  .navright {
    padding-top: 2.7%;
  }
  .linktext {
    font-size: 12px;
  }
  .mobilenavbar {
    background-color: #fff;
  }
  .branglogo {
    margin-top: 7px;
  }
  .iconblack {
    color: #000;
  }
  .popup {
    display: none;
  }
  .promosection {
    padding-top: 70px;
  }
  .image {
    display: block;
  }
  .itembardiv {
    padding: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-block {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .testimonyblock1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .ctabtnblock {
    -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;
  }
  .producttext {
    text-align: center;
  }
  .liveeventdiv {
    height: 350px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), color-stop(98%, transparent)), url('../images/liveeventbk.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), transparent 98%), url('../images/liveeventbk.jpg');
    background-position: 0px 0px, 0px 0px;
  }
  .liveeventheader {
    width: 90%;
    height: 70px;
  }
  .liveeventheadertext {
    font-size: 18px;
    font-weight: 600;
  }
  .liveeventblock {
    margin-top: 36px;
    padding-top: 5px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .liveeventext {
    margin-top: 7%;
    font-size: 35px;
    line-height: 45px;
  }
  .sectionca {
    padding-top: 6%;
    padding-right: 7%;
    padding-left: 7%;
  }
  .liveeventtext {
    font-size: 18px;
    line-height: 30px;
  }
  .liveeventdate {
    font-size: 25px;
  }
  .bundlebox {
    width: 45%;
  }
  .watchtrailerbox {
    width: 200px;
    padding-right: 2%;
  }
  .testimonytextbox {
    margin-right: 10%;
    margin-left: 10%;
  }
  .text-block-3 {
    font-size: 14px;
    line-height: 140%;
  }
  .readmore-btn {
    margin-right: 7%;
    margin-left: 10%;
    text-align: center;
  }
  .producttextheader {
    text-align: center;
  }
  .socialbox {
    margin-left: 38px;
  }
  .socialsharingtext {
    font-size: 14px;
  }
  .gettheseriestext {
    font-size: 14px;
  }
  .image-5 {
    position: static;
    overflow: visible;
    padding-left: 0px;
    float: none;
    clear: none;
  }
  .image-6 {
    display: block;
  }
  .image-7 {
    margin-top: 12px;
  }
  .image-8 {
    display: none;
  }
  .text-block-7 {
    text-align: center;
  }
  .story_pretext {
    font-weight: 200;
  }
  .story_oneliner {
    line-height: 28px;
    text-align: center;
  }
  .lightbox-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 486px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image9 {
    display: block;
  }
  .product_wrapper {
    width: 90%;
  }
  .ind_desc_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 6%;
    padding-right: 7%;
    padding-left: 7%;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .ind_desc_wrapper.testimonyright {
    padding-right: 0%;
  }
  .desc {
    text-align: left;
  }
  .bold-text {
    line-height: 120%;
  }
  .prod_title {
    font-size: 18px;
    line-height: 140%;
  }
  .link-block-5 {
    width: 90%;
  }
  .link-block-6 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/header_mobile.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24)));
    background-image: url('../images/header_mobile.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24));
    background-position: 50% 0px, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }
  .footer-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .copyright {
    padding-left: 44px;
  }
  .container {
    padding-right: 11px;
    padding-left: 11px;
  }
  .headingtop_text {
    font-size: 29px;
    line-height: 39px;
    text-align: center;
  }
  .subtext_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .subhead_text {
    padding-left: 15px;
  }
  .top_right {
    margin-bottom: 0px;
    padding: 3px 120px 0px;
  }
  .top_div2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .h1 {
    margin-top: 0px;
    margin-bottom: -4px;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
  }
  .h1.testimony {
    text-align: center;
  }
  .h1.testimonyhead {
    text-align: center;
  }
  .div_info {
    padding-right: 150px;
    padding-left: 150px;
  }
  .textbox {
    margin-top: 23px;
  }
  .section3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44))), url('../images/section3_3.jpg'), -webkit-gradient(linear, left top, left bottom, from(#12212b), to(#12212b));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)), url('../images/section3_3.jpg'), linear-gradient(180deg, #12212b, #12212b);
    background-position: 0px 0px, 42% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .div_section3_left {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .section4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 33, 43, 0.53)), to(rgba(18, 33, 43, 0.53))), url('../images/section3_4.jpg'), -webkit-gradient(linear, left top, left bottom, from(#12212b), to(#12212b));
    background-image: linear-gradient(180deg, rgba(18, 33, 43, 0.53), rgba(18, 33, 43, 0.53)), url('../images/section3_4.jpg'), linear-gradient(180deg, #12212b, #12212b);
    background-position: 0px 0px, 72% 50%, 0px 0px;
    background-size: auto, cover, auto;
    background-repeat: repeat, no-repeat, repeat;
  }
  .div_section4 {
    -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;
  }
  .h2 {
    margin-bottom: 29px;
    font-size: 25px;
    line-height: 40px;
  }
  .div_section3_left_sub {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div_section3_text {
    margin-bottom: 37px;
    padding-right: 70px;
    padding-bottom: 0px;
    padding-left: 70px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .div_section4_sub {
    width: 100%;
    padding-top: 59px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section4_col_right {
    margin-top: 70px;
  }
  .ph_mobile_horizon_1 {
    width: auto;
    height: auto;
    padding-top: 33px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ph_mobile_horizon_2 {
    width: auto;
    height: auto;
    padding-top: 0px;
  }
  .div_section5_1_right {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .div_section5_1_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-right: 46px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .container_section5_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container_section5_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .div_section5_2_left {
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 46px;
    padding-left: 76px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div_section5_2_right {
    padding-top: 97px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .container_btn {
    -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;
  }
  .top_promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-right: 58px;
    padding-left: 58px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .downloadbtn_mobile {
    margin-bottom: 18px;
  }
  .top_nav {
    margin-bottom: 23px;
    padding-top: 33px;
    padding-left: 0px;
  }
  .jplogo_link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container_section2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 7%;
    padding-left: 7%;
  }
  .minitext.centre {
    margin-bottom: 1%;
  }
  .storysection1.story2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), -webkit-gradient(linear, left top, left bottom, from(rgba(158, 86, 8, 0.23)), to(rgba(158, 86, 8, 0.23))), url('../images/bk1.jpg');
    background-image: linear-gradient(180deg, null, null), linear-gradient(180deg, rgba(158, 86, 8, 0.23), rgba(158, 86, 8, 0.23)), url('../images/bk1.jpg');
    background-position: 0px 0px, 0px 0px, 0px -1px;
    background-size: auto, auto, cover;
  }
  .storycontainer {
    margin-top: 4%;
    margin-bottom: 0%;
    padding-right: 7%;
    padding-left: 7%;
  }
  .storymaintext {
    padding-right: 27px;
    padding-left: 27px;
    font-size: 30px;
    line-height: 45px;
  }
  .button1block {
    width: 50%;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .fullblockstory3 {
    display: none;
  }
  .closebtn.w--current {
    width: 50%;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .button2block {
    width: 50%;
    margin-top: 26px;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .button3block {
    width: 50%;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .line {
    width: 20%;
    margin-top: 8%;
    margin-bottom: 18px;
  }
  .cross {
    display: none;
  }
  .sectionb {
    padding-top: 14%;
    padding-bottom: 10%;
  }
  .textblock {
    text-align: center;
  }
  .videoblock {
    height: auto;
    margin-top: 5%;
  }
  .sectionc {
    padding-top: 14%;
  }
  .buttonmain {
    padding: 15px 30px;
  }
  .buttonmain.blue {
    width: 80%;
  }
  .buttonmain.bigger {
    width: 80%;
  }
  .buttonmain._2 {
    margin-top: 20px;
  }
  .divright {
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .btnbar2 {
    margin-top: 73%;
  }
  .arrow {
    margin-top: 10%;
    margin-bottom: 24px;
  }
  .wallpaperblock {
    padding-right: 0%;
    padding-left: 6%;
  }
  .emailfield {
    width: 100%;
  }
  .submitbtn {
    width: 100%;
    margin-top: 0%;
  }
  .emailsubmitblock {
    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;
  }
  .arrowlink {
    margin-top: 20px;
  }
  .slide3block {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/married.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/married.jpg');
    background-position: 0px 0px, 0px -1px;
  }
  .quotetext {
    padding-right: 13%;
    padding-left: 13%;
    font-size: 26px;
    line-height: 43px;
  }
  .testimonytitle {
    font-size: 40px;
    line-height: 60px;
  }
  .testimonycolright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3%;
    padding-bottom: 3%;
    -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;
  }
  .testcolleft {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .moretestimony {
    width: 35%;
  }
  .topsection {
    display: none;
  }
  .toplogo {
    padding-left: 0px;
  }
  .topsectionmobile {
    position: fixed;
    z-index: 10;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.17);
  }
  .toplogomobile {
    width: 40%;
    padding: 2% 29% 2% 4%;
  }
  .topdiv {
    height: 500px;
  }
  .navright {
    width: 300px;
    padding-top: 3.7%;
  }
  .mobilenavbar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .branglogo {
    width: 50px;
    margin-left: 6px;
    padding-top: 8px;
    padding-left: 7px;
  }
  .iconblack {
    color: #000;
  }
  .menubutton1.w--open {
    background-color: transparent;
  }
  .promosection {
    display: none;
  }
  .promosectionomobile {
    display: block;
    padding-top: 69px;
    background-color: #e94933;
    text-align: center;
  }
  .itembardiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4%;
    padding-bottom: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block {
    text-align: center;
  }
  .section_testimony {
    background-color: #f1f1f1;
  }
  .testimonyblock {
    margin-top: -3%;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonyblock1 {
    display: block;
    width: 100%;
    height: 480px;
    margin-bottom: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .producttext {
    text-align: left;
  }
  .liveeventdiv {
    height: 300px;
  }
  .liveeventheader {
    height: 60px;
  }
  .liveeventheadertext {
    font-size: 15px;
    font-weight: 600;
  }
  .liveeventblock {
    margin-top: 39px;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .liveeventext {
    font-size: 28px;
  }
  .liveeventdate {
    font-size: 20px;
    line-height: 25px;
  }
  .bundlebox {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .bundlediv {
    margin-top: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .watchtrailerbox {
    margin-top: 0%;
    margin-bottom: 2%;
    padding-right: 0%;
  }
  .testimonytextbox {
    height: auto;
    min-height: 0px;
    margin-bottom: 5%;
    padding-right: 7%;
    padding-left: 7%;
  }
  .text-block-3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  .readmore-btn {
    padding-right: 9%;
    padding-left: 9%;
    border-radius: 5px;
  }
  .itembarmobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4%;
    padding-bottom: 1%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1e282f;
  }
  .lightbox-link {
    width: 100px;
    margin-top: 21px;
  }
  .slider {
    display: block;
    height: 530px;
    background-color: #fff;
  }
  .icon {
    margin-top: 300px;
    color: #adadad;
  }
  .icon-2 {
    margin-top: 300px;
    color: #adadad;
  }
  .testimonyblockweb1 {
    display: none;
  }
  .gettheseriestext {
    margin-bottom: 8px;
  }
  .text-block-7 {
    text-align: left;
  }
  .lightbox-link-2 {
    margin-top: 411px;
  }
  .div-block-5 {
    float: none;
  }
  .link-block-4 {
    text-decoration: none;
  }
  .product_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ind_wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .ind_desc_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .desc {
    text-align: left;
  }
  .prod_title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .link-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .social-widget {
    width: 96px;
  }
  .header-section {
    position: static;
    height: 420px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-image: url('../images/mobile_potrait.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .copyright {
    margin-bottom: 7px;
    padding-left: 0px;
    text-align: center;
  }
  .container {
    padding-top: 37px;
  }
  .align-right {
    text-align: center;
  }
  .headingtop_text {
    margin-top: 4px;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  .logoimg {
    display: block;
  }
  .subtext_top {
    margin-bottom: 8px;
  }
  .top_right {
    margin-bottom: 8px;
    padding: 0px 30px 37px;
  }
  .section2 {
    display: block;
  }
  .top_div2 {
    margin-bottom: 11px;
    padding-left: 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;
  }
  .h1 {
    margin-top: 24px;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
  }
  .h1.testimony {
    margin-top: -2px;
    margin-bottom: 14px;
    line-height: 24px;
    text-align: center;
  }
  .h1.testimonyhead {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .div_info {
    padding-right: 50px;
    padding-left: 50px;
  }
  .textbox {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/section3_3.jpg'), -webkit-gradient(linear, left top, left bottom, from(#12212b), to(#12212b));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/section3_3.jpg'), linear-gradient(180deg, #12212b, #12212b);
    background-position: 0px 0px, 52% 50%, 0px 0px;
  }
  .container_section3 {
    padding-top: 1px;
  }
  .div_section3_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .container_sectioin4 {
    padding-top: 0px;
  }
  .h2 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .h2.center {
    text-align: center;
  }
  .div_section3_left_sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div_section3_text {
    margin-bottom: 34px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div_section4_sub {
    padding-top: 70px;
  }
  .section6 {
    padding-top: 14%;
    padding-right: 7%;
    padding-left: 7%;
  }
  .section5_col_left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h3 {
    margin-bottom: 26px;
  }
  .section4_col_right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ph_mobile_horizon_1 {
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .ph_mobile_horizon_2 {
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: none;
  }
  .top_img {
    padding-top: 0px;
  }
  .div_section5_1_left {
    display: block;
    padding-right: 0px;
    padding-left: 32px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div_section5_2_left {
    padding-right: 0px;
    padding-left: 31px;
  }
  .container_btn {
    padding: 40px 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .buy_img {
    width: auto;
  }
  .top_promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
  }
  .downloadbtn_mobile {
    margin-bottom: 16px;
  }
  .top_nav {
    margin-bottom: 0px;
    padding-top: 24px;
  }
  .jplogo_link {
    position: static;
  }
  .container_section2 {
    padding-top: 16%;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .body {
    background-color: #fafafa;
  }
  .minitext.centre {
    margin-bottom: 7%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .minitext.centre.left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .minitext.centre.left.white {
    font-size: 13px;
    text-align: center;
  }
  .storysection1 {
    padding: 20% 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/setup_not_setback.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/setup_not_setback.jpg');
    background-position: 0px 0px, 38% 50%;
  }
  .storysection1.story2 {
    padding: 20% 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left top, left bottom, from(rgba(177, 121, 248, 0.23)), to(rgba(177, 121, 248, 0.23))), url('../images/god_eye_view_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(180deg, rgba(177, 121, 248, 0.23), rgba(177, 121, 248, 0.23)), url('../images/god_eye_view_1.jpg');
    background-position: 0px 0px, 0px 0px, 69% 79%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .storysection1.story3 {
    padding-top: 20%;
    padding-bottom: 20%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/character_not_challenge.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/character_not_challenge.jpg');
    background-position: 0px 0px, -240px 0px;
  }
  .storycontainer {
    padding-right: 7%;
    padding-left: 7%;
  }
  .jubileemeansbox {
    width: 70%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .storymaintext {
    margin-top: 5%;
    margin-bottom: -1px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    direction: ltr;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .storydesctext {
    margin-top: 4%;
    margin-bottom: 10%;
    font-size: 22px;
    line-height: 37px;
    font-style: italic;
    text-align: left;
  }
  .storydescsmall {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0px;
  }
  .button1block {
    width: 100%;
    margin-top: 7%;
  }
  .quoteblock {
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding: 5% 7%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.94)), to(rgba(0, 0, 0, 0.94)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.94));
    color: #e4e4e4;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
  }
  .storydescfull {
    margin-top: 12%;
    margin-right: 0%;
    margin-left: 0%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .fullblock {
    display: none;
  }
  .story2descsmall {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .fullblockstory2 {
    display: none;
  }
  .story3descsmall {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .fullblockstory3 {
    display: none;
  }
  .closebtn {
    width: 100%;
    margin-top: 14%;
    margin-bottom: 20px;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .closebtn.w--current {
    width: 100%;
    margin-top: 11%;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .button2block {
    width: 100%;
    margin-top: 3%;
  }
  .button3block {
    width: 100%;
    margin-top: 3%;
  }
  .line {
    position: static;
    width: 20%;
    height: 2px;
    margin-top: 9%;
    margin-bottom: 7%;
    margin-left: auto;
  }
  .line.black {
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .line.black.centre {
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .line.black.centrealign {
    margin-left: auto;
  }
  .sectionb {
    padding-bottom: 15%;
  }
  .containerb {
    padding-right: 0%;
    padding-left: 0%;
  }
  .textblock {
    text-align: left;
  }
  .videoblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 90%;
    height: auto;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .buttonbar {
    display: none;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .videobtn1.videobuy {
    width: 80%;
    margin-right: 0px;
    padding-top: 4%;
    padding-bottom: 4%;
    text-align: center;
  }
  .videobtn2 {
    width: 80%;
    margin-top: 5%;
  }
  .sectionc {
    padding-bottom: 0%;
  }
  .wordblock {
    margin-top: 21%;
  }
  .buttonmain {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 7%;
    margin-left: 0px;
    padding: 4%;
    font-size: 16px;
    line-height: 22px;
  }
  .buttonmain.centre {
    width: 80%;
    padding: 4% 2%;
    font-size: 17px;
  }
  .buttonmain.blue {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 17px;
  }
  .divleft {
    margin-bottom: 5%;
    padding-right: 10%;
    padding-left: 10%;
  }
  .divright.testimonyright {
    margin-top: 0%;
    padding-right: 5%;
    padding-left: 12px;
  }
  .block1 {
    margin-top: 9px;
    padding-right: 7%;
    padding-left: 7%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .blackbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: -195px;
    padding-top: 7%;
    padding-bottom: 7%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.71)), to(rgba(0, 0, 0, 0.71)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71));
  }
  .btnbar2 {
    margin-top: 61%;
    padding-right: 12%;
    padding-left: 12%;
  }
  .subtext {
    font-size: 17px;
    line-height: 26px;
    text-align: center;
  }
  .bat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .arrow {
    width: 30px;
    margin-top: 51%;
    margin-bottom: 44%;
  }
  .wallpaperblock {
    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;
  }
  .formblock {
    margin-top: 10%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .textwallpaper {
    text-align: left;
  }
  .emailfield {
    width: 100%;
  }
  .submitbtn {
    width: 100%;
    margin-top: -1%;
  }
  .wallpapermobile {
    display: none;
  }
  .emailsubmitblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .arrowlink {
    margin-top: 7px;
  }
  .slide3block {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/married.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/married.jpg');
    background-position: 0px 0px, -158px -353px;
    background-size: auto, cover;
  }
  .quotetext {
    padding-right: 17%;
    padding-left: 17%;
    font-size: 18px;
    line-height: 27px;
  }
  .slide3linkblock {
    padding-top: 18%;
    font-size: 19px;
  }
  .testimoneyreadmore {
    font-size: 14px;
  }
  .tsectiona {
    height: auto;
    padding: 16% 7% 19%;
  }
  .tsectiona.testi3 {
    padding-top: 7%;
  }
  .tsectiona.testi1 {
    padding-bottom: 12%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/testi1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/testi1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-repeat: repeat, no-repeat;
  }
  .tsectiona.testi4 {
    padding-top: 7%;
    padding-bottom: 12%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/promo.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/promo.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .tsectiona.testi2 {
    padding-top: 7%;
    padding-bottom: 12%;
  }
  .testimonysection {
    padding-top: 16%;
    padding-bottom: 14%;
  }
  .testimonytitle {
    font-size: 20px;
    line-height: 28px;
  }
  .quotetestimony {
    font-size: 25px;
    line-height: 39px;
  }
  .tsectionc {
    padding-top: 11%;
    padding-bottom: 12%;
  }
  .testimonycolright {
    padding-right: 7%;
    padding-left: 7%;
  }
  .testcolleft {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .storiesofvic {
    padding-right: 18%;
    padding-left: 18%;
  }
  .tsectionb {
    padding-bottom: 16%;
  }
  .testilinkblock {
    width: 86%;
  }
  .moretestimony {
    width: 60%;
  }
  .topsection {
    display: none;
  }
  .topsectionmobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.18);
  }
  .toplogomobile {
    width: 55px;
    padding: 2.5% 3% 2%;
  }
  .topnavmobile_right {
    display: block;
    width: 50%;
  }
  .topdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 39px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .mobilenav {
    width: 40%;
  }
  .linktextmobile {
    padding-top: 13%;
    color: #e2602c;
    text-decoration: none;
  }
  .mobilenavbar {
    width: 100%;
    background-color: transparent;
  }
  .branglogo {
    width: 42px;
    margin-top: 4px;
    padding-top: 7.5px;
  }
  .iconblack {
    color: #000;
  }
  .menubutton1 {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 8px;
  }
  .popup {
    display: none;
  }
  .popupsignupbox {
    padding: 8% 10% 9%;
  }
  .headingpopup {
    font-size: 22px;
  }
  .promosection {
    padding-top: 12%;
  }
  .promosectionomobile {
    padding-top: 8px;
  }
  .image {
    padding-right: auto;
    padding-left: auto;
  }
  .itembardiv {
    display: block;
    padding: 5% 7%;
  }
  .text-block {
    font-size: 12px;
  }
  .section_testimony {
    padding-bottom: 0%;
    background-color: #f1f1f1;
    text-align: left;
  }
  .testimonyheader {
    margin-right: 0%;
    margin-left: 0%;
  }
  .testimonyblock {
    margin-right: 0%;
    margin-left: 0%;
  }
  .testimonyblock1 {
    height: 350px;
    margin-bottom: 0%;
  }
  .producttext {
    margin-top: 7%;
    margin-bottom: 16px;
    padding-right: 3%;
    padding-left: 3%;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .liveeventdiv {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), color-stop(62%, transparent)), url('../images/liveeventbk.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), transparent 62%), url('../images/liveeventbk.jpg');
    background-position: 0px 0px, -41px 0px;
  }
  .liveeventheader {
    height: 50px;
    margin-top: -30px;
    padding-top: 3px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .liveeventheadertext {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.7px;
  }
  .liveeventblock {
    margin-top: 54px;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .liveeventext {
    padding-top: 9px;
    font-size: 22px;
    line-height: 30px;
  }
  .liveeventtext {
    font-size: 16px;
  }
  .liveeventdate {
    font-size: 21px;
    line-height: 35px;
  }
  .container-2 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .containerbundle {
    padding-top: 39px;
    border-top-color: #c3c1c1;
  }
  .bundlebox {
    width: 100%;
    margin-bottom: 11%;
  }
  .bundlediv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .watchtrailerbox {
    width: 180px;
    margin-bottom: 4%;
  }
  .testimonytextbox {
    padding-right: 0%;
    padding-left: 0%;
  }
  .text-block-3 {
    font-size: 15px;
    line-height: 22px;
  }
  .readmore-btn {
    padding: 3% 4%;
    border-radius: 5px;
  }
  .text-block-4 {
    font-size: 16px;
    font-weight: 600;
  }
  .text-block-5 {
    font-size: 16px;
  }
  .slider {
    height: 400px;
  }
  .icon {
    display: block;
    margin-top: 264px;
    font-size: 25px;
  }
  .icon-2 {
    display: block;
    margin-top: 264px;
    font-size: 25px;
  }
  .right-arrow {
    display: block;
  }
  .left-arrow {
    display: block;
  }
  .gettheseriestext {
    display: none;
  }
  .walllink {
    width: 95%;
    margin-top: 4%;
    margin-right: 0px;
    margin-bottom: 10%;
  }
  .image-7 {
    margin-top: 18px;
  }
  .text-block-7 {
    text-align: left;
  }
  .story_pretext {
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 400;
  }
  .story_oneliner {
    margin-top: 21px;
    font-size: 17px;
  }
  .lightbox-link-2 {
    padding-right: auto;
    padding-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-5 {
    margin-right: auto;
    margin-left: auto;
    clear: none;
    border-width: 0px;
    text-decoration: none;
  }
  .link-block-4 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-10 {
    width: 70px;
    height: auto;
  }
  .product_wrapper {
    width: 90%;
  }
  .ind_desc_wrapper {
    padding-right: 8%;
    padding-left: 8%;
  }
  .ind_desc_wrapper.testimonyright {
    margin-top: 0%;
    padding-right: 5%;
    padding-left: 12px;
  }
  .section-3 {
    padding-top: 10%;
  }
  .desc {
    text-align: left;
  }
  .prod_title {
    font-size: 17px;
    line-height: 22px;
  }
  .link-block-5 {
    width: 80%;
  }
  .link-block-6 {
    width: 80%;
  }
}

