@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,500;0,600;0,900;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap");


html {
  font-size: 16px;
  overflow-x: hidden;
}
html.menu-active {
  overflow-y: hidden;
}

body {
  font-size: 1.1rem;
  font-family: "Lato", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.3;
  background-color: #E6E6E6;
}
.sharedby {margin-left: -52px;}
.newshare {display: block;}
.headerpos {margin-top: 42px !important;}
.triopos {margin-top: 298px;}

@media only screen and (max-width: 991px) {
  body {
    background-color: #fff;}
.sharedby {margin-left: 0px;}	
	.mobbtn {margin-bottom: 72px;}
	.mobbtn2 {margin-bottom: 42px;}	
	.mvformob {margin-top: 31px !important;}
.newshare {display: none;}	
.triopos {margin-top: 58px;}	
}



img {
  max-width: 100%;
  height: auto;
}
a, input, button {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a {
  color: #000;
}

h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0 0 30px;
  font-family: "Lato", sans-serif;
}

h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Oswald", sans-serif;
}

.learnmore {
  font-size: 2.0rem !important;
  text-transform: uppercase;
  letter-spacing: 2px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
	line-height: 2.8rem;
}


.s2__left {margin-left: 64px;}

.h2pd {padding-top: 0px;}
.checkout {font-weight: 500; line-height: 34px;}
.gourmetcoffee {max-width: 100%;}
.gourmetcoffeehding {max-width: 88%; margin-top: 5px;}
.rewarding {text-align: left !important; margin-left: 62px}
.rewarding2 {text-align: center !important; margin-left: 62px}
.learnmoretwo {margin-right: 44px; margin-top: 200px;}
.howitworks {font-size: 3.0rem !important; margin-left: 48px;}
.howitworkstxt {margin-left: 48px;}

.vid {
    position: relative;
    padding-top: 55.25%;
    margin: 0 0 20px;
	border:solid #fff 11px;
}

.vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 449px) {
	.logopos {margin-left: 0px !important;}
	.seclogodis {margin-left:0px !important;}
	.disformob449 {display: block !important}
}


@media only screen and (max-width: 991px) {
  h2 {
    font-size: 2.1rem;
  }
.vidnewmob {
    position: relative;
    padding-top: 55.25%;
    margin: 0 0 20px;
	border:solid #fff 11px;
}

.vidnewmob iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	
.s2__left {margin-left: 0px;}	
}

h3 {
  letter-spacing: 2px;
  font-size: 1.9rem;
}

h4 {
  letter-spacing: 1px;
}

p {
  margin: 0 0 25px;
}

.content {
  padding: 40px 0;
}

@media only screen and (max-width: 991px) {
  .desk {
    display: none;
  }
.mobilermv {display: none;}
.howitworkstxt {margin-left: 0px;}	
.rewarding {text-align: center !important; margin-left: 62px}	
}

.mob {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mob {
    display: block;
  }
  .mob-center {
    text-align: center;
  }
}

.container {
  max-width: 1200px;
}

.page {
  max-width: 1240px;
  margin: 0 auto;
}

