@charset "UTF-8";
/*
Theme Name: Granite Bay
Description: Green bay? Nope.. Granite Bay!
Author: FS
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: unset;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-color: unset;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer;
}

div.two-col {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  div.two-col {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.two-col {
  -moz-columns: 2;
       columns: 2;
}
@media screen and (max-width: 767px) {
  .two-col {
    -moz-columns: 1;
         columns: 1;
  }
}

.three-col {
  -moz-columns: 3;
       columns: 3;
}
@media screen and (max-width: 767px) {
  .three-col {
    -moz-columns: 1;
         columns: 1;
  }
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.85em;
}

em {
  font-style: italic;
}

/* wordpress */
@media screen and (max-width: 767px) {
  img.alignnone,
  img.size-full {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img.aligncenter {
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
  display: block;
}

img.alignleft {
  margin: 1rem 3rem 3rem 0;
  max-width: 100%;
  height: auto;
  float: left;
}

img.alignright {
  margin: 1rem 0rem 3rem 3rem;
  max-width: 100%;
  height: auto;
  float: right;
}

img.size-full {
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  img.aligncenter,
  img.alignleft,
  img.alignright,
  img.alignmedium,
  img.aligcenter {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
.wp-caption {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  iframe[src*=youtube] {
    max-height: 340px;
  }
}
img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 400ms ease;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 400ms ease;
}

@media (max-width: 767px) {
  .wp-caption {
    width: 100% !important;
  }
}
html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}

body {
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  color: #000;
  font-family: "proxima-nova", sans-serif;
}

button {
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  color: #000;
  font-family: "proxima-nova", sans-serif;
}

.header-menu {
  list-style: none;
  display: flex;
  width: 100%;
}
@media (max-width: 980px) {
  .header-menu {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.header-menu > li {
  display: flex;
  align-items: stretch;
}
.header-menu > li > a {
  text-transform: uppercase;
}
.header-menu a {
  padding-block: 0;
  padding-inline: 1rem;
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #1D1B1B;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .header-menu a {
    display: block;
    padding-block: 1rem;
  }
}
@media (hover: hover) {
  .header-menu > li:hover {
    background: #F2F2F2;
  }
}
.header-menu > li.menu-item-has-children {
  position: relative;
}
@media (hover: hover) {
  .header-menu > li.menu-item-has-children:hover .sub-menu.depth-0 {
    display: block;
  }
}
@media (hover: hover) {
  .header-menu > li.menu-item-has-children.mega {
    position: static;
  }
  .header-menu > li.menu-item-has-children.mega .sub-menu.depth-0 {
    width: 100%;
    position: absolute;
    left: 0;
    padding-inline: 10vw;
  }
  .header-menu > li.menu-item-has-children.mega .sub-menu.depth-0 > li {
    width: 100%;
    max-width: 33.333%;
  }
  .header-menu > li.menu-item-has-children.mega .sub-menu.depth-0 > li > a {
    font-weight: 500;
    font-size: 26px;
    display: block;
  }
  .header-menu > li.menu-item-has-children.mega .sub-menu.depth-0 > li > a:after {
    display: none;
  }
  .header-menu > li.menu-item-has-children.mega:hover .sub-menu.depth-0 {
    display: flex;
  }
  .header-menu > li.menu-item-has-children.mega:hover .sub-menu.depth-1 {
    left: unset !important;
  }
  .header-menu > li.menu-item-has-children.mega .sub-menu.depth-1 {
    display: block;
    position: relative;
    left: unset;
    top: unset;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    background: unset;
    padding-block: 0;
  }
  .header-menu .sub-menu {
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    background: #F2F2F2;
    padding-block: 2rem;
  }
}
@media (hover: hover) and (max-width: 980px) {
  .header-menu .sub-menu {
    background: #fff;
    position: relative;
    top: unset;
    left: unset;
    min-width: auto;
    padding-block: 0;
  }
}
@media (hover: hover) {
  .header-menu .sub-menu a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    padding-block: 1rem;
    padding-inline: 1rem;
    position: relative;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .header-menu .sub-menu a::after {
    content: "";
    width: 2ch;
    height: 2px;
    background: #FF7F2F;
    position: absolute;
    bottom: 0.5rem;
    left: 1rem;
    border-radius: 10px;
  }
  .header-menu .sub-menu a.growing::after {
    animation: aftergrow 0.3s ease forwards;
  }
  .header-menu .sub-menu a.shrinking::after {
    animation: aftershrink 0.3s ease forwards;
  }
  @keyframes aftergrow {
    0% {
      width: 2ch;
      height: 2px;
    }
    40% {
      width: 2ch;
      height: 4px;
    }
    100% {
      width: calc(100% - 2rem);
      height: 4px;
    }
  }
  @keyframes aftershrink {
    0% {
      width: calc(100% - 2rem);
      height: 4px;
    }
    60% {
      width: 2ch;
      height: 4px;
    }
    100% {
      width: 2ch;
      height: 2px;
    }
  }
  .header-menu.depth-0 > li.menu-item-has-children:hover .sub-menu.depth-1 {
    display: block;
    left: 100%;
    top: 0;
  }
}
.header-menu .nav-plus {
  display: none;
}

.opennav {
  display: none;
}

@media (max-width: 980px) {
  .fixedheader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 4%;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.06));
    z-index: 666;
  }
  .fixedheader nav {
    display: none;
    position: absolute;
    z-index: 999;
    height: 100vh;
    overflow-y: scroll;
    padding-block: 0 15rem;
    width: 100%;
    top: 100%;
    left: 0;
  }
  .fixedheader nav.is-active {
    display: block;
    background: #fff;
  }
  .opennav {
    display: block;
  }
  .opennav.is-active .open {
    display: none;
  }
  .opennav.is-active .close {
    display: block;
  }
  .opennav .open {
    height: 18px;
    width: 25px;
  }
  .opennav .close {
    display: none;
    height: 18px;
    width: 25px;
  }
  .header-menu a {
    font-size: 1rem;
    text-transform: uppercase;
  }
  .header-menu a:after {
    display: none;
  }
  .header-menu .sub-menu {
    display: none;
    width: 100%;
  }
  .header-menu .sub-menu a {
    display: block;
    padding-left: 2rem;
  }
  .header-menu > li {
    border-block: 1px solid #F7F5F1;
  }
  .header-menu .menu-item-has-children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-menu .menu-item-has-children > a {
    flex-grow: 1;
  }
  .header-menu .nav-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 100%;
  }
  .header-menu .nav-plus.rotatoe .linetwo {
    display: none;
  }
  .mega .sub-menu.depth-1 a {
    padding-left: 2.5rem;
  }
}
h1 {
  font-family: "ivypresto-display", serif;
  margin-block: 0 1rem;
}

h2 {
  font-family: "ivypresto-display", serif;
  margin-block: 0 1rem;
}

h3 {
  font-family: "ivypresto-display", serif;
  margin-block: 0 1rem;
}

h4 {
  font-family: "ivypresto-display", serif;
  margin-block: 0 1rem;
}

h1 {
  font-size: 56px;
  line-height: 69px;
  font-weight: 300;
}
@media (max-width: 767px) {
  h1 {
    font-size: 33px;
    line-height: 35px;
  }
}

h2 {
  font-size: 46px;
  line-height: 53px;
  font-weight: 100;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

h3 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 100;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

p {
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  margin-block: 0 1rem;
}

main p a {
  color: currentColor;
}
main ol {
  margin-left: 1rem;
  list-style-position: outside;
  margin-bottom: 1rem;
}
main ol li {
  padding-block: 0 1.5rem;
}
main ul li::marker {
  color: #FF7F2F;
}

.fixedheader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  z-index: 999;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.06));
}
@media (max-width: 980px) {
  .fixedheader {
    padding: 0;
    align-items: center;
  }
}
.fixedheader .herotel {
  font-family: "ivypresto-display", serif;
  font-size: 23px;
  color: #1D1B1B;
  text-decoration: none;
  align-self: center;
}
@media screen and (max-width: 1190px) {
  .fixedheader .herotel {
    display: none;
  }
}
@media (max-width: 980px) {
  .fixedheader .herotel {
    display: flex;
    font-size: 0;
    align-self: center;
  }
}
.fixedheader .herotel svg {
  display: none;
}
@media (max-width: 980px) {
  .fixedheader .herotel svg {
    display: block;
  }
  .fixedheader .herotel svg path {
    fill: #FF7F2F;
  }
}
.fixedheader .leftnav {
  display: flex;
}
@media (min-width: 981px) {
  .fixedheader .leftnav nav {
    height: 100%;
    display: flex;
  }
}
@media (min-width: 981px) and (max-width: 980px) {
  .fixedheader .leftnav nav {
    display: none;
  }
}
.fixedheader .logo {
  display: flex;
  margin-right: 1rem;
}
.fixedheader .logo a {
  display: flex;
  align-items: center;
}
.fixedheader .rightnav {
  display: flex;
  align-items: stretch;
}
@media (max-width: 980px) {
  .fixedheader .rightnav {
    align-items: center;
    gap: 1rem;
    padding-right: 4%;
  }
}
.fixedheader .rightnav .herobutton, .fixedheader .rightnav .global_contact_footer .button, .global_contact_footer .fixedheader .rightnav .button, .fixedheader .rightnav .contact_page_form_block .button, .contact_page_form_block .fixedheader .rightnav .button {
  margin-left: 3vw;
}
@media screen and (max-width: 1050px) {
  .fixedheader .rightnav .herobutton, .fixedheader .rightnav .global_contact_footer .button, .global_contact_footer .fixedheader .rightnav .button, .fixedheader .rightnav .contact_page_form_block .button, .contact_page_form_block .fixedheader .rightnav .button {
    font-size: 1rem;
  }
}
@media (max-width: 980px) {
  .fixedheader .rightnav .herobutton, .fixedheader .rightnav .global_contact_footer .button, .global_contact_footer .fixedheader .rightnav .button, .fixedheader .rightnav .contact_page_form_block .button, .contact_page_form_block .fixedheader .rightnav .button {
    display: none;
  }
}

