@charset "UTF-8";


.pricing-col{
margin:5px;
}
li::marker {
  content: '✅' !important;
}

li.neg::marker {
  content: '❌' !important;

}
li{
padding-left: 5px;
}
.product__ribbon-top-text {
  position: absolute;
  top:11px;
	left:-13px;
  padding: 16px 20px;
  color: white;
  background: #00a74a;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
    border: 2px solid lightgreen;
	z-index: 1000;
}
.product__ribbon-top-text:before, .product__ribbon-top-text:after {
  content: "";
  position: absolute;
}
.product__ribbon-top-text:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.product__ribbon-top-text:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
}
.product__ribbon-text {
  position: absolute;
  top:90px;
	left:-13px;
  padding: 16px 20px;
  color: white;
  background: #00a74a;
  box-shadow: -1px 2px 3px rgba(0,0,0,.4);
    border: 2px solid lightgreen;
    z-index:10000
}
.product__ribbon-text:before, .product__ribbon-text:after {
  content: "";
  position: absolute;
}
.product__ribbon-text:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.product__ribbon-text:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
}
.product:after {
    content: "";
    position: absolute;
    background-color: transparent;
    display: block;
    bottom: 3.5rem;
    left: 2rem;
    height: 1rem;
    width: calc(100% - 4rem);
    box-shadow: 0 0 2rem rgb(0 173 241 / 30%);
    -webkit-transition: box-shadow .25s;
    transition: box-shadow .25s;
    z-index: -1;
}



a {
  text-decoration: underline;
}

a.w--current {
  color: #505050;
}

li {
  margin-bottom: 12px;
  font-size: 17px;
}

.body {
  font-family: Roboto, sans-serif;
}

.container {
  max-width: 1200px;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 56px;
  line-height: 56px;
}

.div-block {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 56px;
}

.bold-text {
  line-height: 84px;
}



.section {
  margin-right: 0px;
  padding-right: 10px;
  padding-bottom: 60px;
  padding-left: 10px;
  border-top: 1px none #000;
  border-radius: 0px;
  background-color: #e2edf5;
  box-shadow: 1px 1px 3px 0 #000;
}

.container-2 {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 9px none #000;
  border-radius: 0px;
  font-size: 18px;
}

.row-intro {
  margin-top: 23px;
  margin-bottom: 23px;
}

.ribbon {
  position: relative;
  height: 3em;
  font-size: 26px;
}

.ribbon-title {
  font-size: 15px;
}

.product__ribbon-text {
  padding: 17px 35px 10px 29px;
  font-size: 26px;
}

.heading-3 {
  margin-top: 38.4px;
  margin-bottom: 10px;
  color: #212529;
}

.paragraph {
  font-size: 19px;
  line-height: 34px;
}

.paragraph-intro{
  font-size: 19px;
  line-height: 34px;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #2876b1;
  font-size: 18px;
  line-height: 46px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 30px 28px -17px rgba(0, 56, 240, 0.28);
}

.image {
  width: 238px;
}

.image.product-img {
  padding: 0px;
}

.column {
  text-align: center;
}

.list-item {
  color: #212529;
}

.list-item-2 {
  color: #212529;
}

.bold-text-2 {
  color: red;
}

.list-item-3 {
  margin-bottom: 12px;
}

.list-item-4 {
  line-height: 25px;
}

.list-item-5 {
  color: red;
}

.rate {
  margin-top: 10px;
  color: #000;
  font-size: 72px;
  line-height: 105px;
  font-weight: 400;
}

.rate-4 {
  margin-top: 10px;
  color: #000;
  font-size: 72px;
  line-height: 80px;
  font-weight: 400;
}

p.rate-4  {
  margin-bottom: 0px !important;
}

.button {
  border: 2px solid #8bc53e;
  border-radius: 0.2em;
}

.button.nice-button__purchase--green {
  padding-right: 20px;
  padding-left: 20px;
  border-width: 2px;
  border-color: #008a3d;
  border-radius: 0.5em;
  background-color: #00a74a;
  font-size: 23px;
  line-height: 34px;
  font-weight: 700;
}

.column-2 {
  padding-top: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.link-block {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 25px;
}

.rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bababa;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
}

.text-span {
  margin-left: 10px;

	padding-bottom: 0px;
  color: #faca12;
  font-size: 40px;
  line-height: 40px;
}

.price-text {

	margin-left: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #79ae38;
	padding-top: 8px;
	font-size: 24px;
    line-height: 54px;



}

.paragraph-3 {
  margin-bottom: 0px;
  border-left: 2px none #e1e1e1;
  color: #79ae38;
  font-size: 38px;
  line-height: 54px;
  text-align: center;
}
.paragraph-3-4 {
  margin-bottom: 4px;
  border-left: 2px none #e1e1e1;
  color: #79ae38;
  font-size: 32px;
  line-height: 54px;
  text-align: center;
}





