@charset "UTF-8";
#ecd-hero,
#ecd-trust,
#ecd-solves,
#ecd-audiences,
#ecd-functions,
#ecd-compare,
#ecd-reviews,
#ecd-faq {
  position: relative;
  background: #ffffff;
}
#ecd-hero .page-wrap,
#ecd-trust .page-wrap,
#ecd-solves .page-wrap,
#ecd-audiences .page-wrap,
#ecd-functions .page-wrap,
#ecd-compare .page-wrap,
#ecd-reviews .page-wrap,
#ecd-faq .page-wrap {
  position: relative;
  width: auto;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  padding-left: 18%;
  padding-right: 18%;
}
@media (min-width: 1250px) and (max-width: 1549px) {
  #ecd-hero .page-wrap,
  #ecd-trust .page-wrap,
  #ecd-solves .page-wrap,
  #ecd-audiences .page-wrap,
  #ecd-functions .page-wrap,
  #ecd-compare .page-wrap,
  #ecd-reviews .page-wrap,
  #ecd-faq .page-wrap {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 430px) and (max-width: 1249px) {
  #ecd-hero .page-wrap,
  #ecd-trust .page-wrap,
  #ecd-solves .page-wrap,
  #ecd-audiences .page-wrap,
  #ecd-functions .page-wrap,
  #ecd-compare .page-wrap,
  #ecd-reviews .page-wrap,
  #ecd-faq .page-wrap {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 430px) {
  #ecd-hero .page-wrap,
  #ecd-trust .page-wrap,
  #ecd-solves .page-wrap,
  #ecd-audiences .page-wrap,
  #ecd-functions .page-wrap,
  #ecd-compare .page-wrap,
  #ecd-reviews .page-wrap,
  #ecd-faq .page-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#ecd-hero h2,
#ecd-trust h2,
#ecd-solves h2,
#ecd-audiences h2,
#ecd-functions h2,
#ecd-compare h2,
#ecd-reviews h2,
#ecd-faq h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #133E42;
  margin: 0 0 12px;
}
@media (max-width: 999px) {
  #ecd-hero h2,
  #ecd-trust h2,
  #ecd-solves h2,
  #ecd-audiences h2,
  #ecd-functions h2,
  #ecd-compare h2,
  #ecd-reviews h2,
  #ecd-faq h2 {
    font-size: 25px;
  }
}
#ecd-hero p.intro,
#ecd-trust p.intro,
#ecd-solves p.intro,
#ecd-audiences p.intro,
#ecd-functions p.intro,
#ecd-compare p.intro,
#ecd-reviews p.intro,
#ecd-faq p.intro {
  max-width: 720px;
  color: #4f4f4f;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 28px;
}

/* ---------- Knoppen ---------- */
.ecd-cta {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(to right, #0d8c8b, #00aaa9);
}
.ecd-cta:hover {
  background: linear-gradient(to right, #0d8c8b, #00bebd);
}

/* ---------- 1. Hero ---------- */
#ecd-hero {
  background: linear-gradient(180deg, #ffffff 0%, #F0EFE9 100%);
  padding: 64px 0;
}
@media (min-width: 430px) and (max-width: 999px) {
  #ecd-hero {
    padding: 44px 0;
  }
}
@media (max-width: 430px) {
  #ecd-hero {
    padding: 32px 0;
  }
}
#ecd-hero .ecd-hero-inner {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
@media (max-width: 999px) {
  #ecd-hero .ecd-hero-inner {
    flex-direction: column;
    gap: 32px;
  }
}
#ecd-hero .ecd-hero-text {
  flex: 1 1 56%;
}
#ecd-hero .ecd-hero-right {
  flex: 1 1 44%;
  position: relative;
}
@media (max-width: 999px) {
  #ecd-hero .ecd-hero-right {
    width: 100%;
  }
}
#ecd-hero .ecd-hero-visual {
  width: 100%;
  height: 320px;
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 999px) {
  #ecd-hero .ecd-hero-visual {
    height: 220px;
  }
}
#ecd-hero .ecd-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#ecd-hero .ecd-hero-form-card {
  position: relative;
  z-index: 2;
  width: 75%;
  margin: -100px auto 0;
}
@media (max-width: 999px) {
  #ecd-hero .ecd-hero-form-card {
    width: 100%;
    margin: 18px 0 0;
  }
}
#ecd-hero .ecd-hero-form-card .c1 {
  margin-bottom: 0 !important;
}
#ecd-hero .eyebrow {
  color: #0d8c8c;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