.herobutton, .global_contact_footer .button, .contact_page_form_block .button {
  background: #1D1B1B;
  color: #fff;
  text-decoration: none;
  font-family: "ivypresto-display", serif;
  font-size: 23px;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.herobutton:hover, .global_contact_footer .button:hover, .contact_page_form_block .button:hover {
  background: #FF7F2F;
}

.moblogo {
  display: none;
}
@media (max-width: 980px) {
  .moblogo {
    display: block;
    margin-left: 1rem;
  }
}

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

nav .btnwrap {
  display: none;
}
@media (max-width: 767px) {
  nav .btnwrap {
    display: flex;
    margin-top: 2rem;
  }
  nav .btnwrap .herobutton, nav .btnwrap .global_contact_footer .button, .global_contact_footer nav .btnwrap .button, nav .btnwrap .contact_page_form_block .button, .contact_page_form_block nav .btnwrap .button {
    background: #FF7F2F;
    width: 100%;
    margin-inline: 8%;
  }
}

.underlinebutton, .home_hero p:has(a) a {
  --underline-start: 3ch;
  --underline-max: calc(100% - 2rem);
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 28px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-block: 0 1rem;
}
.underlinebutton.small, .home_hero p:has(a) a.small {
  --underline-start: 1ch;
  --underline-max: 100%;
}
.underlinebutton.standard, .home_hero p:has(a) a.standard {
  --underline-max: 100%;
  --underline-start: 2ch;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
}
.underlinebutton.standard:after, .home_hero p:has(a) a.standard:after {
  left: 0;
  transform: unset;
  bottom: 0.5ex;
  background: #FF7F2F;
}
.underlinebutton::after, .home_hero p:has(a) a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: --underline-start;
  height: 2px;
  background: #fff;
  border-radius: 20px;
  transition: none;
}
@media (hover: hover) and (pointer: fine) {
  .underlinebutton:hover::after, .home_hero p:has(a) a:hover::after {
    animation: underlinebutton__grow 0.6s ease forwards;
  }
  .underlinebutton:not(:hover)::after, .home_hero p:has(a) a:not(:hover)::after {
    animation: underlinebutton__shrink 0.6s ease forwards;
  }
}
@media (max-width: 980px) {
  .underlinebutton:after, .home_hero p:has(a) a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 2ch;
    height: 2px;
    background: #fff;
    border-radius: 20px;
    transition: none;
  }
}

@keyframes underlinebutton__grow {
  0% {
    width: var(--underline-start);
    height: 2px;
    background: #FF7F2F;
  }
  40% {
    width: var(--underline-start);
    height: 4px;
    background: #FF7F2F;
  }
  100% {
    width: var(--underline-max);
    height: 4px;
    background: #FF7F2F;
  }
}
@keyframes underlinebutton__shrink {
  0% {
    width: var(--underline-max);
    height: 4px;
    background: #FF7F2F;
  }
  60% {
    width: var(--underline-start);
    height: 4px;
    background: #FF7F2F;
  }
  100% {
    width: var(--underline-start);
    height: 2px;
  }
}
.home_hero {
  position: relative;
  height: calc(100vh - 78px);
  overflow: hidden;
}
.home_hero:after {
  content: "";
  background: #000;
  opacity: 0.47;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.home_hero video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.home_hero #deskvid {
  display: block;
}
@media (max-width: 767px) {
  .home_hero #deskvid {
    display: none;
  }
}
.home_hero #mobvid {
  display: none;
}
@media (max-width: 767px) {
  .home_hero #mobvid {
    display: block;
  }
}
.home_hero .cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 33;
  width: 644px;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media (max-width: 767px) {
  .home_hero .cnt {
    padding-inline: 2%;
    width: 100%;
  }
}
.home_hero p {
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
  margin-block: 0 40px;
}
@media (max-width: 767px) {
  .home_hero p {
    font-size: 16px;
    line-height: 22px;
    text-wrap: balance;
    padding-inline: 4%;
  }
}
.home_hero p:first-of-type {
  font-weight: 100;
  text-align: center;
  position: relative;
  margin-block: 0;
  font-family: "ivypresto-display", serif;
  font-size: 56px;
  line-height: 69px;
}
@media (max-width: 767px) {
  .home_hero p:first-of-type {
    font-size: 33px;
    line-height: 35px;
    text-wrap: balance;
    padding-inline: 4%;
    word-break: keep-all;
  }
}
.home_hero h1 {
  font-weight: 100;
  text-align: center;
  position: relative;
  margin-block: 0;
  font-weight: 300;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
  margin-block: 0 40px;
  font-family: "proxima-nova", sans-serif;
}
@media (max-width: 767px) {
  .home_hero h1 {
    font-size: 16px;
    line-height: 22px;
    text-wrap: balance;
    padding-inline: 4%;
  }
  .home_hero h1 strong {
    display: block;
  }
}
.home_hero h1:before {
  content: url("images/small-logo.svg");
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 1rem;
  width: 219px;
  height: 24px;
  margin-inline: auto;
}
.home_hero .btnwrap:has(img) {
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .home_hero .btnwrap:has(img) {
    display: none;
  }
}
.home_hero .btnwrap:has(img) img {
  display: block;
}
.home_hero p:has(a) {
  margin-block: 0;
}
.home main section {
  position: relative;
  z-index: 33;
  background-color: #1D1B1B;
}

.container {
  position: relative;
  z-index: 33;
  padding-inline: 4%;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}
.container.small {
  padding-inline: 8%;
}
@media (max-width: 767px) {
  .container.small {
    padding-inline: 4%;
  }
}

