@charset "UTF-8";
@import url("https://use.typekit.net/tww3mgz.css");
@import url("https://use.typekit.net/vni4kuk.css");
html {
  font-size: 50%; }
  @media (min-width: 768px) {
    html {
      font-size: 45%; } }
  @media (min-width: 1024px) {
    html {
      font-size: 62.5%; } }

body {
  font-family: playfair-display, serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000000;
  background-color: #ffffff; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  display: block; }

strong {
  font-weight: 600; }

section {
  max-width: 1920px;
  margin: 0 auto; }

.container {
  max-width: 1000px;
  padding: 0 1.5rem; }
  .container--wider {
    max-width: 1100px; }
  .container--widest {
    max-width: 1400px; }

.footer {
  padding: 3rem 1rem 3rem 1rem; }

.site-cta {
  font-family: montserrat, sans-serif;
  background: transparent;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4.5rem;
  padding: 0 4.5rem;
  display: inline-block;
  margin: 0 auto;
  border: 0.15rem solid #000; }

.top-section {
  background: #edd3c9;
  background: linear-gradient(90deg, #edd3c9 0%, #f4e2d9 50%, #fae8df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edd3c9",endColorstr="#fae8df",GradientType=1); }
  @media (min-width: 768px) {
    .top-section {
      background-image: url("../img/site/top-bg.jpg");
      background-position: bottom center; } }
  .top-section__mobile {
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .top-section__mobile {
        display: none; } }

@media (min-width: 768px) {
  .top-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "text logo" "text logo"; } }

.top-box__logo {
  padding: 4rem 0 0; }
  @media (min-width: 768px) {
    .top-box__logo {
      grid-area: logo;
      min-height: 50rem; } }
  @media (min-width: 1024px) {
    .top-box__logo {
      min-height: 45rem; } }
  .top-box__logo img {
    width: 26.4rem;
    margin: 0 auto; }

.top-box-text {
  text-align: center;
  padding: 4rem 0; }
  @media (min-width: 768px) {
    .top-box-text {
      grid-area: text;
      align-self: center;
      justify-self: center; } }
  .top-box-text__header {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 2rem; }
  .top-box-text p {
    font-family: montserrat, sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 2rem auto; }

.product-section {
  background: #fef3ee; }
  @media (min-width: 768px) {
    .product-section {
      padding: 2.5rem 0; } }

.product-row {
  text-align: center; }
  @media (min-width: 768px) {
    .product-row {
      display: flex;
      align-items: center;
      padding: 2.5rem 0; }
      .product-row:nth-child(odd) {
        flex-direction: row-reverse;
        text-align: left; }
      .product-row:nth-child(even) {
        text-align: right; }
        .product-row:nth-child(even) .product-row__list li::before {
          content: ""; }
        .product-row:nth-child(even) .product-row__list li::after {
          content: "●";
          display: inline-block;
          padding-left: 1rem; } }
  .product-row__text {
    padding: 6rem 0; }
    @media (min-width: 768px) {
      .product-row__text {
        flex: 1 1 50%; } }
  .product-row__image {
    margin: 0 -1.5rem; }
    @media (min-width: 768px) {
      .product-row__image {
        flex: 1 1 50%;
        margin: 0 auto;
        padding: 0 5rem; } }
    .product-row__image img {
      width: 100%; }
  .product-row__header {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 3rem; }
  .product-row__list {
    font-family: montserrat, sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem; }
    .product-row__list li {
      margin: 2rem auto; }
      .product-row__list li::before {
        content: "●";
        display: inline-block;
        padding-right: 1rem; }
      .product-row__list li:last-of-type {
        margin-bottom: 0; }

#content2 {
  background: #f1dcd3; }

.poll-container,
.poll {
  background: transparent;
  padding-top: 6rem;
  color: #000000;
  padding-bottom: 4rem;
  min-height: 645px; }

.poll-container h2,
.poll hgroup > h1 {
  font-family: playfair-display, serif;
  font-size: 3rem;
  line-height: 3.8rem;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 2rem;
  font-weight: 400; }
  .poll-container h2 img,
  .poll hgroup > h1 img {
    margin: 0 auto; }

#counter,
.poll #counter,
.poll #counter-current {
  margin-top: 0;
  font-weight: 500;
  font-family: montserrat, sans-serif;
  font-size: 4rem;
  color: #ca4750; }

.question-header,
.poll-question-header h3 {
  font-family: montserrat, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #000;
  margin: 0 auto;
  max-width: 650px; }

.poll .poll-question {
  max-width: 560px;
  margin-top: 2rem; }

.question-options {
  max-width: 560px;
  padding-bottom: 0; }

.question-options .option {
  display: block;
  position: relative;
  width: 100%;
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  margin: 10px 0;
  color: inherit;
  font-family: montserrat, sans-serif;
  font-weight: 300;
  text-transform: none; }

.poll-question input[type="radio"] + label,
.poll-question input[type="checkbox"] + label {
  font-family: montserrat, sans-serif;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 1rem;
  font-weight: 300;
  background-color: #fcf0ea;
  border: 1px solid #fcf0ea;
  color: #000000;
  cursor: pointer;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 645px; }

.poll-question input[type="radio"] + label:hover,
.poll-question input[type="radio"]:checked + label,
.poll-question input[type="checkbox"] + label:hover,
.poll-question input[type="checkbox"]:checked + label {
  background: #ffffff;
  border: 1px solid #ffffff;
  font-weight: 500;
  color: #000; }

.poll-question {
  padding-bottom: 0;
  max-width: 560px; }

.form-navi {
  display: flex;
  width: 100%;
  margin-top: 3rem;
  text-align: center; }

.form-navi,
.form-submit {
  max-width: 560px;
  justify-content: center; }

.form-navi .btn.next,
.form-navi .btn.prev {
  font-family: montserrat, sans-serif;
  font-size: 1.6rem;
  background: transparent;
  color: #000;
  font-weight: 600;
  width: calc(50% - 1rem);
  cursor: pointer;
  height: 5.4rem;
  line-height: 5.4rem;
  border-radius: 0;
  border: 1px solid #000;
  text-transform: capitalize; }
  .form-navi .btn.next:hover, .form-navi .btn.next:focus,
  .form-navi .btn.prev:hover,
  .form-navi .btn.prev:focus {
    border: 1px solid #000;
    color: #000;
    background: transparent; }

.form-navi .btn.next::after {
  display: none;
  content: "";
  padding-left: 2rem; }

.form-navi .btn.prev {
  margin-right: 2rem; }
  .form-navi .btn.prev::before {
    display: none;
    content: "";
    padding-right: 2.5rem; }

.form-navi .btn,
.form-navi .btn i {
  display: inline-block;
  font-style: normal; }

.form-navi .btn:before {
  display: none; }

.form-navi .btn.next i {
  padding-left: 2.5rem; }

.form-navi .btn.prev i {
  padding-right: 2.5rem; }

#poll-container .rules {
  font-family: montserrat, sans-serif;
  font-size: 1.4rem; }
  #poll-container .rules a {
    color: #ca4750;
    font-weight: 600; }
