/*!
Theme Name: Rudd Vision
Description: A custom theme
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;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .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;
}

[id] {
  scroll-margin-top: 150px;
}
@media (max-width: 767px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

body {
  font-family: "sweet-sans-pro", Tahoma, sans-serif;
  font-size: 1.1rem;
  line-height: 31px;
  text-align: left;
  color: #303428;
  text-rendering: optimizeLegibility;
}

p {
  font-weight: 700;
  font-family: "sweet-sans-pro", Tahoma, sans-serif;
  margin-bottom: 1rem;
}

strong {
  font-weight: 800;
}

p:has(.button, form .frm_submit .frm_button_submit) {
  margin-top: 2rem;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-inline: 4%;
}
@media (max-width: 767px) {
  .container {
    padding-inline: 40px;
  }
}

main a {
  color: #A08268;
  text-decoration: none;
}
main a:hover {
  background: #A08268;
  color: #E8E0D9;
}

@media (min-width: 1024px) {
  .nav-plus {
    display: none;
  }
}
h1 {
  font-family: "ivyora-display", Georgia, sans-serif;
  margin-block: 0 1rem;
  font-weight: 400;
}

h2 {
  font-family: "ivyora-display", Georgia, sans-serif;
  margin-block: 0 1rem;
  font-weight: 400;
}

h3 {
  font-family: "ivyora-display", Georgia, sans-serif;
  margin-block: 0 1rem;
  font-weight: 400;
}

h4 {
  font-family: "ivyora-display", Georgia, sans-serif;
  margin-block: 0 1rem;
  font-weight: 400;
}

h2 {
  font-size: 41px;
  line-height: 53px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 27px;
    line-height: 36px;
  }
}

h3 {
  font-size: 31px;
  line-height: 42px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 21px;
    line-height: 32px;
  }
}

.preheading {
  font-family: "sweet-sans-pro", Tahoma, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0.125rem;
}
@media (max-width: 767px) {
  .preheading {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
  }
}

.sub {
  font-family: "ivyora-display", Georgia, sans-serif;
  font-size: 41px;
  margin-block: 0 1rem;
  font-weight: 400;
}

.button, form .frm_submit .frm_button_submit {
  display: inline-block;
  text-align: center;
  font-family: "ivyora-display", Georgia, sans-serif;
  font-size: 24px;
  padding: 1ch;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: none;
  color: #303428;
  line-height: 1.2;
  padding-block: 0.5rem 1rem;
  position: relative;
  background: unset;
}
.button:after, form .frm_submit .frm_button_submit:after, .button:before, form .frm_submit .frm_button_submit:before {
  content: "";
  height: 2px;
  background: #303428;
  display: block;
  transition: width 0.3s ease-in-out;
  margin: 0 auto;
  position: relative;
}
.button:before, form .frm_submit .frm_button_submit:before {
  width: 0%;
  top: -5px;
}
.button:after, form .frm_submit .frm_button_submit:after {
  width: 100%;
  bottom: -5px;
}
.button:hover, form .frm_submit .frm_button_submit:hover {
  background: unset;
  transition: all 0.3s ease-in-out;
  color: #303428;
}
.button:hover::before, form .frm_submit .frm_button_submit:hover::before {
  width: 100%;
}
.button:hover::after, form .frm_submit .frm_button_submit:hover::after {
  width: 0%;
}
.button.white, form .frm_submit .white.frm_button_submit {
  color: #fff;
  border-color: #fff;
}
.button.white:after, form .frm_submit .white.frm_button_submit:after, .button.white:before, form .frm_submit .white.frm_button_submit:before {
  background: #fff;
}

#opennav {
  display: none;
}
@media (max-width: 980px) {
  #opennav {
    display: block;
  }
}

@media (min-width: 1024px) {
  header:has(.alertbar) {
    padding-top: 64px;
  }
}
@media (max-width: 980px) {
  header:has(.alertbar) {
    padding-top: calc(40px + 1rem);
  }
}

.alertbar {
  height: 40px;
  position: fixed;
  top: 0;
  background-color: #A08268;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 767px) {
  .alertbar {
    padding-inline: 1%;
    container-type: inline-size;
  }
}
.alertbar a {
  color: currentColor;
}
.alertbar p {
  color: currentColor;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .alertbar p {
    font-size: 2.5cqw;
  }
}

.home section:has(.aos-init):not(.home_lead_block) {
  overflow: hidden;
}

.home .mainheader.is-white .homecall {
  color: #303428;
}
.home .mainheader .homelogo {
  display: none;
}
@media (max-width: 767px) {
  .home .mainheader .homelogo {
    display: block;
    width: 100%;
  }
  .home .mainheader .homelogo img {
    margin-left: -40px;
  }
}
.home .mainheader .logowrap {
  margin-left: unset;
}
.home .caller {
  display: none;
}
.home .homecall {
  font-family: "ivyora-display", Georgia, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #3C3B3C;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .home .homecall {
    display: none;
  }
}
.home .homecall:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  display: block;
  top: -0.5ch;
  position: absolute;
  transition: width 0.3s ease-in-out;
}
.home .homecall:hover:before {
  width: 100%;
  transition: width 0.3s ease-in-out;
}

.wraooer {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .wraooer {
    justify-content: space-between;
  }
}

.mainheader {
  background: #fff;
  display: block;
  padding-inline: max(2%, 30px);
  padding-block: 24px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .mainheader {
    padding-inline: 1rem;
    padding-block: 1rem 0;
  }
}
.mainheader .logowrap {
  margin-left: -2rem;
  display: block;
}
@media (min-width: 980px) and (max-width: 1500px) {
  .mainheader .logowrap {
    flex: 0 1 18%;
  }
}
@media (max-width: 980px) {
  .mainheader .logowrap {
    width: 100%;
    max-width: 65%;
  }
}
.mainheader .logowrap img {
  display: block;
  width: 100%;
}
.mainheader .navwrapper {
  flex-grow: 1;
  height: 100%;
  width: auto;
  display: flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .mainheader .navwrapper {
    display: none;
  }
}
.mainheader .header-menu {
  list-style: none;
  width: 100%;
  display: flex;
  flex-grow: 0;
  justify-content: center;
}
@media (hover: hover) {
  .mainheader .header-menu > li:hover > a {
    text-decoration: underline;
  }
}
.mainheader .header-menu a {
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  font-family: "sweet-sans-pro", Tahoma, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #303428;
  line-height: 1.3;
  align-items: center;
  display: flex;
  padding-inline: 1vw;
  text-underline-offset: 0.5ch;
}
@media screen and (max-width: 1400px) {
  .mainheader .header-menu a {
    padding-inline: 0.8vw;
    font-size: clamp(0.6875rem, -0.1636rem + 1.3298vw, 1.2rem);
  }
}
.mainheader .menu-item-has-children {
  position: relative;
}
@media (hover: hover) {
  .mainheader .menu-item-has-children:hover > a {
    text-decoration: underline;
  }
  .mainheader .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
.mainheader .sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  list-style: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 200px;
  padding: 1.5rem 0;
  display: none;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.mainheader .sub-menu.depth-1 {
  left: 100%;
  top: calc(0px - 1.5rem);
  z-index: 33;
}
.mainheader .sub-menu .menu-item-has-children .nav-plus {
  background-image: url(images/nav-plus.svg);
  background-position: center;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.mainheader .sub-menu a {
  padding-inline: 1rem;
  padding-block: 0 10px;
  color: #303428;
  text-transform: uppercase;
}
@media (hover: hover) {
  .mainheader .sub-menu a:hover {
    text-decoration: underline;
  }
}
.mainheader .topnav {
  font-family: "ivyora-display", Georgia, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #3C3B3C;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .mainheader .topnav {
    font-size: clamp(0.6875rem, -1.5253rem + 3.4vw, 1.5rem);
  }
}
.mainheader .bookarea {
  margin-left: 44px;
  display: block;
}
@media (max-width: 767px) {
  .mainheader .bookarea {
    display: flex;
  }
}
.mainheader .bookarea svg {
  display: none;
}
@media (max-width: 980px) {
  .mainheader .bookarea svg {
    display: block;
  }
}
.mainheader .bookarea .booker {
  position: relative;
}
.mainheader .bookarea .booker:before {
  content: "";
  width: 0;
  height: 1px;
  background: #303428;
  display: inline-block;
  top: -0.5ch;
  position: absolute;
  transition: width 0.3s ease-in-out;
}
.mainheader .bookarea .booker:hover:before {
  width: 100%;
  transition: width 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .mainheader .bookarea {
    margin-left: 1%;
    gap: 2ch;
  }
}
@media screen and (max-width: 1160px) {
  .mainheader .bookarea {
    margin-left: 3%;
  }
  .mainheader .bookarea a[href^="tel:"] {
    display: none;
  }
}
@media screen and (max-width: 1160px) and (max-width: 980px) {
  .mainheader .bookarea a[href^="tel:"] {
    margin-left: 0;
    font-size: 0;
    display: flex;
    font-size: 0;
    align-items: center;
  }
}
@media (max-width: 980px) {
  .mainheader .bookarea svg {
    display: block;
    height: 24px;
    width: 24px;
  }
  .mainheader .bookarea a.caller {
    display: block;
  }
  .mainheader .bookarea a.caller span {
    display: none;
  }
}
.mainheader .paybill {
  padding: 0.5rem;
  font-family: "ivyora-display", Georgia, sans-serif;
  color: #303428;
  border: 1px solid #A08268;
  margin: 0 auto;
}
.mainheader .booker {
  margin-left: 5px;
}
@media (max-width: 980px) {
  .mainheader .booker, .mainheader .paybill {
    display: none;
  }
}

@media (min-width: 980px) {
  .insidepage .paybill {
    display: none;
  }
}
/* end main header */
@media screen and (max-width: 980px) {
  .navwrapper.is-active {
    background: #fff;
    display: block;
    position: absolute;
    z-index: 999;
    height: 100vh;
    overflow-y: scroll;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .mainheader .header-menu {
    all: unset;
    display: block;
    list-style: none;
    background: #fff;
    display: block;
    list-style: none;
  }
  .mainheader .header-menu ul {
    all: unset;
  }
  .mainheader .header-menu li {
    padding: unset;
    margin: unset;
  }
  .mainheader .header-menu li:before {
    display: none;
  }
  .mainheader .header-menu a {
    font-size: 1rem;
    text-decoration: none;
    padding-block: 1rem;
    display: block;
    color: #303428;
    text-transform: uppercase;
    text-align: left;
  }
  .mainheader .header-menu > li {
    padding-inline: 1rem;
  }
  .mainheader .header-menu li {
    border-bottom: 1px solid #C3A68D;
  }
  .mainheader .header-menu .sub-menu {
    list-style: none;
    width: 100%;
    display: none;
  }
  .mainheader .header-menu .sub-menu li {
    border-bottom: 1px solid transparent;
  }
  .mainheader .header-menu .sub-menu li a {
    padding-block: 0.5rem;
    font-size: 0.9rem;
    text-transform: capitalize;
    padding-block: 1rem;
  }
  .nav-plus {
    background-image: url(images/nav-plus-mob.svg);
    background-size: 10px 10px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    width: 30px;
    height: 54px;
  }
  .nav-plus.rotatoe {
    background-image: url(images/nav-minus.svg);
  }
  .mainheader .sub-menu .menu-item-has-children .nav-plus {
    all: unset;
    background-image: url(images/nav-plus-mob.svg);
    background-size: 10px 10px;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
    width: 30px;
    height: 54px;
  }
  .mainheader .sub-menu .menu-item-has-children .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;
  }
  .navbuttons {
    color: #fff;
    background: #000;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding-block: 0.5rem 15rem;
  }
  .navbuttons .button, .navbuttons form .frm_submit .frm_button_submit, form .frm_submit .navbuttons .frm_button_submit {
    margin: 0 auto;
    grid-column: span 2;
    background: unset;
    border: none;
    box-shadow: unset;
    outline: unset;
    margin-block: 0 1rem;
  }
  .navbuttons .button > div, .navbuttons form .frm_submit .frm_button_submit > div, form .frm_submit .navbuttons .frm_button_submit > div {
    background: unset;
    box-shadow: unset;
  }
  .navbuttons .button > div:before, .navbuttons form .frm_submit .frm_button_submit > div:before, form .frm_submit .navbuttons .frm_button_submit > div:before {
    display: none;
  }
  .navbuttons a {
    color: inherit;
    text-decoration: none;
    display: block;
    text-align: center;
  }
}
@media (max-width: 980px) {
  .mainheader .navwrapper .booker, .mainheader .navwrapper .paybill {
    display: block;
    padding: 0.5rem;
    font-family: "ivyora-display", Georgia, sans-serif;
    color: #303428;
    border: 1px solid #A08268;
    margin: 0 auto;
    width: calc(100% - 120px);
    margin-top: 2rem;
    font-size: 24px;
    padding-top: 0.5rem;
    line-height: 1.3;
  }
  #opennav .open {
    height: 20px;
  }
  #opennav svg {
    width: 30px;
  }
  #opennav .close {
    display: none;
  }
  #opennav.is-active .close {
    display: block;
    height: 24px;
  }
  #opennav.is-active .open {
    display: none;
  }
}
.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;
}