.button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff463), to(#ffc063));
  background-image: -o-linear-gradient(#fff463, #ffc063);
  background-image: linear-gradient(#fff463, #ffc063);
  color: #000;
font-size: 2.5rem;
    font-family: "Oswald", sans-serif;
    padding: 0px 46px 0px;
    border-radius: 14px;
    display: inline-block;
    letter-spacing: 0.05rem;
  font-weight: 200;
  text-align: center;
  line-height: 3.8rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .button {
    font-size: 2.8rem;
  }
.s1__main {
    padding-left: 0px !important;
}	
}
.button:hover {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.button__center {
  text-align: center;
}

.comment {
  position: relative;
}
.comment-img > img {
  width: 100%;
}
.comment__shadow {
  width: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#faee20), to(#feb303));
  background-image: -o-linear-gradient(left, #faee20, #feb303);
  background-image: linear-gradient(to right, #faee20, #feb303);
  height: 100%;
}
.comment__inner {
  background-color: #fff;
  border-radius: 20px;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  padding: 35px;
}
.comment__inner p:last-child {
  margin: 0;
}
.comment__quote {
  position: absolute;
  top: -20px;
  left: 40px;
}
.comment__stars {
  display: block;
  margin: 0 auto 12px;
}

.banner-img {
  position: relative;
  padding: 17% 0;
}
@media only screen and (max-width: 991px) {
  .banner-img {
    padding: 100% 0 9%;
  }
}
.banner-img__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-img__image {
  position: relative;
  display: block;
  margin: 0 auto;
}

.comments .comment {
  margin: 0 0 70px;
}

.title {
  text-align: center;
  margin: 0 0 40px;
  text-transform: none;
}
@media only screen and (max-width: 991px) {
  .title {
    margin: 0 0 20px;
  }
}
.title span {
  color: #feb303;
}
.title small {
  display: block;
  font-size: 60%;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .title small {
    margin-top: 6px;
  }
}

.box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
@media only screen and (max-width: 991px) {
  .box {
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
  .box .col-md-4 {
    margin: 0 0 30px;
  }
  .box img {
    max-height: 150px;
    margin: 0 auto;
  }
  .box h2 {
    margin: 0 0 15px;
  }
}
.box__text {
  padding: 30px 25px;
  text-align: center;
}
.box__text p {
  min-height: 90px;
}
.box__text p:last-child {
  margin: 0;
}

.header {
  padding: 20px 0;
}

.logo img {
  max-height: 60px;
}

.head-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
  z-index: 11;
}
@media only screen and (max-width: 991px) {
  .head-wrap {
    position: relative;
  }
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
.head__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.head__logo img {
  max-height: 80px;
}
@media only screen and (max-width: 991px) {
  .head {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
.head__name {
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .head__name {
    padding-right: 0;
    margin-bottom: 5px;
    padding: 15px 0;
  }
}
.head__translate {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .head__translate {
    text-align: center;
  }
}

.footer {
  padding: 80px 0;
  position: relative;
  background: url(../images/footer.png) no-repeat center top;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .footer {
    background-image: url(../images/footer-mob.png);
    padding: 80% 0 40px;
  }
  .footer .button {
    font-size: 1.2rem;
  }
}
.footer__bl {
  padding-top: 10%;
}
.footer__bl h4 {
  margin: 0 0 20px;
}
.footer__bl h4 img {
  vertical-align: bottom;
}
.footer__bl h5:last-child {
  font-size: 1rem;
  margin-top: 30px;
}
.footer__bottom {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.footer__disc {
  padding: 10% 0 30px;
  font-size: 0.9rem;
}

.seal {
  padding-top: 20%;
  text-align: center;
  margin: 0 0 30px;
}

@media only screen and (max-width: 991px) {
  .seal {
    padding-top: 30px;
  }
}

.s1 {
  background: url(../images/newbackground_fundraise_curved.png) no-repeat center top;
  position: relative;
    z-index: 5;
    min-height: 1593px !important;
}

.s13 {
  background: url(../images/topnewfundraise.png) no-repeat center top;
  position: relative;
  z-index: 950;
  min-height: 240px;
  margin-top: -245px
}

.lgoctfo {padding-top: 22px;}


@media only screen and (max-width: 991px) {
  .s1 {
    background: none;
    background-color: #fff;
  }
}
.s1 .image-title {
  max-height: 218px;
  margin: 0 0 0px;
}
.s1 .button__center {
  padding-top: 3%;
}
.s1__main {
  padding-top: 0%;
  max-width: 1097px;
  padding-left: 60px;
}
@media only screen and (max-width: 991px) {
  .s1__main {
    padding-top: 10%;
  }
  .s1__main > p {
    margin: 0 0 40px;
  }
}

.s2 {
  background: url(../images/blue.png) no-repeat center bottom;
  padding: 20% 0 20%;
  margin-top: -15%;
  color: #fff;
}

a.button.learnmorebtn {
    float: left;}

@media only screen and (max-width: 991px) {
  .s1 {
    padding: 0 0 70%;
  }
  .s1 .button {
	max-width: 320px;
  }
.s2 {
  background: url(../images/blue.png) no-repeat center bottom;
  padding: 20% 0 0% !important;
  margin-top: -15%;
  color: #fff;
}	
.dispformobilea {display: block !important;}
.dispfordesktop {display: none !important;}		
.btncenter2 {text-align: center;}
#mrgnleft {margin-left: 23px !important;}
}


@media only screen and (max-width: 991px) {
  .s2 {
    padding: 0 0 20%;
    z-index: 11;
    position: relative;
    margin-top: -40%;
  }
.triophotos {margin-top: -184px; z-index: 300}
  .s2 img.mob {
    position: relative;
    top: -40px;
  }
.learnmore {font-size: 1.4rem !important; letter-spacing: normal; line-height: 22px}
.learnmorebtn {float: none !important; max-width: 420px !important; padding: 0px 26px 0px;}

.s2 h2 {
  font-size: 1.8rem;
  text-transform: none;
  color: #fff;}
}
@media only screen and (max-width: 991px) {
  .s2 h2 {
    font-size: 1rem;
    font-weight: normal;
    font-family: "Lato", sans-serif;
    text-align: center;
  }
.learnmoretwo {
    margin-right: 0px !important;
	text-align: left !important;
	margin-top: 0px;
}	
.rewarding {
    text-align: left;
    margin-left: 0px !important; padding: 0 20px}
.rewarding2{
    margin-left: 0px !important; padding: 0 20px}
}
.s2 .button__center {
  padding-top: 30px;
}

.s3 {
  margin-top: -20%;
  background-image: url(../images/ctfo_products_righttext_new.png);	
  position: relative;
  padding: 0 0 17%;
  position: relative;
  z-index: 1;
}

.s3__top {
  margin-bottom: -14%;
}
@media only screen and (max-width: 991px) {
  .s3 {
    z-index: 12;
    padding: 0 0 10%;
    margin-top: 0%;
    background-size: 100% auto;
	background: none !important;
  }
}
.s3__right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .s3__right {
    text-align: center !important;
  }
.howitworks {
    margin-left: 0px !important;}	
}
.s3 .image-title {
  margin: 0 0 30px;
}

.s4 {
  position: relative;
  padding: 20% 0 12%;
  margin-top: -17%;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .s4 {
    text-align: center;
	background-image: url(../images/bgsection4.png);	  
    padding: 15% 0 0;
    margin-top: 0%;
  }
}
.s4__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 80%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .s4__bg {
    position: static;
    height: auto;
  }
}
.s4 h2 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 991px) {
  .s4 h2 {
    font-size: 2rem;
  }
}