@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&amp;display=swap');

html { scroll-behavior: smooth; }

* { margin: 0; padding: 0; }

body {
    color: #111111;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
	 padding-top: 0 !important;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/*
Web Vision Specific
*/

.masthead {
	display: none !important;
}

#wrapper_sleeve {
	margin-top: 0 !important;
}

.container .inner-sleeve {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.grid .column>* {
    margin-bottom: 0;
}

.wallpaper-applied #wrapper_sleeve {
	max-width: 100%;
}

.wallpaper-applied #wrapper_sleeve>:first-child {
    padding-top: 0;
}

.wallpaper-applied:not(.story-is-group) #wrapper_sleeve>:first-child {
  padding-top: 0;
}

.wallpaper-applied.site-width-1024 .ad-style1, .wallpaper-applied.site-width-1024 .container .inner-sleeve {
    max-width: 100%;
}

/*
    Structure
*/

#header {
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 15px 0 15px;
}

#branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  column-gap: 15px;
}

#branding ul {
  color: #ffffff;
  padding: 0;
  margin: 0;
  line-height: 25px;
  list-style-type: none;
  text-align: left;
}

#branding li {
  color: #ffffff;
	padding: 0;
	margin: 0;
  font-size: 16px;
  line-height: 25px;
}

#branding a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
}

#branding img {
  margin-right: 20px;
}

#corp-contact {
    display: flex;
    align-items: center;
}

h1 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.005em;
  padding: 0 0 0 0;
  margin: 30px 0;
  text-align: center;
}

h1.offer-title {
  color: #f3f3f3;
  font-size: 37px;
  margin: -20px 0 30px 0;
}

h1.offer-title .offer-title-highlight {
  color: #fdda24;
  font-family: ff-unit-slab-web,serif;
  font-size: 90px;
}

h1.offer-title.img {
	margin-top: -45px;
}

h1.offer-title-12 {
  font-family: ff-unit-slab-web,serif;
  color: #f3f3f3;
  font-size: 37px;
  margin: -20px 0 10px 0;
  padding: 0;
}

h1.offer-title-12 .offer-title-highlight-12 {
  color: #fdda24;
  font-family: ff-unit-slab-web,serif;
  font-size: 128px;
  line-height: normal;
}

h1.offer-title-1 {
  font-family: ff-unit-slab-web,serif;
  color: #f3f3f3;
  font-size: 37px;
  margin: 25px 0 10px 0;
  padding: 0;
}

h1.offer-title-1 .offer-title-highlight-1 {
  color: #fdda24;
  font-family: ff-unit-slab-web,serif;
  font-size: 128px;
  line-height: 45px;
}

h1.offer-title-ppc {
  color: #f3f3f3;
  font-size: 35px;
  margin: 30px 0;
}

h1.offer-title-ppc .offer-title-highlight-ppc {
  color: #fdda24;
  font-family: ff-unit-slab-web,serif;
  font-size: 50px;
}

#offers {
    background: linear-gradient( 180deg, #fff 50%, #F3F3F3 100%);
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;
}

#offers:after {
    background: #000000;
    content: '';
    height: 182px;
    margin: auto;
    z-index: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

#offers.full-black {
    background: #000000;
}

#offers.gold-edition:after {
    background: #000000;
    content: '';
    height: 372px;
    margin: auto;
    z-index: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.card {
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    border-radius: 15px;
    box-sizing: content-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
    margin: 0 15px 20px 15px;
    text-align: center;
    z-index: 1;
    width: 425px;
}

.card.x3 {
    justify-content: space-between;
    width: 315px;
}

.card h2 {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    letter-spacing: -0.015em;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card.x3 h2 {
    font-size: 25px;
    line-height: 27px;
}

.card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    letter-spacing: -0.015em;
    line-height: 30px;
    font-weight: 700;
    margin: 10px;
}

.card.x3 h3 {
    margin: 0 0 10px 0;
}

