.text-dark {
  color: rgba(20, 20, 20, 0.8); }
  .text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6 {
    color: rgba(20, 20, 20, 0.9); }

.bg-darkpeach {
  background: #be6e46;
  color: #ffffff; }

.bg-peach {
  background: #d68446;
  color: #ffffff; }

.bg-brightorange {
  background: #ecab41;
  color: #ffffff; }

.bg-red {
  background: #bf3833;
  color: #ffffff; }

.bg-white {
  background: #ffffff;
  color: #ffffff; }

.bg-orange {
  background: #ee8c2f;
  color: #ffffff; }

.bg-yellow {
  background: #efb643;
  color: #ffffff; }

.separator.darkpeach-to-peach {
  width: 100%;
  height: 100px;
  background-color: #be6e46;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23d68446" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.darkpeach-to-peach.reverse {
    width: 100%;
    height: 100px;
    background-color: #be6e46;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23d68446" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.darkpeach-to-brightorange {
  width: 100%;
  height: 100px;
  background-color: #be6e46;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ecab41" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.darkpeach-to-brightorange.reverse {
    width: 100%;
    height: 100px;
    background-color: #be6e46;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ecab41" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.darkpeach-to-red {
  width: 100%;
  height: 100px;
  background-color: #be6e46;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23bf3833" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.darkpeach-to-red.reverse {
    width: 100%;
    height: 100px;
    background-color: #be6e46;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23bf3833" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.darkpeach-to-white {
  width: 100%;
  height: 100px;
  background-color: #be6e46;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ffffff" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.darkpeach-to-white.reverse {
    width: 100%;
    height: 100px;
    background-color: #be6e46;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ffffff" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.darkpeach-to-orange {
  width: 100%;
  height: 100px;
  background-color: #be6e46;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ee8c2f" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.darkpeach-to-orange.reverse {
    width: 100%;
    height: 100px;
    background-color: #be6e46;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ee8c2f" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.darkpeach-to-yellow {
  width: 100%;
  height: 100px;
  background-color: #be6e46;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23efb643" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.darkpeach-to-yellow.reverse {
    width: 100%;
    height: 100px;
    background-color: #be6e46;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23be6e46" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23efb643" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.peach-to-darkpeach {
  width: 100%;
  height: 100px;
  background-color: #d68446;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23be6e46" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.peach-to-darkpeach.reverse {
    width: 100%;
    height: 100px;
    background-color: #d68446;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23be6e46" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.peach-to-brightorange {
  width: 100%;
  height: 100px;
  background-color: #d68446;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ecab41" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.peach-to-brightorange.reverse {
    width: 100%;
    height: 100px;
    background-color: #d68446;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ecab41" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.peach-to-red {
  width: 100%;
  height: 100px;
  background-color: #d68446;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23bf3833" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.peach-to-red.reverse {
    width: 100%;
    height: 100px;
    background-color: #d68446;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23bf3833" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.peach-to-white {
  width: 100%;
  height: 100px;
  background-color: #d68446;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ffffff" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.peach-to-white.reverse {
    width: 100%;
    height: 100px;
    background-color: #d68446;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ffffff" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.peach-to-orange {
  width: 100%;
  height: 100px;
  background-color: #d68446;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ee8c2f" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.peach-to-orange.reverse {
    width: 100%;
    height: 100px;
    background-color: #d68446;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ee8c2f" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.peach-to-yellow {
  width: 100%;
  height: 100px;
  background-color: #d68446;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23efb643" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.peach-to-yellow.reverse {
    width: 100%;
    height: 100px;
    background-color: #d68446;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23d68446" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23efb643" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.brightorange-to-darkpeach {
  width: 100%;
  height: 100px;
  background-color: #ecab41;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23be6e46" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.brightorange-to-darkpeach.reverse {
    width: 100%;
    height: 100px;
    background-color: #ecab41;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23be6e46" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.brightorange-to-peach {
  width: 100%;
  height: 100px;
  background-color: #ecab41;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23d68446" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.brightorange-to-peach.reverse {
    width: 100%;
    height: 100px;
    background-color: #ecab41;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23d68446" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.brightorange-to-red {
  width: 100%;
  height: 100px;
  background-color: #ecab41;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23bf3833" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.brightorange-to-red.reverse {
    width: 100%;
    height: 100px;
    background-color: #ecab41;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23bf3833" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.brightorange-to-white {
  width: 100%;
  height: 100px;
  background-color: #ecab41;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ffffff" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.brightorange-to-white.reverse {
    width: 100%;
    height: 100px;
    background-color: #ecab41;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ffffff" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.brightorange-to-orange {
  width: 100%;
  height: 100px;
  background-color: #ecab41;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ee8c2f" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.brightorange-to-orange.reverse {
    width: 100%;
    height: 100px;
    background-color: #ecab41;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ee8c2f" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.brightorange-to-yellow {
  width: 100%;
  height: 100px;
  background-color: #ecab41;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23efb643" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.brightorange-to-yellow.reverse {
    width: 100%;
    height: 100px;
    background-color: #ecab41;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ecab41" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23efb643" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.red-to-darkpeach {
  width: 100%;
  height: 100px;
  background-color: #bf3833;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23be6e46" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.red-to-darkpeach.reverse {
    width: 100%;
    height: 100px;
    background-color: #bf3833;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23be6e46" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.red-to-peach {
  width: 100%;
  height: 100px;
  background-color: #bf3833;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23d68446" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.red-to-peach.reverse {
    width: 100%;
    height: 100px;
    background-color: #bf3833;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23d68446" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.red-to-brightorange {
  width: 100%;
  height: 100px;
  background-color: #bf3833;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ecab41" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.red-to-brightorange.reverse {
    width: 100%;
    height: 100px;
    background-color: #bf3833;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ecab41" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.red-to-white {
  width: 100%;
  height: 100px;
  background-color: #bf3833;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ffffff" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.red-to-white.reverse {
    width: 100%;
    height: 100px;
    background-color: #bf3833;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ffffff" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.red-to-orange {
  width: 100%;
  height: 100px;
  background-color: #bf3833;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ee8c2f" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.red-to-orange.reverse {
    width: 100%;
    height: 100px;
    background-color: #bf3833;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ee8c2f" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.red-to-yellow {
  width: 100%;
  height: 100px;
  background-color: #bf3833;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23efb643" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.red-to-yellow.reverse {
    width: 100%;
    height: 100px;
    background-color: #bf3833;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23bf3833" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23efb643" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.white-to-darkpeach {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23be6e46" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.white-to-darkpeach.reverse {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23be6e46" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.white-to-peach {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23d68446" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.white-to-peach.reverse {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23d68446" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.white-to-brightorange {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ecab41" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.white-to-brightorange.reverse {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ecab41" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.white-to-red {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23bf3833" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.white-to-red.reverse {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23bf3833" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.white-to-orange {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ee8c2f" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.white-to-orange.reverse {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ee8c2f" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.white-to-yellow {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23efb643" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.white-to-yellow.reverse {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ffffff" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23efb643" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.orange-to-darkpeach {
  width: 100%;
  height: 100px;
  background-color: #ee8c2f;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23be6e46" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.orange-to-darkpeach.reverse {
    width: 100%;
    height: 100px;
    background-color: #ee8c2f;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23be6e46" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.orange-to-peach {
  width: 100%;
  height: 100px;
  background-color: #ee8c2f;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23d68446" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.orange-to-peach.reverse {
    width: 100%;
    height: 100px;
    background-color: #ee8c2f;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23d68446" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.orange-to-brightorange {
  width: 100%;
  height: 100px;
  background-color: #ee8c2f;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ecab41" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.orange-to-brightorange.reverse {
    width: 100%;
    height: 100px;
    background-color: #ee8c2f;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ecab41" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.orange-to-red {
  width: 100%;
  height: 100px;
  background-color: #ee8c2f;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23bf3833" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.orange-to-red.reverse {
    width: 100%;
    height: 100px;
    background-color: #ee8c2f;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23bf3833" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.orange-to-white {
  width: 100%;
  height: 100px;
  background-color: #ee8c2f;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ffffff" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.orange-to-white.reverse {
    width: 100%;
    height: 100px;
    background-color: #ee8c2f;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ffffff" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.orange-to-yellow {
  width: 100%;
  height: 100px;
  background-color: #ee8c2f;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23efb643" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.orange-to-yellow.reverse {
    width: 100%;
    height: 100px;
    background-color: #ee8c2f;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23ee8c2f" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23efb643" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.yellow-to-darkpeach {
  width: 100%;
  height: 100px;
  background-color: #efb643;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23be6e46" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.yellow-to-darkpeach.reverse {
    width: 100%;
    height: 100px;
    background-color: #efb643;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23be6e46" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.yellow-to-peach {
  width: 100%;
  height: 100px;
  background-color: #efb643;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23d68446" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.yellow-to-peach.reverse {
    width: 100%;
    height: 100px;
    background-color: #efb643;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23d68446" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.yellow-to-brightorange {
  width: 100%;
  height: 100px;
  background-color: #efb643;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ecab41" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.yellow-to-brightorange.reverse {
    width: 100%;
    height: 100px;
    background-color: #efb643;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ecab41" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.yellow-to-red {
  width: 100%;
  height: 100px;
  background-color: #efb643;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23bf3833" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.yellow-to-red.reverse {
    width: 100%;
    height: 100px;
    background-color: #efb643;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23bf3833" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.yellow-to-white {
  width: 100%;
  height: 100px;
  background-color: #efb643;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ffffff" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.yellow-to-white.reverse {
    width: 100%;
    height: 100px;
    background-color: #efb643;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ffffff" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.yellow-to-orange {
  width: 100%;
  height: 100px;
  background-color: #efb643;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ee8c2f" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.yellow-to-orange.reverse {
    width: 100%;
    height: 100px;
    background-color: #efb643;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="%23efb643" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ee8c2f" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.image.above.image-to-darkpeach {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23be6e46" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.image.above.image-to-darkpeach.reverse {
    width: 100%;
    height: 100px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23be6e46" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.image.above.image-to-peach {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23d68446" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.image.above.image-to-peach.reverse {
    width: 100%;
    height: 100px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23d68446" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.image.above.image-to-brightorange {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ecab41" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.image.above.image-to-brightorange.reverse {
    width: 100%;
    height: 100px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ecab41" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.image.above.image-to-red {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23bf3833" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.image.above.image-to-red.reverse {
    width: 100%;
    height: 100px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23bf3833" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.image.above.image-to-white {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ffffff" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.image.above.image-to-white.reverse {
    width: 100%;
    height: 100px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ffffff" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.image.above.image-to-orange {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23ee8c2f" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.image.above.image-to-orange.reverse {
    width: 100%;
    height: 100px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23ee8c2f" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

.separator.image.above.image-to-yellow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: transparent;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 100 0 0 100 0"/%3E%3Cpolygon fill="%23efb643" points="100 0 100 100 0 100"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .separator.image.above.image-to-yellow.reverse {
    width: 100%;
    height: 100px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"%3E%3Cpolygon fill="transparent" points="0 0 100 0 100 100"/%3E%3Cpolygon fill="%23efb643" points="0 0 0 100 100 100"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100% 100%; }

html {
  height: 100%; }

#body-wrapper .container {
  padding: 2rem 0 2rem; }

.header-fixed #body-wrapper {
  padding-top: 2.5rem; }

.header-fixed .hero + #start > #body-wrapper {
  padding-top: 0; }

section.section {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative; }

.overlay-light, .overlay-dark, .overlay-light-gradient, .overlay-dark-gradient {
  z-index: 0; }

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-size: cover;
  background-position: center; }
  .hero.hero-fullscreen {
    height: 100vh; }
  .hero.hero-large {
    height: 500px; }
  .hero.hero-medium {
    height: 400px; }
  .hero.hero-small {
    height: 110px; }
  .hero.hero-tiny {
    height: 8rem; }
  .header-fixed .hero {
    background-position: 50% 0; }
  .hero h1 {
    color: black;
    font-size: 4rem !important; }
  .hero h2 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 2.5rem !important; }
  .hero h1 + h2 {
    margin-top: -45px !important; }
  .hero.text-light h1 {
    color: #fff; }
  .hero.text-light h2 {
    color: rgba(255, 255, 255, 0.8); }
  .hero p {
    font-size: 130%;
    font-weight: 300; }
  .hero #to-start {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    font-size: 2rem;
    cursor: pointer; }

.image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  .overlay-light .image-overlay {
    background: rgba(255, 255, 255, 0.4); }
  .overlay-light-gradient .image-overlay {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)); }
  .overlay-dark .image-overlay {
    background: rgba(0, 0, 0, 0.4); }
  .overlay-dark-gradient .image-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)); }

.title-center h1, .title-center h2 {
  text-align: center; }

.title-h1h2 h1 {
  font-weight: 100; }
  .title-h1h2 h1 strong, .title-h1h2 h1 bold {
    font-weight: 400; }

.title-h1h2 h1 + h2, .title-center h1 + h2 {
  margin-top: -35px;
  margin-bottom: 50px;
  font-weight: 700; }

a:focus {
  outline: none !important; }

img {
  max-width: 100%; }

pre:not(.phpdebugbar-widgets-code-block) code {
  background: #f8f8f8;
  display: block;
  padding: 1rem !important;
  line-height: 1.5;
  color: inherit;
  border-radius: 2px;
  overflow-x: auto; }

pre.xdebug-var-dump {
  background: #f8f8f8;
  display: block;
  padding: 1rem !important;
  line-height: 1.5;
  color: inherit;
  border-radius: 2px;
  overflow-x: auto; }

i.fa.fa-heart.pulse, i.fa.fa-heart-o.pulse {
  color: #920; }

b,
strong {
  font-weight: 700; }

.heavy {
  font-weight: 700; }

.light {
  font-weight: 200; }

.text-light {
  color: rgba(255, 255, 255, 0.8); }
  .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
    color: rgba(255, 255, 255, 0.9); }

#error {
  text-align: center;
  position: relative;
  margin-top: 5rem; }
  #error .icon {
    font-size: 50px; }

#messages {
  margin-bottom: 1rem; }
  #messages .icon {
    font-size: 120%; }