.bgsettings, .bna_block, .global_contact_footer .inner, .global_contact_footer .contentgrid, .gallerycats .singlecats, .gallerycats, .text_only_header, .doctor_lead .inner, .doctor_lead, .full_width_image_with_content_overlay .inner, .full_width_image_with_content_overlay, .staff_grid .inner, .doctor_grid .inner, .doctor_grid, .single-post .inside_hero, .posty .singleposty, .posty, .contact_page_form_block .inner, .contact_page_form_block .container, .single_column_with_hero .inner, .single_column_with_hero, .lead_block, .inside_hero, .contact_us_block .inner, .contact_us_block .container, .procedure_block .rightside, .procedure_block.lightblock, .meet_our_surgeons .rightside, .quote_slider, .empower_block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.empower_block {
  color: #fff;
  padding-block: 120px 220px;
  background-attachment: fixed;
  will-change: background-position;
}
@media (max-width: 980px) {
  .empower_block {
    padding-block: 40px 0;
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .empower_block {
    background-attachment: scroll;
    background-position: right;
  }
}
.empower_block a {
  color: currentColor;
}
.empower_block .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  z-index: 33;
  margin-top: 100px;
  gap: clamp(16px, 7vw, 130px);
  max-width: 1650px;
  margin-inline: auto;
  /* mobile reflow */
}
@media (max-width: 1470px) {
  .empower_block .grid {
    gap: 6vw;
  }
}
@media screen and (max-width: 1500px) {
  .empower_block .grid {
    grid-template-columns: 25vw 1fr 25vw;
  }
}
@media (max-width: 980px) {
  .empower_block .grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 767px) {
  .empower_block .grid {
    margin-top: calc(28px - 1rem);
    padding-block: 0 80px;
  }
}
.empower_block .grid .middle {
  display: flex;
  flex-direction: column;
  align-self: center;
}
@media (max-width: 767px) {
  .empower_block .grid .middle {
    padding-block: 0 40px;
    align-self: unset;
  }
}
.empower_block .grid .middle .btnwrap {
  margin-top: 2rem;
}
@media (max-width: 980px) {
  .empower_block .grid .middle {
    grid-column: 1/-1;
    order: 1;
    padding-inline: 8%;
    display: block;
  }
  .empower_block .grid .left {
    grid-column: 1/2;
    order: 2;
  }
  .empower_block .grid .right {
    grid-column: 2/3;
    order: 3;
  }
}
.empower_block .grid img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.empower_block .grid p {
  font-size: 19px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .empower_block .grid p {
    font-size: 16px;
    line-height: 25px;
  }
}
.empower_block .grid .btnwrap {
  margin-top: auto;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .empower_block .grid .btnwrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4rem;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .empower_block .grid .btnwrap {
    row-gap: 2rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.empower_block .top {
  margin-inline: auto;
  width: 100%;
  max-width: 1450px;
}
@media screen and (max-width: 1650px) {
  .empower_block .top {
    container-type: inline-size;
  }
}
.empower_block .large p {
  font-weight: 100;
  font-size: 125px;
  font-family: "ivypresto-display", serif;
  display: block;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  .empower_block .large p {
    font-size: 8cqw;
  }
}
@media (max-width: 767px) {
  .empower_block .large p {
    font-size: 38px;
  }
}
.empower_block .small p {
  line-height: 1;
  font-family: "ivypresto-display", serif;
  display: block;
  font-weight: 100;
  font-size: 56px;
  text-align: right;
}
.empower_block .small p strong {
  font-weight: 100;
  color: #FF7F2F;
}
@media (max-width: 767px) {
  .empower_block .small p {
    font-size: 24px;
    text-align: center;
  }
}
.empower_block .simpleParallax,
.empower_block .laxcontainer {
  position: absolute;
  min-height: 100vh;
  inset: 0;
}
.empower_block .simpleParallax img,
.empower_block .laxcontainer img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.quote_slider {
  color: #000;
  padding-block: 1px 100px;
  background-attachment: fixed;
  will-change: background-position;
}
@media (max-width: 767px) {
  .quote_slider {
    background-attachment: scroll;
    background-size: cover;
  }
}
.quote_slider .ologo {
  display: block;
  margin-inline: auto;
  margin-block: -40px 60px;
  position: relative;
  z-index: 66;
}
@media (max-width: 767px) {
  .quote_slider .ologo {
    margin-block: -40px 40px;
  }
}
.quote_slider .containerz {
  overflow: hidden;
}
.quote_slider blockquote {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-style: italic;
  font-size: 33px;
  line-height: 62px;
  text-align: center;
  color: #000;
  text-wrap: balance;
  padding-inline: 2rem;
}
@media (max-width: 767px) {
  .quote_slider blockquote {
    font-size: 24px;
    line-height: 51px;
  }
}
.quote_slider .btnwrap {
  margin-top: 70px;
}
.quote_slider .underlinebutton, .quote_slider .home_hero p:has(a) a, .home_hero p:has(a) .quote_slider a {
  color: currentColor;
}
.quote_slider .underlinebutton:after, .quote_slider .home_hero p:has(a) a:after, .home_hero p:has(a) .quote_slider a:after {
  background: #FF7F2F;
}
.quote_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .quote_slider .slick-arrow {
    position: relative;
    top: unset;
    transform: unset;
  }
}
.quote_slider .slick-arrow.slick-prev {
  left: 1%;
}
@media (max-width: 980px) {
  .quote_slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.quote_slider .slick-arrow.slick-next {
  right: 1%;
}
@media (max-width: 980px) {
  .quote_slider .slick-arrow.slick-next {
    right: 0;
  }
}
.quote_slider .quoteslider {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 182px;
}
@media (min-width: 1920px) {
  .quote_slider .quoteslider {
    max-width: 1650px;
  }
}
@media (max-width: 980px) {
  .quote_slider .quoteslider {
    max-width: 100%;
    padding-inline: 4%;
  }
}
@media (max-width: 980px) {
  .quote_slider .slidernav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 50px;
  }
}

.meet_our_surgeons {
  color: #fff;
  padding-block: 90px;
  background: #1D1B1B;
}
@media (max-width: 767px) {
  .meet_our_surgeons {
    padding-block: 40px 0;
  }
}
.meet_our_surgeons h2 {
  text-align: center;
}
.meet_our_surgeons .top img {
  margin-block: 40px;
  display: block;
  margin-inline: auto;
}
.meet_our_surgeons .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-inline: 0;
  margin-top: 80px;
}
@media (min-width: 1920px) {
  .meet_our_surgeons .bottom {
    max-width: 80vw;
  }
}
@media (max-width: 980px) {
  .meet_our_surgeons .bottom {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .meet_our_surgeons .bottom {
    margin-top: 40px;
  }
}
.meet_our_surgeons .leftside {
  display: flex;
  gap: 1rem;
}
@media (max-width: 980px) {
  .meet_our_surgeons .leftside {
    order: 2;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .meet_our_surgeons .leftside {
    gap: 5px;
  }
}
.meet_our_surgeons .rightside {
  background-color: #000;
  margin-block: 40px -40px;
  padding-block: 4vw;
  margin-left: -8vw;
}
@media (max-width: 980px) {
  .meet_our_surgeons .rightside {
    margin-inline: auto;
    margin-block: 0;
  }
}
@media (max-width: 767px) {
  .meet_our_surgeons .rightside {
    padding-block: 40px;
  }
}
.meet_our_surgeons .bio {
  padding-inline: 16vw 8vw;
  margin-block: 0 40px;
}
@media (max-width: 1280px) {
  .meet_our_surgeons .bio {
    padding-inline: 12vw 6vw;
  }
}
@media (max-width: 980px) {
  .meet_our_surgeons .bio {
    padding-inline: 6%;
  }
}
.meet_our_surgeons .bio:last-of-type {
  margin-block: 0;
}
.meet_our_surgeons figure {
  position: relative;
  display: block;
  container-type: inline-size;
  width: 50%;
}
.meet_our_surgeons figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1500px) {
  .meet_our_surgeons figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1500px) and (max-width: 767px) {
  .meet_our_surgeons figure {
    height: auto;
  }
}
.meet_our_surgeons figure span {
  position: absolute;
  top: 2vh;
  left: 0;
  font-family: "ivypresto-display", serif;
  font-weight: normal;
  font-size: 8cqw;
  line-height: 1;
  display: block;
  color: #000;
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .meet_our_surgeons figure span {
    top: 1ch;
  }
}

.procedure_block {
  color: #1D1B1B;
  padding-block: 120px;
  background-color: #1D1B1B;
}
@media (max-width: 980px) {
  .procedure_block {
    padding-block: 15px;
  }
}
.procedure_block.lightblock {
  color: #fff;
  background-attachment: fixed;
}
@media (max-width: 980px) {
  .procedure_block.lightblock {
    background-attachment: scroll;
  }
}
.procedure_block.lightblock.lazyloaded {
  background-image: url(images/lightblock-bg.webp);
}
.procedure_block.lightblock .top h2 {
  color: #1D1B1B;
}
.procedure_block.lightblock .vert svg line {
  stroke: #1D1B1B;
}
.procedure_block.lightblock .grid {
  flex-direction: row-reverse;
}
.procedure_block.lightblock .rightside {
  margin-left: auto;
  margin-right: -8vw;
  padding-inline: 8vw 16vw;
}
@media (max-width: 767px) {
  .procedure_block.lightblock .rightside {
    padding-inline: 8%;
    margin-inline: auto;
  }
}
.procedure_block .top h2 {
  color: #fff;
  font-size: 141px;
  text-align: center;
  line-height: 1;
  margin-block: 0 10px;
}
@media (max-width: 767px) {
  .procedure_block .top h2 {
    font-size: 79px;
    line-height: 97px;
    margin-block: 0 0;
  }
}
.procedure_block .vert {
  display: block;
  margin-inline: auto;
  position: relative;
  z-index: 33;
  text-align: center;
}
.procedure_block .vert svg {
  display: block;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .procedure_block .vert {
    display: none;
  }
}
.procedure_block .grid {
  display: flex;
  margin-top: -40px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .procedure_block .grid {
    max-width: 80vw;
    margin-inline: auto;
  }
}
@media (max-width: 980px) {
  .procedure_block .grid {
    flex-wrap: wrap;
  }
}
.procedure_block .leftside {
  display: grid;
  grid-template-columns: 254px 388px;
  grid-template-rows: auto auto;
  gap: 15px;
  flex: 1;
  margin-block: 60px;
  position: relative;
  z-index: 33;
}
@media (max-width: 980px) {
  .procedure_block .leftside {
    grid-template-columns: 1fr 1fr;
    margin-block: 60px 15px;
  }
}
@media (max-width: 767px) {
  .procedure_block .leftside {
    grid-template-columns: 40% 1fr;
  }
}
.procedure_block .rightside {
  min-width: 50%;
  padding-inline: 16vw 8vw;
  position: relative;
  margin-left: -8vw;
  display: flex;
}
@media (max-width: 1500px) {
  .procedure_block .rightside {
    padding-inline: 12vw 6vw;
  }
}
@media (max-width: 980px) {
  .procedure_block .rightside {
    margin-inline: auto;
    padding-block: 40px;
    padding-inline: 8%;
  }
}
@media (max-width: 767px) {
  .procedure_block .rightside {
    background-position: right;
  }
}
.procedure_block .rightside em {
  font-weight: 300;
  font-style: italic;
  font-size: 21px;
  line-height: 32px;
}
.procedure_block .rightside .inner {
  align-self: center;
}
.procedure_block .tall {
  grid-row: 1/span 2;
  grid-column: 1;
}
.procedure_block .top {
  grid-row: 1;
  grid-column: 2;
}
.procedure_block .bottom {
  grid-row: 2;
  grid-column: 2;
}
.procedure_block .grid img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 980px) {
  .procedure_block .grid img {
    height: 100%;
  }
}
.procedure_block .underlinebutton, .procedure_block .home_hero p:has(a) a, .home_hero p:has(a) .procedure_block a {
  color: currentColor;
}
.procedure_block .btns {
  margin-top: 60px;
  display: flex;
  gap: 10vw;
}
@media (max-width: 980px) {
  .procedure_block .btns {
    display: block;
  }
}
.procedure_block .righty,
.procedure_block .lefty {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.contact_us_block {
  color: #fff;
  padding-block: 0 140px;
}
@media (max-width: 767px) {
  .contact_us_block {
    padding-block: 0;
  }
}
.contact_us_block .container {
  background-attachment: fixed;
}
@media (max-width: 980px) {
  .contact_us_block .container {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .contact_us_block .container {
    padding-inline: 0;
  }
}
.contact_us_block a {
  color: currentColor;
  text-decoration: none;
}
.contact_us_block .hero {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .contact_us_block .hero {
    aspect-ratio: 375/276;
    overflow: hidden;
  }
  .contact_us_block .hero .simpleParallax {
    height: 100%;
  }
}
.contact_us_block .hero img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .contact_us_block .hero img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact_us_block .inner {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: -60px;
  position: relative;
  z-index: 33;
  padding-inline: 100px;
}
@media (max-width: 980px) {
  .contact_us_block .inner {
    padding-inline: 8%;
  }
}
@media (max-width: 767px) {
  .contact_us_block .inner {
    padding-inline: 4%;
  }
}
.contact_us_block .inner .logo {
  margin-top: -40px;
  position: relative;
  z-index: 33;
}
.contact_us_block .upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .contact_us_block .upper {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .contact_us_block address {
    text-align: center;
    margin-top: 2rem;
  }
  .contact_us_block address strong {
    font-size: 0;
    display: table-column;
  }
}
.contact_us_block .tel {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 40px;
  text-align: right;
  color: #fff;
  margin-block: 0 10px;
}
.contact_us_block .cnt {
  margin-top: 90px;
}
.contact_us_block .cnt h2 {
  font-size: 60px;
  margin-block: 0 2rem;
  line-height: 1.25;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .contact_us_block .cnt h2 {
    font-size: 33px;
    text-align: center;
    margin-block: 0 1rem;
  }
}
.contact_us_block .cnt p {
  font-size: 1rem;
}

.frm_forms {
  font-family: "proxima-nova", sans-serif;
  margin-top: 4rem;
}
.frm_forms label {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* prevent line breaks */
  border: 0;
}
.frm_forms select,
.frm_forms textarea,
.frm_forms input[type=email],
.frm_forms input[type=tel],
.frm_forms input[type=text] {
  color: #fff;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  padding: 16px;
}
.frm_forms textarea::-moz-placeholder, .frm_forms input::-moz-placeholder {
  opacity: 1;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.frm_forms textarea::placeholder,
.frm_forms input::placeholder {
  opacity: 1;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.frm_forms .frm_form_field {
  margin-block: 0 4rem;
}
.frm_forms input:focus,
.frm_forms textarea:focus,
.frm_forms select:focus {
  outline: none;
  box-shadow: 0 0 0 2px transparent; /* custom color */
}
.frm_forms select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(images/select-down.svg);
  background-repeat: no-repeat;
  background-position: 98%;
}
.frm_forms .frm_submit {
  justify-content: center;
}
.frm_forms textarea {
  resize: vertical;
}
.frm_forms .frm_button_submit {
  font-family: "ivypresto-display", serif;
  font-size: 23px;
  font-weight: 300;
  color: #fff;
  background: #FF7F2F;
  padding-block: 1.5rem;
  padding-inline: 2rem;
}
.frm_forms form p {
  text-align: center;
}

.insta {
  padding-block: 30px 120px;
}
.insta .container a {
  color: #1D1B1B;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 29px;
  gap: 1rem;
  margin-block: 0 2rem;
}
@media (max-width: 767px) {
  .insta .container a {
    flex-direction: column;
  }
}
.insta .container a span {
  display: block;
}
.insta .eapps-instagram-feed {
  padding-inline: 10px;
}
@media (min-width: 1920px) {
  .insta .eapps-instagram-feed {
    max-width: 93vw !important;
    margin-inline: auto !important;
  }
}

footer {
  background: #1D1B1B;
  position: relative;
  z-index: 33;
  color: #fff;
  padding-block: 0 120px;
}
footer a {
  color: currentColor;
  text-decoration: none;
}
footer a:hover {
  text-decoration: unset;
}
footer .lowerfooter,
footer .upperfooter {
  display: flex;
  justify-content: space-between;
  padding-inline: 0;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 1920px) {
  footer .lowerfooter,
  footer .upperfooter {
    max-width: 80vw;
    margin-inline: auto;
  }
}
@media (max-width: 980px) {
  footer .lowerfooter,
  footer .upperfooter {
    max-width: 100%;
    padding-inline: 4%;
  }
}
@media (max-width: 980px) {
  footer .lowerfooter {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    row-gap: 2rem;
  }
  footer .lowerfooter .rightcopy,
  footer .lowerfooter .leftycopy {
    width: 100%;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  footer .lowerfooter {
    margin-top: 60px;
  }
}
footer .lowerfooter hr {
  background: none;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  margin-block: 60px 40px;
}
@media (max-width: 767px) {
  footer .lowerfooter hr {
    display: none;
  }
}
footer .flogo img {
  margin-top: -40px;
  display: block;
}
@media (max-width: 767px) {
  footer .flogo img {
    max-width: 176px;
    height: auto;
  }
}
footer .socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin-top: 40px;
}
footer .fmenu {
  padding-block: 60px 40px;
}
footer .fmenu ul {
  list-style: none;
  display: flex;
  gap: 3.333vw;
}
@media (max-width: 767px) {
  footer .fmenu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  footer .fmenu ul li {
    text-align: center;
  }
}
footer .fmenu ul a {
  font-size: 38px;
}
@media (max-width: 767px) {
  footer .fmenu ul a {
    font-size: 26px;
  }
}
footer .phone {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 45px;
  line-height: 1;
  text-align: right;
}
@media (max-width: 767px) {
  footer .phone {
    font-size: 38px;
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
}
footer address {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 19px;
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  footer address {
    text-align: center;
    width: 100%;
  }
  footer address p {
    text-align: center;
  }
}
footer .silvr *,
footer .copy * {
  font-size: 15px;
}
@media (max-width: 767px) {
  footer .copy a {
    display: block;
    margin-block: 5px;
  }
}
footer .copy a:before {
  content: "|";
  display: inline-block;
  margin-inline: 0.5em;
}
@media (max-width: 767px) {
  footer .copy a:before {
    display: none;
  }
}
footer .copy a:hover {
  text-decoration: underline;
}
footer .silvr a:hover {
  text-decoration: underline;
}
footer .rightcopy a {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
footer .rightcopy a:hover {
  text-decoration: underline;
  text-underline-offset: 1ex;
}
@media (max-width: 767px) {
  footer .leftcopy {
    order: 2;
    margin-top: 40px;
  }
  footer .flogo {
    display: flex;
    justify-content: center;
  }
  footer .left {
    width: 100%;
  }
  footer .right {
    width: 100%;
  }
  footer .silvr {
    margin-top: 40px;
  }
}

.fade-down {
  position: relative;
  z-index: 33;
  will-change: transform, opacity;
}

.fixedheader.fade-down {
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
}

.procedure_block .leftside > * {
  will-change: transform, opacity, scale;
}

.insidepage #tooltip a {
  text-decoration: underline;
}
.insidepage main {
  position: relative;
}
.insidepage main ol {
  margin-block: 2rem;
}
.insidepage main ul {
  margin-left: 1rem;
  margin-block: 2rem;
}
@media (max-width: 767px) {
  .insidepage main ul {
    margin-left: 1.5rem;
  }
}
.insidepage main ul li {
  padding-block: 0 1.5rem;
}
.insidepage .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .insidepage .mobimg {
    display: block;
  }
}
.insidepage footer .upperfooter {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .insidepage footer .upperfooter {
    padding-top: 0;
  }
}
.insidepage footer .flogo img {
  margin-top: 0;
}
@media (max-width: 767px) {
  .insidepage footer .flogo img {
    margin-top: -1rem;
  }
}
.insidepage section a:not(.button):not(.underlinebutton):not(#tooltip a):not(.herologo) {
  color: currentColor;
  position: relative;
  text-decoration: none;
}
.insidepage section a:not(.button):not(.underlinebutton):not(#tooltip a):not(.herologo):after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 127, 47, 0.5);
  z-index: -1;
  transition: all 0.1s cubic-bezier(0, 0.59, 1, 0.26);
  height: 2px;
}
.insidepage section a:not(.button):not(.underlinebutton):not(#tooltip a):not(.herologo):hover:after {
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 127, 47, 0.5);
  z-index: -1;
}

.gallerypage footer .upperfooter {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .gallerypage footer .upperfooter {
    padding-top: 0;
  }
}
.gallerypage footer .flogo img {
  margin-top: 0;
}
@media (max-width: 767px) {
  .gallerypage footer .flogo img {
    margin-top: -1rem;
  }
}

.inside_hero {
  position: relative;
  color: #fff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .inside_hero {
    background-image: unset !important;
    flex-wrap: wrap;
    background: #1D1B1B;
    height: auto;
  }
}
.inside_hero:before {
  content: "";
  background: #000;
  opacity: 0.4;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .inside_hero:before {
    display: none;
  }
}
.inside_hero .herologo {
  display: flex;
  justify-content: center;
  margin-block: 0 50px;
}
@media (max-width: 767px) {
  .inside_hero .herologo {
    display: none;
  }
}
.inside_hero .herologo img {
  display: block;
}
.inside_hero .cnt {
  text-align: center;
  max-width: 980px;
  margin-inline: auto;
  padding-inline: 2%;
}
@media (min-width: 1280px) {
  .inside_hero .cnt {
    padding-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .inside_hero .cnt {
    padding-block: 40px;
    padding-inline: 0;
  }
}
.inside_hero .cnt img {
  display: block;
  margin-inline: auto;
  margin-block: 20px;
}
.inside_hero h1 {
  margin-block: 0;
}
.inside_hero .sub {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-style: italic;
  font-size: 31px;
  line-height: 49px;
  text-align: center;
  margin-block: 0;
}
@media (max-width: 767px) {
  .inside_hero .sub {
    font-size: 20px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .inside_hero .mobimg {
    width: 100%;
  }
  .inside_hero .mobimg img {
    display: block;
  }
}

.lead_block {
  padding-block: 80px 100px;
  background-color: #f0f0f0;
}
@media (max-width: 980px) {
  .lead_block {
    padding-block: 80px;
  }
}
@media (max-width: 767px) {
  .lead_block {
    padding-block: 40px;
  }
}
.lead_block h2 {
  text-align: center;
  margin-block: 0 50px;
}
@media (max-width: 980px) {
  .lead_block h2 {
    padding-inline: 4%;
    text-wrap: balance;
  }
}
.lead_block .container {
  display: flex;
  gap: 100px;
}
@media (min-width: 1920px) {
  .lead_block .container {
    max-width: 83vw;
  }
}
@media (max-width: 980px) {
  .lead_block .container {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.lead_block .container > div {
  width: 50%;
}
@media (max-width: 980px) {
  .lead_block .container > div {
    width: 100%;
  }
}
.lead_block .container .cnt {
  align-self: center;
}
@media (max-width: 980px) {
  .lead_block .container .cnt {
    align-self: flex-start;
  }
}
.lead_block .container .imgwrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-top: 0;
}
@media (max-width: 980px) {
  .lead_block .container .imgwrap {
    margin-block: 0 3rem;
  }
}
.lead_block .container .imgwrap img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.lead_block .container .imgwrap img:first-of-type {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.lead_block .container .imgwrap img:last-of-type {
  grid-column: 1/-1;
  grid-row: 1/-1;
  align-self: end;
  justify-self: end;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.35);
  width: auto;
  margin-bottom: -3rem;
  margin-right: -3rem;
}
@media (max-width: 767px) {
  .lead_block .container .imgwrap img:last-of-type {
    max-width: 150px;
    margin-right: 0;
    margin-bottom: -2rem;
  }
}

.anchor_block {
  background: #fff;
  padding-block: 100px;
}
@media (max-width: 980px) {
  .anchor_block {
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .anchor_block {
    padding-block: 0px 40px;
  }
}
.anchor_block .cnt {
  max-width: 900px;
  margin-inline: auto;
  color: #FF7F2F;
  font-weight: normal;
  font-size: 18px;
}
@media (max-width: 980px) {
  .anchor_block .cnt {
    max-width: 100%;
    padding-inline: 4%;
  }
}
.anchor_block .cnt a {
  color: currentColor;
  text-decoration: none;
  display: block;
}
.anchor_block .cnt ul {
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 767px) {
  .anchor_block .cnt ul {
    -moz-column-count: 1;
         column-count: 1;
    margin-inline: auto;
  }
}
.anchor_block .cnt ul li {
  background: #F8F8F8;
  padding-block: 5px;
  padding-inline: 10px;
  margin-block: 0 10px;
  transition: all 0.3s ease-in-out;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.anchor_block .cnt ul li:has(a):hover {
  background: #F2F2F2;
}

.gray_shaded_content .container {
  padding-inline: 8%;
}
@media screen and (min-width: 1920px) {
  .gray_shaded_content .container {
    max-width: 83vw;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .gray_shaded_content .container {
    padding-inline: 0;
  }
}
.gray_shaded_content .inner {
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-block: 80px 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(60px - 1rem);
}
@media (max-width: 980px) {
  .gray_shaded_content .inner {
    padding-inline: 8%;
  }
}
@media (max-width: 767px) {
  .gray_shaded_content .inner {
    padding-block: 40px;
    padding-inline: 4%;
    gap: calc(40px - 1rem);
  }
}
.gray_shaded_content .inner:after {
  content: "";
  background: linear-gradient(360deg, rgb(255, 255, 255) 0%, rgba(25, 66, 142, 0) 100%);
  position: absolute;
  inset: 0;
}
.gray_shaded_content .inner > div {
  max-width: 760px;
  margin-inline: auto;
  position: relative;
  z-index: 33;
}
@media (max-width: 767px) {
  .gray_shaded_content .inner > div {
    max-width: 100%;
  }
}
.gray_shaded_content .inner > div h3 {
  margin-top: 3rem;
}
.gray_shaded_content .inner > div a {
  color: #000;
  position: relative;
}
.gray_shaded_content .inner > div a.underlinebutton:after, .gray_shaded_content .inner > div .home_hero p:has(a) a:after, .home_hero p:has(a) .gray_shaded_content .inner > div a:after {
  background: #FF7F2F;
}
.gray_shaded_content .large_heading h2 {
  text-align: center;
  font-size: 56px;
  margin-block: 0 30px;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .gray_shaded_content .large_heading h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.gray_shaded_content .gray_quote .quotegrid {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 50px;
}
@media (max-width: 767px) {
  .gray_shaded_content .gray_quote .quotegrid {
    gap: 10px;
  }
}
.gray_shaded_content .gray_quote blockquote {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #000;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  .gray_shaded_content .gray_quote blockquote {
    font-size: 20px;
    line-height: 36px;
    text-wrap: balance;
  }
}
.gray_shaded_content .half {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .gray_shaded_content .half {
    flex-wrap: wrap;
    gap: calc(40px - 1rem);
  }
}
.gray_shaded_content .half .col {
  width: 50%;
}
@media (max-width: 767px) {
  .gray_shaded_content .half .col {
    width: 100%;
  }
}

.just_content_with_columns {
  background: #fff;
  margin-bottom: 60px;
  padding-block: 60px 0;
}
@media (max-width: 767px) {
  .just_content_with_columns {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .just_content_with_columns {
    padding-block: 20px 0;
  }
}
.just_content_with_columns .container {
  display: flex;
  flex-direction: column;
  gap: calc(90px - 1rem);
}
@media (max-width: 767px) {
  .just_content_with_columns .container {
    gap: calc(40px - 1rem);
  }
}
.just_content_with_columns .half {
  display: flex;
  gap: 80px;
}
@media (max-width: 980px) {
  .just_content_with_columns .half {
    flex-wrap: wrap;
    gap: calc(40px - 1rem);
  }
}
.just_content_with_columns .half .col {
  width: 50%;
}
@media (max-width: 980px) {
  .just_content_with_columns .half .col {
    width: 100%;
  }
}
.just_content_with_columns .thirds {
  display: flex;
  gap: 50px;
}
@media (max-width: 980px) {
  .just_content_with_columns .thirds {
    flex-wrap: wrap;
    gap: calc(40px - 1rem);
  }
}
.just_content_with_columns .thirds .col {
  width: 33.333%;
}
@media (max-width: 980px) {
  .just_content_with_columns .thirds .col {
    width: 100%;
  }
}

.heading_two_img_with_text {
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  padding-block: 70px 120px;
}
@media (max-width: 980px) {
  .heading_two_img_with_text {
    padding-block: 40px;
  }
}
@media (max-width: 767px) {
  .heading_two_img_with_text {
    padding-block: 20px 40px;
  }
}
.heading_two_img_with_text.lazyloaded {
  background-image: url(images/inner-block-bg.webp);
  background-position: top;
}
.heading_two_img_with_text.reverse {
  color: #fff;
  background-size: cover;
}
@media (max-width: 767px) {
  .heading_two_img_with_text.reverse {
    background-size: contain;
    background-repeat: repeat;
  }
}
.heading_two_img_with_text.reverse.lazyloaded {
  background-image: url(images/reverse.webp);
}
.heading_two_img_with_text.reverse:after {
  display: none;
}
.heading_two_img_with_text.reverse .container {
  grid-template-columns: 1fr 580px;
}
@media (max-width: 980px) {
  .heading_two_img_with_text.reverse .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .heading_two_img_with_text.reverse .container {
    gap: 20px;
  }
}
.heading_two_img_with_text.reverse .container .cntwrap {
  order: -1;
}
@media (max-width: 980px) {
  .heading_two_img_with_text.reverse .container .cntwrap {
    order: 2;
  }
}
.heading_two_img_with_text:after {
  content: "";
  background: linear-gradient(360deg, rgb(255, 255, 255) 0%, rgba(25, 66, 142, 0) 100%);
  position: absolute;
  inset: 0;
}
.heading_two_img_with_text .container {
  display: grid;
  grid-template-columns: 580px 1fr;
  gap: 8vw;
  padding-inline: 8%;
}
@media (max-width: 980px) {
  .heading_two_img_with_text .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .heading_two_img_with_text .container {
    gap: 20px;
  }
}
.heading_two_img_with_text .cntwrap {
  align-self: center;
  padding-inline: 8%;
}
@media (max-width: 980px) {
  .heading_two_img_with_text .cntwrap {
    padding-inline: 0;
  }
}
.heading_two_img_with_text .cntwrap a {
  color: currentColor;
}
.heading_two_img_with_text .cntwrap a:hover {
  text-decoration: none;
}
.heading_two_img_with_text .imgwrap img {
  display: block;
  width: 100%;
}
@media (max-width: 980px) {
  .heading_two_img_with_text .imgwrap img {
    width: 100%;
  }
}

.single_column_with_hero {
  color: #fff;
  background-color: #1D1B1B;
  padding-block: 0 90px;
}
@media (max-width: 767px) {
  .single_column_with_hero {
    padding-block: 0 60px;
    margin-bottom: 40px;
  }
}
.single_column_with_hero .featured {
  display: block;
}
.single_column_with_hero .featured img {
  width: 100%;
  height: auto;
}
.single_column_with_hero .inner {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: -60px;
  position: relative;
  z-index: 33;
  padding-inline: 100px;
  padding-block: 60px;
}
@media (max-width: 767px) {
  .single_column_with_hero .inner {
    padding-inline: 6%;
    margin-top: -1rem;
    padding-block: 40px;
  }
}
.single_column_with_hero .cnt {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.single_column_with_hero .cnt blockquote {
  position: relative;
  color: #fff;
  padding-left: 2rem;
  margin-block: 4rem;
}
.single_column_with_hero .cnt blockquote:before {
  content: url(images/quote-left-white.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.single_column_with_hero .cnt blockquote p {
  all: inherit;
  margin-block: 0;
}
.single_column_with_hero .cnt blockquote p:last-of-type {
  font-style: normal;
  margin-top: 1rem;
  font-weight: 100;
  font-size: 16px;
  display: block;
}
.single_column_with_hero .full h2:first-of-type {
  margin-block: 0 50px;
  font-size: 56px;
}
@media (max-width: 767px) {
  .single_column_with_hero .full h2:first-of-type {
    font-size: 40px;
    line-height: 1.25;
    margin-block: 0 2rem;
  }
}
.single_column_with_hero .full h2:not(h2:first-of-type) {
  margin-block: 50px 1.5rem;
}
@media (max-width: 767px) {
  .single_column_with_hero .full h2:not(h2:first-of-type) {
    margin-block: 2rem 1rem;
  }
}
.single_column_with_hero .half {
  display: flex;
  gap: 60px;
}
@media (max-width: 980px) {
  .single_column_with_hero .half {
    flex-wrap: wrap;
  }
}
.single_column_with_hero .half .col {
  width: 50%;
}
@media (max-width: 980px) {
  .single_column_with_hero .half .col {
    width: 100%;
  }
}
.single_column_with_hero .half .col img {
  margin-inline: auto;
  display: block;
}
.single_column_with_hero h3 {
  margin-block: 1.5rem 1.5rem;
}

.fifty_fifty_blocks_with_top_images {
  padding-block: 50px 100px;
}
@media (max-width: 767px) {
  .fifty_fifty_blocks_with_top_images {
    padding-block: 20px;
  }
}
.fifty_fifty_blocks_with_top_images .container {
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fifty_fifty_blocks_with_top_images .container {
    gap: 40px;
  }
}
.fifty_fifty_blocks_with_top_images .container > div {
  flex: 0 0 calc(50% - 45px);
}
@media (max-width: 980px) {
  .fifty_fifty_blocks_with_top_images .container > div {
    flex: 1 1 100%;
  }
}
.fifty_fifty_blocks_with_top_images .container img {
  display: block;
  width: 100%;
}
.fifty_fifty_blocks_with_top_images .container h2, .fifty_fifty_blocks_with_top_images .container h3 {
  margin-block: 1rem;
}

.small_quote_block {
  padding-block: 0px 100px;
}
@media (max-width: 980px) {
  .small_quote_block {
    padding-block: 20px 40px;
  }
}
.small_quote_block .container {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 75px;
}
@media (max-width: 980px) {
  .small_quote_block .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.small_quote_block .smallcon {
  display: block;
}
.small_quote_block .qcite {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 30px;
}

blockquote {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #000;
  text-wrap: balance;
  display: block;
}
@media (max-width: 767px) {
  blockquote {
    font-size: 20px;
    line-height: 1.8;
  }
}

cite {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 16px;
  color: #000;
  margin-top: 40px;
  display: block;
}
@media (max-width: 767px) {
  cite {
    margin-top: 2rem;
  }
}

.tall_left_image {
  color: #fff;
  margin-block: 0 90px;
}
@media (max-width: 767px) {
  .tall_left_image {
    margin-block: 40px;
  }
}
.tall_left_image.mb0 {
  margin-block: 0;
}
.tall_left_image .containerz {
  display: grid;
  grid-template-columns: minmax(25%, 33%) 1fr;
}
@media (max-width: 980px) {
  .tall_left_image .containerz {
    grid-template-columns: 1fr;
  }
}
.tall_left_image .tall img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tall_left_image .content {
  display: flex;
  align-items: center;
}
.tall_left_image .cnt {
  padding-inline: 20%;
  padding-block: 100px;
}
@media (max-width: 980px) {
  .tall_left_image .cnt {
    padding-inline: 4%;
    padding-block: 40px;
  }
}
.tall_left_image .cnt a {
  color: currentColor;
}
.tall_left_image .cnt a:hover {
  text-decoration: none;
}
.tall_left_image .cnt h2 {
  margin-block: 0 2rem;
}
.tall_left_image .cnt:has(.qcite) .qcite {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 50px;
}
@media (max-width: 767px) {
  .tall_left_image .cnt:has(.qcite) .qcite {
    gap: 30px;
  }
}
.tall_left_image .cnt:has(.qcite) .qcite blockquote {
  padding-left: 0;
}
.tall_left_image .cnt:has(.qcite) .qcite blockquote::before {
  display: none;
}
.tall_left_image .cnt:has(.qcite) .qcite img {
  display: block;
}
.tall_left_image .cnt:has(blockquote) blockquote {
  padding-left: 60px;
  position: relative;
}
.tall_left_image .cnt:has(blockquote) blockquote:before {
  content: url(images/quote-left-white.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.tall_left_image .cnt:has(blockquote) blockquote p:last-of-type {
  font-size: 1rem;
}
.tall_left_image cite,
.tall_left_image blockquote {
  color: currentColor;
}
.tall_left_image .qcite {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .tall_left_image .tall {
    aspect-ratio: 4/5;
  }
}

.dark_50_50_grid {
  color: #fff;
  background-color: #1D1B1B;
  padding-block: 100px;
}
@media (max-width: 980px) {
  .dark_50_50_grid {
    padding-block: 40px;
  }
}
@media (min-width: 1920px) {
  .dark_50_50_grid .container {
    max-width: 83vw;
  }
}
.dark_50_50_grid .inner {
  display: flex;
  flex-direction: column;
  gap: 140px;
}
@media (max-width: 980px) {
  .dark_50_50_grid .inner {
    gap: 40px;
  }
}
.dark_50_50_grid .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 90px;
}
@media (max-width: 980px) {
  .dark_50_50_grid .row {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.dark_50_50_grid .row:nth-child(odd) {
  flex-direction: row-reverse;
}
.dark_50_50_grid .col {
  width: 50%;
}
@media (max-width: 980px) {
  .dark_50_50_grid .col {
    width: 100%;
  }
}
.dark_50_50_grid .cnt {
  align-self: center;
  padding-block: 20px;
}
@media (max-width: 980px) {
  .dark_50_50_grid .cnt {
    padding-block: 0;
    order: 2;
  }
}
.dark_50_50_grid img {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
}
.dark_50_50_grid h2 {
  margin-block: 0 1.5rem;
}

.faq {
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 40px;
  }
}
.faq figure {
  display: flex;
  justify-content: center;
}
.faq figure img {
  display: block;
  margin-top: -40px;
}
.faq h2 {
  text-align: center;
  margin-block: 100px 40px;
}
@media (max-width: 767px) {
  .faq h2 {
    margin-block: 40px;
  }
}
.faq .faqs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq .singlefaq {
  background-color: #D6D6D6;
  padding-block: 30px;
}
@media (max-width: 767px) {
  .faq .singlefaq {
    padding-block: 1.25rem;
  }
}
.faq .open-faq {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 40px;
  text-align: left;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 46px;
  color: #000;
  line-height: 49px;
  padding-inline: 30px 40px;
}
.faq .open-faq h3 {
  margin-block: 0;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 767px) {
  .faq .open-faq {
    gap: 1rem;
    font-size: 1.48rem;
    line-height: 1.45;
    padding-inline: 1rem;
  }
}
.faq .open-faq.is-active svg line:last-of-type {
  display: none;
}
.faq .open-faq svg {
  display: block;
  margin-top: 0.5ch;
  min-width: 27px;
}
.faq .answer {
  display: none;
  padding-left: 97px;
  margin-top: 24px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .faq .answer {
    padding-left: calc(27px + 1rem + 1rem);
  }
}

.contact_page_form_block {
  background-color: #1D1B1B;
  color: #fff;
  padding-block: 0 60px;
}
.contact_page_form_block .container {
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .contact_page_form_block .container {
    background-attachment: scroll;
    padding-inline: 0;
  }
}
.contact_page_form_block .bg {
  padding-block: 0 60px;
}
@media (max-width: 767px) {
  .contact_page_form_block .bg {
    padding-block: 0;
  }
}
.contact_page_form_block .inner {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: -60px;
  position: relative;
  z-index: 33;
  padding-inline: 100px;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .contact_page_form_block .inner {
    padding-inline: 4%;
    margin-top: 0;
  }
}
.contact_page_form_block .btnwrap {
  margin-top: 2rem;
}
.contact_page_form_block .button {
  position: relative;
  z-index: 3;
  background-color: #FF7F2F;
  min-width: 280px;
  padding-block: 1.5rem;
}
@media (max-width: 767px) {
  .contact_page_form_block .button {
    min-width: unset;
    font-size: 1rem;
    padding-block: 1rem;
  }
}
.contact_page_form_block .tel {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 69px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}
.contact_page_form_block .tel:after {
  display: none !important;
}
@media (max-width: 767px) {
  .contact_page_form_block .tel {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.contact_page_form_block address * {
  font-weight: 300;
  font-size: 27px;
  text-align: center;
  text-decoration: none;
  margin-block: 1rem;
}
.contact_page_form_block address *:after {
  display: none !important;
}
@media (max-width: 767px) {
  .contact_page_form_block address * {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.contact_page_form_block .full {
  position: relative;
  left: -100px; /* match parent’s padding */
  width: calc(100% + 200px); /* original + both sides */
}
@media (max-width: 767px) {
  .contact_page_form_block .full {
    left: -4%;
    width: 108%; /* original + both sides */
  }
}
.contact_page_form_block .full img {
  width: 100%;
  display: block;
  margin-top: -40px;
  z-index: 0;
}
.contact_page_form_block h2 {
  font-size: 70px;
  margin-block: 3rem 3rem;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .contact_page_form_block h2 {
    font-size: 40px;
    margin-block: 2rem;
  }
}

.posty {
  color: #fff;
  background-color: #1D1B1B;
  background-image: url(images/first-lax.svg);
  background-attachment: fixed;
  padding-inline: 8%;
  padding-block: 40px;
}
@media (min-width: 1920px) {
  .posty {
    max-width: 83vw;
  }
}
@media (max-width: 767px) {
  .posty {
    padding-inline: 4%;
    background-attachment: scroll;
  }
}
.posty a {
  color: #fff;
  text-decoration: none;
}
.posty .postpicker {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 980px) {
  .posty .postpicker {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .posty .postpicker {
    gap: 40px;
  }
}
.posty .postpicker.firsty .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 980px) {
  .posty .postpicker.firsty .posts-grid {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.posty .postpicker h2 {
  width: 100%;
  text-align: center;
  font-weight: 100;
  grid-column: -1/1;
  margin-block: 0;
}
.posty .singleposty {
  background-image: url(images/single-bg.webp);
}
.posty .singleposty .cnt {
  padding-block: 20px 20px;
  padding-inline: 20px;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.posty .singleposty .cnt a {
  color: #FF7F2F;
}
.posty .singleposty h3 {
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  color: #fff;
}
.posty .singleposty .post-thumb {
  width: 100%;
  display: block;
}
.posty .singleposty .post-thumb a {
  display: block;
  aspect-ratio: 390/243;
}
.posty .singleposty .post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: top;
     object-position: top;
}
.posty .postywrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: stretch;
}
@media (max-width: 980px) {
  .posty .postywrap {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.posty .postywrap .singleposty {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.posty .postpicker {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.posty .postpicker > h2 {
  grid-column: 1/-1;
  margin-block: 60px 0;
}
@media (max-width: 767px) {
  .posty .postpicker > h2 {
    margin-block: 40px 0;
  }
}
.posty .posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .posty .posts-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.posty .viewall {
  width: 100%;
  color: #FF7F2F;
  text-align: center;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  .posty .viewall {
    margin-top: 0;
  }
}

.cats {
  padding-block: 60px 90px;
}
@media (max-width: 767px) {
  .cats {
    padding-block: 40px;
  }
}
.cats h1 {
  text-align: center;
  margin-block: 0 30px;
}
.cats .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: stretch;
}
@media (max-width: 980px) {
  .cats .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cats .wrapper {
    grid-template-columns: 1fr;
  }
}
.cats .posts-grid {
  display: flex;
}
.cats .singleposty {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cats .smalllogo {
  display: block;
  margin: 0 auto;
  margin-block: 0 20px;
}
.cats .bc {
  text-align: center;
  margin-block: 0 60px;
  font-size: 14px;
}
.cats .bc a:hover {
  text-decoration: underline;
}

.blog-navigation {
  padding-block: 40px;
  display: flex;
  justify-content: space-between;
}
.blog-navigation a {
  font-size: 0;
  position: relative;
  width: 92px;
  height: 36px;
}
.blog-navigation a.next:only-child {
  margin-left: auto;
}
.blog-navigation a.next:after {
  content: url(images/next-arrow-slider.svg);
}
.blog-navigation a.previous:after {
  content: url(images/prev-arrow-slider.svg);
}
.blog-navigation a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(100%);
}

.single-post .blog-navigation {
  padding-block: 60px 0;
}
.single-post .blog-navigation a:after {
  filter: unset;
}
.single-post .inside_hero {
  background-image: url(images/first-lax.svg);
}
.single-post .inside_hero .cnt {
  padding-block: 0;
}
@media (max-width: 767px) {
  .single-post .inside_hero .cnt {
    padding-block: 40px;
  }
}
.single-post .inside_hero::before {
  display: none;
}
.single-post .cntwrap {
  background: linear-gradient(180deg, rgb(224, 224, 224) 0%, rgba(25, 66, 142, 0) 20%);
  padding-block: 0 60px;
}
.single-post article {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 33;
  padding: 40px;
}
@media (max-width: 767px) {
  .single-post article {
    max-width: 100vw;
  }
}
.single-post article ol {
  margin-left: 1rem;
}
.single-post article ol li {
  padding-left: 1rem;
  padding-block: 0 1rem;
}
@media (max-width: 767px) {
  .single-post article ol li {
    padding-left: 0.5rem;
  }
}
.single-post article a {
  color: currentColor;
}
.single-post article p > img {
  margin-top: -90px;
}
@media (max-width: 767px) {
  .single-post article p > img {
    margin-top: -20px;
  }
}
.single-post article figure:first-of-type {
  margin-block: -90px 30px;
}
@media (max-width: 767px) {
  .single-post article figure:first-of-type {
    margin-block: 0 30px;
  }
}
.single-post article h3 {
  margin-top: 3rem;
}
.single-post article > h2 {
  margin-top: 60px;
}

.doctor_grid {
  background-image: url(images/first-lax.svg);
  padding-block: 0 60px;
  background-attachment: fixed;
  background-color: #1D1B1B;
}
@media (max-width: 767px) {
  .doctor_grid {
    background-attachment: scroll;
    padding-block: 0 40px;
    background-image: none;
  }
}
.doctor_grid h2 {
  text-align: center;
}
.doctor_grid .inner {
  margin-top: -15vh;
  position: relative;
  z-index: 33;
  color: #fff;
  background-image: url(images/contact-bg.webp);
  max-width: 1200px;
  margin-inline: auto;
  padding: 60px;
}
@media (max-width: 767px) {
  .doctor_grid .inner {
    margin-top: 0;
    max-width: 100%;
    padding: 4%;
  }
}
.doctor_grid h2 {
  margin-block: 0 70px;
  font-size: 56px;
  line-height: 59px;
}
@media (max-width: 767px) {
  .doctor_grid h2 {
    font-size: 32px;
    line-height: 38px;
    margin-block: 0 40px;
  }
}
.doctor_grid .singledoc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .doctor_grid .singledoc {
    grid-template-columns: 1fr;
    margin-block: 0 40px;
    gap: 40px;
  }
}
.doctor_grid .singledoc:last-of-type {
  margin-block: 0;
}
@media (max-width: 767px) {
  .doctor_grid .singledoc .cnt {
    order: 2;
  }
}
.doctor_grid .singledoc .cnt h3 {
  margin-block: 0 30px;
}
.doctor_grid .singledoc .cnt p:has(a) {
  margin-top: 30px;
}
.doctor_grid .singledoc .cnt p:has(a) a {
  text-decoration: none;
  color: #FF7F2F;
}
.doctor_grid .singledoc .imgwrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.full_width_image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.staff_grid {
  background: #1D1B1B;
  color: #fff;
  padding-block: 90px;
}
@media (max-width: 767px) {
  .staff_grid {
    padding-block: 40px;
  }
}
.staff_grid .inner {
  position: relative;
  background-image: url(images/contact-bg.webp);
  max-width: 1200px;
  margin-inline: auto;
  padding: 60px;
}
@media (max-width: 767px) {
  .staff_grid .inner {
    padding: 6%;
  }
}
.staff_grid .top h2 {
  text-align: center;
  font-size: 56px;
  line-height: 59px;
  margin-block: 0 40px;
}
@media (max-width: 767px) {
  .staff_grid .top h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.staff_grid .staff-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .staff_grid .staff-wrap {
    grid-template-columns: 1fr;
  }
}
.staff_grid .imgwrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff_grid .cnt h3 {
  margin-top: 20px;
}
.staff_grid .cnt p:last-of-type > a {
  color: #FF7F2F;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
}

.full_width_image_with_content_overlay {
  color: #fff;
  background-color: #1D1B1B;
  background-image: url(images/first-lax.svg);
  background-attachment: fixed;
  padding-block: 0 100px;
}
@media (max-width: 980px) {
  .full_width_image_with_content_overlay {
    background-attachment: scroll;
  }
}
.full_width_image_with_content_overlay .inner {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: -60px;
  position: relative;
  z-index: 33;
  padding-block: 100px;
}
@media (max-width: 980px) {
  .full_width_image_with_content_overlay .inner {
    padding-inline: 8%;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .full_width_image_with_content_overlay .inner {
    padding-inline: 4%;
    padding-block: 40px;
  }
}
.full_width_image_with_content_overlay .top img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full_width_image_with_content_overlay a {
  color: currentColor;
}
.full_width_image_with_content_overlay .inner {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: -60px;
  position: relative;
  z-index: 33;
  padding-block: 100px;
}
@media (max-width: 980px) {
  .full_width_image_with_content_overlay .inner {
    padding-inline: 8%;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .full_width_image_with_content_overlay .inner {
    padding-inline: 4%;
    padding-block: 40px;
  }
}
.full_width_image_with_content_overlay .cnt {
  max-width: 760px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .full_width_image_with_content_overlay .cnt {
    padding-inline: 4%;
  }
}
.full_width_image_with_content_overlay h2 {
  text-align: center;
  padding-inline: 2ch;
  margin-block: 0 2rem;
}
.full_width_image_with_content_overlay .btnwrap {
  margin-top: 60px;
}

.doctor_lead {
  color: #fff;
  background-color: #1D1B1B;
  background-image: url(images/first-lax.svg);
  background-attachment: fixed;
  padding-block: 1px 100px;
}
@media (max-width: 980px) {
  .doctor_lead {
    background-attachment: scroll;
  }
}
.doctor_lead .inner {
  background-image: url(images/contact-bg.webp);
  max-width: 1200px;
  margin-inline: auto;
  margin-top: -10vh;
  position: relative;
  z-index: 33;
  padding: 100px;
}
@media (min-width: 1650px) {
  .doctor_lead .inner {
    margin-top: -20vh;
  }
}
@media (max-width: 980px) {
  .doctor_lead .inner {
    padding-inline: 8%;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .doctor_lead .inner {
    padding-inline: 4%;
    padding-block: 40px;
  }
}
.doctor_lead p:last-of-type {
  margin-block: 0;
}

.bio_layouts {
  padding-block: 1px 60px;
}
@media (min-width: 1920px) {
  .bio_layouts .container {
    max-width: 83vw;
  }
}
.bio_layouts .reviewblock {
  color: #000;
  padding-inline: 4%;
}
.bio_layouts .reviewblock .cnt {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-style: italic;
  font-size: 33px;
  line-height: 62px;
  text-align: center;
  color: #000;
  max-width: 980px;
  margin-inline: auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .bio_layouts .reviewblock .cnt {
    font-size: 22px;
    line-height: 2;
  }
}
.bio_layouts .reviewblock .btnwrap {
  margin-top: 60px;
}
.bio_layouts .reviewblock img {
  display: block;
  margin-inline: auto;
  margin-top: -40px;
}
.bio_layouts .reviewblock .underlinebutton, .bio_layouts .reviewblock .home_hero p:has(a) a, .home_hero p:has(a) .bio_layouts .reviewblock a {
  color: currentColor;
}
.bio_layouts .reviewblock .underlinebutton:after, .bio_layouts .reviewblock .home_hero p:has(a) a:after, .home_hero p:has(a) .bio_layouts .reviewblock a:after {
  background: #FF7F2F;
}
.bio_layouts .vert {
  display: block;
  margin-inline: auto;
  margin-block: 80px;
}
@media (max-width: 767px) {
  .bio_layouts .vert {
    margin-block: 40px;
  }
}
.bio_layouts .half {
  display: flex;
  gap: 120px;
}
@media (max-width: 980px) {
  .bio_layouts .half {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.bio_layouts .half .col {
  flex-basis: 50%;
}
@media (max-width: 980px) {
  .bio_layouts .half .col {
    flex-basis: 100%;
  }
}
.bio_layouts .half li {
  padding-left: 1ch;
}
.bio_layouts .logos .cnt {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 980px) {
  .bio_layouts .logos .cnt {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .bio_layouts .logos .cnt {
    justify-content: center;
    gap: 1rem;
  }
}
.bio_layouts .logos .cnt img {
  display: block;
}
@media (max-width: 767px) {
  .bio_layouts .logos .cnt img {
    max-width: calc(33% - 1rem);
  }
}
.bio_layouts .three {
  display: flex;
  gap: 54px;
}
@media (max-width: 980px) {
  .bio_layouts .three {
    flex-wrap: wrap;
  }
}
.bio_layouts .three .col {
  flex-basis: 33.333%;
}
@media (max-width: 980px) {
  .bio_layouts .three .col {
    flex-basis: 100%;
    gap: 40px;
  }
}
.bio_layouts .three .col img {
  display: block;
  margin-inline: auto;
  margin-block: 0 60px;
}
.bio_layouts .three a {
  color: #FF7F2F;
}
.bio_layouts .three p:last-of-type:has(a) a {
  text-decoration: none;
}

.text_only_header {
  background-color: #1D1B1B;
  color: #fff;
  background-image: url(images/first-lax.svg);
  padding-block: 60px 90px;
  position: relative;
}
@media (max-width: 767px) {
  .text_only_header {
    padding-block: 40px 80px;
  }
}
.text_only_header .container {
  display: flex;
  justify-content: center;
  container-type: inline-size;
}
.text_only_header .container h1 {
  font-size: clamp(30px, 5cqw, 56px);
}
@media (max-width: 767px) {
  .text_only_header .container h1 {
    font-size: clamp(1rem, 8cqw, 40px);
  }
}
.text_only_header .container img {
  display: block;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .text_only_header .herologo {
    display: none;
  }
}
.text_only_header .bc {
  text-align: center;
  margin-top: 1rem;
}
.text_only_header .bc a {
  color: currentColor;
}
@media (max-width: 767px) {
  .text_only_header .bc a {
    font-size: 11px;
  }
}
.text_only_header h1 {
  text-align: center;
  margin-block: 50px 1rem;
}
@media (max-width: 767px) {
  .text_only_header h1 {
    margin-block: 1rem;
  }
}

.gallerycats {
  background-image: url(images/inner-block-bg.webp);
  padding-block: 0 120px;
}
@media (max-width: 767px) {
  .gallerycats {
    padding-block: 0 90px;
  }
}
.gallerycats .cntwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
}
@media (max-width: 980px) {
  .gallerycats .cntwrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gallerycats .cntwrap {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1920px) {
  .gallerycats .container {
    max-width: 83vw;
    margin: 0 auto;
  }
}
.gallerycats .cntright {
  padding-inline: 40px;
  padding-block: 20px 0;
  position: relative;
  z-index: 3;
}
.gallerycats .cntright h3 {
  font-size: 28px;
  margin-block: 0 1rem;
}
.gallerycats .singlecats {
  background-image: url(images/reverse.webp);
  color: #fff;
  padding-block: 0 40px;
  position: relative;
}
.gallerycats .singlecats:after {
  content: "";
  background: #1a1a1a;
  opacity: 0.76;
  position: absolute;
  inset: 0;
}
.gallerycats .singlecats:nth-child(-n+3) {
  margin-top: -40px;
  position: relative;
  z-index: 33;
}
@media (max-width: 980px) {
  .gallerycats .singlecats:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  .gallerycats .singlecats:nth-child(-n+2) {
    margin-top: -40px;
    position: relative;
    z-index: 33;
  }
}
.gallerycats .singlecats img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 3;
}
.gallerycats .singlecats ul {
  list-style-type: none;
}
.gallerycats .singlecats a {
  color: #FF7F2F;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-block: 0 1ex;
}
.gallerycats .singlecats a:hover {
  color: #fff;
}

.global_contact_footer .fullimg img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.global_contact_footer .contentgrid {
  background-attachment: fixed;
  color: #fff;
  padding-block: 0 90px;
}
@media (max-width: 767px) {
  .global_contact_footer .contentgrid {
    padding-block: 0 60px;
  }
}
.global_contact_footer .inner {
  position: relative;
  margin-top: -60px;
  display: grid;
  grid-template-columns: 1fr 47px 1fr 47px 1fr;
  align-items: center;
  padding-block: 60px;
}
@media (max-width: 767px) {
  .global_contact_footer .inner {
    padding-block: 20px 40px;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: -1rem;
  }
}
.global_contact_footer .small {
  padding-inline: 6%;
}
.global_contact_footer .col {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 767px) {
  .global_contact_footer .col {
    font-size: 2rem;
  }
  .global_contact_footer .col:has(img) {
    display: none;
  }
}
.global_contact_footer .col:nth-child(1) {
  text-align: center;
}
@media (max-width: 767px) {
  .global_contact_footer .col:nth-child(1) {
    padding-block: 0 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.global_contact_footer .col:nth-child(3) {
  text-align: center;
}
@media (max-width: 767px) {
  .global_contact_footer .col:nth-child(3) {
    font-size: 1.65rem;
  }
}
.global_contact_footer .col:nth-child(3) a {
  color: #fff;
  text-decoration: none;
}
.global_contact_footer .col:nth-child(3) a:hover {
  text-decoration: underline;
}
.global_contact_footer .col:nth-child(5) {
  display: flex;
  justify-content: center;
}
.global_contact_footer .button {
  background: #FF7F2F;
  min-width: 300px;
}
.global_contact_footer .button:hover {
  background: #1D1B1B;
}

.galcategory {
  background-image: url(images/lead-bg.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-block: 40px;
}
.galcategory figcaption {
  display: none;
}
.galcategory .container {
  padding-inline: 2%;
}
@media (min-width: 1920px) {
  .galcategory .container {
    max-width: 83vw;
  }
}
.galcategory .cntwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 60px;
}
@media (max-width: 767px) {
  .galcategory .cntwrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.galcategory .cntwrap img {
  display: block;
  width: 100%;
}
.galcategory h3 {
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  color: #000;
}
@media (max-width: 767px) {
  .galcategory h3 {
    font-size: 1.15rem;
    line-height: 1.3;
  }
}
.galcategory a {
  font-weight: normal;
  font-size: 18px;
  line-height: 33px;
  text-align: left;
  color: #ff7f2f;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .galcategory a {
    line-height: 1;
    font-size: 1rem;
  }
}
.galcategory a:hover {
  color: #1D1B1B;
}

.galnav {
  position: absolute;
  top: 73%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 33;
  padding-inline: 4%;
}
@media (max-width: 767px) {
  .galnav {
    top: calc(100% + 40px);
    transform: unset;
  }
}
.galnav .prevnext {
  display: flex;
  justify-content: space-between;
}
.galnav .prevnext a:only-child {
  margin-left: auto;
}
@media (max-width: 767px) {
  .galnav .prevnext a {
    width: 75px;
  }
}

.singularcase {
  background-image: url(images/lead-bg.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-block: 40px;
}
.singularcase .mobheading {
  display: none;
}
@media (min-width: 1920px) {
  .singularcase .container {
    max-width: 83vw;
  }
}
.singularcase .bnapart {
  display: grid;
  grid-template-columns: 1fr 374px;
  gap: 60px;
}
@media (max-width: 980px) {
  .singularcase .bnapart {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.singularcase img {
  display: block;
  margin-block: 0 1rem;
}
@media (min-width: 1920px) {
  .singularcase img {
    width: 100%;
  }
}
.singularcase .images img {
  display: block;
}
@media (max-width: 767px) {
  .singularcase .images img {
    width: 100%;
  }
}

.source {
  padding-block: 1rem;
  background: #1d1b1b;
  padding-inline: 2%;
}
@media (max-width: 767px) {
  .source {
    padding-block: 1rem 2rem;
  }
}

#opensources {
  color: #fff;
  text-transform: uppercase;
}

.singlesources {
  display: none;
  color: #fff;
  padding-top: 1rem;
  padding-left: 1%;
}
.singlesources p {
  font-size: 1rem;
}
.singlesources a {
  color: #FF7F2F;
}

#tooltip .tooltipcnt {
  color: #000;
}

.insidepage .contact_us_block {
  background-color: #1D1B1B;
}

.bna_block {
  background-color: #1D1B1B;
  color: #fff;
  padding-block: 90px;
}
@media (max-width: 767px) {
  .bna_block {
    padding-block: 40px;
  }
}
.bna_block.remove-blur .cases-blured button,
.bna_block.remove-blur .cases-blured .blur {
  display: none;
}
.bna_block .topcnt {
  text-align: center;
}
.bna_block .bna {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 767px) {
  .bna_block .bna {
    grid-template-columns: 1fr;
  }
}
.bna_block .bna-item a {
  display: block;
}
.bna_block .bna-item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bna_block .btnwrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.bna_block .underlinebutton, .bna_block .home_hero p:has(a) a, .home_hero p:has(a) .bna_block a {
  color: #fff;
}
.bna_block .cases-blured {
  position: relative;
}
.bna_block .cases-blured button,
.bna_block .cases-blured span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-decoration: underline;
  display: block;
  width: 100%;
  padding: 1rem;
}
.bna_block .cases-blured button:hover,
.bna_block .cases-blured span:hover {
  text-decoration: none;
}
.bna_block .cases-blured .blur {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.eat {
  color: #fff;
  font-size: 12px;
}

.bc {
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 1ch;
  left: 50%;
  transform: translateX(-50%);
  z-index: 33;
}
.bc.desk {
  display: block;
}
@media (max-width: 767px) {
  .bc.desk {
    display: none;
  }
}
.bc.mob {
  display: none;
  position: static;
  transform: unset;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .bc.mob {
    display: block;
  }
}
.bc a:after {
  display: none !important;
}

.gallerypage .bc {
  bottom: 0;
  position: relative;
}

.vertical_radio {
  display: flex;
  justify-content: center;
}
.vertical_radio .frm_primary_label {
  display: none;
}
.vertical_radio .frm_opt_container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.vertical_radio label {
  all: unset;
}
.vertical_radio input {
  border: 1px solid #fff;
  background: #000;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.vertical_radio input:checked {
  box-shadow: 0 0 0 1px orange;
  accent-color: #000;
}

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