#ecd-hero h1 {
  font-size: 44px;
  line-height: 1.1;
  color: #133E42;
  margin: 0 0 18px;
}
@media (max-width: 999px) {
  #ecd-hero h1 {
    font-size: 32px;
  }
}
@media (max-width: 430px) {
  #ecd-hero h1 {
    font-size: 26px;
  }
}
#ecd-hero p.intro {
  margin-bottom: 22px;
}
#ecd-hero .ecd-usps {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}
#ecd-hero .ecd-usps li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #133E42;
  font-size: 16px;
}
#ecd-hero .ecd-usps li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background: #0d8c8c;
  color: #fff;
  font-size: 12px;
}

/* Hero formulier-kaart (homepage .signup-form-stijl, overgenomen uit home.scss) */
.ecd-hero-form-card {
  background: #fff;
  border: 1px solid #e3e3e0;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(19, 62, 66, 0.1);
  padding: 26px;
}
@media (max-width: 430px) {
  .ecd-hero-form-card {
    padding: 18px;
  }
}
.ecd-hero-form-card h2 {
  font-size: 20px;
  color: #133E42;
  margin: 0 0 16px;
}
.ecd-hero-form-card .signup-form .form-group {
  margin-bottom: 12px;
}
.ecd-hero-form-card .signup-form .form-group:last-of-type {
  margin-bottom: 0;
}
.ecd-hero-form-card .signup-form .form-group label {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #133E42;
  margin-bottom: 5px;
}
.ecd-hero-form-card .signup-form .form-group .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.ecd-hero-form-card .signup-form .form-group .input-wrapper .input-icon {
  position: absolute;
  left: 15px;
  width: 18px;
  height: 18px;
  z-index: 2;
  filter: brightness(0) saturate(100%);
}
.ecd-hero-form-card .signup-form .form-group .input-wrapper input {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 15px 14px 46px;
  border: 1px solid #C7C7C7;
  border-radius: 6px;
  font-size: 16px;
  background: #fff;
  transition: all 0.3s ease;
}
.ecd-hero-form-card .signup-form .form-group .input-wrapper input:focus {
  outline: none;
  border-color: #133E42;
  box-shadow: 0 0 0 3px rgba(19, 62, 66, 0.1);
}
.ecd-hero-form-card .promo-button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 13px 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to right, #0d8c8b, #00aaa9);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s ease;
}
.ecd-hero-form-card .promo-button:hover {
  background: linear-gradient(to right, #0d8c8b, #00bebd);
}

/* ---------- 2. Vertrouwensbalk ---------- */
#ecd-trust {
  background: #133E42;
  padding: 22px 0;
}
#ecd-trust .page-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 26px;
}
#ecd-trust .ecd-trust-lead {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
#ecd-trust .ecd-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
}
#ecd-trust .ecd-badges img {
  height: 40px;
  width: auto;
  display: block;
}
#ecd-trust .ecd-badges .ecd-badge-text {
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  white-space: nowrap;
}
@media (max-width: 430px) {
  #ecd-trust {
    padding: 16px 0;
  }
  #ecd-trust .page-wrap {
    gap: 10px 14px;
  }
  #ecd-trust .ecd-trust-lead {
    font-size: 14px;
  }
  #ecd-trust .ecd-badges {
    gap: 8px;
  }
  #ecd-trust .ecd-badges img {
    height: 28px;
  }
  #ecd-trust .ecd-badges .ecd-badge-text {
    padding: 4px 10px;
    font-size: 11px;
  }
}

/* ---------- Kaartrasters ---------- */
.ecd-grid {
  display: grid;
  gap: 20px;
}

