:root {
  --white: white;
  --black300: #313131;
  --black-200\<deleted\|variable-a4028df3-a7e9-edad-6082-1f6267d1eb9d\>: #272727;
  --grey-600\<deleted\|variable-7d3572d0-5e0a-0fd6-3e7c-680aaed65aba\>: #535353;
  --grey-text-600: #616161;
  --white-700-body-text: #f4f4f4;
  --red-100\<deleted\|variable-73cdfb6f-e3fe-1eb4-3700-8a3aacfc7677\>: #d23b2f;
  --grey-500\<deleted\|variable-946e1055-583d-eb8d-21a7-f4bea81eefc3\>: #d0d0d0;
  --off-white-400: #f2f2f2;
  --light-blue-200: #eff1f5;
  --blue-100: #37465c;
  --light-grey-500-divider: #d2d2d2;
  --text-button-color: #24aae1;
  --black-0000: #000;
  --light-brown: #3131310d;
}

body {
  background-color: var(--white);
  color: var(--black300);
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 170%;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 6.5vw;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 120%;
}

h3 {
  text-transform: none;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 2.3vw;
  font-weight: 500;
  line-height: 130%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75vw;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 130%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 130%;
}

p {
  color: var(--black300);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 170%;
}

a {
  color: var(--black300);
  text-decoration: underline;
}

a.w--current {
  text-decoration: none;
}

ul {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 170%;
  display: flex;
}

