/*!
Theme Name: NYLASIK
Description: A custom theme built by the FS.
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;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "agenda-one", sans-serif;
  font-weight: 300;
  color: #071324;
  font-size: 19px;
  line-height: 1.72;
}
body.is-hidden {
  overflow: hidden;
}

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

@media (max-width: 767px) {
  main {
    padding-top: 91px;
  }
}
p {
  margin-block: 0 1rem;
}

p.large-text {
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 62px;
  text-align: left;
}

p.sub-text {
  font-family: "agenda-one", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 38px;
  text-align: left;
}

p a {
  color: #071324;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

h1 {
  margin-block: 0 1rem;
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
}

h2 {
  margin-block: 0 1rem;
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
}

h3 {
  margin-block: 0 1rem;
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
}

h4 {
  margin-block: 0 1rem;
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
}

h2 {
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 0.96;
  text-align: left;
}
@media (max-width: 767px) {
  h2 {
    font-size: 46px;
  }
}

h3 {
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
  font-size: 46px;
  line-height: 0.96;
}
@media (max-width: 767px) {
  h3 {
    font-size: 36px;
  }
}

.bgsettings, .reviewslider, .faq.bg-image, footer, .full_width_cta, .home_inner_blocks, .home_hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.button, .frm_forms .frm_button_submit {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "agenda-one", sans-serif;
  font-weight: 400;
  background-color: #AD2430;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 23px;
  padding-inline: 2rem;
  padding-block: 0.8rem 0.65rem;
  transition: background-color 0.3s ease-in-out;
  text-align: center;
  line-height: 1.2;
}
.button:hover, .frm_forms .frm_button_submit:hover {
  background-color: #961B26;
  transition: background-color 0.3s ease-in-out;
}

p:has(.button, .frm_forms .frm_button_submit) {
  display: flex;
  gap: 1rem;
  margin-block: 2rem 0;
}

.container {
  display: block;
  width: 100%;
  max-width: 1320px;
  padding-inline: 4%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .container {
    padding-inline: 40px;
  }
}
.container.full {
  max-width: 100%;
}
.container.medium {
  max-width: calc(1280px + 4%);
}
.container.small {
  max-width: calc(1100px + 4%);
}

.fixednav {
  position: fixed;
  width: 100%;
  z-index: 333;
  top: 0;
  left: 0;
  padding-inline: 4%;
  padding-top: 60px;
}
.fixednav .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixednav .leftnav {
  flex-grow: 0;
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .fixednav .leftnav {
    display: none;
  }
}
.fixednav .leftnav a {
  display: block;
}
.fixednav .leftnav a svg {
  width: 100%;
  max-width: 100%;
}
.fixednav .rightnav {
  flex-grow: 1;
}
.fixednav .upper {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .fixednav .upper .h-upper-btns {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
.fixednav .upper a {
  height: 100%;
  max-height: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translateY(0);
  position: relative;
}
.fixednav .upper a {
  color: #fff;
  text-decoration: none;
}
.fixednav .upper a[href^=tel] {
  font-family: "agenda-one", sans-serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: 0.3em;
}
@media (min-width: 1024px) {
  .fixednav.is-blue {
    padding-top: 1rem;
    background-color: #17324E;
    transition: all 0.1s ease-in-out;
    padding-inline: 2%;
  }
  .fixednav.is-blue .h-logo {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .fixednav.is-blue .nav-plus {
    display: none;
  }
  .fixednav.is-blue .rightnav {
    flex: unset;
  }
  .fixednav.is-blue .leftnav {
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixednav.is-blue .leftnav a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fixednav.is-blue .header-menu {
    gap: 20px;
    justify-content: flex-end;
  }
  .fixednav.is-blue .header-menu > li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fixednav.is-blue .header-menu > li > a {
    display: block;
    text-align: center;
    font-size: 1rem;
    white-space: nowrap;
  }
  .fixednav.is-blue .header-menu > li > a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  .fixednav.is-blue .h-upper-btns {
    display: none;
  }
  .fixednav.is-blue .leftnav {
    display: block;
  }
  .fixednav.is-blue .upper {
    max-height: 0;
  }
  .fixednav.is-blue .upper a {
    max-height: 0;
    height: 0;
    transform: translateY(-100%);
    opacity: 0;
    margin: 0;
    transition: all 0.2s ease-in-out;
  }
}

/* deskttop nave */
@media (min-width: 1024px) {
  .header-menu {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    gap: 2%;
  }
  .header-menu > li.menu-item-has-children:nth-last-child(2):hover > .sub-menu,
  .header-menu > li.menu-item-has-children:last-of-type:hover > .sub-menu {
    left: unset;
    right: 0;
  }
  .header-menu > li.menu-item-has-children:nth-last-child(2):hover .sub-menu.depth-1,
  .header-menu > li.menu-item-has-children:last-of-type:hover .sub-menu.depth-1 {
    left: unset;
    right: 100%;
  }
  .header-menu > li.menu-item-has-children:nth-last-child(2):hover:before,
  .header-menu > li.menu-item-has-children:last-of-type:hover:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 30px 20px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-menu > li > a {
    padding-block: 0 1rem;
  }
  .header-menu > li:hover > a {
    text-decoration: underline;
    text-underline-offset: 8px;
  }
  .header-menu li {
    list-style: none;
    position: relative;
  }
  .header-menu > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: calc(100% - 1.2rem);
    left: -25%;
    width: 200%;
    min-height: 100%;
    display: block;
  }
  .header-menu > li.menu-item-has-children:hover:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 40px 30px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 35px;
    left: 52%;
    transform: translateX(-50%);
  }
  .header-menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .header-menu a {
    display: inline-block;
    color: #fff;
    font-family: "agenda-one", sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) and (max-width: 1300px) {
  .header-menu a {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .header-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background-color: #fff;
    color: #071324;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 10px;
    padding: 1rem;
  }
  .header-menu .sub-menu a {
    color: inherit;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.02em;
    padding-inline: 0.5rem;
    line-height: 1.25;
    background: #fff;
    transition: background 0.1s ease-in-out;
    border-radius: 14.5px;
    padding-block: 8px 4px;
    z-index: 3;
    position: relative;
  }
  .header-menu .sub-menu a:hover {
    border-radius: 14.5px;
    background: #ededed;
    transition: background 0.1s ease-in-out;
  }
  .header-menu .sub-menu > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 200%;
    top: 0;
    right: 0;
    z-index: 33;
  }
  .header-menu .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
    left: 100%;
    top: -0.5rem;
  }
}
/* deskttop nave */
/* mobile nav */
.extrabuttons,
.phone-icon,
.navbuttons,
.opennav {
  display: none;
}