.card p {
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    margin-bottom: 24px;
}

.card.x3 p {
    font-size: 16px;
    line-height: 24px;
}

.card p > span {
    background: #FDDA24;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 5px;
}

.card ul {
    font-family: 'Inter', sans-serif;
    text-align: center;
    line-height: 25px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.card li {
    color: #494949;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
}

.card li:last-child {
  padding: 0;
}

ul.innerlist {
    padding: 5px 0 5px 20px;
    margin: 0;
}
ul.innerlist li {
  line-height: 24px;
  padding-bottom: 10px!important;
}
ul.innerlist li::marker {
    content: "- ";
}

#subs-included {
    background: linear-gradient( 180deg, #F3F3F3 100%, #fff 50%);
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 0 20px 0;
}

.included-card {
    background: #FFFFFF;
    border: 2px solid #D4D4D4;
    border-radius: 15px;
    box-sizing: content-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
    margin: 0 15px 20px 15px;
    text-align: center;
    z-index: 1;
    width: 756px;
}

  .included-card ul {
    font-family: 'Inter', sans-serif;
    text-align: left;
    list-style: none;
    line-height: 25px;
    padding: 0;
    margin: 0 0 0 0;
}

  .included-card li {
    color: #494949;
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.free-reports {
    background: #F7D9E2;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 20px;
}

.free-reports h3 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.015em;
    padding: 0;
    margin: 5px 0 5px 0;
}

.offer-select.active {
    background: #F7D9E2;
    color: #C5003E !important;
}

.offer-select.active span {
    font-weight: 600;
}

.gold-edition .card .offer-select.active span {
    line-height: 30px;
}

.offer-select.active .radio-active {
  display: block;
}

.offer-select.active .radio-inactive {
  display: none;
}

.offer-select {
  font-family: 'Inter', sans-serif;
  background: #F3F3F3;
  box-sizing: border-box;
  border-radius: 15px;
  color: #494949 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  padding: 15px 15px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.offer-select .radio-active {
  display: none;
}

.offer-select .radio-inactive {
  display: block;
}

.offer-select:hover {
  background: #F7D9E2;
  color: #C5003E !important;
  text-decoration: none;
}

.offer-select img {
  margin-right: 10px;
}

.offer-select strong {
  flex-grow: 1;
}

.offer-select span {
  font-size: 16px;
  text-align: right;
}

.gold-edition .card .offer-select span {
    line-height: 30px;
}

.subscribe-now-button {
  background: #C5003E;
  border: 2px solid #8F002D;
  border-radius: 15px;
  box-sizing: border-box;
  color: #FFFFFF !important;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.subscribe-now-button:hover {
  text-decoration: none;
  background: #E00047;
}

.subscribe-now-button strong {
  font-size: 25px;
}

.subscribe-now-button.inactive {
  display: none;
}

.subscribe-now-button.disabled {
  background: #494949;
  border: 2px solid #000000;
  color: #FFFFFF;
}

#enquire-btn {
    font-family: 'Inter', sans-serif;
     font-weight: bold;
     background: #C5003E;
     color: #FFFFFF;
     box-sizing: border-box;
     border-radius: 15px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 20px;
     padding: 15px 15px;
     margin: 10px 0;
     text-align: center;
     width: 100%;
 }
 #enquire-btn:hover {
     background: #E00047;
     text-decoration: none !important;
 }

.modal {
    max-width: 750px !important;
}

#more-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

#more-info.group-subs {
	padding-bottom: 20px;
}

#more-info.group-subs .corp-subs {
	border-bottom: 0;
}

#more-info.group-subs .corp-subs .subs-manager {
	padding: 25px 0;
}

#more-info.group-subs .corp-subs h1 {
  color: #000000;
  font-family: ff-unit-slab-web,serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.010em;
  margin: 25px 0 15px 0;
  padding: 0 0 0 0;
  text-align: left;
}