.ecd-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.ecd-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 1000px) and (max-width: 1249px) {
  .ecd-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  .ecd-grid-4,
  .ecd-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 430px) {
  .ecd-grid-4,
  .ecd-grid-3 {
    grid-template-columns: 1fr;
  }
}
.ecd-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid #e3e3e0;
  border-radius: 10px;
  padding: 16px;
}
.ecd-card .ecd-card-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
  margin-top: 2px;
}
.ecd-card .ecd-card-body {
  flex: 1 1 auto;
  min-width: 0;
}
.ecd-card h3 {
  font-size: 17px;
  color: #133E42;
  margin: 0 0 4px;
}
.ecd-card p {
  font-size: 14px;
  color: #4f4f4f;
  line-height: 1.5;
  margin: 0;
}

#ecd-solves {
  background: #F0EFE9;
  padding: 64px 0;
}
@media (min-width: 430px) and (max-width: 999px) {
  #ecd-solves {
    padding: 44px 0;
  }
}
@media (max-width: 430px) {
  #ecd-solves {
    padding: 32px 0;
  }
}

#ecd-audiences {
  background: #ffffff;
  padding: 64px 0;
}
@media (min-width: 430px) and (max-width: 999px) {
  #ecd-audiences {
    padding: 44px 0;
  }
}
@media (max-width: 430px) {
  #ecd-audiences {
    padding: 32px 0;
  }
}

#ecd-functions {
  background: #F0EFE9;
  padding: 64px 0;
}
@media (min-width: 430px) and (max-width: 999px) {
  #ecd-functions {
    padding: 44px 0;
  }
}
@media (max-width: 430px) {
  #ecd-functions {
    padding: 32px 0;
  }
}

#ecd-compare {
  background: #ffffff;
  padding: 64px 0;
}
@media (min-width: 430px) and (max-width: 999px) {
  #ecd-compare {
    padding: 44px 0;
  }
}
@media (max-width: 430px) {
  #ecd-compare {
    padding: 32px 0;
  }
}

#ecd-reviews {
  background: #F0EFE9;
  padding: 64px 0;
}
@media (min-width: 430px) and (max-width: 999px) {
  #ecd-reviews {
    padding: 44px 0;
  }
}
@media (max-width: 430px) {
  #ecd-reviews {
    padding: 32px 0;
  }
}

#ecd-faq {
  background: #ffffff;
  padding: 64px 0;
}
@media (min-width: 430px) and (max-width: 999px) {
  #ecd-faq {
    padding: 44px 0;
  }
}
@media (max-width: 430px) {
  #ecd-faq {
    padding: 32px 0;
  }
}

/* ---------- 4. Doelgroepen ---------- */
#ecd-audiences .ecd-audience-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #e3e3e0;
  border-radius: 10px;
  padding: 13px 16px;
}
#ecd-audiences .ecd-audience-code {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 24px;
  padding: 0 7px;
  border-radius: 5px;
  background: #133E42;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.02em;
}
#ecd-audiences .ecd-audience-title {
  flex: 1 1 auto;
  color: #133E42;
  font-weight: 600;
  font-size: 15px;
}
#ecd-audiences .ecd-audience-soon {
  flex: 0 0 auto;
  color: #296769;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* ---------- 6. ECD vs EPD + certificering ---------- */
#ecd-compare .page-wrap {
  display: flex;
  gap: 48px;
}
@media (max-width: 999px) {
  #ecd-compare .page-wrap {
    flex-direction: column;
    gap: 28px;
  }
}
#ecd-compare .ecd-compare-col {
  flex: 1;
}
#ecd-compare h3 {
  font-size: 22px;
  color: #133E42;
  margin: 0 0 10px;
}
#ecd-compare p {
  color: #4f4f4f;
  line-height: 1.55;
  margin: 0 0 12px;
}

.ecd-link {
  color: #0d8c8c;
  font-weight: 700;
  text-decoration: none;
}
.ecd-link:hover {
  text-decoration: underline;
}