@media screen and (max-width: 1023px) {
  .extrabuttons {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
  .leftnav {
    width: 40%;
  }
  .phone-icon {
    display: block;
  }
  .fixednav {
    padding: 1rem;
    background-color: #17324E;
  }
  .fixednav a {
    display: block;
  }
  .fixednav a svg {
    display: block;
    max-width: 100%;
  }
  .fixednav .upper {
    gap: 0;
    justify-content: flex-end;
  }
  .fixednav .upper a[href^=tel] {
    margin-top: 0;
  }
  .fixednav .upper a[href^=tel] span {
    display: none;
  }
  .fixednav .upper .button, .fixednav .upper .frm_forms .frm_button_submit, .frm_forms .fixednav .upper .frm_button_submit {
    display: none;
  }
  .opennav {
    display: block;
  }
  .opennav .open {
    height: 18px;
    width: 25px;
  }
  .opennav .open.is-hidden {
    display: none;
  }
  .opennav .close {
    display: none;
    height: 18px;
    width: 25px;
  }
  .opennav .close.is-active {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 80vh;
    overflow-y: scroll;
    background-color: #17324E;
  }
  nav.is-active {
    display: block;
    padding-block: 0 50px;
  }
  .header-menu {
    all: unset;
    display: block;
    list-style: none;
  }
  .header-menu ul {
    all: unset;
  }
  .header-menu > li:nth-child(1) {
    border-top: 1px solid #2a4664;
  }
  .header-menu li {
    padding: unset;
    margin: unset;
  }
  .header-menu li:before {
    display: none;
  }
  .header-menu a {
    font-size: 1rem;
    text-decoration: none;
    padding-block: 1rem;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-family: "agenda-one", sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .header-menu > li {
    padding-inline: 1rem;
  }
  .header-menu li {
    border-bottom: 1px solid #2a4664;
  }
  .header-menu .sub-menu {
    list-style: none;
    width: 100%;
    display: none;
  }
  .header-menu .sub-menu.depth-0 li a {
    padding-left: 1rem;
  }
  .header-menu .sub-menu.depth-1 li a {
    padding-left: 1.5rem;
  }
  .header-menu .sub-menu li {
    border-bottom: 1px solid transparent;
  }
  .header-menu .sub-menu li a {
    padding-block: 0.5rem;
    font-size: 0.9rem;
  }
  .nav-plus {
    background-image: url(images/nav-plus.svg);
    background-size: 17px 17px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    width: 30px;
    height: 54px;
  }
  .nav-plus.rotatoe {
    background-image: url(images/nav-minus.svg);
  }
  .menu-item-has-children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .menu-item-has-children > a {
    flex-grow: 1;
  }
  .headerlogo {
    max-width: 104px;
  }
}
/* mobile nav */
@media (max-width: 767px) {
  .home .h-logo {
    display: none;
  }
  .h-upper-btns {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
  }
}
.home_hero {
  min-height: 705px;
  height: 120vh;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .home_hero {
    min-height: 350px;
    background-attachment: scroll;
    height: auto;
    min-height: unset;
    margin-top: 90px;
  }
}
.home_hero.has-video {
  position: relative;
  background-attachment: scroll;
  overflow: hidden;
  background: #000;
}
.home_hero.has-video:before {
  content: "";
  background: #000;
  opacity: 0.4;
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .home_hero.has-video:before {
    display: none;
  }
}
.home_hero.has-video video {
  position: absolute;
  z-index: 0;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 110%;
  display: block;
  top: -10%;
}
@media (max-width: 767px) {
  .home_hero.has-video video {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    position: relative;
  }
}
.home_hero .container {
  position: absolute;
  top: 80vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 33;
}
@media (min-width: 1024px) {
  .home_hero .container {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 980px) {
  .home_hero .container {
    display: none;
  }
}
.home_hero .sub-text {
  color: #fff;
}
.home_hero .large-text {
  color: #fff;
  margin-block: 0;
}

.home_inner_blocks {
  background-attachment: fixed;
}
.home_inner_blocks.lazyloaded {
  background-image: url(images/blue-bg.webp);
}
.home_inner_blocks .cnt-from-hero {
  display: none;
}
@media (max-width: 980px) {
  .home_inner_blocks .cnt-from-hero {
    display: block;
    padding-block: 1rem;
  }
}
.home_inner_blocks .cnt-from-hero .large-text {
  color: #fff;
  text-align: center;
  font-size: 37px;
  line-height: 1.3;
  margin-block: 0 10px;
}
.home_inner_blocks .cnt-from-hero .sub-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  text-wrap: balance;
}
.home_inner_blocks .cnt-from-hero p:has(.button, .frm_forms .frm_button_submit) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}
.home_inner_blocks .diamond_icon_block {
  padding-block: 160px;
  color: #fff;
}
@media (max-width: 980px) {
  .home_inner_blocks .diamond_icon_block {
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .home_inner_blocks .diamond_icon_block {
    padding-block: 30px;
  }
}
.home_inner_blocks .diamond_icon_block .container {
  display: grid;
  grid-template-columns: auto 187px auto;
}
@media (max-width: 980px) {
  .home_inner_blocks .diamond_icon_block .container {
    display: block;
  }
}
@media (max-width: 980px) {
  .home_inner_blocks .diamond_icon_block .hasdiamond {
    display: none;
  }
}
.home_inner_blocks .diamond_icon_block .dia-only {
  display: none;
}
@media (max-width: 980px) {
  .home_inner_blocks .diamond_icon_block .dia-only {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-block: 0 24px;
  }
}
.home_inner_blocks .diamond_icon_block .diamond-img {
  display: block;
  margin-top: -220px;
  position: relative;
  z-index: 33;
}
@media (max-width: 980px) {
  .home_inner_blocks .diamond_icon_block .diamond-img {
    margin-top: 0;
  }
}
.home_inner_blocks .diamond_icon_block .right {
  margin-top: 250px;
}
@media (max-width: 980px) {
  .home_inner_blocks .diamond_icon_block .right {
    margin-top: 80px;
  }
}
.home_inner_blocks .diamond_icon_block .right .singleicon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .home_inner_blocks .diamond_icon_block .right .singleicon {
    grid-template-columns: 1fr 70px;
    gap: 15px;
  }
}
.home_inner_blocks .diamond_icon_block .right .singleicon:nth-child(2) {
  margin-top: 30px;
}
@media (max-width: 980px) {
  .home_inner_blocks .diamond_icon_block .right .singleicon:nth-child(2) {
    margin-top: 30px;
  }
}
.home_inner_blocks .diamond_icon_block .right .singleicon:nth-child(3) {
  margin-top: 60px;
}
@media (max-width: 980px) {
  .home_inner_blocks .diamond_icon_block .right .singleicon:nth-child(3) {
    margin-top: 30px;
  }
}
.home_inner_blocks .diamond_icon_block .right .singleicon .numbertext {
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
  font-size: 29px;
  letter-spacing: 0.01em;
  line-height: 35px;
  text-align: left;
}
@media (max-width: 767px) {
  .home_inner_blocks .diamond_icon_block .right .singleicon .numbertext {
    font-size: 25px;
    line-height: 27px;
    display: flex;
    gap: 1ch;
  }
  .home_inner_blocks .diamond_icon_block .right .singleicon .numbertext span {
    display: inline-block;
  }
  .home_inner_blocks .diamond_icon_block .right .singleicon .numbertext:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #ad2430;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
    align-self: center;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home_inner_blocks .diamond_icon_block .right .singleicon .numbertext:before {
    min-width: 16px;
    min-height: 16px;
  }
}
.home_inner_blocks .diamond_icon_block .right .singleicon .iconwrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home_inner_blocks .diamond_icon_block .right .singleicon .iconwrap img {
  display: block;
  align-self: center;
  margin-inline: auto;
}
@media (max-width: 980px) {
  .home_inner_blocks .left .oneseven-text {
    text-align: center;
    margin-block: 0;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .home_inner_blocks .left .oneseven-text {
    font-size: 50px;
  }
}
@media (max-width: 980px) {
  .home_inner_blocks .left .nintey-text {
    text-align: center;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .home_inner_blocks .left .nintey-text {
    font-size: 54px;
  }
}
@media (max-width: 980px) {
  .home_inner_blocks .left .fifty-text {
    text-align: center;
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .home_inner_blocks .left .fifty-text {
    font-size: 22px;
  }
}

.oneseven-text {
  font-size: 160px;
  line-height: 1;
  margin-block: 0;
  text-transform: uppercase;
  margin-block: 0 -1.6rem;
  text-align: right;
  font-family: "amplitude-compressed", sans-serif;
  font-size: clamp(6.25rem, 0.1158rem + 9.5847vw, 9rem);
}

.nintey-text {
  font-size: 90px;
  line-height: 1;
  margin-block: 0;
  text-transform: uppercase;
  text-align: right;
  margin-block: 0 1rem;
  font-family: "amplitude-compressed", sans-serif;
  font-size: clamp(3.75rem, 0.6829rem + 4.7923vw, 5.625rem);
}

.fifty-text {
  font-size: 50px;
  line-height: 1;
  margin-block: 0;
  text-transform: uppercase;
  text-align: right;
  margin-block: 0 2rem;
  font-family: "amplitude-compressed", sans-serif;
  font-size: clamp(2.5rem, 1.1709rem + 2.0767vw, 3.3125rem);
}

.dual_half {
  color: #fff;
  padding-block: 0 90px;
}
@media (max-width: 767px) {
  .dual_half {
    padding-block: 30px;
  }
}
.dual_half.reverse .colleft,
.dual_half.reverse .container {
  flex-direction: row-reverse;
}
.dual_half.reverse .container {
  padding-left: 4%;
  padding-right: 1%;
}
.dual_half.reverse .colleft div:last-of-type img {
  border-top-right-radius: 0;
  border-top-left-radius: 110px;
}
.dual_half .container {
  max-width: 100%;
  padding-left: 1%;
  display: flex;
  align-items: flex-start;
  gap: 96px;
}
@media (max-width: 980px) {
  .dual_half .container {
    flex-wrap: wrap;
    padding-inline: 0;
    gap: 0;
  }
}
.dual_half .colleft {
  width: 50%;
  display: flex;
  gap: 1%;
}
@media (max-width: 980px) {
  .dual_half .colleft {
    width: 100%;
    justify-content: center;
  }
}
.dual_half .colleft div:last-of-type img {
  border-top-right-radius: 110px;
}
.dual_half .colleft img {
  display: block;
  width: 100%;
  align-self: flex-start;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .dual_half .colleft img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.dual_half .colright {
  width: 50%;
  margin-top: 2rem;
  padding-right: 10%;
}
@media (min-width: 2000px) {
  .dual_half .colright {
    width: 75vw;
    align-self: center;
  }
}
@media (max-width: 1300px) {
  .dual_half .colright {
    padding-right: 0;
  }
}
@media (max-width: 980px) {
  .dual_half .colright {
    width: 100%;
    padding-inline: 40px;
  }
}
.dual_half .colright h2 {
  font-size: 91px;
  text-transform: uppercase;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .dual_half .colright h2 {
    font-size: 56px;
    line-height: 44px;
  }
}
.dual_half .btnwrap {
  margin-top: 2rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .dual_half .btnwrap {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.btnwrap {
  display: flex;
  gap: 1ch;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .btnwrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
  }
}

.pre-heading {
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 0.96;
  text-align: left;
  color: #fff;
  margin-block: 0 1rem;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .pre-heading {
    font-size: 30px;
  }
}

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

.slick-arrow {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .slick-arrow {
    position: relative;
    top: unset;
    transform: unset;
  }
}
.slick-arrow.slick-next {
  right: 0;
}

.slick-list {
  max-width: 890px;
  margin-inline: auto;
}
@media (max-width: 980px) {
  .slick-list {
    max-width: calc(96% - 96px);
  }
}
@media (max-width: 767px) {
  .slick-list {
    max-width: 100%;
  }
}

.reviewslider {
  color: #fff;
  padding-block: 160px;
}
@media (max-width: 980px) {
  .reviewslider {
    padding-block: 100px;
  }
}
.reviewslider svg {
  display: block;
  margin-block: 0 50px;
  margin-inline: auto;
}
.reviewslider blockquote {
  font-family: "Times New Roman";
  font-weight: normal;
  font-style: italic;
  font-size: 36px;
  line-height: 58px;
  text-align: center;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .reviewslider blockquote {
    font-size: 28px;
    line-height: 40px;
  }
}
.reviewslider cite {
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .reviewslider cite {
    font-size: 45px;
    line-height: 54px;
  }
}
.reviewslider .mobbuttons {
  position: relative;
  display: flex;
  gap: 1ch;
  justify-content: center;
  margin-top: 4rem;
}

.full_width_bio_block {
  padding-block: 0 40px;
}
.full_width_bio_block .pre-heading {
  color: #071324;
  font-weight: 400;
  margin-block: 0 10px;
}
.full_width_bio_block h2 {
  text-transform: uppercase;
  font-size: 91px;
}
@media (max-width: 767px) {
  .full_width_bio_block h2 {
    font-size: 56px;
    line-height: 44px;
  }
}
.full_width_bio_block .full img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.full_width_bio_block .container {
  margin-top: -324px;
  position: relative;
  z-index: 33;
  display: flex;
}
@media (max-width: 980px) {
  .full_width_bio_block .container {
    flex-wrap: wrap;
    margin-top: -90px;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .full_width_bio_block .container {
    margin-top: -100px;
  }
}
.full_width_bio_block .container .right {
  width: 40%;
  display: flex;
  margin-bottom: -90px;
}
@media (max-width: 980px) {
  .full_width_bio_block .container .right {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 80px;
  }
}
.full_width_bio_block .container .left {
  width: 60%;
}
@media (max-width: 980px) {
  .full_width_bio_block .container .left {
    width: 100%;
  }
}
.full_width_bio_block .container .left .cnt {
  background-color: #fff;
  border-top-left-radius: 110px;
  padding-block: 40px;
  padding-inline: 80px;
}
@media (max-width: 767px) {
  .full_width_bio_block .container .left .cnt {
    padding-block: 60px;
    padding-inline: 12%;
  }
}
.full_width_bio_block .blurb {
  background-color: #fff;
  align-self: flex-end;
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
  font-size: 49px;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  text-wrap: balance;
  border-left: 1px solid black;
  padding-left: 40px;
  margin-left: 20%;
  position: relative;
}
.full_width_bio_block .blurb:before {
  content: "";
  display: block;
  background-color: #AD2430;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  left: -0.5rem;
  top: 25px;
}
.full_width_bio_block .blurb span {
  display: block;
  padding-block: 20px 30px;
}
.full_width_bio_block .desk {
  display: block;
}
@media (max-width: 767px) {
  .full_width_bio_block .desk {
    display: none;
  }
}
.full_width_bio_block .mob {
  display: none;
}
@media (max-width: 767px) {
  .full_width_bio_block .mob {
    display: block;
  }
}

.redpoint, .container.formcont .flex .col:first-of-type:after, .slidearrows:after {
  background-color: #AD2430;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: block;
}

.slidearrows {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .slidearrows {
    max-width: 60%;
    margin-inline: auto;
  }
}
.slidearrows:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
  width: 100%;
  order: 2;
}
.slidearrows:after {
  content: "";
  position: absolute;
}
.slidearrows .slick-arrow {
  position: static;
  transform: unset;
}
.slidearrows .slick-next {
  order: 3;
}

.our_team_slider {
  padding-block: 100px;
  /* the slides */
  /* the parent */
}
@media (max-width: 767px) {
  .our_team_slider {
    padding-block: 40px;
  }
}
.our_team_slider h2 {
  text-align: center;
  text-transform: uppercase;
}
.our_team_slider .full {
  overflow: hidden;
  margin-top: 40px;
}
.our_team_slider .slick-slide {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .our_team_slider .slick-slide {
    margin: 0 4px;
  }
}
.our_team_slider .slick-list {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .our_team_slider .slick-list {
    margin: 0 -4px;
  }
}
.our_team_slider .singledoc {
  display: grid !important;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-content: center;
}
.our_team_slider .singledoc .member {
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
  font-size: 25px;
  text-align: left;
  color: #000;
  line-height: 1;
  margin-block: 10px 0;
}
.our_team_slider .singledoc .member a {
  color: #071324;
  text-decoration: none;
}
.our_team_slider .singledoc .member a:hover {
  color: #AD2430;
  text-decoration: underline;
}
.our_team_slider .singledoc img {
  display: block;
  border-top-left-radius: 110px;
  flex-grow: 1;
  flex-basis: 100%;
}
.our_team_slider .slick-list {
  max-width: unset;
}

.full_width_cta {
  color: #fff;
  min-height: 632px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .full_width_cta {
    display: block;
    color: #071324;
    min-height: unset;
    overflow: hidden;
  }
}
.full_width_cta .container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .full_width_cta .container {
    margin-top: 40px;
    padding-block: 0 40px;
  }
}
.full_width_cta .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .full_width_cta .mobimg {
    display: block;
    width: 100%;
    position: relative;
    position: relative;
    width: 130vw; /* Full viewport width */
    left: 50%;
    transform: translateX(-50%); /* Centers the element */
  }
  .full_width_cta .mobimg .gianttxt {
    display: block;
    font-size: clamp(2.5rem, 0.987rem + 5.7637vw, 3.75rem);
  }
  .full_width_cta .mobimg img {
    display: block;
    width: 100%;
  }
}
.full_width_cta h2 {
  margin-block: 0 10px;
}
.full_width_cta h3 {
  margin-block: 0 10px;
}
@media (max-width: 767px) {
  .full_width_cta h3 {
    font-size: 9vw;
    text-wrap: balance;
  }
}
.full_width_cta .gianttxt {
  position: absolute;
  line-height: 0;
  left: 50%;
  top: calc(100% - 0.8ch);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 33;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
  font-size: 170px;
  font-size: clamp(6.25rem, -0.6653rem + 11.2903vw, 10.625rem);
}
@media (max-width: 767px) {
  .full_width_cta .gianttxt {
    display: none;
  }
}

.home .our_procedures_slider {
  padding-bottom: 0;
  margin-bottom: -70px;
  position: relative;
  z-index: 33;
}
@media (max-width: 767px) {
  .home .our_procedures_slider {
    margin-bottom: -40px;
  }
}

.our_procedures_slider {
  position: relative;
  padding-block: 100px;
  overflow: hidden;
  /* the slides */
  /* the parent */
}
.our_procedures_slider h2 {
  text-align: center;
}
.our_procedures_slider .slick-list {
  max-width: unset;
}
.our_procedures_slider .slick-slide {
  margin: 0 15px;
}
.our_procedures_slider .slick-list {
  margin: 0 -15px;
}
.our_procedures_slider .slidearrows {
  margin-block: 0 40px;
}
.our_procedures_slider .singleproc {
  display: grid !important;
}
.our_procedures_slider .singleproc .cnt {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 100%);
  border-top-left-radius: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}
.our_procedures_slider .singleproc .cnt .inner {
  position: relative;
  z-index: 33;
  color: #fff;
  padding-block: 40px 0;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .our_procedures_slider .singleproc .cnt .inner h3 {
    font-size: 9vw;
  }
  .our_procedures_slider .singleproc .cnt .inner p:last-of-type {
    display: none;
  }
}
.our_procedures_slider .singleproc > * {
  grid-column: 1;
  grid-row: 1;
}
.our_procedures_slider .singleproc figure {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
}
.our_procedures_slider .singleproc figure img {
  display: block;
  border-top-left-radius: 110px;
  margin: 0 auto;
  width: 100%;
}
.our_procedures_slider .lmore {
  border-radius: 110px 0px 0px 0px;
  background: rgba(173, 36, 48, 0.78);
  position: relative;
  z-index: 66;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .our_procedures_slider .lmore {
    opacity: 1;
    background-color: transparent;
  }
}
.our_procedures_slider .lmore a {
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 50px;
  text-align: left;
  color: #fff;
  text-underline-offset: 1ch;
  display: block;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .our_procedures_slider .lmore a {
    min-height: 100%;
    min-width: 100%;
    font-size: 0;
  }
}
@media (min-width: 1024px) {
  .our_procedures_slider .singleproc:has(.lmore):hover .lmore {
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  .our_procedures_slider .singleproc:has(.lmore):hover .lmore a {
    transform: translateY(-1rem);
    transition: transform 0.3s ease-in-out;
  }
}

.insidepage footer {
  padding-block: 90px 0;
}

.container.formcont.no-form .cntabove {
  display: none;
}

.container.formcont {
  color: #fff;
}
.container.formcont .largeheading {
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
  font-size: 10vw;
  font-size: clamp(90px, 113px, 10vw);
  letter-spacing: 0.02em;
  line-height: 90px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .container.formcont .largeheading {
    font-size: clamp(40px, 52px, 10vw);
    line-height: 1;
  }
}
.container.formcont .afterlarge {
  text-align: center;
  margin-top: 2rem;
}
.container.formcont .flex {
  display: flex;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .container.formcont .flex {
    margin-top: 50px;
    flex-wrap: wrap;
  }
}
.container.formcont .flex .col {
  flex: 1 0 50%;
}
@media (max-width: 767px) {
  .container.formcont .flex .col {
    flex: 1 0 100%;
  }
}
.container.formcont .flex .col:first-of-type {
  position: relative;
}
.container.formcont .flex .col:first-of-type:after {
  content: "";
  position: absolute;
  top: 55%;
  right: -0.5rem;
  transform: translateY(-50%);
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .container.formcont .flex .col:first-of-type:after {
    display: none;
  }
}
.container.formcont .flex .col:first-of-type:before {
  content: "";
  width: 1px;
  height: 150px;
  display: block;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .container.formcont .flex .col:first-of-type:before {
    display: none;
  }
}
.container.formcont .flex .col p {
  font-family: "amplitude-compressed", sans-serif;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.02em;
  line-height: 57px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .container.formcont .flex .col p {
    font-size: 27px;
    line-height: 1;
  }
}
.container.formcont .flex .col a {
  font-size: 72px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}
@media (min-width: 1024px) {
  .container.formcont .flex .col a::after {
    content: "";
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #fff;
    transition: width 0.3s ease-in-out;
  }
  .container.formcont .flex .col a:hover::after {
    content: "";
    width: 100%;
    transition: width 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .container.formcont .flex .col a {
    font-size: 41px;
  }
}
.container.formcont .cntabove .cnt {
  text-align: center;
  font-size: 21px;
  line-height: 33px;
  font-weight: 400;
  margin-block: 90px 60px;
}
@media (max-width: 767px) {
  .container.formcont .cntabove .cnt {
    margin-block: 40px;
  }
}

footer {
  color: #fff;
  background-attachment: fixed;
  padding-block: 210px 0;
}
@media (max-width: 767px) {
  footer {
    padding-block: 160px 0;
    background-attachment: scroll;
  }
}
footer.lazyloaded {
  background-image: url(images/footer-bg.avif);
}
footer .afterlarge {
  display: none;
}

button {
  color: #071324;
}

.frm_forms label {
  display: block;
  font-weight: 300;
  margin-block: 0 0.5rem;
  font-size: 17px;
}
.frm_forms textarea,
.frm_forms input:not([type=submit]):not([type=checkbox]) {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.33);
  height: 55px;
  color: #fff;
  padding: 1ch;
  font-family: "agenda-one", sans-serif;
  font-size: 16px;
  outline: unset;
  letter-spacing: 1;
  border-radius: 4px;
}
.frm_forms textarea:focus,
.frm_forms input:not([type=submit]):not([type=checkbox]):focus {
  background: rgba(255, 255, 255, 0.08);
}
.frm_forms textarea {
  height: 150px;
}
.frm_forms input[type=checkbox]:checked {
  background: #AD2430;
  accent-color: #AD2430;
}
.frm_forms .frm_form_field {
  margin-block: 0 2rem;
}
.frm_forms .frm_checkbox {
  text-align: center;
}
.frm_forms .frm_html_container {
  text-align: center;
  font-size: 12px;
  padding-inline: 4%;
}
.frm_forms .frm_submit {
  text-align: center;
  display: flex;
  justify-content: center;
}
.frm_forms .frm_button_submit {
  min-width: 300px;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .frm_forms .frm_button_submit {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .frm_forms .frm_button_submit {
    font-size: 5vw;
  }
}

.addresses {
  color: #fff;
  margin-top: 100px;
}
.addresses .inner {
  padding-block: 90px;
  border-block: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .addresses .inner {
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
    padding-block: 60px;
  }
}
.addresses .pre-heading {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .addresses .pre-heading {
    text-align: center;
  }
}
.addresses address {
  font-size: 25px;
  line-height: 37px;
  padding-inline: 1vw;
}
@media (max-width: 767px) {
  .addresses address {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
  }
}
.addresses address svg {
  display: block;
  margin-block: 0 1rem;
  margin-inline: auto;
}
.addresses address a[href^=tel] {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .addresses address p:has(.button, .frm_forms .frm_button_submit) {
    display: flex;
    justify-content: center;
  }
}

footer a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .middle .flogo {
    display: flex;
    justify-content: center;
  }
}
footer .middle .inner {
  padding-block: 90px;
  display: flex;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  padding-inline: 1ch;
}
@media (max-width: 767px) {
  footer .middle .inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-block: 60px;
  }
}
footer .middle .inner > div {
  flex-grow: 1;
  flex-basis: 33%;
}
@media (max-width: 767px) {
  footer .middle .inner > div {
    flex-basis: 100%;
  }
}
footer .middle .soc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer .middle .soc {
    justify-content: center;
  }
}
footer .middle .soc ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .middle .soc ul a {
  display: block;
}
footer .middle .soc ul img {
  display: block;
}
footer .middle .callus a {
  font-family: "agenda-one", sans-serif;
  font-weight: normal;
  font-size: 39px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  display: block;
}

footer .copy {
  padding-block: 90px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .copy {
    flex-wrap: wrap;
    gap: 30px;
    padding-block: 60px;
  }
}
footer .copy .cpycnt p:first-child a:before {
  content: " | ";
}
@media (max-width: 767px) {
  footer .copy .cpycnt p:first-child a:first-of-type:before {
    content: "";
  }
}
footer .copy a:hover {
  text-decoration: underline;
}
footer .copy p {
  margin-block: 0 10px;
}
footer .copy .access {
  display: flex;
  align-items: center;
  gap: 1ch;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer .copy .access {
    justify-content: center;
  }
}
footer .copy > div {
  flex-grow: 1;
  flex-basis: 33%;
}
@media (max-width: 767px) {
  footer .copy > div {
    flex-basis: 100%;
  }
}

@media (max-width: 767px) {
  .breakonsmall {
    text-align: center;
    display: block;
  }
}

@media (min-width: 1204px) {
  .cpycnt p a:nth-child(5):before {
    content: "";
    display: none;
  }
}
.faq {
  padding-block: 100px;
}
@media (max-width: 980px) {
  .faq {
    padding-block: 40px;
  }
}
.faq.bg-image {
  background-image: url(images/video-bg.webp);
  background-attachment: fixed;
}
.faq .container {
  display: flex;
  gap: 120px;
}
@media (max-width: 980px) {
  .faq .container {
    flex-wrap: wrap;
    gap: 0;
  }
}
.faq .left {
  width: 40%;
}
@media (max-width: 980px) {
  .faq .left {
    width: 100%;
    margin-block: 0 2rem;
    flex-wrap: wrap;
  }
}
.faq .right {
  width: 100%;
}
.faq .faqtoggl {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-block: 0 1rem;
  width: 100%;
  text-align: left;
}
@media (max-width: 980px) {
  .faq .faqtoggl {
    gap: 1rem;
  }
}
.faq .faqtoggl svg {
  display: block;
  min-width: 48px;
}
@media (max-width: 767px) {
  .faq .faqtoggl svg {
    width: 36px;
    min-width: 36px;
  }
}
.faq .faqtoggl.is-active svg #Line_417 {
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.faq .faqtoggl h3 {
  margin-block: 0;
}
.faq .singlefaq {
  margin-block: 0 3rem;
  padding-block: 0 1rem;
  border-bottom: 1px solid #E3E3E3;
}
.faq .answer {
  display: none;
  padding-inline: calc(2rem + 48px);
}
@media (max-width: 767px) {
  .faq .answer {
    padding-inline: 0;
  }
}

.source {
  border-top: 1px solid #E3E3E3;
  padding-block: 1rem;
}
.source #opensources {
  display: flex;
  gap: 1ch;
  font-size: 18px;
  font-family: "agenda-one", sans-serif;
}
.source #opensources.is-active svg #Line_417 {
  display: none;
}
.source #opensources svg {
  display: block;
}
.source .singlesources {
  padding-top: 2rem;
  display: none;
  font-size: 16px;
}

