.yc .yc-404 {
  min-height: calc(100vh - 118px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .yc .yc-404 h1 {
    margin-bottom: 70px;
    line-height: 40px;
    padding: 0px 100px; }
  .yc .yc-404 a:hover {
    text-decoration-color: #75b554; }

.yc .yc-header {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  z-index: 1; }
  .yc .yc-header.yc-header-light {
    box-shadow: rgba(73, 73, 73, 0.2) 0px 0px 3px 0px; }
    .yc .yc-header.yc-header-light .yc-header-nav a, .yc .yc-header.yc-header-light .yc-header-nav span {
      color: #494949; }
    .yc .yc-header.yc-header-light .yc-header-nav a:hover {
      color: #75b554;
      text-decoration: none; }
  .yc .yc-header .yc-logo {
    width: 100px;
    margin-left: 10px;
    position: relative;
    z-index: 1; }
  .yc .yc-header .yc-header-nav {
    margin-right: 15px; }
    @media only screen and (max-width: 769px) {
      .yc .yc-header .yc-header-nav {
        margin-top: 14px; } }
    .yc .yc-header .yc-header-nav a {
      margin: 0 10px;
      color: #fff;
      font-size: 16px; }
    @media only screen and (max-width: 769px) {
      .yc .yc-header .yc-header-nav a {
        margin: 0 10px; } }
    .yc .yc-header .yc-header-nav span {
      color: #fff; }

.yc .yc-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 15px 30px;
  background-color: #515687;
  height: 48px; }
  @media only screen and (max-width: 768px) {
    .yc .yc-footer {
      display: block; }
      .yc .yc-footer .yc-footer-left, .yc .yc-footer .yc-footer-right {
        text-align: center;
        margin: 10px 0; } }
  .yc .yc-footer .yc-footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 12px;
    color: #fff; }
    .yc .yc-footer .yc-footer-left a {
      font-size: 12px;
      color: #fff; }
  .yc .yc-footer i {
    color: #fff;
    font-size: 22px; }

.yc .yc-home .yc-hero {
  background-image: url("/assets/img/herbs-image.jpg");
  background-position: 50% 45%; }
  .yc .yc-home .yc-hero .yc-herb {
    position: absolute;
    width: 200px; }
    .yc .yc-home .yc-hero .yc-herb.yc-herb-left {
      bottom: -36px;
      left: 50px; }
    .yc .yc-home .yc-hero .yc-herb.yc-herb-right {
      top: 40px;
      right: -25px; }
  .yc .yc-home .yc-hero .yc-logo {
    width: 200px; }

.yc .yc-home .yc-panel {
  text-align: center; }

.yc .yc-home .yc-step {
  margin-bottom: 50px;
  text-align: center; }
  .yc .yc-home .yc-step .yc-step-icon {
    position: relative;
    display: inline-block;
    width: 100px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .yc .yc-home .yc-step h2 {
    position: absolute;
    font-weight: 600;
    font-size: 32px;
    color: #75b554;
    top: 0; }
    @media only screen and (min-width: 768px) {
      .yc .yc-home .yc-step h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 1024px) {
      .yc .yc-home .yc-step h2 {
        font-size: 50px; } }
  .yc .yc-home .yc-step img {
    height: 150px;
    margin-bottom: 10px; }
  .yc .yc-home .yc-step.yc-step-1 h2 {
    left: -50px; }
  .yc .yc-home .yc-step.yc-step-1 img {
    width: 90px; }
  .yc .yc-home .yc-step.yc-step-2 h2 {
    left: -70px; }
  .yc .yc-home .yc-step.yc-step-2 img {
    width: 140px; }
  .yc .yc-home .yc-step.yc-step-3 h2 {
    left: -50px; }
  .yc .yc-home .yc-step.yc-step-3 img {
    width: 130px; }

.yc .yc-store-listing .yc-hero {
  background-image: url("/assets/img/veg-image.jpg"); }

.yc .yc-store-listing .yc-flag {
  display: inline-block;
  width: 100px;
  margin: 20px 30px; }
  .yc .yc-store-listing .yc-flag img {
    width: 100px; }

.yc .yc-enter-recipe .yc-hero {
  background-image: url("/assets/img/beans-image.jpg");
  background-position: 50% 70%; }
  .yc .yc-enter-recipe .yc-hero .yc-chilli {
    position: absolute;
    width: 200px; }
    .yc .yc-enter-recipe .yc-hero .yc-chilli.yc-chilli-left {
      top: 180px;
      left: -50px;
      width: 260px; }
      @media only screen and (max-width: 768px) {
        .yc .yc-enter-recipe .yc-hero .yc-chilli.yc-chilli-left {
          top: 100px; } }
    .yc .yc-enter-recipe .yc-hero .yc-chilli.yc-chilli-right {
      bottom: -90px;
      right: 70px; }

.yc .yc-enter-recipe .yc-list-title-icon {
  color: #aaa;
  cursor: pointer;
  padding: 4px; }

.yc .yc-get-recipe .yc-hero {
  background-image: url("/assets/img/christmas-image.jpg");
  height: 400px; }
  .yc .yc-get-recipe .yc-hero .yc-header-illustration {
    position: absolute;
    width: 270px; }
    @media only screen and (max-width: 768px) {
      .yc .yc-get-recipe .yc-hero .yc-header-illustration {
        width: 160px;
        opacity: 0.4; }
        .yc .yc-get-recipe .yc-hero .yc-header-illustration.yc-cupcake {
          bottom: 30px;
          left: -31px; }
        .yc .yc-get-recipe .yc-hero .yc-header-illustration.yc-cookies {
          top: -15px;
          right: -45px; } }
    @media only screen and (min-width: 769px) {
      .yc .yc-get-recipe .yc-hero .yc-header-illustration.yc-cupcake {
        top: 90px;
        left: -41px; }
      .yc .yc-get-recipe .yc-hero .yc-header-illustration.yc-cookies {
        top: 35px;
        right: -45px; } }
  .yc .yc-get-recipe .yc-hero .yc-intro-container-centre .yc-intro-description {
    margin: 10px 0 60px; }

.yc .yc-get-recipe .yc-token-container {
  width: 400px;
  height: 182px;
  margin-bottom: -230px;
  margin-left: -28px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .yc .yc-get-recipe .yc-token-container {
      height: 130px;
      margin-bottom: -130px;
      margin-left: -15px; } }
  .yc .yc-get-recipe .yc-token-container .yc-token-img {
    width: 400px; }
    @media only screen and (max-width: 768px) {
      .yc .yc-get-recipe .yc-token-container .yc-token-img {
        width: 300px; } }
  .yc .yc-get-recipe .yc-token-container .yc-code-container {
    color: #494949;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .yc .yc-get-recipe .yc-token-container .yc-code-container h3 {
      margin-top: 0; }
    @media only screen and (max-width: 768px) {
      .yc .yc-get-recipe .yc-token-container .yc-code-container h3 {
        font-size: 16px;
        margin-top: 5px; } }
  .yc .yc-get-recipe .yc-token-container .yc-code {
    font-size: 35px;
    font-weight: 600; }
    @media only screen and (max-width: 768px) {
      .yc .yc-get-recipe .yc-token-container .yc-code {
        font-size: 25px;
        margin-top: 0; } }

.yc .yc-get-recipe .yc-panel {
  padding: 60px 0 30px; }
  .yc .yc-get-recipe .yc-panel.yc-recipe-panel {
    background-image: url("/assets/img/veg-background.svg");
    background-color: rgba(81, 86, 135, 0.1);
    padding: 80px 0 80px; }
    .yc .yc-get-recipe .yc-panel.yc-recipe-panel .yc-panel-content {
      box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
      background-color: #fff; }
    .yc .yc-get-recipe .yc-panel.yc-recipe-panel .yc-panel-content {
      padding: 50px 70px; }
      @media only screen and (max-width: 768px) {
        .yc .yc-get-recipe .yc-panel.yc-recipe-panel .yc-panel-content {
          padding: 50px 30px; } }
  .yc .yc-get-recipe .yc-panel .yc-panel-content > h2 {
    margin-top: 120px; }
    @media only screen and (max-width: 768px) {
      .yc .yc-get-recipe .yc-panel .yc-panel-content > h2 {
        margin-top: 0; } }

.yc .yc-get-recipe .yc-step-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.yc .yc-get-recipe .yc-step {
  margin: 0 0 50px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .yc .yc-get-recipe .yc-step.yc-grey-background {
    background-color: #aaa; }
  .yc .yc-get-recipe .yc-step .yc-step-icon {
    position: relative;
    display: inline-block;
    width: 100px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .yc .yc-get-recipe .yc-step h2 {
    position: absolute;
    font-weight: 600;
    font-size: 32px;
    color: #75b554;
    top: 0; }
    @media only screen and (min-width: 768px) {
      .yc .yc-get-recipe .yc-step h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 1024px) {
      .yc .yc-get-recipe .yc-step h2 {
        font-size: 50px; } }
  .yc .yc-get-recipe .yc-step p {
    height: 70px; }
  .yc .yc-get-recipe .yc-step img {
    height: 150px;
    margin-bottom: 10px; }
  .yc .yc-get-recipe .yc-step.yc-step-1 h2 {
    left: -70px; }
  .yc .yc-get-recipe .yc-step.yc-step-1 img {
    width: 120px; }
  .yc .yc-get-recipe .yc-step.yc-step-2 h2 {
    left: -70px; }
  .yc .yc-get-recipe .yc-step.yc-step-2 img {
    width: 140px; }
  .yc .yc-get-recipe .yc-step.yc-step-3 h2 {
    left: -50px; }
  .yc .yc-get-recipe .yc-step.yc-step-3 img {
    width: 80px; }

.yc .yc-get-recipe .yc-ingredients li {
  padding: 10px; }
  .yc .yc-get-recipe .yc-ingredients li:nth-child(odd) {
    background-color: rgba(81, 86, 135, 0.1); }

.yc .yc-get-recipe .yc-instructions li {
  padding: 7.5px 0; }
  .yc .yc-get-recipe .yc-instructions li:before {
    font-weight: 600; }

.yc .yc-get-recipe .yc-instructions .yc-list-number {
  margin-right: 10px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  width: 20px; }

.yc .yc-get-recipe .yc-instructions .yc-list-value {
  display: inline-block;
  width: calc(100% - 40px); }

.yc .yc-get-recipe .yc-recipe-cta-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .yc .yc-get-recipe .yc-recipe-cta-container .yc-btn {
    margin: 0; }

.yc .yc-get-recipe .yc-phrases-carousel {
  margin: 70px 0; }
  .yc .yc-get-recipe .yc-phrases-carousel .carousel-indicators {
    bottom: -60px; }
    .yc .yc-get-recipe .yc-phrases-carousel .carousel-indicators li {
      border: 2px solid #75b554;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      margin: 0 10px;
      cursor: pointer; }
      .yc .yc-get-recipe .yc-phrases-carousel .carousel-indicators li.active {
        background-color: #75b554; }
  .yc .yc-get-recipe .yc-phrases-carousel .carousel-item {
    padding-top: 30px; }
  .yc .yc-get-recipe .yc-phrases-carousel .yc-phrase-container {
    padding: 0 40px; }
    @media only screen and (max-width: 768px) {
      .yc .yc-get-recipe .yc-phrases-carousel .yc-phrase-container:last-of-type .yc-phrase {
        border-bottom: 2px solid rgba(170, 170, 170, 0.3); } }
    .yc .yc-get-recipe .yc-phrases-carousel .yc-phrase-container .yc-phrase {
      text-align: center;
      height: 240px;
      padding: 50px 0 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      border-top: 2px solid rgba(170, 170, 170, 0.3);
      border-bottom: 2px solid rgba(170, 170, 170, 0.3);
      font-size: 25px;
      font-weight: 600;
      color: #494949; }
      .yc .yc-get-recipe .yc-phrases-carousel .yc-phrase-container .yc-phrase::before {
        content: url("/assets/img/quote.svg");
        position: absolute;
        top: -20px;
        background-color: white;
        padding: 0 50px;
        width: 150px; }
      @media only screen and (max-width: 768px) {
        .yc .yc-get-recipe .yc-phrases-carousel .yc-phrase-container .yc-phrase {
          border-bottom: none; } }

.yc .yc-list-recipes {
  min-height: calc(100vh - 118px); }
  .yc .yc-list-recipes .yc-hero {
    background-image: url("/assets/img/veg-image.jpg"); }

.yc .table {
  max-width: 968px;
  margin: auto;
  font-size: 14; }
  .yc .table th {
    font-weight: normal;
    font-size: 14px;
    border-top: none; }
  .yc .table tr:nth-child(1) {
    height: 55px; }
  .yc .table tr:nth-child(even) {
    background-color: rgba(81, 86, 135, 0.1); }
  .yc .table td {
    vertical-align: middle; }
  .yc .table a:hover {
    color: #75b554;
    text-decoration: none; }

.yc .yc-contact .yc-hero {
  background-image: url("/assets/img/veg-image.jpg"); }

.yc .yc-terms-of-service .yc-hero {
  background-image: url("/assets/img/veg-image.jpg"); }

.yc .yc-privacy-policy .yc-hero {
  background-image: url("/assets/img/veg-image.jpg"); }

.yc .yc-privacy-policy strong {
  color: #494949; }

.link-anchor {
  position: relative;
  width: 0;
  font-size: .8em;
  opacity: 0;
  transition: opacity .2s ease-in-out; }

.anchor-wrapper {
  border: none; }

.anchor-wrapper:hover .link-anchor {
  opacity: 1; }

section h1[id]:focus,
section h2[id]:focus,
section h3[id]:focus,
section h4[id]:focus,
section h5[id]:focus {
  outline: 0; }

p.thin {
  font-weight: 100;
  margin: 0;
  line-height: 1.2em; }

p.bold {
  font-weight: 900;
  margin: 0;
  margin-top: -5px; }

.rel {
  width: 30%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 20px;
  border-style: dotted;
  border-color: white;
  border-width: medium; }

.popper,
.tooltip {
  position: absolute;
  background: #75b554;
  color: #fff;
  width: 200px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  padding: 10px;
  text-align: center; }

.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em; }

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px; }

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #75b554; }

.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B; }

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px; }

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px; }

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px; }

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px; }

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.yc .jssocials-shares .jssocials-share-link {
  border-radius: 50%; }

.yc .jssocials-shares a {
  color: #fff;
  font-size: 12px;
  background-color: #b9bcce; }

.yc .jssocials-shares .jssocials-share-email a:hover {
  background-color: #cb2027; }

.yc {
  background-color: #515687; }
  .yc * {
    font-family: "Open Sans", sans-serif; }
  .yc h1, .yc h2, .yc h3, .yc h4, .yc h5, .yc p, .yc a, .yc button {
    color: #494949; }
    .yc h1.underline, .yc h2.underline, .yc h3.underline, .yc h4.underline, .yc h5.underline, .yc p.underline, .yc a.underline, .yc button.underline {
      border-bottom: solid 2px #75b554;
      padding-bottom: 10px;
      display: inline-block; }
  .yc h1 {
    font-weight: 600;
    font-size: 30px; }
    @media only screen and (min-width: 768px) {
      .yc h1 {
        font-size: 38px; } }
    @media only screen and (min-width: 1024px) {
      .yc h1 {
        font-size: 46px; } }
  .yc h2 {
    font-weight: 300;
    font-size: 20px; }
    @media only screen and (min-width: 768px) {
      .yc h2 {
        font-size: 23px; } }
    @media only screen and (min-width: 1024px) {
      .yc h2 {
        font-size: 26px; } }
  .yc h3 {
    font-weight: 300;
    font-size: 18px; }
    @media only screen and (min-width: 768px) {
      .yc h3 {
        font-size: 19px; } }
    @media only screen and (min-width: 1024px) {
      .yc h3 {
        font-size: 20px; } }
  .yc p, .yc a, .yc button, .yc li {
    font-weight: 300;
    font-size: 14px; }
  .yc input {
    border-radius: 1px;
    padding: 12px;
    margin-bottom: 22px; }
    .yc input:focus {
      border-color: #75b554; }
    .yc input::-webkit-input-placeholder {
      font-size: 14px;
      color: #aaa; }
    .yc input:-moz-placeholder {
      font-size: 14px;
      color: #aaa; }
    .yc input::-moz-placeholder {
      font-size: 14px;
      color: #aaa; }
    .yc input:-ms-input-placeholder {
      font-size: 14px;
      color: #aaa; }
  .yc .yc-sortable input {
    width: calc(100% - 30px);
    display: inline-block; }
  .yc .yc-sortable .yc-sortable-handle {
    cursor: grab;
    color: #75b554;
    padding: 5px; }
  .yc .yc-sortable .yc-sortable-placeholder {
    border: solid 2px #75b554;
    margin-bottom: 10px; }
  .yc .yc-checkbox-container {
    display: flex;
    align-items: center; }
    .yc .yc-checkbox-container input[type='checkbox'] {
      margin: 0 10px 0 0; }
    .yc .yc-checkbox-container label {
      padding-left: 40px; }
  .yc .yc-brand {
    color: #75b554;
    font-weight: 600; }
  .yc ul {
    list-style: none;
    padding-left: 0; }
  .yc .mb, .yc .mv, .yc .mv-sm {
    margin-bottom: 20px; }
  .yc .mt, .yc .mv, .yc .mv-sm {
    margin-top: 20px; }
  .yc .ml, .yc .mh, .yc .mh-sm {
    margin-left: 20px; }
  .yc .mr, .yc .mh, .yc .mh-sm {
    margin-right: 20px; }
  .yc .mb-sm {
    margin-bottom: 10px; }
  .yc .mt-sm {
    margin-top: 10px; }
  .yc .ml-sm {
    margin-left: 10px; }
  .yc .mr-sm {
    margin-right: 10px; }
  .yc .m0 {
    margin: 0; }
  .yc .ml0 {
    margin-left: 0; }
  .yc .p0 {
    padding: 0; }
  .yc .text-muted {
    font-size: 12px; }
    @media only screen and (min-width: 1200px) {
      .yc .text-muted {
        font-size: 14px; } }
  .yc .yc-btn-group {
    height: 50px; }
    .yc .yc-btn-group .yc-btn {
      margin-left: 20px; }
      .yc .yc-btn-group .yc-btn:first-of-type {
        margin-left: 0; }
      @media only screen and (max-width: 768px) {
        .yc .yc-btn-group .yc-btn {
          width: 100%;
          margin-left: 0; } }
  .yc .yc-btn {
    height: 50px;
    line-height: 30px;
    padding: 7px 60px;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    border: solid 3px #75b554;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background-color 300ms ease, color 300ms ease;
    -moz-transition: background-color 300ms ease, color 300ms ease;
    -ms-transition: background-color 300ms ease, color 300ms ease;
    -o-transition: background-color 300ms ease, color 300ms ease;
    transition: background-color 300ms ease, color 300ms ease; }
    @media only screen and (max-width: 768px) {
      .yc .yc-btn {
        padding: 7px 20px; } }
    .yc .yc-btn.yc-btn-primary {
      color: #fff;
      background-color: #75b554; }
      .yc .yc-btn.yc-btn-primary:hover {
        color: #75b554;
        background-color: rgba(117, 181, 84, 0.2); }
        .yc .yc-btn.yc-btn-primary:hover.white {
          color: #fff; }
    .yc .yc-btn.yc-btn-secondary {
      color: #75b554;
      background-color: rgba(117, 181, 84, 0.2); }
      .yc .yc-btn.yc-btn-secondary.white {
        color: #fff; }
      .yc .yc-btn.yc-btn-secondary:hover {
        color: #fff;
        background-color: #75b554; }
  .yc .yc-hero {
    margin-top: -70px;
    padding: 0 100px;
    height: 460px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .yc .yc-hero {
        height: 100vh;
        padding: 0 40px; } }
    .yc .yc-hero h1, .yc .yc-hero p {
      color: #fff; }
    .yc .yc-hero .yc-overlay {
      background-color: rgba(23, 23, 23, 0.35);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .yc .yc-hero .yc-intro-container-centre {
      position: relative;
      width: 100%;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .yc .yc-hero .yc-intro-container {
      position: relative;
      max-width: 550px; }
    .yc .yc-hero .yc-intro-container .yc-intro-description, .yc .yc-hero .yc-intro-container-centre .yc-intro-description {
      margin: 10px 0 20px;
      max-width: 600px;
      font-weight: 300; }
  .yc .popper p {
    color: #fff; }
  .yc .swal-modal .swal-text {
    text-align: center;
    padding: 5px 20px 0; }
  .yc .swal-modal .swal-footer {
    text-align: center;
    padding: 15px 16px 33px; }
    .yc .swal-modal .swal-footer .swal-button {
      background-color: #75b554;
      color: #fff; }
      .yc .swal-modal .swal-footer .swal-button.swal-button--cancel {
        background-color: #515687; }
  .yc .yc-content {
    background-color: #fff;
    overflow: hidden; }
  .yc .yc-panel {
    padding: 60px 0 80px;
    width: 100%; }
    .yc .yc-panel .yc-panel-content {
      max-width: 1000px;
      margin: auto;
      padding: 0 15px; }
      .yc .yc-panel .yc-panel-content > h2 {
        margin-bottom: 70px; }
      @media only screen and (min-width: 1500px) {
        .yc .yc-panel .yc-panel-content {
          max-width: 1200px; } }
    @media only screen and (max-width: 768px) {
      .yc .yc-panel {
        padding: 60px 40px 80px; } }
    .yc .yc-panel.yc-panel-purple {
      background-color: rgba(81, 86, 135, 0.1); }
