@font-face {
  font-family: 'Avenir';
  src: url("../fonts/avenir/AvenirLTStd-Book.otf"); }
@font-face {
  font-family: 'Animated';
  src: url("../fonts/Animated.ttf"); }
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal; }

a {
  cursor: pointer;
  text-decoration: none; }

p {
  margin-bottom: 20px;
  font-family: 'Avenir';
  font-size: 18px;
  line-height: 1.5em;
  color: #000000; }

.container {
  max-width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .container {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .container {
    width: 720px; } }
@media screen and (min-width: 900px) {
  .container {
    width: 860px; } }
@media screen and (min-width: 992px) {
  .container {
    width: 960px; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .container {
    width: 1000px; } }
@media screen and (min-width: 1200px) {
  .container {
    width: 1140px; } }
@media screen and (min-width: 1440px) {
  .container {
    width: 1200px; } }
.sf-popup-share {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
  .sf-popup-share .bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .sf-popup-share .content {
    background-color: #FFFFFF;
    position: absolute;
    width: 480px;
    max-width: 90%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden; }
    .sf-popup-share .content .header {
      background-color: #DB1568;
      padding: 15px;
      display: block; }
      .sf-popup-share .content .header .head-title {
        margin: 0;
        display: inline-block;
        line-height: 1;
        font-family: "Avenir";
        text-transform: capitalize;
        font-size: 24px;
        color: #FFFFFF; }
      .sf-popup-share .content .header .close {
        margin-top: -8px;
        font-size: 30px;
        color: #FFFFFF;
        text-shadow: 0 1px 0 #000000;
        opacity: 1;
        float: right;
        text-decoration: none;
        cursor: pointer; }
    .sf-popup-share .content .share-list {
      list-style: none;
      margin: 0;
      padding: 0 12px;
      border: 0;
      clear: both; }
      .sf-popup-share .content .share-list li {
        display: block;
        width: 100%;
        padding: 10px 20px;
        clear: both;
        border-bottom: 1px solid #E5E5E5; }
        .sf-popup-share .content .share-list li a {
          position: relative;
          background: #FFFFFF;
          color: #6B6B6B;
          font-family: "Avenir";
          font-size: 21px;
          text-decoration: none;
          text-transform: capitalize;
          display: inline-block;
          cursor: pointer;
          text-align: center;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .sf-popup-share .content .share-list li a i {
            display: inline-block;
            width: 30px;
            text-align: left; }
          .sf-popup-share .content .share-list li a span {
            font-family: "Avenir";
            font-size: 16px;
            display: inline-block; }
      .sf-popup-share .content .share-list .share-fb a:hover {
        color: #3B5998; }
      .sf-popup-share .content .share-list .share-tw a:hover {
        color: #1da1f2; }
      .sf-popup-share .content .share-list .share-gp a:hover {
        color: #dd4b39; }
      .sf-popup-share .content .share-list .share-linkedin a:hover {
        color: #0077B5; }
      .sf-popup-share .content .share-list .share-wa a:hover {
        color: #25D366; }
      .sf-popup-share .content .share-list .share-mt a:hover {
        color: #32007f; }

.sf-section {
  position: relative;
  height: auto;
  padding: 40px 0; }
  @media screen and (max-width: 768px) {
    .sf-section {
      padding: 20px 0; } }
  .sf-section .section__decor {
    position: absolute;
    z-index: 1; }
    .sf-section .section__decor.section__decor--left, .sf-section .section__decor.section__decor--left-second {
      left: 0; }
    .sf-section .section__decor.section__decor--right, .sf-section .section__decor.section__decor--right-second {
      right: 0; }
  .sf-section .section__decor--mobile {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .sf-section .section__decor--mobile {
        display: block; } }
  .sf-section .container .section__title {
    max-width: 45%;
    margin: 40px auto;
    font-family: "Animated";
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sf-section .container .section__title {
        max-width: 90%;
        font-size: 24px;
        line-height: 28px; } }
  .sf-section .container .section__content {
    padding: 0 4em;
    margin: 40px auto;
    max-width: calc(100vw * 50 / 100);
    position: relative;
    z-index: 4; }
    @media screen and (max-width: 1366px) {
      .sf-section .container .section__content {
        padding: 0 2em;
        max-width: calc(100vw * 60 / 100); } }
    @media screen and (max-width: 1024px) {
      .sf-section .container .section__content {
        padding: 0 1em;
        max-width: calc(100vw * 60 / 100); } }
    @media screen and (max-width: 900px) {
      .sf-section .container .section__content {
        max-width: calc(100vw * 70 / 100); } }
    @media screen and (max-width: 768px) {
      .sf-section .container .section__content {
        max-width: calc(100vw * 80 / 100); } }
    @media screen and (max-width: 768px) {
      .sf-section .container .section__content {
        max-width: 100%;
        margin: 20px 0; } }
    @media screen and (max-width: 768px) {
      .sf-section .container .section__content p {
        font-size: 16px; } }
    .sf-section .container .section__content .content__full {
      margin: 40px 0;
      position: relative;
      width: 100vw;
      height: calc(100vw * 44 / 100);
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      display: flex;
      justify-content: center;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%; }
      @media screen and (max-width: 768px) {
        .sf-section .container .section__content .content__full {
          display: none; } }
    .sf-section .container .section__content .content__full--mobile {
      display: none;
      margin: 40px 0;
      position: relative;
      width: 100vw;
      height: auto;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw; }
      @media screen and (max-width: 768px) {
        .sf-section .container .section__content .content__full--mobile {
          display: flex;
          justify-content: center; } }
      .sf-section .container .section__content .content__full--mobile img {
        width: 100%;
        height: 100%; }

.sf-section--cover {
  position: relative;
  padding: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: url("../images/cover-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 1200px) and (max-height: 768px) {
    .sf-section--cover {
      height: calc(100vh + 50px); } }
  @media screen and (min-width: 1200px) and (max-height: 600px) {
    .sf-section--cover {
      height: calc(100vh + 100px); } }
  @media screen and (min-width: 1200px) and (max-height: 500px) {
    .sf-section--cover {
      height: calc(100vh + 150px); } }
  .sf-section--cover .cover__top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
    .sf-section--cover .cover__top .sugar-melt {
      width: 100%;
      height: auto; }
  .sf-section--cover .cover__middle {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .sf-section--cover .cover__middle .cover__middle--left {
      max-width: calc(100vw * 35 / 100);
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      bottom: -16px;
      animation: skew 3s infinite;
      transform: skew;
      animation-direction: alternate; }
      @media screen and (max-width: 768px) {
        .sf-section--cover .cover__middle .cover__middle--left {
          left: -30vw;
          max-width: calc(100vw * 100 / 100); } }
      @media screen and (max-width: 600px) {
        .sf-section--cover .cover__middle .cover__middle--left {
          left: -45vw; } }
      .sf-section--cover .cover__middle .cover__middle--left .tree {
        width: 100%;
        height: auto; }
    .sf-section--cover .cover__middle .cover__middle--center {
      position: absolute;
      top: 46%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 4; }
      @media screen and (max-width: 768px) {
        .sf-section--cover .cover__middle .cover__middle--center {
          padding: 0 16px;
          top: 40%;
          width: 100%; } }
      .sf-section--cover .cover__middle .cover__middle--center .middle__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__logo img {
          max-width: calc(100vw * 20 / 100); }
          @media screen and (max-width: 768px) {
            .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__logo img {
              max-width: calc(100vw * 50 / 100); } }
        .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption {
          width: 100%;
          display: flex;
          justify-content: center;
          position: relative;
          max-height: calc(100vh * 20 / 100); }
          @media screen and (max-width: 320px) {
            .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption {
              max-height: calc(100vh * 15 / 100); } }
          .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__img {
            width: 100%;
            height: auto; }
            @media screen and (max-width: 768px) {
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__img {
                display: none; } }
          .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__img--mobile {
            display: none;
            width: 100%;
            height: auto; }
            @media screen and (max-width: 768px) {
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__img--mobile {
                display: block; } }
            @media screen and (max-width: 485px) {
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__img--mobile {
                width: 90%; } }
          .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__txt {
            font-family: "Animated";
            width: 100%;
            font-weight: 500;
            font-size: 2em;
            color: #FFEA78;
            text-align: center;
            position: absolute;
            top: 45%;
            left: 50%;
            transform: translate(-50%, -50%); }
            @media screen and (max-width: 1200px) {
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__txt {
                top: 48%;
                font-size: 1.5em; } }
            @media screen and (max-width: 800px) {
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__txt {
                font-size: 1.2em; } }
            @media screen and (max-width: 768px) {
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__txt {
                font-size: 1.8em; } }
            @media screen and (max-width: 485px) {
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__txt {
                top: 50%; } }
            @media screen and (max-width: 320px) {
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__txt {
                font-size: 1.4em; } }
            @media screen and (max-width: 768px) {
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__caption .caption__txt span {
                display: block; } }
        .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__author {
          margin-top: 6px;
          position: relative; }
          @media screen and (max-width: 485px) {
            .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__author {
              margin-top: 0; } }
          .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__author .author__name {
            font-family: "Avenir";
            font-weight: 800;
            font-size: 21px;
            line-height: 29px;
            color: #FFEA78; }
            @media screen and (max-width: 800px) {
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__author .author__name {
                font-size: 1.2em; } }
            @media screen and (max-width: 485px) {
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__author .author__name {
                font-size: 1.2em; } }
        .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__socmed {
          margin-top: 10px;
          list-style: none; }
          .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__socmed li {
            display: inline-block;
            margin: .5em; }
            .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__socmed li a {
              width: 40px;
              height: 40px;
              display: inline-block;
              color: #FFFFFF;
              background-color: #DDDDDD;
              border-radius: 40px;
              text-shadow: 0px 2px 3px #999999;
              font-size: 1.3em;
              line-height: 44px;
              opacity: .9;
              text-decoration: none;
              text-align: center; }
            .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__socmed li:first-child a {
              background-color: #3B5998; }
            .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__socmed li:nth-child(2) a {
              background-color: #1da1f2; }
            .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__socmed li:last-child {
              margin: 0 0 0 .5em; }
              .sf-section--cover .cover__middle .cover__middle--center .middle__content .content__socmed li:last-child a {
                background-color: #DB1568; }
    .sf-section--cover .cover__middle .cover__middle--right {
      max-width: calc(100vw * 35 / 100);
      position: absolute;
      bottom: -16px;
      right: 0;
      z-index: 1;
      animation: skew 3s infinite;
      transform: skew;
      animation-direction: alternate; }
      @media screen and (max-width: 768px) {
        .sf-section--cover .cover__middle .cover__middle--right {
          right: -30vw;
          max-width: calc(100vw * 100 / 100); } }
      @media screen and (max-width: 600px) {
        .sf-section--cover .cover__middle .cover__middle--right {
          right: -45vw; } }
      .sf-section--cover .cover__middle .cover__middle--right .tree {
        width: 100%;
        height: auto; }
@keyframes skew {
  0% {
    transform: skewX(2deg) translate(-3px); }
  100% {
    transform: skewX(-2deg) translate(3px); } }
  .sf-section--cover .cover__bottom {
    width: 100%;
    position: relative;
    z-index: 2; }
@-moz-keyframes myfirst {
  0% {
    left: -25%; }
  100% {
    left: 100%; } }
@-webkit-keyframes myfirst {
  0% {
    left: -25%; }
  100% {
    left: 100%; } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
    .sf-section--cover .cover__bottom .grass {
      width: 102%;
      position: absolute;
      bottom: 0;
      left: -2%;
      right: 0;
      z-index: 2; }
    .sf-section--cover .cover__bottom .farmer {
      max-width: 100%;
      position: absolute;
      bottom: -60px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3; }
      @media screen and (max-width: 768px) {
        .sf-section--cover .cover__bottom .farmer {
          bottom: -80px;
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden; } }
      .sf-section--cover .cover__bottom .farmer img {
        width: 100%;
        height: auto; }
        @media screen and (max-width: 768px) {
          .sf-section--cover .cover__bottom .farmer img {
            width: auto; } }
        @media screen and (max-width: 768px) and (max-height: 700px) {
          .sf-section--cover .cover__bottom .farmer img {
            width: calc(100vw * 180 / 100); } }

.sf-section--opening {
  position: relative;
  padding-top: 80px;
  background: #F7D892; }
  @media screen and (max-width: 768px) {
    .sf-section--opening {
      padding-bottom: 50px; } }
  .sf-section--opening .section__decor.section__decor--left {
    top: 10%; }
    @media screen and (max-width: 768px) {
      .sf-section--opening .section__decor.section__decor--left {
        max-width: 100%;
        top: 20%;
        opacity: 0.5; } }
  .sf-section--opening .section__decor.section__decor--right {
    top: 5%; }
    @media screen and (max-width: 768px) {
      .sf-section--opening .section__decor.section__decor--right {
        display: none; } }
  .sf-section--opening .section__title {
    color: #D32250; }

.sf-section--rocky-road {
  background: #FCF2CA; }
  @media screen and (max-width: 768px) {
    .sf-section--rocky-road {
      padding-bottom: 100px; } }
  .sf-section--rocky-road .section__decor.section__decor--left {
    top: 0; }
    @media screen and (max-width: 768px) {
      .sf-section--rocky-road .section__decor.section__decor--left {
        width: 100%;
        top: 10%;
        opacity: 0.4; } }
  .sf-section--rocky-road .section__decor.section__decor--left-second {
    bottom: 28%; }
    @media screen and (max-width: 1366px) {
      .sf-section--rocky-road .section__decor.section__decor--left-second {
        bottom: 40%; } }
    @media screen and (max-width: 768px) {
      .sf-section--rocky-road .section__decor.section__decor--left-second {
        display: none; } }
  .sf-section--rocky-road .section__decor.section__decor--left-third {
    bottom: -4%; }
    @media screen and (max-width: 768px) {
      .sf-section--rocky-road .section__decor.section__decor--left-third {
        bottom: -2%;
        max-width: calc(100vw * 30 / 100); } }
  .sf-section--rocky-road .section__decor.section__decor--right {
    top: -7%; }
    @media screen and (max-width: 768px) {
      .sf-section--rocky-road .section__decor.section__decor--right {
        max-width: 80%; } }
  .sf-section--rocky-road .section__decor.section__decor--right-second {
    top: calc(100vw * -20 / 100);
    max-width: calc(100vw * 20 / 100); }
    @media screen and (min-width: 1440px) {
      .sf-section--rocky-road .section__decor.section__decor--right-second {
        top: calc(100vw * -15 / 100); } }
  .sf-section--rocky-road .section__decor.section__decor--right-third {
    right: 0;
    bottom: 20%; }
    @media screen and (max-width: 768px) {
      .sf-section--rocky-road .section__decor.section__decor--right-third {
        display: none; } }
  .sf-section--rocky-road .section__decor--mobile.top {
    max-width: calc(100vw * 30 / 100);
    right: 0;
    top: -2.2%;
    z-index: 99; }
    @media screen and (max-width: 485px) {
      .sf-section--rocky-road .section__decor--mobile.top {
        top: -2%; } }
  .sf-section--rocky-road .section__decor--mobile.middle {
    top: 50%; }
  .sf-section--rocky-road .section__decor--mobile.middle-second {
    top: 70%; }
  .sf-section--rocky-road .section__title {
    color: #D32250; }
  .sf-section--rocky-road .container {
    position: relative;
    z-index: 10; }
    .sf-section--rocky-road .container .section__content img {
      width: 100%;
      height: auto; }
    .sf-section--rocky-road .container .section__content .img-caption {
      font-size: 16px;
      line-height: 24px;
      color: #505050; }
      @media screen and (max-width: 768px) {
        .sf-section--rocky-road .container .section__content .img-caption {
          font-size: 14px; } }
    .sf-section--rocky-road .container .section__content .content__full--rocky-road {
      background-image: url("../images/rocky-statistic.svg"); }
      .sf-section--rocky-road .container .section__content .content__full--rocky-road .section__decor.section__decor--left {
        top: 100%;
        bottom: 0; }
      .sf-section--rocky-road .container .section__content .content__full--rocky-road .section__decor.section__decor--right {
        top: -40%; }

.sf-section--great-expectations {
  background: #835DA8; }
  .sf-section--great-expectations .section__decor {
    opacity: 0.4; }
    .sf-section--great-expectations .section__decor.section__decor--left {
      top: 65%; }
      @media screen and (max-width: 768px) {
        .sf-section--great-expectations .section__decor.section__decor--left {
          width: 100%;
          top: 75%; } }
    .sf-section--great-expectations .section__decor.section__decor--right {
      top: 0; }
      @media screen and (max-width: 768px) {
        .sf-section--great-expectations .section__decor.section__decor--right {
          left: 0; } }
    .sf-section--great-expectations .section__decor.section__decor--right-second {
      top: 65%; }
      @media screen and (max-width: 768px) {
        .sf-section--great-expectations .section__decor.section__decor--right-second {
          top: 50%; } }
  .sf-section--great-expectations .section__title {
    color: #FFFFFF; }
  .sf-section--great-expectations .section__content {
    margin: 40px auto;
    max-width: 60%; }
    .sf-section--great-expectations .section__content p {
      color: #FFFFFF; }
    .sf-section--great-expectations .section__content .content__full--expectations {
      background-image: url("../images/expectations-statistic.svg"); }

.sf-section--the-war {
  background: #DCC8DB;
  overflow: hidden;
  box-shadow: 0 4px 2px -2px gray; }
  @media screen and (max-width: 768px) {
    .sf-section--the-war {
      padding-top: calc(100vw * 50 / 100); } }
  .sf-section--the-war .section__decor {
    position: absolute; }
    .sf-section--the-war .section__decor.top {
      top: -3px;
      max-width: calc(100vw * 30 / 100); }
      @media screen and (max-width: 768px) {
        .sf-section--the-war .section__decor.top {
          max-width: 100%; } }
      @media screen and (max-width: 768px) {
        .sf-section--the-war .section__decor.top:nth-child(2) {
          display: none; } }
    .sf-section--the-war .section__decor.full-width {
      width: 100%;
      top: 30%; }
      @media screen and (max-width: 768px) {
        .sf-section--the-war .section__decor.full-width {
          display: none; } }
    .sf-section--the-war .section__decor.second {
      bottom: 10%; }
      @media screen and (max-width: 768px) {
        .sf-section--the-war .section__decor.second {
          max-width: calc(100vw * 45 / 100);
          top: 2.5%; } }
  .sf-section--the-war .section__title {
    color: #662D91; }
  .sf-section--the-war .section__content p {
    color: #662D91; }

.sf-section--shadow {
  position: relative;
  background: #DCC8DB;
  width: 100%;
  height: 100px;
  box-shadow: 0 25px 20px -2px rgba(0, 0, 0, 0.15);
  z-index: 9; }

.sf-section--quotes {
  background-image: url("../images/quotes-bg.png");
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .sf-section--quotes {
      height: 350px; } }
  .sf-section--quotes .container {
    height: 100%; }
    .sf-section--quotes .container .section__content {
      margin: 16px auto;
      max-width: 60%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .sf-section--quotes .container .section__content {
          max-width: 100%; } }
      .sf-section--quotes .container .section__content > * {
        font-family: "Animated";
        font-weight: 500;
        line-height: 40px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #662D91; }
      .sf-section--quotes .container .section__content .quotes__symbol {
        font-size: 60px;
        line-height: 0; }
        .sf-section--quotes .container .section__content .quotes__symbol:first-child {
          margin-bottom: 20px; }
        .sf-section--quotes .container .section__content .quotes__symbol:last-child {
          margin-top: 20px; }
      .sf-section--quotes .container .section__content .quotes__txt {
        margin-bottom: 20px;
        font-size: 28px; }
        @media screen and (max-width: 768px) {
          .sf-section--quotes .container .section__content .quotes__txt {
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 24px; } }
      .sf-section--quotes .container .section__content .quotes__author {
        font-size: 24px;
        text-transform: none; }
        @media screen and (max-width: 768px) {
          .sf-section--quotes .container .section__content .quotes__author {
            font-size: 16px; } }

.sf-section--ending {
  background: #DCC8DB;
  overflow: hidden; }
  .sf-section--ending .section__decor {
    position: absolute; }
    @media screen and (max-width: 768px) {
      .sf-section--ending .section__decor {
        display: none; } }
    .sf-section--ending .section__decor.section__decor--left {
      bottom: 20%; }
    .sf-section--ending .section__decor.full-width {
      width: 100%;
      top: 20%; }
    .sf-section--ending .section__decor.bottom {
      bottom: 0; }
  .sf-section--ending .section__decor--mobile.middle {
    top: 10%; }
  .sf-section--ending .section__decor--mobile.bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .sf-section--ending .container .section__content p {
    color: #662D91; }
  .sf-section--ending .container .section__content .content__spotify {
    padding-top: 40px;
    padding-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .sf-section--ending .container .section__content .content__spotify {
        padding-top: 20px; } }
  .sf-section--ending .container .section__content .content__logo {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .sf-section--ending .container .section__content .content__logo img {
        max-width: 35%; } }
  .sf-section--ending .container .section__content .content__contributors {
    margin-top: 20px;
    display: flex;
    justify-content: center; }
    .sf-section--ending .container .section__content .content__contributors .contributors__table tr td {
      font-size: 16px;
      font-family: "Avenir";
      padding: 2px 4px;
      vertical-align: top; }
      .sf-section--ending .container .section__content .content__contributors .contributors__table tr td ul {
        list-style: none; }
        .sf-section--ending .container .section__content .content__contributors .contributors__table tr td ul li {
          padding-bottom: 6px; }
          .sf-section--ending .container .section__content .content__contributors .contributors__table tr td ul li:last-child {
            padding-bottom: 0; }
      .sf-section--ending .container .section__content .content__contributors .contributors__table tr td:first-child {
        color: #D83028; }

/*# sourceMappingURL=apps.css.map */