#tooltip .closetool {
  position: absolute;
  right: 0;
  top: 0;
}

#tooltip .tooltipcnt * {
  color: #071324;
}
#tooltip .tooltipcnt a {
  color: #AD2430;
}

.reviewslider.lazyloaded {
  background-image: url(images/blue-bg.webp);
}

.home .reviewslider {
  background-image: none;
}

.dual_half .dual-image {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0); /* Fully clipped (invisible) from bottom */
  transition: -webkit-clip-path 600ms ease-out;
  transition: clip-path 600ms ease-out;
  transition: clip-path 600ms ease-out, -webkit-clip-path 600ms ease-out;
}

.dual_half.aos-animate .dual-image {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); /* Fully visible */
}

.aboveform {
  margin-block: 4rem 0;
  text-align: center;
}

.stickyfooter {
  display: none;
}
@media (max-width: 767px) {
  .stickyfooter {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
    position: fixed;
    bottom: 1vh;
    left: 50%;
    width: 95%;
    transform: translateX(-50%);
    list-style-type: none;
    background: #AD2430;
    border-radius: 30px;
    height: 60px;
  }
  .stickyfooter a {
    display: flex;
    gap: 10px;
    text-transform: uppercase;
    font-size: 13px;
  }
  .stickyfooter a span {
    display: block;
    position: relative;
    top: 4px;
    line-height: 1;
  }
  .stickyfooter a img {
    display: block;
    align-self: center;
  }
}

.page-lasik-quiz main {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-lasik-quiz main {
    padding-top: 0;
  }
}
.page-lasik-quiz .stickyfooter {
  display: none !important;
}
.page-lasik-quiz [id] {
  scroll-margin-top: 0;
}
.page-lasik-quiz .fixednav {
  background: #17324E;
  position: relative;
}
.page-lasik-quiz .just_content_with_columns {
  padding-block: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-lasik-quiz .just_content_with_columns {
    min-height: 100vh;
  }
}
.page-lasik-quiz .just_content_with_columns p {
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
  text-wrap: balance;
  position: relative;
}
.page-lasik-quiz .just_content_with_columns p:first-of-type {
  z-index: 33;
}
.page-lasik-quiz h1 {
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.3;
  position: relative;
  z-index: 33;
}
@media (max-width: 767px) {
  .page-lasik-quiz h1 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .page-lasik-quiz .just_content_with_columns .container {
    padding-inline: 1%;
  }
  .page-lasik-quiz ul.form-section {
    padding: 0 !important;
  }
}

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