footer {
  position: relative;
  padding-block: 0 230px;
  background-color: #6A6259;
}
@media (max-width: 767px) {
  footer {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer {
    padding-block: 0 60px;
  }
}
footer .bginline {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  z-index: 0;
}
@media (max-width: 767px) {
  footer .bginline {
    max-width: 100%;
  }
}
footer .bginline img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  footer .bginline img {
    max-width: 100%;
  }
}
footer .simpleParallax {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  footer .simpleParallax {
    max-width: 100%;
    overflow: hidden;
  }
}
footer .mapwrap {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 100%;
}
footer .mapwrap .desk {
  max-width: 1300px;
  margin-inline: auto;
  padding-inline: 4%;
}
footer .mapwrap .mob {
  display: none;
}
@media (max-width: 767px) {
  footer .mapwrap .mob {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer .mapwrap .desk {
    display: none;
  }
}
footer .mapwrap img {
  position: relative;
  z-index: 33;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 980px) {
  footer .mapwrap img {
    margin-top: -100px;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  footer .mapwrap img {
    margin-top: -50px;
    max-width: 100%;
  }
}
footer address {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
footer address p {
  margin-block: 0;
  font-weight: 500;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .phone {
  font-weight: 500;
  font-size: 27px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
footer .phone p {
  margin-top: 0.5rem;
  font-weight: 500;
}
footer .socials {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
footer .socials ul {
  list-style: none;
  display: flex;
  gap: 1rem;
}
footer .copy {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 120px;
}
@media (max-width: 767px) {
  footer .copy {
    margin-top: 60px;
  }
}
footer .copy p {
  font-weight: 500;
  margin-block: 0 10px;
}
footer .copy p:last-of-type {
  margin-bottom: 0;
}

.home {
  background: #fafafa;
}
.home .mainheader {
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.home .mainheader .header-menu > li > a {
  color: #fff;
}
@media (max-width: 767px) {
  .home .mainheader .header-menu > li > a {
    color: #303428;
  }
}
.home .mainheader .lwhite {
  display: block;
}
.home .mainheader .lnotwhite {
  display: none;
}
.home .mainheader .bookarea .booker {
  color: #fff;
}
.home .mainheader .bookarea .booker:before {
  content: "";
  background: #fff;
}
.home .mainheader.is-white {
  background: #fff;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 980px) {
  .home .mainheader.is-white #opennav {
    display: block;
  }
  .home .mainheader.is-white #opennav svg line {
    stroke: #A08268;
  }
  .home .mainheader.is-white svg path {
    fill: #A08268;
  }
}
.home .mainheader.is-white .header-menu > li > a {
  color: #303428;
}
.home .mainheader.is-white .lnotwhite {
  display: block;
}
.home .mainheader.is-white .lwhite {
  display: none;
}
.home .mainheader.is-white .bookarea .booker {
  color: #303428;
}
.home .mainheader.is-white .bookarea .booker:before {
  content: "";
  background: #303428;
}
.home main {
  margin-top: -107px;
}

.home_hero {
  color: #fff;
  min-height: 120vh;
  position: relative;
  overflow: hidden;
}
.home_hero .inline {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  animation: shrink 3s;
  z-index: 3;
}
@keyframes shrink {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.home_hero:after {
  content: "";
  background: linear-gradient(rgba(60, 59, 60, 0) 0%, #3c3b3c 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 4;
  height: 30vh;
}
@media (max-width: 767px) {
  .home_hero:after {
    height: 30vh;
  }
}
.home_hero:before {
  content: "";
  background: #3c3b3c;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.home_hero .container {
  position: absolute;
  z-index: 66;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
.home_hero .cnt {
  text-align: center;
}
.home_hero .mainlogo {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .home_hero .mainlogo {
    display: none;
  }
}
.home_hero .fakeheading {
  font-family: "ivyora-display", Georgia, sans-serif;
  font-weight: normal;
  font-size: 41px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home_hero .fakeheading {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
.home_hero .preheading {
  text-align: center;
  margin-bottom: 0;
}
.home_hero .mobile {
  display: none;
}
@media (max-width: 767px) {
  .home_hero .mobile {
    display: block;
  }
}
.home_hero .desk {
  display: block;
}
@media (max-width: 767px) {
  .home_hero .desk {
    display: none;
  }
}
.home_hero .btnwrap {
  margin-top: 2rem;
}
.home_hero .btnwrap .button, .home_hero .btnwrap form .frm_submit .frm_button_submit, form .frm_submit .home_hero .btnwrap .frm_button_submit {
  color: #fff;
}
@media (max-width: 767px) {
  .home_hero .btnwrap {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
  .home_hero .btnwrap .button, .home_hero .btnwrap form .frm_submit .frm_button_submit, form .frm_submit .home_hero .btnwrap .frm_button_submit {
    padding-inline: 2rem;
    text-transform: uppercase;
    line-height: 1.5;
    padding-block: 8px 2.5px;
    color: #fff;
  }
  .home_hero .btnwrap .button:after, .home_hero .btnwrap form .frm_submit .frm_button_submit:after, form .frm_submit .home_hero .btnwrap .frm_button_submit:after, .home_hero .btnwrap .button:before, .home_hero .btnwrap form .frm_submit .frm_button_submit:before, form .frm_submit .home_hero .btnwrap .frm_button_submit:before {
    background: #fff;
  }
}

.home_lead_block .container {
  max-width: 1700px;
  margin-top: -80px;
  position: relative;
  z-index: 33;
  margin-bottom: 60px;
}
@media (max-width: 980px) {
  .home_lead_block .container {
    margin-top: 0;
    padding-inline: 0;
  }
}
.home_lead_block.lazyloaded .inner {
  background-image: url(images/home-lead-bg.svg);
}
@media (max-width: 980px) {
  .home_lead_block.lazyloaded .inner {
    background-image: unset;
  }
}
@media (max-width: 980px) {
  .home_lead_block.lazyloaded .cnt {
    background-image: url(images/home-lead-bg-mob.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
  }
}
.home_lead_block .inner {
  display: flex;
  background: #E8E0D9;
  align-items: stretch;
  background-repeat: no-repeat;
  background-position: bottom right;
  gap: 60px;
}
@media (max-width: 980px) {
  .home_lead_block .inner {
    flex-wrap: wrap;
    gap: 0;
  }
}
.home_lead_block .cnt {
  padding-block: 60px 80px;
  max-width: 50%;
}
@media (max-width: 980px) {
  .home_lead_block .cnt {
    max-width: 100%;
    padding-inline: 40px;
    padding-block: 30px;
  }
}
.home_lead_block .cnt p {
  max-width: 90%;
  text-wrap: balance;
}
@media (max-width: 980px) {
  .home_lead_block .cnt p {
    max-width: unset;
  }
}
.home_lead_block .imgwrap {
  display: flex;
  width: 33%;
}
@media (max-width: 980px) {
  .home_lead_block .imgwrap {
    width: 100%;
    min-width: 100%;
    order: 2;
    width: 100%;
  }
}
.home_lead_block .imgwrap .desk {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  .home_lead_block .imgwrap .desk {
    display: none;
  }
}
.home_lead_block .mob {
  display: none;
}
@media (max-width: 980px) {
  .home_lead_block .mob {
    display: block;
    width: 100%;
  }
}
.home_lead_block .shape {
  float: right;
  shape-outside: polygon(313px 149px, 104px 167px, -68px 513px);
  width: 200px;
  height: 500px;
}
@media (max-width: 980px) {
  .home_lead_block .shape {
    display: none;
  }
}

.slick-arrow {
  background-color: #fff;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 33;
  background-position: center;
  background-repeat: no-repeat;
  outline: 1px solid #E8E0D9;
  outline-offset: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 48px;
    height: 48px;
  }
}
.slick-arrow:hover {
  outline: 3px solid #E8E0D9;
  outline-offset: -5px;
  transition: all 0.3s ease-in-out;
}
.slick-arrow.slick-prev {
  left: 1rem;
  background-image: url(images/slick-arrow-prev.svg);
  transform: rotate(180deg) translateY(50%);
}
@media (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
}
.slick-arrow.slick-next {
  right: 1rem;
  background-image: url(images/slick-arrow-next.svg);
}
@media (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 0;
  }
}
.slick-arrow .slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}

.home .large_patient_slider {
  background: #fafafa;
  padding-block: 0 30px;
}
.home .patientslider {
  padding-top: 0;
}

.large_patient_slider {
  padding-block: 60px 100px;
  background: #E8E0D9;
}
@media (max-width: 767px) {
  .large_patient_slider {
    padding-block: 30px 40px;
  }
}
@media (min-width: 1024px) {
  .large_patient_slider .container {
    max-width: 1500px;
  }
}
.large_patient_slider .slick-arrow {
  opacity: 0;
}
.large_patient_slider .slick-track {
  margin-inline: -0.5rem;
}
@media (max-width: 767px) {
  .large_patient_slider .slick-track {
    margin-inline: -0.25rem;
    margin-inline: 0;
  }
}
.large_patient_slider .slick-slide {
  margin-inline: 0.5rem;
}
@media (max-width: 767px) {
  .large_patient_slider .slick-slide {
    margin-inline: 0.25rem;
    margin-inline: 0;
  }
}
.large_patient_slider .singlepatient img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.large_patient_slider.equalheight .equalslider {
  margin-block: 4rem;
}
.large_patient_slider.equalheight .equalslider:hover .slick-arrow {
  opacity: 1;
}
@media (max-width: 767px) {
  .large_patient_slider.equalheight img {
    min-height: unset;
    max-width: 100%;
    padding-inline: 0.5rem;
  }
}
.large_patient_slider .bottom {
  text-align: center;
}
@media (max-width: 767px) {
  .large_patient_slider .bottom {
    margin-top: 1rem;
  }
}
.large_patient_slider .bottom p:has(.button, form .frm_submit .frm_button_submit) {
  margin-block: 0;
}
.large_patient_slider .bottom .preheading {
  text-align: center;
}
.large_patient_slider .top {
  text-align: center;
}
.large_patient_slider .top .preheading {
  text-align: center;
}

.patientslider {
  padding-block: 80px 30px;
}
@media (max-width: 767px) {
  .patientslider {
    margin-block: 30px;
    padding-block: 0;
  }
}

.offset_img_right {
  padding-block: 100px 50px;
}
@media (max-width: 767px) {
  .offset_img_right {
    padding-block: 40px;
  }
}
.offset_img_right .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: auto;
}
@media screen and (max-width: 1060px) {
  .offset_img_right .container {
    flex-wrap: wrap;
    padding-inline: 0;
  }
}
.offset_img_right .container > div {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translate(0, -50%);
  width: 50%;
}
@media screen and (max-width: 1060px) {
  .offset_img_right .container > div {
    position: static;
    width: 100%;
    left: initial;
    transform: initial;
  }
}
.offset_img_right .container > figure,
.offset_img_right .container > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.offset_img_right .mobimg {
  display: none;
}
@media (max-width: 980px) {
  .offset_img_right .mobimg {
    display: block;
  }
}
.offset_img_right figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 580px;
  width: 50%;
}
@media (min-width: 1650px) {
  .offset_img_right figure {
    min-height: 650px;
  }
}
@media screen and (max-width: 1060px) {
  .offset_img_right figure {
    width: 100%;
    order: -1;
  }
}
@media (max-width: 767px) {
  .offset_img_right figure {
    background-image: unset !important;
    min-height: unset;
  }
}
.offset_img_right .cnt {
  background: rgba(232, 224, 217, 0.8);
  padding-block: 60px;
  padding-inline: 60px 90px;
}
@media screen and (max-width: 1400px) {
  .offset_img_right .cnt {
    padding-block: 4%;
  }
}
@media screen and (max-width: 1060px) {
  .offset_img_right .cnt {
    padding-inline: 40px;
    padding-block: 40px;
  }
}

.home_tabs {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .home_tabs {
    background: #E8E0D9;
  }
}
.home_tabs:before {
  content: "";
  background: #52473d;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 80%;
  z-index: 1;
}
@media (max-width: 980px) {
  .home_tabs:before {
    display: none;
  }
}
.home_tabs .taboffset {
  background: linear-gradient(180deg, transparent 0%, transparent 80%, #fafafa 80%);
  overflow: hidden;
}
@media (max-width: 980px) {
  .home_tabs .taboffset {
    background: unset;
  }
}
.home_tabs .top {
  max-width: 100%;
  position: relative;
  z-index: 33;
  padding-block: 120px 0;
}
@media (max-width: 980px) {
  .home_tabs .top {
    padding-block: 30px;
  }
}
.home_tabs .top .inner {
  background: #E8E0D9;
  padding-inline: 4%;
  padding-block: 60px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 980px) {
  .home_tabs .top .inner {
    padding-block: 0;
    padding-inline: 0;
  }
  .home_tabs .top .inner h2 {
    text-wrap: balance;
  }
  .home_tabs .top .inner h2 br {
    display: none;
  }
}
.home_tabs .tabwrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin-top: 70px;
  gap: 3%;
}
@media (max-width: 980px) {
  .home_tabs .tabwrapper {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.home_tabs button.triggertab {
  width: 164px;
  height: 164px;
  transition: width 0.3s ease-in-out;
  display: block;
}
.home_tabs button.triggertab .plus {
  display: none;
}
@media (max-width: 980px) {
  .home_tabs button.triggertab {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 44px;
    height: auto;
    padding-block: 30px;
    border-top: 1px solid #000;
  }
  .home_tabs button.triggertab img {
    order: 2;
  }
  .home_tabs button.triggertab .plus {
    order: 3;
    display: inline-flex;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.home_tabs button.triggertab:hover img {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
}
.home_tabs button.triggertab img {
  position: relative;
  display: block;
  min-height: 60px;
  margin: 0 auto;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 980px) {
  .home_tabs button.triggertab img {
    min-height: 40px;
    margin-left: 3%;
  }
}
.home_tabs button.triggertab div {
  text-align: center;
  display: block;
  font-family: "sweet-sans-pro", Tahoma, sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 35px;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .home_tabs button.triggertab div {
    font-size: 43px;
  }
}
.home_tabs .fakeheading {
  font-family: "ivyora-display", Georgia, sans-serif;
  font-weight: normal;
  font-size: 41px;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .home_tabs .fakeheading {
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 20px;
  }
}
.home_tabs .singletab {
  flex: 0 0 164px;
  position: relative;
  padding-left: 40px;
  transition: flex 0.3s ease-in-out;
}
@media (max-width: 980px) {
  .home_tabs .singletab {
    padding-left: 0;
    flex: unset;
  }
}
@media (max-width: 980px) {
  .home_tabs .singletab:last-of-type {
    border-bottom: 1px solid #000;
  }
}
.home_tabs .singletab:last-of-type button img {
  margin-left: 3%;
}
.home_tabs .singletab:last-of-type button div {
  text-align: left;
}
.home_tabs .singletab:last-of-type:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: calc(164px + 2rem);
  background: #000;
  display: block;
}
@media (max-width: 980px) {
  .home_tabs .singletab:last-of-type:after {
    display: none;
  }
}
.home_tabs .singletab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(164px + 2rem);
  background: #000;
  display: block;
}
@media (max-width: 980px) {
  .home_tabs .singletab:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .home_tabs .singletab .btnwrap .button:nth-child(1), .home_tabs .singletab .btnwrap form .frm_submit .frm_button_submit:nth-child(1), form .frm_submit .home_tabs .singletab .btnwrap .frm_button_submit:nth-child(1) {
    margin-left: -0.8rem;
  }
}
.home_tabs .singletab .tabcnt {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: height opacity 0.3s ease-in-out;
}
.home_tabs {
  /* selected */
}
.home_tabs .singletab.selected {
  flex: 1 1 100%;
  transition: flex 0.3s ease-in-out;
}
.home_tabs .singletab.selected .tabcnt {
  opacity: 1;
  width: 100%;
  height: auto;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
}
@media (max-width: 980px) {
  .home_tabs .singletab.selected .tabcnt {
    transition-delay: unset;
    padding-block: 0 30px;
  }
}
@media (max-width: 767px) {
  .home_tabs .singletab.selected .tabcnt .button, .home_tabs .singletab.selected .tabcnt form .frm_submit .frm_button_submit, form .frm_submit .home_tabs .singletab.selected .tabcnt .frm_button_submit {
    font-size: 1rem;
  }
}
.home_tabs .singletab.selected button .acclinetwo {
  display: none;
}
.home_tabs .bottom {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  z-index: 33;
  padding-block: 0 120px;
}
@media (max-width: 980px) {
  .home_tabs .bottom {
    padding-block: 0;
  }
}
@media (max-width: 767px) {
  .home_tabs .bottom {
    padding-block: 0;
  }
}
.home_tabs .btmimgs {
  width: 100%;
  height: 410px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .home_tabs .btmimgs {
    height: unset;
  }
}
.home_tabs .btmimgs:after {
  content: "";
  background: #52473d;
  opacity: 0.3;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 980px) {
  .home_tabs .btmimgs:after {
    opacity: 0.5;
  }
}
.home_tabs .btmimgs .deskimg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 980px) {
  .home_tabs .btmimgs .deskimg {
    display: none;
  }
}
.home_tabs .mobimg {
  display: none;
}
@media (max-width: 980px) {
  .home_tabs .mobimg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.home_tabs .flex {
  position: relative;
  z-index: 33;
  color: #fff;
  display: grid;
  place-content: center;
  padding-inline: 8%;
  width: 100%;
}
@media (max-width: 980px) {
  .home_tabs .flex {
    grid-template-columns: repeat(1, 1fr);
    padding-block: 30px;
  }
}
.home_tabs .left {
  align-self: center;
  text-align: center;
}
@media (max-width: 980px) {
  .home_tabs .left h2 {
    text-align: center;
    text-wrap: balance;
  }
  .home_tabs .left h2 br {
    display: none;
  }
}
.home_tabs .right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 980px) {
  .home_tabs .right {
    justify-content: center;
  }
}
@media (max-width: 980px) {
  .home_tabs .bottom.container {
    padding-inline: 0;
  }
}

.ludacrisbutton {
  border: 1px solid #fff;
  font-family: "ivyora-display", Georgia, sans-serif;
  font-weight: normal;
  font-size: 34px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  width: 234px;
  height: 234px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.ludacrisbutton:hover {
  background: transparent;
  border-width: 8px;
  transition: all 0.3s ease-in-out;
}

.split_image_block {
  background: #E8E0D9;
  color: #303428;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .split_image_block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .split_image_block {
    margin-block: 0;
  }
}
.split_image_block .containerfull {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(200px, 33%) 1fr minmax(0, 240px);
}
@media (min-width: 1600px) {
  .split_image_block .containerfull {
    grid-template-columns: minmax(200px, 600px) 1fr minmax(0, 240px);
  }
}
@media (max-width: 980px) {
  .split_image_block .containerfull {
    grid-template-columns: 33vw 1fr;
  }
}
@media (max-width: 767px) {
  .split_image_block .containerfull {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.split_image_block.reverse .containerfull {
  grid-template-columns: minmax(0, 240px) 1fr minmax(200px, 33%);
}
@media (min-width: 1600px) {
  .split_image_block.reverse .containerfull {
    grid-template-columns: minmax(0, 240px) 1fr minmax(200px, 600px);
  }
}
@media (max-width: 980px) {
  .split_image_block.reverse .containerfull {
    grid-template-columns: 1fr 33vw;
  }
}
@media (max-width: 767px) {
  .split_image_block.reverse .containerfull {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 980px) {
  .split_image_block.reverse .containerfull img:last-of-type {
    display: block;
  }
}
.split_image_block.reverse .containerfull .img:nth-child(1) {
  order: 3;
}
@media (max-width: 767px) {
  .split_image_block.reverse .containerfull .img:nth-child(1) {
    order: -1;
  }
}
.split_image_block.reverse .containerfull .cnt {
  order: 2;
}
.split_image_block.reverse .containerfull .img:nth-child(3) {
  order: 1;
}
@media (max-width: 767px) {
  .split_image_block.reverse .containerfull .img:nth-child(3) {
    order: 3;
  }
}
.split_image_block .simpleParallax {
  min-height: 100%;
}
.split_image_block .img {
  position: relative;
}
@media (max-width: 980px) {
  .split_image_block .img:last-of-type {
    display: none;
  }
}
.split_image_block .img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
}
.split_image_block .cnt {
  background: #E8E0D9;
  padding: 10%;
}
@media (max-width: 767px) {
  .split_image_block .cnt {
    padding-inline: 40px;
  }
}
.split_image_block .img .antman {
  all: unset;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  height: unset;
  width: unset;
  bottom: 3%;
  width: 91px;
  height: 101px;
  display: block;
  z-index: 33;
}

.img_content_img .cnt {
  align-self: center;
}
@media (max-width: 980px) {
  .img_content_img .cnt {
    align-self: initial;
  }
}
.img_content_img .img .antman {
  z-index: 333;
}
.img_content_img.reverse .deskimg {
  height: 100%;
}
.img_content_img.reverse .deskimg div {
  height: 100%;
}
.img_content_img.reverse .containerfull {
  grid-template-columns: minmax(200px, 600px) 1fr minmax(0, 240px);
}
@media screen and (max-width: 1400px) {
  .img_content_img.reverse .containerfull {
    grid-template-columns: minmax(200px, 33%) 1fr minmax(0, 240px);
  }
}
@media (max-width: 980px) {
  .img_content_img.reverse .containerfull {
    grid-template-columns: repeat(1, 1fr);
  }
}
.img_content_img .containerfull {
  grid-template-columns: minmax(0, 240px) 1fr minmax(200px, 600px);
}
@media screen and (max-width: 1400px) {
  .img_content_img .containerfull {
    grid-template-columns: minmax(0, 240px) 1fr minmax(200px, 33%);
  }
}
@media (max-width: 980px) {
  .img_content_img .containerfull {
    grid-template-columns: repeat(1, 1fr);
  }
}
.img_content_img .containerfull .deskimg {
  height: 100%;
}
.img_content_img .containerfull .deskimg div {
  height: 100%;
}
.img_content_img .mobimg {
  display: none;
}
@media (max-width: 980px) {
  .img_content_img .mobimg {
    display: block;
  }
  .img_content_img .mobimg img {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .img_content_img .cnt {
    padding-inline: 40px;
    padding-block: 40px;
  }
  .img_content_img .deskimg {
    display: none;
  }
  .img_content_img .img:last-of-type {
    display: block;
  }
}

.testimonial_slider {
  padding-block: 110px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .testimonial_slider {
    padding-block: 40px;
  }
}
.testimonial_slider h2 {
  text-align: center;
  text-transform: uppercase;
}
.testimonial_slider .testslider {
  max-width: 1084px;
  margin: 0 auto;
}
.testimonial_slider .slick-arrow {
  top: 33%;
}
.testimonial_slider figure {
  width: 100%;
  text-align: center;
}
.testimonial_slider figure img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .testimonial_slider figure img {
    max-width: 40px;
  }
}
.testimonial_slider .maxy {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.testimonial_slider blockquote {
  font-family: "ivyora-display", Georgia, sans-serif;
  font-weight: normal;
  font-style: italic;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  color: #4e4b47;
  padding-block: 50px 60px;
  text-wrap: balance;
}
@media (max-width: 767px) {
  .testimonial_slider blockquote {
    font-size: 22px;
    line-height: 1.5;
    padding-block: 30px;
  }
}
.testimonial_slider .slick-dots {
  list-style: none;
  margin: unset;
  display: flex;
  justify-content: center;
  margin-block: 0 60px;
  gap: 1rem;
}
.testimonial_slider .slick-dots .slick-active button:after {
  height: 3px;
  background: #4e4b47;
}
.testimonial_slider .slick-dots button {
  height: 30px;
  display: inline-block;
  width: 40px;
  position: relative;
}
.testimonial_slider .slick-dots button:hover:after {
  height: 3px;
  background: #4e4b47;
}
.testimonial_slider .slick-dots button:after {
  content: "";
  height: 2px;
  background: #d5d0cb;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.testimonial_slider .slick-dots li {
  padding: unset;
}
.testimonial_slider .slick-dots li .slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important; /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; /* 3 */
}
.testimonial_slider .slick-dots li:before {
  display: none;
}
.testimonial_slider .btnwrap {
  justify-content: center;
  display: flex;
}

.full_bg_offset_block {
  padding-block: 0 80px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .full_bg_offset_block {
    padding-block: 0 30px;
    max-width: 100%;
  }
}
.full_bg_offset_block.has-video {
  position: relative;
}
.full_bg_offset_block.has-video .floatytext {
  position: absolute;
  color: #fff;
  top: 25%;
  left: 50%;
  font-size: 50px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .full_bg_offset_block.has-video .floatytext {
    top: 1ch;
    font-size: 25px;
  }
}
.full_bg_offset_block.has-video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
  border-radius: 0;
}
.full_bg_offset_block .container {
  position: relative;
  z-index: 33;
  max-width: 1800px;
}
.full_bg_offset_block .inner {
  margin-top: -20vh;
  position: relative;
  z-index: 33;
}
@media (max-width: 980px) {
  .full_bg_offset_block .inner {
    margin-top: -5vh;
  }
}
@media (max-width: 767px) {
  .full_bg_offset_block .inner {
    margin-top: -2.5vh;
  }
}
.full_bg_offset_block .cnt {
  background: #fff;
  padding: 10%;
  overflow: hidden;
}
@media (max-width: 980px) {
  .full_bg_offset_block .cnt {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .full_bg_offset_block .cnt {
    padding: 20px;
  }
}
.full_bg_offset_block .mobimg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.full_bg_offset_block .mobimg img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .full_bg_offset_block .mobimg img {
    aspect-ratio: 16/6;
  }
}
@media (max-width: 767px) {
  .full_bg_offset_block .mobimg img {
    aspect-ratio: 16/7;
  }
}
@media (max-width: 767px) {
  .full_bg_offset_block .container {
    padding-inline: 20px;
  }
}
.full_bg_offset_block.twocols .container {
  max-width: 100%;
}
.full_bg_offset_block.twocols .flex {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 10%;
}
@media (max-width: 980px) {
  .full_bg_offset_block.twocols .flex {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .full_bg_offset_block.twocols .flex {
    gap: 0;
  }
}

.form_block {
  padding-block: 100px 220px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .form_block {
    padding-block: 30px 120px;
  }
  .form_block .container {
    overflow: hidden;
  }
}
.form_block .logo {
  margin: 0 auto;
  display: block;
}
.form_block .top {
  text-align: center;
  margin-top: 60px;
  font-weight: 500;
}
.form_block .formwrap {
  margin-top: 40px;
}

/* form */
.frm_checkbox input[type=checkbox]:not([disabled]):checked {
  background-color: #A08268 !important;
}

form select,
form input {
  font-style: italic;
}
form .termwrapper {
  max-width: 980px;
  margin: 0 auto;
}
form .termwrapper p {
  font-size: 12px;
  text-align: center;
}
form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(images/select-down.svg);
  background-repeat: no-repeat;
  background-position: 97%;
}
form .frm_submit {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  form .frm_submit .frm_button_submit {
    padding-inline: 3rem;
    line-height: 1.3;
    padding-block: 1rem;
  }
}

footer .bginline {
  overflow: hidden;
}

footer .wrap {
  position: relative;
  z-index: 33;
}

.source {
  padding-block: 30px 30px;
}
.source #opensources {
  font-size: 17px;
}
.source .singlesources {
  display: none;
}

.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
  background-color: #303428 !important;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 60px;
  padding-inline: 4%;
}
@media (max-width: 767px) {
  .logos {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.logos figure {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .logos figure {
    flex: 0 1 100%;
  }
}
.logos figure img {
  display: block;
}
@media (max-width: 767px) {
  .logos figure img {
    max-width: 250px;
  }
}

.stickyfooter {
  display: none;
}
@media (max-width: 767px) {
  .stickyfooter {
    display: block;
    z-index: 100;
  }
}
.stickyfooter {
  width: 100%;
  margin: auto;
  padding-top: 1rem;
}
.stickyfooter .stickycont {
  background: #fff;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
}
.stickyfooter .stickycont a {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  line-height: normal;
  font-size: 0.75rem;
  text-align: center;
  text-decoration: none;
  color: #303428;
  border-radius: 50px;
  transition: 0.1s ease-in-out;
}
.stickyfooter .stickycont a img {
  height: 22px;
}
.stickyfooter .stickycont a:hover {
  background: #E8E0D9;
}

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