:root {
  --5a5a5a: #5a5a5a;
  --f5a319: #f5a319;
  --151d4c: #151d4c;
  --acacac: #acacac;
  --white: white;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

body {
  color: var(--5a5a5a);
  font-family: Kumbh Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
  transition: color .2s;
}

h1 {
  color: #e9d9aa;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4.5em;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  color: #042b2d;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  color: #042b2d;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 800;
  line-height: 120%;
}

h4 {
  color: #042b2d;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  color: var(--acacac);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 150%;
}

p {
  color: var(--5a5a5a);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 180%;
}

a {
  text-decoration: none;
  transition: color .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 40px;
}

li {
  min-height: 20px;
}

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

.btn {
  border: 3px solid #e9d9aa;
  background-color: #e9d9aa;
  color: #042b2d;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 33px;
  width: 380px;
  min-width: 300px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.btn:hover {
  border-color: #042b2d;
  background-color: #042b2d;
  color: #e9d9aa;
}

.btn.btn-primary {
  border: 3px solid #e9d9aa;
  color: #e9d9aa;
  background-color: #0000;
}

.btn.btn-primary:hover {
  background-color: #e9d9aa;
  color: var(--white);
}

.btn.btn-primary.white {
  border-color: var(--white);
  color: var(--white);
  width: 50%;
  min-width: auto;
}

.btn.btn-primary.blog {
  width: 40%;
  min-width: auto;
}

.btn.sidebar-btn {
  border-radius: 16px;
  width: 90%;
  min-width: auto;
  margin-top: 20px;
}

.btn.friend {
  padding-top: 6px;
  padding-bottom: 6px;
}

.article {
  width: 70%;
  padding-top: 4px;
  padding-right: 20px;
  display: block;
}

.aside {
  border: 1px dotted #000;
  width: 30%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 15px;
}

.int-pg-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
  margin-bottom: 20px;
}

.container {
  width: 90vw;
  max-width: 1600px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container.int-main-cont {
  display: flex;
}

.container.basic-utility-pg-cont {
  max-width: 950px;
}

.container.style-guide-cont {
  max-width: 1000px;
}

.container.cont_header {
  width: 90vw;
}

.container.cont_footer-credits {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
  display: flex;
}

.container.cont-hero {
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  display: flex;
}

.container.cont-hero.internal-page {
  flex-direction: column;
  justify-content: center;
  height: 60vh;
  max-height: 1080px;
}

.container.cont_welcome {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container.cont_our-team, .container.cont_services {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container.cont_cta {
  flex-direction: column;
  align-items: center;
  width: 50vw;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container.container-map {
  z-index: 999;
  border-radius: 0;
  margin-top: -80px;
  padding-top: 0;
  position: relative;
}

.container.cont_logos-internal {
  height: 50vh;
  padding-top: 60px;
}

.container.int-main-container {
  align-items: flex-start;
  display: flex;
}

.container.navbar-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.ada-content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.privacy-policy-div {
  max-width: none;
}

.browser-warning {
  background-color: #fcfcfc;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 11px 11px 55px #355aa41a;
}

.browser_icon {
  height: 40px;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 220px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.browser-detect.show {
  display: flex;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_link {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.browser_link:hover {
  background-color: #def7ff;
}

.browser_link.preferred {
  box-shadow: -2px -2px 3px 3px #fff, 1px 1px 3px 2px #e3e3e3;
}

.link_span {
  color: #2e92e9;
  text-decoration: none;
}

.browser_title {
  color: #7a849e;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.browser_wrap {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 360px;
  min-height: 50px;
  margin: 25px auto 30px;
  display: flex;
}

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

.image {
  width: 40px;
  margin-left: 10px;
}

.text-block {
  color: #b6b6b6;
  font-size: 14px;
}

.recommend_message {
  color: #b6b6b6;
  white-space: nowrap;
  justify-content: center;
  margin-bottom: -20px;
  font-size: 12px;
  display: flex;
  position: relative;
  top: 19px;
}

.image-7 {
  width: 11px;
  margin-right: 1px;
}

.ada-contact-box-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  display: grid;
}

.ada-contact-box {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #e3e3e3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.ada-icon {
  width: 80px;
  margin-bottom: 10px;
}

.last-p {
  margin-bottom: 60px;
}

.style-guide-section {
  background-color: #f9f9f9;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 50px 20px 20px;
  position: relative;
}

.style-guide-section.align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-section-heading {
  color: var(--white);
  text-align: center;
  background-color: #202020;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 6px 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.color-2 {
  background-color: var(--5a5a5a);
}

.color-1 {
  background-color: #e9d9aa;
}

.color-3 {
  background-color: #042b2d;
}

.color-4 {
  background-color: var(--acacac);
}

.columns {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.footer_current-year-embed {
  width: 50px;
  height: 20px;
}

.header_logo {
  width: 180px;
  height: auto;
}

.empty-state {
  border: 2px solid var(--white);
  text-align: center;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 20px 30px;
  box-shadow: 0 10px 40px -10px #00000026;
}

.empty-state_h2 {
  margin-bottom: 5px;
}

.nav-link {
  color: #042b2d;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 0;
  font-family: Kumbh Sans, sans-serif;
  font-size: .7em;
  font-weight: 600;
}

.nav-link.w--current {
  color: #e9d9aa;
}

.body-wrap {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.section_footer {
  background-color: #042b2d;
  margin-top: 0;
  padding-top: 0;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.field-wrap {
  width: 48%;
}

.field-wrap.full-width {
  width: 100%;
}

.html-embed {
  perspective-origin: 0%;
  transform-origin: 0%;
  width: 100%;
  padding-bottom: 20px;
  transform: scale(.9);
}

.text-field {
  border: 2px solid var(--white);
  background-color: #042b2d;
}

.text-field::placeholder {
  color: var(--white);
}

.text-field.text-area {
  border-width: 2px;
  min-height: 100px;
}

.text-field.contact-page {
  background-color: #0000;
}

.menu_contents-wrap {
  align-items: center;
  height: 100%;
  display: flex;
}

.menu_label {
  text-transform: uppercase;
  margin-bottom: -4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.menu-lottie {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.tabs-menu {
  text-align: center;
  border-bottom: 2px solid #676767;
}

.tab-link {
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 16.66%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.tab-link.w--current {
  color: #fff;
  font-weight: 800;
}

.tabs-content {
  text-align: left;
  background-color: #f5faf9;
  border: 1px dashed #000;
  border-radius: 6px;
  margin-top: 60px;
  padding: 35px;
}

.human-test {
  text-align: left;
  margin-bottom: 30px;
}

.tab-dropdown {
  display: none;
}

.tabs-content-2 {
  background-color: var(--white);
  text-align: left;
  border: 1px solid #000;
  border-radius: 6px;
  margin-top: 60px;
  padding: 35px;
}

.kicker {
  color: #78cec3;
  max-width: 720px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  display: block;
}

.kicker.secondary {
  margin-bottom: 60px;
}

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

.author-wrap {
  margin-bottom: 10px;
}

.author-label {
  margin-right: 5px;
  font-size: .9rem;
  display: inline;
}

.section {
  background-color: #e3e3e3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  color: var(--5a5a5a);
  font-family: Kumbh Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph {
  font-size: 1em;
}

.heading {
  color: #e9d9aa;
  font-size: 4.5em;
  font-weight: 600;
}

.heading-2 {
  font-size: 4em;
}

.heading-3 {
  font-size: 3.6em;
}

.heading-4 {
  font-size: 2.2em;
}

.heading-5 {
  font-size: 3.3em;
}

.heading-6 {
  font-size: 2.9em;
}

.heading-7 {
  color: var(--acacac);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  background-image: url('../images/ExclusiÃ³n-1.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 20px;
  font-size: 16px;
}

.navbar {
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.dropdown-icon {
  color: #e9d9aa;
}

.nav-menu {
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.nav-phone {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.nav-phone.mobile {
  display: none;
}

.header_logo-2 {
  width: 100%;
  height: auto;
}

.column-hero {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.dropdown-list {
  background-color: #042b2d;
  border-radius: 16px;
}

.hero_columns {
  flex-direction: row;
  align-items: center;
  display: block;
}

.container-2 {
  width: 95vw;
  max-width: 1300px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.cont_header {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container-2.cont_hero {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 70vh;
  display: flex;
}

.brand {
  width: 20%;
}

.section_home-hero {
  background-color: #0000;
  background-image: url('../images/Artboard-1.webp'), linear-gradient(100deg, #042b2d, transparent);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  height: 80vh;
  min-height: auto;
  max-height: 1080px;
}

.section_home-hero.internal-page {
  background-image: url('../images/Untitled-1-01.webp'), linear-gradient(100deg, #042b2d, transparent);
  background-position: 50%, 0 0;
  height: 60vh;
}

.nav-link-2 {
  color: #fff;
  text-transform: none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1em;
}

.nav-link-2:hover {
  color: #8e8e8e;
}

.nav-link-2.w--current {
  color: #fffc;
}

.hero-btns {
  grid-column-gap: 35px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.btn-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0757ce;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1em;
  font-weight: 700;
}

.btn-2:hover {
  color: #fff;
  background-color: #0757ceb3;
}

.btn-2.btn-primary {
  background-color: #0000;
  border: 1px solid #fff;
}

.btn-2.btn-primary:hover {
  background-color: #393939;
}

.home-hero-p {
  color: #fff;
}

.nav-phone-link {
  color: #fff;
  white-space: nowrap;
  padding: 20px 0 20px 20px;
  font-size: 1.5em;
  display: inline-block;
}

.nav-phone-link:hover {
  color: #8e8e8e;
}

.navbar-2 {
  background-color: #0000;
  align-self: center;
  padding-top: 10px;
  position: relative;
}

.heading-8, .h1-hero {
  font-family: Kumbh Sans, sans-serif;
}

.h1-hero.h1-internal-page {
  margin-bottom: 0;
}

.h5-white {
  color: var(--white);
}

.h5-white.footer {
  padding-top: 40px;
}

.welcome-grid {
  grid-column-gap: 88px;
  grid-row-gap: 40px;
  padding: 0;
}

.section_our-team {
  background-image: linear-gradient(#042b2d99, #042b2d99), url('../images/profesionales-herramientas-dentista-oficina-dental-1-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-2 {
  background-image: url('../images/Enmascarar-grupo-14.webp');
  background-position: 0 0;
  background-size: cover;
}

.h2-white {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.p-white {
  color: var(--white);
  text-align: left;
}

.p-white.centered {
  text-align: center;
  max-width: 1300px;
}

.team-card {
  background-color:  #e9d9aa;
  border-radius: 23px;
  flex-direction: row;
  height: 100%;
  display: flex;
}

.team-grid.dr-spector {
  max-width: 50%;
  height: 100%;
  display: flex;
}

.card-text {
  padding: 20px 40px 20px 20px;
}

.team-image {
  object-fit: cover;
  width: 30%;
  height: 100%;
  min-height: 450px;
  padding-left: 20px;
  display: block;
}

.h5-blue, .p-blue {
  color: #042b2d;
}

.service-card {
  border-radius: 23px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  transition: all .3s;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.service-card:hover {
  background-color: #e9d9aa;
  transform: translate(0, -10px);
}

.service-icon {
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #0000;
  background-image: url('../images/Grupo-30.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
}

.section_logos {
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.section_logos.internal-pages {
  z-index: 1;
  height: 40vh;
  padding-bottom: 0;
  position: relative;
}

.serv-img-block {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.serv-card-content {
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 0;
  height: 100%;
  padding: 30px 30px 0;
  position: relative;
}

.serv-card-content:hover {
  margin-bottom: 0;
}

.serv-icon-2 {
  transform: translate(0);
}

.serv-card {
  background-color: var(--white);
  border-radius: 23px;
  padding-bottom: 80px;
  transition: transform .4s;
  position: relative;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.serv-card:hover {
  background-color: #e9d9aa;
  margin-bottom: 0;
  transform: translate(0, -10px);
}

.services-row {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  display: grid;
}

.container-3 {
  width: 95vw;
  max-width: 1600px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.services-content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.serv-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0076bd;
  border: 1.5px solid #0076bd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  transition-property: all;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.serv-link:hover {
  color: #fff;
  background-color: #0076bd;
  font-weight: 600;
}

.serv-card-bg-img {
  background-image: linear-gradient(#0076bd73, #0076bd73), url('../images/emergency-dental3.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.serv-card-bg-img._2 {
  background-image: linear-gradient(#0076bd80, #0076bd80), url('../images/Depositphotos_6477510_S.webp');
}

.serv-card-bg-img._3 {
  background-image: linear-gradient(#0076bd80, #0076bd80), url('../images/Depositphotos_5712015_S.webp');
  background-position: 0 0, 50%;
}

.serv-card-bg-img._4 {
  background-image: linear-gradient(#0076bd80, #0076bd80), url('../images/Depositphotos_27431423_S.webp');
  background-position: 0 0, 50%;
}

.serv-icon-3 {
  transform: translate(0);
}

.image-24 {
  width: 100%;
  max-width: 60px;
  min-height: 90px;
}

.h4-services {
  color: #042b2d;
  text-transform: none;
  font-size: 1.25vw;
  line-height: 144%;
}

.p-white-2 {
  color: #042b2d;
  text-align: center;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.services-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-top-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.image-22, .image-25 {
  width: 100%;
  max-width: 90px;
  min-height: 90px;
}

.services {
  background-color: var(--white);
  transform-style: preserve-3d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 23%;
  min-height: 20.83vw;
  padding: 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.services:hover {
  background-image: linear-gradient(#f5a319e6, #f5a319e6);
  transform: scale3d(1.1, 1.1, 1.1);
}

.services.hover {
  background-color: #e9d9aa;
  padding: 0;
}

.services.hover:hover {
  transform: translate(0, -10px);
}

.icon-white {
  width: auto;
  max-width: none;
  height: 80px;
  min-height: 80px;
}

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

.grid-3.internal-pages {
  padding-bottom: 0;
}

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

.section_map {
  z-index: 1;
  object-fit: fill;
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/implant_consultation_Dr-Katz.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 40rem;
  position: relative;
}

.map {
  border-radius: 0;
  margin-top: 0;
}

.footer-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.h3-form {
  color: #e9d9aa;
  letter-spacing: 1px;
  font-weight: 600;
}

.icon-orange {
  max-width: none;
  height: 80px;
}

.services-cards {
  padding-bottom: 60px;
}

.footer-logo {
  width: 60%;
}

.footer-col-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h5-footer {
  color: #e9d9aa;
}

.footer-link {
  color: var(--white);
  padding-bottom: 10px;
  text-decoration: underline;
}

.footer-link:hover {
  color: #e9d9aa
}

.footer-link.last {
  padding-bottom: 40px;
}

.link-orange {
  color: #e9d9aa;
}

.link-orange:hover, .white-span {
  color: var(--white);
}

.orange-span {
  color: #e9d9aa;
}

.footer-contact-icon {
  justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.footer-text {
  color: var(--white);
  padding-left: 20px;
}

.footer-link-2 {
  color: var(--white);
}

.footer-link-2:hover {
  color: #e9d9aa;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1.5fr;
}

.cont-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.sm-icons {
  justify-content: flex-start;
  display: flex;
}

.sm-icon {
  padding-right: 20px;
}

.sm-icon.hidden {
  display: block;
}

.dropdown-list-2 {
  background-color: #042b2d;
}

.dropdown-link {
  color: var(--white);
}

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

.section-logos-internal {
  background-color: var(--white);
  height: 20rem;
  min-height: auto;
  position: relative;
}

.list-item-p {
  color: #393939;
  font-size: 1em;
  line-height: 180%;
}

.aside-3 {
  border: 1px #000;
  justify-content: flex-end;
  width: 40%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.article-2 {
  width: 60%;
  padding-top: 0;
  padding-right: 0;
  display: block;
}

.container-4 {
  width: 95vw;
  max-width: 1300px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-4.int-main-cont {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  width: 80vw;
  display: flex;
}

.int-img {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
  width: 100%;
  height: 350px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.int-img.dr-marc {
  object-fit: cover;
  object-position: 50% 8%;
  height: 500px;
}

.int-img.dr-etan {
  object-position: 50% 25%;
  height: 500px;
}

.last-p-2 {
  margin-bottom: 60px;
  list-style-type: none;
}

.sb-link {
  box-shadow: none;
  color: #042b2d;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .9em;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.sb-link:hover {
  box-shadow: none;
  color: #042b2d;
  background-color: #f3f3f3;
  font-size: 1.2em;
  font-weight: 500;
}

.int-link {
  color: #e9d9aa;
  transition: box-shadow .3s, color .3s;
  box-shadow: 0 1px #0000;
}

.int-link:hover {
  box-shadow: none;
  color: #e9d9aa;
  text-decoration: underline;
}

.sb-h3 {
  color: #042b2d;
  text-align: center;
  letter-spacing: 0;
  border-bottom: 0 solid #ffd200;
  width: 90%;
  padding-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
}

.sidebar {
  background-color: var(--white);
  text-align: center;
  border-radius: 23px;
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 180px;
  box-shadow: 0 2px 5px #0003, 15px 13px #00000029;
}

.section_int-main-2 {
  background-color: #151d4c0a;
  padding-top: 100px;
  padding-bottom: 40px;
}

.list-2 {
  color: #0757ce;
  list-style-type: square;
}

.meet-the-team-img {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 23px;
  width: 100%;
  height: 201.35px;
}

.h3-team {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.h5-team {
  margin-bottom: 10px;
}

.btn-friend {
  padding-left: 20px;
}

.blog-img {
  border-radius: 23px;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.col-item {
  padding-bottom: 40px;
}

.col-date {
  font-size: 14px;
}

.aaid-logo {
  max-width: 60%;
}

.logo {
  max-width: 70%;
}

.hidden {
  display: none;
}

.google-icon {
  width: 90%;
}

.grid-5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 40px;
}

.our-services-card {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  padding-left: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.our-services-card:hover {
  background-image: linear-gradient(to bottom, #e9d9aa, #e9d9aa);
}

.our-services-img {
  background-image: url('../images/Teeth-Whitening.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 150px;
}

.our-services-img:hover {
  background-image: linear-gradient(#151d4c4d, #151d4c4d), url('../images/Teeth-Whitening.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.our-services-img.dentures {
  background-image: url('../images/Dentures.webp');
}

.our-services-img.dentures:hover {
  background-image: linear-gradient(#151d4c4d, #151d4c4d), url('../images/Dentures.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.our-services-img.veneers {
  background-image: url('../images/Veneers.webp');
}

.our-services-img.veneers:hover {
  background-image: linear-gradient(#151d4c4d, #151d4c4d), url('../images/Veneers.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.our-services-img.bridges {
  background-image: url('../images/Bridges.webp');
}

.our-services-img.bridges:hover {
  background-image: linear-gradient(#151d4c4d, #151d4c4d), url('../images/Bridges.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.our-services-img.emergencies {
  background-image: url('../images/Dental-emergencies.webp');
}

.our-services-img.emergencies:hover {
  background-image: linear-gradient(#151d4c4d, #151d4c4d), url('../images/Dental-emergencies.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.our-services-img.crowns {
  background-image: url('../images/Same-Day-Crowns.webp');
}

.our-services-img.crowns:hover {
  background-image: linear-gradient(#151d4c4d, #151d4c4d), url('../images/Same-Day-Crowns.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.our-services-img.family {
  background-image: url('../images/Family-Dentistry.webp');
}

.our-services-img.family:hover {
  background-image: linear-gradient(#151d4c4d, #151d4c4d), url('../images/Family-Dentistry.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.h4-our-services {
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.p-our-services {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-accordion {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-left: 0;
  display: none;
  overflow: hidden;
}

.dropdown-toggle {
  background-color: var(--white);
  object-fit: fill;
  flex-wrap: nowrap;
  height: 90px;
  padding-left: 20px;
  display: flex;
}

.dropdown-toggle.w--open {
  padding-left: 20px;
}

.dropdown-list-3 {
  background-color: var(--white);
  padding: 20px 40px 20px 20px;
  display: block;
  position: static;
}

.last-p-toggle {
  margin-bottom: 0;
}

.faq-icon {
  display: none;
}

.question {
  color: #e9d9aa;
  overflow-wrap: break-word;
  padding-left: 0;
  font-weight: 700;
}

.heading-14 {
  color: #acacac;
}

.text-block-3 {
  color: #acacac;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 1em;
}

.youtube {
  margin-bottom: 30px;
}

.div-block {
  width: 100%;
  min-height: 20px;
}

.new-patient_container {
  
  background-color: #042b2d;
    background-color: #042b2d;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding-top: .3em;
  padding-bottom: .3em;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .container.container-map {
    margin-top: -140px;
  }

  .nav-link {
    padding-left: 20px;
    font-size: .9em;
  }

  .cont-logo {
    align-items: center;
  }

  .section_map {
    height: 45rem;
  }

  .services-cards {
    grid-column-gap: 20px;
    padding-left: 20px;
  }

  .section-logos-internal {
    height: 30rem;
  }

  .aside-3 {
    justify-content: flex-end;
    display: flex;
  }

  .article-2 {
    padding-right: 0;
  }

  .int-img {
    height: 350px;
  }

  .int-img.dr-marc, .int-img.dr-etan {
    height: 600px;
  }

  .sidebar {
    width: 80%;
  }

  .meet-the-team-img {
    height: 253.2px;
  }

  .aaid-logo, .logo {
    width: 80%;
  }

  .hidden {
    display: none;
  }

  .google-icon {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  p {
    font-size: 18px;
  }

  .container.cont_cta {
    padding-top: 100px;
  }

  .container.container-map {
    margin-top: -120px;
  }

  .team-image {
    min-height: 500px;
  }

  .section-logos-internal {
    height: 30rem;
  }

  .int-img {
    height: 350px;
  }

  .sidebar {
    width: 70%;
  }

  .meet-the-team-img {
    height: 285.6px;
  }
}

@media screen and (min-width: 1920px) {
  .container.cont_cta {
    padding-bottom: 100px;
  }

  .container.container-map {
    margin-top: -180px;
  }

  .header_logo {
    width: 360px;
  }

  .html-embed {
    background-color: #042b2d;
  }

  .nav-menu {
    justify-content: space-between;
    display: flex;
  }

  .column-hero {
    padding-top: 0;
  }

  .btn-2, .home-hero-p {
    font-size: 1.2em;
  }

  .team-image {
    min-height: 400px;
  }

  .h4-services {
    color: #fff;
  }

  .services {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section_map {
    height: 45rem;
  }

  .h5-footer {
    color: #e9d9aa;
    font-size: 1em;
  }

  .footer-contact-icon {
    justify-content: flex-start;
  }

  .footer-text {
    padding-left: 20px;
  }

  .section-logos-internal {
    height: 40rem;
  }

  .int-img {
    height: 400px;
  }

  .int-img.dr-marc, .int-img.dr-etan {
    height: 750px;
  }

  .meet-the-team-img {
    height: 354px;
  }

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

@media screen and (max-width: 991px) {
  .int-pg-img {
    min-height: 340px;
  }

  .container.cont_footer-credits {
    flex-direction: column;
  }

  .container.cont-hero {
    height: 60vh;
  }

  .container.cont_services {
    padding-bottom: 100px;
  }

  .container.cont_cta {
    width: 70vw;
  }

  .container.int-main-container {
    flex-direction: column;
  }

  .ada-contact-box {
    padding: 15px;
  }

  .ada-icon {
    width: 70px;
  }

  .nav-link {
    color: var(--white);
    padding-left: 20px;
    font-size: .9em;
  }

  .menu_label {
    margin-bottom: -1px;
    display: none;
  }

  .menu-lottie {
    color: var(--white);
    width: 26px;
    height: 26px;
    margin-left: 0;
  }

  .tabs-content, .tabs-content-2 {
    margin-top: 40px;
  }

  .kicker {
    max-width: 610px;
    margin-bottom: 20px;
  }

  .author-wrap {
    flex-wrap: wrap;
  }

  .author-label {
    display: inline;
  }

  .nav-menu {
    color: #fff;
    background-color: #0757ce;
    width: 100%;
  }

  .nav-phone {
    display: none;
  }

  .nav-phone.mobile {
    display: block;
  }

  .dropdown-list {
    background-color: #0757ce;
  }

  .dropdown-list.w--open {
    background-color: #042b2d;
  }

  .container-2.cont_header {
    flex-direction: column;
    justify-content: space-between;
  }

  .brand {
    width: 30%;
  }

  .dropdown-link-mobile {
    color: #fff;
    padding-left: 40px;
  }

  .dropdown-link-mobile:hover {
    color: #171717;
  }

  .section_home-hero {
    height: 70vh;
  }

  .nav-link-2 {
    color: #fff;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: #0757ce;
    background-clip: border-box;
    flex: 0 auto;
  }

  .nav-link-2:hover {
    color: #ffd200;
  }

  .hero-btns {
    flex-direction: column;
    align-items: center;
  }

  .nav-phone-link {
    white-space: nowrap;
  }

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

  .monile-header-row {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .h1-hero {
    font-size: 3em;
  }

  .team-grid.dr-spector {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_logos {
    padding-bottom: 100px;
  }

  .serv-card {
    width: 100%;
  }

  .services-row {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-24 {
    min-height: 90px;
  }

  .h4-services {
    font-size: 2.25vw;
  }

  .p-white-2 {
    margin-right: 0;
    font-size: 1.94vw;
  }

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

  .link-top-services {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .services {
    width: 100%;
    margin-bottom: 20px;
  }

  .section_map {
    height: 40rem;
  }

  .footer-columns {
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .footer-col-3 {
    padding-top: 60px;
  }

  .menu-button {
    background-color: #e9d9aa;
    border-radius: 50px;
  }

  .menu-button.w--open, .nav-menu-mobile {
    background-color: #042b2d;
  }

  .h2-featured-services {
    margin-left: auto;
    margin-right: auto;
  }

  .section-logos-internal {
    height: 20rem;
  }

  .aside-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .article-2 {
    width: 100%;
  }

  .container-4.int-main-cont {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .int-img.dr-marc, .int-img.dr-etan {
    height: 700px;
  }

  .sidebar {
    width: 60%;
  }

  .section_int-main-2 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .meet-the-team-img {
    height: 253.2px;
  }

  .dropdown-toggle {
    height: 70px;
  }

  .question {
    width: auto;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    word-break: normal;
    font-size: 2.5em;
    overflow: visible;
  }

  .btn {
    width: 100%;
    min-width: auto;
  }

  .article {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .aside {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .container {
    width: 90vw;
  }

  .container.cont_footer-credits {
    text-align: left;
    flex-direction: column;
    align-items: center;
  }

  .container.cont-hero {
    height: 30rem;
  }

  .container.cont_welcome {
    overflow: hidden;
  }

  .container.cont_services {
    align-items: center;
  }

  .container.cont_cta {
    width: 90vw;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .browser-detect {
    padding-left: 60px;
    padding-right: 60px;
  }

  .ada-contact-box-container {
    flex-direction: column;
    align-items: center;
  }

  .ada-contact-box {
    width: 80%;
    margin-bottom: 30px;
  }

  .ada-icon {
    width: 60px;
  }

  .header_logo {
    width: 200px;
  }

  .menu_label {
    font-size: 20px;
  }

  .menu-lottie {
    width: 22px;
    height: 22px;
  }

  .tabs-menu {
    z-index: 50;
    cursor: pointer;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    flex-direction: column;
    margin-top: -50px;
    margin-bottom: 0;
    padding-top: 48px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }

  .tab-link {
    text-align: left;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 18px;
    display: block;
  }

  .tab-link.w--current {
    font-weight: 600;
  }

  .tabs-content {
    margin-top: 25px;
    padding: 25px 20px;
  }

  .tab-dropdown {
    color: #fff;
    text-align: left;
    letter-spacing: .2px;
    cursor: pointer;
    background-color: #333;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 3px;
    height: 50px;
    padding-top: 12px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 800;
    display: block;
  }

  .tab-dropdown:hover {
    background-color: #686666;
  }

  .tabs-content-2 {
    margin-top: 25px;
    padding: 25px 20px;
  }

  .kicker {
    max-width: 420px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .kicker.secondary {
    margin-bottom: 40px;
  }

  .column {
    margin-bottom: 50px;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-phone.mobile {
    flex: 1;
    order: 0;
  }

  .container-2, .container-2.cont_hero {
    width: 90vw;
  }

  .brand {
    width: 40%;
  }

  .section_home-hero {
    height: 30rem;
  }

  .section_home-hero.internal-page {
    background-position: 10% 100%, 0 0;
  }

  .mobile-menu {
    background-color: #0000;
  }

  .h1-hero {
    font-size: 3em;
  }

  .welcome-grid {
    overflow: visible;
  }

  .p-white.footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .team-card {
    flex-direction: column;
  }

  .team-grid, .team-grid.dr-spector {
    padding-left: 0;
    padding-right: 0;
  }

  .team-image {
    object-position: 50% 20%;
    width: 100%;
    max-height: 450px;
    padding-right: 20px;
  }

  .team-image.dr-etan {
    object-fit: cover;
    object-position: 50% 15%;
  }

  .serv-card {
    width: 100%;
    min-width: auto;
    max-width: 400px;
  }

  .services-row {
    justify-content: space-around;
  }

  .container-3 {
    width: 90vw;
  }

  .h4-services {
    font-size: 3.25vw;
  }

  .p-white-2 {
    margin-bottom: 0;
    font-size: 2.94vw;
    line-height: 150%;
  }

  .services-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-top-services {
    margin-bottom: 20px;
  }

  .services {
    width: 100%;
  }

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

  .section_map {
    height: 40rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-columns {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: center;
  }

  .services-cards {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col-1 {
    flex-direction: column;
    align-items: center;
    width: auto;
    display: flex;
  }

  .footer-col-2 {
    align-items: center;
    padding-top: 40px;
  }

  .footer-col-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-10 {
    overflow: visible;
  }

  .heading-11 {
    overflow: hidden;
  }

  .heading-12 {
    white-space: normal;
    word-break: keep-all;
  }

  .h2-featured-services {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-logos-internal {
    height: 30rem;
    overflow: hidden;
  }

  .aside-3 {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .article-2 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .container-4 {
    width: 90vw;
  }

  .container-4.int-main-cont {
    flex-direction: column;
    width: 90vw;
  }

  .int-img.dr-marc {
    height: 500px;
  }

  .int-img.dr-etan {
    height: 400px;
  }

  .sidebar {
    width: 90%;
  }

  .section_int-main-2 {
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .meet-the-team-grid {
    grid-template-columns: 1fr;
  }

  .meet-the-team-img {
    height: 383.4px;
  }

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

@media screen and (max-width: 479px) {
  .btn.btn-primary.blog {
    width: 100%;
  }

  .int-pg-img {
    min-height: 240px;
  }

  .container.cont_footer-credits {
    padding-top: 0;
  }

  .container.cont-hero {
    height: 70vh;
  }

  .browser-warning {
    padding: 20px;
  }

  .browser-detect {
    padding: 10% 10px;
  }

  .browser_link {
    width: 50%;
  }

  .browser_link.preferred {
    margin-bottom: 20px;
  }

  .browser_wrap {
    flex-wrap: wrap;
  }

  .form, .field-wrap {
    width: 100%;
  }

  .form-block {
    text-align: left;
  }

  .menu_label {
    font-size: 18px;
  }

  .tabs-menu {
    display: none;
  }

  .tab-link {
    padding-left: 15px;
    font-size: 16px;
  }

  .tabs-content {
    margin-top: 30px;
    padding: 20px 15px;
  }

  .tab-dropdown {
    background-position: 94%;
    padding-top: 13px;
    padding-left: 15px;
    font-size: 16px;
  }

  .tabs-content-2 {
    margin-top: 30px;
    padding: 20px 15px;
  }

  .kicker {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 24px;
  }

  .kicker.secondary {
    margin-bottom: 21px;
  }

  .author-wrap {
    line-height: 1.3rem;
  }

  .author-label, .author-label.name {
    line-height: 100%;
  }

  .nav-phone.mobile {
    flex: 1;
  }

  .container-2.cont_header {
    flex-direction: column;
  }

  .brand, .brand.w--current {
    width: 60%;
  }

  .section_home-hero {
    height: 70vh;
  }

  .section_home-hero.internal-page {
    background-position: 6% 100%, 0 0;
  }

  .hero-btns {
    flex-direction: column;
    width: 100%;
  }

  .nav-phone-link {
    white-space: nowrap;
  }

  .monile-header-row {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .h1-hero {
    font-size: 2.5em;
  }

  .section_welcome, .welcome-grid {
    overflow: hidden;
  }

  .h2-white {
    font-size: 2.2em;
  }

  .p-white.footer {
    text-align: center;
  }

  .p-blue {
    text-align: left;
  }

  .serv-card {
    width: 100%;
    min-width: auto;
  }

  .services-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h4-services {
    font-size: 5vw;
  }

  .p-white-2 {
    font-size: 3.94vw;
  }

  .services-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .services {
    width: 90%;
    min-height: 25vw;
  }

  .services.hover {
    width: 100%;
    margin-bottom: 10px;
  }

  .section_map {
    background-image: linear-gradient(#000000a1, #000000a1), url('../images/Enmascarar-grupo-152x.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    height: 45rem;
  }

  .map {
    display: block;
  }

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

  .h4-service-card {
    text-align: left;
  }

  .footer-logo {
    width: 85%;
    max-width: 85%;
  }

  .footer-col-2 {
    flex-direction: column;
    padding-top: 60px;
  }

  .footer-link, .footer-link-2 {
    font-size: 16px;
  }

  .heading-9 {
    overflow: auto;
  }

  .heading-13 {
    width: 100%;
    font-size: 2.2em;
    overflow: hidden;
  }

  .welcome-col2 {
    flex-wrap: nowrap;
  }

  .h2-featured-services {
    text-align: center;
    font-size: 2.2em;
  }

  .section-logos-internal {
    height: 25rem;
  }

  .int-img.dr-marc, .int-img.dr-etan {
    height: 300px;
  }

  .sidebar {
    width: 100%;
  }

  .meet-the-team-img {
    height: 216px;
  }

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

  .youtube {
    margin-bottom: 10px;
  }
}

#w-node-_9063a580-e48e-b4d3-42ee-3c1987d4f12a-53600520 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2a853701-3ea6-e377-4e13-e51c0e42b7fb-53600520, #w-node-_9c3bd9a2-7373-4943-3b81-4dc0d9953882-53600520 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a207a07-22f6-e2a1-60f9-7248adc86414-53600520 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr;
    max-width: 1000px;

}

#w-node-_96f83210-d5ca-ae04-6871-943812f48992-53600520 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9d65e873-9629-4ec9-2b8a-e3935a8c2ac6-53600520, #w-node-_3f1b05db-5a50-9465-ffe2-fa6da6ed9905-53600520, #w-node-_558ea182-2d97-f6e7-b74e-72dff3c49f7a-53600520, #w-node-f384ebf5-bb77-cd79-d614-f10b115605b2-53600520, #w-node-bc5905ec-c574-f4d5-06b3-fe463ac2f5df-53600520, #w-node-bc5905ec-c574-f4d5-06b3-fe463ac2f5e1-53600520, #w-node-bc5905ec-c574-f4d5-06b3-fe463ac2f5e3-53600520, #w-node-bc5905ec-c574-f4d5-06b3-fe463ac2f5e5-53600520, #w-node-bc5905ec-c574-f4d5-06b3-fe463ac2f5e6-53600520, #w-node-b0a56618-c903-05d7-9568-db9003ebffd4-03ebffd0, #w-node-b0a56618-c903-05d7-9568-db9003ebfff4-03ebffd0, #w-node-b0a56618-c903-05d7-9568-db9003ec000e-03ebffd0, #w-node-be07866c-0a43-fd0e-014f-2f65046ce4ed-046ce4ea, #w-node-be07866c-0a43-fd0e-014f-2f65046ce4ef-046ce4ea, #w-node-be07866c-0a43-fd0e-014f-2f65046ce4f1-046ce4ea, #w-node-be07866c-0a43-fd0e-014f-2f65046ce4f3-046ce4ea, #w-node-be07866c-0a43-fd0e-014f-2f65046ce4f4-046ce4ea, #w-node-_1ab07530-4c39-e0fb-0970-d2442b8383a8-53600526, #w-node-_53e9c04f-a751-f22f-11da-433e0ae97c89-53600526, #w-node-_0f6bac49-5626-1740-0ed1-a8b9b7813396-43078f0b, #w-node-_0f6bac49-5626-1740-0ed1-a8b9b7813398-43078f0b, #w-node-_0f6bac49-5626-1740-0ed1-a8b9b781339a-43078f0b, #w-node-_0f6bac49-5626-1740-0ed1-a8b9b781339c-43078f0b, #w-node-_0f6bac49-5626-1740-0ed1-a8b9b781339d-43078f0b, #w-node-b1fe03bc-672a-c75d-5023-c23e84903f4b-fe51bc51, #w-node-_23c4a074-eae6-64ad-3284-f1fc08c76285-fe51bc51, #w-node-_53aafcba-7bd7-b269-a7df-d12c28922386-fe51bc51, #w-node-_6f91d73c-93a4-1b09-dd0a-ce34c75b418c-fe51bc51, #w-node-_6f91d73c-93a4-1b09-dd0a-ce34c75b418d-fe51bc51, #w-node-_6f91d73c-93a4-1b09-dd0a-ce34c75b418e-fe51bc51, #w-node-_6f91d73c-93a4-1b09-dd0a-ce34c75b4194-fe51bc51, #w-node-_6f91d73c-93a4-1b09-dd0a-ce34c75b4195-fe51bc51, #w-node-_6f91d73c-93a4-1b09-dd0a-ce34c75b4196-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae07a6-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae07a7-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae07a8-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae078e-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae078f-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae0790-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae07ae-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae07b0-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae07b6-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae07b7-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae07b8-fe51bc51, #w-node-_60530c29-afec-4d51-a652-73fcc8f189a7-8849ab9a, #w-node-e24442df-3064-aec7-736a-f6af77c9ab38-8849ab9a, #w-node-_4c6dd3a6-2075-edf2-ae80-3848bb7f529e-8849ab9a, #w-node-_1084fc08-1a39-dbd2-c2c8-e111b6d07f56-8849ab9a, #w-node-_1084fc08-1a39-dbd2-c2c8-e111b6d07f58-8849ab9a, #w-node-_1084fc08-1a39-dbd2-c2c8-e111b6d07f5a-8849ab9a, #w-node-_29a90383-5043-c876-d6f1-7d8076dde9c0-8849ab9a, #w-node-_29a90383-5043-c876-d6f1-7d8076dde9c2-8849ab9a, #w-node-_29a90383-5043-c876-d6f1-7d8076dde9c4-8849ab9a, #w-node-e6fefed8-6c21-0c5f-05d8-db654550bbd4-8849ab9a, #w-node-e6fefed8-6c21-0c5f-05d8-db654550bbd6-8849ab9a, #w-node-_2ef25506-9ea5-0cdb-ce20-771b84dac50a-8849ab9a, #w-node-_2ef25506-9ea5-0cdb-ce20-771b84dac50c-8849ab9a, #w-node-_2ef25506-9ea5-0cdb-ce20-771b84dac50e-8849ab9a, #w-node-_289a316e-a742-5779-5c65-2d49790afa70-8849ab9a, #w-node-_289a316e-a742-5779-5c65-2d49790afa72-8849ab9a, #w-node-_289a316e-a742-5779-5c65-2d49790afa75-8849ab9a, #w-node-_6187aa90-96a6-69a4-9f9c-e1718361cc41-8849ab9a, #w-node-_6187aa90-96a6-69a4-9f9c-e1718361cc43-8849ab9a, #w-node-_6187aa90-96a6-69a4-9f9c-e1718361cc48-8849ab9a, #w-node-fb8d3d1e-2fdb-bf3a-8ecf-3828a4dd7cfa-8849ab9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6f91d73c-93a4-1b09-dd0a-ce34c75b4194-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae07a6-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae07ae-fe51bc51, #w-node-_8fe41d5b-1bca-385e-ce65-152e43ae07b6-fe51bc51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_96f83210-d5ca-ae04-6871-943812f48992-53600520 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_9d65e873-9629-4ec9-2b8a-e3935a8c2ac6-53600520, #w-node-_3f1b05db-5a50-9465-ffe2-fa6da6ed9905-53600520, #w-node-_558ea182-2d97-f6e7-b74e-72dff3c49f7a-53600520, #w-node-f384ebf5-bb77-cd79-d614-f10b115605b2-53600520 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2a853701-3ea6-e377-4e13-e51c0e42b7fb-53600520, #w-node-_9c3bd9a2-7373-4943-3b81-4dc0d9953882-53600520 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5a207a07-22f6-e2a1-60f9-7248adc86414-53600520 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fee1e7b9-b4d6-25f9-18d4-f28419dd8976-53600520, #w-node-_55cab9e0-451c-fc0e-2b04-a367820b7867-53600520 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_96f83210-d5ca-ae04-6871-943812f48992-53600520 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9d65e873-9629-4ec9-2b8a-e3935a8c2ac6-53600520, #w-node-_3f1b05db-5a50-9465-ffe2-fa6da6ed9905-53600520, #w-node-_558ea182-2d97-f6e7-b74e-72dff3c49f7a-53600520, #w-node-f384ebf5-bb77-cd79-d614-f10b115605b2-53600520 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0a56618-c903-05d7-9568-db9003ec000e-03ebffd0 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_96f83210-d5ca-ae04-6871-943812f48992-53600520 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9d65e873-9629-4ec9-2b8a-e3935a8c2ac6-53600520, #w-node-_3f1b05db-5a50-9465-ffe2-fa6da6ed9905-53600520, #w-node-_558ea182-2d97-f6e7-b74e-72dff3c49f7a-53600520, #w-node-f384ebf5-bb77-cd79-d614-f10b115605b2-53600520 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0a56618-c903-05d7-9568-db9003ebffd4-03ebffd0, #w-node-b0a56618-c903-05d7-9568-db9003ebfff4-03ebffd0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-b0a56618-c903-05d7-9568-db9003ec000e-03ebffd0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0a56618-c903-05d7-9568-db9003ec000e-03ebffd0 {
    justify-self: center;
  }
}