/* ---------- 7. Reviews ---------- */
#ecd-reviews .ecd-review {
  background: #fff;
  border: 1px solid #e3e3e0;
  border-radius: 10px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  box-sizing: border-box;
}
#ecd-reviews .ecd-stars {
  color: gold;
  letter-spacing: 2px;
  font-size: 15px;
}
#ecd-reviews .ecd-review-quote {
  color: #133E42;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
#ecd-reviews .ecd-review-author {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
#ecd-reviews .ecd-review-avatar {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ecd-reviews .ecd-review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#ecd-reviews .ecd-review-avatar.initials {
  background: #0d8c8c;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
#ecd-reviews .ecd-review-meta strong {
  display: block;
  color: #133E42;
  font-size: 15px;
}
#ecd-reviews .ecd-review-meta span {
  display: block;
  color: #4f4f4f;
  font-size: 13px;
}

/* ---------- 8. FAQ (.qna, gelijk aan o.a. de prijzen-pagina) ---------- */
#ecd-faq .qna {
  max-width: 820px;
  margin: 0 auto;
  background: #F7F7F5;
  border-radius: 18px;
  padding: 0 40px 36px;
}
@media (max-width: 999px) {
  #ecd-faq .qna {
    padding: 0 20px 24px;
    border-radius: 12px;
  }
}
#ecd-faq .qna .header {
  font-size: 21px;
  font-weight: 700;
  color: #133E42;
  padding: 28px 0 20px;
}
#ecd-faq .qna .qna-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ecd-faq .qna .body > ul > li {
  position: relative;
  list-style: none;
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  padding: 14px 44px 14px 18px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
#ecd-faq .qna .body > ul > li:hover {
  background: #f2f2f2;
}
#ecd-faq .qna .body > ul > li > strong {
  display: block;
  font-weight: 600;
  color: #133E42;
  cursor: pointer;
}
#ecd-faq .qna .body > ul > li:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 21px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #9aa5a4;
  transition: transform 0.3s ease-in-out;
}
#ecd-faq .qna .body > ul > li.active:after {
  transform: rotate(90deg);
}
#ecd-faq .qna .body > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
#ecd-faq .qna .body > ul > li > ul > li {
  padding-top: 10px;
  font-weight: 300;
  color: #4f4f4f;
  line-height: 1.55;
  cursor: default;
}
#ecd-faq .qna .body > ul > li > ul > li p {
  margin: 0;
}

/* Links in de FAQ-antwoorden, in de huisstijl (teal). */
#ecd-faq .qna .body a {
  color: #0d8c8c;
  font-weight: 600;
  text-decoration: underline;
}
#ecd-faq .qna .body a:hover {
  color: #0a6f6f;
}

/* ---------- 9. Eind-CTA (#pb3 = site-component): dekkende achtergrond ---------- */
#pb3 {
  background: #F0EFE9;
}

/* ---------- 9b. Contact-sectie (#s6, getrouwe kopie uit page-overzicht / overzicht.scss) ----------
   Bronstijl gebruikt @use 'constants' as c en @extend .enzo/.os; hier omgezet naar de
   @import-globals van dit bestand en directe font-family (fonts laden site-breed via menu/footer). */
