:root {
  --black: #000;
  --red: #ee1c26;
  --white: white;
  --dark-grey: #333;
  --blue: #0e77bc;
  --white-2: white;
  --black-2: black;
}

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

body {
  color: #333;
  background-color: #fff;
  font-family: Helveticaneueltpro Roman, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

body.home  {
  background-color: #f3f3f3;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Helveticaneueltpro Th, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Helveticaneueltpro Th, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Helveticaneueltpro Md, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Helveticaneueltpro Md, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.1em;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Helveticaneueltpro Md, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.1em;
}

p {
  margin-bottom: 30px;
  line-height: 1.8em;
}

a {
  color: var(--red);
  font-family: Helveticaneueltpro Bd, sans-serif;
  text-decoration: none;
}

a:hover {
  color: var(--black);
}

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

li {
  margin-bottom: 10px;
}

.hero_video_section.mobile {
  display:none;
}

.hero_video_section {
  height: 100vh;
  overflow: hidden;
}

.phone_icon {
  width: 24px;
  margin-bottom: 0;
  margin-right: 5px;
}

.menu-icon_line-middle-base {
  width: 24px;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.top_phone_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon4_line-top {
  width: 24px;
  height: 2px;
  background-color: #070707;
  padding-bottom: 0;
  padding-right: 0;
}

.top_phone_btn {
  color: var(--black);
  letter-spacing: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Helveticaneueltpro Bd, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.top_phone_btn:hover {
  color: var(--red);
}

.menu-icon4 {
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-icon4_line-bottom {
  width: 24px;
  height: 2px;
  opacity: 1;
  background-color: #070707;
}

.navbar18_menu-button {
  z-index: 1;
  padding: 0;
}

.navbar18_menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.navbar18_container {
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.navbar {
  z-index: 1000;
  width: 100%;
  height: 80px;
  min-height: auto;
  background-color: #fff;
  border-bottom: 1px #000;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.15);
  right: 0%;
}

.appointment_btn {
  width: auto;
  height: 80px;
  background-color: var(--black);
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  padding: 0 20px;
  font-family: Helveticaneueltpro Md, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.appointment_btn:hover {
  background-color: var(--red);
  color: #fff;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  background-color: #070707;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.menu-icon4_line-middle {
  width: 24px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.logo {
  z-index: 1100;
  width: auto;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  padding: 9px;
  display: flex;
  position: fixed;
  top: 3px;
  left: 37%;
  right: auto;
}

.logo_img {
  width: 180px;
  margin-left: 10px;
  margin-right: 10px;
}

.navmenu_wrapper {
  z-index: 1000;
  height: auto;
  background-color: #fff;
  justify-content: center;
  padding: 5%;
  font-weight: 400;
  display: none;
  position: fixed;
  top: 80px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.navmenu_div {
  width: 100%;
  justify-content: center;
  display: flex;
}

.sublinks_wrapper {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

ul.menu, ul.sub-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom:0;
}

ul.menu li, ul.sub-menu li {
  margin-bottom: 0px;
}

.navlink, ul.menu li a {
  color: #070707;
  text-transform: none;
  border-bottom: 1px solid #070707;
  padding: 25px 15px 21px;
  font-family: Helveticaneueltpro Hv, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.navlink:hover, ul.menu li a:hover {
  background-color: var(--red);
  color: #fff;
}

.navmenu_column {
  width: 15%;
  margin-right: 2%;
}

.navmenu_column.half {
  width: 45%;
}

.navmenu_column.fullwidth {
  width: 100%;
}

.sublink, ul.sub-menu li a {
  color: #585858;
  border-bottom: 1px solid rgba(0, 0, 0, .13);
  margin-bottom: 0;
  padding: 12px 15px 10px;
  font-family: Helveticaneueltpro Md, sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size:1em;
}

.sublink:hover, ul.sub-menu li a:hover {
  color: #fff;
  background-color: #070707;
}

.navmenu_column_wrapper {
  width: 40%;
  justify-content: space-between;
  margin-right: 2%;
  display: flex;
}

.navmenu_column_wrapper._1 {
  width: 60%;
}

.navmenu_column_wrapper._2 {
  width: 20%;
}

.difference_section {
  background-color: rgba(255, 255, 255, 0);
  padding: 5%;
}

p.difference_text {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Helveticaneueltpro Lt, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
}
.section_header_wrapper {
  text-align: left;
  margin-bottom: 10px;
  text-align: center;
}

.section_header_wrapper.innerpage {
  margin-bottom: 5%;
}

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

.section_headline {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Ultlt, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
}

.section_headline.frames {
  color: var(--red);
  letter-spacing: 0;
  font-family: Helveticaneueltpro Bd, sans-serif;
  font-size: 2em;
}

.section_headline.inner {
  color: var(--red);
  font-size: 4em;
}

.section_headline.inner_black {
  font-size: 4em;
}

.callout_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 5%;
  padding: 0;
}

.callout_grid.nomargin {
  margin-top: 0%;
}

.callout_headline {
  height: auto;
  color: var(--red);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Helveticaneueltpro Md, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: .9em;
}

.callout_subheadline {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Lt, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
}

.callout_subheadline.inner {
  font-size: 1.1em;
  line-height: 1.2em;
}

.callout1 {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  align-items: center;
  padding: 10%;
}

.callout2 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 10%;
}

.cell3 {
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10%;
}

.callout_img_div {
  width: 200px;
  height: 200px;
  border: 1px solid #fff7f7;
  border-radius: 150px;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, .1);
}

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

.callout_img._3 {
  object-position: 50% 0%;
}

.welcome_section {
  background-color: var(--white);
  padding: 5% 15%;
}

.welcome_wrapper {
  text-align: center;
}

.welcome_img_div.lazy-background {
  background-image: url('../images/ph.jpg');
}

.welcome_img_div.lazy-background.visible {
  background-image: url('../images/parallax-img.jpg');
}

.welcome_img_div {
  height: 600px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.highligtht_text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Bd, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
}

.welcome_headline {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Helveticaneueltpro Th, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: .9em;
}

.testimonials_section {
  padding: 5% 10%;
}

.reviews_wrapper {
  margin-top: 2%;
  text-align:center;
}

.reviews_placeholder {
  width: 100%;
}

.main_tagline_div {
  z-index: 150;
  position: absolute;
  top: 65%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.main_tagline {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Hv, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.main_tagline2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
}

.video_overlaydiv {
  z-index: 10;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.optical_callout_wrapper {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.optical_callout_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.optical_txt_wrapper {
  z-index: 5;
  width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 15%;
  right: auto;
}

.optical_callout_headline {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Helveticaneueltpro Hv, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1em;
}

.optical_callout_headline.lenses {
  color: var(--red);
  font-family: Helveticaneueltpro Roman, sans-serif;
  font-size: 2.4em;
}

.optical_callout_txt {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Helveticaneueltpro Th, sans-serif;
  font-size: 1.2em;
}

.white_btn {
  border: 2px solid var(--white);
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50px;
  padding: 20px 35px 16px;
  font-family: Helveticaneueltpro Bd, sans-serif;
}

.white_btn:hover {
  color: var(--red);
  background-color: #fff;
}

.why_choose_section {
  padding: 8% 5% 5%;
}

.featured_frames_section {
  border-bottom: 50px solid var(--red);
  background-color: var(--white);
  padding: 5% 10%;
}

.frames_grid {
  margin-top: 5%;
  padding: 0;
}

.frame_cell {
  border: 1px solid var(--red);
  justify-content: flex-start;
  align-items: center;
  padding: 15% 14px;
}

.frame_cell:hover {
  border-color:#000;
}

.frame_img {
  width: 140px;
}

.frame_txt {
  color: var(--dark-grey);
  text-align: center;
}

.doc_section {
  background-color: rgba(255, 255, 255, 0);
  padding: 10%;
}

.doc_grid {
  padding: 0;
}

.hp_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  align-items: stretch;
}

.hp_img_div {
  height: 600px;
  border-radius: 0;
  overflow: hidden;
}

.doc_text_cell {
  justify-content: center;
  padding-left: 5%;
}

.hp_headline {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Helveticaneueltpro Md, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1em;
}

.hp_headline.financing {
  color: #fff;
  margin-bottom: 30px;
}

.doc_subheadline {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.3em;
  line-height: 1em;
}

.button {
  border: 2px solid var(--red);
  color: var(--red);
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border-radius: 50px;
  padding: 21px 35px 16px;
  font-family: Helveticaneueltpro Bd, sans-serif;
  font-size: .9em;
  font-weight: 400;
}

.button.review-btn {
  margin-top:40px;
}


.button:hover {
  background-color: var(--red);
  color: var(--white);
}

.ajax_section {
  background-color: #fff;
  padding-top: 0%;
  padding-bottom: 0%;
}

.ajax_wrapper {
  width: 100%;
  height: 700px;
}

.services_ajax {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  display: flex;
}

.ajax_tabs_menu {
  z-index: 10;
  width: 20%;
  background-color: var(--red);
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ajax_tablink {
  height: 100px;
  color: #fff;
  text-transform: none;
  background-color: rgba(221, 221, 221, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  flex: 1;
  align-items: center;
  padding: 0 15%;
  font-family: Helveticaneueltpro Bd, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  display: flex;
}

.ajax_tablink:hover {
  color: rgba(0, 0, 0, .75);
}

.ajax_tablink.w--current {
  border-style: none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: black black rgba(255, 255, 255, .3) var(--red);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ajax-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 35%;
  padding-left: 15%;
}

.tab_content {
  width: 80%;
  height: 100%;
  background-color: #000;
  border-bottom-left-radius: 0;
}

.tabpane {
  height: 100%;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: visible;
}

.ajax_img_div {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow: hidden;
}

#w-tabs-0-data-w-pane-0 .ajax_img_div {
  margin-left: 15%;
}

.ajax_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.ajax_img.right {
  object-position: 100% 50%;
}

.ajax_img_overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-position: 0% 50%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ajaxtab_content_wrapper {
  z-index: 5;
  width: 37%;
  height: auto;
  background-color: #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ajax_text {
  color: #fff;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Lt, sans-serif;
  font-size: 1.1em;
}

.financing_section {
  background-color: #fff;
  background-image: radial-gradient(circle at 50% 0, #333, #000);
  padding: 5% 15%;
}

.blog_section {
  padding: 10% 5% 5%;
}

.blog_section .review-btn {
  margin: 40px auto 0 auto;
  display: table;
}

.blog_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 5%;
  padding: 0;
}

.white_text {
  color: #fff9f9;
  font-family: Helveticaneueltpro Lt, sans-serif;
  font-size: 1em;
}

.white_text.nomargin {
  margin-bottom: 0;
}

.financing_wrapper {
  text-align: center;
}

.insurance_icon {
  width: 70px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.blog_cell {
  background-color: #fff;
  border-radius: 20px;
  align-items: stretch;
  padding: 10%;
}

.blog_img_div {
  height: 200px;
  margin-bottom: 30px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog_headline {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.3em;
  line-height: 1.1em;
}

.blog_link {
  color: var(--red);
  text-align: left;
  text-transform: uppercase;
  font-family: Helveticaneueltpro Bd, sans-serif;
  font-size: .9em;
  text-decoration: none;
}

.blog_link:hover {
  color: var(--black);
}

.blog_date_text {
  color: #727272;
  margin-bottom: 30px;
  font-size: .9em;
}

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

.footer_section {
  background-color: #fff;
  padding: 5%;
}

.contact_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 5%;
  padding: 0;
}

.contact_header_div {
  width: 100%;
  align-items: center;
  margin-bottom: 10%;
  display: flex;
}

.contact_header_div._2 {
  margin-bottom: 5%;
}

.contact_cell {
  align-items: stretch;
}

.footer_headline {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 1.2em;
  line-height: 1em;
}

.grey_line {
  width: 15%;
  height: 1px;
  background-color: #949494;
  margin-left: 5px;
  margin-right: 5px;
}

.text_field {
  height: 45px;
  color: var(--black);
  background-color: #f5f5f5;
  border: 1px rgba(0, 0, 0, .69);
  border-bottom-style: solid;
  margin-bottom: 20px;
  padding-top: 12px;
}

.text_field::-ms-input-placeholder {
  color: #f36e6e;
}

.text_field::placeholder {
  color: #f36e6e;
}

.submit_btn {
  background-color: var(--red);
  color: #fff;
  text-transform: uppercase;
  padding: 24px 30px 20px;
}

.submit_btn:hover {
  background-color: var(--black);
}

.text_area {
  min-height: 200px;
  color: #000;
  background-color: #f5f5f5;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 20px;
}

.text_area::-ms-input-placeholder {
  color: #f36e6e;
}

.text_area::placeholder {
  color: #f36e6e;
}

.location_cell {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0%;
  padding-left: 2%;
}

.location_div {
  width: 32%;
}

.location_div.eyespot {
  width: 48%;
  margin-top: 5%;
}

.location_name {
  height: auto;
  color: var(--red);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.2em;
  line-height: 1em;
}

.phone_text {
  margin-bottom: 10px;
}

.phone_text.fax {
  margin-bottom: 30px;
}

.hours_text {
  font-size: .9em;
  line-height: 1.3em;
}

.hours_bold {
  font-family: Helveticaneueltpro Bd, sans-serif;
}

.address_text {
  height: 80px;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.footer_icon {
  width: 24px;
}

.footer_wrapper {
  border-top: 1px solid rgba(0, 0, 0, .27);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.footer_div {
  width: 60%;
}

.footer_logo {
  width: 150px;
  margin-bottom: 30px;
}

.footer_text {
  margin-bottom: 5px;
  font-size: .9em;
}

.disclaimer_text {
  margin-bottom: 15px;
  font-size: .9em;
}

.disclaimer_links_text {
  font-size: .9em;
}

.soc_media_wrapper {
  width: auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10%;
  display: flex;
}

.soc_media_btn {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 0;
}

.soc_media_btn:hover {
  opacity: .45;
}

.disclaimer_link {
  color: #6e6e6e;
  font-family: Helveticaneueltpro Roman, sans-serif;
}

.footer_div_right {
  width: 20%;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.s_wrapper {
  margin-bottom: 0;
}

.busqueda_div {
  width: 100%;
  margin-bottom: 10%;
}

.s_btn {
  display: none;
}

.s_input {
  color: #000;
  background-color: #f7f7f7;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 12px;
}

.s_input::-ms-input-placeholder {
  color: #e24c4c;
}

.s_input::placeholder {
  color: #e24c4c;
}

.back_link {
  text-transform: uppercase;
  font-size: .8em;
}

.callouts_section {
  background-image: radial-gradient(circle at 50% 0, #363636, #000);
  padding: 5% 25%;
}

.callout_btn {
  width: 100%;
  height: 180px;
  color: var(--white);
  text-align: center;
  border: 1px solid #6d6d6d;
  flex-direction: column;
  align-items: center;
  padding: 35px;
  font-size: 1.2em;
  display: flex;
}

.callout_btn:hover {
  color: var(--red);
  background-color: rgba(0, 0, 0, .45);
}

.callout_icon {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}

.callout_btn_subtext {
  margin-top: 5px;
  font-family: Helveticaneueltpro Lt, sans-serif;
  font-size: .8em;
}

.callout_btn_cell {
  align-items: stretch;
}

.hero_video {
  height: 100%;
}

.eyespot_logo {
  width: 120px;
  margin-left: 10px;
  margin-right: 10px;
}

.video_wrapper {
  width: 70%;
  border: 1px solid #fff;
  margin: 5% auto 10%;
  box-shadow: 0 0 30px 15px rgba(0, 0, 0, .09);
}

.video_placeholder {
  width: 100%;
}

.inner_hero_section {
  height: 55vh;
  position: relative;
  overflow: hidden;
}

.no-image-header .inner_hero_section {
  display: none;
}

.hero_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 60%;
}

.hero_img.optical {
  object-position: 0% 15%;
}

.hero_img.brands {
  object-position: 50% 0%;
  margin-top: 60px;
}

.page_title_div {
  z-index: 10;
  width: 40%;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.no-image-header {
  background:#fff;
  margin-top: 120px;
}

.no-image-header .page_title_div {
  width: 90%;
  top: 0;
  position: relative;
}

.page_title_div._2 {
  top: 27%;
}

.page_title {
  color: var(--red);
  margin-bottom: 10px;
  font-family: Helveticaneueltpro Th, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1em;
}

.inner_page_section {
  background-color: var(--white);
  padding: 5% 10%;
}

.innerpage_grid {
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.innerpage_grid.margin {
  margin-bottom: 10%;
}

.innerpage_grid.matsuda {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 0%;
}

.inner_img_cell {
  align-items: stretch;
}

.inner_img_cell.matsuda {
  align-items: center;
}

.inner_text_cell {
  justify-content: center;
  padding-right: 5%;
}

.inner_text_cell.right {
  padding-left: 5%;
  padding-right: 0%;
}

.inner_text_cell.center {
  text-align: center;
  align-items: center;
  padding-right: 0%;
}

.inner_text_cell.cartier {
  padding: 0% 0% 0% 5%;
}

.inner_text_cell.brand {
  padding-top: 10%;
  padding-bottom: 10%;
}

.inner_headline {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Helveticaneueltpro Md, sans-serif;
  font-size: 2em;
  font-weight: 400;
}

.inner_headline.nomargin {
  margin-bottom: 10px;
  line-height: 1em;
}

.inner_page_subheadline {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Helveticaneueltpro Th, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
}

.innerpage_img_div {
  height: 100%;
  overflow: hidden;
}

.innerpage_img_div.matsuda {
  width: 50%;
}

.innerpage_img_div.cartier {
  height: 500px;
}

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

.inner_img.matsuda {
  object-fit: contain;
}

.inner_img.sabine {
  mix-blend-mode: multiply;
}

.services_callout_wrapper {
  width: 100%;
  background-color: var(--white);
  text-align: left;
  border-radius: 30px;
  margin: 0% auto;
  padding: 5% 10%;
}

.services_callout_wrapper.black_bg {
  background-color: var(--black);
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .76)), url('../images/inner-parallax-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  padding: 10% 15%;
}

.services_grid {
  padding: 0;
}

.service_link {
  margin-bottom: 15px;
  font-family: Helveticaneueltpro Roman, sans-serif;
  font-size: 1.2em;
}

.p_nomargin {
  margin-bottom: 0;
}

.white_callout_headline {
  color: var(--white);
  font-family: Helveticaneueltpro Th, sans-serif;
  font-size: 2.4em;
}

.inner_callout_section {
  padding: 5% 10%;
}

.inner_callout_section._2 {
  padding: 0%;
}

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

.inner_appointment_section {
  background-image: radial-gradient(circle at 50% 0, #414141, #000);
  padding: 10% 20%;
}

.inner_appointment_wrapper {
  text-align: center;
}

.inner_appointment_text {
  color: var(--white);
  margin-bottom: 0;
  font-family: Helveticaneueltpro Th, sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.link_to_white:hover {
  color: var(--white);
}

.brand_logo {
  width: 150px;
  margin-bottom: 30px;
}

.brand_logo.cutler {
  width: 200px;
}

.brand_logo.lindberg {
  width: 250px;
}

.brand_logo.nomargin {
  margin-bottom: 0;
}

.brand_logo.sabine {
  width: 250px;
  margin-bottom: 0;
}

.brands_innerpage_section {
  padding: 5% 10%;
}

.brands_innerpage_section.cartier {
  height: auto;
  padding: 5% 10%;
}

.view_more_btn_div {
  height: auto;
}

.view_more_btn {
  width: 100%;
  height: 100%;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  font-family: Helveticaneueltpro Roman, sans-serif;
  font-size: 2em;
  display: flex;
}

.view_more_btn:hover {
  background-color: var(--red);
  color: var(--black);
}

.glasses_icon {
  width: 50px;
  margin-bottom: 17px;
}

.lenses_section {
  background-color: var(--white);
  padding: 7% 10%;
}

.lenses_text_cell {
  justify-content: center;
}

.lenses_img_cell {
  justify-content: center;
  padding-right: 10%;
}

.lenses_img_div {
  width: 100%;
}

.lenses_img_div_mob {
  display:none;
}

.ipl_section {
  background-color: #050318;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.cosmetic_wrapper {
  width: 100%;
  height: auto;
  padding: 5% 15%;
  position: relative;
}

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

.cosmetic_text_cell {
  justify-content: center;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.3em;
    font-weight: 400;
  }

  h2 {
    font-size: 2.6em;
    font-weight: 400;
  }

  .menu-icon_line-middle-base {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar18_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar18_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar18_container {
    grid-auto-columns: 1fr;
  }

  .navbar {
    position: relative;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .menu-icon4_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .logo {
    position: absolute;
    left: 14%;
  }

  .logo_img {
    width: 150px;
  }

  .navmenu_wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .navmenu_div {
    align-items: flex-start;
  }

  .navlink {
    padding: 20px 10px 15px;
    font-size: 1.1em;
  }

  .navmenu_column {
    width: 24%;
  }

  .navmenu_column.half {
    width: 100%;
  }

  .sublink {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    font-size: .9em;
  }

  .navmenu_column_wrapper {
    width: 24%;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 10px;
  }

  .navmenu_column_wrapper._1 {
    width: 70%;
    flex-wrap: nowrap;
  }

  .difference_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section_headline {
    font-size: 4em;
  }

  .callout_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .callout_headline {
    font-size: 1.3em;
  }

  .callout_subheadline {
    font-size: 1.1em;
  }

  .welcome_section {
    padding: 10%;
  }

  .welcome_img_div {
    height: 300px;
  }

  .testimonials_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .optical_callout_img {
    object-position: 30% 50%;
  }

  .optical_txt_wrapper {
    width: 45%;
    left: 10%;
  }

  .optical_callout_headline {
    font-size: 2.8em;
  }

  .featured_frames_section {
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hp_img_div {
    height: 500px;
  }

  .doc_text_cell {
    padding-top: 5%;
    padding-left: 0%;
  }

  .ajax_wrapper {
    height: auto;
  }

  .services_ajax {
    display: block;
  }

  .ajax_tabs_menu {
    width: 100%;
  }

  .ajax_tablink, .ajax_tablink.w--current {
    font-size: 1.3em;
    padding:20px;
  }

  .tab_content {
    width: 100%;
  }

  .ajaxtab_content_wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, .79);
  }

  #w-tabs-0-data-w-pane-0 .ajax_img_div {
    margin-left: 0%;
}

  .financing_section {
    padding: 10%;
  }

  .blog_section {
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .blog_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog_cell {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .blog_img_div {
    height: 250px;
  }

  .footer_section {
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact_grid {
    margin-bottom: 10%;
  }

  .location_cell {
    padding-top: 5%;
    padding-left: 0%;
  }

  .location_div {
    width: 30%;
    margin-bottom: 5%;
  }

  .footer_wrapper {
    flex-wrap: wrap;
  }

  .footer_div {
    width: 100%;
  }

  .soc_media_wrapper {
    justify-content: center;
  }

  .soc_media_btn {
    margin-left: 0;
    margin-right: 10px;
  }

  .footer_div_right {
    width: 60%;
    align-items: flex-start;
    margin-top: 10%;
  }

  .callouts_section {
    padding-left: 15%;
    padding-right: 15%;
  }

  .callout_btn {
    text-align: center;
  }

  .eyespot_logo {
    width: 100px;
  }

  .no-image-header {
    margin-top: 40px;
  }

  .optical_callout_overlay {
    z-index: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .51) 32%, rgba(0, 0, 0, 0) 99%);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .inner_hero_section {
    height: 500px;
  }

  .no-image-header .inner_hero_section {
    height: 170px;
  }

  .inner_hero_section.brands {
    height: 400px;
  }

  .hero_img.brands {
    margin-top: 0;
  }

  .page_title_div {
    width: 45%;
  }

  .page_title_div._2 {
    width: 50%;
  }

  .page_title_div._3 {
    width: 55%;
    top: 35%;
  }

  .page_title {
    font-size: 3.4em;
  }

  .page_title.brands {
    font-size: 3em;
  }

  .inner_page_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .inner_text_cell {
    padding-right: 0%;
  }

  .inner_text_cell.right {
    padding-left: 0%;
  }

  .inner_text_cell.brand {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .inner_headline.nomargin {
    font-size: 1.6em;
  }

  .inner_page_subheadline {
    font-size: 2.6em;
  }

  .innerpage_img_div {
    height: 400px;
  }

  .innerpage_img_div.matsuda {
    width: 80%;
    height: auto;
  }

  .innerpage_img_div.cartier {
    height: 400px;
  }

  .inner_callout_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .cosmetic_grid, .lenses_grid {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.4em;
  }

  .hero_video_section {
    height: 350px;
  }

  .phone_icon {
    display: none;
  }

  .top_phone_wrapper {
    grid-column-gap: .5rem;
  }

  .top_phone_btn {
    font-size: 1em;
  }

  .navbar18_menu-button {
    margin-left: -1rem;
    margin-right: 12px;
  }

  .navbar18_container {
    margin-left: 20px;
  }

  .navbar {
    height: 70px;
    min-height: auto;
  }

  .appointment_btn {
    height: 70px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9em;
  }

  .logo {
    width: auto;
    height: auto;
    margin-top: 5px;
    margin-left: 0;
    padding: 0 0 9px;
    top: 0;
    left: 68px;
  }

  .logo_img {
    width: 140px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .navmenu_wrapper {
    display: none;
    top: 60px;
  }

  .navlink {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1em;
  }

  .sublink {
    display: none;
  }

  .navmenu_column_wrapper {
    width: 32%;
  }

  .navmenu_column_wrapper._1 {
    width: 45%;
    flex-wrap: wrap;
  }

  .navmenu_column_wrapper._2 {
    width: 45%;
  }

  .section_headline, .section_headline.inner, .section_headline.inner_black {
    font-size: 3em;
  }

  .callout1, .callout2 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .welcome_img_div {
    height: 240px;
  }

  .welcome_headline {
    font-size: 4em;
  }

  .main_tagline_div {
    top: 260px;
  }

  .main_tagline {
    font-size: 2.8em;
  }

  .main_tagline2 {
    font-size: 1.6em;
  }

  .video_overlaydiv {
    height: 420px;
  }

  .optical_callout_img {
    object-position: 50% 50%;
  }

  .optical_txt_wrapper {
    width: 65%;
    justify-content: center;
    padding-bottom: 0%;
  }

  .optical_callout_headline {
    font-size: 2.2em;
  }

  .why_choose_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .ajaxtab_content_wrapper {
    width: 100%;
  }

  .location_div {
    width: 100%;
    margin-bottom: 49px;
  }

  .location_div.eyespot {
    width: 100%;
  }

  .callouts_section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .callout_btn {
    height: 200px;
    font-size: 1.1em;
  }

  .eyespot_logo {
    width: 80px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .optical_callout_overlay {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .9) 17%, rgba(0, 0, 0, .49) 99%);
  }

  .inner_hero_section {
    height: 300px;
  }

  .no-image-header .inner_hero_section {
    height: 120px;
  }

  .page_title_div {
    width: 50%;
    top: 12%;
  }

  .page_title_div._2 {
    top: 22%;
  }

  .page_title_div._3 {
    top: 318px;
  }

  .page_title, .page_title.brands {
    font-size: 2.6em;
  }

  .inner_headline.nomargin {
    font-size: 1.3em;
  }

  .innerpage_img_div {
    height: 300px;
  }

  .services_callout_wrapper {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
  }

  .services_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .service_link {
    font-size: 1em;
  }

  .white_callout_headline {
    font-size: 2em;
  }

  .inner_appointment_section {
    padding-left: 15%;
    padding-right: 15%;
  }

  .inner_appointment_text {
    font-size: 1.7em;
  }

  .brands_innerpage_section.cartier {
    padding-top: 10%;
    padding-bottom: 10%;
  }

}

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

  h2 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.2em;
  }

  .hero_video_section.desktop {
    display:none;
  }

  .hero_video_section.mobile {
    display:block;
  }

  .hero_video_section {
    height: 300px;
  }

  .phone_icon {
    display: none;
  }

  .top_phone_btn {
    padding-right: 12px;
  }

  .appointment_btn {
    display: none;
  }

  .logo {
    width: auto;
    justify-content: flex-end;
    margin-left: 0;
    padding: 0;
    top: 2px;
    left: 53px;
  }

  .logo_img {
    width: 140px;
  }

  .navmenu_wrapper {
    padding-bottom: 250px;
    top: 67px;
    overflow: scroll;
    height: 100%;
  }

  .navmenu_div {
    flex-wrap: wrap;
  }

  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navmenu_column {
    width: 48%;
  }

  .navmenu_column.fullwidth {
    margin-right: 0%;
  }

  .navmenu_column_wrapper, .navmenu_column_wrapper._1 {
    width: 100%;
    flex-wrap: wrap;
  }

  .navmenu_column_wrapper._2 {
    width: 100%;
  }

  .difference_section {
    padding-top: 15%;
  }

  .section_header_wrapper.innerpage {
    margin-bottom: 15%;
  }

  .no-image-header .inner_hero_section {
    height: 96px;
  }

  .section_headline {
    font-size: 2.4em;
    line-height: .9em;
  }

  .callout2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .callout_img_div {
    width: 150px;
    height: 150px;
  }

  .welcome_section {
    padding: 5%;
}

  .welcome_img_div.lazy-background.visible {
    background-image: url('../images/parallax-img.jpg');
  }  

  .welcome_img_div {
    height: 130px;
  }

  .welcome_headline {
    font-size: 3em;
  }

  .testimonials_section {
    padding: 5% 5%;
}

.cosmetic_wrapper {
  padding: 5% 10%;
}

  .main_tagline {
    font-size: 1.8em;
  }

  .main_tagline2 {
    font-size: 1.2em;
  }

  .video_overlaydiv {
    height: 370px;
  }

  .optical_callout_wrapper {
    height: auto;
  }

  .optical_callout_img {
    object-position: 100% 50%;
  }

  .optical_txt_wrapper {
    width: 100%;
    background-color: #2b2b2b;
    padding: 10%;
    position: static;
  }

  .optical_callout_headline {
    font-size: 1.8em;
    line-height:1.3;
  }

  .optical_callout_txt {
    font-size: 1em;
  }

  .white_btn {
    text-align: center;
  }

  .why_choose_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .featured_frames_section {
    padding: 10%;
  }

  .doc_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .hp_img_div {
    height: 350px;
  }

  .hp_headline {
    font-size: 1.8em;
  }

  .lenses_img_div {
    display:none;
}

.lenses_img_div_mob {
  display:block;
  padding-bottom:30px;
}

  .ajax_wrapper {
    height: auto;
  }

  .services_ajax {
    flex-direction: column;
  }

  .ajax_tabs_menu {
    width: 100%;
  }

  .ajax_tablink {
    padding: 5%;
  }

  .ajax_tablink.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 5%;
  }

  .tab_content {
    width: 100%;
  }

  .w-tab-pane {
    padding-top: 180px;
    padding-bottom: 60px;
}

  .ajax_text {
    font-size: 1em;
  }

  .financing_section, .blog_section, .footer_section {
    padding-top: 15%;
    padding-bottom: 15%;
    padding-right:5%;
    padding-left:5%;
  }

  .blog_cell {
    padding: 5%;
}

  .footer_div_right {
    width: 100%;
  }

  .callouts_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .callout_btn {
    height: auto;
  }

  .optical_callout_overlay {
    display: none;
  }

  .hero_img.optical {
    object-position: 50% 50%;
  }

  .hero_img.brands {
    object-position: 70% 0%;
  }

  .page_title_div._2 {
    top: 17%;
  }

  .page_title_div._3 {
    width: 70%;
    top: 348px;
  }

  .page_title {
    font-size: 2em;
  }

  .page_title.brands {
    color: var(--white);
    font-size: 2em;
  }

  .inner_page_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .inner_headline.nomargin {
    font-size: 1.1em;
  }

  .inner_page_subheadline {
    font-size: 2em;
  }

  .innerpage_img_div.matsuda {
    width: 100%;
  }

  .innerpage_img_div.cartier {
    height: 300px;
  }

  .inner_img._1 {
    object-position: 0% 50%;
  }

  .services_callout_wrapper {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .services_callout_wrapper.black_bg {
    background-image: linear-gradient(rgba(0, 0, 0, .84), rgba(0, 0, 0, .84)), url('../images/inner-parallax-img.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .white_callout_headline {
    font-size: 1.6em;
  }

  .inner_callout_section, .inner_appointment_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .inner_appointment_text {
    font-size: 1.4em;
  }

  .brands_innerpage_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .location_cell, .location_div.eyespot {
    padding-top: 0px;
    margin-top: 0px;
  }

  .location_div {
    margin-bottom: 10px;
  }

  .contact_grid {
    margin-bottom: 0;
  }
}

#w-node-a4be62f5-d89b-181a-3103-04eef2aab90d-f0398cdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d948ad57-7aac-1916-7194-c97136808d25-f0398cdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_9ebe768f-2cfe-5e54-c552-b3977d84f5fd-f0398cdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ab6aa732-18f3-8550-b966-7911b71f84cb-f0398cdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f4292779-625e-e259-3822-aa5918293fe3-f0398cdd, #w-node-_2df64bc3-a05d-d48d-b529-ea19e82f58a9-f0398cdd, #w-node-b0e01fc9-633d-5ff7-206b-350f78f85df8-f0398cdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fdee9619-cd30-33c8-f9b1-4ae14aa4dd03-f0398cdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a00ace4b-9776-fe3a-677a-627f649837ea-f0398cdd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-e745f5a8-cdba-f84a-713f-cd84b5e969de-067bab39, #w-node-f2821590-7c77-c1aa-b20b-c690f6fb9c9e-067bab39, #w-node-_1b5f7fb6-885c-cae0-b584-9350096bff36-067bab39, #w-node-_1b5f7fb6-885c-cae0-b584-9350096bff46-067bab39, #w-node-bfb96d43-c6c5-c525-5447-be2a1f54e52e-067bab39 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_42c1aae6-3f64-8274-c893-6823ae7e6fd7-067bab39 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-e745f5a8-cdba-f84a-713f-cd84b5e969de-12566610, #w-node-ee08ca54-c22d-94c3-eb33-01b722366db5-12566610 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1e4e8441-bc7d-1bd3-0cec-a024a0854acd-12566610 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-ba278e21-a7ad-afd5-376e-84cba7a30152-12566610 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b084657c-c650-07aa-2484-70da4715ba32-12566610 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_42c1aae6-3f64-8274-c893-6823ae7e6fd7-12566610 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-e745f5a8-cdba-f84a-713f-cd84b5e969de-0e69d207 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ee08ca54-c22d-94c3-eb33-01b722366db5-0e69d207 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_028aca02-9d37-d1d0-6839-053db7f901a8-0e69d207, #w-node-_9b4a9857-eaa9-7b0e-3fdd-bcdef94d8556-0e69d207 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5b2116c4-7cf7-1da1-07eb-21fe7902fa74-0e69d207 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_72a5e2e4-a989-70ce-563b-c3d054e79f92-0e69d207 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_42c1aae6-3f64-8274-c893-6823ae7e6fd7-0e69d207 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

@media screen and (max-width: 991px) {
  
  #w-node-a4be62f5-d89b-181a-3103-04eef2aab90d-f0398cdd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b0e01fc9-633d-5ff7-206b-350f78f85df8-f0398cdd, #w-node-fdee9619-cd30-33c8-f9b1-4ae14aa4dd03-f0398cdd, #w-node-a00ace4b-9776-fe3a-677a-627f649837ea-f0398cdd, #w-node-e745f5a8-cdba-f84a-713f-cd84b5e969de-067bab39, #w-node-_1b5f7fb6-885c-cae0-b584-9350096bff36-067bab39, #w-node-_1b5f7fb6-885c-cae0-b584-9350096bff46-067bab39, #w-node-bfb96d43-c6c5-c525-5447-be2a1f54e52e-067bab39, #w-node-_42c1aae6-3f64-8274-c893-6823ae7e6fd7-067bab39, #w-node-e745f5a8-cdba-f84a-713f-cd84b5e969de-12566610, #w-node-ee08ca54-c22d-94c3-eb33-01b722366db5-12566610, #w-node-ba278e21-a7ad-afd5-376e-84cba7a30152-12566610 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b084657c-c650-07aa-2484-70da4715ba32-12566610 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_42c1aae6-3f64-8274-c893-6823ae7e6fd7-12566610, #w-node-e745f5a8-cdba-f84a-713f-cd84b5e969de-0e69d207, #w-node-ee08ca54-c22d-94c3-eb33-01b722366db5-0e69d207, #w-node-_028aca02-9d37-d1d0-6839-053db7f901a8-0e69d207, #w-node-_9b4a9857-eaa9-7b0e-3fdd-bcdef94d8556-0e69d207, #w-node-_5b2116c4-7cf7-1da1-07eb-21fe7902fa74-0e69d207, #w-node-_72a5e2e4-a989-70ce-563b-c3d054e79f92-0e69d207, #w-node-_42c1aae6-3f64-8274-c893-6823ae7e6fd7-0e69d207 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a4be62f5-d89b-181a-3103-04eef2aab90d-f0398cdd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d948ad57-7aac-1916-7194-c97136808d25-f0398cdd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-ab6aa732-18f3-8550-b966-7911b71f84cb-f0398cdd, #w-node-f2821590-7c77-c1aa-b20b-c690f6fb9c9e-067bab39, #w-node-_1e4e8441-bc7d-1bd3-0cec-a024a0854acd-12566610, #w-node-b084657c-c650-07aa-2484-70da4715ba32-12566610 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  .video_wrapper {
    width:100%;
  }
}

@media screen and (max-width: 479px) {
    
    p.difference_text{
        line-height: 1.5em;
    }
  #w-node-d948ad57-7aac-1916-7194-c97136808d25-f0398cdd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9ebe768f-2cfe-5e54-c552-b3977d84f5fd-f0398cdd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Helveticaneueltpro Ultlt';
  src: url('../fonts/HelveticaNeueLTPro-UltLt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Roman';
  src: url('../fonts/HelveticaNeueLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Md';
  src: url('../fonts/HelveticaNeueLTPro-Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Lt';
  src: url('../fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Th';
  src: url('../fonts/HelveticaNeueLTPro-Th.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Blk';
  src: url('../fonts/HelveticaNeueLTPro-Blk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Bd';
  src: url('../fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Hv';
  src: url('../fonts/HelveticaNeueLTPro-Hv.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}