.notices {
  margin: 1.5rem 0; }
  .notices p {
    margin: 1rem 0; }

form .button-wrapper {
  margin-top: 0.75rem;
  margin-bottom: 1rem; }

form span.required {
  color: #e85600;
  font-weight: 700;
  font-size: 150%; }

form .form-input[type=range] {
  appearance: slider-horizontal; }
  form .form-input[type=range]:focus {
    box-shadow: none;
    border: none; }

.mobile-container {
  position: absolute;
  top: 40%;
  left: 0;
  margin: 0 auto;
  z-index: 2; }

.mobile-logo svg {
  max-width: 150px;
  margin-top: 1rem;
  margin-left: 1.4rem; }
  .mobile-logo svg path {
    fill: #fff; }

.mobile-menu {
  display: none;
  top: 0;
  right: 0;
  z-index: 3; }
  .header-fixed .mobile-menu {
    position: fixed; }
  @media (max-width: 840px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu .button_container {
    position: absolute;
    top: 1rem;
    right: 1rem;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease, top 0.5s ease; }
    .mobile-menu .button_container:hover {
      opacity: .7; }
    .mobile-menu .button_container.active {
      position: fixed; }
      .mobile-menu .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #FFF; }
      .mobile-menu .button_container.active .middle {
        opacity: 0;
        background: #FFF; }
      .mobile-menu .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #FFF; }
    .mobile-menu .button_container span {
      background: #FFF;
      border: none;
      height: 5px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all .35s ease;
      cursor: pointer; }
      .mobile-menu .button_container span:nth-of-type(2) {
        top: 11px; }
      .mobile-menu .button_container span:nth-of-type(3) {
        top: 22px; }

.overlay {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s; }
  .overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%; }
  .overlay nav {
    position: relative;
    margin: 0 auto;
    text-align: center; }

.overlay-menu {
  height: calc(100% - 90px);
  overflow-y: scroll; }
  .overlay-menu > .tree {
    text-align: left; }

.treemenu.treemenu-root {
  margin: 1rem; }

.treemenu li {
  list-style: none;
  margin: 0 0 1px;
  padding: 5px 0;
  line-height: 1.2rem;
  background: rgba(58, 58, 58, 0.1); }
  .treemenu li a {
    display: block;
    margin-left: 1.2rem;
    font-size: 1rem; }
    .treemenu li a:hover, .treemenu li a:focus, .treemenu li a.active {
      color: #cc4540 !important;
      text-decoration: none; }

.treemenu ul {
  margin: 0 0 0 1rem; }

.treemenu .toggler {
  cursor: pointer;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1rem;
  padding-left: 5px;
  float: left; }
  .treemenu .toggler:before {
    display: inline-block;
    margin-right: 2pt; }

.treemenu li.tree-empty > .toggler {
  opacity: 0.3;
  cursor: default; }
  .treemenu li.tree-empty > .toggler:before {
    content: "\2022"; }

.treemenu li.tree-closed > .toggler:before {
  content: "+"; }

.treemenu li.tree-opened > .toggler:before {
  content: "\2212"; }

.mobile-nav-open {
  overflow-y: hidden; }

.default-animation, #modular-features.small .feature-icon i, #modular-features .feature-icon {
  transition: all 0.5s ease; }

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes pulse_animation {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1.08); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  70% {
    transform: scale(1.05); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

#header {
  width: 100%;
  height: 2.5rem;
  border-bottom: 1px solid rgba(122, 122, 122, 0.2);
  height: 2.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  background: #f7e8d4;
  color: #141414; }
  #header .navbar-section {
    height: 1.2rem; }
  #header ~ .mobile-menu .button_container {
    top: 0.5rem; }
  #header a {
    color: #141414; }
  .header-fixed #header {
    position: fixed;
    top: 0;
    z-index: 2; }