li {
  padding-left: 1rem;
}

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  color: var(--grey-600\<deleted\|variable-7d3572d0-5e0a-0fd6-3e7c-680aaed65aba\>);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 170%;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.text-meta {
  color: var(--grey-text-600);
  text-align: left;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.text-meta.margin-bottom-medium {
  margin-bottom: 10px;
}

.text-meta.margin-bottom-medium:lang(es) {
  margin-bottom: 15px;
}

.text-meta.text-colour-white {
  margin-top: 0;
  line-height: 170%;
}

.padding-global {
  margin-top: 0;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.padding-global.landing-banner-padding {
  padding-bottom: 2.5rem;
}

.margin-bottom {
  width: 100%;
}

.margin-bottom.margin-huge {
  margin-bottom: 8rem;
}

.margin-bottom.margin-small {
  text-align: left;
  text-align: left;
  margin-bottom: 1rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: .5rem;
}

.margin-bottom.margin-large {
  margin-bottom: 4rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.margin-bottom.margin-small {
  text-align: left;
  margin-bottom: 1rem;
}

.padding-vertical.padding-large {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-vertical.padding-huge {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-vertical.padding-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-vertical.padding-huge {
  opacity: 1;
  opacity: 1;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-vertical.padding-medium, .padding-vertical.padding-medium1, .padding-vertical.padding-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.text-colour-white {
  color: var(--white-700-body-text);
  margin-top: 0;
}

.text-colour-white.text-style-all-caps {
  color: var(--white);
}

.no-wrap {
  white-space: nowrap;
}

.divider-horizontal {
  background-color: var(--black-200\<deleted\|variable-a4028df3-a7e9-edad-6082-1f6267d1eb9d\>);
  align-self: center;
  width: 100%;
  height: 1px;
}

.divider-horizontal.divider-colour-white {
  background-color: var(--grey-500\<deleted\|variable-946e1055-583d-eb8d-21a7-f4bea81eefc3\>);
  background-color: var(--grey-500\<deleted\|variable-946e1055-583d-eb8d-21a7-f4bea81eefc3\>);
}

.footer-menu-item-text {
  color: var(--black300);
  text-transform: uppercase;
  padding-left: 0;
  font-size: .8rem;
  font-weight: 400;
}

.footer-grid-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 2rem;
  display: flex;
}

.text-align-center {
  text-align: center;
}

.faq-question-wrapper {
  white-space: break-spaces;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2rem 2rem 0;
  display: flex;
  overflow: hidden;
}

.faq-question-wrapper.w--open {
  border-bottom: 1px solid #0000001a;
}

.icon-accordion {
  z-index: 2;
  width: 2rem;
  margin-left: 1rem;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
  transform: rotate(45deg);
}

.faq-wrapper {
  background-color: #f1efea;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  display: block;
  position: static;
}

.faq-wrapper.w--open {
  background-color: #0000;
}

.faq-padding {
  padding: 2rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  overflow: hidden;
}

.text-style-medium {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
}

.page-wrapper {
  z-index: 1;
  background-color: var(--white-700-body-text);
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-second-row {
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.logo-wrapper-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-wrapper-link.w--current {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-top.padding-large {
  padding-top: 3rem;
}

.padding-top.padding-small {
  padding-top: 1rem;
}

.padding-top.padding-medium {
  padding-top: 2rem;
}

.padding-top.padding-xlarge {
  padding-top: 4rem;
  padding-bottom: 0;
  padding-right: 0;
}

.heading-style-h4 {
  font-size: 1.75vw;
  font-weight: 400;
  line-height: 130%;
}

.container-default {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.card-padding {
  width: 100%;
  height: 100%;
}

.card-padding.card-padding-small {
  padding: 1.5rem;
}

.card-padding.card-padding-large {
  padding: 3rem;
}

.card-padding.card-padding-book-online {
  margin-left: 0;
  padding: 2.5rem;
  display: flex;
}

.card-padding.card-padding-medium {
  width: 100%;
  padding: 2rem;
}

.card-padding.service-intro-padding {
  padding: clamp(8px, 2vw, 32px);
}

.card-padding.card-padding-large1 {
  padding: 3rem;
}

.card-padding.card-padding-medium {
  color: #313131;
}

.card-padding.card-padding-xlarge {
  padding: 4rem;
}

.faq-dropdown {
  background-color: #f4f6f800;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 4px;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
}

.padding-horizontal.padding-footer-small {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.main-wrapper {
  position: relative;
}

.checkout-form-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white-700-body-text);
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkout-form-right {
  flex-flow: column;
  display: block;
  position: static;
}

.checkout-wrapper {
  border: 1px solid var(--light-grey-500-divider);
  border-radius: 8px;
  overflow: hidden;
}

.checkout-header-wrapper {
  background-color: var(--white-700-body-text);
  border: 1px #000;
  padding: 2.5rem 2.5rem 0;
}

.checkout-content-wrapper {
  background-color: var(--white-700-body-text);
  border-style: none;
  border-width: 1px;
  padding: 2rem 2.5rem 2.5rem;
}

.input-field {
  background-color: var(--white);
}

.button-inverse {
  border-radius: 50px;
}

.order-summary {
  background-color: var(--blue-100);
  border-style: none;
  margin-bottom: 0;
}

.checkout-summary {
  background-color: var(--blue-100);
  border-radius: 8px;
  padding: 2.5rem;
  position: sticky;
  top: 1rem;
}

.text-meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-small {
  background-color: var(--white-700-body-text);
  max-width: 103rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-grid-small {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-place-order {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--white);
  width: 100%;
  color: var(--black300);
  text-align: center;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-weight: 600;
  transition: background-color .3s;
  display: inline-block;
  overflow: visible;
}

.button-place-order:hover {
  background-color: #f9f9f9cc;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 5.8rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 140%;
  }

  h5 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 140%;
  }

  h6 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 140%;
  }

  .section-home-hero {
    position: relative;
  }

  .padding-vertical.padding-medium1 {
    margin-top: -46px;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .heading-medium {
    font-size: 2.1rem;
  }

  .scroll-wrapper-sticky {
    display: block;
  }

  .footer {
    background-color: var(--white-700-body-text);
    max-width: 103rem;
  }

  ._404-page-wrap {
    object-fit: fill;
    height: 100vh;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .page-wrapper {
    overflow-wrap: normal;
    max-width: 103rem;
    display: block;
  }

  .text-style-small {
    font-size: 2rem;
  }

  .navbar-home {
    width: auto;
    max-width: 103rem;
    inset: 0% 0% auto;
  }

  .align-right {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 140%;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
    line-height: 140%;
  }

  .heading-style-h2 {
    text-align: center;
    font-size: 3.6rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
    line-height: 140%;
  }

  .rich-text h1 {
    font-size: 6.5rem;
  }

  .rich-text h3 {
    font-size: 1.9rem;
  }

  .heading-style-h1 {
    font-size: 6.8rem;
  }

  .nav-link.insights:lang(es) {
    display: block;
  }

  .image-content.position-absolut {
    position: absolute;
  }

  .image-content.ratio-widescreen.about-us-doctor-image {
    height: 120%;
  }

  .image-content.ratio-widescreen.abbasi-photo {
    pointer-events: auto;
  }

  .no-break {
    white-space: nowrap;
  }

  .card-padding.card-padding-small {
    padding: 2rem;
  }

  .card-padding.card-padding-large {
    padding: 4rem;
  }

  .card-padding.card-padding-large1 {
    background-color: #fff;
    margin-top: -43px;
    padding: 4rem;
  }

  .card-padding.card-padding-medium {
    padding: 3rem;
  }

  .home-insights-grid {
    width: 100%;
  }

  .section-about-home, .section-about-maps, .section-news, .section-news-all, .section-article, .section-article-single-content, .section-pricing {
    position: relative;
  }

  .footer-small {
    max-width: 103rem;
  }

  .nav-menu-drop-down {
    cursor: pointer;
  }

  .text-style-menu {
    font-size: 3.5rem;
  }

  .text-style-xlarge {
    font-size: 2rem;
    font-weight: 300;
  }

  .home-hero-subtitle {
    font-size: 1.2rem;
  }

  .div-block-10 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .service-summary-text {
    font-size: clamp(.9rem, 1.5vw, 1.3rem);
  }

  .service-card-header {
    grid-auto-columns: 1fr;
  }

  .service-card-order {
    background-color: #0000;
  }

  .section {
    text-align: center;
    height: auto;
    display: block;
  }

  .background-video {
    color: var(--text-button-color);
    text-align: center;
    background-color: #00000047;
    position: relative;
  }

  .bg-overlay {
    width: 38%;
    height: 100%;
    color: var(--white-700-body-text);
    text-align: left;
    border: 0 solid #000;
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 174%;
    text-decoration: none;
    display: block;
    position: static;
  }

  .bg-overlay.landing-banner-container {
    display: flex;
  }

  .text-block-2 {
    flex: 0 auto;
    width: 400px;
    margin-top: 200px;
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
  }

  .text-span {
    color: var(--blue-100);
    font-weight: 700;
  }

  .banner-paragraph {
    margin-top: 7px;
    font-weight: 600;
    display: flex;
  }

  .button-2 {
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 40px;
    width: 33%;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .code-embed-2 {
    fill: #f4f4f4;
    background-color: #0000;
    width: 20px;
    height: 20px;
    position: relative;
    top: -34px;
    left: 15px;
  }

  .list-items {
    background-color: #3131310d;
    width: 100%;
  }

  .flex-block-2 {
    text-align: left;
  }

  .container-4 {
    flex-flow: column;
    width: 1440px;
    height: 500px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-14 {
    flex-flow: column;
    width: 100%;
    height: 366px;
    padding: 40px;
    display: flex;
  }

  .list-2 {
    list-style-type: disc;
  }

  .list-item-2 {
    flex: 0 auto;
    list-style-type: disc;
  }

  .text-block-3 {
    color: var(--black-0000);
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
  }

  .list-item-block {
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .check-icon {
    text-align: center;
    justify-content: start;
    width: 4%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .list-item-text {
    justify-content: center;
    width: 96%;
    padding-left: 0;
  }

  .code-embed-55 {
    text-align: center;
    fill: #313131;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    display: flex;
    position: static;
  }

  .team-list-text {
    margin-left: -14px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-18 {
    flex-flow: column;
    width: 38%;
    display: flex;
  }

  .code-embed-4 {
    fill: #f4f4f4;
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    left: -39px;
  }

  .code-embed-5 {
    fill: #f4f4f4;
    background-color: #0000;
    width: 20px;
    height: 20px;
    position: relative;
    top: -31px;
    left: 13px;
  }

  .meet-our-team {
    text-align: center;
  }

  .meet-sub-heading {
    color: #095280;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 500;
  }

  .text-block-6 {
    margin-bottom: 0;
    padding-bottom: 40px;
    font-size: 34px;
    font-weight: 600;
  }

  .team-block-container {
    width: 100%;
    height: 600px;
    margin-bottom: 80px;
    padding: 40px;
  }

  .team-block-left {
    width: 60%;
    height: 100%;
    padding-left: 40px;
  }

  .team-right-block {
    width: 40%;
    height: 100%;
    color: var(--black300);
    background-color: #37465c;
    flex-flow: column;
  }

  .team-image {
    margin-top: -200px;
    margin-left: -200px;
    top: 46px;
    right: 54px;
  }

  .p {
    grid-column-gap: 71%;
    grid-row-gap: 71%;
    pointer-events: auto;
    cursor: pointer;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .image-20 {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 60px;
    display: block;
  }

  .button-4 {
    text-align: center;
    border-radius: 40px;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 200px;
    height: 60px;
    display: flex;
  }

  .button-5 {
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin-top: 40px;
    display: flex;
  }

  .team-block {
    margin-top: 40px;
  }

  .code-embed-6 {
    fill: #f4f4f4;
    width: 20px;
    height: 20px;
    display: flex;
    position: relative;
    top: -32px;
    left: -59px;
  }

  .team-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .code-embed-55-copy {
    text-align: center;
    fill: #313131;
    width: 20px;
    height: 20px;
    margin-top: -22px;
    margin-left: 5px;
    display: flex;
    position: static;
  }

  .team-para {
    width: 92%;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .gonzales-profile {
    border-radius: 68%;
    width: 400px;
    height: 400px;
    margin-top: -250px;
    margin-left: -277px;
    bottom: -17px;
    right: -27px;
  }

  .team-two-block {
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .team-two-container {
    flex-flow: row-reverse wrap;
    width: 100%;
    height: 600px;
    margin-bottom: 0;
    padding: 40px 40px 0;
  }

  .team-two-container.meet-team-block.div-block-20.bessy-team {
    padding-bottom: 40px;
  }

  .team-three-block {
    flex-flow: row;
    width: 100%;
    height: 600px;
    padding: 40px 40px 0;
  }

  .offer-heading {
    text-align: center;
  }

  .text-block-6-copy {
    margin-bottom: 0;
    padding-bottom: 40px;
    font-size: 34px;
    font-weight: 600;
  }

  .text-block-6-copy.meet-team-heading {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .offers {
    background-color: #0000;
  }

  .text-block-3-copy {
    color: var(--black-0000);
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 700;
  }

  .div-block-23 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-25 {
    pointer-events: auto;
    cursor: auto;
    background-image: url("https://cdn.prod.website-files.com/68a8caec0ba326732dff067f/68a8caec0ba326732dff0839_AdobeStock_614335259-scaled.webp");
    transition: transform .2s;
    transform: none;
  }

  .reviews-heading {
    color: var(--black-0000);
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 700;
  }

  .blurb-block-item {
    background-color: #fff;
    height: 430px;
    box-shadow: 1px 1px 5px 1px #0003;
  }

  .div-block-25-copy {
    pointer-events: auto;
    cursor: auto;
    pointer-events: auto;
    cursor: auto;
    background-image: url("https://cdn.prod.website-files.com/68a8caec0ba326732dff067f/68a8caec0ba326732dff0839_AdobeStock_614335259-scaled.webp");
    transition: transform .2s;
    transform: none;
  }

  .blurb-two-image {
    pointer-events: auto;
    cursor: auto;
    background-image: url("https://cdn.prod.website-files.com/68a8caec0ba326732dff067f/68a8caec0ba326732dff0839_AdobeStock_614335259-scaled.webp");
    background-position: 50%;
    background-size: cover;
    transition: transform .2s;
    transform: none;
  }

  .div-block-25-copy-copy {
    pointer-events: auto;
    cursor: auto;
    background-image: none;
    transition: transform .2s;
    transform: none;
  }

  .blurb-image-container {
    pointer-events: auto;
    cursor: auto;
    background-image: url("https://cdn.prod.website-files.com/68a8caec0ba326732dff067f/68a8caec0ba326732dff0838_AdobeStock_250437852-scaled.webp");
    background-position: 50%;
    background-size: cover;
    transition: transform .2s;
    transform: none;
  }

  .div-block-26 {
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    height: 550px;
    margin: 0 0 40px;
    padding-top: 0;
    display: flex;
  }

  .div-block-27, .reviews-slide {
    height: 100%;
    display: flex;
  }

  .reviews-title {
    height: 11%;
  }

  .reviews-slider {
    height: 78%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mask-2 {
    width: 85%;
    margin-left: -36px;
  }

  .google-reviews-slider {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 90%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-32 {
    padding-top: 10px;
  }

  .div-block-35 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-36 {
    padding-right: 20px;
  }

  .reviews-count {
    text-align: left;
    word-break: normal;
    overflow-wrap: normal;
    min-width: 0;
    height: auto;
    overflow: visible;
  }

  .slide-3 {
    background-color: #fff;
    width: 40%;
  }

  .left-arrow {
    margin-right: 0;
  }

  .div-block-37 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .site-title {
    color: var(--black-0000);
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
  }

  .copyright-text {
    color: var(--white-700-body-text);
  }

  .cta-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 545px;
    display: flex;
    box-shadow: inset 20px 600px 16px #00000073;
  }

  .text-block-2-copy {
    color: var(--white-700-body-text);
    text-align: center;
    flex: 0 auto;
    width: 100%;
    margin-top: 200px;
    font-size: 46px;
    font-weight: 600;
    line-height: 60px;
  }

  .text-span-2 {
    color: var(--blue-100);
  }

  .cta-para {
    margin-top: 7px;
    font-weight: 600;
    display: flex;
  }

  .why-choose-container {
    justify-content: center;
    align-items: flex-start;
    padding: 60px 40px 40px;
    display: flex;
  }

  .why-choose-content {
    flex-flow: column;
    display: flex;
  }

  .why-choose-title {
    color: var(--black-0000);
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 700;
  }

  .why-choose-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .div-block-15-copy {
    text-align: left;
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .div-block-15-copy-copy {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .book-consultation-section {
    margin-bottom: 60px;
  }

  .team-cta-button, .team-button, .team-third-button {
    margin-top: 100px;
  }

  .banner-cta {
    margin-top: 20px;
  }

  .div-block-49 {
    width: 60%;
    height: 100%;
    padding-left: 20px;
  }

  .text-block-4-copy-copy {
    width: 70%;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .paragraph-5 {
    color: var(--black300);
  }

  .google-reviews {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-3-copy {
    color: var(--black-0000);
    margin-bottom: 20px;
    padding-top: 0;
    font-size: 28px;
    font-weight: 700;
  }

  .text-block-3-copy-second {
    color: var(--black-0000);
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 700;
  }

  .offter-title {
    font-weight: 700;
  }

  .div-block-51 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slider-3 {
    text-align: center;
    width: 100%;
    height: 600px;
  }

  .image-24 {
    width: 100%;
    height: 100%;
  }

  .text-block-12 {
    text-align: center;
  }

  .div-block-52 {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
  }

  .heading-11 {
    margin-top: 60px;
    margin-bottom: 44px;
    padding-bottom: 2px;
    font-weight: 600;
  }

  .image-25 {
    margin-top: 0;
  }

  .grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .page-wrapper-2 {
    overflow-wrap: normal;
    background-color: #fff;
    max-width: 103rem;
    display: block;
  }

  .bold-text {
    text-align: left;
    font-weight: 300;
  }

  .text-block-13, .text-block-14 {
    text-align: left;
  }

  .grid-2 {
    grid-column-gap: 75px;
    grid-row-gap: 62px;
    outline-offset: 0px;
    border-radius: 0;
    outline: 3px #313131;
    grid-template: ". Area"
                   ". ."
                   / .25fr 1fr;
  }

  .padding-global-2 {
    background-color: #fff;
    margin-top: -42px;
  }

  .image-28 {
    width: auto;
  }

  .heading-12 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 300;
  }

  .section-about-home-2 {
    position: relative;
  }

  .grid-3 {
    text-align: left;
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }

  .button-6 {
    pointer-events: auto;
    text-align: center;
    background-color: #0e212f;
    width: 300px;
  }

  .text-block-15 {
    font-weight: 300;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.55rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .9rem;
  }

  .text-meta {
    line-height: 160%;
  }

  .home-hero-content {
    min-height: 70vh;
  }

  .margin-bottom.margin-large {
    margin-bottom: 3rem;
  }

  .padding-vertical.padding-huge {
    padding-top: 7rem;
    padding-bottom: 7rem;
    overflow: hidden;
  }

  .padding-vertical.padding-xlarge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-small {
    font-size: 1.1rem;
  }

  .heading-medium {
    font-size: 1.45rem;
  }

  ._3d-button {
    transform: perspective(2000px);
  }

  .image-cover-parallax {
    object-position: 50% 100%;
    overflow: hidden;
  }

  .image-cover-parallax.position-absolut {
    object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .scroll-wrapper-sticky {
    background-color: #d0d0d000;
  }

  .footer {
    position: static;
  }

  .footer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-grid-inner {
    width: 100%;
  }

  .menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: stretch;
    padding: 3rem 0;
  }

  .navbar-wrapper {
    position: relative;
  }

  .success-message-cf8 {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
  }

  .faq-question-wrapper {
    height: auto;
    padding-bottom: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .icon-accordion {
    inset: 0% 0% auto auto;
    overflow: hidden;
  }

  .faq-padding {
    border-top-width: 0;
    overflow: hidden;
  }

  .max-width-medium {
    max-width: 30rem;
  }

  .text-style-medium {
    line-height: 140%;
    overflow: hidden;
  }

  .heading-style-h3 {
    font-size: 1.55rem;
    line-height: 130%;
  }

  .vertical-line {
    display: block;
  }

  .horizontal-line {
    height: 1px;
  }

  .navbar-home {
    width: 100%;
  }

  .navbar-wrapper-right {
    display: none;
  }

  .align-right {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .mb-hide {
    display: none;
  }

  .image-cover-parallax-portrait {
    overflow: hidden;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .heading-style-h6 {
    font-size: .9rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .styleguide-left {
    display: none;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .rich-text h1 {
    font-size: 3.1rem;
  }

  .rich-text h2 {
    font-size: 2.5rem;
  }

  .rich-text h3 {
    font-size: 1.55rem;
  }

  .heading-style-h1 {
    font-size: 4.5rem;
  }

  .navbar-center {
    display: none;
  }

  .home-hero-grid {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .image-content.hero-image {
    object-fit: cover;
    object-position: 62% 50%;
    display: none;
  }

  .image-content.hero-image-mobile {
    z-index: -1;
    display: block;
    position: absolute;
  }

  .horizontal-stretch {
    justify-content: space-between;
    align-items: flex-start;
  }

  .vertical-stretch {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-service-grid {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .card-padding.service-intro-padding {
    padding: clamp(28px, 5vw, 40px);
  }

  .card-padding.card-padding-medium {
    box-sizing: border-box;
  }

  .card-square.mb-no-square {
    aspect-ratio: auto;
    aspect-ratio: auto;
  }

  .home-insights-grid {
    height: 100%;
  }

  .collection-list {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 100%;
  }

  .book-online-grid {
    grid-template-columns: .5fr;
  }

  .booking-wrapper {
    margin-left: 0;
  }

  .about-hero-grid {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    max-height: none;
  }

  .service-grid-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
  }

  .service-grid-content-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
    position: static;
  }

  .artice-hero {
    height: 25rem;
    min-height: auto;
  }

  .contact-details-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .pricing-hero {
    min-height: 80vh;
  }

  .checkout-form-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-burger {
    background-color: var(--off-white-400);
    width: 2rem;
    height: 2rem;
    box-shadow: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bar-1, .bar-2 {
    background-color: var(--black300);
    height: 2px;
  }

  .bar-2-middle {
    width: 2px;
  }

  .nav-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--blue-100);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 6.6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .text-style-menu {
    color: var(--white-700-body-text);
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 400;
  }

  .mask {
    padding-top: 3rem;
  }

  .logo-image {
    min-width: 10rem;
  }

  .slider-about {
    max-height: none;
  }

  .title-wrapper {
    grid-template-rows: auto;
  }

  .banner-image {
    height: 300px;
    margin-bottom: -1rem;
    margin-right: 0;
  }

  .title-image.mb-hide {
    display: none;
  }

  .h1-hidden.mb-show {
    opacity: 1;
    opacity: 1;
    font-weight: 500;
    position: static;
  }

  .text-style-xlarge {
    font-size: 2rem;
  }

  .home-hero-subtitle {
    font-size: 1.1rem;
  }

  .hero-image.mb-hide {
    object-position: 63% 50%;
    object-position: 63% 50%;
    display: block;
    position: static;
  }

  .hero-image-mobile {
    display: none;
  }

  .hero-stretch {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .hero-stretch.mb-gap-2rem {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact-hero-grid {
    max-height: none;
  }

  .question-form-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    list-style-type: none;
  }

  .list.navlist {
    padding-left: .5rem;
  }

  .submenu-wrapper {
    background-color: #303b4d;
    width: 99.9999%;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .content-page-main-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    text-align: center;
  }

  .about-us-bio-grid, .home-bio-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-cover-parallax-2 {
    overflow: hidden;
  }

  .service-summary-text {
    font-size: clamp(14px, 2.5vw, 20px);
    line-height: clamp(1.4rem, 3.5vw, 6rem);
  }

  .service-card-content {
    padding: clamp(28px, 5vw, 40px);
  }

  .background-video {
    height: 400px;
  }

  .bg-overlay {
    width: 56%;
  }

  .text-block-2 {
    margin-top: 50%;
  }

  .text-block-2.landing-banner-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .text-span.banner-text-bold {
    font-size: 40px;
  }

  .text-block-3 {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 24px;
  }

  .team-block-container.meet-team-block {
    flex-flow: column-reverse;
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-block-left.block-left.team-two-col, .team-block-left.block-left.team-three-col {
    padding: 20px;
  }

  .team-block-left.block-left {
    width: 100%;
  }

  .team-block-left.block-left.team-two-col, .team-block-left.block-left.team-three-col, .team-block-left.block-left.team-two-col, .team-block-left.block-left.team-three-col {
    padding: 20px;
  }

  .team-right-block {
    flex-flow: column;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-image {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    top: auto;
    right: auto;
  }

  .team-image.meet-team-img {
    width: 300px;
  }

  .p {
    padding-left: 10px;
    padding-right: 40px;
  }

  .team-block {
    margin-top: 0;
  }

  .team-para {
    width: 93%;
  }

  .gonzales-profile {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    bottom: auto;
    right: auto;
  }

  .gonzales-profile.image-19.meet-team-img {
    width: 300px;
  }

  .team-two-block {
    margin-top: 0;
  }

  .team-two-block.team-col.section-3.team-b-col {
    margin-top: 50px;
  }

  .team-two-container.meet-team-block.div-block-20 {
    height: 100%;
  }

  .team-two-container.meet-team-block.div-block-20.bessy-team {
    flex-flow: column-reverse;
    margin-top: 0;
  }

  .team-three-block.div-block-20.meet-team-block {
    flex-flow: column-reverse;
    height: 100%;
    margin-top: 50px;
  }

  .text-block-6-copy {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2.5rem;
  }

  .blurb-block-item {
    width: 44%;
  }

  .div-block-26 {
    height: 1000px;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30%;
  }

  .reviews-slide {
    width: 100%;
    height: 70%;
  }

  .reviews-title {
    height: 9%;
  }

  .reviews-slider {
    flex-flow: column;
  }

  .google-reviews-slider {
    height: 90%;
  }

  .slide-3, .div-block-38, .div-block-39 {
    width: 50%;
  }

  .cta-container.landing-cta-radius {
    height: 400px;
  }

  .text-span-2 {
    color: var(--blue-100);
  }

  .cta-para {
    width: 70%;
  }

  .why-choose-container {
    padding-bottom: 20px;
  }

  .why-choose-title {
    column-count: auto;
    line-height: 2.5rem;
  }

  .div-block-49.block-left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .div-block-49.block-left.team-two-col {
    padding-left: 20px;
  }

  .text-block-4-copy-copy {
    width: 65%;
  }

  .google-reviews {
    padding-left: 34px;
    padding-right: 34px;
  }

  .text-block-3-copy {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 24px;
  }

  .landing-cta-heading {
    font-size: 2rem;
  }

  .blurb-section {
    padding-left: 35px;
    padding-right: 35px;
  }

  .list-block {
    padding-left: 0;
  }

  .video-title {
    font-size: 40px;
  }

  .offter-title {
    font-size: 24px;
  }

  .meet-team-heading {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-title {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 24px;
  }

  .cta-heading-title {
    font-size: 2rem;
  }

  .why-choose-heading {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .heading-style-h3-2 {
    font-size: 1.55rem;
    line-height: 130%;
  }

  .heading-11 {
    margin-top: 40px;
  }

  .vertical-stretch-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-wrapper-2 {
    margin-left: 0;
  }

  .bold-text {
    font-weight: 300;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 31px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: start center;
    display: grid;
  }

  .about-us-bio-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-12 {
    justify-content: center;
    align-items: flex-start;
  }

  .section-about-home-2 {
    margin-bottom: -47px;
  }

  .text-block-15 {
    text-align: left;
    font-weight: 300;
  }

  .image-30 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .home-hero-content {
    min-height: 70vh;
  }

  .padding-global {
    margin-top: 0;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }

  .margin-bottom.margin-xsmall {
    margin-bottom: .5rem;
  }

  .margin-bottom.margin-huge {
    margin-bottom: 6rem;
  }

  .padding-vertical.padding-xlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-vertical.padding-huge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .no-wrap.mobile-wrap {
    white-space: normal;
    white-space: normal;
  }

  .image-cover-parallax {
    object-position: 50% 100%;
  }

  .scroll-wrapper-sticky {
    height: auto;
    max-height: 25rem;
    position: static;
    overflow: hidden;
  }

  .icon-arrow-black {
    width: 25px;
    height: 25px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    overflow: visible;
  }

  .menu-wrapper {
    padding: 3rem 0;
  }

  .navbar-wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .form {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-style-medium {
    line-height: 140%;
    overflow: hidden;
  }

  .page-wrapper {
    flex-direction: column;
    display: block;
  }

  .navbar-home {
    padding-left: 0;
    padding-right: 0;
  }

  .image-cover-parallax-portrait {
    object-position: 50% 25%;
  }

  .heading-style-h2, .rich-text h2, .rich-text h2 {
    font-size: 2.2rem;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
  }

  .home-hero-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .image-content {
    object-fit: cover;
  }

  .image-content.ratio-widescreen.about-us-doctor-image {
    height: 120%;
  }

  .image-content.hero-image {
    display: none;
  }

  .vertical-stretch {
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-service-grid {
    grid-template-rows: 1fr 1fr;
  }

  .card-padding.card-padding-large {
    padding: 3rem 2rem;
  }

  .card-padding.card-padding-xlarge {
    padding: 3rem;
  }

  .card-padding.card-padding-book-online {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .card-padding.service-intro-padding {
    padding: clamp(12px, 4vw, 60px);
  }

  .card-padding.card-padding-large1 {
    padding: 3rem 2rem;
  }

  .card-padding.card-padding-medium {
    padding: 1.5rem;
  }

  .card-square.mb-no-square {
    overflow: hidden;
  }

  .home-insights-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .book-online-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .booking-wrapper {
    margin-top: -1rem;
    margin-left: 0;
  }

  .service-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-auto-flow: row dense;
    height: auto;
    margin-bottom: 1.5rem;
  }

  .about-hero-grid {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    margin-top: 8px;
    margin-bottom: -58px;
  }

  .service-grid-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .all-articles-grid {
    grid-template-columns: 1fr 1fr;
  }

  .article-single-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .pricing-hero {
    min-height: 70vh;
  }

  .checkout-form-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid-small {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }

  .footer-background {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .menu-wrapper-inner {
    width: 100%;
  }

  .mask {
    padding-top: 4rem;
  }

  .phone-contact {
    display: none;
  }

  .slider-about {
    flex-flow: row;
    height: auto;
    max-height: none;
    padding-top: 62px;
    display: block;
  }

  .title-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .banner-image {
    height: 15rem;
  }

  .title-image.mb-hide {
    display: none;
  }

  .dt-hide {
    display: block;
  }

  .text-style-xlarge {
    font-size: 2rem;
  }

  .hero-image.mb-hide {
    display: none;
  }

  .hero-image-mobile {
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .hero-stretch {
    justify-content: center;
    align-items: flex-start;
  }

  .contact-hero-grid {
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .question-form-layout {
    flex-flow: column;
  }

  .list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .list.navlist {
    padding-left: 0;
  }

  .submenu-wrapper {
    background-color: #303b4e;
    margin-top: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-cover-parallax-2 {
    object-position: 50% 100%;
  }

  .service-summary-text {
    font-size: clamp(14px, 2.5vw, 24px);
    line-height: clamp(1.4rem, 3.5vw, 6rem);
  }

  .service-card-content {
    padding: clamp(12px, 4vw, 60px);
  }

  .heading-4.service-card-heading {
    font-size: max(16px, 3.5vw);
  }

  .text-block-3 {
    margin-top: 0;
    padding-top: 0;
  }

  .check-icon {
    justify-content: center;
    align-items: flex-start;
  }

  .code-embed-55 {
    width: 10px;
    height: 10px;
    margin-top: -4px;
  }

  .team-list-text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 162%;
  }

  .meet-our-team.meet-team-heading {
    padding-bottom: 0;
  }

  .team-block-container.meet-team-block {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-right-block {
    padding-top: 40px;
  }

  .team-image {
    margin-top: 0;
    margin-left: 0;
  }

  .p {
    height: 75px;
    padding-right: 156px;
  }

  .team-block.team-col {
    margin-top: 0;
  }

  .code-embed-55-copy {
    width: 10px;
    height: 10px;
    margin-top: -4px;
  }

  .team-para {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 162%;
  }

  .gonzales-profile {
    margin-top: 0;
    margin-left: 0;
  }

  .team-three-block.div-block-20.meet-team-block {
    margin-top: 50px;
  }

  .offer-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blurb-block-item {
    background-color: #fff;
    width: 42%;
  }

  .blurb-block-item.blurb-item {
    width: 400px;
  }

  .div-block-26 {
    height: 700px;
  }

  .div-block-27 {
    height: 22%;
  }

  .mask-2 {
    margin-left: 0;
  }

  .slide-3 {
    width: 100%;
  }

  .icon-4 {
    margin-left: 20px;
  }

  .why-choose-container {
    flex-flow: column;
    height: 600px;
    padding-bottom: 0;
    padding-left: 34px;
    padding-right: 34px;
  }

  .why-choose-image, .why-choose-content {
    width: 100%;
  }

  .why-choose-content.why-choose-col {
    padding-left: 0;
  }

  .why-choose-title {
    margin-bottom: 20px;
  }

  .team-cta-button {
    width: 95%;
  }

  .team-cta-button.team-learn-button {
    text-align: center;
    text-align: center;
    align-self: auto;
  }

  .team-button {
    width: 95%;
  }

  .team-button.team-learn-button {
    text-align: center;
    text-align: center;
    justify-content: center;
  }

  .team-third-button {
    width: 95%;
  }

  .team-third-button.team-button {
    text-align: center;
    text-align: center;
    justify-content: center;
  }

  .right-arrow {
    margin-left: 0;
    left: auto;
  }

  .div-block-49.block-left.team-two-col {
    padding-left: 20px;
  }

  .text-block-4-copy-copy {
    font-size: 12px;
    line-height: 162%;
  }

  .google-reviews {
    padding-left: 34px;
    padding-right: 34px;
  }

  .text-block-3-copy {
    padding-top: 0;
  }

  .text-block-3-copy-second.orthodonticheading {
    text-align: center;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 40px;
  }

  .blurb-section {
    flex-flow: column;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
  }

  .locales-wrapper {
    display: block;
  }

  .offter-title.orthodontic-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .image-25 {
    outline-offset: 0px;
    text-align: center;
    outline: 3px #313131;
  }

  .vertical-stretch-2 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
  }

  .booking-wrapper-2 {
    margin-top: -1rem;
    margin-left: 0;
  }

  .page-wrapper-2 {
    flex-direction: column;
    display: block;
  }

  .bold-text {
    font-weight: 300;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(200px, 1fr);
    grid-auto-flow: column;
  }

  .padding-global-2 {
    margin-top: 0;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }

  .image-28 {
    min-width: auto;
    max-width: 300px;
  }

  .text-block-15 {
    font-weight: 300;
  }

  .image-30 {
    max-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    color: var(--black-200\<deleted\|variable-a4028df3-a7e9-edad-6082-1f6267d1eb9d\>);
    font-size: 2.2rem;
  }

  h3 {
    color: var(--black300);
    font-size: 1.6rem;
    font-weight: 500;
  }

  h4, h5, h6 {
    color: var(--black300);
  }

  p {
    line-height: 170%;
  }

  .home-hero-content {
    min-height: auto;
  }

  .padding-global {
    margin-top: 0;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: visible;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1.5rem;
    overflow: hidden;
  }

  .margin-bottom.margin-large {
    margin-bottom: 2.5rem;
  }

  .margin-bottom.margin-xsmall {
    align-self: auto;
  }

  .margin-bottom.margin-huge {
    margin-bottom: 5rem;
  }

  .margin-bottom.margin-medium {
    margin-top: -17px;
    margin-bottom: 1.5rem;
    overflow: hidden;
  }

  .margin-bottom.margin-small {
    margin-bottom: .8rem;
  }

  .padding-vertical.padding-xlarge {
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .padding-vertical.padding-medium {
    margin-top: 0;
  }

  .padding-vertical.padding-medium1 {
    margin-top: -86px;
  }

  .heading-small, .heading-medium {
    color: var(--black300);
  }

  .section-home-services {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-content: start;
    justify-items: start;
    display: flex;
  }

  .image-cover-parallax {
    margin-top: 1px;
  }

  .scroll-wrapper-sticky {
    width: 100%;
    margin-left: 0;
    overflow: hidden;
  }

  .icon-arrow-white {
    display: none;
  }

  .footer {
    position: static;
  }

  .footer-grid {
    overflow: visible;
  }

  .menu-wrapper {
    padding: 2rem 1.5rem;
  }

  .navbar-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .navbar-wrapper.landing-navbar-wraper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .field-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .faq-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .text-style-medium {
    color: var(--black300);
  }

  .text-style-medium.text-colour-white {
    color: var(--white-700-body-text);
  }

  .heading-style-h3, .text-style-small {
    color: var(--black300);
  }

  .navbar-home {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .card {
    margin-top: 0;
  }

  .nav-wrapper-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .heading-style-h4 {
    color: var(--black300);
  }

  .heading-style-h4.text-colour-white {
    color: var(--white-700-body-text);
  }

  .text-style-all-caps, .heading-style-h6 {
    color: var(--black300);
  }

  .heading-style-h2 {
    color: var(--black300);
    text-align: center;
    font-size: 2.2rem;
  }

  .heading-style-h2.text-colour-white {
    color: var(--white-700-body-text);
  }

  .heading-style-h2.text-colour-white.question-form-heading {
    font-size: 2rem;
  }

  .heading-style-h5, .text-style-large {
    color: var(--black300);
  }

  .text-style-large.text-colour-white {
    color: var(--white-700-body-text);
  }

  .rich-text p, .rich-text blockquote {
    color: var(--grey-text-600);
  }

  .rich-text h1 {
    color: var(--black300);
    font-size: 3.5rem;
  }

  .rich-text h2 {
    color: var(--black300);
    font-size: 2.2rem;
  }

  .rich-text p, .rich-text blockquote {
    color: var(--grey-text-600);
  }

  .horizontal-flex.align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .text-style-regular {
    color: var(--black300);
  }

  .heading-style-h1 {
    font-size: 3.5rem;
  }

  .text-style-bold {
    color: var(--black300);
  }

  .home-hero-grid {
    grid-template-rows: 1fr 1fr;
    min-height: auto;
  }

  .image-content {
    height: 100%;
  }

  .primary-button {
    width: 50%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-weight: 500;
    display: block;
  }

  .button-text-white {
    white-space: nowrap;
    word-break: normal;
    font-size: 10px;
  }

  .button-colour-black {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-padding {
    width: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .vertical-stretch {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .card-button {
    height: auto;
    display: flex;
  }

  .home-service-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    margin-top: auto;
    padding-top: 0;
    display: flex;
  }

  .card-padding.card-padding-xlarge {
    padding: 2rem;
  }

  .card-padding.card-padding-book-online {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card-padding.service-intro-padding {
    padding: max(24px, 8vw);
  }

  .card-padding.card-padding-large1 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-padding.card-padding-medium {
    padding: 1.5rem;
  }

  .vertical-center {
    margin-top: -17px;
    padding-top: 0;
  }

  .card-square {
    height: auto;
  }

  .home-insights-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .book-online-grid {
    grid-template-rows: auto auto;
  }

  .about-hero-grid {
    grid-template-rows: auto 1fr;
    grid-auto-rows: auto;
    margin-bottom: -118px;
    padding-bottom: 0;
  }

  .news-hero {
    margin-top: -1px;
  }

  .section-news-all {
    padding-top: 0;
  }

  .all-articles-grid {
    grid-template-columns: 1fr;
  }

  .artice-hero {
    min-height: 70vh;
  }

  .article-key-information-grid {
    grid-template-columns: 1fr 1fr;
  }

  .article-single-grid {
    grid-template-columns: auto;
  }

  .pricing-hero {
    min-height: 70vh;
  }

  .checkout-header-wrapper, .checkout-content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-grid-small {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    overflow: visible;
  }

  .hover-link-line {
    display: block;
  }

  .footer-background {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .nav-burger {
    background-color: #fff0;
    width: 3rem;
  }

  .phone-contact {
    z-index: 100;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: auto 0% 1%;
  }

  .mobile-button-contact {
    background-color: var(--black300);
    border-radius: 50px;
    padding: .8rem 2rem;
    font-weight: 500;
  }

  .title-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .banner-image {
    height: 20rem;
  }

  .news-grid-article-left {
    display: flex;
  }

  .text-style-xlarge {
    font-size: 2.5rem;
  }

  .link-block {
    border-radius: 50px;
  }

  .link-block-2 {
    padding-top: 1rem;
  }

  .link-block-3, .link-block-4 {
    padding-bottom: 1rem;
  }

  .link-block-5 {
    padding-bottom: .9rem;
  }

  .link-block-6 {
    padding-top: .9rem;
  }

  .home-hero-subtitle {
    font-size: 1rem;
  }

  .text-colour-off-white {
    color: var(--off-white-400);
  }

  .hero-image-mobile {
    object-position: 50% 100%;
  }

  .contact-hero-grid {
    grid-template-rows: auto 1fr;
    grid-auto-rows: auto;
  }

  .div-block-10 {
    padding-right: 0;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-summary-text {
    font-size: clamp(14px, 5vw, 16px);
    line-height: clamp(1.4rem, 5vw, 5rem);
  }

  .service-card-content {
    padding: max(28px, 10vw);
  }

  .service-card-content.blue-3 {
    height: auto;
  }

  .heading-4.service-card-heading {
    font-size: max(22px, 3vw);
  }

  .about-us-slider-image {
    margin-top: -2px;
    padding-top: 0;
  }

  .image-18 {
    width: 90%;
  }

  .heading-6 {
    text-align: center;
    margin-left: -19px;
    padding-left: 0;
  }

  .background-video {
    height: 300px;
  }

  .bg-overlay {
    width: 85%;
    margin-left: auto;
  }

  .bg-overlay.landing-banner-container {
    background-color: #0000;
    height: 100%;
    padding: 20px;
  }

  .text-block-2 {
    width: 300px;
    margin-top: 70%;
    font-size: 31px;
  }

  .text-block-2.landing-banner-heading {
    width: 100%;
    font-size: 28px;
    line-height: 38px;
  }

  .text-span {
    color: var(--blue-100);
    font-size: 31px;
    font-weight: 700;
  }

  .text-span.banner-text-bold {
    font-size: 28px;
  }

  .banner-paragraph {
    font-size: 16px;
  }

  .list-items {
    padding-bottom: 20px;
  }

  .list-items.padding-global {
    padding-top: 0;
  }

  .div-block-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    padding-top: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .team-block-container {
    flex-flow: wrap-reverse;
    margin-top: 85%;
    padding: 10px 10px 0;
  }

  .team-block-left {
    width: 100%;
    height: auto;
    padding: 10px 10px 20px;
  }

  .team-right-block {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .team-image.meet-team-img {
    width: 250px;
  }

  .team-image.meet-team-img.henna-img {
    width: 200px;
    margin-top: -120px;
  }

  .p {
    height: 75px;
    padding-right: 209px;
  }

  .image-20 {
    width: 80px;
  }

  .image-20.landing-logo {
    width: 120px;
  }

  .team-block {
    margin-top: 0;
  }

  .team-block.team-col {
    height: 100%;
    margin-top: 100px;
  }

  .team-para {
    text-align: left;
  }

  .team-para.blurb-item-text {
    text-align: center;
    text-align: center;
  }

  .gonzales-profile {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    top: -18px;
  }

  .gonzales-profile.image-19.meet-team-img.b-img, .gonzales-profile.image-19.meet-team-img.g-img {
    width: 200px;
    margin-top: -120px;
  }

  .gonzales-profile.image-19.meet-team-img.b-img, .gonzales-profile.image-19.meet-team-img.g-img {
    width: 200px;
    margin-top: -120px;
  }

  .gonzales-profile.image-19.meet-team-img {
    width: 250px;
  }

  .gonzales-profile.image-19.meet-team-img.b-img, .gonzales-profile.image-19.meet-team-img.g-img, .gonzales-profile.image-19.meet-team-img.b-img, .gonzales-profile.image-19.meet-team-img.g-img {
    width: 200px;
    margin-top: -120px;
  }

  .team-two-block {
    margin-top: 90%;
  }

  .team-two-block.team-col.section-3 {
    margin-top: 60px;
  }

  .team-two-block.team-col.section-3.team-b-col {
    margin-top: 140px;
  }

  .team-two-block.section-3.team-col {
    margin-top: 40px;
  }

  .team-two-block.section-3.team-col.team-three-col {
    margin-top: 100px;
  }

  .team-two-container, .team-three-block {
    flex-flow: row-reverse wrap-reverse;
    padding: 10px;
  }

  .team-three-block.div-block-20.meet-team-block {
    margin-bottom: 0;
  }

  .offer-heading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-6-copy {
    font-size: 24px;
  }

  .text-block-6-copy.meet-team-heading {
    line-height: 34px;
  }

  .div-block-23 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .reviews-heading {
    font-size: 24px;
  }

  .blurb-block-item {
    width: 90%;
  }

  .blurb-block-item.blurb-item {
    width: 300px;
  }

  .div-block-26 {
    height: 750px;
    margin-bottom: 20px;
  }

  .div-block-27 {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    flex-flow: row;
  }

  .reviews-slide {
    height: 100%;
  }

  .reviews-title {
    height: 13%;
  }

  .reviews-slider {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .mask-2 {
    width: 84%;
    padding-left: 0;
    padding-right: 0;
  }

  .google-reviews-slider {
    height: 100%;
    margin-top: 0;
    padding: 0;
  }

  .div-block-31 {
    height: 17%;
  }

  .div-block-33 {
    justify-content: center;
    align-items: center;
  }

  .div-block-35 {
    padding-top: 0;
    padding-left: 2px;
  }

  .image-23 {
    width: 40px;
    height: 40px;
  }

  .text-block-7 {
    font-size: 11px;
    font-weight: 700;
  }

  .text-block-8 {
    font-size: 9px;
    line-height: 166%;
  }

  .reviews-count {
    font-size: 12px;
  }

  .icon-4 {
    margin-left: 40px;
  }

  .div-block-37 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 44%;
    display: flex;
  }

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

  .div-block-39 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .site-title {
    margin-top: 10px;
  }

  .copyright-text.landing-footer-text {
    font-size: .8rem;
  }

  .footer-container.landing-footer {
    flex-flow: column-reverse;
    padding-top: 10px;
  }

  .cta-container {
    justify-content: flex-start;
    align-items: center;
    height: 400px;
    padding-bottom: 0;
  }

  .cta-container.landing-cta-radius {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2-copy {
    margin-top: 20px;
    font-size: 31px;
    font-weight: 700;
  }

  .text-span-2 {
    color: var(--blue-100);
  }

  .cta-para {
    width: 100%;
    font-size: 16px;
  }

  .why-choose-container {
    padding: 20px 10px 0;
  }

  .why-choose-content {
    padding: 10px;
  }

  .why-choose-content.why-choose-col {
    padding-left: 10px;
  }

  .why-choose-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-15-copy-copy, .book-consultation-section {
    margin-bottom: 20px;
  }

  .list-cta {
    margin-top: 20px;
  }

  .team-cta-button {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .team-cta-button.team-learn-button {
    margin-top: 20px;
  }

  .team-button {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .team-button.team-learn-button {
    margin-top: 20px;
  }

  .team-third-button {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .team-third-button.team-button {
    margin-top: 20px;
  }

  .div-block-49 {
    width: 100%;
    height: auto;
    padding: 10px 10px 20px;
  }

  .div-block-49.block-left.team-two-col {
    padding-left: 20px;
  }

  .div-block-50 {
    justify-content: flex-end;
    align-items: center;
    width: 200px;
    height: 60px;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .google-reviews {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3-copy {
    text-align: left;
    padding-top: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-3-copy-second {
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-3-copy-second.orthodonticheading {
    padding-left: 0;
    padding-right: 0;
  }

  .landing-cta-heading {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .blurb-section {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-block {
    padding-left: 10px;
  }

  .reviews-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-list {
    top: -70px;
  }

  .dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .locales-wrapper {
    display: block;
  }

  .video-title {
    font-size: 28px;
  }

  .offter-title.orthodontic-heading {
    text-align: center;
    text-align: center;
  }

  .meet-team-heading {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .cta-heading-title {
    font-size: 1.8rem;
  }

  .why-choose-heading {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .heading-8 {
    margin-top: 0;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .google-review-slider {
    margin-bottom: 60px;
  }

  .slider-3 {
    height: auto;
  }

  .text-block-12 {
    text-align: center;
  }

  .div-block-52 {
    margin-bottom: 29px;
    padding-bottom: 0;
    overflow: visible;
  }

  .heading-style-h3-2 {
    color: #313131;
  }

  .heading-11 {
    margin-top: 27px;
    padding-top: 15px;
  }

  .image-25 {
    align-self: center;
    margin-top: -20px;
  }

  .image-26 {
    align-self: center;
    margin-top: -30px;
  }

  .vertical-stretch-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .bold-text {
    font-weight: 300;
  }

  .text-block-13 {
    margin-top: -58px;
  }

  .text-block-14 {
    text-align: left;
    margin-top: -54px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 59px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .padding-global-2 {
    margin-top: -39px;
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    overflow: visible;
  }

  .image-28 {
    width: 200px;
    margin-top: 10px;
  }

  .image-29 {
    align-self: center;
    margin-top: -11px;
  }

  .heading-12 {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .section-about-home-2 {
    background-position: 35% 30%;
    background-size: cover;
    height: 35vh;
  }

  .text-block-15 {
    flex-flow: row;
    margin-top: -48px;
    font-size: 1rem;
    font-weight: 300;
    display: block;
  }

  .image-30 {
    width: 200px;
    margin-top: -23px;
    padding-bottom: 20px;
  }
}

#w-node-_9cd64ec9-43e5-1e3b-2d28-b74cbdf947cd-bdf947c8 {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_9cd64ec9-43e5-1e3b-2d28-b74cbdf947cd-bdf947c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9cd64ec9-43e5-1e3b-2d28-b74cbdf947cd-bdf947c8 {
    justify-self: auto;
  }
}