#more-info.group-subs .corp-subs h3 {
  color: #000000;
  font-family: ff-unit-slab-web,serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.010em;
  margin: 40px 0 0 0;
  padding: 0 0 0 0;
  text-align: left;
}

.subs-manager {
  align-items: center;
  display: flex;
  padding-top: 35px;
}

.subs-manager img {
  margin-right: 20px;
  border-radius: 100%;
}

.modal {
  max-width: 750px !important;
}

.corp-subs, .have-a-question {
  border-bottom: 2px solid #E5E5E5;
  padding: 30px 0 25px 0;
  width: 100%;
  max-width: 830px;
}

.have-a-question {
  border-bottom: 0;
}

.corp-subs h2, .have-a-question h2 {
  font-family: ff-unit-slab-web,serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.010em;
  margin-bottom: 15px;
}

.corp-subs p, .have-a-question p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}

.corp-subs ul {
	padding: 20px 0 30px 40px;
	margin: 0;
}

.corp-subs ul li {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}

a {
  color: #C5003E;
}

#video-testimonials {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 45px;
  margin-bottom: 0;
  width: 100%;
}
#video-testimonials h2 {
  font-family: ff-unit-slab-web,serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.010em;
  margin-bottom: 25px;
  width: 100%;
  max-width: 830px;
}
#video-testimonials p {
    font-size: 16px;
    width: 100%;
    max-width: 830px;
}

.video-player {
  padding: 0;
  margin: 0 0 55px 0;
  width: 100%;
  max-width: 830px;
  z-index: 1;
}

.video-container {
  position:relative;
  width:100%;
  height:0px;
  padding-bottom:56.25%;
}

.video-container iframe {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

#corporate-logos {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
  margin-bottom: 0;
  width: 100%;
}

#corporate-logos .container {
	display: flex;
	justify-content: space-between;
	width:100%;
	max-width: 830px;
	z-index: 1;
}

#corporate-logos img{
  max-width: 100%;
  height: auto;
}

#corporate-logos .corp-logo-mob {
  display: none;
}

#corporate-logos h2 {
  font-family: ff-unit-slab-web,serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.010em;
  margin-bottom: 0;
  width: 100%;
  max-width: 830px;
  text-align: center;
}

#corporate-logos p {
    font-size: 16px;
    width: 100%;
    max-width: 830px;
}

#faqs {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 60px;
  margin-bottom: 0;
  width: 100%;
}

#faqs h2 {
  font-family: ff-unit-slab-web,serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.010em;
  margin-bottom: 5px;
  width: 100%;
  max-width: 830px;
}

#faqs p {
  font-size: 16px;
  width: 100%;
  max-width: 830px;
}

#faqs li.gold-membership {
  margin-bottom: 20px;
}

/* Top Level Accordion */

ul.accordion {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 15px 0;
  width: 100%;
  max-width: 830px;
}

ul.accordion li {
  font-size: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}


ul.accordion li:first-child a.toggle {
  border-top: none;
}

ul.accordion li a.toggle {
  background-image: url('https://dmrqkbkq8el9i.cloudfront.net/Pictures/web/x/z/w/inactive_375438.svg');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: right 12px;
  box-sizing: border-box;
  border-bottom: 2px solid #E5E5E5;
  color: #000000;
  display: block;
  padding: 15px 0;
  width: 100%;
  text-decoration: none;
}
ul.accordion li a.toggle:hover {
  color: #C5003E;
}
ul.accordion li a.toggled {
  background-image: url('https://dmrqkbkq8el9i.cloudfront.net/Pictures/web/x/z/w/active_684856.svg');
  color: #C5003E;
  font-weight: 600;
  border-bottom: 0;
}

ul.accordion .inner {
  box-sizing: border-box;
  border-bottom: 2px solid #C5003E;
  display: none;
  padding: 0 0 25px 0;
  margin: 0;
  overflow: hidden;
}