body.sticky-footer {
  min-height: 100%;
  display: flex;
  flex-direction: column; }
  body.sticky-footer #page-wrapper {
    flex: 1; }

#footer {
  color: #acb3c2;
  padding: 1rem 1rem 0;
  text-align: center; }

@media (max-width: 840px) {
  .dropmenu {
    display: none; } }

.dropmenu ul {
  white-space: nowrap;
  margin: 0;
  display: flex; }
  .dropmenu ul li {
    position: relative;
    margin: 0; }
    .dropmenu ul li a {
      text-decoration: none;
      padding: 7px 30px 7px 20px;
      display: block; }
      .dropmenu ul li a:hover, .dropmenu ul li a:focus, .dropmenu ul li a.active {
        color: #bf3833 !important; }
      .dropmenu ul li a:before {
        content: '\f107';
        font-family: 'FontAwesome';
        display: inline-block;
        vertical-align: middle;
        float: right;
        margin-right: -20px; }
      .dropmenu ul li a:only-child {
        padding-right: 20px; }
        .dropmenu ul li a:only-child:before {
          content: ''; }
    .dropmenu ul li:hover > ul {
      display: block;
      visibility: visible; }
  .dropmenu ul ul li a:before {
    content: '\f105'; }
  .dropmenu ul ul {
    position: absolute;
    top: 100%;
    list-style: none;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    visibility: hidden; }
    .dropmenu ul ul ul {
      position: absolute;
      left: 100%;
      top: 0; }

.dropmenu > ul > li {
  display: inline-block; }

.dropmenu.animated ul li {
  transition: background .7s, color 0.5s; }

.dropmenu.animated ul li:hover > ul {
  opacity: 1;
  transform: translateY(0); }

.dropmenu.animated ul ul {
  transition: transform .3s, opacity .5s;
  opacity: 0;
  transform: translateY(-10px); }

/** Extra columns spacing **/
.extra-spacing:not(.col-12), :not(.col12) > .e-content {
  padding-right: 1rem; }
  @media (max-width: 840px) {
    .extra-spacing:not(.col-12), :not(.col12) > .e-content {
      padding-right: 0; } }

/** Breadcrumbs styling **/
#breadcrumbs {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-top: -1rem;
  margin-bottom: 1rem; }
  #breadcrumbs i {
    display: none; }
  #breadcrumbs span, #breadcrumbs a {
    padding: 0 0.5rem; }
    #breadcrumbs span:first-child, #breadcrumbs a:first-child {
      padding-left: 0; }
  #breadcrumbs span:not(:first-child)::before, #breadcrumbs a:not(:first-child)::before {
    color: #e7e9ed;
    content: "/";
    padding-right: 1rem; }