#s6 {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
@media (max-width: 430px) {
  #s6 {
    position: relative;
    height: 1072px;
  }
}
#s6 .bg-woman {
  height: 582px;
  margin-bottom: -4px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 430px) {
  #s6 .bg-woman {
    height: 366px;
  }
}
#s6 .container {
  padding: 48px 25% 85px 18%;
  background: #E1EAEB;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 430px) {
  #s6 .container {
    position: absolute;
    top: 317px;
    display: block;
    padding-left: 30px;
    width: 100%;
    padding-right: 70px;
    height: calc(100% - 317px);
  }
}
@media (min-width: 1000px) and (max-width: 1249px) {
  #s6 .container {
    padding: 48px 15% 85px 10%;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s6 .container {
    padding: 50px 10%;
    justify-content: unset;
    gap: 100px;
  }
}
#s6 .container .contact .heading .header {
  font-family: "ff-enzo-web", sans-serif;
  font-size: 27px;
  font-weight: 700;
}
#s6 .container .contact .heading .subheader {
  margin-top: 8px;
  font-family: "ff-enzo-web", sans-serif;
  font-size: 20px;
  font-weight: 350;
  position: relative;
}
@media (max-width: 430px) {
  #s6 .container .contact .heading .subheader {
    font-size: 23px;
    font-weight: 300;
    margin-top: 4px;
  }
}
#s6 .container .contact .heading .subheader .stripe {
  position: absolute;
  left: 26px;
  top: 24px;
  width: 126px;
}
@media (max-width: 430px) {
  #s6 .container .contact .heading .subheader .stripe {
    left: 0;
    top: 28px;
  }
}
@media (min-width: 1000px) and (max-width: 1249px) {
  #s6 .container .contact .heading .subheader .stripe {
    left: 0;
  }
}
#s6 .container .contact .content {
  margin-top: 40px;
  display: flex;
  gap: 60px;
}
@media (max-width: 430px) {
  #s6 .container .contact .content {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 65px;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s6 .container .contact .content {
    flex-direction: column;
  }
}
#s6 .container .contact .content .item {
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding-bottom: 18px;
  border-bottom: 1px solid #CDCDCD;
}
@media (max-width: 430px) {
  #s6 .container .contact .content .item {
    gap: 23px;
    padding-bottom: 20px;
  }
}
@media (max-width: 430px) {
  #s6 .container .contact .content .item:last-of-type {
    border-bottom: none;
  }
}
#s6 .container .contact .content .item .person {
  display: flex;
  gap: 12px;
  align-items: center;
}
#s6 .container .contact .content .item .person .avatar {
  height: 52px;
  width: 52px;
  border-radius: 50px;
}
#s6 .container .contact .content .item .person .text {
  display: flex;
  flex-direction: column;
}
#s6 .container .contact .content .item .person .text .name {
  font-family: "OpenSans", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}
#s6 .container .contact .content .item .person .text .position {
  font-family: "OpenSans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  color: #787878;
}
#s6 .container .contact .content .item .extra {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#s6 .container .contact .content .item .extra .whatsapp {
  font-family: "OpenSans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
}
#s6 .container .contact .content .item .extra .whatsapp .img {
  width: 16px;
}
#s6 .container .contact .content .item .extra .email {
  font-family: "OpenSans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
}
#s6 .container .contact .content .item .extra .email .img {
  width: 16px;
}
#s6 .container .buttons {
  margin-top: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 430px) {
  #s6 .container .buttons {
    width: 278px;
  }
}
@media (min-width: 430px) and (max-width: 999px) {
  #s6 .container .buttons {
    margin-top: 100px;
  }
}
#s6 .container .buttons button {
  position: relative;
}
#s6 .container .buttons button.btn-1 {
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  color: #000;
  background: #FFF;
  padding: 8px 39px 8px 38px;
  border: none;
  outline: none;
  transition: background 0.3s;
}
#s6 .container .buttons button.btn-1:hover {
  background: #E8E8E8;
  box-shadow: none;
  transform: none;
}
#s6 .container .buttons button.btn-1:active {
  background: #D2D2D2;
  box-shadow: none;
  transform: none;
}
@media (max-width: 430px) {
  #s6 .container .buttons button.btn-1 {
    height: 45px;
    font-size: 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  }
}
#s6 .container .buttons button.btn-2 {
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.96px;
  text-transform: uppercase;
  border-radius: 4px;
  color: #FFF;
  background: #E5C764;
  padding: 8px 39px 8px 38px;
  border: none;
  outline: none;
  transition: background 0.3s;
}
#s6 .container .buttons button.btn-2:active {
  background: #C1A959;
  box-shadow: none;
  transform: none;
}
#s6 .container .buttons button.btn-2:hover {
  background: #AF9950;
  box-shadow: none;
  transform: none;
}
@media (max-width: 430px) {
  #s6 .container .buttons button.btn-2 {
    height: 45px;
    font-size: 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  }
}
#s6 .container .buttons .squares {
  height: 156px;
  position: absolute;
  top: -24px;
  right: -74px;
}
@media (max-width: 430px) {
  #s6 .container .buttons .squares {
    height: 180px;
    top: -38px;
    right: -78px;
  }
}

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