ul.accordion .inner .answer {
  color: #A9A9A9;
  font-size: 10px;
  font-weight: 600;
  padding: 5px 0 5px 0;
  text-transform: uppercase;
}

#benefits {
  background: #F9F9F9;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
}

#benefits-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}

.tabbuttons {
  display: inline-block;
  color: #494949;
  background-color: #FFFFFF;
  border: 2px solid #d4d4d4;
  border-radius: 15px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 15px 15px 15px;
  padding: 10px 0;
  text-decoration: none;
  width: 100%;
  max-width: 392px;
  transition: all 0.2s ease-out;
  text-transform: none;
}

.tabbuttons.active {
  background-color: #C5003E;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.04);
  border: 2px solid #8F002D;
  color: #FFFFFF;
}

.tabbuttons:hover {
	background: #C5003E;
	color: #FFFFFF !important;
}

.tabcontent {
  display: none;
  justify-content: center;
  flex-direction: column;
}


.pre-sub-heading-ppc {
	color: #c5003e;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.tabcontent .sub-heading {
	font-family: ff-unit-slab-web,serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.010em;
	 line-height: 35px;
    text-align: center;
    padding: 25px 0 11px 0;
}

.tabcontent .sub-heading-ppc {
	font-family: ff-unit-slab-web,serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.010em;
    text-align: center;
    padding: 0 0 11px 0;
	 margin: 0 0 0 0;
}

.tabcontent .sub-heading-p-ppc {
	text-align: center;
}


.tabcontent .benefit-content {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1440px;
}
.tabcontent .benefit-content .benefit-card {
  background: #FFFFFF;
  border-top: 10px solid #C5003E;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.04);
  margin: 0;
  padding: 0 0 25px 0;
  width: 100%;
  max-width: 18%;
}

.tabcontent .benefit-card img {
  margin-bottom: 15px;
  width: 100%;
}

.tabcontent .benefit-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 10px 0;
  padding: 0 15px 0 15px;
}

.tabcontent .benefit-card p {
  color: #494949;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 0 0;
  padding: 0 15px 10px 15px;
}

.tabcontent .benefit-card ul {
  font-family: 'Inter', sans-serif;
  color: #494949;
  font-size: 14px;
  line-height: 22px;
  padding: 0 20px 0 15px;
  margin: 0 0 0 20px;
}

.tabcontent .benefit-card ul li {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}

#testimonials {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 20px;
	margin-top: 30px;
}

#testimonials::after {
    background: #C5003E;
    content: '';
    height: 755px;
    margin: auto;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}


#testimonials h2 {
	color: #FFFFFF;
	font-family: ff-unit-slab-web,serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: -0.010em;
	padding: 40px 0 25px 0;
	text-align: center;
   z-index: 1;
}

#testimonials .container {
	display: flex;
	justify-content: space-between;
	width:100%;
	max-width: 1440px;
	z-index: 1;
}

#testimonials .testimonial {
	background: #FFFFFF;
	border: 2px solid #DC668B;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 25px 20px 20px 20px;
	width: 100%;
	max-width: calc(33.3% - 20px);
	text-align: center;
	border-radius: 10px;
}

#testimonials .testimonial p {
	font-size: 16px;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

#help-shop {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
	position: relative;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 40px;
    flex-direction: column;
    align-items: center;}

#help-shop h2 {
	color: #000000;
	font-family: ff-unit-slab-web,serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: -0.010em;
	padding: 20px 0 6px 0;
    margin: 0;
	text-align: center;
    z-index: 1;
}

#help-shop h3 {
	color: #000000;
	letter-spacing: -0.010em;
	padding: 0 0 6px 0;
    margin: 0;
	text-align: left;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;}

#help-shop .container {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	max-width: 1161px;
	z-index: 1;
    row-gap: 20px;}