/** Blog Listing **/
.blog-listing .bricklayer-column {
  padding-left: 0px;
  padding-right: 25px; }

.blog-listing .card {
  margin-bottom: 25px;
  border: 0;
  box-shadow: 0 10px 45px -9px rgba(0, 0, 0, 0.1); }

.blog-listing .card-footer {
  text-align: right; }

.blog-listing .blog-date {
  font-size: 13px; }

/** Blog Item **/
.content-title {
  margin-bottom: 2rem; }
  .content-title h2 {
    margin-bottom: 0.5rem; }

.label {
  font-size: 12px;
  text-transform: uppercase; }

/** Pagination **/
ul.pagination {
  justify-content: center; }

.prev-next {
  margin-top: 4rem; }

/** Sidebar specific tweaks **/
#sidebar ul.related-pages {
  box-shadow: none;
  padding: 0; }
  #sidebar ul.related-pages li {
    border-bottom: 1px solid #adadad; }
    #sidebar ul.related-pages li:last-child {
      border-bottom: 0; }

#sidebar ul.archives {
  list-style: none;
  margin-left: 0; }
  #sidebar ul.archives .label {
    vertical-align: text-top; }

#modular-hero #to-start {
  bottom: 3.5rem; }

#modular-features {
  text-align: center; }
  #modular-features.offset-box .frame-box {
    margin: -3rem -1.4rem 3rem;
    padding: 1rem 1rem;
    background: #fff;
    box-shadow: 0 0 75px 0 rgba(20, 20, 20, 0.1); }
  #modular-features.small .columns {
    margin-top: -1rem; }
  #modular-features.small .column:hover .feature-icon i {
    color: #bf3833; }
  #modular-features.small .feature-icon {
    display: block;
    justify-content: left; }
    #modular-features.small .feature-icon i {
      position: relative;
      display: inherit;
      font-size: 70px;
      margin: 0 auto 1rem;
      transform: none;
      left: auto;
      top: auto;
      color: #7a7a7a; }
    #modular-features.small .feature-icon h6 {
      text-transform: none; }
  #modular-features .frame-box {
    padding: 3rem 0; }
    #modular-features .frame-box > p {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
  #modular-features .column {
    padding: 1rem; }
    #modular-features .column:hover .feature-icon {
      color: #7a7a7a; }
      #modular-features .column:hover .feature-icon h6 {
        color: #bf3833; }
    #modular-features .column:hover .feature-content {
      color: #3a3a3a; }
  #modular-features .feature-icon {
    font-size: 130px;
    height: 100px;
    color: #bababa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 1rem 0; }
    #modular-features .feature-icon i {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
    #modular-features .feature-icon h6 {
      background: #fff;
      line-height: 1;
      z-index: 1;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0;
      display: block;
      color: #3a3a3a; }
  #modular-features .feature-content {
    color: #7a7a7a; }

#modular-text {
  padding-top: 4rem;
  padding-bottom: 4rem; }
