@font-face {
  font-family: Mollie glaston;
  src: url('../fonts/Mollie-Glaston.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --poppy-blue: #0598be;
  --poppy-orange: #f97212;
  --sweet-bluette-bm: #d7e5eb;
  --white: white;
  --off-white: #fefbf6;
  --darker-orange: #ec6a11;
  --black: black;
  --poppy-yellow: #fdb301;
  --transparent: transparent;
  --apricot-tint-bm: #f8dec9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  color: #0598be;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.image {
  text-align: left;
  object-fit: fill;
  align-self: auto;
  display: inline-block;
}

.body {
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.map {
  z-index: auto;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  width: 300px;
  min-width: auto;
  max-width: none;
  height: 200px;
  min-height: auto;
  max-height: none;
  margin: 40px auto auto;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.footer-wrapper {
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.wrap {
  width: 940px;
  margin: 40px auto;
  display: block;
  position: relative;
}

.footer {
  background-color: #0598be;
  grid-template: "Area"
                 "."
                 / 6fr 3.25fr 3.25fr 4fr;
  justify-content: flex-start;
  place-items: center start;
  width: auto;
  height: auto;
  min-height: auto;
  max-height: 165px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0;
  overflow: visible;
}

.company-text {
  color: #747474;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.small-paragraph {
  color: #333;
  align-self: auto;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  color: #1d1f2e4d;
  align-self: end;
  margin-bottom: 10px;
}

.small-paragraph.cc-copyright-footer:hover {
  color: #747474;
  align-self: end;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.cc-footer-section-headline {
  color: #747474;
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.footer-link {
  color: #1d1f2eb3;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.footer-link:hover {
  color: #242424;
}

.footer-email-link {
  color: #000;
  flex: 0 auto;
  align-self: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

.footer-email-link:hover {
  color: #242424;
}

.subscribe-content-wrapper {
  width: 940px;
  margin: 40px auto;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.contact-form-wrap {
  background-color: #fff;
  border: 0 solid #d2d2d580;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.form-wrap {
  border-right: 1px solid #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 65%;
  margin-right: 60px;
  padding-right: 60px;
}

.subscribe-form-label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.subscribe-form-label.cc-contact-form-label {
  color: #000;
  margin-bottom: 10px;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px;
}

.message-form {
  margin-bottom: 0;
}

.field-label {
  color: #747474;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.text-field {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active, .text-field:focus {
  border-color: #1d1f2e;
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-textarea {
  height: 100px;
}

.dark-button {
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.dark-button:hover {
  opacity: .96;
  color: #fff;
  background-color: #2f3247;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form-info {
  margin-bottom: 40px;
}

.office-headline {
  color: #000;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.contact-form-paragraph {
  color: #747474;
}

.contact-form-link {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.contact-form-link:hover {
  color: #747474;
}

.container {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper-2 {
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.subscribe-content-wrapper-2 {
  width: 940px;
  margin: 40px auto;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.office-headline-2 {
  color: #000;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.navbar-dark {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.navbar-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dark-brand {
  flex: 1;
  align-self: center;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  align-self: center;
  align-items: center;
  padding-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.nav-link-light {
  color: #ffffffb3;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 600;
}

.nav-link-light:hover {
  color: #fff;
}

.navbar-dark-nav-button {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  padding: 20px 30px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.navbar-dark-nav-button:hover {
  background-color: #fffc;
}

.container-2 {
  object-fit: fill;
}

.container-3 {
  align-items: stretch;
  display: block;
}

.section {
  object-fit: fill;
  background-color: #f5f5f5;
  border: 1px #0000;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  max-height: 200px;
  margin: auto 0 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.section.footer {
  justify-content: center;
  display: flex;
}

.section.homepage_footer_v1 {
  justify-content: center;
}

.div-block {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 70%;
  min-width: auto;
  max-width: 70%;
  margin: auto;
  display: block;
  overflow: hidden;
}

.link {
  color: #fff;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  display: block;
}

.link-2 {
  font-family: Montserrat, sans-serif;
  display: block;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-around;
  align-self: center;
  align-items: flex-start;
  width: 30%;
  min-width: 30%;
  max-width: none;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.text-block-2 {
  color: #000;
  text-transform: uppercase;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-3 {
  color: #fff;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: block;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #0598be;
  border: 2px #0598be;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.collection-list, .collection-item {
  padding-bottom: 0;
}

.container-4 {
  max-width: 60%;
  padding-top: 0;
  position: static;
}

.form-block {
  display: block;
}

.form {
  border: 1px #000;
  justify-content: space-between;
  align-items: baseline;
  padding-right: 0;
  display: flex;
}

.form.form-2 {
  justify-content: space-between;
  padding: 10px 10px 0;
}

.field-label-2 {
  padding-right: 0;
}

.text-field-2 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin: 20px;
  padding: 0;
  font-family: Montserrat, sans-serif;
}

.text-field-2.email-input {
  background-color: #f5f5f5;
  border: 1px #0000;
  border-radius: 6px;
  flex: 1;
  min-width: 350px;
  margin: 0 16px 0 0;
  padding: 10px;
  font-size: 12px;
}

.submit-button {
  text-transform: uppercase;
  background-color: #0598be;
  border-radius: 40px;
  flex: none;
  align-self: stretch;
  margin: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  overflow: visible;
}

.submit-button.submit-button-2 {
  color: #0598be;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  margin: auto;
  font-size: 14px;
  line-height: 16px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.collection-list-wrapper {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  margin: 12px 0 0;
  display: flex;
}

.div-block-4 {
  flex: 0 auto;
  align-self: center;
  align-items: flex-end;
  margin-top: 20px;
  padding-top: 0;
  display: block;
  position: static;
  inset: auto 0%;
}

.div-block-5 {
  object-fit: fill;
  background-color: #fff;
  border-radius: 0 25px 0 0;
  width: 40%;
  overflow: visible;
}

.div-block-6 {
  object-fit: fill;
  background-color: #3bac5f;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  max-height: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph {
  color: #000;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.column {
  background-color: #0000;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-2 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-7 {
  background-color: #f5f5f5;
  border: 0 #0000;
  border-radius: 80px;
  align-self: stretch;
  margin-top: 20px;
  margin-right: 100px;
  display: block;
}

.form-block-2 {
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 0;
  display: block;
}

.form-block-2.form-block-3 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6px;
  display: block;
}

.heading {
  flex: 1;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 74px;
}

.columns-2 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 40px;
  display: block;
  overflow: visible;
}

.column-3 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: block;
}

.column-4 {
  flex-flow: column;
  flex: 1;
  place-content: stretch flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 34px;
  padding-right: 10px;
  display: inline-block;
}

.div-block-8 {
  width: 300px;
  height: 240px;
  overflow: hidden;
}

.text-block-4 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-2 {
  text-transform: none;
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 30px;
}

.heading-3 {
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.collection-item-2 {
  padding-left: 0;
  padding-right: 16px;
  display: flex;
}

.collection-list-wrapper-2 {
  width: auto;
  padding-left: 0;
  display: block;
}

.success-message {
  background-color: #f5f5f5;
  border-radius: 80px;
}

.section-3 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
}

.text-block-5 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.notify-me {
  text-transform: uppercase;
  background-color: #fd7212;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.notify-me:hover, .notify-me:active, .notify-me:focus {
  background-color: #ec6a11;
}

.error-message-2 {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
}

.text-block-6 {
  color: red;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.success-message-2 {
  background-color: #0000;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.form-3 {
  display: flex;
}

.text-block-7 {
  font-size: 14px;
}

.image-2 {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.collection-list-2, .columns-3 {
  display: flex;
}

.map-2 {
  width: 60%;
  height: 165px;
  display: block;
}

.div-block-9 {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-block-8 {
  width: 460px;
  margin-bottom: 6px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-9 {
  text-align: center;
  align-self: auto;
  padding-top: 6px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-10 {
  height: 165px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.sticky-nav {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #0598be;
  padding: 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: #fd7212;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.link-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.paragraph-2, .heading-6 {
  font-family: Montserrat, sans-serif;
}

.cards-section {
  background-color: #0598be;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.option-list {
  margin-bottom: 5px;
}

.cart-product-name {
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-quantity {
  color: #18181d;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cart {
  margin-left: 15px;
}

.nav1-menu {
  object-fit: fill;
  align-self: center;
  display: flex;
  overflow: visible;
}

.cart-product-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.size5-text.membership {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 36px;
  padding-right: 36px;
}

.size5-text.referrals {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-icon {
  display: inline-block;
  position: relative;
}

.cart-line-item {
  text-transform: none;
}

.navbar1 {
  z-index: auto;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px solid #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1.active-nav1 {
  z-index: 100;
  z-index: 100;
  text-transform: none;
  z-index: 100;
  text-transform: none;
  background-color: #fff;
  display: block;
  position: sticky;
  top: 0;
}

.paypal {
  margin-bottom: 15px;
}

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.nav1-menu-wrap {
  color: var(--poppy-blue);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-close-icon {
  opacity: .5;
}

.empty-state {
  color: #18181d;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-button:hover {
  opacity: .7;
}

.cart-list {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-footer {
  border-top-color: #2c2c33;
  padding: 16px 32px 32px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  padding: 0;
  display: inline-block;
}

.button-small.white-small.membershipandrea {
  border-color: #0000;
  border-radius: 10px;
}

.button-small.orange-small {
  background-color: var(--poppy-orange);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.button-small.orange-small:hover {
  background-color: #ec6a11;
}

.button-small.orange-small.mobile {
  display: none;
}

.button-small.orange-small.jaybook {
  mix-blend-mode: multiply;
  border-radius: 10px;
  margin-left: -18px;
  padding-left: 18px;
  padding-right: 18px;
}

.button-small.blue-small {
  background-color: #0598be;
}

.button-small.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.button-small.white-small.membershipandrea {
  background-color: var(--poppy-orange);
  padding-left: 10px;
  padding-right: 10px;
}

.button-small.orange {
  background-color: var(--poppy-orange);
  border-radius: 10px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

.menu-button.w--open {
  background-color: #0000;
}

.cart-remove-link {
  color: #fff;
}

.close-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-wrap {
  color: #fff;
  background-color: #18181d4d;
}

.cart-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.nav1-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-header {
  border-bottom-color: #2c2c33;
  padding: 25px 32px;
}

.cart-product-image {
  width: 80px;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.text-field-3 {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-3:hover {
  background-color: #f0f0f0;
}

.text-field-3:active {
  background-color: #ececec;
}

.text-field-3:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field-3.cart-input {
  color: #fff;
  text-align: center;
  background-color: #18181d;
  border-style: solid;
  border-color: #2c2c33;
  border-radius: 0;
  width: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.error-message-3 {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cart-container {
  background-color: #18181d;
  min-width: 440px;
  box-shadow: 0 2px 6px #18181d1a;
}

.nav-link-2 {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

.nav-link-2:hover {
  opacity: .7;
}

.nav-link-2.w--current {
  opacity: .7;
  color: #18181d;
}

.keep-shopping-button-wrap {
  margin-top: 16px;
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.size6-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.size6-text.welcome {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}

.web-payment-button {
  border-radius: 0;
  height: 48px;
  margin-bottom: 15px;
}

.label-2 {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label-2.inside-label {
  z-index: 40;
  color: #18181d;
  background-color: #fff;
  border-style: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.label-2.white-label {
  color: #18181d;
  background-color: #fff;
  border-style: none;
}

.dropdown-link {
  color: var(--poppy-blue);
  background-color: #fff;
  width: 93%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
}

.dropdown-link:hover {
  color: #f97212;
}

.dropdown-link.w--current {
  color: #0598be;
  font-family: Montserrat, sans-serif;
}

.dropdown-link.w--current:hover {
  color: #f97212;
}

.dropdown-link.restorative, .dropdown-link.sedation {
  display: none;
}

.brand {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.brand:hover {
  opacity: 1;
}

.brand.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 10px 10px 6px;
}

.text-block-10 {
  color: #f97212;
  text-transform: capitalize;
  flex-direction: column;
  font-family: Mollie glaston, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.nav1-wrap-2 {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.dropdown-list {
  background-color: var(--off-white);
  padding-top: 10px;
  box-shadow: 0 10px 40px #18181d1a;
}

.dropdown-list.w--open {
  background-color: var(--white);
}

.text-block-11 {
  color: #0598be;
  text-align: left;
  letter-spacing: .005em;
  column-count: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.menu-icon-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  display: inline-block;
  position: relative;
}

.nav-link-3 {
  color: var(--poppy-blue);
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  position: relative;
}

.nav-link-3:hover {
  opacity: 1;
  color: var(--darker-orange);
}

.nav-link-3:active {
  color: #ec6a11;
}

.nav-link-3:focus {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 500;
}

.nav-link-3:visited {
  color: var(--poppy-blue);
}

.nav-link-3.w--current {
  opacity: 1;
  outline-offset: 0px;
  color: var(--poppy-blue);
  cursor: pointer;
  outline: 3px #f97212;
  font-weight: 700;
}

.nav-link-3.w--current:hover {
  color: var(--darker-orange);
}

.nav-link-3.condensed {
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
}

.dropdown-toggle {
  color: #0598be;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-toggle.w--open {
  color: #0598be;
}

.dropdown-toggle.w--open:hover {
  color: #f97212;
}

.dropdown {
  color: #0598be;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.notification-link-wrap {
  color: #000;
  border: 1px solid #0598be;
  font-weight: 500;
  transition: opacity .2s;
  display: block;
  position: sticky;
}

.notification-link-wrap:hover {
  opacity: .9;
}

.top-notification {
  text-align: center;
  background-color: #0598be;
}

.section-4 {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: none;
  background-size: auto;
  border: 1px #000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: block;
  position: static;
  bottom: -200px;
  overflow: visible;
}

.section-4.sub-section {
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-4.service-hero-background {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  margin-top: 0;
  padding-top: 36px;
  padding-bottom: 36px;
}

.section-4.poppy-philosophy-background {
  background-color: #0000;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 0;
}

.section-4.off-white-background {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--off-white), var(--off-white));
  padding-top: 37px;
  padding-bottom: 0;
  box-shadow: 0 2px 5px #0003;
}

.section-4.off-white-background.sticky {
  padding-bottom: 20px;
}

.section-4.education-hero-background {
  background-image: url('../images/popp-pattern-blue.webp');
  background-position: 0 0;
  background-size: contain;
  padding-top: 36px;
  padding-bottom: 36px;
}

.other4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.notification-content {
  color: #fff;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.other4-text {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.button-arrow-2 {
  aspect-ratio: auto;
  border: 1px solid #0000;
  flex: none;
  margin-left: 10px;
  display: inline-block;
}

.button-arrow-2.updatearrow {
  margin-left: 60px;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.wrapper.m0-100.video-wrapper {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 100px;
  display: block;
}

.wrapper.m0-100.contact-hero {
  background-image: url('../images/icon_poppy_kids_side_nooutline-1.png');
  background-position: 100% -100%;
  background-repeat: repeat-y;
  background-size: auto;
}

.wrapper.m0-100.sticky, .wrapper.m0-100.home {
  margin-top: 0;
  padding-bottom: 0;
}

.wrapper.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper.m50-100 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.wrapper.m100 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 25px;
}

.wrapper.m100.first-visit {
  padding-top: 75px;
}

.wrapper.m60 {
  flex: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.m60.centered {
  justify-content: center;
  display: flex;
}

.wrapper.m60.off-white {
  background-color: var(--off-white);
}

.wrapper.m0-100 {
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.wrapper.m50-0 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.wrapper.m100-0 {
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0;
}

.wrapper.photo-gallery-mobile {
  display: none;
}

.wrapper.first-visit {
  padding-top: 50px;
  padding-bottom: 75px;
}

.wrapper.membership {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content10-content-wrap {
  position: relative;
}

.content10-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.size1-text {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.size1-text.location {
  margin-bottom: 10px;
  font-size: 44px;
}

.size1-text.questions {
  text-align: center;
  align-self: center;
  font-size: 30px;
}

.paragraph-70 {
  opacity: .7;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  padding-right: 55px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-70.bullet-point {
  padding-left: 10px;
}

.paragraph-70.first-visit {
  font-size: 17px;
}

.paragraph-70.sedation {
  margin-bottom: 60px;
}

.paragraph-70.questions {
  text-align: center;
  align-self: center;
  font-size: 25px;
}

.paragraph-70.teambio {
  padding-right: 0;
}

.content10-image2 {
  background-image: url('../images/ADUNA.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 540px;
  min-height: 480px;
  max-height: none;
}

.collection-list-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.collection-item-4 {
  margin-bottom: 20px;
}

.collection-list-wrapper-4 {
  flex: 0 auto;
}

.div-block-11 {
  flex: 1;
}

.div-block-12 {
  flex: 0 auto;
  width: auto;
}

.div-block-13 {
  background-color: var(--off-white);
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: static;
}

.blog2-image {
  float: none;
  clear: none;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
  position: static;
}

.blog2-image:hover {
  opacity: .8;
}

.blog2-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.blog2-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.blog2-headline-wrap {
  max-width: 480px;
}

.size6-text-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer1 {
  background-color: #fff;
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.footer1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.image-3 {
  margin-top: 15px;
}

.footer1-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer1-link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer1-link:hover {
  opacity: 1;
}

.footer1-link.w--current {
  opacity: 1;
  font-family: Montserrat, sans-serif;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.paragraph-small {
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.hero6-text {
  flex: 1;
  margin-bottom: 30px;
}

.hero6-text.welcome {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.hero6-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  display: grid;
  position: relative;
}

.button-label-2 {
  color: var(--black);
}

.button-label-2.white-label {
  color: #fff;
  align-self: center;
}

.bold-text-2 {
  font-weight: 600;
}

.sizejumbo-text {
  color: var(--poppy-blue);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Mollie glaston, sans-serif;
  font-size: 67px;
  font-weight: 400;
  line-height: 96px;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  color: #0598be;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mollie glaston, sans-serif;
  font-weight: 400;
}

.hero6-content {
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.hero6 {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: #fefbf6;
  background-image: linear-gradient(#fefbf6cc, #fefbf6cc), url('../images/icon_poppy_kids_side_nooutline-1.png');
  background-position: 0 0, 120% -30%;
  background-repeat: repeat, repeat-y;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding-left: 36px;
  padding-right: 36px;
  display: block;
  position: static;
}

.content-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content-grid.poppy-philosophy {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 36px;
  padding-right: 72px;
}

.content-grid.grid-36-72-36-36 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 36px;
  display: flex;
}

.content-grid.grid-36-72-36-36.mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.content-grid.grid-36-72-36-36.membership {
  padding-top: 0;
  display: block;
}

.div-block-16 {
  align-self: stretch;
  width: auto;
  margin-right: 0;
}

.div-block-16.membership {
  background-color: var(--off-white);
  border-radius: 16px;
  align-self: auto;
  margin-bottom: 36px;
  padding: 24px 36px;
  box-shadow: 0 2px 5px #0003;
}

.content7-content-wrap {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.content7-content-wrap.off-white-background, .content7-content-wrap.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.content7-content-wrap.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.content7-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  display: block;
}

.content7-content-wrap.comfort-menu {
  background-color: var(--off-white);
}

.content7-image {
  background-color: #0000;
  background-image: url('../images/DALL·E_01.png');
  background-position: 0 0;
  background-size: cover;
  height: 460px;
}

.highlight-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.paragraph-wrap {
  max-width: 67%;
  margin-left: 136px;
}

.grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.highlight-image {
  color: #fff;
  background-image: url('../images/Toothpaste_1200x.jpeg');
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 460px;
  padding: 36px;
  display: flex;
  position: relative;
}

.highlight-image.heart-hands {
  background-position: 45%;
  background-repeat: no-repeat;
}

.highlight-content-wrap {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.highlight-link {
  color: #fff;
  text-align: left;
  width: 85%;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 38px;
  display: block;
}

.highlight-link:hover {
  opacity: .8;
}

.highlight-link.clinic {
  flex-flow: row;
  width: 60%;
  display: flex;
}

.image-dark-overlay {
  background-color: #18181d5c;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pattern-deco {
  background-image: linear-gradient(#fefbf680, #fefbf680), url('../images/tile-background.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 160px;
}

.pattern-deco.poppies {
  background-image: url('../images/Webclip.png'), linear-gradient(to bottom, var(--off-white), var(--off-white));
  background-position: 50% 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 136px, auto;
  background-attachment: fixed, scroll;
}

.pattern-deco.wallpaper {
  background-image: url('../images/poppy_kids_website_banner.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  height: 136px;
}

.content8-content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 580px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.content8-image {
  z-index: 1;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(to right, #fefbf6, #fefbf6cc 20%, #0000 100%, #0000), url('../images/CloseCart2x_1CloseCart@2x.png');
  background-position: 0 0, 50%;
  max-width: 80%;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
}

.content8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content8-off-white-background {
  background-color: #fefbf6;
  align-items: center;
  width: 100vw;
  height: 420px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content8-quote-wrap {
  padding-right: 40px;
}

.button-large {
  color: #fff;
  text-transform: uppercase;
  background-color: #18181d;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.orange-large {
  background-color: #f97212;
}

.collection-list-wrapper-5 {
  flex: 1;
  justify-content: flex-start;
  display: block;
}

.product5-feed-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#18181d1a, #18181d1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.product-image {
  background-image: url('../images/circa-chandelier_hires_download.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  height: 480px;
  display: flex;
}

.product-image.product-image-size-l {
  background-image: none;
  flex-flow: column;
  height: 480px;
  position: static;
}

.col-text {
  padding-left: 20px;
  padding-right: 20px;
}

.col-1 {
  background-color: #78caff;
  width: 50%;
  height: 100%;
  display: flex;
}

.col-2 {
  background-color: #00ffad;
  width: 50%;
  height: 100%;
  display: flex;
}

.product4-content-wrap {
  margin-top: 26px;
}

.col-content {
  color: var(--poppy-orange);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.block-quote {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.dropdown-link-2 {
  color: var(--poppy-blue);
  background-color: #fff;
}

.dropdown-link-2:hover {
  color: var(--poppy-orange);
}

.dropdown-link-2:visited {
  color: var(--poppy-blue);
}

.dropdown-link-2.w--current {
  color: #0598be;
}

.dropdown-link-2.w--current:hover {
  color: var(--poppy-orange);
}

.text-block-13 {
  color: #f97212;
  text-transform: capitalize;
  font-family: Mollie glaston, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.text-block-14 {
  color: #0598be;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.brand-2 {
  text-transform: uppercase;
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.brand-2:hover {
  opacity: .7;
}

.brand-2.w--current {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.brand-2.w--current:hover {
  opacity: 1;
}

.navbar-2 {
  z-index: 100;
  background-color: var(--white);
  color: #000;
  width: 100%;
  padding: 10px 36px;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 1px 75px #0000000d;
}

.navbar-2.brand {
  padding-left: 0;
}

.div-block-17 {
  line-height: 20px;
}

.div-block-18 {
  display: flex;
}

.div-block-19 {
  height: auto;
  min-height: auto;
  line-height: 38px;
}

.brand-wrapper {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 20px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.iframe.hide {
  height: 800px;
  display: none;
}

.div-block-20 {
  align-items: center;
  width: 240px;
  min-width: 150px;
  max-width: 100%;
  min-height: 70px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.image-4 {
  width: 80px;
  min-width: 0;
  margin-top: -10px;
  margin-right: 0;
}

.background-video {
  z-index: 1;
  opacity: .37;
  border-radius: 0;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-21 {
  z-index: 1;
  padding-bottom: 100px;
  position: relative;
}

.section-hero {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 36px;
  padding-right: 162px;
  display: block;
  position: relative;
}

.div-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.body-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-5 {
  max-width: 100%;
  display: block;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.interests-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.interests-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.interests-image {
  float: none;
  clear: none;
  object-fit: cover;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
  position: static;
}

.interests-image:hover {
  opacity: 1;
}

.interests-headline-wrap {
  max-width: 480px;
  font-family: Montserrat, sans-serif;
}

.columns-4 {
  flex: 1;
}

.education-div {
  background-color: var(--off-white);
  justify-content: center;
  display: flex;
}

.column-5 {
  flex-direction: column;
  display: block;
  position: relative;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-around;
  place-items: center;
  display: grid;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.columns-5 {
  display: block;
}

.columns-6 {
  flex: 1;
}

.section-7 {
  padding-left: 36px;
  padding-right: 36px;
}

.column-6 {
  object-fit: fill;
}

.image-7 {
  display: none;
}

.image-8 {
  max-height: none;
}

.div-block-25 {
  width: 100%;
}

.grid-2 {
  grid-auto-flow: column;
  width: 100%;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  clear: none;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 64%;
  padding-right: 36px;
  display: flex;
  position: static;
  left: auto;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.about-mobile {
  background-color: var(--off-white);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 36px;
  display: none;
  position: static;
}

.hero-split-right {
  clear: none;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  padding-right: 0;
  display: flex;
  position: static;
  left: auto;
}

.image-9 {
  flex: 0 auto;
  max-width: 80%;
  max-height: none;
}

.image-10 {
  display: none;
}

.meet-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.meet-image {
  z-index: 1;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(to right, #fefbf6, #fefbf6cc 16%, #0000 49%, #0000), url('../images/ADUNA_LANDSCAPE.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: 80%;
  min-height: 680px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.meet-content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 680px;
  margin-top: 67px;
  margin-bottom: 67px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.meet-quote-wrap {
  padding-right: 36px;
}

.meet-background-mobile {
  background-color: #fefbf6;
  align-items: center;
  width: 100vw;
  height: 816px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.grid-3 {
  grid-template-rows: auto;
  display: none;
}

.image-11 {
  display: none;
}

.meet-background {
  background-color: #fefbf6;
  align-items: center;
  width: 100vw;
  height: 816px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-12 {
  max-height: 600px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-8 {
  position: relative;
}

.hero-contact {
  z-index: 1;
  color: #0000;
  text-align: center;
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 336px;
  display: flex;
  position: static;
}

.hero-contact.sticky {
  object-fit: cover;
  flex-wrap: nowrap;
  flex: 1;
  align-content: center;
  align-self: auto;
  min-height: 180px;
}

.hero-contact.landing-page {
  padding-left: 124px;
  padding-right: 124px;
}

.div-block-26 {
  background-color: var(--white);
  height: 400px;
  position: relative;
  top: 280px;
}

.body-3 {
  background-color: #0000;
}

.div-block-27 {
  background-color: var(--white);
  position: absolute;
  inset: 67% 15% -36%;
}

.grid-4 {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  place-content: space-around;
  place-items: center;
  padding: 36px 40px;
  position: static;
  inset: 136px 236px auto;
}

.div-block-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-height: none;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
}

.image-13 {
  flex: none;
  width: 100px;
  max-width: none;
  display: inline-block;
  position: static;
}

.image-14, .image-15 {
  flex: none;
  width: 100px;
  max-width: none;
}

.text-block-15 {
  color: #333;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-29 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-30 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px 10px;
  display: flex;
}

.div-block-30.foot2 {
  flex-wrap: nowrap;
}

.text-block-16 {
  color: #000;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-9 {
  z-index: 0;
  position: sticky;
  bottom: 0;
}

.map-3 {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
}

.body-4 {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.section-10 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-11 {
  flex-direction: column;
  margin-left: 36px;
  margin-right: 236px;
  display: flex;
}

.section-12 {
  flex-direction: column;
  margin-left: 36px;
  margin-right: 36px;
  display: flex;
}

.map-4 {
  color: #333;
  border-radius: 16px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.contact-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.contact-content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  margin-top: 36px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.contact-transparent-background {
  background-color: #0000;
  align-items: center;
  width: 100vw;
  height: 280px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contact-content-wrap-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 260px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.services-background {
  background-color: #fefbf6;
  align-items: center;
  width: 100vw;
  height: 714px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content33-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content33-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content33-contacts-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content33-image {
  background-image: url('../images/bola-disc_environment_1_download.jpg');
  background-position: 50% 10%;
  background-size: cover;
  height: 230px;
  margin-bottom: 45px;
}

.content33-label-headline {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.size1-text-2 {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.size1-text-2.size1-top-clear {
  margin-top: 0;
}

.content33-items-wrap {
  color: #fff;
  background-color: #18181d;
  padding: 45px 50px 35px;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.content33-divider {
  background-color: #292931;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.size5-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.size5-link:hover {
  opacity: .7;
}

.free-under-3-background {
  background-color: #fefbf6;
  align-items: center;
  width: 100vw;
  height: 714px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content-wrap-left-top {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 220px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.content-wrap-left-top.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 10px 0;
}

.content-wrap-left-top.meet-dr-andrea {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 10px 0 20px;
}

.content-wrap-left-top.how-best-to-schedule, .content-wrap-left-top.free-under-three {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.poppy-philosophy-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.poppy-philosophy-image {
  z-index: 1;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(to right, #fefbf6, #fefbf6cc 20%, #0000 100%, #0000), url('../images/CloseCart2x_1CloseCart@2x.png');
  background-position: 0 0, 50%;
  max-width: 80%;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.poppy-philosophy-content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 580px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.poppy-philosophy-off-white-background {
  background-color: #fefbf6;
  align-items: center;
  width: 100vw;
  height: 420px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.poppy-philosophy-quote-wrap {
  padding-right: 40px;
}

.section-0-136 {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--off-white);
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  margin-right: 136px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  bottom: -200px;
  overflow: visible;
}

.section-0-136.sub-section {
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-0-136.service-hero-background {
  background-color: #0000;
  padding-top: 36px;
  padding-bottom: 36px;
}

.section-0-136.poppy-philosophy-background {
  background-color: #0000;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 0;
}

.section-0-136.meet-dr-andrea, .section-0-136.schedule-div {
  padding-left: 36px;
  padding-right: 36px;
  box-shadow: 0 2px 5px #0003;
}

.content-wrap-right-bottom {
  z-index: 0;
  background-color: #0000;
  background-image: linear-gradient(to right, var(--off-white), #fefbf6e6 26%, #0000);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.content-wrap-right-bottom.off-white-background, .content-wrap-right-bottom.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.content-wrap-right-bottom.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.content-wrap-right-bottom.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.content-wrap-right-bottom.poppy-philosophy {
  background-image: linear-gradient(to right, var(--off-white), #fefbf6e6 26%, #0000), url('../images/POPPIES.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content-wrap-right-bottom.free-under-three {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: center;
}

.content-wrap-right-bottom.meet-dr-andrea {
  background-image: linear-gradient(90deg, var(--off-white), #fefbf6c2 24%, #0000 45%), url('../images/drandrea_landscape.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  height: 515px;
  display: flex;
}

.content-wrap-right-bottom.membership {
  outline-offset: 0px;
  text-align: left;
  background-color: #0000;
  background-image: none;
  outline: 3px #333;
  flex-flow: column wrap;
  flex: none;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-top: 67px;
  padding-bottom: 57px;
  display: block;
  position: static;
  top: 25px;
}

.comfort-menu-content-wrap {
  z-index: 1;
  background-color: var(--off-white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 136px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.comfort-menu-content-wrap.off-white-background, .comfort-menu-content-wrap.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.comfort-menu-content-wrap.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.comfort-menu-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.comfort-menu-content-wrap.comfort-menu {
  background-color: var(--off-white);
}

.comfort-menu-content-wrap.mobile {
  background-color: var(--off-white);
  border-radius: 16px;
}

.services-content-wrap-left-top {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.services-content-wrap-left-top.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.free-under-3-content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 580px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.free-under-3-image {
  z-index: 1;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(to right, #fefbf6, #fefbf6cc 20%, #0000 100%, #0000), url('../images/CloseCart2x_1CloseCart@2x.png');
  background-position: 0 0, 50%;
  max-width: 80%;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.contact-content-wrap2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 236px;
  padding: 47px 67px 57px;
  display: grid;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.contact-content-wrap2.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.contact-content-wrap-schedule {
  z-index: 1;
  background-color: var(--off-white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 236px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.contact-content-wrap-schedule.off-white-background, .contact-content-wrap-schedule.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.contact-content-wrap-schedule.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.contact-content-wrap-schedule.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.contact-content-wrap-schedule.comfort-menu {
  background-color: var(--off-white);
}

.poppy-philosophy-content-wrap2 {
  z-index: 1;
  background-color: var(--off-white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 167px;
  margin-bottom: 0;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.poppy-philosophy-content-wrap2.off-white-background, .poppy-philosophy-content-wrap2.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.poppy-philosophy-content-wrap2.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.poppy-philosophy-content-wrap2.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.poppy-philosophy-content-wrap2.comfort-menu {
  background-color: var(--off-white);
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.content-grid-copy {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content-grid-copy.poppy-philosophy {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 36px;
  padding-right: 72px;
}

.content-grid-copy.grid-36-72-36-36 {
  padding: 36px 72px 36px 36px;
}

.map-content-wrap {
  z-index: 1;
  background-color: var(--off-white);
  box-shadow: none;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 301px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.map-content-wrap.off-white-background, .map-content-wrap.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.map-content-wrap.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.map-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.map-content-wrap.comfort-menu {
  background-color: var(--off-white);
}

.location-content-wrap-left-top {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 136px;
  padding: 26px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.location-content-wrap-left-top.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-location {
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.image-location {
  max-width: 31%;
  margin-left: 0;
}

.education-content-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.education-content-grid.poppy-philosophy {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 36px;
  padding-right: 72px;
}

.education-content-grid.grid-36-72-36-36 {
  padding: 36px 72px 36px 36px;
}

.certificates-content-wrap {
  z-index: 1;
  background-color: var(--off-white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 136px;
  margin-bottom: 0;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.certificates-content-wrap.off-white-background, .certificates-content-wrap.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.certificates-content-wrap.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.certificates-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.certificates-content-wrap.comfort-menu {
  background-color: var(--off-white);
}

.education-content-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 136px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.education-content-wrap.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-certificates, .div-block-education {
  width: auto;
}

.image-16 {
  z-index: 0;
  max-width: 25%;
  display: block;
  position: absolute;
  inset: 5% 5% auto auto;
}

.image-17 {
  z-index: 1;
  max-width: 25%;
  display: block;
  position: absolute;
  inset: 5% 5% auto auto;
}

.highlights-section {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-bottom: 36px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: static;
  bottom: -200px;
  overflow: visible;
}

.highlights-section.sub-section {
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.highlights-section.service-hero-background {
  background-color: #0000;
  background-image: url('../images/POPPIES.jpg');
  background-position: 50% 67%;
  background-size: cover;
  padding-top: 36px;
  padding-bottom: 36px;
}

.highlights-section.poppy-philosophy-background {
  background-color: #0000;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 0;
}

.highlights-section.off-white-background {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--off-white), var(--off-white));
  padding-top: 36px;
  padding-bottom: 36px;
}

.highlights-section.education-hero-background {
  background-image: url('../images/popp-pattern-blue.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 36px;
  padding-bottom: 36px;
}

.degree-content-wrap1 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px 0;
  display: flex;
  position: static;
  box-shadow: 0 3px 40px #0000000d;
}

.degree-content-wrap1.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.degree-div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.degree-div-block2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.degree-content-wrap2 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px 0;
  display: flex;
  position: static;
  box-shadow: 0 3px 40px #0000000d;
}

.degree-content-wrap2.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.degree-content-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.degree-content-grid.poppy-philosophy {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 36px;
  padding-right: 72px;
}

.degree-content-grid.grid-36-72-36-36 {
  padding: 36px 72px 36px 36px;
}

.degree-content-wrap3 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px 0;
  display: flex;
  position: static;
  box-shadow: 0 3px 40px #0000000d;
}

.degree-content-wrap3.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.product8-categories-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  overflow: visible;
}

.product8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product8-headline-wrap {
  padding-right: 40px;
}

.content8-category-image {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 460px;
  display: flex;
}

.image-17-copy, .image-17-copy2 {
  z-index: 1;
  max-width: 25%;
  display: block;
  position: absolute;
  inset: 5% 5% auto auto;
}

.degree-content-image-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 136px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.degree-content-image-wrap.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.degree-content-wrap4 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px 0;
  display: flex;
  position: static;
  box-shadow: 0 3px 40px #0000000d;
}

.degree-content-wrap4.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.sizejumbo-text-90-degrees {
  color: var(--poppy-blue);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Mollie glaston, sans-serif;
  font-size: 67px;
  font-weight: 400;
  line-height: 96px;
}

.sizejumbo-text-90-degrees.sizejumbo-full-clear {
  z-index: 1;
  color: #0598be;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mollie glaston, sans-serif;
  font-weight: 400;
}

.education-headline-grid {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.education-image {
  z-index: 1;
  width: 100px;
  max-width: none;
  height: 100px;
  display: block;
  position: static;
  inset: 5% 5% auto auto;
}

.education-headline-wrap {
  max-width: 67%;
  margin-left: 0;
}

.education-headline {
  color: var(--poppy-blue);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Mollie glaston, sans-serif;
  font-size: 67px;
  font-weight: 400;
  line-height: 96px;
}

.education-headline.sizejumbo-full-clear {
  z-index: 1;
  color: #0598be;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mollie glaston, sans-serif;
  font-weight: 400;
}

.highlight-wrap {
  max-width: 67%;
  margin-left: 36px;
}

.notification-wrap {
  color: #000;
  cursor: default;
  border: 1px solid #0598be;
  font-weight: 500;
  display: block;
  position: sticky;
}

.notification-wrap:hover {
  opacity: 1;
}

.hero-grid {
  z-index: 100;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: grid;
  position: relative;
}

.div-block-university {
  border: 3px solid var(--poppy-yellow);
  border-radius: 10px;
  padding: 10px 20px;
  display: inline-block;
}

.label-caps {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.label-caps.label-form {
  padding-left: 10px;
  font-weight: 400;
}

.size4-text {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: block;
}

.certificates-headline-grid {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.certificates-image {
  z-index: 1;
  width: 100px;
  max-width: none;
  height: 100px;
  display: block;
  position: static;
  inset: 5% 5% auto auto;
}

.certificates-headline-wrap {
  max-width: 67%;
  margin-left: 0;
}

.degree-content-grid-copy {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.degree-content-grid-copy.poppy-philosophy {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 36px;
  padding-right: 72px;
}

.degree-content-grid-copy.grid-36-72-36-36 {
  padding: 36px 72px 36px 36px;
}

.certificates-content-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.certificates-content-grid.poppy-philosophy {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 36px;
  padding-right: 72px;
}

.certificates-content-grid.grid-36-72-36-36 {
  padding: 36px 72px 36px 36px;
}

.certificates-content-wrap1 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px 0;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.certificates-content-wrap1.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.certificates-content-wrap2 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px 0;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.certificates-content-wrap2.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.certificates-content-wrap3 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px 0;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.certificates-content-wrap3.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.certificates-content-wrap4 {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px 0;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.certificates-content-wrap4.poppy-philosophy {
  box-shadow: none;
  background-color: #0000;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-left: 0;
  padding-right: 0;
}

.link-4 {
  color: var(--poppy-blue);
  font-weight: 500;
}

.link-4:hover {
  color: var(--poppy-orange);
}

.services-content-wrap-top-left {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.services-content-wrap-top-left.off-white-background, .services-content-wrap-top-left.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-top-left.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.services-content-wrap-top-left.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.services-content-wrap-top-left.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-bottom-right {
  z-index: 2;
  background-color: var(--off-white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 67px;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.services-content-wrap-bottom-right.off-white-background, .services-content-wrap-bottom-right.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-bottom-right.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.services-content-wrap-bottom-right.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.services-content-wrap-bottom-right.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-bottom-right.intraoral-radiographs {
  margin-top: 300px;
}

.services-content-wrap-bottom-right.first-visit {
  margin-top: 267px;
}

.services-content-wrap-bottom-right.referral-information {
  margin-top: 1067px;
}

.link-5 {
  font-weight: 500;
}

.digital-x-rays-content-wrap {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 220px;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.digital-x-rays-content-wrap.off-white-background, .digital-x-rays-content-wrap.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.digital-x-rays-content-wrap.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.digital-x-rays-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.digital-x-rays-content-wrap.comfort-menu {
  background-color: var(--off-white);
}

.digital-x-rays-image {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 325px;
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container-6 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-6.is--slider {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.control.prev-splide, .control.next-splide {
  background-color: var(--white);
  border-width: 1px;
  border-color: #aaaaaaab;
  border-radius: 3px;
  width: 4.33em;
  height: 2.33em;
}

.control.next-splide, .control.prev-splide, .control.next-splide-pe, .control.prev-pe-splide {
  background-color: #fff;
  border-width: 1px;
  border-color: #aaaaaaab;
  border-radius: 3px;
  width: 4.33em;
  height: 2.33em;
}

.control.prev-splide-pe, .control.next-splide-pe {
  background-color: var(--white);
  border-width: 1px;
  border-color: #aaaaaaab;
  border-radius: 3px;
  width: 4.33em;
  height: 2.33em;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.control__fill {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section-14.is--slider {
  z-index: 2;
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  color: var(--poppy-blue);
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.splide__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dental-cleaning-and-exams-content-wrap {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.dental-cleaning-and-exams-content-wrap.off-white-background, .dental-cleaning-and-exams-content-wrap.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.dental-cleaning-and-exams-content-wrap.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.dental-cleaning-and-exams-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.dental-cleaning-and-exams-content-wrap.comfort-menu {
  background-color: var(--off-white);
}

.dental-cleaning-and-exams-content-wrap.first-visit {
  margin-top: auto;
}

.extractions-content-wrap {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.extractions-content-wrap.off-white-background, .extractions-content-wrap.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.extractions-content-wrap.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.extractions-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.extractions-content-wrap.comfort-menu {
  background-color: var(--off-white);
}

.dropdown-wrapper {
  align-self: center;
  display: inline-block;
}

.dropdown-wrapper.new {
  display: block;
}

.dropdown-trigger {
  object-fit: fill;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
  overflow: visible;
}

.dropdown-content {
  background-color: var(--white);
  width: 280px;
  padding: 10px 40px 0 20px;
  display: block;
  position: absolute;
  overflow: hidden;
}

.dropdown-content.about {
  padding-bottom: 10px;
}

.dropdown-content.services {
  width: 280px;
  padding-bottom: 10px;
}

.dropdown-content.contact {
  width: 190px;
  padding-bottom: 10px;
}

.form-text-field {
  border: 1px solid var(--poppy-blue);
  border-radius: 6px;
  min-height: 40px;
  font-family: Montserrat, sans-serif;
}

.form-text-field:focus {
  border-width: 3px;
}

.form-text-area {
  border: 1px solid var(--poppy-blue);
  border-radius: 6px;
  min-height: 100px;
  font-family: Montserrat, sans-serif;
}

.div-block-radiographs-forward {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-18 {
  max-width: none;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.select-field {
  border: 1px solid var(--poppy-blue);
  background-color: var(--off-white);
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
}

.select-field.label-refferral {
  background-color: var(--off-white);
}

.success-message-3 {
  background-color: var(--transparent);
}

.div-block-35 {
  border: 1px solid #000;
  margin-top: 20px;
  padding: 10px 18px;
  display: none;
}

.grid-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 50%;
}

.checkbox-field {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-color: var(--poppy-blue);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.checkbox.w--redirected-checked {
  border-color: var(--poppy-blue);
  background-color: var(--poppy-yellow);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  position: absolute;
}

.div-block-teeth-top-left {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  place-content: stretch;
  place-items: stretch stretch;
}

.div-block-grid-vertical {
  background-color: var(--poppy-blue);
  width: 1px;
}

.div-block-grid-horizontal {
  background-color: var(--poppy-blue);
  height: 1px;
}

.div-block-teeth-top-right {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.div-block-38 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-teeth-bottom-left {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.div-block-teeth-bottom-right {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.referral-form-content-wrap {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.referral-form-content-wrap.off-white-background, .referral-form-content-wrap.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.referral-form-content-wrap.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.referral-form-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.referral-form-content-wrap.comfort-menu {
  background-color: var(--off-white);
}

.form-submit-button {
  color: #000;
  background-color: #0000;
  padding: 0;
}

.div-block-39 {
  display: inline-block;
}

.about-label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.about-label.inside-label {
  z-index: 40;
  color: #18181d;
  background-color: #fff;
  border-style: none;
  border-radius: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-label.white-label {
  color: #18181d;
  background-color: #fff;
  border-style: none;
}

.label-2-copy {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label-2-copy.inside-label {
  z-index: 40;
  color: #18181d;
  background-color: #fff;
  border-style: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.label-2-copy.white-label {
  color: #18181d;
  background-color: #fff;
  border-style: none;
}

.div-block-40 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.div-block-40.radiograph-forward-label {
  border: 1px solid var(--poppy-orange);
  justify-content: flex-start;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
}

.radiograph-forward-label {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.radiograph-forward-label2 {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 10px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.radiograph-forward-label2.inside-label {
  z-index: 40;
  color: #18181d;
  background-color: #fff;
  border-style: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.radiograph-forward-label2.white-label {
  color: #18181d;
  background-color: #fff;
  border-style: none;
}

.div-block-41 {
  grid-column-gap: 8px;
  display: flex;
}

.div-block-the-poppy-experience {
  align-self: stretch;
  width: auto;
  margin-bottom: 20px;
  margin-right: 72px;
}

.div-block-first-visit {
  align-self: stretch;
  width: auto;
  margin-right: 10px;
}

.services-content-wrap-full-width {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.services-content-wrap-full-width.off-white-background, .services-content-wrap-full-width.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-full-width.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.services-content-wrap-full-width.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.services-content-wrap-full-width.comfort-menu {
  background-color: var(--off-white);
}

.content7-content-wrap-copy {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.content7-content-wrap-copy.off-white-background, .content7-content-wrap-copy.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.content7-content-wrap-copy.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.content7-content-wrap-copy.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.content7-content-wrap-copy.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-crowns {
  z-index: 2;
  background-color: var(--off-white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 267px;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.services-content-wrap-crowns.off-white-background, .services-content-wrap-crowns.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-crowns.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.services-content-wrap-crowns.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.services-content-wrap-crowns.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-crowns.intraoral-radiographs {
  margin-top: 300px;
}

.services-content-wrap-crowns.first-visit {
  margin-top: 267px;
}

.services-content-wrap-crowns.referral-information {
  margin-top: 1067px;
}

.services-content-wrap-space-maintainers {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 436px;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.services-content-wrap-space-maintainers.off-white-background, .services-content-wrap-space-maintainers.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-space-maintainers.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.services-content-wrap-space-maintainers.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.services-content-wrap-space-maintainers.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-top-left-copy {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.services-content-wrap-top-left-copy.off-white-background, .services-content-wrap-top-left-copy.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-top-left-copy.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.services-content-wrap-top-left-copy.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.services-content-wrap-top-left-copy.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-pulp-therapy {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.services-content-wrap-pulp-therapy.off-white-background, .services-content-wrap-pulp-therapy.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-pulp-therapy.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.services-content-wrap-pulp-therapy.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.services-content-wrap-pulp-therapy.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-sedation {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.services-content-wrap-sedation.off-white-background, .services-content-wrap-sedation.off-white-background.comfort-menu {
  background-color: var(--off-white);
}

.services-content-wrap-sedation.off-white-background.comfort-menu.poppy-philosophy {
  z-index: 0;
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
}

.services-content-wrap-sedation.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
  z-index: -1;
  background-color: var(--off-white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.services-content-wrap-sedation.comfort-menu {
  background-color: var(--off-white);
}

.control__arrow-2 {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow-2.is--flipped {
  transform: rotate(-180deg);
}

.splide__slide-2 {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
}

.control__fill-2 {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.controls-2 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-arrow-tour {
  border: 1px solid #0000;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: inline-block;
  transform: rotate(0);
}

.button-arrow-tour-left {
  border: 1px solid #0000;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: inline-block;
  transform: rotate(-180deg);
}

.text-block-19 {
  color: #0099c9;
  text-align: left;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.text-block-19.size1-text {
  color: #333;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 60px;
}

.embeds-content-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.embeds-content-grid.poppy-philosophy {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 36px;
  padding-right: 72px;
}

.embeds-content-grid.grid-36-72-36-36 {
  padding: 36px 72px 36px 36px;
}

.text-block-19-variation {
  color: #0099c9;
  text-align: left;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.text-block-19-variation.size1-text {
  color: #333;
  padding-bottom: 30px;
  padding-left: 60px;
}

.html-embed-2 {
  margin-bottom: 100px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  font-size: 20px;
  display: flex;
}

.footer-bottom-2.v2 {
  font-size: 20px;
}

.footer-copyright-2 {
  color: #3a4554;
  font-size: 14px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.section-15 {
  padding: 36px 36px 35px;
}

.nav-link-pythen-child {
  color: var(--poppy-blue);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
}

.nav-link-pythen-child:hover {
  opacity: 1;
  color: var(--darker-orange);
}

.nav-link-pythen-child:active {
  color: #ec6a11;
}

.nav-link-pythen-child:focus {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 500;
}

.nav-link-pythen-child:visited {
  color: var(--poppy-blue);
}

.nav-link-pythen-child.w--current {
  opacity: 1;
  outline-offset: 0px;
  color: var(--poppy-blue);
  cursor: pointer;
  outline: 3px #f97212;
  font-weight: 700;
}

.nav-link-pythen-child.w--current:hover {
  color: var(--darker-orange);
}

.membership-plan-div {
  clear: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: contain;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 320px;
  margin-top: 0;
  padding: 24px 36px;
  display: flex;
  position: static;
  top: 50%;
}

.button-label-membership {
  color: #fff;
  text-transform: capitalize;
  background-color: #0099c9;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-label-membership.white-label {
  color: #fff;
}

.text-block-20 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph-71 {
  opacity: .7;
  color: #000;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-71.bullet-point {
  padding-left: 10px;
}

.paragraph-71.size6-text {
  text-align: left;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 10px;
  text-decoration: none;
}

.html-embed-3 {
  margin-top: 100px;
}

.paragraph-72 {
  opacity: .7;
  color: #000;
  text-align: left;
  text-transform: capitalize;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-72.bullet-point {
  padding-left: 10px;
}

.size4-text-copy {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size6-text-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.italic-text {
  text-transform: capitalize;
}

.italic-text.size4-text {
  font-style: normal;
}

.italic-text.size4-text.smaller {
  font-size: 22px;
}

.button-small-membership {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small-membership:hover {
  background-color: #272731;
}

.button-small-membership.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  padding: 0;
  display: inline-block;
}

.button-small-membership.orange-small {
  background-color: var(--poppy-orange);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.button-small-membership.orange-small:hover {
  background-color: #ec6a11;
}

.button-small-membership.orange-small.mobile {
  display: none;
}

.button-small-membership.blue-small {
  background-color: #0598be;
}

.button-small-membership.white-small {
  color: #000;
  text-align: center;
  background-color: #0099c9;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.button-small-membership.orange {
  background-color: var(--poppy-orange);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-73 {
  padding-top: 20px;
  font-size: 18px;
}

.cell {
  text-align: left;
}

.bold-text-3 {
  text-align: center;
}

.quick-stack {
  grid-column-gap: 0px;
}

.cell-2 {
  align-items: center;
}

.quick-stack-2 {
  grid-row-gap: 20px;
}

.image-23, .image-24 {
  width: 100px;
}

.notification-link-wrap-2 {
  color: #000;
  border: 1px solid #0598be;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.notification-link-wrap-2:hover {
  opacity: .9;
}

.top-notification-2 {
  text-align: center;
  background-color: #0598be;
}

.section-16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  overflow: visible;
}

.notification-content-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.section-17 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  overflow: visible;
}

.notification-content-3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.section-18 {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px #000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
  bottom: -200px;
  overflow: visible;
}

.section-18.footer-bottom-2 {
  margin-left: 0;
  padding-top: 5px;
}

.footer-holder {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  border-radius: 5px;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.social-link {
  margin-top: 0;
}

.paragraph-74 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 12px;
}

.section-0-136-2 {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fefbf6;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
  bottom: -200px;
  overflow: visible;
}

.image-25 {
  order: 0;
  align-self: center;
  max-width: none;
  max-height: 75%;
}

.quick-stack-4 {
  padding-top: 20px;
  padding-left: 36px;
  padding-right: 36px;
}

.quick-stack-4.mobile {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-left: 74px;
}

.flex-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-42 {
  align-self: stretch;
  width: auto;
  margin-right: 36px;
}

.label-3 {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.paragraph-75 {
  opacity: .7;
  color: #000;
  text-align: left;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.size1-text-3 {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.header-blog {
  object-fit: fill;
  background-color: #5c4ebd00;
  background-image: url('../images/popp-pattern-blue.png');
  background-position: 50%;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0% 140px;
  display: flex;
}

.profile-block-header {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: Mollie glaston, sans-serif;
  display: flex;
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: #fefbf6;
  text-align: justify;
  padding: 0 40px 40px;
  font-family: Bitter, serif;
  font-size: 18px;
}

.title-small {
  color: #202146;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.title-small.white {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

.heading-h1-2 {
  color: #fefbf6;
  text-align: justify;
  text-transform: capitalize;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.heading-h1-2.blog-title {
  text-align: center;
  object-fit: fill;
  font-size: 60px;
}

.text-block-23 {
  color: #fefbf6bf;
  font-size: 18px;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.feature-image {
  object-fit: cover;
  border-radius: 15px;
  width: 34%;
  height: 60px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.blog-h2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
}

.subscription-3 {
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 3.5fr;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.blog-section {
  padding-bottom: 132px;
  padding-left: 3%;
  padding-right: 3%;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-field-9 {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.paragraph-detials-large {
  color: #202146;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.blog-hero-image {
  border-radius: 15px;
  margin-top: -135px;
  margin-bottom: 35px;
  position: static;
  box-shadow: 0 22px 34px #0000000f;
}

.featured-block {
  margin-top: 10px;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 140%;
}

.form-8 {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.submit-button-9 {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.image-31 {
  position: absolute;
}

.content-right {
  position: sticky;
}

.header {
  background-color: #5c4ebd;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 490px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.header.blogs {
  background-color: var(--white);
  background-image: url('../images/popp-pattern-blue.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  margin-bottom: 20px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.header.blogs.team {
  background-image: url('../images/popp-pattern-blue.webp');
  min-height: 245px;
  margin-bottom: 30px;
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
}

.header.blogs.header-narrow {
  background-color: var(--poppy-blue);
  background-image: url('../images/popp-pattern-blue.webp');
  background-position: 50%;
  background-size: 960px;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.header.blogs {
  margin-bottom: 0;
}

.header.team-header {
  background-color: var(--white);
  background-image: url('../images/popp-pattern-blue.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  margin-bottom: 20px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
}

.header.team-header.team {
  min-height: 245px;
  margin-bottom: 30px;
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
}

.header.team-header.header-narrow {
  background-color: var(--poppy-blue);
  background-image: url('../images/popp-pattern-blue.webp');
  background-size: 960px;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h1 {
  color: var(--off-white);
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.heading-h1.molly {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.3;
}

.bar-big {
  background-color: #ffffff1a;
  border-radius: 100px;
  width: 220px;
  height: 5px;
  margin-top: 9px;
}

.bar-small {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--darker-orange), #fb9acf);
  border-radius: 100px;
  width: 180px;
  height: 5px;
}

.search-bar {
  color: #9899ad;
  border: 1px #000;
  border-radius: 15px;
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  box-shadow: 0 12px 14px #0000000f;
}

.content-section {
  margin-top: 60px;
  padding: 5px 3%;
}

.blog-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-content.blog-page-2 {
  padding-top: 20px;
  padding-right: 0;
}

.next-button {
  background-color: var(--poppy-orange);
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 36px;
  text-decoration: none;
}

.next-button.w--current {
  background-color: var(--poppy-orange);
}

.title-medium {
  color: var(--off-white);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.image-32 {
  position: absolute;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.categories-block {
  text-align: left;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.search-icon {
  position: absolute;
  inset: 22px 0% 0% 22px;
}

.profile-block {
  align-items: center;
  display: flex;
}

.blog-image-wrap {
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
}

.search-button {
  background-color: var(--poppy-blue);
  background-image: url('../images/Search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  width: 60px;
  height: 100%;
  padding-left: 15px;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.text-field-10 {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.search {
  position: relative;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.blog-image.block-page-2 {
  max-width: none;
  height: 300px;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
}

.title-small-2 {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small-2.pink {
  color: var(--darker-orange);
  text-align: center;
  margin-bottom: 0;
}

.title-small-2.orange {
  background-color: var(--poppy-orange);
  outline-offset: 0px;
  color: var(--off-white);
  text-align: left;
  text-shadow: 0 0 1px #0003;
  object-fit: fill;
  border-radius: 14px;
  outline: 3px #ec6a11;
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.categories-pill {
  background-color: var(--poppy-orange);
  text-align: left;
  -webkit-text-stroke-color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 6px 10px;
  text-decoration: none;
  box-shadow: 0 6px 5px #0003;
}

.categories-pill.orange {
  color: #333;
  text-align: center;
  border-radius: 20px;
  width: auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 5px 5px #0003;
}

.main-content {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px #0000000f;
}

.blog-item.blog-summary-page {
  flex-direction: column;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  justify-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.heading-h2 {
  color: #202146;
  margin-top: 0;
  line-height: 1.2;
}

.heading-h2.molly {
  color: var(--poppy-orange);
  font-family: Mollie glaston, sans-serif;
  font-weight: 400;
}

.image-33 {
  position: absolute;
}

.text-field-11 {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.title-small-3 {
  color: #202146;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.title-small-3.white {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-24 {
  color: #fefbf6bf;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.text-field-12 {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.title-small-4 {
  color: #202146;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-34 {
  position: absolute;
}

.collection-item-5 {
  text-align: center;
  padding-top: 0;
  display: flex;
}

.collection-item-6 {
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.block-quote-2, .heading-7 {
  font-family: Mollie glaston, sans-serif;
}

.heading-h2-3 {
  color: var(--off-white);
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mollie glaston, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.4;
}

.heading-h2-3.team {
  color: var(--off-white);
  text-align: left;
  flex: 0 auto;
  align-self: center;
  display: block;
}

.quick-stack-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.suggest-a-topic {
  padding: 0;
}

.paragraph-topic {
  max-width: 60ch;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
}

.topic-form {
  flex-direction: column;
  margin-bottom: 0;
  padding: 15px;
  font-family: Mollie glaston, sans-serif;
  display: flex;
}

.field-label-3, .field-label-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.field-label-topic {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.text-field-13, .textarea-13 {
  font-family: Montserrat, sans-serif;
}

.bold-text-4 {
  color: var(--darker-orange);
  font-weight: 400;
}

.form-block-topic {
  background-color: #0000000d;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 28px 28px 150px #0003;
}

.grid-8 {
  grid-template-rows: auto;
}

.submit-button-10 {
  border: 1px solid var(--poppy-orange);
  background-color: var(--darker-orange);
  outline-offset: 0px;
  color: var(--white);
  border-radius: 10px;
  outline: 3px #fff;
  align-self: flex-end;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
}

.heading-8 {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.section-19 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-19.team {
  padding-bottom: 30px;
}

.navbar-3 {
  background-color: #fff;
  box-shadow: 1px 1px 75px #0000001a;
}

.container-16 {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

.brand-3 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-link-4 {
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-4.button {
  color: #fff;
  background-color: #6057c3;
  border-radius: 5px;
  margin-top: 12px;
  margin-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link-4.button:visited {
  color: #fff;
}

.container-17, .navbar-4 {
  background-color: var(--off-white);
}

.image-35 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
}

.div-block-43 {
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.image-36 {
  width: 80px;
  min-width: 0;
  margin-top: -10px;
  margin-right: 0;
}

.div-block-44 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-block-25 {
  color: #0598be;
  text-align: left;
  letter-spacing: .005em;
  column-count: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.container-nav {
  background-color: var(--white);
  max-width: 1200px;
}

.navbar-5 {
  background-color: var(--white);
}

.image-37 {
  padding-top: 15px;
}

.categories-pill-2 {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 6px 0;
  text-decoration: none;
}

.title-small-5 {
  color: #202146;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.title-small-5.pink {
  color: #fb9acf;
  margin-bottom: 0;
}

.categories-pill-2-copy {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 6px 16px;
  text-decoration: none;
}

.grid-9 {
  align-content: center;
  place-items: center;
}

.image-38 {
  max-width: 30%;
  max-height: 30%;
}

.brand-4 {
  display: block;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section-long-seach {
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.blog-side-by-side {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 0;
  display: flex;
}

.image-39 {
  padding-bottom: 26px;
}

.container-blog {
  flex-direction: row;
  max-width: 1100px;
  display: block;
}

.container-search {
  width: 100%;
  max-width: 860px;
  margin-top: 0;
  padding-top: 0;
}

.date {
  color: #0d0e0e94;
}

.text-block-26 {
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slide {
  background-color: #0000;
  background-image: url('../images/team_checkin-Large.png');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
}

.slide.slide-two {
  background-image: url('../images/Halloween-2-Large.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-team {
  height: 50vh;
  margin-bottom: 40px;
}

.slide-two {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.slider {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.slide-one {
  text-align: left;
  width: 100%;
}

.slide-six, .slide-eight {
  background-color: var(--white);
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 8px;
}

.about {
  color: var(--poppy-blue);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-elements {
  color: var(--poppy-blue);
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  overflow: visible;
}

.link-block {
  position: static;
}

.text-block-27 {
  position: absolute;
}

.text-block-28 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.link-block-2 {
  position: static;
}

.container-19 {
  justify-content: flex-end;
  display: flex;
}

.image-40 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.navbar-animated {
  background-color: #0000;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: #0000;
}

.nav-home {
  color: var(--poppy-blue);
  -webkit-text-stroke-color: var(--poppy-orange);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.nav-home:hover {
  color: #3e7ac1;
}

.nav-home.w--current {
  color: var(--poppy-blue);
  -webkit-text-stroke-color: var(--poppy-orange);
  padding: 25px;
}

.nav-contact {
  color: var(--poppy-blue);
  -webkit-text-stroke-color: var(--poppy-orange);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: #fff;
}

.full-screen-menu-overlay {
  background-color: var(--off-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0;
}

.nav-mobile {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.nav-about {
  color: var(--poppy-blue);
  -webkit-text-stroke-color: var(--poppy-orange);
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.nav-about:hover {
  color: #3e7ac1;
}

.nav-about.w--current {
  color: #fff;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.nav-membership, .nav-referral {
  color: var(--poppy-blue);
  -webkit-text-stroke-color: var(--poppy-orange);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  position: relative;
}

.nav-services {
  color: var(--poppy-blue);
  -webkit-text-stroke-color: var(--poppy-orange);
  text-transform: uppercase;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.about-dropdown-link.meet-dr-andrea {
  background-color: var(--off-white);
  color: var(--poppy-blue);
  text-align: left;
  text-transform: capitalize;
  line-height: 28px;
}

.about-dropdown-link.meet-team {
  background-color: var(--off-white);
  color: var(--poppy-blue);
  text-align: left;
  text-transform: capitalize;
}

.about-dropdown-link.tour-office {
  background-color: var(--off-white);
  color: var(--poppy-blue);
  text-transform: capitalize;
}

.dropdown-toggle-2 {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 20px 20px;
}

.dropdown-toggle-3 {
  margin-left: auto;
  margin-right: auto;
}

.icon, .icon-2 {
  color: var(--poppy-blue);
  -webkit-text-stroke-color: var(--poppy-orange);
}

.services-dropdown-link {
  background-color: var(--white);
  color: var(--poppy-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--poppy-orange);
  text-transform: capitalize;
}

.dropdowns {
  background-color: var(--off-white);
}

.dropdowns-toggle {
  background-color: var(--off-white);
  -webkit-text-stroke-color: var(--poppy-orange);
}

.dropdowns-icon {
  color: var(--poppy-blue);
}

.dropdowns-text {
  color: var(--poppy-blue);
  -webkit-text-stroke-color: var(--poppy-orange);
  text-transform: uppercase;
  padding: 5px;
  font-size: 32px;
}

.new-dropdown-link {
  background-color: var(--off-white);
  color: var(--poppy-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--poppy-blue);
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
}

.dropdown-list-2 {
  background-color: var(--off-white);
}

.icon-3 {
  color: var(--poppy-blue);
  margin-top: 23px;
  margin-right: 10px;
}

.dropdown-toggle-new {
  margin-right: 0;
  padding-right: 20px;
}

.dropdown-link-3 {
  text-transform: lowercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-link-4 {
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-link-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dropdown-list-3 {
  background-color: #ddd;
}

.dropdown-list-3.w--open {
  background-color: var(--white);
  overflow: visible;
}

.dropdown-list-new {
  background-color: var(--white);
  -webkit-text-stroke-color: var(--poppy-orange);
  text-transform: uppercase;
  width: 280px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 40px;
  display: block;
  overflow: hidden;
}

.dropdown-list-new-2 {
  background-color: var(--white);
  width: 280px;
}

.content-below {
  position: sticky;
}

.content-blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.section-20 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.collection-list-wrapper-6 {
  display: block;
}

.section-blog-home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-item-blog {
  width: 48%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading-blog-mobile {
  color: #fefbf6;
  text-align: justify;
  text-transform: capitalize;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.heading-blog-mobile.blog-title {
  text-align: center;
  object-fit: fill;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
}

.heading-h2-blog {
  color: #202146;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 1.2;
}

.heading-h2-blog.molly {
  color: var(--poppy-orange);
  font-family: Mollie glaston, sans-serif;
  font-weight: 400;
}

.search-input {
  box-shadow: 0 12px 14px #0003;
}

.search-input-2 {
  color: #9899ad;
  border: 1px solid #000;
  border-radius: 15px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 12px 14px #0003;
}

.search-button-2 {
  width: 60px;
  height: 100%;
  padding-top: 9px;
}

.search-icon-2 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-blog {
  color: var(--poppy-blue);
  -webkit-text-stroke-color: var(--poppy-orange);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.nav-blog:hover {
  color: #3e7ac1;
}

.nav-blog.w--current {
  color: #fff;
}

.nav-contact2, .nav-blog2 {
  color: var(--poppy-blue);
  -webkit-text-stroke-color: var(--poppy-orange);
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  position: relative;
}

.button-small-mobile {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small-mobile:hover {
  background-color: #272731;
}

.button-small-mobile.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  padding: 0;
  display: inline-block;
}

.button-small-mobile.white-small.membershipandrea {
  border-color: #0000;
  border-radius: 0;
  box-shadow: 1px 0 3px 1px #0000009c;
}

.button-small-mobile.orange-small {
  background-color: var(--poppy-orange);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.button-small-mobile.orange-small:hover {
  background-color: #ec6a11;
}

.button-small-mobile.orange-small.mobile {
  display: none;
}

.button-small-mobile.orange-small.jaybook {
  padding: 15px;
  display: flex;
}

.button-small-mobile.blue-small {
  background-color: #0598be;
}

.button-small-mobile.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.button-small-mobile.white-small.membershipandrea {
  background-color: var(--poppy-orange);
  box-shadow: 1px -1px 3px 1px #00000042;
}

.button-small-mobile.orange {
  background-color: var(--poppy-orange);
}

.container-21 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.div-block-45 {
  display: none;
}

.heading-h1-blog {
  color: var(--off-white);
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.heading-h1-blog.molly {
  color: #fefbf6;
  font-family: Mollie glaston, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.3;
}

.heading-h1-3-ribbon {
  color: var(--off-white);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mollie glaston, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.3;
}

.heading-h1-3-ribbon.team {
  color: var(--off-white);
  text-align: left;
  flex: 0 auto;
  align-self: center;
  display: block;
}

.bold-text-5 {
  background-color: var(--poppy-blue);
  -webkit-text-stroke-color: var(--poppy-blue);
}

.h2-first-visit-free {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.h2-poppy {
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.h2-poppy.location {
  margin-bottom: 10px;
  font-size: 38px;
}

.h1-meet-drandrea {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.cell-3, .cell-4 {
  justify-content: center;
}

.h2-embed {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 36px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.h2-embed.location {
  margin-bottom: 10px;
  font-size: 38px;
}

.image-42 {
  max-width: 75%;
  margin-top: -65px;
  padding-top: 0;
}

.success-message-4 {
  background-color: var(--transparent);
}

.lottie-animation, .lottie-animation-2 {
  max-width: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-elfsight, .container-23 {
  max-width: 1100px;
}

.services-div-mobile {
  align-self: stretch;
  width: auto;
  margin-right: 0;
}

.quick-stack-6 {
  grid-column-gap: 24px;
}

.cell-5 {
  align-items: flex-start;
  padding-top: 45px;
}

.image-43 {
  flex: 1;
  margin-top: 0;
  box-shadow: 0 2px 5px #0003;
}

.quick-stack-membership {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  padding-left: 36px;
  padding-right: 36px;
}

.cell-6 {
  justify-content: center;
  align-items: center;
}

.flex-block-2 {
  align-self: center;
}

.quick-stack-7 {
  grid-column-gap: 20px;
}

.cell-7 {
  background-color: var(--off-white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px #0003;
}

.italic-text-2 {
  color: var(--darker-orange);
}

.cell-9 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 36px;
}

.section-4-old-membership {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: none;
  background-size: auto;
  border: 1px #000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: none;
  position: static;
  bottom: -200px;
  overflow: visible;
}

.section-4-old-membership.sub-section {
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-4-old-membership.service-hero-background {
  background-color: #0000;
  background-image: url('../images/Poppies-1280-x-1280-px.png');
  background-position: 50% 67%;
  background-size: cover;
  padding-top: 72px;
  padding-bottom: 36px;
}

.section-4-old-membership.poppy-philosophy-background {
  background-color: #0000;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 0;
}

.section-4-old-membership.off-white-background {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--off-white), var(--off-white));
  margin-top: 30px;
  padding-top: 36px;
  padding-bottom: 0;
}

.section-4-old-membership.off-white-background.sticky {
  padding-bottom: 20px;
}

.section-4-old-membership.education-hero-background {
  background-image: url('../images/popp-pattern-blue.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 36px;
  padding-bottom: 36px;
}

.container-membership {
  background-color: var(--white);
  border-radius: 16px;
  margin-top: 0;
  padding-left: 36px;
  padding-right: 36px;
}

.container-div {
  margin-bottom: 40px;
}

.container-div.benefits {
  background-color: var(--off-white);
  box-shadow: 0 2px 5px #0003;
}

.quick-stack-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 16px;
}

.icon-4, .icon-5 {
  color: var(--poppy-blue);
}

.brand-v2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.brand-v2:hover {
  opacity: 1;
}

.brand-v2.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 10px 10px 6px;
}

.brand-div {
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.brand-image {
  margin-top: 0;
  margin-right: 0;
  padding-left: 10px;
}

.div-block-16-schedule {
  align-self: stretch;
  width: auto;
  margin-right: 0;
}

.div-block-16-schedule.membership {
  background-color: var(--off-white);
  border-radius: 16px;
  align-self: auto;
  margin-bottom: 36px;
  padding: 24px 36px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-46 {
  background-color: var(--poppy-blue);
}

.navbar-desktop-v2 {
  z-index: 100;
  background-color: var(--white);
  color: #000;
  width: 100%;
  padding: 10px 36px 10px 10px;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 1px 75px #0000000d;
}

.navbar-desktop-v2.brand {
  padding-left: 0;
}

.nav-desk-wrap-v2 {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.brand-desktop-v2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  display: none;
}

.brand-desktop-v2:hover {
  opacity: 1;
}

.brand-desktop-v2.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 13%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.nav1-desktop-menu-v2 {
  object-fit: fill;
  align-self: center;
  display: flex;
  overflow: visible;
}

.dropdown-wrapper-v2 {
  max-width: 13.0497%;
  display: inline-block;
}

.dropdown-wrapper-v2.new {
  display: block;
}

.dropdown-trigger-v2 {
  object-fit: fill;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
  overflow: visible;
}

.nav-link-desktop-v2 {
  color: var(--poppy-blue);
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.nav-link-desktop-v2:hover {
  opacity: 1;
  color: var(--darker-orange);
}

.nav-link-desktop-v2:active {
  color: #ec6a11;
}

.nav-link-desktop-v2:focus {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 500;
}

.nav-link-desktop-v2:visited {
  color: var(--poppy-blue);
}

.nav-link-desktop-v2.w--current {
  opacity: 1;
  outline-offset: 0px;
  color: var(--poppy-blue);
  cursor: pointer;
  outline: 3px #f97212;
  font-weight: 700;
}

.nav-link-desktop-v2.w--current:hover {
  color: var(--darker-orange);
}

.nav-link-desktop-v2.condensed {
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
}

.dropdown-link-v2 {
  color: var(--poppy-blue);
  background-color: #fff;
  width: 93%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: block;
}

.dropdown-link-v2:hover {
  color: #f97212;
}

.dropdown-link-v2.w--current {
  color: #0598be;
  font-family: Montserrat, sans-serif;
}

.dropdown-link-v2.w--current:hover {
  color: #f97212;
}

.dropdown-link-v2.restorative, .dropdown-link-v2.sedation {
  display: none;
}

.div-block-logo-v2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.image-logo-v2 {
  width: 250px;
  min-width: 210px;
  max-width: 100%;
  min-height: 70px;
  margin-top: 0;
  margin-right: 0;
}

.brand-v3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  display: block;
}

.brand-v3:hover {
  opacity: 1;
}

.brand-v3.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 10px 10px 6px;
}

.div-block-20-v3 {
  align-items: center;
  width: 250px;
  min-width: 210px;
  max-width: 100%;
  min-height: 70px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.image-4-v3 {
  width: 80px;
  min-width: 0;
  margin-top: -10px;
  margin-right: 0;
}

.div-block-22-v3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-block-10-v3 {
  color: #f97212;
  text-transform: capitalize;
  flex-direction: column;
  font-family: Mollie glaston, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.text-block-11-v3 {
  color: #0598be;
  text-align: left;
  letter-spacing: .005em;
  column-count: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.paragraph-76.cookie-banner-paragraph---brix {
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 10px;
  line-height: 1.5;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary-2:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary-2.cookie-banner-button---brix {
  flex-wrap: nowrap;
  max-width: 160px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
}

.cookie-illustration---brix {
  width: 58px;
  min-height: 56px;
  margin-bottom: 20px;
}

.cookie-banner-content.cookie-banner {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.close-consent {
  color: #170f49;
  cursor: pointer;
  transform-style: preserve-3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: all .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-consent:hover {
  color: #4a3aff;
  transform: scale3d(.9, .9, .01);
}

.close-consent.cookie-banner {
  font-size: 14px;
  top: 10px;
  right: 10px;
}

.cookie-banner-wrapper {
  z-index: 10;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  position: fixed;
  inset: auto auto 32px 32px;
}

.cookie-banner-wrapper.cookie-banner {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
  max-width: 320px;
  padding: 40px 26px;
  display: flex;
  box-shadow: 0 6px 23px #14142b14;
}

.cookie-banner-wrapper.cookie-banner.preview-page {
  max-width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: fixed;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.section-faq {
  background-color: var(--white);
  margin-top: 20px;
  padding-top: 36px;
  padding-bottom: 0;
  padding-right: 30px;
}

.section-faq.home {
  padding-top: 0;
}

.text-center {
  text-align: center;
  display: none;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1100px;
  margin-top: 36px;
  display: flex;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: var(--off-white);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  font-weight: 300;
  box-shadow: 0 10px 5px #00000014;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-6.accordion-icon {
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.heading-9 {
  color: var(--poppy-blue);
  text-align: left;
  font-family: Mollie glaston, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.bold-text-6, .paragraph-faq-montserrat, .bold-text-7, .paragraph-78, .bold-text-8, .paragraph-79, .bold-text-faq-montserrat {
  font-family: Montserrat, sans-serif;
}

.wrapper-review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.wrapper-review.m0-100.video-wrapper {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 100px;
  display: block;
}

.wrapper-review.m0-100.contact-hero {
  background-image: url('../images/icon_poppy_kids_side_nooutline-1.png');
  background-position: 100% -100%;
  background-repeat: repeat-y;
  background-size: auto;
}

.wrapper-review.m0-100.sticky {
  margin-top: 0;
  padding-bottom: 0;
}

.wrapper-review.m0-100.home {
  padding-bottom: 30px;
}

.wrapper-review.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper-review.m50-100 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.wrapper-review.m100 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 25px;
}

.wrapper-review.m100.first-visit {
  padding-top: 75px;
}

.wrapper-review.m60 {
  flex: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-review.m60.centered {
  justify-content: center;
  display: flex;
}

.wrapper-review.m60.off-white {
  background-color: var(--off-white);
}

.wrapper-review.m0-100 {
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.wrapper-review.m50-0 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.wrapper-review.m100-0 {
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0;
}

.wrapper-review.photo-gallery-mobile {
  display: none;
}

.wrapper-review.first-visit {
  padding-top: 50px;
  padding-bottom: 75px;
}

.wrapper-review.membership {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper-insta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.wrapper-insta.m0-100.video-wrapper {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 100px;
  display: block;
}

.wrapper-insta.m0-100.contact-hero {
  background-image: url('../images/icon_poppy_kids_side_nooutline-1.png');
  background-position: 100% -100%;
  background-repeat: repeat-y;
  background-size: auto;
}

.wrapper-insta.m0-100.sticky {
  margin-top: 0;
  padding-bottom: 0;
}

.wrapper-insta.m0-100.home {
  padding-bottom: 30px;
}

.wrapper-insta.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper-insta.m50-100 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.wrapper-insta.m100 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 25px;
}

.wrapper-insta.m100.first-visit {
  padding-top: 75px;
}

.wrapper-insta.m60 {
  flex: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-insta.m60.centered {
  justify-content: center;
  display: flex;
}

.wrapper-insta.m60.off-white {
  background-color: var(--off-white);
}

.wrapper-insta.m0-100 {
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.wrapper-insta.m50-0 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.wrapper-insta.m100-0 {
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0;
}

.wrapper-insta.photo-gallery-mobile {
  display: none;
}

.wrapper-insta.first-visit {
  padding-top: 50px;
  padding-bottom: 75px;
}

.wrapper-insta.membership {
  padding-top: 50px;
  padding-bottom: 50px;
}

.review-insta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.review-insta-wrapper.m0-100.video-wrapper {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 100px;
  display: block;
}

.review-insta-wrapper.m0-100.contact-hero {
  background-image: url('../images/icon_poppy_kids_side_nooutline-1.png');
  background-position: 100% -100%;
  background-repeat: repeat-y;
  background-size: auto;
}

.review-insta-wrapper.m0-100.sticky {
  margin-top: 0;
  padding-bottom: 0;
}

.review-insta-wrapper.m0-100.home {
  padding-bottom: 30px;
}

.review-insta-wrapper.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.review-insta-wrapper.m50-100 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.review-insta-wrapper.m100 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 25px;
}

.review-insta-wrapper.m100.first-visit {
  padding-top: 75px;
}

.review-insta-wrapper.m60 {
  flex: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.review-insta-wrapper.m60.centered {
  justify-content: center;
  display: flex;
}

.review-insta-wrapper.m60.off-white {
  background-color: var(--off-white);
}

.review-insta-wrapper.m0-100 {
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.review-insta-wrapper.m50-0 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.review-insta-wrapper.m100-0 {
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0;
}

.review-insta-wrapper.photo-gallery-mobile {
  display: none;
}

.review-insta-wrapper.first-visit {
  padding-top: 50px;
  padding-bottom: 75px;
}

.review-insta-wrapper.membership {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bold-text-9 {
  font-weight: 400;
}

.collection-list-wrapper-7 {
  filter: blur(5px);
}

.container-24 {
  justify-content: flex-end;
  display: flex;
}

.quick-stack-9 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.container-25 {
  justify-content: center;
  display: flex;
}

.div-block-47 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.featured-blog-collection-list {
  filter: blur(5px);
}

.image-44 {
  opacity: 1;
}

.featured-blog-container {
  justify-content: flex-end;
  padding-left: 138px;
  display: flex;
  position: relative;
}

.featured-blog-image {
  width: 620px;
}

.featured-blog-link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.container-26 {
  background-color: var(--poppy-blue);
  width: 400px;
  max-width: 450px;
  height: 200px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
}

.featured-blog {
  color: var(--white);
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.featured-blog-heading {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.div-block-48 {
  justify-content: flex-start;
  display: flex;
}

.collection-list-wrapper-8 {
  margin-top: 20px;
}

.featured-blog-list {
  color: #fff;
}

.collection-item-7 {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
  position: relative;
}

.section-break {
  background-color: var(--sweet-bluette-bm);
  margin-bottom: 140px;
}

.button-blog {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-blog:hover {
  background-color: #272731;
}

.button-blog.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  padding: 0;
  display: inline-block;
}

.button-blog.white-small.membershipandrea {
  border-color: #0000;
  border-radius: 10px;
  box-shadow: 1px 0 3px 1px #0000009c;
}

.button-blog.orange-small {
  background-color: var(--poppy-orange);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.button-blog.orange-small:hover {
  background-color: #ec6a11;
}

.button-blog.orange-small.mobile {
  display: none;
}

.button-blog.orange-small.jaybook {
  border-radius: 10px;
  margin-left: -18px;
  padding-left: 18px;
  padding-right: 18px;
}

.button-blog.blue-small {
  background-color: #0598be;
}

.button-blog.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.button-blog.white-small.membershipandrea {
  background-color: var(--poppy-orange);
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px -1px 3px 1px #00000042;
}

.button-blog.orange {
  background-color: var(--poppy-orange);
  border-radius: 10px;
}

.feature-blog-wrapper-v2 {
  margin-top: 20px;
}

.collection-item-8 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.section-featured-blog-v2 {
  background-color: var(--transparent);
  margin-top: 60px;
  padding: 0 36px 35px;
}

.container-featured-blog {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

.secondary-heading {
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.paragraph-blog {
  color: #000000a8;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.collection-list-wrapper-9 {
  margin-top: 20px;
  position: static;
}

.link-featured-blog {
  background-color: var(--poppy-blue);
  color: var(--white);
  border-radius: 16px 0 0 16px;
  flex-direction: column;
  padding: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-49 {
  order: 1;
  margin-top: auto;
}

.blog-button {
  background-color: var(--poppy-orange);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.blog-button:hover {
  background-color: #272731;
}

.blog-button.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  padding: 0;
  display: inline-block;
}

.blog-button.white-small.membershipandrea {
  border-color: #0000;
  border-radius: 10px;
  box-shadow: 1px 0 3px 1px #0000009c;
}

.blog-button.orange-small {
  background-color: var(--poppy-orange);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.blog-button.orange-small:hover {
  background-color: #ec6a11;
}

.blog-button.orange-small.mobile {
  display: none;
}

.blog-button.orange-small.jaybook {
  border-radius: 10px;
  margin-left: -18px;
  padding-left: 18px;
  padding-right: 18px;
}

.blog-button.blue-small {
  background-color: #0598be;
}

.blog-button.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.blog-button.white-small.membershipandrea {
  background-color: var(--poppy-orange);
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px -1px 3px 1px #00000042;
}

.blog-button.orange {
  background-color: var(--poppy-orange);
  border-radius: 10px;
}

.blog-button-v2 {
  background-color: var(--poppy-blue);
  color: var(--off-white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  align-self: center;
  padding: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.container-blog-button {
  justify-content: center;
  height: 50px;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.blog-heading {
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.featured-blog-effect {
  z-index: -1;
  opacity: 1;
  filter: saturate(200%) blur(40px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 24px);
}

.featured-blog-effect-v2 {
  z-index: -1;
  opacity: 0;
  filter: saturate(200%) blur(40px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 24px);
}

.selected-projects-effect {
  z-index: -1;
  opacity: 1;
  filter: saturate(200%) blur(40px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 24px);
}

.section-insta {
  padding: 36px 36px 35px;
}

.highlight-wrap-poppy-philosophy {
  max-width: 67%;
}

.h2-poppy-philosophy {
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.h2-poppy-philosophy.location {
  margin-bottom: 10px;
  font-size: 38px;
}

.h2-poppy-experience {
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.h2-poppy-experience.location {
  margin-bottom: 10px;
  font-size: 38px;
}

.highlight-wrap-poppy-experiennce {
  max-width: none;
  margin-left: 36px;
}

.h2-poppy-philo {
  white-space: normal;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  display: block;
}

.h2-poppy-philo.location {
  margin-bottom: 10px;
  font-size: 38px;
}

.section-review {
  height: 100%;
  padding-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
}

.grid-schedule {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  place-content: space-around;
  place-items: center;
  padding: 0 40px;
  position: static;
  inset: 136px 236px auto;
}

.hero-contact-landing {
  z-index: 1;
  background-color: var(--off-white);
  color: #0000;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 336px;
  display: flex;
  position: static;
}

.hero-contact-landing.sticky {
  object-fit: cover;
  flex-wrap: nowrap;
  flex: 1;
  align-content: center;
  align-self: auto;
  min-height: 180px;
}

.hero-contact-landing.landing-page {
  padding-left: 124px;
  padding-right: 124px;
}

.wrapper-faq {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.wrapper-faq.m0-100.video-wrapper {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 100px;
  display: block;
}

.wrapper-faq.m0-100.contact-hero {
  background-image: url('../images/icon_poppy_kids_side_nooutline-1.png');
  background-position: 100% -100%;
  background-repeat: repeat-y;
  background-size: auto;
}

.wrapper-faq.m0-100.sticky {
  margin-top: 0;
  padding-bottom: 0;
}

.wrapper-faq.m0-100.home {
  padding-bottom: 30px;
}

.wrapper-faq.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper-faq.m50-100 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.wrapper-faq.m100 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 25px;
}

.wrapper-faq.m100.first-visit {
  padding-top: 75px;
}

.wrapper-faq.m60 {
  flex: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-faq.m60.centered {
  justify-content: center;
  display: flex;
}

.wrapper-faq.m60.off-white {
  background-color: var(--off-white);
}

.wrapper-faq.m0-100 {
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.wrapper-faq.m50-0 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.wrapper-faq.m100-0 {
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0;
}

.wrapper-faq.photo-gallery-mobile {
  display: none;
}

.wrapper-faq.first-visit {
  padding-top: 50px;
  padding-bottom: 75px;
}

.wrapper-faq.membership {
  padding-top: 50px;
  padding-bottom: 50px;
}

.highlight-wrap-faq {
  width: 63.9703%;
  display: flex;
}

.section-first-visit {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fefbf6;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-right: 118px;
  display: flex;
  position: static;
  bottom: -200px;
  overflow: visible;
}

.highlight-wrap-review {
  margin-left: 36px;
}

.h2-love-patients-insta {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.h2-love-patients-insta.location {
  margin-bottom: 10px;
  font-size: 38px;
}

.highlight-wrap-fblog {
  margin-left: 6px;
}

.h2-poppy-s-blog {
  white-space: normal;
  max-width: 67%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.h2-poppy-s-blog.location {
  margin-bottom: 10px;
  font-size: 38px;
}

.h2-insta {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

.h2-insta.location {
  margin-bottom: 10px;
  font-size: 38px;
}

.highlight-wrap-insta {
  margin-left: 36px;
}

.h2-faq {
  white-space: normal;
  object-fit: fill;
  flex-flow: row;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  display: block;
}

.h2-faq.location {
  margin-bottom: 10px;
  font-size: 38px;
}

.quick-stack-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.accordion-item-v2 {
  background-color: var(--off-white);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  font-weight: 300;
  box-shadow: 0 10px 5px #00000014;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-item-9 {
  display: inline-block;
}

.collection-list-7, .collection-list-faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  display: grid;
}

.wrapper-faq-static {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.wrapper-faq-static.m0-100.video-wrapper {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 100px;
  display: block;
}

.wrapper-faq-static.m0-100.contact-hero {
  background-image: url('../images/icon_poppy_kids_side_nooutline-1.png');
  background-position: 100% -100%;
  background-repeat: repeat-y;
  background-size: auto;
}

.wrapper-faq-static.m0-100.sticky {
  margin-top: 0;
  padding-bottom: 0;
}

.wrapper-faq-static.m0-100.home {
  padding-bottom: 30px;
}

.wrapper-faq-static.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper-faq-static.m50-100 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.wrapper-faq-static.m100 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 25px;
}

.wrapper-faq-static.m100.first-visit {
  padding-top: 75px;
}

.wrapper-faq-static.m60 {
  flex: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-faq-static.m60.centered {
  justify-content: center;
  display: flex;
}

.wrapper-faq-static.m60.off-white {
  background-color: var(--off-white);
}

.wrapper-faq-static.m0-100 {
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.wrapper-faq-static.m50-0 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.wrapper-faq-static.m100-0 {
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0;
}

.wrapper-faq-static.photo-gallery-mobile {
  display: none;
}

.wrapper-faq-static.first-visit {
  padding-top: 50px;
  padding-bottom: 75px;
}

.wrapper-faq-static.membership {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h1-message-text.size6-text {
  color: var(--poppy-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.highlight-wrap-philosophy {
  max-width: 67%;
  margin-left: 36px;
}

.wrapper-preventative {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.wrapper-preventative.m0-100.video-wrapper {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 100px;
  display: block;
}

.wrapper-preventative.m0-100.contact-hero {
  background-image: url('../images/icon_poppy_kids_side_nooutline-1.png');
  background-position: 100% -100%;
  background-repeat: repeat-y;
  background-size: auto;
}

.wrapper-preventative.m0-100.sticky {
  margin-top: 0;
  padding-bottom: 0;
}

.wrapper-preventative.m0-100.home {
  padding-bottom: 30px;
}

.wrapper-preventative.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper-preventative.m50-100 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.wrapper-preventative.m100 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 25px;
}

.wrapper-preventative.m100.first-visit {
  padding-top: 75px;
}

.wrapper-preventative.m60 {
  flex: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-preventative.m60.centered {
  justify-content: center;
  display: flex;
}

.wrapper-preventative.m60.off-white {
  background-color: var(--off-white);
}

.wrapper-preventative.m0-100 {
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.wrapper-preventative.m50-0 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.wrapper-preventative.m100-0 {
  margin-top: -100px;
  margin-bottom: 35px;
  padding-top: 100px;
  padding-bottom: 0;
}

.wrapper-preventative.photo-gallery-mobile {
  display: none;
}

.wrapper-preventative.first-visit {
  padding-top: 50px;
  padding-bottom: 75px;
}

.wrapper-preventative.membership {
  padding-top: 50px;
  padding-bottom: 50px;
}

.back-to-blog {
  border: 1px solid var(--poppy-orange);
  background-color: var(--darker-orange);
  outline-offset: 0px;
  color: var(--white);
  border-radius: 10px;
  outline: 3px #fff;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.next, .previous {
  background-color: var(--poppy-blue);
  color: var(--off-white);
  margin-bottom: 40px;
}

.image-45 {
  width: 131px;
  margin-top: -15px;
  margin-bottom: -25px;
  padding-bottom: 0;
}

.section-hero-v2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 59vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.wrapper-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: block;
  position: static;
}

.wrapper-v2.m0-100.video-wrapper {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 100px;
  display: block;
}

.wrapper-v2.m0-100.contact-hero {
  background-image: url('../images/icon_poppy_kids_side_nooutline-1.png');
  background-position: 100% -100%;
  background-repeat: repeat-y;
  background-size: auto;
}

.wrapper-v2.m0-100.sticky {
  margin-top: 0;
  padding-bottom: 0;
}

.wrapper-v2.m0-100.home {
  padding-bottom: 30px;
}

.wrapper-v2.m50-80 {
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper-v2.m50-100 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.wrapper-v2.m100 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 25px;
}

.wrapper-v2.m100.first-visit {
  padding-top: 75px;
}

.wrapper-v2.m60 {
  flex: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-v2.m60.centered {
  justify-content: center;
  display: flex;
}

.wrapper-v2.m60.off-white {
  background-color: var(--off-white);
}

.wrapper-v2.m0-100 {
  width: auto;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.wrapper-v2.m50-0 {
  flex: 0 auto;
  padding-top: 50px;
  padding-bottom: 0;
  display: block;
}

.wrapper-v2.m100-0 {
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0;
}

.wrapper-v2.photo-gallery-mobile {
  display: none;
}

.wrapper-v2.first-visit {
  padding-top: 50px;
  padding-bottom: 75px;
}

.wrapper-v2.membership {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero6-content-v2 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 70%;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.hero6-text-v2 {
  opacity: 1;
  flex: 1;
  margin-bottom: 30px;
}

.hero6-text-v2.welcome {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.sizejumbo-text-v2 {
  z-index: 15;
  color: var(--poppy-blue);
  -webkit-text-stroke-width: 1px;
  mix-blend-mode: multiply;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mollie glaston, sans-serif;
  font-size: 63px;
  font-weight: 400;
  line-height: 96px;
  position: relative;
}

.sizejumbo-text-v2.sizejumbo-full-clear {
  z-index: 1;
  color: #0598be;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mollie glaston, sans-serif;
  font-weight: 400;
}

.h1-message-text-v2.size6-text {
  color: var(--poppy-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.h1-message-text-v2.size6-text-v2 {
  z-index: 10;
  color: var(--poppy-blue);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--poppy-blue);
  mix-blend-mode: multiply;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
  position: relative;
}

.size6-text-v2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.size6-text-v2.welcome {
  z-index: 15;
  color: #000;
  mix-blend-mode: normal;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  position: relative;
}

.background-video-v2 {
  z-index: 1;
  opacity: .34;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.link-6 {
  color: #0481a1;
  mix-blend-mode: multiply;
}

.social-link-x, .social-link-utube, .social-link-faceb, .social-link-insta, .social-link-pintrst, .social-link-linkedin {
  margin-top: 0;
}

.link-7, .link-8, .link-9 {
  color: #047d9c;
}

.link-10, .link-11 {
  color: #047d9c;
  -webkit-text-stroke-color: var(--poppy-blue);
}

.link-12, .link-13 {
  color: #047d9c;
}

.banner_wrapper {
  background-color: var(--poppy-blue);
  width: 100%;
  overflow: hidden;
}

.banner {
  flex-flow: column;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.text-wrapper {
  background-color: var(--poppy-blue);
  margin-left: auto;
  margin-right: auto;
}

.paragraph-81 {
  color: var(--off-white);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
}

.image-46 {
  float: right;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.div-block-50 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-zero {
  text-align: left;
  vertical-align: baseline;
  object-fit: contain;
  width: auto;
}

.lightbox-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.collection-list-wrapper-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-8 {
  display: flex;
}

.wrapper-2 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-head-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-bottom: 50px;
  display: flex;
}

.heading-11 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.caption-text {
  color: #000;
  background-color: #e5a055;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
}

.skate-gallery {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.collection-item-10 {
  flex: 0 25%;
  padding-bottom: 25%;
  position: relative;
}

.media-icon-2 {
  height: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gallery-image-embed {
  height: 100%;
  padding: 10px;
  position: absolute;
}

.lightbox-link-2 {
  display: flex;
}

.thumbnail {
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.image-47 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  max-width: none;
  max-height: none;
  overflow: clip;
}

.image-48 {
  object-fit: contain;
  max-width: none;
}

.container-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: block;
}

.div-block-51 {
  background-image: url('../images/IMG_4690-Medium.jpeg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.div-block-52 {
  background-image: url('../images/IMG_2865-Medium.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.slide-nav {
  width: 100%;
}

.image-49 {
  object-fit: fill;
  background-image: url('../images/IMG_4690-Medium.jpeg');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
  height: 100%;
}

.div-block-54 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-50 {
  object-fit: contain;
  height: 100%;
}

.image-51 {
  object-fit: cover;
}

.slider-2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.image-52 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: inline-flex;
}

.div-block-56 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.slide-nav-2, .image-53 {
  object-fit: cover;
}

.slide-2 {
  object-fit: fill;
}

.image-54, .image-55 {
  object-fit: cover;
  width: 100%;
}

.slide-3 {
  vertical-align: baseline;
}

.mask {
  flex: 0 auto;
  align-self: center;
  width: 100%;
}

.slide-1 {
  object-fit: contain;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.size3-text-edu {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.section-14-pe.is--slider {
  z-index: 2;
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.controls-3 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-21 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.collection-list-wrapper-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sq-slider {
  border: 4px #ee6a2f;
}

.client-slider-panel {
  opacity: .37;
  border: 3px #fff;
  margin-right: 20px;
}

.slider-wrap {
  flex-direction: column;
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.slider-wrap.trislider {
  flex: none;
  width: 500px;
  display: block;
}

.client-slider {
  background-color: #0000;
  height: 100%;
}

.right-arrow-wrap {
  bottom: -115px;
  right: -10px;
  overflow: visible;
}

.slide-nav-3 {
  width: auto;
  height: auto;
  margin-top: -33px;
  padding-top: 0;
  bottom: auto;
}

.client-slider-wrapper {
  mix-blend-mode: normal;
  border: 5px #ee6a2f;
  display: flex;
}

.client-slider-mask {
  overflow: visible;
}

.direction-icon {
  color: #c9c9c9;
  background-color: #15759600;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 559px;
  margin-bottom: 0;
  font-size: 17px;
  display: flex;
}

.direction-icon:hover {
  background-color: #ffffff3d;
}

.direction-icon.right {
  margin-top: 707px;
  margin-left: 82.991px;
  left: -298px;
}

.direction-icon.left {
  margin-top: 707px;
  margin-left: 235.989px;
  margin-right: 82.003px;
  right: -304px;
}

.left-arrow-wrap {
  bottom: -115px;
  left: -10px;
  overflow: visible;
}

.website-panel {
  height: 100%;
  padding: 6px;
}

.website-panel.trislider {
  opacity: .47;
  position: relative;
  transform: scale(.8);
}

.tab-drop-heading {
  color: var(--off-white);
  text-align: center;
  text-indent: 30px;
  border-bottom: 1px #d8d8d8;
  margin-top: -115px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Mollie glaston, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
}

.resource-wrap {
  background-image: url('../images/popp-pattern-blue.webp'), linear-gradient(#ffffffe0, #ffffffe0);
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.client-cube {
  color: #333;
  object-fit: cover;
  width: 700px;
  height: 700px;
}

.div-block-57 {
  opacity: .93;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.div-block-58, .div-block-59 {
  opacity: .93;
  position: absolute;
  inset: 0%;
}

.client-cube-2 {
  object-fit: cover;
  width: 600px;
  height: 500px;
}

.div-block-60 {
  opacity: .93;
  position: absolute;
  inset: 0%;
}

.client-slider-panel-copy {
  opacity: .37;
  border: 3px #fff;
  margin-right: 20px;
}

.paragraph-services {
  opacity: .7;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  padding-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-services.bullet-point {
  padding-left: 10px;
}

.paragraph-services.first-visit {
  font-size: 17px;
}

.paragraph-services.sedation {
  margin-bottom: 60px;
}

.paragraph-services.questions {
  text-align: center;
  align-self: center;
  font-size: 25px;
}

.heading-12 {
  color: var(--poppy-blue);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Mollie glaston, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  display: flex;
}

.background-video-2 {
  display: flex;
}

.div-block-61 {
  min-width: 100vh;
  max-width: 7%;
  min-height: 100vh;
  max-height: 100%;
}

.div-block-62 {
  background-image: none;
  background-size: auto;
  margin-bottom: 20px;
}

.section-4-first-visit {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: none;
  background-size: auto;
  border: 1px #000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  margin-top: 33px;
  padding-left: 36px;
  padding-right: 36px;
  display: block;
  position: static;
  bottom: -200px;
  overflow: visible;
}

.section-4-first-visit.sub-section {
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-4-first-visit.service-hero-background {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 72px;
  padding-bottom: 36px;
}

.section-4-first-visit.poppy-philosophy-background {
  background-color: #0000;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 0;
}

.section-4-first-visit.off-white-background {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--off-white), var(--off-white));
  padding-top: 37px;
  padding-bottom: 0;
  box-shadow: 0 2px 5px #0003;
}

.section-4-first-visit.off-white-background.sticky {
  padding-bottom: 20px;
}

.section-4-first-visit.education-hero-background {
  background-image: url('../images/popp-pattern-blue.webp');
  background-position: 0 0;
  background-size: contain;
  padding-top: 36px;
  padding-bottom: 36px;
}

@media screen and (min-width: 1440px) {
  .size5-text {
    font-family: Montserrat, sans-serif;
  }

  .button-small.white-small {
    padding: 10px 20px;
  }

  .size6-text {
    font-family: Montserrat, sans-serif;
  }

  .label-2 {
    border-radius: 3px;
    width: auto;
    display: inline-block;
    position: static;
  }

  .label-2.label-education {
    border-color: var(--sweet-bluette-bm);
  }

  .dropdown-link {
    color: var(--poppy-blue);
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .dropdown-link:hover {
    color: var(--poppy-orange);
  }

  .dropdown-list {
    width: 100%;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    overflow: hidden;
  }

  .nav-link-3 {
    display: block;
  }

  .dropdown {
    object-fit: fill;
    overflow: visible;
  }

  .section-4.off-white-background {
    background-image: linear-gradient(to bottom, var(--off-white), var(--off-white));
  }

  .section-4.education-hero-background {
    background-image: url('../images/popp-pattern-blue.png');
    background-position: 0 0;
    background-size: contain;
    justify-content: center;
    align-items: stretch;
    display: block;
    overflow: visible;
  }

  .notification-content {
    cursor: none;
  }

  .wrapper.m0-100 {
    margin-top: 0;
  }

  .wrapper.m0-100.video-wrapper {
    display: none;
  }

  .wrapper.m50-100.off-white-background {
    background-color: var(--off-white);
  }

  .wrapper.m50-0, .wrapper.m100-0 {
    padding-bottom: 0;
  }

  .wrapper.photo-gallery-mobile {
    display: none;
  }

  .size1-text.location {
    margin-bottom: 10px;
    font-size: 44px;
  }

  .collection-list-wrapper-4 {
    margin-right: 0;
  }

  .div-block-15 {
    grid-column-gap: 2px;
  }

  .sizejumbo-text {
    font-weight: 400;
  }

  .content-grid.grid-36-72-36-36 {
    position: relative;
  }

  .content-grid.location {
    align-items: start;
  }

  .div-block-16 {
    align-self: stretch;
    width: auto;
    margin-right: 72px;
  }

  .div-block-16.service-items {
    margin-right: 5px;
  }

  .paragraph-wrap {
    align-items: flex-end;
    display: flex;
  }

  .highlight-image {
    background-position: 50%;
  }

  .highlight-image.heart-hands {
    background-position: 45%;
    background-repeat: no-repeat;
  }

  .pattern-deco.poppies {
    background-image: url('../images/Webclip.png'), linear-gradient(to bottom, var(--off-white), var(--off-white));
    background-position: 50% 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: 136px, auto;
    background-attachment: fixed, scroll;
  }

  .pattern-deco.wallpaper {
    background-image: url('../images/wallpaper-pattern.jpg'), linear-gradient(to bottom, var(--off-white), var(--off-white));
    background-position: 50% 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: fixed, scroll;
    height: 136px;
  }

  .product5-feed-grid {
    position: static;
    overflow: visible;
  }

  .background-video {
    height: 100%;
    top: 0%;
  }

  .section-hero {
    padding-left: 67px;
  }

  .interests-image {
    border-radius: 16px;
  }

  .interests-headline-wrap {
    padding-left: 0;
  }

  .div-block-28 {
    justify-content: flex-start;
    padding-bottom: 16px;
  }

  .image-13, .image-14, .image-15 {
    width: 100px;
    max-width: none;
  }

  .div-block-29, .div-block-30 {
    justify-content: flex-start;
    padding-bottom: 16px;
  }

  .map-4, .content-wrap-left-top.meet-dr-andrea {
    margin-top: 0;
  }

  .section-0-136.meet-dr-andrea, .section-0-136.schedule-div {
    background-color: var(--off-white);
  }

  .content-wrap-right-bottom.free-under-three {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .content-wrap-right-bottom.meet-dr-andrea {
    background-position: 0 0, 0 12%;
    border-radius: 0;
    height: 650px;
  }

  .content-wrap-right-bottom.membership {
    background-image: url('../images/baby_feet.svg'), linear-gradient(to right, var(--off-white), #fefbf6e6 26%, #0000);
    background-position: 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 50%, auto;
  }

  .content-wrap-right-bottom.membership.content-membership {
    background-image: linear-gradient(to right, var(--off-white), #fefbf6e6 26%, #0000);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .comfort-menu-content-wrap, .services-content-wrap-left-top {
    border-radius: 16px;
  }

  .contact-content-wrap2 {
    flex-direction: row;
    place-content: start center;
    align-items: stretch;
    margin-bottom: 236px;
  }

  .contact-content-wrap-schedule {
    margin-top: 236px;
  }

  .html-embed {
    display: none;
  }

  .poppy-philosophy-content-wrap2 {
    border-radius: 16px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .content-grid-copy {
    flex: none;
    place-items: stretch stretch;
  }

  .map-div {
    width: 100%;
  }

  .map-content-wrap {
    margin-left: 0;
    padding: 0;
  }

  .div-block-location {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .image-location {
    max-width: 26%;
    margin-left: 0;
    padding-left: 0;
  }

  .education-content-grid.location {
    align-items: start;
  }

  .certificates-content-wrap {
    margin-bottom: 0;
  }

  .div-block-certificates {
    width: 100%;
  }

  .div-block-education {
    width: 100%;
    padding-right: 10px;
  }

  .image-16, .image-17 {
    max-width: 25%;
    display: block;
    position: absolute;
    inset: 5% 5% auto auto;
  }

  .div-block-31 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    padding-top: 10px;
    display: inline-block;
  }

  .highlights-section {
    padding-top: 54px;
  }

  .highlights-section.off-white-background {
    background-image: linear-gradient(to bottom, var(--off-white), var(--off-white));
  }

  .highlights-section.education-hero-background {
    background-image: url('../images/popp-pattern-blue.png');
    background-position: 0 0;
    background-size: contain;
  }

  .image-17-copy {
    max-width: 18%;
    display: block;
    position: static;
    inset: 5% 5% auto auto;
  }

  .degree-content-wrap1 {
    background-color: var(--white);
    border-radius: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 60px;
    position: static;
  }

  .degree-div-block {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .degree-div-block2 {
    grid-column-gap: 0px;
    border: 1px solid #000;
    padding: 10px 20px;
    display: block;
  }

  .degree-content-wrap2 {
    border-radius: 16px;
    margin: 0;
    padding: 40px 60px;
    position: static;
  }

  .degree-content-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    place-content: center start;
    place-items: stretch start;
    max-width: 1400px;
    margin-bottom: 0;
  }

  .degree-content-grid.location {
    align-items: start;
  }

  .degree-content-wrap3 {
    border-radius: 16px;
    margin: 0;
    padding: 40px 60px;
    position: static;
  }

  .tabs {
    display: flex;
  }

  .tabs-menu {
    flex-direction: column;
    display: flex;
  }

  .tab-link-education {
    display: flex;
  }

  .tab-link-education.w--current {
    justify-content: flex-start;
    display: flex;
  }

  .image-17-copy {
    display: block;
    position: static;
    inset: 5% 5% auto auto;
  }

  .image-17-copy2 {
    max-width: 67%;
    display: block;
    position: static;
    inset: 5% 5% auto auto;
  }

  .degree-content-image-wrap {
    border-radius: 16px;
    align-items: center;
    margin-bottom: auto;
    padding: 20px 36px;
  }

  .degree-content-wrap4 {
    border-radius: 16px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 auto;
    padding: 40px 60px;
    display: flex;
    position: static;
  }

  .sizejumbo-text-90-degrees {
    color: var(--white);
    margin-top: 0;
    margin-bottom: auto;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    transform: rotate(-90deg);
  }

  .education-headline-grid {
    grid-column-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .education-image {
    width: 100px;
    max-width: none;
    height: 100px;
    display: block;
    position: static;
    inset: 5% 5% auto auto;
  }

  .education-headline-wrap {
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .education-headline {
    color: var(--white);
  }

  .div-block-32 {
    padding-left: 32px;
  }

  .highlight-wrap {
    align-items: flex-end;
    margin-left: 36px;
    display: flex;
  }

  .notification-wrap {
    cursor: default;
    position: static;
  }

  .hero-grid {
    z-index: 100;
  }

  .div-block-university {
    border: 1px solid var(--poppy-yellow);
    border-radius: 3px;
    padding: 10px 20px;
    display: inline-block;
  }

  .label-caps {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .label-caps.label-form {
    padding-left: 10px;
  }

  .certificates-headline-grid {
    grid-column-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .certificates-image {
    width: 100px;
    max-width: none;
    height: 100px;
    display: block;
    position: static;
    inset: 5% 5% auto auto;
  }

  .certificates-headline-wrap {
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .degree-content-grid-copy {
    place-content: center start;
    place-items: stretch start;
    margin-bottom: 0;
  }

  .degree-content-grid-copy.location {
    align-items: start;
  }

  .certificates-content-grid {
    place-content: center;
    place-items: stretch start;
    margin-bottom: 0;
  }

  .certificates-content-grid.location {
    align-items: start;
  }

  .certificates-content-wrap1 {
    background-color: var(--white);
    border-radius: 16px;
    justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 60px;
    display: block;
    position: static;
  }

  .certificates-content-wrap2, .certificates-content-wrap3 {
    border-radius: 16px;
    margin: 0;
    padding: 40px 60px;
    display: block;
    position: static;
  }

  .certificates-content-wrap4 {
    border-radius: 16px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 40px 60px;
    display: block;
    position: static;
  }

  .services-content-wrap-bottom-right.first-visit {
    margin-top: 236px;
  }

  .services-content-wrap-bottom-right.referral-information {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1036px;
  }

  .controls {
    display: flex;
  }

  .container-6.is--slider {
    overflow: hidden;
  }

  .control.prev-splide, .control.next-splide, .control.next-splide, .control.prev-splide, .control.next-splide-pe, .control.prev-pe-splide, .control.prev-splide-pe, .control.next-splide-pe {
    border-color: #aaaaaaab;
  }

  .control__fill {
    background-color: var(--poppy-orange);
    color: var(--poppy-orange);
  }

  .section-14.is--slider {
    background-color: #0000;
    margin-top: 0;
    position: relative;
  }

  .control__arrow {
    color: var(--poppy-blue);
  }

  .dropdown-wrapper {
    width: auto;
    display: inline-block;
    position: relative;
  }

  .dropdown-trigger {
    padding-left: 20px;
    padding-right: 40px;
    display: inline-block;
  }

  .dropdown-content {
    background-color: var(--white);
    width: 280px;
    padding: 10px 40px 20px 20px;
    position: absolute;
    overflow: hidden;
    box-shadow: 1px 1px 3px #18181d1a;
  }

  .dropdown-content.about, .dropdown-content.services {
    width: 280px;
    padding-bottom: 10px;
  }

  .dropdown-content.contact {
    width: 190px;
    padding-bottom: 10px;
  }

  .form-block-4 {
    display: block;
  }

  .div-block-33 {
    width: 100%;
    display: block;
    position: static;
  }

  .text-field-4 {
    display: block;
  }

  .textarea {
    font-family: Montserrat, sans-serif;
  }

  .form-text-field {
    border: 1px solid var(--poppy-blue);
    border-radius: 6px;
    min-height: 40px;
    font-family: Montserrat, sans-serif;
  }

  .form-text-area {
    border: 1px solid var(--poppy-blue);
    border-radius: 6px;
    min-height: 100px;
    font-family: Montserrat, sans-serif;
  }

  .div-block-radiographs-forward {
    justify-content: flex-start;
    padding-bottom: 16px;
  }

  .image-18 {
    flex: 0 auto;
    align-self: auto;
    max-width: none;
    max-height: 100%;
    display: block;
    position: absolute;
    inset: 0 0% 0 auto;
  }

  .select-field {
    border: 1px solid var(--poppy-blue);
    background-color: var(--off-white);
    border-radius: 6px;
    font-family: Montserrat, sans-serif;
  }

  .success-message-3 {
    background-color: var(--off-white);
    border-radius: 6px;
  }

  .error-message-4 {
    border-radius: 6px;
    width: 50%;
    margin-top: 20px;
  }

  .div-block-34 {
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 20px 18px;
    display: flex;
  }

  .div-block-35 {
    border: 1px solid #000;
    margin-top: 20px;
    padding: 10px 18px;
    display: inline-block;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 50%;
  }

  .checkbox-field {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .checkbox {
    border-color: var(--poppy-blue);
    border-radius: 20px;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
  }

  .checkbox.w--redirected-checked {
    border-color: var(--poppy-blue);
    background-color: var(--poppy-yellow);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 20px;
  }

  .checkbox-label {
    text-align: left;
    text-transform: uppercase;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 20px;
    display: block;
    position: absolute;
    top: auto;
  }

  .div-block-teeth-top-left {
    padding: 20px 10px 10px 0;
    display: block;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: stretch;
    justify-items: stretch;
    margin-right: 0;
  }

  .div-block-37 {
    background-color: var(--poppy-blue);
    width: 1px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-grid-vertical {
    background-color: var(--poppy-blue);
    width: 1px;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-grid-horizontal {
    background-color: var(--poppy-blue);
    width: auto;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-teeth-top-right {
    padding: 20px 0 10px 10px;
    display: block;
  }

  .div-block-38 {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .div-block-teeth-bottom-left {
    padding: 10px 10px 10px 0;
    display: block;
  }

  .div-block-teeth-bottom-right {
    padding: 10px 0 10px 10px;
    display: block;
  }

  .form-submit-button {
    color: #000;
    background-color: #0000;
  }

  .about-label {
    border-radius: 3px;
    width: auto;
    display: inline-block;
    position: static;
  }

  .about-label.inside-label {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .about-label.label-education {
    border-color: var(--sweet-bluette-bm);
  }

  .label-2-copy {
    border-radius: 3px;
    width: auto;
    display: inline-block;
    position: static;
  }

  .label-2-copy.label-education {
    border-color: var(--sweet-bluette-bm);
  }

  .radiograph-forward-label {
    font-family: Montserrat, sans-serif;
  }

  .radiograph-forward-label2 {
    border-radius: 3px;
    width: auto;
    display: inline-block;
    position: static;
  }

  .radiograph-forward-label2.label-education {
    border-color: var(--sweet-bluette-bm);
  }

  .div-block-the-poppy-experience, .div-block-first-visit {
    align-self: stretch;
    width: auto;
    margin-right: 72px;
  }

  .services-content-wrap-crowns.first-visit {
    margin-top: 236px;
  }

  .services-content-wrap-crowns.referral-information {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1036px;
  }

  .embeds-content-grid.grid-36-72-36-36 {
    position: relative;
  }

  .embeds-content-grid.location {
    align-items: start;
  }

  .nav-link-pythen-child {
    display: block;
  }

  .button-small-membership.white-small {
    padding: 10px 20px;
  }

  .social-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-25 {
    max-height: 100%;
  }

  .flex-block {
    padding-left: 36px;
  }

  .div-block-42 {
    align-self: stretch;
    width: auto;
    margin-right: 72px;
  }

  .label-3 {
    border-radius: 3px;
    width: auto;
    display: inline-block;
    position: static;
  }

  .dropdowns-text {
    color: var(--poppy-blue);
    -webkit-text-stroke-color: var(--poppy-orange);
    text-transform: uppercase;
    padding: 5px;
    font-size: 32px;
  }

  .button-small-mobile.white-small {
    padding: 10px 20px;
  }

  .h2-poppy.location, .h2-embed.location {
    margin-bottom: 10px;
    font-size: 44px;
  }

  .services-div-mobile {
    align-self: stretch;
    width: auto;
    margin-right: 72px;
  }

  .section-4-old-membership.off-white-background {
    background-image: linear-gradient(to bottom, var(--off-white), var(--off-white));
  }

  .section-4-old-membership.education-hero-background {
    background-image: url('../images/popp-pattern-blue.png');
    background-position: 0 0;
    background-size: contain;
  }

  .div-block-16-schedule {
    align-self: stretch;
    width: auto;
    margin-right: 72px;
  }

  .dropdown-wrapper-v2 {
    align-self: center;
    width: auto;
    max-width: none;
    display: inline-block;
    position: relative;
  }

  .dropdown-trigger-v2 {
    padding-left: 20px;
    padding-right: 40px;
    display: inline-block;
  }

  .nav-link-desktop-v2 {
    display: block;
  }

  .dropdown-link-v2 {
    color: var(--poppy-blue);
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .dropdown-link-v2:hover {
    color: var(--poppy-orange);
  }

  .section-faq {
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper.slim {
    max-width: 1200px;
  }

  .wrapper-review.m0-100 {
    margin-top: 0;
  }

  .wrapper-review.m0-100.video-wrapper {
    display: none;
  }

  .wrapper-review.m50-100.off-white-background {
    background-color: var(--off-white);
  }

  .wrapper-review.m50-0, .wrapper-review.m100-0 {
    padding-bottom: 0;
  }

  .wrapper-review.photo-gallery-mobile {
    display: none;
  }

  .wrapper-insta.m0-100 {
    margin-top: 0;
  }

  .wrapper-insta.m0-100.video-wrapper {
    display: none;
  }

  .wrapper-insta.m50-100.off-white-background {
    background-color: var(--off-white);
  }

  .wrapper-insta.m50-0, .wrapper-insta.m100-0 {
    padding-bottom: 0;
  }

  .wrapper-insta.photo-gallery-mobile {
    display: none;
  }

  .review-insta-wrapper.m0-100 {
    margin-top: 0;
  }

  .review-insta-wrapper.m0-100.video-wrapper {
    display: none;
  }

  .review-insta-wrapper.m50-100.off-white-background {
    background-color: var(--off-white);
  }

  .review-insta-wrapper.m50-0, .review-insta-wrapper.m100-0 {
    padding-bottom: 0;
  }

  .review-insta-wrapper.photo-gallery-mobile {
    display: none;
  }

  .button-blog.white-small, .blog-button.white-small {
    padding: 10px 20px;
  }

  .highlight-wrap-poppy-philosophy {
    align-items: flex-end;
    margin-left: 36px;
    display: flex;
  }

  .h2-poppy-philosophy.location, .h2-poppy-experience.location {
    margin-bottom: 10px;
    font-size: 44px;
  }

  .highlight-wrap-poppy-experiennce {
    align-items: flex-end;
    margin-left: 36px;
    display: flex;
  }

  .h2-poppy-philo.location {
    margin-bottom: 10px;
    font-size: 44px;
  }

  .wrapper-faq.m0-100 {
    margin-top: 0;
  }

  .wrapper-faq.m0-100.video-wrapper {
    display: none;
  }

  .wrapper-faq.m50-100.off-white-background {
    background-color: var(--off-white);
  }

  .wrapper-faq.m50-0, .wrapper-faq.m100-0 {
    padding-bottom: 0;
  }

  .wrapper-faq.photo-gallery-mobile {
    display: none;
  }

  .highlight-wrap-faq, .highlight-wrap-review {
    align-items: flex-end;
    margin-left: 72px;
    display: flex;
  }

  .h2-love-patients-insta.location {
    margin-bottom: 10px;
    font-size: 44px;
  }

  .highlight-wrap-fblog {
    align-items: flex-end;
    margin-left: 36px;
    display: block;
  }

  .h2-poppy-s-blog.location {
    margin-bottom: 10px;
    font-size: 44px;
  }

  .h2-insta {
    margin-left: 36px;
  }

  .h2-insta.location {
    margin-bottom: 10px;
    font-size: 44px;
  }

  .highlight-wrap-insta {
    align-items: flex-end;
    margin-left: 36px;
    display: flex;
  }

  .h2-faq.location {
    margin-bottom: 10px;
    font-size: 44px;
  }

  .wrapper-faq-static.m0-100 {
    margin-top: 0;
  }

  .wrapper-faq-static.m0-100.video-wrapper {
    display: none;
  }

  .wrapper-faq-static.m50-100.off-white-background {
    background-color: var(--off-white);
  }

  .wrapper-faq-static.m50-0, .wrapper-faq-static.m100-0 {
    padding-bottom: 0;
  }

  .wrapper-faq-static.photo-gallery-mobile {
    display: none;
  }

  .highlight-wrap-philosophy {
    align-items: flex-end;
    margin-left: 36px;
    display: flex;
  }

  .wrapper-preventative.m0-100 {
    margin-top: 0;
  }

  .wrapper-preventative.m0-100.video-wrapper {
    display: none;
  }

  .wrapper-preventative.m50-100.off-white-background {
    background-color: var(--off-white);
  }

  .wrapper-preventative.m50-0, .wrapper-preventative.m100-0 {
    padding-bottom: 0;
  }

  .wrapper-preventative.photo-gallery-mobile {
    display: none;
  }

  .section-hero-v2 {
    padding-left: 67px;
  }

  .wrapper-v2.m0-100 {
    margin-top: 0;
  }

  .wrapper-v2.m0-100.video-wrapper {
    display: none;
  }

  .wrapper-v2.m50-100.off-white-background {
    background-color: var(--off-white);
  }

  .wrapper-v2.m50-0, .wrapper-v2.m100-0 {
    padding-bottom: 0;
  }

  .wrapper-v2.photo-gallery-mobile {
    display: none;
  }

  .sizejumbo-text-v2 {
    font-weight: 400;
  }

  .size6-text-v2 {
    font-family: Montserrat, sans-serif;
  }

  .background-video-v2 {
    height: 100%;
    top: 0%;
  }

  .section-14-pe.is--slider {
    background-color: #0000;
    margin-top: 0;
    position: relative;
  }

  .controls-3 {
    display: flex;
  }

  .section-4-first-visit.off-white-background {
    background-image: linear-gradient(to bottom, var(--off-white), var(--off-white));
  }

  .section-4-first-visit.education-hero-background {
    background-image: url('../images/popp-pattern-blue.png');
    background-position: 0 0;
    background-size: contain;
    justify-content: center;
    align-items: stretch;
    display: block;
    overflow: visible;
  }
}

@media screen and (min-width: 1920px) {
  .size5-text.referrals {
    font-size: 24px;
    line-height: 34px;
  }

  .size5-text._1920 {
    font-size: 24px;
    line-height: 36px;
  }

  .section-4.education-hero-background {
    display: block;
    overflow: visible;
  }

  .size1-text.location._1920 {
    font-size: 48px;
    line-height: 56px;
  }

  .size1-text._1920 {
    font-size: 52px;
    line-height: 60px;
  }

  .paragraph-70._1920 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-16._1920 {
    font-size: 24px;
    line-height: 28px;
  }

  .content-wrap-right-bottom.meet-dr-andrea {
    height: 650px;
  }

  .degree-content-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: center;
    max-width: none;
  }

  .label-caps.label-form._1920 {
    font-size: 20px;
    line-height: 24px;
  }

  .membership-plan-div {
    align-self: center;
  }

  .div-block-42 {
    margin-left: 120px;
    margin-right: 0;
  }

  .blog-image-wrap {
    max-width: 1100px;
  }

  .blog-image.block-page-2 {
    height: 400px;
  }

  .paragraph-detials-medium._1920 {
    font-size: 17px;
    line-height: 24px;
  }

  .section-19 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-16 {
    max-width: 1600px;
  }

  .container-blog {
    max-width: 1260px;
  }

  .section-blog-home {
    max-width: 1100px;
  }

  .heading-h2-blog._1920 {
    font-size: 28px;
    line-height: 1.4;
  }

  .h2-embed._1920 {
    font-size: 48px;
    line-height: 56px;
  }

  .container-membership {
    max-width: 1400px;
  }

  .brand-image {
    width: 27%;
    max-width: 75%;
  }

  .featured-blog-image {
    width: 750px;
  }

  .collection-item-7 {
    display: flex;
  }

  .section-featured-blog-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-featured-blog {
    max-width: 1600px;
  }

  .secondary-heading {
    font-size: 40px;
    line-height: 1.1;
  }

  .paragraph-blog {
    margin-bottom: 30px;
  }

  .blog-heading {
    font-size: 40px;
    line-height: 1.1;
  }

  .section-hero-v2 {
    height: 70vh;
  }

  .wrapper-v2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero6-content-v2 {
    max-width: 96vh;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .background-video-v2 {
    height: 70vh;
  }

  .resource-wrap {
    aspect-ratio: auto;
    background-size: cover, auto;
  }

  .section-4-first-visit.education-hero-background {
    display: block;
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer {
    text-align: center;
    flex-direction: row;
    grid-template-rows: auto auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subscribe-content-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .contact-form-headline {
    margin-bottom: 40px;
  }

  .error-message {
    width: auto;
  }

  .contact-details-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
    display: flex;
  }

  .contact-form-paragraph {
    align-self: center;
  }

  .subscribe-content-wrapper-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block {
    flex: 1;
  }

  .nav-link-light {
    flex: 0 auto;
    display: flex;
  }

  .navbar-dark-nav-button {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .navbar-dark-icon {
    color: #fff;
    justify-content: flex-end;
    display: flex;
  }

  .collection-list-wrapper-2 {
    text-align: left;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .nav1-menu {
    z-index: 15;
    background-color: #fff;
    border-bottom: 1px solid #ebedee;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav1-menu-wrap.mobile {
    display: block;
  }

  .empty-state {
    max-width: 738px;
  }

  .button-small.white-small.membershipandrea {
    align-self: center;
    max-width: 75%;
  }

  .button-small.orange-small {
    display: none;
  }

  .button-small.orange-small.mobile {
    display: block;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 45px;
    padding-top: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav1-wrap {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .error-message-3 {
    max-width: 738px;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .label-2 {
    border-radius: 3px;
  }

  .nav1-wrap-2 {
    clear: none;
    grid-column-gap: 24px;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .nav1-wrap-2.mobile {
    padding-right: 30px;
  }

  .dropdown-list.w--open {
    background-color: var(--off-white);
  }

  .menu-icon-2 {
    background-image: none;
    max-width: none;
    position: static;
    overflow: visible;
  }

  .nav-link-3 {
    margin-left: auto;
    margin-right: auto;
    padding: 14px 24px;
  }

  .nav-link-3.condensed {
    text-transform: uppercase;
    padding-right: 20px;
  }

  .section-4 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-4.service-hero-background {
    grid-row-gap: 30px;
    height: auto;
    margin-top: 0;
    padding-top: 36px;
  }

  .section-4.off-white-background {
    grid-row-gap: 30px;
    height: auto;
  }

  .section-4.education-hero-background {
    grid-row-gap: 30px;
    background-image: url('../images/popp-pattern-blue.png');
    background-position: 0 0;
    background-size: contain;
    height: auto;
  }

  .other4-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .other4-text {
    line-height: 18px;
  }

  .wrapper.m0-100 {
    object-fit: fill;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .wrapper.m0-100.video-wrapper {
    margin-bottom: 60px;
  }

  .wrapper.m50-100 {
    padding-top: 0;
  }

  .wrapper.m50-100.about-desktop {
    display: none;
  }

  .wrapper.m100 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper.m60 {
    flex-direction: column;
    padding-top: 60px;
    display: block;
  }

  .wrapper.m50-0 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .wrapper.m50-0.about-desktop {
    display: none;
  }

  .wrapper.m100-0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.photo-gallery-mobile {
    display: block;
    overflow: visible;
  }

  .content10-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .size1-text {
    margin-top: 0;
  }

  .size1-text.location {
    font-size: 40px;
  }

  .paragraph-70.first-visit, .paragraph-70.digital-x-rays {
    padding-right: 0;
  }

  .paragraph-70.sedation {
    margin-bottom: 60px;
  }

  .content10-image2 {
    display: none;
  }

  .div-block-11 {
    flex: 0 auto;
  }

  .blog2-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .size3-text {
    margin-top: 0;
    font-size: 22px;
  }

  .blog2-headline-wrap {
    max-width: none;
  }

  .footer1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .paragraph-small {
    font-size: 12px;
  }

  .hero6-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .sizejumbo-text {
    margin-top: 20px;
  }

  .hero6-content {
    margin-bottom: 0;
  }

  .hero6 {
    background-image: linear-gradient(#fefbf6cc, #fefbf6cc), url('../images/icon_poppy_kids_side_nooutline-1.png');
    background-position: 0 0, -40% -30%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 738px;
    display: flex;
  }

  .content-grid.grid-36-72-36-36 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-grid.grid-36-72-36-36.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .content-grid.location {
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .content-grid.first-visit-items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-16 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-16.service-items {
    margin-right: -4px;
  }

  .content7-content-wrap {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .content7-content-wrap.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .content7-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    flex-direction: column;
  }

  .content7-content-wrap.comfort-menu {
    margin-top: 467px;
  }

  .content7-image {
    height: auto;
    min-height: auto;
  }

  .highlight-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .paragraph-wrap {
    max-width: none;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .highlight-image {
    object-fit: fill;
    object-position: 50% 50%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Toothpaste_1200x.jpeg');
    background-position: 0 0, 50%;
    background-size: cover, cover;
    justify-content: flex-start;
    height: auto;
    min-height: 400px;
    position: relative;
    top: auto;
  }

  .highlight-image.heart-hands {
    background-image: url('../images/Toothpaste_1200x.jpeg');
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .highlight-link.clinic {
    width: 55%;
  }

  .highlight-link.andrea, .highlight-link.services {
    width: 60%;
  }

  .image-dark-overlay {
    background-color: #18181d4d;
  }

  .pattern-deco {
    width: auto;
    height: 160px;
  }

  .content8-content-wrap {
    height: auto;
    margin-top: 36px;
    margin-bottom: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content8-image {
    background-image: linear-gradient(to right, #fefbf6, #fefbf6 10%, #0000 100%, #0000), url('../images/POPPIES.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: auto;
    min-height: 480px;
    margin-top: 36px;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .content8-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content8-off-white-background {
    height: 560px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .content8-quote-wrap {
    margin-bottom: 20px;
  }

  .button-large {
    width: 100%;
  }

  .product5-feed-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .product-image {
    background-position: 50%;
  }

  .navbar-2 {
    z-index: 500;
    display: none;
    inset: 0% 0% auto;
  }

  .container-5 {
    max-width: none;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 0;
    margin-left: auto;
  }

  .background-video {
    height: 100%;
    display: block;
  }

  .section-hero {
    padding-left: 72px;
    padding-right: 126px;
  }

  .section-6 {
    z-index: 2;
    justify-content: flex-end;
    padding-bottom: 36px;
    padding-right: 36px;
    display: flex;
    position: relative;
  }

  .image-5 {
    object-fit: contain;
    max-width: none;
    display: block;
    position: static;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .interests-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .interests-headline-wrap {
    max-width: 480px;
  }

  .collection-list-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .column-6 {
    display: none;
  }

  .image-7 {
    display: block;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 36px;
    padding-right: 0;
  }

  .about-mobile {
    margin-bottom: 0;
    padding-top: 36px;
    padding-bottom: 36px;
    display: block;
    position: static;
  }

  .hero-split-right {
    object-fit: cover;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-9 {
    max-width: 100%;
    display: none;
  }

  .image-10 {
    float: none;
    clear: none;
    max-width: 72%;
    padding-top: 0;
    padding-right: 0;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }

  .meet-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .meet-image {
    background-image: linear-gradient(to right, #fefbf6, var(--off-white) 0%, transparent 36%, transparent), url('../images/ADUNA_LANDSCAPE.jpg');
    background-position: 0 0, 56% 24%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    width: auto;
    max-width: 90%;
    min-height: 480px;
    margin-top: 36px;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .meet-content-wrap {
    height: auto;
    margin-top: 36px;
    margin-bottom: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .meet-quote-wrap {
    margin-bottom: 20px;
  }

  .meet-background-mobile {
    height: 980px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .image-11 {
    display: none;
  }

  .meet-background {
    height: 980px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .hero-contact {
    padding-left: 36px;
    padding-right: 36px;
  }

  .grid-4 {
    padding-left: 0;
    padding-right: 0;
    left: 36px;
    right: 36px;
  }

  .div-block-28, .div-block-29 {
    padding-bottom: 30px;
  }

  .text-block-16 {
    display: flex;
  }

  .map-4 {
    padding-top: 0;
    overflow: hidden;
  }

  .contact-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .contact-content-wrap {
    height: auto;
    margin-top: 36px;
    margin-bottom: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-transparent-background {
    height: 560px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .contact-content-wrap-2 {
    height: auto;
    margin-top: 36px;
    margin-bottom: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-background {
    height: 560px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .content33-content {
    margin-bottom: 20px;
  }

  .content33-content-wrap {
    padding-left: 0;
  }

  .content33-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content33-contacts-grid {
    grid-column-gap: 24px;
    width: 100%;
    max-width: 738px;
    margin-bottom: 30px;
  }

  .free-under-3-background {
    height: 560px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .content-wrap-left-top {
    justify-content: flex-start;
    margin-top: 67px;
    margin-bottom: 450px;
  }

  .content-wrap-left-top.meet-dr-andrea {
    flex-direction: column;
    margin-top: 0;
  }

  .poppy-philosophy-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .poppy-philosophy-image {
    background-image: linear-gradient(to right, #fefbf6, #fefbf6 10%, #0000 100%, #0000), url('../images/POPPIES.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: auto;
    min-height: 480px;
    margin-top: 36px;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .poppy-philosophy-content-wrap {
    height: auto;
    margin-top: 36px;
    margin-bottom: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .poppy-philosophy-off-white-background {
    height: 560px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .poppy-philosophy-quote-wrap {
    margin-bottom: 20px;
  }

  .section-0-136 {
    margin-right: 36px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrap-right-bottom {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .content-wrap-right-bottom.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .content-wrap-right-bottom.meet-dr-andrea {
    -webkit-text-fill-color: inherit;
    background-position: 0 0, 50% 0;
    background-clip: border-box;
    flex-direction: column;
    width: auto;
    height: 340px;
    margin-bottom: 0;
    position: relative;
  }

  .comfort-menu-content-wrap {
    border-radius: 16px;
    margin-top: 543px;
    margin-bottom: 67px;
  }

  .comfort-menu-content-wrap.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .comfort-menu-content-wrap.comfort-menu {
    margin-top: 467px;
  }

  .comfort-menu-content-wrap.mobile {
    margin-top: 0;
  }

  .services-content-wrap-left-top {
    justify-content: flex-start;
    margin-top: 67px;
    margin-bottom: auto;
  }

  .services-content-wrap-left-top.the-poppy-exerpience {
    margin-top: 0;
    margin-bottom: auto;
  }

  .free-under-3-content-wrap {
    height: auto;
    margin-top: 36px;
    margin-bottom: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .free-under-3-image {
    background-image: linear-gradient(to right, #fefbf6, #fefbf6 10%, #0000 100%, #0000), url('../images/POPPIES.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: auto;
    min-height: 480px;
    margin-top: 36px;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .contact-content-wrap2 {
    justify-content: flex-start;
    margin-top: 67px;
    margin-bottom: 636px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .contact-content-wrap-schedule {
    margin-top: 300px;
    margin-bottom: 300px;
    margin-left: -36px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .contact-content-wrap-schedule.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .contact-content-wrap-schedule.comfort-menu {
    margin-top: 467px;
  }

  .poppy-philosophy-content-wrap2 {
    margin-top: 390px;
    margin-bottom: 56px;
    padding-bottom: 0;
  }

  .poppy-philosophy-content-wrap2.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .poppy-philosophy-content-wrap2.comfort-menu {
    margin-top: 467px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .content-grid-copy {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: stretch;
    width: 100%;
    max-width: 738px;
  }

  .map-content-wrap {
    margin-top: -67px;
    margin-bottom: 67px;
  }

  .map-content-wrap.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .map-content-wrap.comfort-menu {
    margin-top: 467px;
  }

  .location-content-wrap-left-top {
    justify-content: flex-start;
    margin-top: 67px;
    margin-bottom: 0;
  }

  .div-block-location {
    justify-content: space-between;
    padding-bottom: 0;
  }

  .image-location {
    margin-left: 0;
  }

  .education-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .certificates-content-wrap {
    margin-top: 636px;
    margin-bottom: 67px;
  }

  .certificates-content-wrap.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .certificates-content-wrap.comfort-menu {
    margin-top: 467px;
  }

  .education-content-wrap {
    justify-content: flex-start;
    margin-top: 67px;
    margin-bottom: 536px;
  }

  .div-block-certificates, .div-block-education {
    padding-bottom: 16px;
  }

  .image-17 {
    max-width: 25%;
  }

  .highlights-section {
    padding-top: 36px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .highlights-section.service-hero-background, .highlights-section.off-white-background {
    grid-row-gap: 30px;
    height: auto;
  }

  .highlights-section.education-hero-background {
    grid-row-gap: 30px;
    background-image: url('../images/popp-pattern-blue.png');
    background-position: 0 0;
    background-size: contain;
    height: auto;
  }

  .degree-content-wrap1 {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 40px 40px 0;
    position: static;
  }

  .degree-content-wrap2 {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .degree-content-grid {
    grid-column-gap: 19px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .degree-content-wrap3 {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .product8-categories-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .section-13 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product8-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .product8-headline-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .content8-category-image {
    background-position: 50%;
  }

  .image-17-copy, .image-17-copy2 {
    max-width: 25%;
  }

  .degree-content-image-wrap {
    justify-content: flex-start;
    margin-top: 67px;
    margin-bottom: 536px;
  }

  .degree-content-wrap4 {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .education-headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .education-image, .education-headline-wrap {
    max-width: none;
  }

  .highlight-wrap {
    max-width: none;
    margin-left: 0;
  }

  .hero-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .div-block-university {
    object-fit: fill;
    margin-right: 0;
    display: inline-block;
  }

  .label-caps {
    font-size: 12px;
  }

  .size4-text {
    font-size: 26px;
  }

  .certificates-headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .certificates-image, .certificates-headline-wrap {
    max-width: none;
  }

  .degree-content-grid-copy {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .certificates-content-grid {
    grid-column-gap: 18px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .certificates-content-wrap1 {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 40px 40px 20px;
    position: static;
  }

  .certificates-content-wrap2 {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .certificates-content-wrap3, .certificates-content-wrap4 {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .services-content-wrap-top-left {
    margin-top: 67px;
    margin-bottom: auto;
  }

  .services-content-wrap-top-left.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .services-content-wrap-top-left.comfort-menu {
    margin-top: 467px;
  }

  .services-content-wrap-bottom-right {
    margin-top: 480px;
    margin-bottom: auto;
  }

  .services-content-wrap-bottom-right.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .services-content-wrap-bottom-right.comfort-menu {
    margin-top: 467px;
  }

  .services-content-wrap-bottom-right.intraoral-radiographs {
    margin-top: 555px;
    margin-bottom: auto;
    padding-top: 57px;
  }

  .services-content-wrap-bottom-right.first-visit {
    justify-content: center;
    align-items: center;
    margin-top: -57px;
    margin-bottom: 25px;
    padding: 20px 5px 40px 40px;
  }

  .services-content-wrap-bottom-right.dental-cleaning-and-exams {
    margin-top: 316px;
  }

  .services-content-wrap-bottom-right.fluoride {
    margin-top: 555px;
    padding-top: 57px;
  }

  .services-content-wrap-bottom-right.extractions {
    margin-top: 367px;
  }

  .services-content-wrap-bottom-right.referral-information {
    margin-top: 867px;
  }

  .digital-x-rays-content-wrap {
    margin-top: 67px;
    margin-bottom: auto;
  }

  .digital-x-rays-content-wrap.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .digital-x-rays-content-wrap.comfort-menu {
    margin-top: 467px;
  }

  .digital-x-rays-image {
    height: auto;
    min-height: auto;
    margin-top: 137px;
  }

  .container-6 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .section-14.is--slider {
    display: none;
  }

  .dental-cleaning-and-exams-content-wrap {
    margin-top: 0;
    margin-bottom: auto;
  }

  .dental-cleaning-and-exams-content-wrap.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .dental-cleaning-and-exams-content-wrap.comfort-menu {
    margin-top: 467px;
  }

  .dental-cleaning-and-exams-content-wrap.first-visit {
    margin-top: 20px;
    margin-bottom: auto;
    padding: 20px 17px 0 40px;
  }

  .dental-cleaning-and-exams-content-wrap.referral-form {
    margin-bottom: auto;
  }

  .extractions-content-wrap {
    margin-top: 0;
    margin-bottom: auto;
  }

  .extractions-content-wrap.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .extractions-content-wrap.comfort-menu {
    margin-top: 467px;
  }

  .extractions-content-wrap.first-visit {
    margin-bottom: auto;
  }

  .dropdown-wrapper {
    padding-right: 10px;
  }

  .checkbox {
    width: 32px;
    height: 32px;
  }

  .checkbox-label {
    font-size: 18px;
  }

  .referral-form-content-wrap {
    margin-top: 67px;
    margin-bottom: auto;
  }

  .referral-form-content-wrap.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .referral-form-content-wrap.comfort-menu {
    margin-top: 467px;
  }

  .referral-form-content-wrap.first-visit {
    margin-bottom: auto;
  }

  .referral-form-content-wrap.referral-form {
    margin-bottom: auto;
    padding-left: 36px;
    padding-right: 36px;
  }

  .about-label, .label-2-copy {
    border-radius: 3px;
  }

  .div-block-40.radiograph-forward-label {
    margin-left: 0;
  }

  .radiograph-forward-label2 {
    border-radius: 3px;
  }

  .div-block-the-poppy-experience, .div-block-first-visit {
    padding-bottom: 16px;
  }

  .services-content-wrap-full-width {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .services-content-wrap-full-width.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .services-content-wrap-full-width.comfort-menu {
    margin-top: 467px;
  }

  .services-content-wrap-full-width.restorative, .services-content-wrap-full-width.sedation {
    margin-top: 0;
  }

  .content7-content-wrap-copy {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .content7-content-wrap-copy.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .content7-content-wrap-copy.comfort-menu {
    margin-top: 467px;
  }

  .services-content-wrap-crowns {
    margin-top: 480px;
    margin-bottom: auto;
  }

  .services-content-wrap-crowns.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .services-content-wrap-crowns.comfort-menu {
    margin-top: 467px;
  }

  .services-content-wrap-crowns.intraoral-radiographs {
    margin-top: 437px;
    margin-bottom: auto;
  }

  .services-content-wrap-crowns.first-visit {
    margin-top: 867px;
  }

  .services-content-wrap-crowns.dental-cleaning-and-exams {
    margin-top: 376px;
  }

  .services-content-wrap-crowns.fluoride {
    margin-top: 467px;
  }

  .services-content-wrap-crowns.extractions {
    margin-top: 376px;
  }

  .services-content-wrap-crowns.referral-information {
    margin-top: 867px;
  }

  .services-content-wrap-space-maintainers {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .services-content-wrap-space-maintainers.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .services-content-wrap-space-maintainers.comfort-menu {
    margin-top: 467px;
  }

  .services-content-wrap-top-left-copy {
    margin-top: 67px;
    margin-bottom: auto;
  }

  .services-content-wrap-top-left-copy.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .services-content-wrap-top-left-copy.comfort-menu {
    margin-top: 467px;
  }

  .services-content-wrap-pulp-therapy {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .services-content-wrap-pulp-therapy.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .services-content-wrap-pulp-therapy.comfort-menu {
    margin-top: 467px;
  }

  .services-content-wrap-sedation {
    margin-top: 0;
    margin-bottom: 0;
  }

  .services-content-wrap-sedation.off-white-background.comfort-menu {
    margin-top: 500px;
  }

  .services-content-wrap-sedation.comfort-menu {
    margin-top: 467px;
  }

  .services-content-wrap-sedation.restorative {
    padding-top: 0;
  }

  .photo-gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    flex-wrap: nowrap;
    grid-template: "Area-2 Area"
                   ". ."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-22 {
    object-fit: fill;
    max-width: 100%;
    padding-bottom: 16px;
    display: inline-block;
  }

  .embeds-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .section-15 {
    padding-bottom: 36px;
  }

  .nav-link-pythen-child {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .membership-plan-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .size4-text-copy {
    font-size: 26px;
  }

  .button-small-membership.orange-small {
    display: none;
  }

  .button-small-membership.orange-small.mobile {
    display: block;
  }

  .notification-link-wrap-2 {
    position: relative;
  }

  .section-16, .section-17, .section-18 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-25 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    max-height: 100%;
  }

  .div-block-42 {
    padding-bottom: 16px;
  }

  .label-3 {
    border-radius: 3px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr;
  }

  .paragraph-detials-large {
    font-family: Montserrat, sans-serif;
  }

  .header {
    background-image: url('../images/BG-Shape-01.svg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .header.blogs, .header.team-header {
    padding-bottom: 60px;
  }

  .search-bar {
    height: auto;
  }

  .next-button {
    margin-top: 0;
  }

  .search-icon {
    margin-bottom: 20px;
    padding-bottom: 0;
    display: inline-block;
    top: 16px;
  }

  .search-button {
    object-fit: cover;
  }

  .blog-image.block-page-2 {
    height: 33%;
  }

  .blog-item {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-item.blog-summary-page {
    flex-wrap: wrap;
    grid-template-rows: auto;
    align-content: stretch;
    width: 95%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #000;
  }

  .nav-link-4 {
    background-color: #fff;
    padding: 10px 30px;
  }

  .nav-link-4.button {
    color: #000;
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-long-seach {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-5 {
    width: 103%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    overflow: visible;
  }

  .container-18 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .navbar-animated {
    z-index: 100;
    background-color: var(--white);
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: sticky;
    top: 0;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .nav-button-animated {
    align-self: auto;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .nav-button-animated.w--open {
    padding-right: 0;
  }

  .nav-home {
    -webkit-text-stroke-color: var(--poppy-blue);
    padding: 20px;
    font-family: Montserrat, sans-serif;
  }

  .nav-home:active {
    color: var(--darker-orange);
    -webkit-text-stroke-color: var(--darker-orange);
  }

  .nav-home.w--current {
    color: var(--poppy-blue);
    -webkit-text-stroke-color: var(--poppy-blue);
  }

  .nav-contact {
    color: var(--poppy-blue);
    -webkit-text-stroke-color: var(--poppy-blue);
    font-family: Montserrat, sans-serif;
  }

  .nav-contact:active {
    color: var(--darker-orange);
  }

  .nav-contact.w--current {
    color: var(--poppy-blue);
  }

  .full-screen-menu-overlay {
    background-color: var(--off-white);
    top: 0;
    bottom: 0;
  }

  .nav-mobile {
    margin-top: 0;
  }

  .bottom-line, .middle-line {
    background-color: var(--poppy-orange);
  }

  .nav-about {
    color: var(--poppy-blue);
    -webkit-text-stroke-color: var(--poppy-orange);
    font-family: Montserrat, sans-serif;
  }

  .top-line {
    background-color: var(--poppy-orange);
  }

  .nav-membership {
    color: var(--poppy-blue);
    -webkit-text-stroke-color: var(--poppy-blue);
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    position: relative;
  }

  .nav-membership:active {
    color: var(--darker-orange);
  }

  .nav-referral {
    color: var(--poppy-blue);
    -webkit-text-stroke-color: var(--poppy-blue);
  }

  .nav-referral:active {
    color: var(--darker-orange);
  }

  .nav-services {
    color: var(--poppy-blue);
    -webkit-text-stroke-color: var(--poppy-orange);
  }

  .navbar-animated-block {
    margin-left: auto;
    margin-right: auto;
  }

  .about-dropdown-link.meet-dr-andrea {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
  }

  .icon, .icon-2 {
    color: var(--poppy-blue);
  }

  .services-dropdown-link {
    background-color: var(--off-white);
  }

  .dropdowns-toggle {
    -webkit-text-stroke-color: var(--poppy-blue);
  }

  .dropdowns-icon:active {
    color: var(--darker-orange);
  }

  .dropdowns-text {
    -webkit-text-stroke-color: var(--poppy-blue);
  }

  .dropdowns-text:active {
    color: var(--darker-orange);
  }

  .new-dropdown-link {
    color: var(--darker-orange);
    -webkit-text-stroke-color: var(--darker-orange);
    font-size: 28px;
    line-height: 16px;
  }

  .new-dropdown-link.w--current {
    color: var(--darker-orange);
    -webkit-text-stroke-color: var(--darker-orange);
  }

  .dropdown-list-2 {
    -webkit-text-stroke-color: var(--poppy-blue);
  }

  .icon-3 {
    margin: 0 auto;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 25px;
  }

  .dropdown-toggle-new {
    padding: 0 10px;
    display: block;
  }

  .collection-list-wrapper-6 {
    display: block;
  }

  .collection-item-blog {
    width: 100%;
  }

  .heading-blog-mobile.blog-title {
    font-family: Montserrat, sans-serif;
    font-size: 48px;
  }

  .search-icon-2 {
    margin-bottom: 20px;
    padding-bottom: 0;
    display: inline-block;
    top: 16px;
  }

  .nav-blog {
    color: var(--poppy-blue);
    -webkit-text-stroke-color: var(--poppy-blue);
    font-family: Montserrat, sans-serif;
  }

  .nav-blog:active {
    color: var(--darker-orange);
  }

  .nav-blog.w--current {
    color: var(--poppy-blue);
  }

  .nav-contact2 {
    color: var(--poppy-blue);
    -webkit-text-stroke-color: var(--poppy-blue);
  }

  .nav-contact2:active {
    color: var(--darker-orange);
  }

  .nav-blog2 {
    color: var(--poppy-blue);
    -webkit-text-stroke-color: var(--poppy-blue);
  }

  .nav-blog2:active {
    color: var(--darker-orange);
  }

  .button-small-mobile.orange-small {
    display: none;
  }

  .button-small-mobile.orange-small.mobile {
    display: block;
  }

  .button-small-mobile.orange-small.jaybook {
    object-fit: fill;
    border-radius: 10px;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
    position: static;
    inset: auto auto 0% 0%;
  }

  .div-block-45 {
    margin-top: 10px;
    display: flex;
  }

  .h2-poppy.location {
    font-size: 36px;
  }

  .image-41 {
    max-width: 100%;
    max-height: 100%;
  }

  .grid-11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text-block-29 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .cell-3 {
    flex-wrap: nowrap;
    place-content: center flex-start;
  }

  .h2-embed.location {
    font-size: 36px;
  }

  .image-42 {
    margin-top: 0;
  }

  .services-div-mobile {
    padding-bottom: 0;
  }

  .services-div-mobile.service-items {
    margin-right: -4px;
  }

  .image-43 {
    max-height: 100%;
  }

  .cell-8 {
    justify-content: center;
  }

  .section-4-old-membership {
    margin-top: 0;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-4-old-membership.service-hero-background {
    grid-row-gap: 30px;
    height: auto;
    padding-top: 36px;
  }

  .section-4-old-membership.off-white-background {
    grid-row-gap: 30px;
    height: auto;
  }

  .section-4-old-membership.education-hero-background {
    grid-row-gap: 30px;
    background-image: url('../images/popp-pattern-blue.png');
    background-position: 0 0;
    background-size: contain;
    height: auto;
  }

  .div-block-16-schedule {
    padding-bottom: 0;
  }

  .div-block-16-schedule.service-items {
    margin-right: -4px;
  }

  .navbar-desktop-v2 {
    z-index: 500;
    display: none;
    inset: 0% 0% auto;
  }

  .nav-desk-wrap-v2 {
    clear: none;
    grid-column-gap: 24px;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .nav-desk-wrap-v2.mobile {
    padding-right: 30px;
  }

  .nav1-desktop-menu-v2 {
    z-index: 15;
    background-color: #fff;
    border-bottom: 1px solid #ebedee;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-wrapper-v2 {
    padding-right: 10px;
  }

  .nav-link-desktop-v2 {
    margin-left: auto;
    margin-right: auto;
    padding: 14px 24px;
  }

  .nav-link-desktop-v2.condensed {
    text-transform: uppercase;
    padding-right: 20px;
  }

  .list-2 {
    padding-left: 36px;
  }

  .cookie-illustration---brix {
    width: 56px;
    min-height: 54px;
  }

  .cookie-banner-wrapper {
    bottom: 24px;
    left: 24px;
  }

  .cookie-banner-wrapper.cookie-banner.preview-page {
    max-width: 219px;
  }

  .section-faq {
    padding-top: 0;
  }

  .content-wrapper.slim {
    max-width: 95%;
  }

  .wrapper-review.m0-100 {
    object-fit: fill;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .wrapper-review.m0-100.video-wrapper {
    margin-bottom: 60px;
  }

  .wrapper-review.m50-100 {
    padding-top: 0;
  }

  .wrapper-review.m50-100.about-desktop {
    display: none;
  }

  .wrapper-review.m100 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper-review.m60 {
    flex-direction: column;
    padding-top: 60px;
    display: block;
  }

  .wrapper-review.m50-0 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .wrapper-review.m50-0.about-desktop {
    display: none;
  }

  .wrapper-review.m100-0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-review.photo-gallery-mobile {
    display: block;
    overflow: visible;
  }

  .wrapper-insta.m0-100 {
    object-fit: fill;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .wrapper-insta.m0-100.video-wrapper {
    margin-bottom: 60px;
  }

  .wrapper-insta.m50-100 {
    padding-top: 0;
  }

  .wrapper-insta.m50-100.about-desktop {
    display: none;
  }

  .wrapper-insta.m100 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper-insta.m60 {
    flex-direction: column;
    padding-top: 60px;
    display: block;
  }

  .wrapper-insta.m50-0 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .wrapper-insta.m50-0.about-desktop {
    display: none;
  }

  .wrapper-insta.m100-0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-insta.photo-gallery-mobile {
    display: block;
    overflow: visible;
  }

  .review-insta-wrapper.m0-100 {
    object-fit: fill;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .review-insta-wrapper.m0-100.video-wrapper {
    margin-bottom: 60px;
  }

  .review-insta-wrapper.m50-100 {
    padding-top: 0;
  }

  .review-insta-wrapper.m50-100.about-desktop {
    display: none;
  }

  .review-insta-wrapper.m100 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .review-insta-wrapper.m60 {
    flex-direction: column;
    padding-top: 60px;
    display: block;
  }

  .review-insta-wrapper.m50-0 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .review-insta-wrapper.m50-0.about-desktop {
    display: none;
  }

  .review-insta-wrapper.m100-0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-insta-wrapper.photo-gallery-mobile {
    display: block;
    overflow: visible;
  }

  .collection-item-7 {
    grid-template-columns: 1fr;
  }

  .button-blog.white-small.membershipandrea {
    align-self: center;
    max-width: 75%;
  }

  .button-blog.orange-small {
    display: none;
  }

  .button-blog.orange-small.mobile {
    display: block;
  }

  .blog-button.white-small.membershipandrea {
    align-self: center;
    max-width: 75%;
  }

  .blog-button.orange-small {
    display: none;
  }

  .blog-button.orange-small.mobile {
    display: block;
  }

  .section-insta {
    padding-bottom: 36px;
  }

  .highlight-wrap-poppy-philosophy {
    max-width: none;
    margin-left: 0;
  }

  .h2-poppy-philosophy.location, .h2-poppy-experience.location {
    font-size: 36px;
  }

  .highlight-wrap-poppy-experiennce {
    max-width: none;
  }

  .h2-poppy-philo.location {
    font-size: 36px;
  }

  .section-review {
    padding-bottom: 36px;
  }

  .grid-schedule {
    padding-left: 0;
    padding-right: 0;
    left: 36px;
    right: 36px;
  }

  .hero-contact-landing {
    align-self: center;
    padding-left: 36px;
    padding-right: 36px;
  }

  .wrapper-faq {
    margin-top: 0;
    padding-top: 0;
  }

  .wrapper-faq.m0-100 {
    object-fit: fill;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .wrapper-faq.m0-100.video-wrapper {
    margin-bottom: 60px;
  }

  .wrapper-faq.m50-100 {
    padding-top: 0;
  }

  .wrapper-faq.m50-100.about-desktop {
    display: none;
  }

  .wrapper-faq.m100 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper-faq.m60 {
    flex-direction: column;
    padding-top: 60px;
    display: block;
  }

  .wrapper-faq.m50-0 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .wrapper-faq.m50-0.about-desktop {
    display: none;
  }

  .wrapper-faq.m100-0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-faq.photo-gallery-mobile {
    display: block;
    overflow: visible;
  }

  .highlight-wrap-faq {
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: none;
  }

  .section-first-visit {
    padding-right: 24px;
  }

  .highlight-wrap-review {
    max-width: none;
  }

  .h2-love-patients-insta.location {
    font-size: 36px;
  }

  .highlight-wrap-fblog {
    max-width: none;
    margin-left: 0;
  }

  .h2-poppy-s-blog.location, .h2-insta.location {
    font-size: 36px;
  }

  .highlight-wrap-insta {
    max-width: none;
  }

  .h2-faq {
    display: flex;
  }

  .h2-faq.location {
    font-size: 36px;
  }

  .wrapper-faq-static.m0-100 {
    object-fit: fill;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .wrapper-faq-static.m0-100.video-wrapper {
    margin-bottom: 60px;
  }

  .wrapper-faq-static.m50-100 {
    padding-top: 0;
  }

  .wrapper-faq-static.m50-100.about-desktop {
    display: none;
  }

  .wrapper-faq-static.m100 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper-faq-static.m60 {
    flex-direction: column;
    padding-top: 60px;
    display: block;
  }

  .wrapper-faq-static.m50-0 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .wrapper-faq-static.m50-0.about-desktop {
    display: none;
  }

  .wrapper-faq-static.m100-0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-faq-static.photo-gallery-mobile {
    display: block;
    overflow: visible;
  }

  .h1-message-text.size6-text {
    font-size: 15px;
  }

  .highlight-wrap-philosophy {
    max-width: none;
    margin-left: 0;
  }

  .heading-10 {
    font-weight: 600;
  }

  .wrapper-preventative.m0-100 {
    object-fit: fill;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .wrapper-preventative.m0-100.video-wrapper {
    margin-bottom: 60px;
  }

  .wrapper-preventative.m50-100 {
    padding-top: 0;
  }

  .wrapper-preventative.m50-100.about-desktop {
    display: none;
  }

  .wrapper-preventative.m100 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper-preventative.m60 {
    flex-direction: column;
    padding-top: 60px;
    display: block;
  }

  .wrapper-preventative.m50-0 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .wrapper-preventative.m50-0.about-desktop {
    display: none;
  }

  .wrapper-preventative.m100-0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-preventative.photo-gallery-mobile {
    display: block;
    overflow: visible;
  }

  .section-hero-v2 {
    padding-left: 72px;
    padding-right: 126px;
  }

  .wrapper-v2.m0-100 {
    object-fit: fill;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .wrapper-v2.m0-100.video-wrapper {
    margin-bottom: 60px;
  }

  .wrapper-v2.m50-100 {
    padding-top: 0;
  }

  .wrapper-v2.m50-100.about-desktop {
    display: none;
  }

  .wrapper-v2.m100 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper-v2.m60 {
    flex-direction: column;
    padding-top: 60px;
    display: block;
  }

  .wrapper-v2.m50-0 {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .wrapper-v2.m50-0.about-desktop {
    display: none;
  }

  .wrapper-v2.m100-0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-v2.photo-gallery-mobile {
    display: block;
    overflow: visible;
  }

  .hero6-content-v2 {
    max-width: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .sizejumbo-text-v2 {
    margin-top: 20px;
    font-weight: 400;
  }

  .h1-message-text-v2.size6-text {
    font-size: 15px;
  }

  .h1-message-text-v2.size6-text-v2 {
    font-size: 22px;
  }

  .size6-text-v2.welcome {
    margin-bottom: auto;
  }

  .background-video-v2 {
    height: 100%;
    display: block;
  }

  .paragraph-81 {
    text-align: center;
  }

  .wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .size3-text-edu {
    margin-top: 0;
    font-size: 26px;
  }

  .section-14-pe.is--slider {
    display: none;
  }

  .slider-wrap {
    flex: 1;
  }

  .slider-wrap.trislider {
    width: 50vw;
  }

  .right-arrow-wrap {
    right: 40px;
  }

  .slide-nav-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .direction-icon.right {
    margin-top: 575px;
    margin-left: 289px;
    margin-right: 0;
    top: 0%;
    bottom: 0%;
    right: 0%;
  }

  .direction-icon.left {
    justify-content: center;
    align-items: center;
    margin-top: 575px;
    margin-left: 160px;
    margin-right: 0;
  }

  .left-arrow-wrap {
    object-fit: fill;
    display: flex;
    left: -80px;
    overflow: visible;
  }

  .website-panel {
    padding-left: 0;
    padding-right: 10px;
  }

  .website-panel.trislider {
    padding-right: 0;
  }

  .tab-drop-heading {
    text-align: center;
    margin-top: -140px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 45px;
    line-height: 45px;
  }

  .client-cube {
    width: 600px;
    height: 500px;
  }

  .div-block-57 {
    display: flex;
    overflow: hidden;
  }

  .client-cube-2 {
    width: 400px;
    height: 400px;
  }

  .paragraph-services.first-visit, .paragraph-services.digital-x-rays {
    padding-right: 0;
  }

  .paragraph-services.sedation {
    margin-bottom: 60px;
  }

  .section-4-first-visit {
    margin-top: 0;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-4-first-visit.service-hero-background {
    grid-row-gap: 30px;
    height: auto;
    margin-top: 0;
    padding-top: 36px;
  }

  .section-4-first-visit.off-white-background {
    grid-row-gap: 30px;
    height: auto;
  }

  .section-4-first-visit.education-hero-background {
    grid-row-gap: 30px;
    background-image: url('../images/popp-pattern-blue.png');
    background-position: 0 0;
    background-size: contain;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 42%;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer {
    flex-direction: row;
    align-items: flex-start;
  }

  .subscribe-content-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field::placeholder {
    text-align: center;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }

  .subscribe-content-wrapper-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .collection-list-wrapper {
    text-align: left;
  }

  .collection-list-wrapper-2 {
    text-align: left;
    align-self: auto;
  }

  .section-3 {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .map-2, .div-block-9 {
    width: 50%;
  }

  .text-block-9 {
    padding-bottom: 32px;
    font-size: 14px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .navbar1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .empty-state {
    width: 100%;
    max-width: none;
  }

  .button-small.orange-small {
    display: none;
  }

  .menu-button {
    margin-left: 20px;
  }

  .nav1-wrap {
    grid-column-gap: 20px;
  }

  .cart-product-image {
    width: 56px;
  }

  .error-message-3 {
    width: 100%;
    max-width: none;
  }

  .cart-container {
    min-width: 360px;
    max-width: 420px;
  }

  .nav-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .label-2 {
    border-radius: 3px;
  }

  .brand {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
  }

  .text-block-10 {
    font-size: 25px;
  }

  .nav1-wrap-2 {
    grid-column-gap: 20px;
  }

  .text-block-11 {
    font-size: 10px;
  }

  .menu-icon-2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .nav-link-3, .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4.service-hero-background {
    padding-top: 36px;
  }

  .other4-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .wrapper.m0-100 {
    padding-top: 45px;
  }

  .wrapper.m0-100.home {
    padding-bottom: 0;
  }

  .wrapper.m50-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.photo-gallery-mobile {
    display: block;
  }

  .content10-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .size1-text.meet-dr-andrea {
    margin-top: 36px;
    margin-right: 36px;
  }

  .size1-text.location {
    font-size: 32px;
  }

  .paragraph-70 {
    line-height: 20px;
  }

  .content10-image2 {
    display: none;
  }

  .collection-list-wrapper-4 {
    margin-bottom: 0;
  }

  .blog2-grid, .footer1-grid, .hero6-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .sizejumbo-text {
    font-size: 67px;
    line-height: 96px;
  }

  .hero6-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero6 {
    background-image: linear-gradient(#fefbf6cc, #fefbf6cc), url('../images/icon_poppy_kids_side_nooutline-1.png');
    background-position: 0 0, 20% 0;
    background-size: auto, cover;
    min-height: 480px;
  }

  .content-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content-grid.grid-36-72-36-36 {
    grid-row-gap: 16px;
    padding-right: 36px;
  }

  .content-grid.grid-36-72-36-36.mobile {
    flex-direction: column;
  }

  .div-block-16 {
    margin-top: 20px;
    margin-right: 0;
    padding-right: 36px;
  }

  .content7-content-wrap {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .content7-content-wrap.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .content7-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .highlight-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .paragraph-wrap {
    margin-left: 0;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .highlight-image {
    padding: 26px;
  }

  .image-dark-overlay {
    background-color: #18181d4d;
  }

  .pattern-deco {
    height: 80px;
  }

  .pattern-deco.wallpaper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .content8-image {
    background-image: linear-gradient(to right, #fefbf6, #fefbf6 10%, #0000 100%, #0000), url('../images/POPPIES.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 400px;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .content8-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content8-off-white-background {
    height: 580px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .product5-feed-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: 0;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-20 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .image-4 {
    width: 50px;
    margin-top: -6px;
    margin-right: 0;
  }

  .background-video {
    object-fit: fill;
    height: 100%;
    max-height: none;
    top: 0%;
    overflow: hidden;
  }

  .div-block-22 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .section-6 {
    padding-left: 36px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .interests-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
  }

  .collection-list-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .image-6 {
    text-align: left;
    object-fit: fill;
    width: auto;
    padding-left: 36px;
    padding-right: 36px;
  }

  .image-7 {
    object-fit: contain;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .about-mobile {
    padding: 36px 15px;
  }

  .image-10 {
    object-fit: scale-down;
  }

  .meet-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .meet-image {
    background-image: linear-gradient(to right, #fefbf6, #fefbf6 10%, #0000 100%, #0000), url('../images/POPPIES.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 400px;
    margin-bottom: 18px;
    margin-right: 0;
    display: none;
  }

  .meet-quote-wrap {
    padding-right: 0;
  }

  .meet-background-mobile {
    width: 100vw;
    height: 300px;
    right: 4%;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .image-11 {
    z-index: 1;
    max-width: 100%;
    margin-right: 0;
    padding-right: 20px;
    display: block;
    position: static;
    top: 0%;
    right: 0%;
  }

  .meet-background {
    height: 836px;
  }

  .hero-contact {
    min-height: 480px;
  }

  .grid-4 {
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-13, .image-14, .image-15 {
    width: 67px;
    max-width: none;
  }

  .contact-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .contact-transparent-background, .services-background {
    height: 580px;
  }

  .content33-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content33-contacts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .size1-text-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .free-under-3-background {
    height: 580px;
  }

  .content-wrap-left-top {
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .content-wrap-left-top.poppy-philosophy {
    margin-top: 0;
  }

  .content-wrap-left-top.meet-dr-andrea, .content-wrap-left-top.how-best-to-schedule {
    margin-top: -20px;
  }

  .content-wrap-left-top.free-under-three {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .poppy-philosophy-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .poppy-philosophy-image {
    background-image: linear-gradient(to right, #fefbf6, #fefbf6 10%, #0000 100%, #0000), url('../images/POPPIES.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 400px;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .poppy-philosophy-off-white-background {
    height: 580px;
  }

  .poppy-philosophy-quote-wrap {
    padding-right: 0;
  }

  .section-0-136 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrap-right-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    box-shadow: none;
    background-color: #0000;
    background-image: url('../images/POPPIES.jpg');
    background-position: 50% 100%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    height: auto;
    min-height: 200px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .content-wrap-right-bottom.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .content-wrap-right-bottom.poppy-philosophy {
    background-image: url('../images/POPPIES.jpg');
    background-position: 50%;
    background-size: cover;
    min-height: 237px;
  }

  .content-wrap-right-bottom.free-under-three {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .content-wrap-right-bottom.meet-dr-andrea {
    background-image: url('../images/ADUNA.jpg');
    background-position: 50% 0;
    background-size: cover;
    border: 1px #000;
    border-radius: 0%;
    width: 67%;
    height: 236px;
    min-height: 0;
  }

  .content-wrap-right-bottom.membership {
    background-image: url('../images/baby_feet.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .content-wrap-right-bottom.membership.content-membership {
    background-image: none;
  }

  .comfort-menu-content-wrap {
    background-color: var(--off-white);
    box-shadow: none;
    border-radius: 16px;
    margin-top: -67px;
    margin-bottom: 0;
    padding: 16px 36px;
  }

  .comfort-menu-content-wrap.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .services-content-wrap-left-top {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 36px;
    padding: 41px 36px 31px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .services-content-wrap-left-top.poppy-philosophy {
    margin-top: 0;
  }

  .services-content-wrap-left-top.the-poppy-exerpience {
    padding-bottom: 67px;
  }

  .free-under-3-image {
    background-image: linear-gradient(to right, #fefbf6, #fefbf6 10%, #0000 100%, #0000), url('../images/POPPIES.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 400px;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .contact-content-wrap2 {
    background-color: var(--white);
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    display: flex;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .contact-content-wrap2.poppy-philosophy {
    margin-top: 0;
  }

  .contact-content-wrap-schedule {
    background-color: var(--off-white);
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 36px;
    margin-left: 0;
    padding: 16px 36px;
  }

  .contact-content-wrap-schedule.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .poppy-philosophy-content-wrap2 {
    background-color: var(--off-white);
    box-shadow: none;
    margin-top: -76px;
    margin-bottom: 0;
    margin-left: 36px;
    padding: 0 36px 26px;
  }

  .poppy-philosophy-content-wrap2.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .content-grid-copy {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content-grid-copy.grid-36-72-36-36 {
    grid-row-gap: 16px;
    padding-right: 36px;
  }

  .map-content-wrap {
    background-color: var(--off-white);
    box-shadow: none;
    margin-top: -67px;
    margin-bottom: 0;
    margin-left: 36px;
    padding: 0;
  }

  .map-content-wrap.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .location-content-wrap-left-top {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 36px;
    padding: 16px 36px 67px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .location-content-wrap-left-top.poppy-philosophy {
    margin-top: 0;
  }

  .div-block-location {
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 0;
  }

  .education-content-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .education-content-grid.grid-36-72-36-36 {
    grid-row-gap: 16px;
    padding-right: 36px;
  }

  .certificates-content-wrap {
    background-color: var(--off-white);
    box-shadow: none;
    margin-top: -67px;
    margin-bottom: 0;
    margin-left: 36px;
    padding: 16px 36px 26px;
  }

  .certificates-content-wrap.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .education-content-wrap {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 36px;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .education-content-wrap.poppy-philosophy {
    margin-top: 0;
  }

  .div-block-certificates, .div-block-education {
    padding-right: 36px;
  }

  .image-16 {
    top: 0%;
    right: 0%;
  }

  .image-17 {
    max-width: 25%;
    top: 0%;
    right: 0%;
  }

  .highlights-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .degree-content-wrap1 {
    background-color: var(--white);
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 36px;
    padding: 20px 40px;
    display: block;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .degree-content-wrap1.poppy-philosophy {
    margin-top: 0;
  }

  .degree-content-wrap2 {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 36px;
    padding: 20px 40px 26px;
    display: block;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .degree-content-wrap2.poppy-philosophy {
    margin-top: 0;
  }

  .degree-content-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .degree-content-grid.grid-36-72-36-36 {
    grid-row-gap: 16px;
    padding-right: 36px;
  }

  .degree-content-wrap3 {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 36px;
    padding: 20px 40px;
    display: block;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .degree-content-wrap3.poppy-philosophy {
    margin-top: 0;
  }

  .product8-categories-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .section-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product8-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .image-17-copy, .image-17-copy2 {
    max-width: 25%;
    top: 0%;
    right: 0%;
  }

  .degree-content-image-wrap {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 36px;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .degree-content-image-wrap.poppy-philosophy {
    margin-top: 0;
  }

  .degree-content-wrap4 {
    background-color: var(--white);
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 36px;
    padding: 20px 40px;
    display: block;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .degree-content-wrap4.poppy-philosophy {
    margin-top: 0;
  }

  .sizejumbo-text-90-degrees {
    font-size: 34px;
    line-height: 42px;
  }

  .education-headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .education-image {
    max-width: none;
    top: 0%;
    right: 0%;
  }

  .education-headline {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-grid, .certificates-headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .certificates-image {
    max-width: none;
    top: 0%;
    right: 0%;
  }

  .degree-content-grid-copy {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .degree-content-grid-copy.grid-36-72-36-36 {
    grid-row-gap: 16px;
    padding-right: 36px;
  }

  .certificates-content-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .certificates-content-grid.grid-36-72-36-36 {
    grid-row-gap: 16px;
    padding-right: 36px;
  }

  .certificates-content-wrap1 {
    background-color: var(--white);
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 36px;
    padding: 20px 40px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .certificates-content-wrap1.poppy-philosophy {
    margin-top: 0;
  }

  .certificates-content-wrap2 {
    background-color: var(--white);
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 36px;
    padding: 20px 40px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .certificates-content-wrap2.poppy-philosophy {
    margin-top: 0;
  }

  .certificates-content-wrap3 {
    background-color: var(--white);
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 36px;
    padding: 20px 40px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .certificates-content-wrap3.poppy-philosophy {
    margin-top: 0;
  }

  .certificates-content-wrap4 {
    background-color: var(--white);
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 36px;
    padding: 20px 40px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .certificates-content-wrap4.poppy-philosophy {
    margin-top: 0;
  }

  .services-content-wrap-top-left {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .services-content-wrap-top-left.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .services-content-wrap-top-left.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .services-content-wrap-bottom-right {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .services-content-wrap-bottom-right.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .services-content-wrap-bottom-right.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .services-content-wrap-bottom-right.intraoral-radiographs {
    margin-top: 0;
  }

  .services-content-wrap-bottom-right.first-visit {
    margin-top: 0;
    padding-top: 20px;
  }

  .services-content-wrap-bottom-right.dental-cleaning-and-exams, .services-content-wrap-bottom-right.fluoride, .services-content-wrap-bottom-right.extractions {
    margin-top: 0;
  }

  .digital-x-rays-content-wrap {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .digital-x-rays-content-wrap.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .digital-x-rays-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .digital-x-rays-image {
    margin-top: 0;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .container-6 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .splide__slide {
    width: 33.33%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .section-14.is--slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 9.9em;
    display: none;
  }

  .dental-cleaning-and-exams-content-wrap {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .dental-cleaning-and-exams-content-wrap.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .dental-cleaning-and-exams-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .dental-cleaning-and-exams-content-wrap.first-visit {
    margin-top: 40px;
  }

  .extractions-content-wrap {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .extractions-content-wrap.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .extractions-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .referral-form-content-wrap {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .referral-form-content-wrap.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .referral-form-content-wrap.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .referral-form-content-wrap.referral-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-label, .label-2-copy {
    border-radius: 3px;
  }

  .radiograph-forward-label {
    font-size: 14px;
  }

  .radiograph-forward-label2 {
    border-radius: 3px;
  }

  .div-block-the-poppy-experience {
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 36px;
  }

  .div-block-first-visit {
    margin-right: 0;
    padding-right: 36px;
  }

  .services-content-wrap-full-width {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .services-content-wrap-full-width.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .services-content-wrap-full-width.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .content7-content-wrap-copy {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .content7-content-wrap-copy.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .content7-content-wrap-copy.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .services-content-wrap-crowns {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .services-content-wrap-crowns.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .services-content-wrap-crowns.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .services-content-wrap-space-maintainers {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .services-content-wrap-space-maintainers.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .services-content-wrap-space-maintainers.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .services-content-wrap-top-left-copy {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .services-content-wrap-top-left-copy.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .services-content-wrap-top-left-copy.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .services-content-wrap-pulp-therapy {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .services-content-wrap-pulp-therapy.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .services-content-wrap-pulp-therapy.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .services-content-wrap-sedation {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .services-content-wrap-sedation.off-white-background.comfort-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 36px 26px;
    box-shadow: 1px 1px 3px #0000000d;
  }

  .services-content-wrap-sedation.off-white-background.comfort-menu.poppy-philosophy.philosophy-background {
    background-color: #0000;
  }

  .photo-gallery-vertical {
    flex-direction: column;
    display: block;
  }

  .grid-7, .photo-gallery-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-19 {
    width: 100%;
    height: auto;
  }

  .image-20, .image-21 {
    width: 100%;
  }

  .splide__slide-2 {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .controls-2 {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .image-22 {
    width: 100%;
    padding-bottom: 16px;
  }

  .embeds-content-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .embeds-content-grid.grid-36-72-36-36 {
    grid-row-gap: 16px;
    padding-right: 36px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .nav-link-pythen-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-small-membership.orange-small {
    display: none;
  }

  .section-16, .section-17, .section-18, .section-0-136-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-25 {
    align-self: flex-start;
  }

  .div-block-42 {
    align-self: stretch;
    margin-right: 0;
    padding-right: 36px;
  }

  .label-3 {
    border-radius: 3px;
  }

  .size1-text-3 {
    font-size: 34px;
    line-height: 42px;
  }

  .header-blog {
    justify-content: center;
    padding-bottom: 162px;
  }

  .heading-h1-2 {
    font-size: 55px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-hero-image {
    margin-top: -100px;
  }

  .header {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .heading-h2-3 {
    font-size: 55px;
  }

  .brand-3 {
    padding-left: 0;
  }

  .div-block-43 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .image-36 {
    width: 50px;
    margin-top: -6px;
    margin-right: 0;
  }

  .div-block-44 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .text-block-25 {
    font-size: 10px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .heading-blog-mobile {
    font-size: 55px;
  }

  .button-small-mobile.orange-small {
    display: none;
  }

  .heading-h1-blog, .heading-h1-3-ribbon {
    font-size: 55px;
  }

  .h2-first-visit-free {
    font-size: 34px;
    line-height: 42px;
  }

  .h2-poppy {
    margin-top: -64px;
    font-size: 34px;
    line-height: 42px;
  }

  .h2-poppy.meet-dr-andrea {
    margin-top: 36px;
    margin-right: 36px;
  }

  .h2-poppy.location {
    font-size: 32px;
  }

  .h1-meet-drandrea, .h2-embed {
    font-size: 34px;
    line-height: 42px;
  }

  .h2-embed.meet-dr-andrea {
    margin-top: 36px;
    margin-right: 36px;
  }

  .h2-embed.location {
    font-size: 32px;
  }

  .services-div-mobile {
    margin-top: 20px;
    margin-right: 0;
    padding-right: 36px;
  }

  .section-4-old-membership {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4-old-membership.service-hero-background {
    padding-top: 36px;
  }

  .brand-v2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
  }

  .brand-div {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .brand-image {
    width: 50px;
    margin-top: -6px;
    margin-right: 0;
  }

  .div-block-16-schedule {
    margin-top: 20px;
    margin-right: 0;
    padding-right: 36px;
  }

  .nav-desk-wrap-v2 {
    grid-column-gap: 20px;
  }

  .brand-desktop-v2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
  }

  .nav-link-desktop-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-logo-v2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .image-logo-v2 {
    width: 50px;
    margin-top: -6px;
    margin-right: 0;
  }

  .brand-v3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
  }

  .div-block-20-v3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .image-4-v3 {
    width: 50px;
    margin-top: -6px;
    margin-right: 0;
  }

  .div-block-22-v3 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .text-block-10-v3 {
    font-size: 25px;
  }

  .text-block-11-v3 {
    font-size: 10px;
  }

  .button-primary-2 {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .cookie-illustration---brix {
    width: 54px;
    min-height: 52px;
    margin-bottom: 16px;
  }

  .close-consent.cookie-banner {
    position: absolute;
  }

  .cookie-banner-wrapper {
    border-radius: 18px;
  }

  .cookie-banner-wrapper.cookie-banner {
    padding: 40px 20px 22px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .wrapper-review.m0-100.home {
    padding-bottom: 0;
  }

  .wrapper-review.m50-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-review.photo-gallery-mobile {
    display: block;
  }

  .wrapper-insta.m0-100.home {
    padding-bottom: 0;
  }

  .wrapper-insta.m50-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-insta.photo-gallery-mobile {
    display: block;
  }

  .review-insta-wrapper.m0-100.home {
    padding-bottom: 0;
  }

  .review-insta-wrapper.m50-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-insta-wrapper.photo-gallery-mobile {
    display: block;
  }

  .collection-item-7 {
    grid-template-columns: 1fr 1fr;
  }

  .button-blog.orange-small {
    display: none;
  }

  .section-featured-blog-v2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .secondary-heading {
    font-size: 20px;
  }

  .paragraph-blog {
    font-size: 13px;
  }

  .blog-button.orange-small {
    display: none;
  }

  .blog-heading {
    font-size: 20px;
  }

  .h2-poppy-philosophy {
    margin-top: -64px;
    font-size: 34px;
    line-height: 42px;
  }

  .h2-poppy-philosophy.meet-dr-andrea {
    margin-top: 36px;
    margin-right: 36px;
  }

  .h2-poppy-philosophy.location {
    font-size: 32px;
  }

  .h2-poppy-experience {
    margin-top: -64px;
    font-size: 34px;
    line-height: 42px;
  }

  .h2-poppy-experience.meet-dr-andrea {
    margin-top: 36px;
    margin-right: 36px;
  }

  .h2-poppy-experience.location {
    font-size: 32px;
  }

  .h2-poppy-philo {
    margin-top: -64px;
    font-size: 34px;
    line-height: 42px;
  }

  .h2-poppy-philo.meet-dr-andrea {
    margin-top: 36px;
    margin-right: 36px;
  }

  .h2-poppy-philo.location {
    font-size: 32px;
  }

  .grid-schedule {
    flex: 0 auto;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero-contact-landing {
    min-height: 480px;
  }

  .wrapper-faq.m0-100.home {
    padding-bottom: 0;
  }

  .wrapper-faq.m50-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-faq.photo-gallery-mobile {
    display: block;
  }

  .section-first-visit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-love-patients-insta {
    font-size: 34px;
    line-height: 42px;
  }

  .h2-love-patients-insta.meet-dr-andrea {
    margin-top: 36px;
    margin-right: 36px;
  }

  .h2-love-patients-insta.location {
    font-size: 32px;
  }

  .h2-poppy-s-blog {
    font-size: 34px;
    line-height: 42px;
  }

  .h2-poppy-s-blog.meet-dr-andrea {
    margin-top: 36px;
    margin-right: 36px;
  }

  .h2-poppy-s-blog.location {
    font-size: 32px;
  }

  .h2-insta {
    font-size: 34px;
    line-height: 42px;
  }

  .h2-insta.meet-dr-andrea {
    margin-top: 36px;
    margin-right: 36px;
  }

  .h2-insta.location {
    font-size: 32px;
  }

  .h2-faq {
    font-size: 34px;
    line-height: 42px;
  }

  .h2-faq.meet-dr-andrea {
    margin-top: 36px;
    margin-right: 36px;
  }

  .h2-faq.location {
    font-size: 32px;
  }

  .wrapper-faq-static.m0-100.home {
    padding-bottom: 0;
  }

  .wrapper-faq-static.m50-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-faq-static.photo-gallery-mobile {
    display: block;
  }

  .wrapper-preventative.m0-100.home {
    padding-bottom: 0;
  }

  .wrapper-preventative.m50-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-preventative.photo-gallery-mobile {
    display: block;
  }

  .section-hero-v2 {
    height: 59%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-v2.m0-100.home {
    padding-bottom: 0;
  }

  .wrapper-v2.m50-100 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-v2.photo-gallery-mobile {
    display: block;
  }

  .hero6-content-v2 {
    width: 85%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .hero6-text-v2 {
    margin-bottom: auto;
  }

  .sizejumbo-text-v2 {
    margin-bottom: auto;
    font-size: 67px;
    line-height: 96px;
  }

  .background-video-v2 {
    object-fit: fill;
    height: 100%;
    max-height: none;
    top: 0%;
    overflow: hidden;
  }

  .collection-item-10 {
    flex-basis: 50%;
    padding-bottom: 50%;
  }

  .section-14-pe.is--slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 9.9em;
    display: none;
  }

  .controls-3 {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .slider-wrap {
    padding-right: 18px;
  }

  .slider-wrap.trislider {
    width: 370px;
    height: 370px;
  }

  .right-arrow-wrap {
    right: -29px;
  }

  .left-arrow-wrap {
    left: -29px;
  }

  .client-cube, .client-cube-2 {
    width: 350px;
    height: 350px;
  }

  .paragraph-services {
    line-height: 20px;
  }

  .section-4-first-visit {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4-first-visit.service-hero-background {
    padding-top: 36px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    object-fit: fill;
    width: auto;
    max-width: 64%;
    height: auto;
    min-height: auto;
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
    inset: 0% auto auto 0%;
    overflow: auto;
  }

  .body {
    align-items: stretch;
    margin: 16px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer {
    flex-direction: column;
    max-height: none;
  }

  .subscribe-content-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }

  .subscribe-content-wrapper-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .text-block {
    justify-content: center;
    padding-left: 0;
  }

  .nav-link-light:active {
    background-color: #0000001a;
  }

  .navbar-dark-nav-button:hover {
    background-color: #fff;
  }

  .section {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-height: none;
    margin-top: 0;
    inset: auto 0% 0%;
  }

  .collection-list {
    text-align: center;
  }

  .form.form-2 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .text-field-2.email-input {
    align-self: center;
    width: auto;
    min-width: auto;
    max-width: none;
    margin: 0 6px 0 0;
    padding-right: 10px;
    display: block;
  }

  .submit-button.submit-button-2 {
    align-self: auto;
    margin: 0;
  }

  .collection-list-wrapper {
    margin-top: 12px;
  }

  .column {
    align-items: center;
  }

  .columns {
    flex-direction: column;
  }

  .form-block-2.form-block-3 {
    flex-flow: row;
    place-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    display: block;
  }

  .collection-list-wrapper-2 {
    text-align: center;
    align-self: center;
  }

  .section-3 {
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-3 {
    text-transform: uppercase;
    background-color: #0598be;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .notify-me {
    text-transform: uppercase;
    background-color: #fd7212;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .form-3 {
    flex-direction: row;
    align-items: center;
  }

  .map-2 {
    width: 100%;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-block-8 {
    width: auto;
    max-width: none;
    margin-bottom: 6px;
    font-size: 16px;
  }

  .text-block-9 {
    padding-bottom: 32px;
    font-size: 14px;
  }

  .div-block-10 {
    height: 330px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .size5-text.membership {
    text-align: center;
  }

  .navbar1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav1-menu-wrap {
    flex-wrap: nowrap;
    flex: none;
    position: relative;
    overflow: visible;
  }

  .nav1-menu-wrap.mobile {
    position: fixed;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .button-small.white-small.membershipandrea {
    align-self: center;
    max-width: 75%;
  }

  .button-small.orange-small {
    display: none;
  }

  .button-small.white-small {
    flex: none;
  }

  .button-small.white-small.button-small-membership {
    border-radius: 10px;
  }

  .menu-button {
    margin-left: 16px;
  }

  .nav1-wrap {
    grid-column-gap: 16px;
  }

  .cart-product-image {
    width: 56px;
  }

  .text-field-3.cart-input {
    color: #fff;
  }

  .cart-container {
    min-width: 240px;
    max-width: 320px;
  }

  .nav-link-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .size6-text {
    font-size: 14px;
  }

  .label-2 {
    border-radius: 3px;
  }

  .label-2.inside-label, .label-2.white-label {
    text-align: center;
  }

  .nav1-wrap-2 {
    grid-column-gap: 16px;
  }

  .menu-icon-2 {
    background-image: none;
    display: inline-block;
  }

  .nav-link-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-3.condensed {
    -webkit-text-stroke-color: var(--poppy-orange);
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
  }

  .section-4 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .section-4.service-hero-background {
    padding-top: 60px;
  }

  .section-4.mobile-gap {
    grid-row-gap: 32px;
  }

  .other4-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .wrapper.m0-100 {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .wrapper.m0-100.home {
    padding-top: 0;
  }

  .wrapper.m50-100 {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .wrapper.m50-100.off-white-background {
    padding-top: 0;
  }

  .wrapper.m100 {
    padding-top: 40px;
  }

  .wrapper.m100.first-visit {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .wrapper.m50-0, .wrapper.m100-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content10-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size1-text {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .size1-text.meet-dr-andrea {
    margin-top: 35px;
    margin-right: 0;
  }

  .size1-text.location {
    margin-top: 10px;
    font-size: 24px;
    display: flex;
  }

  .paragraph-70 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-right: 10px;
    line-height: 25px;
    display: block;
  }

  .paragraph-70.sedation {
    margin-bottom: 20px;
  }

  .paragraph-70.teambio {
    background-color: var(--off-white);
    border-radius: 16px;
    padding-top: 10px;
  }

  .blog2-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size3-text {
    padding-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .footer1-grid, .hero6-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-label-2.white-label {
    font-size: 12px;
  }

  .sizejumbo-text {
    margin-bottom: 0;
    font-size: 48px;
  }

  .hero6-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero6 {
    background-image: linear-gradient(#fefbf6cc, #fefbf6cc), url('../images/icon_poppy_kids_side_nooutline-1.png');
    background-position: 0 0, 16% 0;
  }

  .content-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 0;
  }

  .content-grid.grid-36-72-36-36 {
    padding-bottom: 0;
    padding-left: 16px;
    display: block;
  }

  .content-grid.grid-36-72-36-36.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 16px;
    display: flex;
  }

  .content-grid.location {
    display: block;
  }

  .content-grid.first-visit-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content-grid.preventative {
    margin-top: -40px;
    padding-top: 0;
  }

  .div-block-16 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-16.service-items {
    margin-top: 10px;
  }

  .content7-content-wrap {
    margin-bottom: 0;
  }

  .content7-content-wrap.off-white-background.comfort-menu {
    padding: 16px;
  }

  .highlight-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr;
  }

  .paragraph-wrap {
    margin-left: 0;
  }

  .grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .highlight-link.clinic {
    width: 66%;
  }

  .image-dark-overlay {
    background-color: #18181d4d;
  }

  .pattern-deco {
    height: 80px;
  }

  .content8-content-wrap {
    margin-right: 36px;
  }

  .content8-image {
    background-image: linear-gradient(to right, #fefbf6, #fefbf6 0%, #0000 100%, #0000), url('../images/POPPIES.jpg');
    background-size: auto, cover;
    max-width: 100%;
    min-height: 180px;
    display: none;
  }

  .content8-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content8-off-white-background {
    height: 600px;
    padding-right: 0;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .product5-feed-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar-2 {
    object-fit: fill;
    width: auto;
    display: none;
    position: sticky;
    overflow: visible;
  }

  .footer-subscribe {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-5 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    flex-direction: column;
  }

  .footer-social-block-three {
    margin-left: -32px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    margin-left: 0;
  }

  .background-video {
    height: 100%;
  }

  .section-hero {
    padding-left: 36px;
    padding-right: 36px;
  }

  .section-6 {
    justify-content: flex-start;
    padding-left: 36px;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .interests-grid {
    grid-column-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .image-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .about-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-10 {
    max-width: 100%;
    display: inline-block;
  }

  .meet-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .meet-image {
    background-image: linear-gradient(to right, #fefbf6, #fefbf6 0%, #0000 100%, #0000), url('../images/POPPIES.jpg');
    background-size: auto, cover;
    max-width: 100%;
    min-height: 180px;
    display: none;
  }

  .meet-content-wrap {
    margin-right: 36px;
  }

  .meet-quote-wrap {
    padding-right: 0;
  }

  .meet-background-mobile {
    height: 600px;
    padding-right: 0;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-11 {
    max-width: 100%;
    padding-right: 16px;
    position: static;
  }

  .meet-background {
    height: 600px;
    padding-right: 0;
  }

  .grid-4 {
    grid-template-rows: auto auto auto auto;
  }

  .map-4 {
    order: 1;
    padding-top: 0;
  }

  .contact-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .contact-content-wrap {
    margin-right: 36px;
  }

  .contact-transparent-background {
    height: 600px;
    padding-right: 0;
  }

  .contact-content-wrap-2 {
    margin-right: 36px;
  }

  .services-background {
    height: 600px;
    padding-right: 0;
  }

  .content33-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    grid-column-gap: 12px;
  }

  .content33-items-wrap {
    padding: 25px 30px 15px;
  }

  .free-under-3-background {
    height: 600px;
    padding-right: 0;
  }

  .content-wrap-left-top {
    margin-bottom: 0;
    padding-bottom: 26px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-wrap-left-top.poppy-philosophy {
    margin-bottom: 0;
    padding-top: 0;
  }

  .content-wrap-left-top.meet-dr-andrea, .content-wrap-left-top.how-best-to-schedule {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrap-left-top.free-under-three {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .poppy-philosophy-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .poppy-philosophy-image {
    background-image: linear-gradient(to right, #fefbf6, #fefbf6 0%, #0000 100%, #0000), url('../images/POPPIES.jpg');
    background-size: auto, cover;
    max-width: 100%;
    min-height: 180px;
    display: none;
  }

  .poppy-philosophy-content-wrap {
    margin-right: 36px;
  }

  .poppy-philosophy-off-white-background {
    height: 600px;
    padding-right: 0;
  }

  .poppy-philosophy-quote-wrap {
    padding-right: 0;
  }

  .section-0-136 {
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-wrap-right-bottom {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrap-right-bottom.off-white-background.comfort-menu {
    padding: 16px;
  }

  .content-wrap-right-bottom.poppy-philosophy {
    min-height: 167px;
  }

  .content-wrap-right-bottom.free-under-three {
    background-position: 0 0;
    align-items: flex-start;
    display: block;
  }

  .content-wrap-right-bottom.meet-dr-andrea {
    border: 2px none var(--poppy-blue);
    background-image: linear-gradient(to right, var(--off-white), #fefbf6c2 24%, #0000 45%), url('../images/ADUNA_LANDSCAPE.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 236px;
  }

  .content-wrap-right-bottom.membership {
    background-position: 0 0;
  }

  .content-wrap-right-bottom.membership.content-membership {
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .comfort-menu-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .comfort-menu-content-wrap.off-white-background.comfort-menu {
    padding: 16px;
  }

  .comfort-menu-content-wrap.mobile {
    margin-top: 0;
  }

  .services-content-wrap-left-top {
    margin-top: -30px;
    margin-bottom: 0;
    padding: 0 16px 48px;
  }

  .services-content-wrap-left-top.poppy-philosophy {
    padding-top: 0;
  }

  .services-content-wrap-left-top.the-poppy-exerpience {
    margin-top: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .free-under-3-content-wrap {
    margin-right: 36px;
  }

  .free-under-3-image {
    background-image: linear-gradient(to right, #fefbf6, #fefbf6 0%, #0000 100%, #0000), url('../images/POPPIES.jpg');
    background-size: auto, cover;
    max-width: 100%;
    min-height: 180px;
    display: none;
  }

  .contact-content-wrap2 {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 26px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-content-wrap2.poppy-philosophy {
    padding-top: 0;
  }

  .contact-content-wrap-schedule {
    margin-bottom: 36px;
    padding-bottom: 26px;
  }

  .contact-content-wrap-schedule.off-white-background.comfort-menu {
    padding: 16px;
  }

  .poppy-philosophy-content-wrap2 {
    margin-top: -65px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 16px;
  }

  .poppy-philosophy-content-wrap2.off-white-background.comfort-menu {
    padding: 16px;
  }

  .content-grid-copy {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content-grid-copy.grid-36-72-36-36 {
    padding-left: 16px;
  }

  .content-grid-copy.grid-36-72-36-36.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 16px;
    display: flex;
  }

  .map-content-wrap {
    order: 1;
    align-self: flex-start;
    margin-top: -25px;
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  .map-content-wrap.off-white-background.comfort-menu {
    padding: 16px;
  }

  .location-content-wrap-left-top {
    order: -1;
    align-self: flex-start;
    margin-bottom: 0;
    padding-bottom: 47px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .location-content-wrap-left-top.poppy-philosophy {
    padding-top: 0;
  }

  .div-block-location {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: end stretch;
    padding-right: 0;
    display: grid;
  }

  .image-location {
    max-width: 100%;
    margin-left: 0;
  }

  .education-content-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .education-content-grid.grid-36-72-36-36 {
    padding-left: 16px;
  }

  .education-content-grid.grid-36-72-36-36.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 16px;
    display: flex;
  }

  .certificates-content-wrap {
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  .certificates-content-wrap.off-white-background.comfort-menu {
    padding: 16px;
  }

  .education-content-wrap {
    margin-bottom: 0;
    padding-bottom: 26px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .education-content-wrap.poppy-philosophy {
    padding-top: 0;
  }

  .div-block-certificates, .div-block-education {
    padding-top: 16px;
    padding-right: 0;
  }

  .image-16 {
    z-index: 1;
    top: 2%;
    right: 5%;
  }

  .image-17 {
    top: 2%;
    right: 5%;
  }

  .highlights-section {
    margin-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .degree-content-wrap1 {
    margin-bottom: 0;
    margin-right: 16px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .degree-content-wrap1.poppy-philosophy {
    padding-top: 0;
  }

  .degree-content-wrap2 {
    margin-bottom: 0;
    margin-right: 16px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .degree-content-wrap2.poppy-philosophy {
    padding-top: 0;
  }

  .degree-content-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .degree-content-grid.grid-36-72-36-36 {
    padding-left: 16px;
  }

  .degree-content-grid.grid-36-72-36-36.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 16px;
    display: flex;
  }

  .degree-content-wrap3 {
    margin-bottom: 0;
    margin-right: 16px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .degree-content-wrap3.poppy-philosophy {
    padding-top: 0;
  }

  .product8-categories-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-13 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product8-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .image-17-copy, .image-17-copy2 {
    top: 2%;
    right: 5%;
  }

  .degree-content-image-wrap {
    margin-bottom: 0;
    padding-bottom: 26px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .degree-content-image-wrap.poppy-philosophy {
    padding-top: 0;
  }

  .degree-content-wrap4 {
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 16px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .degree-content-wrap4.poppy-philosophy {
    padding-top: 0;
  }

  .education-headline-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: flex-start;
    padding-left: 10px;
  }

  .education-image {
    width: 60px;
    max-width: none;
    height: 60px;
    top: 2%;
    right: 5%;
  }

  .education-headline-wrap {
    margin-left: 10px;
  }

  .highlight-wrap {
    margin-left: 0;
  }

  .hero-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size4-text {
    font-size: 20px;
    line-height: 24px;
  }

  .certificates-headline-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: flex-start;
    padding-left: 10px;
  }

  .certificates-image {
    width: 60px;
    max-width: none;
    height: 60px;
    top: 2%;
    right: 5%;
  }

  .certificates-headline-wrap {
    margin-left: 10px;
  }

  .degree-content-grid-copy {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .degree-content-grid-copy.grid-36-72-36-36 {
    padding-left: 16px;
  }

  .degree-content-grid-copy.grid-36-72-36-36.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 16px;
    display: flex;
  }

  .certificates-content-grid {
    grid-column-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .certificates-content-grid.grid-36-72-36-36 {
    padding-left: 16px;
  }

  .certificates-content-grid.grid-36-72-36-36.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 16px;
    display: flex;
  }

  .certificates-content-wrap1 {
    margin-bottom: 0;
    margin-right: 16px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .certificates-content-wrap1.poppy-philosophy {
    padding-top: 0;
  }

  .certificates-content-wrap2 {
    margin-bottom: 0;
    margin-right: 16px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .certificates-content-wrap2.poppy-philosophy {
    padding-top: 0;
  }

  .certificates-content-wrap3 {
    margin-bottom: 0;
    margin-right: 16px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .certificates-content-wrap3.poppy-philosophy {
    padding-top: 0;
  }

  .certificates-content-wrap4 {
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 16px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .certificates-content-wrap4.poppy-philosophy {
    padding-top: 0;
  }

  .services-content-wrap-top-left {
    margin-bottom: 0;
  }

  .services-content-wrap-top-left.off-white-background.comfort-menu {
    padding: 16px;
  }

  .services-content-wrap-bottom-right {
    margin-bottom: 0;
  }

  .services-content-wrap-bottom-right.off-white-background.comfort-menu {
    padding: 16px;
  }

  .services-content-wrap-bottom-right.intraoral-radiographs {
    padding-top: 0;
  }

  .services-content-wrap-bottom-right.first-visit {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .services-content-wrap-bottom-right.fluoride {
    padding-top: 0;
  }

  .digital-x-rays-content-wrap {
    margin-bottom: 0;
  }

  .digital-x-rays-content-wrap.off-white-background.comfort-menu {
    padding: 16px;
  }

  .digital-x-rays-image {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0;
    display: block;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .dental-cleaning-and-exams-content-wrap {
    justify-content: space-between;
    margin-bottom: 0;
  }

  .dental-cleaning-and-exams-content-wrap.off-white-background.comfort-menu {
    padding: 16px;
  }

  .dental-cleaning-and-exams-content-wrap.first-visit {
    margin-top: 36px;
    padding-top: 0;
    padding-left: 0;
  }

  .extractions-content-wrap {
    margin-bottom: 0;
  }

  .extractions-content-wrap.off-white-background.comfort-menu {
    padding: 16px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .div-block-grid-vertical, .div-block-grid-horizontal {
    display: none;
  }

  .div-block-teeth-bottom-left, .div-block-teeth-bottom-right {
    padding-top: 20px;
  }

  .referral-form-content-wrap {
    margin-bottom: 0;
  }

  .referral-form-content-wrap.off-white-background.comfort-menu {
    padding: 16px;
  }

  .about-label {
    border-radius: 3px;
  }

  .about-label.inside-label, .about-label.white-label {
    text-align: center;
  }

  .label-2-copy {
    border-radius: 3px;
  }

  .label-2-copy.inside-label, .label-2-copy.white-label {
    text-align: center;
  }

  .radiograph-forward-label2 {
    border-radius: 3px;
  }

  .radiograph-forward-label2.inside-label, .radiograph-forward-label2.white-label {
    text-align: center;
  }

  .div-block-41 {
    flex-direction: column;
  }

  .div-block-the-poppy-experience {
    padding-right: 0;
  }

  .div-block-first-visit {
    padding-bottom: 0;
    padding-right: 0;
  }

  .services-content-wrap-full-width {
    margin-bottom: 0;
  }

  .services-content-wrap-full-width.off-white-background.comfort-menu {
    padding: 16px;
  }

  .content7-content-wrap-copy {
    margin-bottom: 0;
  }

  .content7-content-wrap-copy.off-white-background.comfort-menu {
    padding: 16px;
  }

  .services-content-wrap-crowns {
    margin-bottom: 0;
  }

  .services-content-wrap-crowns.off-white-background.comfort-menu {
    padding: 16px;
  }

  .services-content-wrap-space-maintainers {
    margin-bottom: 0;
  }

  .services-content-wrap-space-maintainers.off-white-background.comfort-menu {
    padding: 16px;
  }

  .services-content-wrap-top-left-copy {
    margin-bottom: 0;
  }

  .services-content-wrap-top-left-copy.off-white-background.comfort-menu {
    padding: 16px;
  }

  .services-content-wrap-pulp-therapy {
    margin-bottom: 0;
  }

  .services-content-wrap-pulp-therapy.off-white-background.comfort-menu {
    padding: 16px;
  }

  .services-content-wrap-sedation {
    margin-bottom: 0;
  }

  .services-content-wrap-sedation.off-white-background.comfort-menu {
    padding: 16px;
  }

  .controls-2 {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .text-block-19.size1-text {
    padding-left: 40px;
  }

  .embeds-content-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 90%;
  }

  .embeds-content-grid.grid-36-72-36-36 {
    padding-left: 16px;
  }

  .embeds-content-grid.grid-36-72-36-36.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 16px;
    display: flex;
  }

  .text-block-19-variation.size1-text {
    padding-left: 40px;
  }

  .html-embed-2 {
    margin-bottom: 24px;
  }

  .container-7 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .section-15 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-pythen-child {
    padding-left: 16px;
    padding-right: 16px;
  }

  .membership-plan-div {
    display: flex;
  }

  .button-label-membership.mobile {
    font-size: 13px;
  }

  .paragraph-71, .paragraph-72 {
    display: block;
  }

  .size4-text-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .button-small-membership {
    flex: 1;
    align-self: stretch;
  }

  .button-small-membership.orange-small {
    display: none;
  }

  .button-small-membership.white-small {
    flex: none;
  }

  .section-16, .section-17, .section-18 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-0-136-2 {
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-25 {
    align-self: center;
    display: block;
  }

  .quick-stack-4 {
    overflow: visible;
  }

  .quick-stack-4.mobile {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-42 {
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .label-3 {
    border-radius: 3px;
  }

  .paragraph-75 {
    margin-bottom: 20px;
    display: block;
  }

  .size1-text-3 {
    font-size: 24px;
    line-height: 36px;
  }

  .header-blog {
    min-height: 450px;
  }

  .heading-h1-2 {
    font-size: 44px;
  }

  .feature-image {
    width: 20%;
  }

  .blog-hero-image {
    margin-top: -145px;
  }

  .header.blogs, .header.team-header {
    background-position: 50%;
    background-repeat: repeat;
    padding-bottom: 60px;
  }

  .heading-h1 {
    font-size: 44px;
  }

  .heading-h1.molly {
    margin-top: 30px;
  }

  .search-bar {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-section {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .blog-content.blog-page-2 {
    padding-right: 0;
  }

  .next-button.w--current {
    background-color: var(--poppy-orange);
  }

  .title-medium {
    color: var(--off-white);
  }

  .search-icon {
    top: 22px;
  }

  .search-button {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .search {
    margin-right: 0;
  }

  .blog-image.block-page-2 {
    margin-bottom: 20px;
  }

  .title-small-2 {
    object-fit: cover;
    width: 65%;
    height: 96%;
  }

  .blog-item.blog-summary-page {
    display: block;
  }

  .title-small-3.white {
    font-size: 20px;
  }

  .collection-item-5 {
    justify-content: space-between;
  }

  .heading-h2-3 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
  }

  .form-block-topic {
    margin-top: 0;
    padding: 10px;
  }

  .grid-8 {
    display: block;
  }

  .submit-button-10 {
    align-self: flex-end;
  }

  .logo {
    width: 150px;
  }

  .container-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-3 {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .nav-link-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-38 {
    text-align: left;
    object-fit: cover;
    display: inline-block;
  }

  .grid-10 {
    display: block;
  }

  .section-long-seach {
    background-color: #33333305;
    width: 100%;
    display: block;
  }

  .container-search {
    width: 90%;
  }

  .container-18 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .slider {
    height: 45vh;
  }

  .slide-one {
    object-fit: contain;
    background-position: 50%;
    background-size: cover;
  }

  .slide-six, .slide-eight {
    background-color: var(--white);
  }

  .recaptcha {
    align-self: center;
  }

  .recaptcha-wrapper {
    transform-origin: 0 0;
    transform: scale(.7);
  }

  .navbar-animated {
    overflow: visible;
  }

  .nav-button-animated {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .nav-home.w--current:hover {
    color: var(--poppy-blue);
  }

  .icon-3 {
    -webkit-text-stroke-color: var(--poppy-orange);
  }

  .heading-blog-mobile {
    font-size: 44px;
  }

  .heading-blog-mobile.blog-title {
    font-size: 40px;
  }

  .search-icon-2 {
    top: 22px;
  }

  .container-20 {
    flex-direction: column;
    justify-content: center;
    max-width: 90%;
    display: flex;
  }

  .button-small-mobile {
    flex: 1;
    align-self: stretch;
  }

  .button-small-mobile.orange-small {
    display: none;
  }

  .button-small-mobile.white-small {
    flex: none;
  }

  .button-small-mobile.white-small.button-small-membership {
    border-radius: 10px;
  }

  .heading-h1-blog {
    font-size: 44px;
  }

  .heading-h1-blog.molly {
    margin-top: 30px;
  }

  .heading-h1-3-ribbon {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
  }

  .h2-first-visit-free {
    font-size: 24px;
    line-height: 36px;
  }

  .h2-poppy {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .h2-poppy.meet-dr-andrea {
    margin-top: 35px;
    margin-right: 0;
  }

  .h2-poppy.location {
    margin-top: 10px;
    font-size: 26px;
  }

  .h1-meet-drandrea {
    font-size: 24px;
    line-height: 36px;
  }

  .grid-11 {
    display: inline-block;
  }

  .h2-embed {
    margin-top: 36px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .h2-embed.meet-dr-andrea {
    margin-top: 35px;
    margin-right: 0;
  }

  .h2-embed.location {
    margin-top: 10px;
    font-size: 26px;
  }

  .image-42 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .services-div-mobile {
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .services-div-mobile.service-items {
    margin-top: 10px;
  }

  .quick-stack-membership {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    max-width: 100%;
    overflow: visible;
  }

  .quick-stack-7 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4-old-membership {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .section-4-old-membership.service-hero-background {
    padding-top: 61px;
  }

  .section-4-old-membership.mobile-gap {
    grid-row-gap: 32px;
  }

  .container-membership {
    padding-left: 24px;
    padding-right: 24px;
  }

  .list {
    margin-bottom: 20px;
  }

  .div-block-16-schedule {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-16-schedule.service-items {
    margin-top: 10px;
  }

  .navbar-desktop-v2 {
    object-fit: fill;
    width: auto;
    display: none;
    position: sticky;
    overflow: visible;
  }

  .nav-desk-wrap-v2 {
    grid-column-gap: 16px;
  }

  .nav-link-desktop-v2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-desktop-v2.condensed {
    -webkit-text-stroke-color: var(--poppy-orange);
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
  }

  .recaptcha-2 {
    overflow: hidden;
  }

  .button-primary-2 {
    padding: 15px 34px 16px;
  }

  .cookie-illustration---brix {
    width: 48px;
    min-height: 46px;
  }

  .cookie-banner-wrapper {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-banner-wrapper.cookie-banner {
    width: auto;
    max-width: none;
    padding-bottom: 30px;
  }

  .section-faq {
    padding: 0 15px 40px;
  }

  .content-wrapper.slim {
    margin-top: 10px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .wrapper-review.m0-100 {
    padding-bottom: 25px;
  }

  .wrapper-review.m50-100 {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .wrapper-review.m100 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .wrapper-review.m100.first-visit {
    padding-top: 20px;
  }

  .wrapper-review.m50-0, .wrapper-review.m100-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-insta.m0-100 {
    padding-bottom: 25px;
  }

  .wrapper-insta.m50-100 {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .wrapper-insta.m100 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .wrapper-insta.m100.first-visit {
    padding-top: 20px;
  }

  .wrapper-insta.m50-0, .wrapper-insta.m100-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-insta-wrapper.m0-100 {
    padding-bottom: 25px;
  }

  .review-insta-wrapper.m50-100 {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .review-insta-wrapper.m100 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .review-insta-wrapper.m100.first-visit {
    padding-top: 20px;
  }

  .review-insta-wrapper.m50-0, .review-insta-wrapper.m100-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .featured-blog-image {
    margin-top: 10px;
  }

  .collection-item-7 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .button-blog {
    flex: 1;
    align-self: stretch;
  }

  .button-blog.white-small.membershipandrea {
    align-self: center;
    max-width: 75%;
  }

  .button-blog.orange-small {
    display: none;
  }

  .button-blog.white-small {
    flex: none;
  }

  .button-blog.white-small.button-small-membership {
    border-radius: 10px;
  }

  .section-featured-blog-v2 {
    margin-top: 0;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .container-featured-blog {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-blog.size6-text {
    font-size: 17px;
  }

  .link-featured-blog {
    max-width: 100%;
    padding: 15px;
  }

  .blog-button {
    flex: 1;
    align-self: stretch;
  }

  .blog-button.white-small.membershipandrea {
    align-self: center;
    max-width: 75%;
  }

  .blog-button.orange-small {
    display: none;
  }

  .blog-button.white-small {
    flex: none;
  }

  .blog-button.white-small.button-small-membership {
    border-radius: 10px;
  }

  .container-blog-button {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-insta {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .highlight-wrap-poppy-philosophy {
    margin-left: 0;
  }

  .h2-poppy-philosophy {
    margin-top: -20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .h2-poppy-philosophy.meet-dr-andrea {
    margin-top: 35px;
    margin-right: 0;
  }

  .h2-poppy-philosophy.location {
    margin-top: 10px;
    font-size: 26px;
  }

  .h2-poppy-experience {
    margin-top: -30px;
    font-size: 24px;
    line-height: 36px;
  }

  .h2-poppy-experience.meet-dr-andrea {
    margin-top: 35px;
    margin-right: 0;
  }

  .h2-poppy-experience.location {
    margin-top: 10px;
    font-size: 26px;
  }

  .highlight-wrap-poppy-experiennce {
    margin-left: 0;
  }

  .h2-poppy-philo {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .h2-poppy-philo.meet-dr-andrea {
    margin-top: 35px;
    margin-right: 0;
  }

  .h2-poppy-philo.location {
    margin-top: 10px;
    font-size: 26px;
  }

  .section-review {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-schedule {
    grid-template-rows: auto auto auto auto;
  }

  .wrapper-faq.m0-100 {
    padding-bottom: 25px;
  }

  .wrapper-faq.m50-100 {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .wrapper-faq.m100 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .wrapper-faq.m100.first-visit {
    padding-top: 20px;
  }

  .wrapper-faq.m50-0, .wrapper-faq.m100-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-first-visit {
    margin-bottom: 40px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .highlight-wrap-review {
    margin-left: 0;
  }

  .h2-love-patients-insta {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .h2-love-patients-insta.meet-dr-andrea {
    margin-top: 35px;
    margin-right: 0;
  }

  .h2-love-patients-insta.location {
    margin-top: 10px;
    font-size: 26px;
  }

  .highlight-wrap-fblog {
    margin-left: 0;
  }

  .h2-poppy-s-blog {
    margin-top: 36px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .h2-poppy-s-blog.meet-dr-andrea {
    margin-top: 35px;
    margin-right: 0;
  }

  .h2-poppy-s-blog.location {
    margin-top: 10px;
    font-size: 26px;
  }

  .h2-insta {
    margin-top: 36px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .h2-insta.meet-dr-andrea {
    margin-top: 35px;
    margin-right: 0;
  }

  .h2-insta.location {
    margin-top: 10px;
    font-size: 26px;
  }

  .highlight-wrap-insta {
    margin-left: 0;
  }

  .h2-faq {
    margin-top: 36px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .h2-faq.meet-dr-andrea {
    margin-top: 35px;
    margin-right: 0;
  }

  .h2-faq.location {
    margin-top: 10px;
    font-size: 26px;
  }

  .collection-list-7, .collection-list-faq {
    display: block;
  }

  .wrapper-faq-static.m0-100 {
    padding-bottom: 25px;
  }

  .wrapper-faq-static.m50-100 {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .wrapper-faq-static.m100 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .wrapper-faq-static.m100.first-visit {
    padding-top: 20px;
  }

  .wrapper-faq-static.m50-0, .wrapper-faq-static.m100-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .highlight-wrap-philosophy {
    margin-top: 18px;
    margin-left: 0;
  }

  .heading-10 {
    font-size: 17px;
  }

  .paragraph-80 {
    font-size: 12px;
  }

  .wrapper-preventative.m0-100 {
    padding-bottom: 25px;
  }

  .wrapper-preventative.m50-100 {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .wrapper-preventative.m100 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .wrapper-preventative.m100.first-visit {
    padding-top: 20px;
  }

  .wrapper-preventative.m50-0, .wrapper-preventative.m100-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .back-to-blog {
    align-self: flex-end;
  }

  .section-hero-v2 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .wrapper-v2.m0-100 {
    padding-bottom: 25px;
  }

  .wrapper-v2.m50-100 {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .wrapper-v2.m100 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .wrapper-v2.m100.first-visit {
    padding-top: 20px;
  }

  .wrapper-v2.m50-0, .wrapper-v2.m100-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero6-content-v2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sizejumbo-text-v2 {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 400;
  }

  .h1-message-text-v2.size6-text-v2 {
    font-weight: 500;
  }

  .size6-text-v2 {
    font-size: 14px;
  }

  .size6-text-v2.welcome {
    width: 100%;
  }

  .slide-zero {
    object-fit: contain;
    background-position: 50%;
    background-size: cover;
  }

  .wrapper-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .size3-text-edu {
    padding-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .controls-3 {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .client-slider-panel {
    margin-right: 0;
  }

  .slider-wrap {
    padding-right: 13px;
  }

  .slider-wrap.trislider {
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 37px 20px;
    display: flex;
    overflow: hidden;
  }

  .right-arrow-wrap {
    justify-content: center;
    align-items: center;
    display: none;
    bottom: 0;
  }

  .slide-nav-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: .16;
    margin-top: 0;
    position: relative;
  }

  .client-slider-mask {
    overflow: hidden;
  }

  .direction-icon.right {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .direction-icon.left {
    margin-top: 0;
    position: relative;
    right: 0;
  }

  .left-arrow-wrap {
    align-items: center;
    margin-left: -29px;
    display: none;
    bottom: 0;
    left: 0;
  }

  .tab-drop-heading {
    font-size: 25px;
    line-height: 40px;
    display: none;
  }

  .resource-wrap {
    min-height: auto;
  }

  .bmnb {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-57 {
    justify-content: center;
  }

  .paragraph-services {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-right: 10px;
    line-height: 25px;
    display: block;
  }

  .paragraph-services.sedation {
    margin-bottom: 20px;
  }

  .paragraph-services.teambio {
    background-color: var(--off-white);
    border-radius: 16px;
    padding-top: 10px;
  }

  .collection-list-wrapper-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-12 {
    color: var(--poppy-blue);
    text-align: center;
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
    position: static;
  }

  .section-4-first-visit {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .section-4-first-visit.service-hero-background {
    padding-top: 60px;
  }

  .section-4-first-visit.mobile-gap {
    grid-row-gap: 32px;
  }

  .link-block-3 {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-63, .link-block-4, .link-block-5, .div-block-64, .div-block-65, .div-block-66, .div-block-67, .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72, .div-block-73, .div-block-74, .div-block-75, .div-block-76, .div-block-77 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-_14c99d1d-9b18-e583-a0b4-283b5fe84b77-8a7b1011 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-d3689ba4-8bef-598c-fe3d-5d22a25491f8-8a7b1011 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d3689ba4-8bef-598c-fe3d-5d22a25491fc-8a7b1011 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d3689ba4-8bef-598c-fe3d-5d22a25491fe-8a7b1011 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ca73318d-6079-8190-b846-ba5b7a5bbbcf-8a7b1011 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ca73318d-6079-8190-b846-ba5b7a5bbbd1-8a7b1011 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-d3689ba4-8bef-598c-fe3d-5d22a254920c-8a7b1011 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b7df00d8-d8ac-4c5c-9386-a18af4e7d099-8a7b1011 {
  order: 9999;
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-b7df00d8-d8ac-4c5c-9386-a18af4e7d09d-8a7b1011 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_46481cf2-00c2-f377-8fc7-a12811209cb2-8a7b1011 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
}

#w-node-_6c8ab34b-9a3f-3dfb-eda5-55ffbc391963-8a7b1011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c8ab34b-9a3f-3dfb-eda5-55ffbc39196b-8a7b1011 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d5695725-7dbe-7499-c79d-d0215510a726-8a7b1011 {
  place-self: center;
}

#w-node-b3ba4311-85b1-5e64-9d21-411acfc94578-8a7b1011 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-b3ba4311-85b1-5e64-9d21-411acfc9458d-8a7b1011 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4c6b7d6f-e13a-3892-6e97-8ee8ac2c9810-ac2c9810, #w-node-_31ec2819-bf0d-6984-aff7-0e650d059b48-0d059b43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c139a15-1e80-b871-c5d4-c41982d487fd-8a7b107e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_7372b182-3e2c-06af-f74f-ac4fb03e8e97-8a7b107e {
  order: 0;
  align-self: auto;
}

#w-node-_93113fe7-f84b-9574-ac4b-67fad39c008c-8a7b107e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_040e4275-ccb5-db80-41f3-fc2b1ae53322-8a7b107e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e1c7818d-249c-6947-8e3c-7f1ad94fbb97-8a7b107e {
  grid-area: 1 / 1 / 2 / 8;
  align-self: end;
}

#w-node-cd64ce83-ecd2-19e6-c6b7-621c0401de04-8a7b107e {
  grid-area: 1 / 8 / 2 / 16;
  align-self: end;
}

#w-node-_741407e7-fbdf-c6ad-dbec-849911d06f02-8a7b107e {
  grid-area: 2 / 1 / 3 / 10;
  align-self: start;
}

#w-node-_6be6851f-a10d-0036-c71a-28578e5b79f8-8a7b107e {
  grid-area: 2 / 10 / 3 / 16;
  align-self: start;
}

#w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049c8c-8a7b107e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049c8d-8a7b107e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049c93-8a7b107e {
  grid-area: 1 / 1 / 2 / 7;
  place-self: end;
}

#w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049ca0-8a7b107e {
  grid-area: 1 / 7 / 2 / 12;
  place-self: start end;
}

#w-node-_5c47385c-193e-78a5-81f0-8d33e3af1398-8a7b107e, #w-node-_5c47385c-193e-78a5-81f0-8d33e3af139b-8a7b107e, #w-node-_5c47385c-193e-78a5-81f0-8d33e3af139e-8a7b107e, #w-node-_5c47385c-193e-78a5-81f0-8d33e3af13a1-8a7b107e, #w-node-_5c47385c-193e-78a5-81f0-8d33e3af13a4-8a7b107e, #w-node-_5c47385c-193e-78a5-81f0-8d33e3af13a7-8a7b107e, #w-node-_5c47385c-193e-78a5-81f0-8d33e3af13aa-8a7b107e, #w-node-_5c47385c-193e-78a5-81f0-8d33e3af13ad-8a7b107e, #w-node-_5c47385c-193e-78a5-81f0-8d33e3af13b0-8a7b107e, #w-node-_5c47385c-193e-78a5-81f0-8d33e3af13b3-8a7b107e, #w-node-_5c47385c-193e-78a5-81f0-8d33e3af13b6-8a7b107e, #w-node-_5c47385c-193e-78a5-81f0-8d33e3af13b9-8a7b107e, #w-node-_447917d8-e250-ae7c-cd43-4c9e82522a43-8a7b107f, #w-node-f5875b59-36e7-f607-a302-62a70d206017-8a7b107f, #w-node-_05888e84-c42a-e71b-0c66-38233c7ec934-8a7b107f, #w-node-fcbd062e-a8ab-9291-11e3-660c2d2f9514-2d2f9506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56ebfe1a-532a-2e12-88f2-917a5977c425-8a7b1086 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_56ebfe1a-532a-2e12-88f2-917a5977c426-8a7b1086 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_9d1065ef-ce99-c053-7a54-0c28ad7dae57-8a7b1086 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_024c3df3-e6bc-f70a-7fdb-7fa24ddf796e-8a7b1086 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_024c3df3-e6bc-f70a-7fdb-7fa24ddf797e-8a7b1086 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_996bc042-05b2-09b6-ef09-063eedac11f9-8a7b1086 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_996bc042-05b2-09b6-ef09-063eedac11fd-8a7b1086, #w-node-_996bc042-05b2-09b6-ef09-063eedac11ff-8a7b1086, #w-node-_996bc042-05b2-09b6-ef09-063eedac120d-8a7b1086 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d91b60b6-cdc4-6f9b-1e00-58e865187292-8a7b1086 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-d91b60b6-cdc4-6f9b-1e00-58e86518729a-8a7b1086 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-d91b60b6-cdc4-6f9b-1e00-58e8651872ab-8a7b1086 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_482eec60-7dc6-396c-7ae6-56bc0f5e8ffc-8a7b1087, #w-node-_482eec60-7dc6-396c-7ae6-56bc0f5e9008-8a7b1087 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39316-8a7b1087 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39312-8a7b1087, #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39312-8a7b109d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39316-8a7b109d {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#back-to-blog.w-node-a677f87e-7c0d-fde0-6d0a-23cb33ec93bf-8a7b10a4 {
  justify-self: center;
}

#w-node-_549fca9d-356e-baaa-2272-4ea692a91b52-92a91b45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edb6cd1a-5cfb-befd-39a9-37072750b569-8a7b10a8 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .5fr;
}

#w-node-b294f8c2-9ffd-5f55-3245-09b594c7ef8f-8a7b10a8 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-b294f8c2-9ffd-5f55-3245-09b594c7ef99-8a7b10a8 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a4a7f1d0-9b66-c206-d4ba-31f4c290ee31-8a7b10b6 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-d8478061-cd74-3ca2-849e-0f8111d63ce1-8a7b10c8, #w-node-a4b28173-000d-036e-ea5b-67cfc3a2fd5c-8a7b10c8 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_33b8a701-62a9-8113-4094-9e7c50011127-8a7b10c8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e96c2a38-988d-56a7-9868-f90284339753-8a7b10c8 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_452c93c9-7593-12da-2bed-6285713ed61f-8a7b10c8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_319c2054-5af3-0eed-cda8-cf033d69789e-8a7b10c8 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-ed781f0e-8616-55cb-6cc3-7550e7010587-8a7b10c8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_4480c68f-8eb1-d3eb-7fd7-b4fb93d90b29-8a7b10ce {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_29e5bfb5-b24f-2987-3134-9c3101ebd415-8a7b10ce {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_7297b6f6-2811-ac4b-1ee8-05bfc133fa89-8a7b10ce {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0c0abc8c-9e83-17a3-41f8-1e99242aa33e-8a7b10ce {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_2b9eed90-b87c-ec70-449c-0a1860b8c5dc-8a7b10ce {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-ab1547b4-4cb2-5ec0-f1e7-99812b8de975-8a7b10ce {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-dd10ba3e-970e-fb41-214e-d24a8dac7357-8a7b10ce {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-_236f7ef3-53f6-f8a0-43fb-b96699f15db6-8a7b10ce {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5ee1474a-e0a8-9c48-e358-9bcdca8e9016-8a7b10ce {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8583a0b0-49af-1493-dc5d-0cb18bf6f9be-8a7b10ce {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5dfa1977-5203-1d22-3c0d-e9e2a4e02e80-8a7b10ce {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-bbbd7170-b037-262b-1c49-9ad6f8f6ff7b-8a7b10ce {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_487c1c7b-8b54-8ce7-4b3f-52c74edc6782-8a7b10ce {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-_69569e66-b268-9b95-04e9-945b17fad6b4-8a7b10ce {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_4e670005-3406-1e11-7c3a-c6f7c4d3584c-8a7b10ce {
  grid-area: 2 / 8 / 3 / 9;
}

#w-node-b96b6415-f636-6e06-de82-360bae07849d-8a7b10ce {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf25-8a7b10ce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf27-8a7b10ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf2b-8a7b10ce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf2f-8a7b10ce {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf33-8a7b10ce {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf37-8a7b10ce {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf3b-8a7b10ce {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf3f-8a7b10ce {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf43-8a7b10ce {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf47-8a7b10ce {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf4b-8a7b10ce {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf4f-8a7b10ce {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf53-8a7b10ce {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf57-8a7b10ce {
  grid-area: 2 / 8 / 3 / 9;
}

#w-node-_8215b287-7bac-e4fc-027c-15fbecdd4a16-8a7b10ce {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6afc-8a7b10ce {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: end;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6afe-8a7b10ce {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b02-8a7b10ce {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b06-8a7b10ce {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b0a-8a7b10ce {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b0e-8a7b10ce {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b12-8a7b10ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b16-8a7b10ce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b1a-8a7b10ce {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b1e-8a7b10ce {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b22-8a7b10ce {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b26-8a7b10ce {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b2a-8a7b10ce {
  grid-area: 2 / 7 / 3 / 8;
}

#w-node-_7aa816db-a47a-41dd-813b-d87c055f6b2e-8a7b10ce {
  grid-area: 2 / 8 / 3 / 9;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91b8-8a7b10ce {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91ba-8a7b10ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91be-8a7b10ce {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91c2-8a7b10ce {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91c6-8a7b10ce {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91ca-8a7b10ce {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91ce-8a7b10ce {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91d2-8a7b10ce {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91d6-8a7b10ce {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91da-8a7b10ce {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91de-8a7b10ce {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91e2-8a7b10ce {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91e6-8a7b10ce {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91ea-8a7b10ce {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-a90eea7c-e3bf-0770-4b8b-9248e18f36f7-8a7b10d0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3fb71c6d-3c29-53c4-dc05-99f666ae0680-8a7b10d0 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-c560845e-4cae-b69a-d3ac-710e6951861f-8a7b10d0, #w-node-_590374a5-5a9f-30ce-8eb4-df868e3d0643-8a7b10d0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0bcb8613-722f-27b3-2cff-cee579a402fd-8a7b10d0, #w-node-e1033eaa-4d55-2cee-1326-2f6de7aa3c59-8a7b10d0 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-e1033eaa-4d55-2cee-1326-2f6de7aa3c6d-8a7b10d0 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: auto;
}

#w-node-_2f02df90-3b39-2a9f-5314-4ecd77da0aa8-8a7b10d0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_52c92cdc-5ba1-6a88-00f1-1f31145e89ac-8a7b10d0 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d838023b-26e7-3852-8ec8-d2b3cec0e58c-8a7b10d0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_632c445c-c955-bdfe-815c-200ff22423c6-8a7b10d0, #w-node-_456f6e3e-8bae-94ce-fc04-750a8fe7083d-8a7b10d0, #w-node-d0887bf5-3e67-8780-536b-1d98813787e6-8a7b10d0 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_779df7b6-41e3-537e-4c0d-be419ac383e3-8a7b10d0 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_779df7b6-41e3-537e-4c0d-be419ac383e9-8a7b10d0 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_5c3b6b66-779e-ba1c-6690-666d1850c00d-8a7b10d0, #w-node-ae948c76-ca1d-aa67-8c4e-166274dc3706-8a7b10d0 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_6f760ba4-7656-9756-c152-2de06b0e576b-8a7b10d0 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_49e83384-4731-d47f-8974-96f0cda4ba7a-8a7b10d0, #w-node-_1b39365d-2907-3dc2-6aac-1023169826bb-8a7b10d0 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-f205969a-48a4-beea-5630-138799274e88-8a7b10d1, #w-node-_0c191586-3ad6-f36c-c107-1dae54fb3694-8a7b10d1 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-a56102a0-6e44-e762-6fc7-9f041d8395b6-8a7b10df {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a56102a0-6e44-e762-6fc7-9f041d8395ca-8a7b10df {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-b531608b-ee66-e53e-c295-e0552081a28d-8a7b10e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62ebf34b-d14b-ffa5-0eae-6b19230c8789-8a7b10e1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6aadf8ff-d4b6-733f-6164-c03c5215915e-e5da9b7f {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_6aadf8ff-d4b6-733f-6164-c03c5215913c-e5da9b7f {
  grid-area: 1 / 8 / 2 / 13;
}

@media screen and (min-width: 1920px) {
  #w-node-bbef79de-60f6-d51b-da65-0974d0bfe79e-8a7b10c8 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_14c99d1d-9b18-e583-a0b4-283b5fe84b77-8a7b1011 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-d3689ba4-8bef-598c-fe3d-5d22a25491fc-8a7b1011 {
    grid-column: span 3 / span 3;
  }

  #w-node-d3689ba4-8bef-598c-fe3d-5d22a25491fe-8a7b1011 {
    grid-column: span 9 / span 9;
  }

  #w-node-ca73318d-6079-8190-b846-ba5b7a5bbbcf-8a7b1011 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ca73318d-6079-8190-b846-ba5b7a5bbbd1-8a7b1011 {
    grid-column: span 9 / span 9;
  }

  #w-node-e1c7818d-249c-6947-8e3c-7f1ad94fbb97-8a7b107e {
    grid-area: 1 / 1 / 2 / 6;
    place-self: end;
  }

  #w-node-_3a00e480-5a7c-74f7-f3db-1d6705f976f2-8a7b107e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd64ce83-ecd2-19e6-c6b7-621c0401de04-8a7b107e {
    grid-area: 1 / 6 / 2 / 12;
    place-self: end start;
  }

  #w-node-_741407e7-fbdf-c6ad-dbec-849911d06f02-8a7b107e {
    grid-area: 2 / 1 / 3 / 7;
    place-self: start end;
  }

  #w-node-_6be6851f-a10d-0036-c71a-28578e5b79f8-8a7b107e {
    grid-area: 2 / 7 / 3 / 12;
    place-self: start;
  }

  #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049c93-8a7b107e {
    grid-area: 1 / 1 / 2 / 6;
    place-self: end;
  }

  #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049c94-8a7b107e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049ca0-8a7b107e {
    grid-area: 2 / 2 / 3 / 7;
    place-self: start end;
  }

  #w-node-_024c3df3-e6bc-f70a-7fdb-7fa24ddf797e-8a7b1086 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-d91b60b6-cdc4-6f9b-1e00-58e865187292-8a7b1086 {
    grid-column: 5 / 13;
    grid-row-start: 1;
    align-self: start;
  }

  #w-node-d91b60b6-cdc4-6f9b-1e00-58e86518729a-8a7b1086 {
    grid-area: 1 / 1 / 2 / 11;
    place-self: auto;
  }

  #w-node-d91b60b6-cdc4-6f9b-1e00-58e8651872a1-8a7b1086 {
    place-self: auto;
  }

  #w-node-_4480c68f-8eb1-d3eb-7fd7-b4fb93d90b29-8a7b10ce {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_29e5bfb5-b24f-2987-3134-9c3101ebd415-8a7b10ce {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto end;
  }

  #w-node-_7297b6f6-2811-ac4b-1ee8-05bfc133fa89-8a7b10ce {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto;
  }

  #w-node-_0c0abc8c-9e83-17a3-41f8-1e99242aa33e-8a7b10ce {
    grid-area: 1 / 5 / 2 / 6;
    place-self: auto;
  }

  #w-node-_2b9eed90-b87c-ec70-449c-0a1860b8c5dc-8a7b10ce {
    grid-area: 1 / 6 / 2 / 7;
    place-self: auto;
  }

  #w-node-ab1547b4-4cb2-5ec0-f1e7-99812b8de975-8a7b10ce {
    grid-area: 1 / 7 / 2 / 8;
    place-self: auto;
  }

  #w-node-dd10ba3e-970e-fb41-214e-d24a8dac7357-8a7b10ce {
    grid-area: 1 / 8 / 2 / 9;
    place-self: auto;
  }

  #w-node-_236f7ef3-53f6-f8a0-43fb-b96699f15db6-8a7b10ce {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_5ee1474a-e0a8-9c48-e358-9bcdca8e9016-8a7b10ce {
    grid-area: 2 / 2 / 2 / 3;
    place-self: auto;
  }

  #w-node-_8583a0b0-49af-1493-dc5d-0cb18bf6f9be-8a7b10ce {
    grid-area: 2 / 3 / 2 / 4;
    place-self: auto;
  }

  #w-node-_5dfa1977-5203-1d22-3c0d-e9e2a4e02e80-8a7b10ce {
    grid-area: 2 / 4 / 3 / 5;
    place-self: auto;
  }

  #w-node-bbbd7170-b037-262b-1c49-9ad6f8f6ff7b-8a7b10ce {
    grid-area: 2 / 5 / 2 / 6;
    place-self: auto;
  }

  #w-node-_487c1c7b-8b54-8ce7-4b3f-52c74edc6782-8a7b10ce {
    grid-area: 2 / 6 / 2 / 7;
    place-self: auto;
  }

  #w-node-_69569e66-b268-9b95-04e9-945b17fad6b4-8a7b10ce {
    grid-area: 2 / 7 / 2 / 8;
    place-self: auto;
  }

  #w-node-_4e670005-3406-1e11-7c3a-c6f7c4d3584c-8a7b10ce {
    grid-area: 2 / 8 / 3 / 9;
    place-self: auto;
  }

  #w-node-b96b6415-f636-6e06-de82-360bae07849d-8a7b10ce {
    grid-area: 1 / 2 / 4 / 3;
    justify-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf25-8a7b10ce {
    grid-area: 1 / 2 / 2 / 3;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf27-8a7b10ce {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf2b-8a7b10ce {
    grid-area: 1 / 2 / 2 / 3;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf2f-8a7b10ce {
    grid-area: 1 / 3 / 2 / 4;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf33-8a7b10ce {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf37-8a7b10ce {
    grid-area: 1 / 5 / 2 / 6;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf3b-8a7b10ce {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf3f-8a7b10ce {
    grid-area: 2 / 2 / 2 / 3;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf43-8a7b10ce {
    grid-area: 2 / 3 / 2 / 4;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf47-8a7b10ce {
    grid-area: 2 / 4 / 3 / 5;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf4b-8a7b10ce {
    grid-area: 2 / 5 / 2 / 6;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf4f-8a7b10ce {
    grid-area: 2 / 6 / 2 / 7;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf53-8a7b10ce {
    grid-area: 2 / 7 / 2 / 8;
    place-self: auto;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf57-8a7b10ce {
    grid-area: 2 / 8 / 3 / 9;
    place-self: auto;
  }

  #w-node-_8215b287-7bac-e4fc-027c-15fbecdd4a16-8a7b10ce {
    grid-area: 2 / 1 / 3 / 3;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6afc-8a7b10ce {
    grid-area: 3 / 1 / 4 / 2;
    place-self: auto end;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6afe-8a7b10ce {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b02-8a7b10ce {
    grid-area: 1 / 5 / 2 / 6;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b06-8a7b10ce {
    grid-area: 1 / 6 / 2 / 7;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b0a-8a7b10ce {
    grid-area: 1 / 7 / 2 / 8;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b0e-8a7b10ce {
    grid-area: 1 / 8 / 2 / 9;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b12-8a7b10ce {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b16-8a7b10ce {
    grid-area: 1 / 2 / 2 / 3;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b1a-8a7b10ce {
    grid-area: 1 / 3 / 2 / 4;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b1e-8a7b10ce {
    grid-area: 2 / 4 / 3 / 5;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b22-8a7b10ce {
    grid-area: 2 / 5 / 2 / 6;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b26-8a7b10ce {
    grid-area: 2 / 6 / 2 / 7;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b2a-8a7b10ce {
    grid-area: 2 / 7 / 2 / 8;
    place-self: auto;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6b2e-8a7b10ce {
    grid-area: 2 / 8 / 3 / 9;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91b8-8a7b10ce {
    grid-area: 3 / 2 / 4 / 3;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91ba-8a7b10ce {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91be-8a7b10ce {
    grid-area: 1 / 2 / 2 / 3;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91c2-8a7b10ce {
    grid-area: 1 / 3 / 2 / 4;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91c6-8a7b10ce {
    grid-area: 1 / 4 / 2 / 5;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91ca-8a7b10ce {
    grid-area: 1 / 5 / 2 / 6;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91ce-8a7b10ce {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91d2-8a7b10ce {
    grid-area: 2 / 2 / 2 / 3;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91d6-8a7b10ce {
    grid-area: 2 / 3 / 2 / 4;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91da-8a7b10ce {
    grid-area: 2 / 4 / 3 / 5;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91de-8a7b10ce {
    grid-area: 2 / 5 / 2 / 6;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91e2-8a7b10ce {
    grid-area: 1 / 6 / 2 / 7;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91e6-8a7b10ce {
    grid-area: 1 / 7 / 2 / 8;
    place-self: auto;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91ea-8a7b10ce {
    grid-area: 1 / 8 / 2 / 9;
    place-self: auto;
  }

  #w-node-f205969a-48a4-beea-5630-138799274e88-8a7b10d1, #w-node-_0c191586-3ad6-f36c-c107-1dae54fb3694-8a7b10d1 {
    grid-area: 1 / 3 / 2 / 11;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_14c99d1d-9b18-e583-a0b4-283b5fe84b77-8a7b1011, #w-node-d3689ba4-8bef-598c-fe3d-5d22a25491f8-8a7b1011 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d3689ba4-8bef-598c-fe3d-5d22a25491fc-8a7b1011 {
    grid-column: span 8 / span 8;
  }

  #w-node-d3689ba4-8bef-598c-fe3d-5d22a25491fe-8a7b1011 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ca73318d-6079-8190-b846-ba5b7a5bbbcf-8a7b1011 {
    grid-column: span 8 / span 8;
  }

  #w-node-ca73318d-6079-8190-b846-ba5b7a5bbbd1-8a7b1011, #w-node-d3689ba4-8bef-598c-fe3d-5d22a254920c-8a7b1011 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b7df00d8-d8ac-4c5c-9386-a18af4e7d099-8a7b1011 {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-b7df00d8-d8ac-4c5c-9386-a18af4e7d09d-8a7b1011 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_46481cf2-00c2-f377-8fc7-a12811209cb2-8a7b1011 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_6c8ab34b-9a3f-3dfb-eda5-55ffbc39196b-8a7b1011 {
    justify-self: center;
  }

  #w-node-b3ba4311-85b1-5e64-9d21-411acfc94578-8a7b1011 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-b3ba4311-85b1-5e64-9d21-411acfc9458d-8a7b1011 {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-_6c139a15-1e80-b871-c5d4-c41982d487fd-8a7b107e {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_040e4275-ccb5-db80-41f3-fc2b1ae53322-8a7b107e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e1c7818d-249c-6947-8e3c-7f1ad94fbb97-8a7b107e {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end;
  }

  #w-node-cd64ce83-ecd2-19e6-c6b7-621c0401de04-8a7b107e {
    grid-area: 1 / 5 / 2 / 9;
    place-self: end start;
  }

  #w-node-_741407e7-fbdf-c6ad-dbec-849911d06f02-8a7b107e {
    grid-area: 2 / 1 / 3 / 5;
    place-self: start end;
  }

  #w-node-_6be6851f-a10d-0036-c71a-28578e5b79f8-8a7b107e {
    grid-area: 2 / 5 / 3 / 9;
    place-self: start;
  }

  #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049c8d-8a7b107e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049c93-8a7b107e {
    grid-area: 1 / 1 / 2 / 5;
    place-self: stretch stretch;
  }

  #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049ca0-8a7b107e {
    grid-area: 1 / 5 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_56ebfe1a-532a-2e12-88f2-917a5977c425-8a7b1086, #w-node-_56ebfe1a-532a-2e12-88f2-917a5977c426-8a7b1086, #w-node-_9d1065ef-ce99-c053-7a54-0c28ad7dae57-8a7b1086 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_024c3df3-e6bc-f70a-7fdb-7fa24ddf796e-8a7b1086 {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-_024c3df3-e6bc-f70a-7fdb-7fa24ddf797e-8a7b1086 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_996bc042-05b2-09b6-ef09-063eedac11f9-8a7b1086 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_996bc042-05b2-09b6-ef09-063eedac11fd-8a7b1086 {
    grid-column: span 8 / span 8;
  }

  #w-node-_996bc042-05b2-09b6-ef09-063eedac11ff-8a7b1086, #w-node-_996bc042-05b2-09b6-ef09-063eedac120d-8a7b1086 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d91b60b6-cdc4-6f9b-1e00-58e865187292-8a7b1086 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-d91b60b6-cdc4-6f9b-1e00-58e86518729a-8a7b1086 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_482eec60-7dc6-396c-7ae6-56bc0f5e8ffc-8a7b1087 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_482eec60-7dc6-396c-7ae6-56bc0f5e9008-8a7b1087 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39316-8a7b1087 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39312-8a7b1087 {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39312-8a7b109d {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39316-8a7b109d, #w-node-b294f8c2-9ffd-5f55-3245-09b594c7ef8f-8a7b10a8 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-b294f8c2-9ffd-5f55-3245-09b594c7ef99-8a7b10a8 {
    grid-area: 2 / 3 / 2 / 9;
    place-self: end;
  }

  #w-node-e96c2a38-988d-56a7-9868-f90284339753-8a7b10c8, #w-node-_319c2054-5af3-0eed-cda8-cf033d69789e-8a7b10c8 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_4480c68f-8eb1-d3eb-7fd7-b4fb93d90b29-8a7b10ce {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-a90eea7c-e3bf-0770-4b8b-9248e18f36f7-8a7b10d0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_3fb71c6d-3c29-53c4-dc05-99f666ae0680-8a7b10d0 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-c560845e-4cae-b69a-d3ac-710e6951861f-8a7b10d0, #w-node-_590374a5-5a9f-30ce-8eb4-df868e3d0643-8a7b10d0 {
    grid-area: 1 / 2 / 2 / 9;
  }

  #w-node-_0bcb8613-722f-27b3-2cff-cee579a402fd-8a7b10d0 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-e1033eaa-4d55-2cee-1326-2f6de7aa3c59-8a7b10d0 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-e1033eaa-4d55-2cee-1326-2f6de7aa3c6d-8a7b10d0 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: stretch;
  }

  #w-node-_2f02df90-3b39-2a9f-5314-4ecd77da0aa8-8a7b10d0 {
    grid-area: 1 / 2 / 2 / 9;
  }

  #w-node-_52c92cdc-5ba1-6a88-00f1-1f31145e89ac-8a7b10d0 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d838023b-26e7-3852-8ec8-d2b3cec0e58c-8a7b10d0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_632c445c-c955-bdfe-815c-200ff22423c6-8a7b10d0, #w-node-_456f6e3e-8bae-94ce-fc04-750a8fe7083d-8a7b10d0, #w-node-d0887bf5-3e67-8780-536b-1d98813787e6-8a7b10d0 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_779df7b6-41e3-537e-4c0d-be419ac383e3-8a7b10d0 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_779df7b6-41e3-537e-4c0d-be419ac383e9-8a7b10d0 {
    grid-area: 1 / 2 / 2 / 9;
  }

  #w-node-_5c3b6b66-779e-ba1c-6690-666d1850c00d-8a7b10d0, #w-node-ae948c76-ca1d-aa67-8c4e-166274dc3706-8a7b10d0 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_6f760ba4-7656-9756-c152-2de06b0e576b-8a7b10d0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_49e83384-4731-d47f-8974-96f0cda4ba7a-8a7b10d0, #w-node-_1b39365d-2907-3dc2-6aac-1023169826bb-8a7b10d0 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-f205969a-48a4-beea-5630-138799274e88-8a7b10d1, #w-node-_0c191586-3ad6-f36c-c107-1dae54fb3694-8a7b10d1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a56102a0-6e44-e762-6fc7-9f041d8395b6-8a7b10df {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-a56102a0-6e44-e762-6fc7-9f041d8395ca-8a7b10df {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_6aadf8ff-d4b6-733f-6164-c03c5215915e-e5da9b7f {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_6aadf8ff-d4b6-733f-6164-c03c5215913c-e5da9b7f {
    grid-area: 1 / 3 / 2 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d3689ba4-8bef-598c-fe3d-5d22a25491f8-8a7b1011 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d3689ba4-8bef-598c-fe3d-5d22a25491fc-8a7b1011, #w-node-ca73318d-6079-8190-b846-ba5b7a5bbbcf-8a7b1011, #w-node-d3689ba4-8bef-598c-fe3d-5d22a254920c-8a7b1011 {
    grid-column: span 6 / span 6;
  }

  #w-node-b7df00d8-d8ac-4c5c-9386-a18af4e7d099-8a7b1011 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-b7df00d8-d8ac-4c5c-9386-a18af4e7d09d-8a7b1011 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_46481cf2-00c2-f377-8fc7-a12811209cb2-8a7b1011 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-b3ba4311-85b1-5e64-9d21-411acfc94578-8a7b1011 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-b3ba4311-85b1-5e64-9d21-411acfc9458d-8a7b1011 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_6c139a15-1e80-b871-c5d4-c41982d487fd-8a7b107e {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_7372b182-3e2c-06af-f74f-ac4fb03e8e97-8a7b107e {
    place-self: auto;
  }

  #w-node-_040e4275-ccb5-db80-41f3-fc2b1ae53322-8a7b107e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e1c7818d-249c-6947-8e3c-7f1ad94fbb97-8a7b107e {
    grid-area: 1 / 1 / 2 / 7;
    place-self: auto;
  }

  #w-node-cd64ce83-ecd2-19e6-c6b7-621c0401de04-8a7b107e {
    grid-area: 2 / 1 / 3 / 7;
    place-self: auto;
  }

  #w-node-_741407e7-fbdf-c6ad-dbec-849911d06f02-8a7b107e {
    grid-area: 3 / 1 / 4 / 7;
    place-self: auto;
  }

  #w-node-_6be6851f-a10d-0036-c71a-28578e5b79f8-8a7b107e {
    grid-area: 4 / 1 / 5 / 7;
    place-self: auto;
  }

  #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049c8d-8a7b107e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049c93-8a7b107e {
    grid-area: 1 / 1 / 2 / 7;
    place-self: auto;
  }

  #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049ca0-8a7b107e {
    grid-area: 2 / 1 / 3 / 7;
    place-self: auto;
  }

  #w-node-_024c3df3-e6bc-f70a-7fdb-7fa24ddf796e-8a7b1086 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_024c3df3-e6bc-f70a-7fdb-7fa24ddf797e-8a7b1086 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_996bc042-05b2-09b6-ef09-063eedac11f9-8a7b1086 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_996bc042-05b2-09b6-ef09-063eedac11fd-8a7b1086, #w-node-_996bc042-05b2-09b6-ef09-063eedac120d-8a7b1086 {
    grid-column: span 6 / span 6;
  }

  #w-node-d91b60b6-cdc4-6f9b-1e00-58e865187292-8a7b1086 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-d91b60b6-cdc4-6f9b-1e00-58e86518729a-8a7b1086 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_482eec60-7dc6-396c-7ae6-56bc0f5e8ffc-8a7b1087 {
    grid-area: 2 / 1 / 6 / 7;
  }

  #w-node-_482eec60-7dc6-396c-7ae6-56bc0f5e9008-8a7b1087, #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39316-8a7b1087 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39312-8a7b1087, #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39312-8a7b109d {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39316-8a7b109d {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-b294f8c2-9ffd-5f55-3245-09b594c7ef8f-8a7b10a8, #w-node-b294f8c2-9ffd-5f55-3245-09b594c7ef99-8a7b10a8, #w-node-_4480c68f-8eb1-d3eb-7fd7-b4fb93d90b29-8a7b10ce, #w-node-a90eea7c-e3bf-0770-4b8b-9248e18f36f7-8a7b10d0, #w-node-_3fb71c6d-3c29-53c4-dc05-99f666ae0680-8a7b10d0, #w-node-c560845e-4cae-b69a-d3ac-710e6951861f-8a7b10d0, #w-node-_590374a5-5a9f-30ce-8eb4-df868e3d0643-8a7b10d0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0bcb8613-722f-27b3-2cff-cee579a402fd-8a7b10d0 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-e1033eaa-4d55-2cee-1326-2f6de7aa3c59-8a7b10d0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-e1033eaa-4d55-2cee-1326-2f6de7aa3c6d-8a7b10d0 {
    grid-area: 1 / 1 / 4 / 7;
  }

  #w-node-_2f02df90-3b39-2a9f-5314-4ecd77da0aa8-8a7b10d0, #w-node-_52c92cdc-5ba1-6a88-00f1-1f31145e89ac-8a7b10d0, #w-node-d838023b-26e7-3852-8ec8-d2b3cec0e58c-8a7b10d0, #w-node-_632c445c-c955-bdfe-815c-200ff22423c6-8a7b10d0, #w-node-_456f6e3e-8bae-94ce-fc04-750a8fe7083d-8a7b10d0, #w-node-d0887bf5-3e67-8780-536b-1d98813787e6-8a7b10d0, #w-node-_779df7b6-41e3-537e-4c0d-be419ac383e3-8a7b10d0, #w-node-_779df7b6-41e3-537e-4c0d-be419ac383e9-8a7b10d0, #w-node-_5c3b6b66-779e-ba1c-6690-666d1850c00d-8a7b10d0, #w-node-ae948c76-ca1d-aa67-8c4e-166274dc3706-8a7b10d0, #w-node-_6f760ba4-7656-9756-c152-2de06b0e576b-8a7b10d0, #w-node-_49e83384-4731-d47f-8974-96f0cda4ba7a-8a7b10d0, #w-node-_1b39365d-2907-3dc2-6aac-1023169826bb-8a7b10d0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a56102a0-6e44-e762-6fc7-9f041d8395b6-8a7b10df {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-a56102a0-6e44-e762-6fc7-9f041d8395ca-8a7b10df {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_97c92855-0c55-2e04-4ee1-03c2e27fde58-8a7b10e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6aadf8ff-d4b6-733f-6164-c03c5215915e-e5da9b7f {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_6aadf8ff-d4b6-733f-6164-c03c5215913c-e5da9b7f {
    grid-area: 2 / 2 / 3 / 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_14c99d1d-9b18-e583-a0b4-283b5fe84b77-8a7b1011 {
    grid-column: span 4 / span 4;
  }

  #w-node-d3689ba4-8bef-598c-fe3d-5d22a25491f8-8a7b1011 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d3689ba4-8bef-598c-fe3d-5d22a25491fc-8a7b1011, #w-node-ca73318d-6079-8190-b846-ba5b7a5bbbcf-8a7b1011, #w-node-d3689ba4-8bef-598c-fe3d-5d22a254920c-8a7b1011, #w-node-b7df00d8-d8ac-4c5c-9386-a18af4e7d099-8a7b1011, #w-node-b7df00d8-d8ac-4c5c-9386-a18af4e7d09d-8a7b1011 {
    grid-column: span 4 / span 4;
  }

  #w-node-_46481cf2-00c2-f377-8fc7-a12811209cb2-8a7b1011 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b3ba4311-85b1-5e64-9d21-411acfc94578-8a7b1011 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-b3ba4311-85b1-5e64-9d21-411acfc9457c-8a7b1011 {
    justify-self: end;
  }

  #w-node-b3ba4311-85b1-5e64-9d21-411acfc9458d-8a7b1011, #w-node-_6c139a15-1e80-b871-c5d4-c41982d487fd-8a7b107e, #w-node-_040e4275-ccb5-db80-41f3-fc2b1ae53322-8a7b107e {
    grid-column: span 4 / span 4;
  }

  #w-node-e1c7818d-249c-6947-8e3c-7f1ad94fbb97-8a7b107e, #w-node-cd64ce83-ecd2-19e6-c6b7-621c0401de04-8a7b107e, #w-node-_741407e7-fbdf-c6ad-dbec-849911d06f02-8a7b107e, #w-node-_6be6851f-a10d-0036-c71a-28578e5b79f8-8a7b107e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049c8d-8a7b107e {
    grid-column: span 4 / span 4;
  }

  #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049c93-8a7b107e, #w-node-b0ceac6a-677f-b002-e9fe-2ef5d4049ca0-8a7b107e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-_56ebfe1a-532a-2e12-88f2-917a5977c425-8a7b1086, #w-node-_56ebfe1a-532a-2e12-88f2-917a5977c426-8a7b1086, #w-node-_9d1065ef-ce99-c053-7a54-0c28ad7dae57-8a7b1086, #w-node-_024c3df3-e6bc-f70a-7fdb-7fa24ddf796e-8a7b1086, #w-node-_024c3df3-e6bc-f70a-7fdb-7fa24ddf797e-8a7b1086, #w-node-_996bc042-05b2-09b6-ef09-063eedac11f9-8a7b1086, #w-node-_996bc042-05b2-09b6-ef09-063eedac11fd-8a7b1086, #w-node-_996bc042-05b2-09b6-ef09-063eedac120d-8a7b1086, #w-node-d91b60b6-cdc4-6f9b-1e00-58e865187292-8a7b1086, #w-node-d91b60b6-cdc4-6f9b-1e00-58e86518729a-8a7b1086 {
    grid-column: span 4 / span 4;
  }

  #w-node-_482eec60-7dc6-396c-7ae6-56bc0f5e8ffc-8a7b1087 {
    grid-area: 3 / 1 / 5 / 23;
  }

  #w-node-_482eec60-7dc6-396c-7ae6-56bc0f5e9008-8a7b1087 {
    grid-column: span 4 / span 4;
  }

  #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39316-8a7b1087 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39312-8a7b1087, #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39312-8a7b109d {
    grid-column: span 4 / span 4;
  }

  #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39316-8a7b109d {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d4b83c93-3b6d-cc88-5ccc-dce14ef39318-8a7b109d {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-edb6cd1a-5cfb-befd-39a9-37072750b569-8a7b10a8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b294f8c2-9ffd-5f55-3245-09b594c7ef8f-8a7b10a8, #w-node-b294f8c2-9ffd-5f55-3245-09b594c7ef99-8a7b10a8 {
    grid-column: span 4 / span 4;
  }

  #w-node-_33b8a701-62a9-8113-4094-9e7c50011127-8a7b10c8, #w-node-e96c2a38-988d-56a7-9868-f90284339753-8a7b10c8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_452c93c9-7593-12da-2bed-6285713ed61f-8a7b10c8, #w-node-_319c2054-5af3-0eed-cda8-cf033d69789e-8a7b10c8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bbef79de-60f6-d51b-da65-0974d0bfe79e-8a7b10c8 {
    grid-row: span 2 / span 2;
  }

  #w-node-_4480c68f-8eb1-d3eb-7fd7-b4fb93d90b29-8a7b10ce {
    grid-column: span 4 / span 4;
  }

  #w-node-_29e5bfb5-b24f-2987-3134-9c3101ebd415-8a7b10ce {
    justify-self: start;
  }

  #w-node-_3ee60e43-d47e-7fa6-96c7-e7bdcd50bf25-8a7b10ce {
    grid-area: 2 / 1 / 3 / 2;
    place-self: auto end;
  }

  #w-node-_7aa816db-a47a-41dd-813b-d87c055f6afc-8a7b10ce {
    justify-self: start;
  }

  #w-node-e4d299e2-bae0-def6-2ce8-e390d2ed91b8-8a7b10ce {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: end;
  }

  #w-node-a90eea7c-e3bf-0770-4b8b-9248e18f36f7-8a7b10d0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3fb71c6d-3c29-53c4-dc05-99f666ae0680-8a7b10d0 {
    grid-column: span 4 / span 4;
    align-self: start;
  }

  #w-node-c560845e-4cae-b69a-d3ac-710e6951861f-8a7b10d0, #w-node-_590374a5-5a9f-30ce-8eb4-df868e3d0643-8a7b10d0, #w-node-_0bcb8613-722f-27b3-2cff-cee579a402fd-8a7b10d0, #w-node-e1033eaa-4d55-2cee-1326-2f6de7aa3c59-8a7b10d0 {
    grid-column: span 4 / span 4;
  }

  #w-node-e1033eaa-4d55-2cee-1326-2f6de7aa3c6d-8a7b10d0 {
    grid-column: span 4 / span 4;
    place-self: center;
  }

  #w-node-_2f02df90-3b39-2a9f-5314-4ecd77da0aa8-8a7b10d0, #w-node-_52c92cdc-5ba1-6a88-00f1-1f31145e89ac-8a7b10d0, #w-node-d838023b-26e7-3852-8ec8-d2b3cec0e58c-8a7b10d0, #w-node-_632c445c-c955-bdfe-815c-200ff22423c6-8a7b10d0, #w-node-_456f6e3e-8bae-94ce-fc04-750a8fe7083d-8a7b10d0, #w-node-d0887bf5-3e67-8780-536b-1d98813787e6-8a7b10d0, #w-node-_779df7b6-41e3-537e-4c0d-be419ac383e3-8a7b10d0, #w-node-_779df7b6-41e3-537e-4c0d-be419ac383e9-8a7b10d0, #w-node-_5c3b6b66-779e-ba1c-6690-666d1850c00d-8a7b10d0, #w-node-ae948c76-ca1d-aa67-8c4e-166274dc3706-8a7b10d0, #w-node-_6f760ba4-7656-9756-c152-2de06b0e576b-8a7b10d0, #w-node-_49e83384-4731-d47f-8974-96f0cda4ba7a-8a7b10d0, #w-node-_1b39365d-2907-3dc2-6aac-1023169826bb-8a7b10d0, #w-node-f205969a-48a4-beea-5630-138799274e88-8a7b10d1, #w-node-_0c191586-3ad6-f36c-c107-1dae54fb3694-8a7b10d1, #w-node-a56102a0-6e44-e762-6fc7-9f041d8395b6-8a7b10df, #w-node-a56102a0-6e44-e762-6fc7-9f041d8395ca-8a7b10df {
    grid-column: span 4 / span 4;
  }

  #w-node-_62ebf34b-d14b-ffa5-0eae-6b19230c8789-8a7b10e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6aadf8ff-d4b6-733f-6164-c03c5215915e-e5da9b7f {
    grid-column: span 4 / span 4;
  }

  #w-node-_6aadf8ff-d4b6-733f-6164-c03c5215913c-e5da9b7f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Mollie glaston';
  src: url('../fonts/Mollie-Glaston.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}