#help-shop .help-topic {
	background: #FFFFFF;
	border: 2px solid #d4d4d4;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
	box-sizing: border-box;
	margin: 0 0;
	padding: 20px 20px 22px 20px;
	width: calc(50% - 10px);
	text-align: left;
	border-radius: 10px;
}

#help-shop .container a {
    color: #000000;
    text-decoration: none;
}

#help-shop .container a:hover {
    border: 2px solid #C5003E;
    cursor: pointer;
}

#help-shop .help-topic p {
	font-size: 16px;
	padding: 0 0 17px 0;
	margin: 0 0 0 0;
    line-height: 24px;
}

#help-shop .help-topic p span {
    color: #C5003E;
    font-weight: bold;
}

 #help-shop-btn {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    background: #C5003E;
    color: #FFFFFF;
    box-sizing: border-box;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 15px 15px;
    margin: 0;
    text-align: center;
    width: 100%;
}

 #help-shop-btn:hover {
    background: #E00047;
    text-decoration: none !important;
}

#levels {
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px;
    width: 100%;
}

#levels .container {
    max-width: 830px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 20px;
    background: #C5003E;
    color: #ffffff;
    border: 2px solid #8F002D;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
    z-index: 1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

#levels h2 {
    font-family: ff-unit-slab-web,serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.010em;
    margin: 0;
    padding: 0;
    color: #ffffff;
}
 #expand-icon {
    background-repeat: no-repeat;
    background-image: url(../svg/sprite.css-75605d5b.svg);
    display: inline-block;
    width: 31px;
    height: 31px;
    background-position: -243px -183px;
    border-radius: 6px;
 }


#benefits-panel {
    padding: 0;
    display: none;
}

#contact-widget {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 20px 30px 20px;
	margin-top: 30px;
    background: #f5f5f5;
}

#contact-widget h2 {
    color: #000000;
    font-family: ff-unit-slab-web,serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.010em;
    padding: 40px 0 25px 0;
    text-align: center;
    z-index: 1;
}

#contact-widget .container {
	display: flex;
	justify-content: space-between;
	width:100%;
	max-width: 830px;
	z-index: 1;
}

#contact-widget .widget-block {
	background: #fcd91d;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 25px 20px 20px 20px;
	width: 100%;
	max-width: calc(33.3% - 20px);
	text-align: center;
	border-radius: 10px;
}

#contact-widget .widget-block p {
	font-size: 16px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#contact-widget .widget-block strong {
	padding: 15px 0 0 0;
}

#contact-widget .widget-block a {
	color: #000000;
}

#contact-widget .widget-block a:visited {
	color: #000000;
}

.top { text-align: center; }

.FooterLegal {
    display: flex;
    padding: 20px 0 20px 0;
    margin: 0 auto 0 auto;
    justify-content: center;
    background-color: #000000;
    width: 100%;
}

#wrbm-footer-div {
	width: 100%;
	max-width: 1440px;
}

/*
    Corporate logos
*/

#corporate-logos {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 0 1.2rem 0;
	margin-bottom: 0;
    margin-top: 3rem;
	width: 100%;
}

#corporate-logos h2 {
    font-size: 24px;
    padding: 0 24px;
	text-align: center;
}