.bold-text-3 {
  color: #ffa41c;
  font-size: 30px;
  line-height: 1;
}

.list {
  margin-top: 34px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 35px;
}

.list-2 {
  margin-top: 34px;
  margin-right: 17px;
  margin-bottom: 17px;
  padding-right: 15px;
  padding-left: 35px;
}

.rating-heading {
  margin-top: 19px;
  color: #bababa;
  font-size: 19px;
  line-height: 28px;
}

.column-3 {
  margin-bottom: 16px;
  padding-bottom: 34px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
  border-right: 2px solid #e1e1e1;
  border-left: 2px solid #e1e1e1;

}

.div-block-2 {
  height: 80px;
  padding-top: 16px;
  padding-bottom: 3px;
  border-bottom: 2px solid #e1e1e1;
  text-align: center;
}

.div-block-3 {
  height: 80px;
  padding-top: 10px;
  border-bottom: 2px solid #e1e1e1;
  border-left: 2px solid #e1e1e1;
}

.bold-text-4 {
  padding-left: 14px;
  color: silver;
  font-size: 24px;
}

.bold-text-5 {
  color: #868686;
  font-size: 20px;
}

.columns-2 {
  height: auto;
}

.columns-2.second {
 /* padding-bottom: 94px; changed 1-18-23*/
}

.columns-2.third {
 /* padding-bottom: 94px; changed 1-18-23*/
}

.columns-2.forth {
 /* padding-bottom: 94px; changed 1-18-23*/
}

.div-block-4 {
  margin-top: 70px;
}

.div-block-5 {
  background-color: #79ae38;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #00a74a;
  color: #fff;
  text-align: center;
}

.bold-text-7 {
  font-size: 25px;
  line-height: 40px;
}

.div-block-6 {
  margin-top: 100px;
}

.faq-heading {
  margin-top: 28px;
  margin-bottom: 28px;
  color: #212529;
  font-size: 28px;
  line-height: 34px;
}

.faq-ans {
  margin-bottom: 16px;
  color: #212529;
  font-size: 19px;
  line-height: 34px;
}

.div-block-7 {
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: #000 #000 #216f00;
  border-radius: 5px;
  line-height: 21px;
  text-align: center;
}

.button-2 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px;
  border: 1px none #f47b6c;
  border-radius: 3px 3px 0px 0px;
  background-color: #0f8618;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.label {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #00a74a;
}

.footer {
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #bbd1da;
  text-align: center;
}

.container-3 {
  max-width: 1200px;
}

.section-2 {
  border-bottom: 4px solid #0b75d0;
  border-radius: 0px;
}

.ribbon-top {
  position: relative;
  height: 0em;
  font-size: 26px;
}

.product__ribbon-top-text {
  padding: 17px 35px 10px 29px;
  font-size: 24px;
}

.list-item-4-copy {
  line-height: 25px;
}

.list-item-8 {
  color: #ff0e0e;
}

.rich-text-block {
  line-height: 30px;
}

.footerlink {
  color: #363636;
}

.footerlink.w--current {
  color: #363636;
}