@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 20px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}
.logos.second-tier {
	margin-bottom: 24px;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

/*
.logos:hover .logos-slide { animation-play-state: paused; }
*/

.logos-slide {
  display: inline-block;
  animation: 70s slide infinite linear;
}

.logos-slide img {
  height: 80px;
  width:auto;
  max-width: 200px;
  margin: 0 20px;
}

@media only screen and (max-width: 990px) and (min-width: 601px) {

	h1.offer-title-ppc {
		margin-top: 30px;
	}

	.have-a-question {
		padding-left: 20px;
		padding-right: 20px;
	}

	.tabcontent .benefit-content {
		flex-wrap: wrap;
	}

	.tabcontent .benefit-content .benefit-card {
		max-width: 45%;
		margin-bottom: 20px;
	}

}

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

  #header h1 {
    margin: 20px 0;
    font-size: 25px;
    line-height: normal;
  }

  h1.offer-title-ppc .offer-title-highlight-ppc {
    font-size: 35px;
    line-height: 50px;
  }

  #header h1.offer-title {
    margin-top: 45px;
  }

  h1.offer-title-ppc {
    font-size: 23px;
  }

  #header h1.offer-title.img {
  margin-top: 20px;
  }

  #branding {
    flex-wrap: wrap;
    justify-content: center;
  }

  #branding li, #branding a {
    font-size: 12px;
    line-height: 22px;
  }

  #branding img {
    width: 150px;
    height: auto;
    margin: 0 0 20px 0;
  }

  #branding img.jw-pic {
    width: 70px;
    height: auto;
    margin: 0 20px 0 0;
  }

  #offers {
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .card {
    width: 100%;
    padding: 20px 15px;
  }

  .card h2 {
    font-size: 22px;
  }

  .card p {
    margin-bottom: 10px;
  }

  .card li {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}

  .offer-select {
    font-size: 18px;
  }

  .offer-select span {
    font-size: 15px;
    padding-top: 2px;
  }

  #benefits {
    box-sizing: border-box;
    padding: 30px 15px 40px 15px;
  }

  #benefits-tabs {
    justify-content: space-between;
  }

  #corporate-logos .corp-logo-desk {
    display: none;
  }

  #corporate-logos .corp-logo-mob {
    display: block;
  }

  .tabcontent .sub-heading {
    font-size: 25px;
    padding: 20px 0 25px 0;
  }

  .tabcontent .benefit-content {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .tabcontent .benefit-content .benefit-card {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .tabcontent .sub-heading-ppc {
    font-size: 25px;
    line-height: 30px;
  }

  .tabbuttons {
    font-size: 16px;
    margin: 0;
    width: calc(50% - 10px);
  }

  #more-info {
    box-sizing: border-box;
    padding: 0 20px;
  }

  #more-info h2, #faqs h2, #video-testimonials h2, #corporate-logos h2 {
    font-size: 22px;
    line-height: 30px;
  }

    .subs-manager p {
    font-size: 14px;
    line-height: 20px;
    }

    #help-shop .container {
        padding: 0 20px 0 20px;
    }

  #faqs {
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
  }

  #faqs p {
    margin-bottom: 0;
  }

  #video-testimonials {
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
  }

  #corporate-logos {
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
  }

  ul.accordion li a.toggle {
    padding-right: 40px;
  }

  ul.accordion li {
    font-size: 14px;
  }

  #testimonials .testimonial p {
    font-size: 14px;
    padding: 10px 0 0 0;
  }

  #testimonials::after {
    height: 930px;
  }

  #testimonials .container {
    flex-wrap: wrap;
  }

  #testimonials .testimonial {
    width: 100%;
    max-width: 100%;
  }

  #testimonials h2 {
    font-size: 22px;
    line-height: 30px;
    padding: 20px 0 0 0;
  }

  .video-player {
    margin: 0 0 25px 0;
  }

  #contact-widget {
    padding: 0 20px 0px 20px;
  }

  #contact-widget .container {
    flex-wrap: wrap;
  }

  #contact-widget .widget-block {
    width: 100%;
    max-width: 100%;
  }

  #contact-widget h2 {
    font-size: 22px;
    line-height: 30px;
    padding: 20px 0 0 0;
  }

  .FooterLegal {
    padding: 20px;
  }

  .FooterLegal a {
    display: inline-block;
  }

  .FooterLegal img {
    margin-bottom: 0 !important;
  }

  .FooterLegal p {
    text-align: center;
  }

  .blocker {
    padding: 10px !important;
  }

  .modal {
    padding: 10px !important;
  }

  .grid .column>* {
    margin-bottom: 0;
  }

}