@media screen and (max-width: 991px) {
  li {
    font-size: 16px;
  }

  .container {
    max-width: 720px;
  }

  .bold-text {
    font-size: 48px;
    line-height: 72px;
  }

  .section {
    padding-bottom: 60px;
  }

  .container-2 {
    max-width: 100%;
  }

  .product__ribbon-text {
    font-size: 18px;
    line-height: 4px;
  }

  .paragraph {
    font-size: 18px;
  }


  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image.product-img {
    width: 135px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .list-item-3 {
    margin-bottom: 8px;
  }

  .list-item-4 {
    font-size: 11.5px;
    line-height: 18px;
  }

  .rate {
    font-size: 61px;
    line-height: 70px;
  }

	p.rate  {
  margin-bottom: 0px !important;
}

  .button.nice-button__purchase--green {
    padding-top: 6px;
    padding-left: 18px;
  }

  .column-2 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .rating {
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .text-span {
    margin-left: 6px;
    padding-bottom: 6px;
  }

	.price-text {

	margin-left: 6px;
	padding-bottom: 6px;
	font-size: 18px;
	  white-space: nowrap;




}

  .paragraph-3 {
    font-size: 23px;
  }
	  .paragraph-3-4 {
    font-size: 23px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .list {
    margin-top: 20px;
    padding-left: 30px;
  }

  .list-2 {
    margin-top: 20px;
  }

  .rating-heading {
    font-size: 12px;
    line-height: 12px;
  }

  .column-3 {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .div-block-2 {
    padding-top: 10px;
    text-align: center;
  }

  .div-block-3 {
    padding-bottom: 0px;
  }

  .bold-text-4 {
    padding-left: 6px;
    font-size: 18px;
    line-height: 12px;
  }

  .bold-text-5 {
    line-height: 12px;
  }

  .button-2 {
    background-color: #00a74a;
  }

  .footer {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .product__ribbon-top-text {

    font-size: 18px;
    line-height: 4px;
  }

  .list-item-4-copy {
    font-size: 11.5px;
    line-height: 18px;
  }
}

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


	.product__ribbon-text{
left:0;
}

	.product__ribbon-top-text {
		left: 0;
}

  .heading-2 {
    font-size: 35px;
    line-height: 52px;
  }

  .div-block {
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .bold-text {
    font-size: 35px;
    line-height: 52px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .product__ribbon-text {
    font-size: 18px;
  }

  .heading-3 {
    margin-top: 28px;
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph {
    line-height: 25px;
  }

.paragraph-intro{
  font-size: 16px;
  line-height: 22px;
}

  .paragraph-2 {
    font-size: 23px;
  }

  .columns {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 30px;
    border: 2px solid #e1e1e1;
  }

  .image.product-img {
    width: auto;
  }

  .rate {
    font-size: 72px;
    line-height: 80px;
  }

	p.rate  {
  margin-bottom: 0px !important;
}
  .rating {
    padding-top: 4px;
  }

  .text-span {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 30px;
  }

  .paragraph-3 {
    margin-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
  }

	  .paragraph-3-4 {
    margin-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
  }

  .column-3 {
    border-top: 2px solid #e1e1e1;
  }

  .column-4 {
    border-right-style: none;
    border-left-style: none;
  }

  .div-block-2 {
    padding-top: 10px;
  }

  .div-block-3 {
    padding-top: 12px;
    border-top: 2px none #e1e1e1;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .bold-text-6 {
    font-size: 25px;
    line-height: 47px;
  }

  .column-5 {
    border-top: 2px solid #e1e1e1;
  }

  .columns-2 {
    border-right: 2px none #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
  }

  .columns-2.second {
    padding-bottom: 9px;
  }

  .columns-2.forth {
    padding-bottom: 9px;
  }

  .button-2 {
    font-size: 26px;
  }

  .footer {
    padding: 40px 20px;
  }

  .product__ribbon-top-text {

    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    line-height: 45px;
  }

  .bold-text {
    font-size: 32px;
    line-height: 52px;
  }

  .heading-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image.product-img {
    width: 80%;
    padding-top: 40px;
  }

  .list-item-4 {
    font-size: 13px;
  }

  .paragraph-3 {
    padding-top: 4px;
    padding-bottom: 2px;
  }

	  .paragraph-3-4 {
    padding-top: 4px;
    padding-bottom: 2px;
  }

  .bold-text-3 {
    font-size: 31px;
    line-height: 26px;
  }

  .list {
    padding-right: 9px;
    padding-left: 22px;
    font-size: 20px;
  }

  .list-2 {
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 21px;
    font-size: 18px;
  }

  .bold-text-4 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-size: 18px;
  }

  .bold-text-5 {
    color: #797979;
    font-size: 20px;
  }

  .list-item-6 {
    font-size: 13px;
  }

  .button-2 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .bold-text-8 {
    font-size: 18px;
  }

  .list-item-4-copy {
    font-size: 13px;
  }

  .list-item-6-copy {
    font-size: 13px;
  }
}

/*

.page__iframe-wrapper iframe{
  display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: 633px;
}

@media (max-width:1220px){
  .page__iframe-wrapper iframe{
  	
    height: 551px;
  }
}

@media (max-width:920px){
  .page__iframe-wrapper iframe{
  	
    height: 464px;
  }
}

@media (max-width:769px){
  .page__iframe-wrapper iframe{
  	
    height: 380px;
  }
}

@media (max-width:480px){
  .page__iframe-wrapper iframe{
    height: 228px;
  }
}

@media (max-width:390px){
  .page__iframe-wrapper iframe{
    height: 178px;
  }
}

@media (max-width:376px){
  .page__iframe-wrapper iframe{
    height: 170px;
  }
}

*/

.page__iframe-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

.page__iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.desktop-only .rating{
	justify-content:center;
  flex-wrap:wrap;
}

.desktop-only .rating .text-span{
      font-size: 27px;
    line-height: 1;
      display: block;
    width: 100%;
    flex: 0 0 auto;
}

.with-paddings .bold-text-3 {
  
    font-size: 30px !important;
    line-height: 1;
}

.with-paddings .paragraph-3{
  font-size: 24px;
    line-height: 1;
}

.with-paddings .div-block-2, 
.with-paddings .div-block-3 {
	padding-top: 5px;
    padding-bottom: 5px;
  	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.with-paddings li{
line-break:auto;
}
