@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.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: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/* COLOURS */
/* FONTS */
/* STRUCTURE */
/* MOBILE STRUCTURE */
/* MEDIA QUERY */
#error .section-404 .wrap-content, #not_found .section-404 .wrap-content, #sitemap .wrap-content, #news-post .section-hero .wrap-hero, #news-post .section-post .sub-content, #news-post .section-related.post-page .wrap-related, #news .wrap-list, #landing section:not(.section-cookies) .sub-content, #landing .sub-fixed-form, #landing .section-first-copy .sub-content, #landing .section-logos .sub-content, #landing .section-what-we-do .sub-content, #landing .section-testimonials .sub-content, #page .section-content .sub-content, #contact .section-form .content, #contact .section-form .content .form-thanks, #helpSub .back-btn, #helpSub .section-copy .container, #helpSub .section-large-form form, #help .section-intro .sub-content, #faqs .section-main .sub-content, #faqs .section-faqs .sub-content, #property-subpage .section-property-section .content, #property-portfolio .section-portfolio-listings .content, #services .section-services, .footer-main .content, #landing .section-hero .sub-content, section .content, .section-cookies {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
.section-cookies {
  max-width: 1300px;
}
@media only screen and (max-width: 768px) {
  #error .section-404 .wrap-content, #not_found .section-404 .wrap-content, #sitemap .wrap-content, #news-post .section-hero .wrap-hero, #news-post .section-post .sub-content, #news-post .section-related.post-page .wrap-related, #news .wrap-list, #landing section:not(.section-cookies) .sub-content, #landing .sub-fixed-form, #landing .section-first-copy .sub-content, #landing .section-logos .sub-content, #landing .section-what-we-do .sub-content, #landing .section-testimonials .sub-content, #page .section-content .sub-content, #contact .section-form .content, #contact .section-form .content .form-thanks, #helpSub .back-btn, #helpSub .section-copy .container, #helpSub .section-large-form form, #help .section-intro .sub-content, #faqs .section-main .sub-content, #faqs .section-faqs .sub-content, #property-subpage .section-property-section .content, #property-portfolio .section-portfolio-listings .content, #services .section-services, .footer-main .content, #landing .section-hero .sub-content, section .content, .section-cookies {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}

section {
  position: relative;
}
section.section-full {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  section.section-full {
    height: auto;
    padding: 30px 0;
    scroll-snap-align: none;
    scroll-snap-stop: unset;
  }
}
section .floaty-image {
  height: 100vh;
  max-width: 480px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67vw;
}
@media only screen and (max-width: 1024px) {
  section .floaty-image {
    display: none;
  }
}
section .floaty-image.mod-left {
  right: auto;
  left: 0;
  width: 36vw;
}
section .title {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  section .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
section .title span {
  color: #979797;
  display: inline-block;
  font-size: 1.5714285714rem;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  section .title span {
    display: none;
  }
}
section .subtitle {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  section .subtitle {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
    width: 100%;
  }
}

#sitemap .wrap-content, #news-post .section-post .sub-content {
  zoom: 1;
}
#sitemap .wrap-content:after, #news-post .section-post .sub-content:after {
  clear: both;
}
#sitemap .wrap-content:before, #news-post .section-post .sub-content:before, #sitemap .wrap-content:after, #news-post .section-post .sub-content:after {
  content: "";
  display: table;
}

.btn, #property-subpage .lightbox .close, #property-subpage .lightbox .arrow {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.btn:focus, #property-subpage .lightbox .close:focus, #property-subpage .lightbox .arrow:focus {
  outline-style: none;
  box-shadow: none;
}

#holding-page .section-content ul.list-info, ul.list-posts, #news-post .section-hero .wrap-hero .sub-copy .sub-social ul.list-social, #news-post .section-hero .wrap-hero .sub-image ul.list-image, #landing .section-logos .sub-content .sub-logos, #landing .section-what-we-do .sub-content ul.list-boxes, #landing .section-experience .list-places, #help .section-intro .sub-content ul.list-help, #faqs .section-faqs .sub-content ul.list-faqs, #about .section-about-testimonials .testimonials ul.list-testimonials, .footer-main .content header ul.list-footer-links, .footer-main .content .footer-copyrights nav ul, nav#nav ul.list-nav, nav#nav ul.list-nav li.mod-sub-nav ul.list-sub-nav, ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}
#holding-page .section-content ul.list-info > li, ul.list-posts > li, #news-post .section-hero .wrap-hero .sub-copy .sub-social ul.list-social > li, #news-post .section-hero .wrap-hero .sub-image ul.list-image > li, #landing .section-logos .sub-content .sub-logos > li, #landing .section-what-we-do .sub-content ul.list-boxes > li, #landing .section-experience .list-places > li, #help .section-intro .sub-content ul.list-help > li, #faqs .section-faqs .sub-content ul.list-faqs > li, #about .section-about-testimonials .testimonials ul.list-testimonials > li, .footer-main .content header ul.list-footer-links > li, .footer-main .content .footer-copyrights nav ul > li, nav#nav ul.list-nav > li, nav#nav ul.list-nav li.mod-sub-nav ul.list-sub-nav > li, ul.slick-dots > li {
  margin: 0;
  padding: 0;
}

#property-subpage .lightbox .thumbs .thumb img, #property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-image > img, #services .section-services .service-box .content .main-content .image > img, #about .section-about .content .image > img, #landing .section-experience .list-places li .image > img, section .floaty-image > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#property-subpage .lightbox .thumbs .thumb img, #property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-image > img, #services .section-services .service-box .content .main-content .image > img, #about .section-about .content .image > img, #landing .section-experience .list-places li .image > img, section .floaty-image > img {
  -o-object-fit: cover;
     object-fit: cover;
}
#landing .section-experience .list-places li {
  height: 25vw;
  position: relative;
  width: 25vw;
}
@media only screen and (max-width: 1024px) {
  #landing .section-experience .list-places li {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  #landing .section-experience .list-places li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  #landing .section-experience .list-places li {
    display: flex !important;
    flex-direction: column;
    height: auto !important;
    margin-right: 0;
    width: 100%;
  }
}
#landing .section-experience .list-places li .link-overlay {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
#landing .section-experience .list-places li .image {
  background-position: top center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  #landing .section-experience .list-places li .image {
    height: auto;
    min-height: 300px;
    position: static;
  }
}
#landing .section-experience .list-places li .image:hover + .overlay {
  opacity: 1;
}
#landing .section-experience .list-places li .overlay {
  background-color: #D4312C;
  display: flex;
  flex-direction: column;
  height: 100%;
  opacity: 0;
  position: absolute;
  padding: 30px 35px 40px;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
  #landing .section-experience .list-places li .overlay {
    height: auto;
    opacity: 1;
    padding: 25px;
    position: static;
    flex-grow: 1;
  }
}
#landing .section-experience .list-places li .overlay:hover {
  opacity: 1;
  z-index: 999;
}
#landing .section-experience .list-places li .overlay h4 {
  color: #ffffff;
  font-size: 1.5714285714rem;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-experience .list-places li .overlay h4 {
    font-size: 26px;
  }
}
#landing .section-experience .list-places li .overlay p {
  color: #ffffff;
  font-size: 1.2857142857rem;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #landing .section-experience .list-places li .overlay p {
    font-size: 1.2857142857rem;
  }
}

#landing .section-experience .list-places li, #landing .section-testimonials, #landing .section-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#landing .section-hero {
  align-items: flex-end;
  display: flex;
  height: 100vh;
  justify-content: flex-end;
  padding-bottom: 125px;
  position: relative;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #landing .section-hero {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }
}
#landing .section-hero:before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#landing .section-hero .sub-content {
  position: relative;
  text-align: left;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  #landing .section-hero .sub-content {
    display: block;
    height: auto;
  }
}
#landing .section-hero .sub-content .sub-copy {
  max-width: 1024px;
  width: 100%;
}
#landing .section-hero .sub-content .sub-copy h1 {
  color: #ffffff;
  font-size: 6.7857142857rem;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-hero .sub-content .sub-copy h1 {
    font-size: 57px;
    line-height: 58px;
    padding: 0 30px;
    text-align: center;
  }
}
#landing .section-hero .sub-content .sub-copy p {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 52px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-hero .sub-content .sub-copy p {
    display: none;
  }
}
#landing .section-hero .sub-content .sub-copy p:only-child, #landing .section-hero .sub-content .sub-copy p:last-child {
  margin-bottom: 0;
}

#property-subpage .section-property-section .content .property-gallery, #property-portfolio .section-portfolio-listings .content .portfolio-list, #about .section-about-our-team .about-team-list, #home .section-home-management .home-management-boxes {
  display: flex;
  flex-wrap: wrap;
}

#helpSub .section-large-form .btn.btn-primary, #property-subpage .lightbox .counter, #property-subpage .lightbox .thumbs, #about .section-about-our-team nav.team-members, #about .section-about-our-team .about-team-list, #about .section-about-testimonials .testimonials ul.slick-dots, #about .section-about-logos .content {
  display: flex;
  justify-content: center;
}

.footer-main .content .footer-info {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#property-locations .section-locations, form .form-element.mod-message {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#home .section-home-management .home-management-boxes {
  display: flex;
  justify-content: space-around;
}

#contact .section-form .content, #property-subpage .section-property-section .content .property-gallery, #services .section-services .service-box .content .main-content, #about .section-about .content, .footer-main .content header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#about .section-about-logos .content, .footer-main .content .footer-info, nav#nav ul.list-nav, nav#nav ul.list-nav li.mod-sub-nav {
  display: flex;
  flex-direction: column;
}

#property-subpage .section-property-section .content, .footer-main .content header ul.list-footer-links, .footer-main .content .footer-copyrights, .header-main .sub-container, .header-main .mob-hamburger, nav#nav ul.list-nav li {
  display: flex;
  flex-direction: row;
}

#services .section-services .service-box.mod-reverse .content .main-content {
  display: flex;
  flex-direction: row-reverse;
}

#faqs .section-faqs .sub-content ul.list-faqs > li .item-faq .faq-title, #property-subpage .section-property-section .content .property-copy header, #property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-item-name, #about .section-about-logos .content, #home #scroll-pips, #home .section-home-company, .header-main, .header-main .mob-hamburger, .mob-hamburger, form .form-element, section.section-full {
  display: flex;
  align-items: center;
}

@keyframes input-fade {
  50% {
    opacity: 0;
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(-1em, -110%, 0);
  }
  100% {
    color: rgba(115, 115, 115, 0.55);
    font-size: 1rem;
    font-weight: 300;
    opacity: 1;
    transform: translate3d(0, -100%, 0);
    margin-top: 10px;
  }
}
/* LINKS */
a {
  color: #D4312C;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:active {
  background-color: transparent;
}
a:hover {
  color: #000000;
}
a:active, a:focus {
  color: #000000;
  border: 0 none;
  outline: 0 none;
}

/* GENERAL BUTTONS */
.btn, #property-subpage .lightbox .close, #property-subpage .lightbox .arrow {
  border: none;
  cursor: pointer;
  outline: none;
}
.btn.btn-primary, #property-subpage .lightbox .btn-primary.close, #property-subpage .lightbox .btn-primary.arrow {
  align-items: center;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #000000;
  color: #000000;
  display: inline-flex;
  font-family: "Playfair Display", Arial, Helvetica, serif !important;
  font-size: 1.0714285714rem;
  font-weight: 500;
  line-height: 30px;
  height: 44px;
  justify-content: center;
  max-width: 166px;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.1s ease;
  width: 100%;
  z-index: 0;
}
.btn.btn-primary:hover, #property-subpage .lightbox .btn-primary.close:hover, #property-subpage .lightbox .btn-primary.arrow:hover, .btn.btn-primary:focus, #property-subpage .lightbox .btn-primary.close:focus, #property-subpage .lightbox .btn-primary.arrow:focus {
  color: #D4312C;
}
.btn.btn-primary:disabled, #property-subpage .lightbox .btn-primary.close:disabled, #property-subpage .lightbox .btn-primary.arrow:disabled, .btn.btn-primary[disabled], #property-subpage .lightbox .btn-primary[disabled].close, #property-subpage .lightbox .btn-primary[disabled].arrow {
  background: #737373 !important;
  box-shadow: 0 0 0 2px #737373 !important;
  color: #c8c8c8 !important;
  border: 1px solid #737373;
}
.btn.btn-primary:active, #property-subpage .lightbox .btn-primary.close:active, #property-subpage .lightbox .btn-primary.arrow:active {
  box-shadow: none;
  transition: none;
}
.btn.btn-primary.mod-ghost, #property-subpage .lightbox .btn-primary.mod-ghost.close, #property-subpage .lightbox .btn-primary.mod-ghost.arrow {
  background: transparent;
  color: #D4312C;
  border: 1px solid #D4312C;
}
.btn.btn-primary.mod-ghost:hover, #property-subpage .lightbox .btn-primary.mod-ghost.close:hover, #property-subpage .lightbox .btn-primary.mod-ghost.arrow:hover, .btn.btn-primary.mod-ghost:active, #property-subpage .lightbox .btn-primary.mod-ghost.close:active, #property-subpage .lightbox .btn-primary.mod-ghost.arrow:active, .btn.btn-primary.mod-ghost:focus, #property-subpage .lightbox .btn-primary.mod-ghost.close:focus, #property-subpage .lightbox .btn-primary.mod-ghost.arrow:focus {
  color: #ffffff;
  background: rgb(75.0895476301%, 17.0819823993%, 15.3026092327%);
  box-shadow: 0 0 0 2px rgb(75.0895476301%, 17.0819823993%, 15.3026092327%);
}

form .sub-errors {
  color: #D4312C;
  margin-bottom: 20px;
  text-align: left;
}
form .sub-error {
  color: #D4312C;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 99;
}
form .sub-error.mod-spam {
  display: block;
  margin-bottom: 10px;
  position: static;
}
form .form-element {
  margin: 0 0 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
form .form-element label {
  color: #979797;
  font-size: 1.2857142857rem;
  font-weight: 300;
  line-height: 27px;
  margin-right: 61px;
  min-width: 95px;
}
form .form-element input, form .form-element textarea {
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  color: #000000;
  display: block;
  font-size: 1.0714285714rem;
  height: 36px;
  line-height: 26px;
  outline: none;
  padding: 0 0 10px;
  position: relative;
  width: 100%;
}
form .form-element input::-webkit-input-placeholder, form .form-element textarea::-webkit-input-placeholder {
  color: #979797;
}
form .form-element input:-moz-placeholder, form .form-element textarea:-moz-placeholder {
  color: #979797;
}
form .form-element input::-moz-placeholder, form .form-element textarea::-moz-placeholder {
  color: #979797;
}
form .form-element input:-ms-input-placeholder, form .form-element textarea:-ms-input-placeholder {
  color: #979797;
}
form .form-element input:-webkit-autofill, form .form-element input:-webkit-autofill:hover, form .form-element input:-webkit-autofill:focus, form .form-element textarea:-webkit-autofill, form .form-element textarea:-webkit-autofill:hover, form .form-element textarea:-webkit-autofill:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: #737373;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  form .form-element input, form .form-element textarea {
    font-size: 1.1428571429rem;
  }
}
form .form-element input:focus, form .form-element textarea:focus {
  border-color: #D4312C;
}
@media only screen and (max-width: 768px) {
  form .form-element input:focus::-webkit-input-placeholder, form .form-element textarea:focus::-webkit-input-placeholder {
    color: #D4312C;
  }
  form .form-element input:focus:-moz-placeholder, form .form-element textarea:focus:-moz-placeholder {
    color: #D4312C;
  }
  form .form-element input:focus::-moz-placeholder, form .form-element textarea:focus::-moz-placeholder {
    color: #D4312C;
  }
  form .form-element input:focus:-ms-input-placeholder, form .form-element textarea:focus:-ms-input-placeholder {
    color: #D4312C;
  }
}
form .form-element textarea {
  height: 190px;
  padding: 0;
}
form .btn.btn-primary {
  margin: 25px 0 0;
  padding: 13px 15px;
}
@media only screen and (max-width: 768px) {
  form .btn.btn-primary {
    margin: 55px 0 0;
    padding: 15px 0;
    width: 100%;
  }
}

input, select, textarea, button, optgroup {
  font-family: "Lato", Arial, Helvetica, Sans-serif !important;
}

input[name=Form_Email] {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.svg-icon {
  color: #ff99f8;
  display: inline-block;
  vertical-align: middle;
}
.svg-icon.icon-logo {
  height: 48px;
}
.svg-icon.icon-at {
  height: 18px;
  width: 18px;
  color: #D4312C;
}
.svg-icon.icon-phone {
  height: 18px;
  width: 18px;
  color: #D4312C;
}
.svg-icon.icon-twitter {
  height: 24px;
  width: 34px;
  color: #F2F2F2;
}
.svg-icon.icon-twitter:hover {
  color: #1da1f2;
}
.svg-icon.icon-linkedin {
  height: 23px;
  width: 24px;
  color: #F2F2F2;
}
.svg-icon.icon-linkedin:hover {
  color: #0a66c2;
}
.svg-icon.icon-linkedin-alt {
  height: 24px;
  width: 24px;
  color: #F2F2F2;
}
.svg-icon.icon-linkedin-alt:hover {
  color: #0a66c2;
}
.svg-icon.icon-facebook {
  height: 26px;
  width: 13px;
  color: #F2F2F2;
}
.svg-icon.icon-facebook:hover {
  color: #3b5998;
}
.svg-icon.icon-pinterest {
  height: 27px;
  width: 21px;
  color: #F2F2F2;
}
.svg-icon.icon-pinterest:hover {
  color: #bd081c;
}

ul {
  margin: 0 0 10px 14px;
  padding: 0;
}
ul li {
  margin: 0 0 0 14px;
  padding: 0;
}

ul.slick-dots {
  display: flex;
}
ul.slick-dots li:not(:last-child) {
  margin: 0 10px 0 0;
}
ul.slick-dots li.slick-active button {
  opacity: 1;
}
ul.slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #D4312C;
  opacity: 0.2;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  display: block;
}

html {
  font-size: 14px;
}
html body {
  background: #ffffff;
  color: #737373;
  font-family: "Lato", Arial, Helvetica, Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  overflow-x: hidden;
}
html body a.anchor {
  display: block;
  visibility: hidden;
  position: relative;
  top: -140px;
}
html body.no-scroll {
  overflow: hidden;
}
html * {
  box-sizing: border-box;
}
html .grecaptcha-badge {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-weight: 400;
  line-height: 52px;
  padding: 0;
  margin-top: 0;
}

h1 {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
    line-height: 40px;
  }
}

h2 {
  font-size: 2.0714285714rem;
}

h3 {
  font-size: 1.5714285714rem;
}

h4 {
  font-size: 1.2857142857rem;
}

h5 {
  font-size: 1.1428571429rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 20px;
}
@media only screen and (max-width: 1024px) {
  p {
    font-size: 1rem;
  }
}

strong {
  font-weight: 500;
}

::-moz-selection {
  background: rgba(212, 49, 44, 0.25);
}

::selection {
  background: rgba(212, 49, 44, 0.25);
}

::-moz-selection {
  background: rgba(212, 49, 44, 0.25);
}

.header-main {
  background: #ffffff;
  height: 118px;
  position: fixed;
  top: 0;
  transition: top 0.3s ease;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
  .header-main {
    height: 80px;
  }
}
.header-main.mod-hide {
  top: -118px;
}
.header-main .sub-container {
  padding: 0 30px;
  width: 100%;
}
.header-main .sub-container .sub-logo svg {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .header-main .sub-container .sub-logo svg {
    height: 40px;
    width: 147px;
  }
}
.header-main .login-btn {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.4285714286rem;
  margin-top: -2px;
  position: absolute;
  right: 95px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
  .header-main .login-btn {
    font-size: 1.0714285714rem;
    right: 80px;
  }
}
.header-main .mob-hamburger {
  right: 43px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .header-main .mob-hamburger {
    color: #000000;
    right: 31px;
    z-index: 9999;
  }
}
.header-main .mob-hamburger span {
  color: #000000 !important;
  margin-top: -4px;
}
@media only screen and (max-width: 1024px) {
  .header-main .mob-hamburger span {
    font-size: 1.0714285714rem;
  }
}
.header-main .mob-hamburger .burger-lines .mob-bar {
  background: #000000;
}
.header-main .mob-hamburger .burger-lines .mob-bar.mob-bar-1 {
  top: 0;
  transform: none;
}
.header-main .mob-hamburger .burger-lines .mob-bar.mob-bar-2 {
  top: 8px;
  transform: none;
  width: 100%;
}
.header-main .mob-hamburger .burger-lines .mob-bar.mob-bar-3 {
  top: 16px;
  transform: none;
}

.mob-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 46px;
  top: 42px;
}
@media only screen and (max-width: 1024px) {
  .mob-hamburger {
    top: 35px;
    right: 30px;
  }
}
.mob-hamburger span {
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.4285714286rem;
  margin-right: 18px;
  margin-top: 0px;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
  .mob-hamburger span {
    font-size: 1.0714285714rem;
  }
}
.mob-hamburger .burger-lines {
  align-self: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 23px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 2px;
  transition: width 0.5s ease;
  width: 32px;
  z-index: 99999;
}
@media only screen and (max-width: 1024px) {
  .mob-hamburger .burger-lines {
    width: 27px;
  }
}
.mob-hamburger .burger-lines .mob-bar {
  background: #000000;
  display: block;
  height: 2px;
  position: absolute;
  transition: 0.5s ease;
  width: 100%;
}
.mob-hamburger .burger-lines .mob-bar.mob-bar-1 {
  top: 10px;
  transform: rotate(135deg);
}
.mob-hamburger .burger-lines .mob-bar.mob-bar-2 {
  width: 0%;
}
.mob-hamburger .burger-lines .mob-bar.mob-bar-3 {
  transform: rotate(-135deg);
  top: 10px;
  width: 100%;
}

nav#nav {
  background: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  height: 100vh;
  max-width: 538px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(538px, 0, 0);
  transition: transform 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  nav#nav {
    width: 320px;
    max-width: none;
  }
}
nav#nav.mod-show {
  transform: translate3d(0, 0, 0);
}
nav#nav.mod-show ul.list-nav li {
  opacity: 1;
  transform: translate(0, 0);
}
nav#nav.mod-show ul.list-nav li:nth-child(1) {
  transition-delay: 200ms;
}
nav#nav.mod-show ul.list-nav li:nth-child(2) {
  transition-delay: 400ms;
}
nav#nav.mod-show ul.list-nav li:nth-child(3) {
  transition-delay: 600ms;
}
nav#nav.mod-show ul.list-nav li:nth-child(4) {
  transition-delay: 800ms;
}
nav#nav.mod-show ul.list-nav li:nth-child(5) {
  transition-delay: 1000ms;
}
nav#nav.mod-show ul.list-nav li:nth-child(6) {
  transition-delay: 1200ms;
}
nav#nav.mod-show ul.list-nav li:nth-child(7) {
  transition-delay: 1400ms;
}
nav#nav ul.list-nav {
  height: 100vh;
  overflow: scroll;
  padding: 160px 46px 100px 57px;
}
@media only screen and (max-width: 1024px) {
  nav#nav ul.list-nav {
    padding: 115px 35px 100px 45px;
  }
}
nav#nav ul.list-nav li {
  opacity: 0;
  transform: translate(0, 25px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  min-height: 59px;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1024px) {
  nav#nav ul.list-nav li {
    min-height: auto;
  }
}
nav#nav ul.list-nav li:last-of-type {
  margin-bottom: 0;
}
nav#nav ul.list-nav li.mod-active > a {
  color: #D4312C;
}
nav#nav ul.list-nav li.mod-sub-nav {
  min-height: auto;
}
nav#nav ul.list-nav li.mod-sub-nav .mod-dropdown {
  cursor: pointer;
}
nav#nav ul.list-nav li.mod-sub-nav .mod-dropdown svg {
  height: 11px;
  margin-bottom: 4px;
  margin-left: 20px;
  transition: transform 0.3s ease;
  width: 19px;
}
@media only screen and (max-width: 1024px) {
  nav#nav ul.list-nav li.mod-sub-nav .mod-dropdown svg {
    height: 7px;
    margin-left: 10px;
    width: 13px;
  }
}
nav#nav ul.list-nav li.mod-sub-nav .mod-dropdown.mod-show + ul.list-sub-nav {
  max-height: 1000px;
}
@media only screen and (max-width: 1024px) {
  nav#nav ul.list-nav li.mod-sub-nav .mod-dropdown.mod-show + ul.list-sub-nav {
    padding-top: 15px;
  }
}
nav#nav ul.list-nav li.mod-sub-nav .mod-dropdown.mod-show svg {
  transform: rotate(180deg);
}
nav#nav ul.list-nav li.mod-sub-nav ul.list-sub-nav {
  max-height: 0;
  overflow: hidden;
  padding-left: 20px;
  transition: max-height 0.6s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  nav#nav ul.list-nav li.mod-sub-nav ul.list-sub-nav > li {
    margin-bottom: 16px;
  }
}
nav#nav ul.list-nav li.mod-sub-nav ul.list-sub-nav > li a {
  font-size: 2.0714285714rem;
  line-height: 60px;
}
@media only screen and (max-width: 1024px) {
  nav#nav ul.list-nav li.mod-sub-nav ul.list-sub-nav > li a {
    font-size: 1.5rem;
    display: block;
    line-height: 20px;
  }
}
nav#nav ul.list-nav li.mod-sub-nav ul.list-sub-nav > li.mod-active a {
  color: #000000;
}
nav#nav ul.list-nav li > a {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 2.7142857143rem;
  line-height: 60px;
}
@media only screen and (max-width: 1024px) {
  nav#nav ul.list-nav li > a {
    font-size: 1.8571428571rem;
    display: block;
    line-height: 40px;
  }
}

.section-cookies {
  align-items: center;
  background: #000000;
  border-radius: 6px;
  bottom: 19px;
  display: flex;
  height: 63px;
  left: 50%;
  padding: 0 21px;
  position: fixed;
  transform: translateX(-50%);
  width: 95%;
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
  .section-cookies {
    height: auto;
    padding: 20px;
  }
}
.section-cookies.mod-hide {
  display: none;
}
.section-cookies .sub-content {
  align-items: center;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .section-cookies .sub-content {
    flex-direction: column;
  }
}
.section-cookies .sub-content .sub-text {
  flex: 1;
}
.section-cookies .sub-content .sub-text > p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.section-cookies .sub-content .sub-text > p a {
  font-weight: 500;
  color: #ffffff;
}
.section-cookies .sub-content .sub-btns {
  align-items: center;
  display: flex;
  margin-left: 70px;
}
@media only screen and (max-width: 1024px) {
  .section-cookies .sub-content .sub-btns {
    margin-left: 0;
    margin-top: 20px;
  }
}
.section-cookies .sub-content .sub-btns .btn {
  background: #ffffff;
  color: #000000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: 36px;
  transition: background 0.3s ease;
  width: 111px;
}
@media only screen and (max-width: 1024px) {
  .section-cookies .sub-content .sub-btns .btn {
    font-size: 0.8571428571rem;
    padding: 4px 0;
    width: 115px;
  }
}
.section-cookies .sub-content .sub-btns .btn:first-of-type {
  margin-right: 10px;
}
.section-cookies .sub-content .sub-btns .btn:hover {
  background: rgba(255, 255, 255, 0.25);
}

.section-banner {
  align-items: center;
  background: #D4312C;
  display: flex;
  height: 81px;
  max-height: 81px;
  padding: 0 21px;
  position: fixed;
  top: 118px;
  transition: top 0.3s ease;
  width: 100%;
  z-index: 9999;
}
@media only screen and (max-width: 1024px) {
  .section-banner {
    height: auto;
    padding: 20px 0;
    max-height: none;
    top: 80px;
  }
}
.section-banner.hide {
  display: none;
}
.section-banner.mod-hide {
  top: -81px;
}
.section-banner .sub-content {
  align-items: center;
  display: flex;
  padding: 0 8px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .section-banner .sub-content {
    padding: 0 14px;
  }
}
.section-banner .sub-content .sub-text {
  align-items: center;
  display: flex;
  flex: 1;
}
.section-banner .sub-content .sub-text svg {
  height: 30px;
  margin-right: 16px;
  max-width: 30px;
  min-width: 30px;
}
@media only screen and (max-width: 768px) {
  .section-banner .sub-content .sub-text svg {
    margin-right: 10px;
    transform: scale(0.8);
  }
}
.section-banner .sub-content .sub-text > p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .section-banner .sub-content .sub-text > p {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .section-banner .sub-content .sub-text > p {
    font-size: 14px;
    line-height: 20px;
    padding-right: 15px;
  }
}
.section-banner .sub-content .sub-text > p a {
  color: #ffffff;
  text-decoration: underline;
}
.section-banner .sub-content .sub-close {
  cursor: pointer;
  margin-top: -3px;
}
.section-banner .sub-content .sub-close svg {
  height: 18px;
  width: 18px;
}
@media only screen and (max-width: 768px) {
  .section-banner .sub-content .sub-close svg {
    transform: scale(0.8);
  }
}

.footer-main {
  background: #2D2A25;
  height: 300px;
  padding: 60px 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .footer-main {
    height: auto;
    padding-bottom: 30px;
  }
}
.footer-main .content header {
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .footer-main .content header {
    align-items: center;
    flex-direction: column;
  }
}
.footer-main .content header .footer-logo {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .footer-main .content header .footer-logo {
    margin-top: 40px;
    order: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-main .content header ul.list-footer-links {
    flex-direction: column;
  }
}
.footer-main .content header ul.list-footer-links > li {
  margin-right: 33px;
}
@media only screen and (max-width: 1024px) {
  .footer-main .content header ul.list-footer-links > li {
    margin-right: 0;
    margin-top: 20px;
  }
}
.footer-main .content header ul.list-footer-links > li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .footer-main .content header ul.list-footer-links > li:first-of-type {
    margin-top: 0;
  }
}
.footer-main .content header ul.list-footer-links > li a {
  color: #ffffff;
  display: block;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 1024px) {
  .footer-main .content header ul.list-footer-links > li a {
    font-size: 1.0714285714rem;
    letter-spacing: 2px;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-main .content .footer-info {
    align-items: center;
    margin-top: 30px;
  }
}
.footer-main .content .footer-info a {
  color: #ffffff;
  font-size: 1.0714285714rem;
  font-weight: 500;
  line-height: 25px;
}
@media only screen and (max-width: 1024px) {
  .footer-main .content .footer-info a {
    font-size: 0.8571428571rem;
  }
}
.footer-main .content .footer-copyrights {
  color: #979797;
  font-size: 0.8571428571rem;
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .footer-main .content .footer-copyrights {
    align-items: center;
    color: rgba(255, 255, 255, 0.18);
    font-size: 0.7142857143rem;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px;
  }
}
.footer-main .content .footer-copyrights span:after {
  content: "|";
  color: #979797;
  margin: 0px 8px 0 10px;
}
@media only screen and (max-width: 1024px) {
  .footer-main .content .footer-copyrights span:after {
    color: rgba(255, 255, 255, 0.18);
    content: none;
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-main .content .footer-copyrights nav {
    margin-top: 10px;
    text-align: center;
  }
}
.footer-main .content .footer-copyrights nav ul > li {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .footer-main .content .footer-copyrights nav ul > li {
    margin-right: 10px;
  }
}
.footer-main .content .footer-copyrights nav ul > li:after {
  content: "|";
  color: #979797;
  margin: 0px 8px 0 10px;
}
@media only screen and (max-width: 1024px) {
  .footer-main .content .footer-copyrights nav ul > li:after {
    content: none;
    display: none;
  }
}
.footer-main .content .footer-copyrights nav ul > li a {
  color: #979797;
  font-size: 0.8571428571rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .footer-main .content .footer-copyrights nav ul > li a {
    color: rgba(255, 255, 255, 0.18);
    font-size: 0.7142857143rem;
  }
}
.footer-main .content .footer-copyrights nav ul > li:last-child:after {
  content: none;
}

#home {
  /* COLOURS */
  /* FONTS */
  /* STRUCTURE */
  /* MOBILE STRUCTURE */
  /* MEDIA QUERY */
}
#home .section-hero .content, #home section .content {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #home .section-hero .content, #home section .content {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
#home section {
  position: relative;
}
#home section.section-full {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  #home section.section-full {
    height: auto;
    padding: 30px 0;
    scroll-snap-align: none;
    scroll-snap-stop: unset;
  }
}
#home section .floaty-image {
  height: 100vh;
  max-width: 480px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67vw;
}
@media only screen and (max-width: 1024px) {
  #home section .floaty-image {
    display: none;
  }
}
#home section .floaty-image.mod-left {
  right: auto;
  left: 0;
  width: 36vw;
}
#home section .title {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #home section .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
#home section .title span {
  color: #979797;
  display: inline-block;
  font-size: 1.5714285714rem;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #home section .title span {
    display: none;
  }
}
#home section .subtitle {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  #home section .subtitle {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
    width: 100%;
  }
}
#home .section-hero > img, #home .section-hero.mod-large > img, #home section .floaty-image > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#home .section-hero > img, #home .section-hero.mod-large > img, #home section .floaty-image > img {
  -o-object-fit: cover;
     object-fit: cover;
}
#home .section-home-management .home-management-boxes {
  display: flex;
  flex-wrap: wrap;
}
#home .section-hero.mod-large {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#home .section-home-management .home-management-boxes {
  display: flex;
  justify-content: space-around;
}
#home .section-home-company, #home #scroll-pips, #home .section-hero, #home section.section-full {
  display: flex;
  align-items: center;
}
#home .section-hero.mod-large {
  display: flex;
  justify-content: flex-start;
}
#home .section-hero {
  height: 293px;
  position: relative;
  margin-top: 118px;
}
@media only screen and (max-width: 1024px) {
  #home .section-hero {
    height: 184px;
    margin-top: 80px;
  }
}
#home .section-hero > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#home .section-hero .content {
  position: relative;
  padding: 0 25px;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #home .section-hero .content {
    padding: 0;
  }
}
#home .section-hero .content h1, #home .section-hero .content span {
  color: #ffffff;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 4.8571428571rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #home .section-hero .content h1, #home .section-hero .content span {
    font-size: 3rem;
  }
}
#home .section-hero:before {
  background: rgba(0, 0, 0, 0.28);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
#home .section-hero.mod-large {
  height: 100vh;
  margin-top: 0;
  padding-bottom: 150px;
  width: 100vw;
}
#home .section-hero.mod-large > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#home .section-hero.mod-large .content {
  padding: 0;
}
#home .section-hero.mod-large .content header {
  border-bottom: 1px solid #ffffff;
  max-width: 933px;
}
#home .section-hero.mod-large .content header h1, #home .section-hero.mod-large .content header span {
  color: #ffffff;
  display: block;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 6.4285714286rem;
  line-height: 90px;
  margin-bottom: 30px;
  max-width: 980px;
}
@media only screen and (max-width: 1024px) {
  #home .section-hero.mod-large .content header h1, #home .section-hero.mod-large .content header span {
    font-size: 3rem;
    line-height: 50px;
  }
}
#home {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
#home.no-scroll .section-full, #home.no-scroll .footer-main {
  scroll-snap-align: none;
}
#home .header-main {
  background: rgba(0, 0, 0, 0.85);
}
#home .header-main .login-btn {
  color: #ffffff;
}
#home .header-main .mob-hamburger span {
  color: #ffffff !important;
}
#home .header-main .mob-hamburger .burger-lines .mob-bar {
  background: #ffffff;
}
#home .header-main .sub-logo svg {
  color: #ffffff;
}
#home .header-main nav ul.list-nav li > a {
  color: #ffffff;
}
#home .footer-main {
  scroll-snap-align: start;
}
@media only screen and (max-width: 1024px) {
  #home .footer-main {
    scroll-snap-align: none;
  }
}
#home main {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
#home #scroll-pips {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  flex-direction: column;
  gap: 30px;
  width: 9px;
  z-index: 999;
}
@media only screen and (max-width: 1024px) {
  #home #scroll-pips {
    display: none;
    visibility: hidden;
  }
}
#home #scroll-pips.mod-white .pip {
  background: #ffffff;
}
#home #scroll-pips .pip {
  background: #000000;
  border-radius: 50%;
  cursor: pointer;
  height: 5px;
  transition: all 0.3s ease;
  width: 5px;
}
#home #scroll-pips .pip.active {
  height: 10px;
  transition: all 0.3s ease;
  width: 10px;
}
#home .section-home-company .content > div:first-child {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  #home .section-home-company .content > div:first-child {
    width: 100%;
  }
}
#home .section-home-company .content .copy {
  max-width: 600px;
  padding: 0 2.5rem 5rem 4rem;
}
@media only screen and (max-width: 1024px) {
  #home .section-home-company .content .copy {
    max-width: none;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #home .section-home-company .content .copy h1 {
    margin-bottom: 40px;
  }
}
#home .section-home-company .content .copy p {
  font-size: 1.2142857143rem;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  #home .section-home-company .content .copy p {
    font-size: 1rem;
  }
}
#home .section-home-management {
  background-color: #F9F9F9;
}
#home .section-home-management .content {
  z-index: 99;
}
#home .section-home-management .lion {
  background: url("../assets/images/lion.png") no-repeat;
  background-position: bottom right;
  background-size: auto 70%;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  max-width: calc(1470px + 20%);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
#home .section-home-management .home-management-boxes {
  margin: 4rem 0;
  padding: 0 5%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #home .section-home-management .home-management-boxes {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    margin: 2rem 0 1rem;
  }
}
#home .section-home-management .home-management-boxes .home-management-box {
  min-width: 196px;
  max-width: 196px;
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  #home .section-home-management .home-management-boxes .home-management-box {
    margin-bottom: 30px;
    max-width: none;
    min-width: auto;
    width: 100%;
  }
}
#home .section-home-management .home-management-boxes .home-management-box h2 {
  line-height: 30px;
}
@media only screen and (max-width: 1024px) {
  #home .section-home-management .home-management-boxes .home-management-box h2 {
    font-size: 1.7142857143rem;
  }
}
#home .section-home-management .home-management-boxes .home-management-box p {
  font-size: 1.2142857143rem;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  #home .section-home-management .home-management-boxes .home-management-box p {
    font-size: 1rem;
  }
}
#home .section-home-management .home-management-boxes .home-management-box svg {
  height: 12px;
  width: 13px;
}
#home .section-home-contact .content > div:first-child {
  padding-left: 40%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #home .section-home-contact .content > div:first-child {
    padding: 0;
  }
}
#home .section-home-contact h3 {
  padding-left: 57px;
  max-width: 460px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #home .section-home-contact h3 {
    max-width: 400px;
    padding-left: 0;
  }
}
#home .section-home-contact form#contactForm {
  padding-left: 57px;
}
@media only screen and (max-width: 1024px) {
  #home .section-home-contact form#contactForm {
    padding-left: 0;
  }
}
#home .section-home-contact form#contactForm p {
  font-size: 1.2142857143rem;
  line-height: 21px;
  margin-bottom: 0;
  margin-top: 30px;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  #home .section-home-contact form#contactForm p {
    padding-right: 0;
    font-size: 1rem;
  }
}

#about {
  /* COLOURS */
  /* FONTS */
  /* STRUCTURE */
  /* MOBILE STRUCTURE */
  /* MEDIA QUERY */
}
#about .section-hero .content, #about section .content {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #about .section-hero .content, #about section .content {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
#about section {
  position: relative;
}
#about section.section-full {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  #about section.section-full {
    height: auto;
    padding: 30px 0;
    scroll-snap-align: none;
    scroll-snap-stop: unset;
  }
}
#about section .floaty-image {
  height: 100vh;
  max-width: 480px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67vw;
}
@media only screen and (max-width: 1024px) {
  #about section .floaty-image {
    display: none;
  }
}
#about section .floaty-image.mod-left {
  right: auto;
  left: 0;
  width: 36vw;
}
#about section .title {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #about section .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
#about section .title span {
  color: #979797;
  display: inline-block;
  font-size: 1.5714285714rem;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #about section .title span {
    display: none;
  }
}
#about section .subtitle {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  #about section .subtitle {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
    width: 100%;
  }
}
#about .section-about-testimonials .testimonials ul.list-testimonials {
  margin: 0;
  padding: 0;
  list-style: none;
}
#about .section-about-testimonials .testimonials ul.list-testimonials > li {
  margin: 0;
  padding: 0;
}
#about .section-about .content .image > img, #about .section-hero > img, #about .section-hero.mod-large > img, #about section .floaty-image > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#about .section-about .content .image > img, #about .section-hero > img, #about .section-hero.mod-large > img, #about section .floaty-image > img {
  -o-object-fit: cover;
     object-fit: cover;
}
#about .section-about-our-team .about-team-list {
  display: flex;
  flex-wrap: wrap;
}
#about .section-about-logos .content, #about .section-about-testimonials .testimonials ul.slick-dots, #about .section-about-our-team .about-team-list, #about .section-about-our-team nav.team-members {
  display: flex;
  justify-content: center;
}
#about .section-hero.mod-large {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#about .section-about .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .section-about-logos .content {
  display: flex;
  flex-direction: column;
}
#about .section-about-logos .content, #about .section-hero, #about section.section-full {
  display: flex;
  align-items: center;
}
#about .section-hero.mod-large {
  display: flex;
  justify-content: flex-start;
}
#about .section-hero {
  height: 293px;
  position: relative;
  margin-top: 118px;
}
@media only screen and (max-width: 1024px) {
  #about .section-hero {
    height: 184px;
    margin-top: 80px;
  }
}
#about .section-hero > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#about .section-hero .content {
  position: relative;
  padding: 0 25px;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #about .section-hero .content {
    padding: 0;
  }
}
#about .section-hero .content h1, #about .section-hero .content span {
  color: #ffffff;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 4.8571428571rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #about .section-hero .content h1, #about .section-hero .content span {
    font-size: 3rem;
  }
}
#about .section-hero:before {
  background: rgba(0, 0, 0, 0.28);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
#about .section-hero.mod-large {
  height: 100vh;
  margin-top: 0;
  padding-bottom: 150px;
  width: 100vw;
}
#about .section-hero.mod-large > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#about .section-hero.mod-large .content {
  padding: 0;
}
#about .section-hero.mod-large .content header {
  border-bottom: 1px solid #ffffff;
  max-width: 933px;
}
#about .section-hero.mod-large .content header h1, #about .section-hero.mod-large .content header span {
  color: #ffffff;
  display: block;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 6.4285714286rem;
  line-height: 90px;
  margin-bottom: 30px;
  max-width: 980px;
}
@media only screen and (max-width: 1024px) {
  #about .section-hero.mod-large .content header h1, #about .section-hero.mod-large .content header span {
    font-size: 3rem;
    line-height: 50px;
  }
}
#about .section-about {
  padding: 95px 0 35px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #about .section-about .content {
    align-items: flex-start;
    flex-direction: column;
  }
}
#about .section-about .content > div:first-child {
  align-self: flex-start;
  max-width: 550px;
  width: 100%;
}
#about .section-about .content .copy {
  padding: 0 2.5rem 5rem 4rem;
}
@media only screen and (max-width: 1024px) {
  #about .section-about .content .copy {
    padding: 0;
  }
}
#about .section-about .content .copy .subtitle {
  margin-bottom: 50px;
}
#about .section-about .content .copy p {
  font-size: 1.2142857143rem;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about .content .copy p {
    font-size: 1rem;
  }
}
#about .section-about .content .image {
  height: 446px;
  position: relative;
  width: 518px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about .content .image {
    height: 300px;
    max-width: 100%;
  }
}
#about .section-about-our-team {
  padding: 35px 0 45px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-our-team {
    padding-bottom: 20px;
  }
}
#about .section-about-our-team .subtitle {
  padding: 0 0 0 4rem;
  max-width: 550px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-our-team .subtitle {
    max-width: 400px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #about .section-about-our-team nav.team-members {
    align-items: center;
  }
}
#about .section-about-our-team nav.team-members span {
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  line-height: 42px;
  padding: 0 3px;
  position: relative;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-our-team nav.team-members span {
    font-size: 1.0714285714rem;
    margin-right: 10px;
    line-height: 24px;
    text-align: center;
  }
}
#about .section-about-our-team nav.team-members span:after {
  background: #D4312C;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-our-team nav.team-members span:after {
    bottom: -8px;
  }
}
#about .section-about-our-team nav.team-members span.active:after, #about .section-about-our-team nav.team-members span:hover:after {
  opacity: 1;
}
#about .section-about-our-team nav.team-members span:hover {
  color: #D4312C;
}
#about .section-about-our-team nav.team-members span:last-of-type {
  margin-right: 0;
}
#about .section-about-our-team .about-team-list {
  padding: 0 5%;
  margin-top: 5rem;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-our-team .about-team-list {
    justify-content: flex-start;
  }
}
#about .section-about-our-team .about-team-list figure {
  margin: 1.5%;
  min-width: 160px;
  width: 17%;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-our-team .about-team-list figure {
    min-width: 100px;
    width: 47%;
  }
}
#about .section-about-our-team .about-team-list figure picture {
  background-position: center;
  background-size: cover;
  display: block;
  padding-bottom: 100%;
}
#about .section-about-our-team .about-team-list figure figcaption {
  display: block;
  padding: 1.5rem 0;
  width: 100%;
}
#about .section-about-our-team .about-team-list figure figcaption h4 {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.5714285714rem;
  line-height: 25px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-our-team .about-team-list figure figcaption h4 {
    font-size: 1.2142857143rem;
    margin-bottom: 10px;
  }
}
#about .section-about-our-team .about-team-list figure figcaption span {
  color: #000000;
  display: block;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  line-height: 22px;
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-our-team .about-team-list figure figcaption span {
    font-size: 1rem;
    margin-top: 10px;
  }
}
#about .section-about-testimonials {
  padding: 45px 0 120px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-testimonials {
    padding: 20px 0 80px;
  }
}
#about .section-about-testimonials .subtitle {
  padding: 0 0 0 4rem;
  max-width: 550px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-testimonials .subtitle {
    max-width: 400px;
    padding: 0;
  }
}
#about .section-about-testimonials .testimonials {
  margin: 80px auto 0;
  max-width: 850px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-testimonials .testimonials {
    margin-top: 30px;
  }
}
#about .section-about-testimonials .testimonials ul.list-testimonials {
  font-size: 1.2142857143rem;
  line-height: 22px;
  padding: 0 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #about .section-about-testimonials .testimonials ul.list-testimonials {
    padding: 0 10px;
  }
}
#about .section-about-testimonials .testimonials ul.list-testimonials div > li {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-testimonials .testimonials ul.list-testimonials div > li {
    padding: 20px;
  }
}
#about .section-about-testimonials .testimonials ul.list-testimonials div > li p:last-of-type {
  margin-bottom: 0;
}
#about .section-about-testimonials .testimonials ul.list-testimonials div > li .author {
  margin-top: 40px;
}
#about .section-about-testimonials .testimonials ul.list-testimonials div > li .author h5, #about .section-about-testimonials .testimonials ul.list-testimonials div > li .author h6 {
  font-size: 1.2857142857rem;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
}
#about .section-about-testimonials .testimonials ul.list-testimonials div > li .author h5 {
  font-size: 1.5714285714rem;
  margin-bottom: 5px;
}
#about .section-about-testimonials .testimonials ul.slick-dots {
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-testimonials .testimonials ul.slick-dots {
    margin-top: 30px;
  }
}
#about .section-about-testimonials .testimonials ul.slick-dots > li button {
  background: #c3cbc8;
  height: 10px;
  opacity: 1;
  width: 10px;
}
#about .section-about-testimonials .testimonials ul.slick-dots > li.slick-active button {
  background: #000000;
}
#about .section-about-logos {
  background: #F9F9F9;
  padding: 75px 0 90px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-logos {
    padding: 60px 0;
  }
}
#about .section-about-logos .content h3 {
  font-size: 2.5rem;
  line-height: 52px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-logos .content h3 {
    font-size: 1.8571428571rem;
  }
}
#about .section-about-logos .content p:only-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-logos .content p:only-child {
    display: flex;
  }
}
#about .section-about-logos .content img {
  margin-right: 80px;
}
@media only screen and (max-width: 1024px) {
  #about .section-about-logos .content img {
    margin-right: 0;
    transform: scale(0.8);
  }
}
#about .section-about-logos .content img:last-of-type {
  margin-right: 0;
}

#services {
  /* COLOURS */
  /* FONTS */
  /* STRUCTURE */
  /* MOBILE STRUCTURE */
  /* MEDIA QUERY */
}
#services .section-services, #services .section-hero .content, #services section .content {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #services .section-services, #services .section-hero .content, #services section .content {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
#services section {
  position: relative;
}
#services section.section-full {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  #services section.section-full {
    height: auto;
    padding: 30px 0;
    scroll-snap-align: none;
    scroll-snap-stop: unset;
  }
}
#services section .floaty-image {
  height: 100vh;
  max-width: 480px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67vw;
}
@media only screen and (max-width: 1024px) {
  #services section .floaty-image {
    display: none;
  }
}
#services section .floaty-image.mod-left {
  right: auto;
  left: 0;
  width: 36vw;
}
#services section .title {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #services section .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
#services section .title span {
  color: #979797;
  display: inline-block;
  font-size: 1.5714285714rem;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #services section .title span {
    display: none;
  }
}
#services section .subtitle {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  #services section .subtitle {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
    width: 100%;
  }
}
#services .section-services .service-box .content .main-content .image > img, #services .section-hero > img, #services .section-hero.mod-large > img, #services section .floaty-image > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#services .section-services .service-box .content .main-content .image > img, #services .section-hero > img, #services .section-hero.mod-large > img, #services section .floaty-image > img {
  -o-object-fit: cover;
     object-fit: cover;
}
#services .section-hero.mod-large {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#services .section-services .service-box .content .main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#services .section-services .service-box.mod-reverse .content .main-content {
  display: flex;
  flex-direction: row-reverse;
}
#services .section-hero, #services section.section-full {
  display: flex;
  align-items: center;
}
#services .section-hero.mod-large {
  display: flex;
  justify-content: flex-start;
}
#services .section-hero {
  height: 293px;
  position: relative;
  margin-top: 118px;
}
@media only screen and (max-width: 1024px) {
  #services .section-hero {
    height: 184px;
    margin-top: 80px;
  }
}
#services .section-hero > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#services .section-hero .content {
  position: relative;
  padding: 0 25px;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #services .section-hero .content {
    padding: 0;
  }
}
#services .section-hero .content h1, #services .section-hero .content span {
  color: #ffffff;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 4.8571428571rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #services .section-hero .content h1, #services .section-hero .content span {
    font-size: 3rem;
  }
}
#services .section-hero:before {
  background: rgba(0, 0, 0, 0.28);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
#services .section-hero.mod-large {
  height: 100vh;
  margin-top: 0;
  padding-bottom: 150px;
  width: 100vw;
}
#services .section-hero.mod-large > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#services .section-hero.mod-large .content {
  padding: 0;
}
#services .section-hero.mod-large .content header {
  border-bottom: 1px solid #ffffff;
  max-width: 933px;
}
#services .section-hero.mod-large .content header h1, #services .section-hero.mod-large .content header span {
  color: #ffffff;
  display: block;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 6.4285714286rem;
  line-height: 90px;
  margin-bottom: 30px;
  max-width: 980px;
}
@media only screen and (max-width: 1024px) {
  #services .section-hero.mod-large .content header h1, #services .section-hero.mod-large .content header span {
    font-size: 3rem;
    line-height: 50px;
  }
}
#services .section-services {
  padding: 77px 0 65px;
}
@media only screen and (max-width: 1024px) {
  #services .section-services {
    padding: 30px 0;
  }
}
#services .section-services .service-box {
  margin-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  #services .section-services .service-box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #services .section-services .service-box.mod-reverse .content .main-content {
    flex-direction: column;
  }
}
#services .section-services .service-box.mod-reverse .content header h1.title {
  margin-left: auto;
  max-width: 565px;
}
#services .section-services .service-box .content {
  max-width: none;
  width: 100%;
}
#services .section-services .service-box .content header {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  #services .section-services .service-box .content header {
    margin-bottom: 30px;
  }
}
#services .section-services .service-box .content header h1.title {
  display: flex;
  font-size: 3rem;
  max-width: 500px;
  text-transform: none;
}
@media only screen and (max-width: 1024px) {
  #services .section-services .service-box .content header h1.title {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
  }
}
#services .section-services .service-box .content .main-content {
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  #services .section-services .service-box .content .main-content {
    flex-direction: column;
  }
}
#services .section-services .service-box .content .main-content div:first-child {
  align-self: flex-start;
  max-width: 565px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #services .section-services .service-box .content .main-content div:first-child {
    padding: 0;
  }
}
#services .section-services .service-box .content .main-content .copy {
  padding: 0 2.5rem 5rem 4rem;
}
@media only screen and (max-width: 1024px) {
  #services .section-services .service-box .content .main-content .copy {
    padding: 0;
  }
}
#services .section-services .service-box .content .main-content .copy p, #services .section-services .service-box .content .main-content .copy ul li {
  font-size: 1.2142857143rem;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  #services .section-services .service-box .content .main-content .copy p, #services .section-services .service-box .content .main-content .copy ul li {
    font-size: 1rem;
  }
}
#services .section-services .service-box .content .main-content .copy h2, #services .section-services .service-box .content .main-content .copy h3, #services .section-services .service-box .content .main-content .copy h4, #services .section-services .service-box .content .main-content .copy h5 {
  color: #000000;
  font-size: 1.2142857143rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #services .section-services .service-box .content .main-content .copy h2, #services .section-services .service-box .content .main-content .copy h3, #services .section-services .service-box .content .main-content .copy h4, #services .section-services .service-box .content .main-content .copy h5 {
    font-size: 1rem;
  }
}
#services .section-services .service-box .content .main-content .image {
  height: 425px;
  position: relative;
  width: 629px;
}
@media only screen and (max-width: 1024px) {
  #services .section-services .service-box .content .main-content .image {
    height: 300px;
    max-width: 100%;
    margin-top: 30px;
  }
}
#property-portfolio {
  /* COLOURS */
  /* FONTS */
  /* STRUCTURE */
  /* MOBILE STRUCTURE */
  /* MEDIA QUERY */
}
#property-portfolio .section-portfolio-listings .content, #property-portfolio .section-hero .content, #property-portfolio section .content {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #property-portfolio .section-portfolio-listings .content, #property-portfolio .section-hero .content, #property-portfolio section .content {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
#property-portfolio section {
  position: relative;
}
#property-portfolio section.section-full {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio section.section-full {
    height: auto;
    padding: 30px 0;
    scroll-snap-align: none;
    scroll-snap-stop: unset;
  }
}
#property-portfolio section .floaty-image {
  height: 100vh;
  max-width: 480px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67vw;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio section .floaty-image {
    display: none;
  }
}
#property-portfolio section .floaty-image.mod-left {
  right: auto;
  left: 0;
  width: 36vw;
}
#property-portfolio section .title {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio section .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
#property-portfolio section .title span {
  color: #979797;
  display: inline-block;
  font-size: 1.5714285714rem;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio section .title span {
    display: none;
  }
}
#property-portfolio section .subtitle {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio section .subtitle {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
    width: 100%;
  }
}
#property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-image > img, #property-portfolio .section-hero > img, #property-portfolio .section-hero.mod-large > img, #property-portfolio section .floaty-image > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-image > img, #property-portfolio .section-hero > img, #property-portfolio .section-hero.mod-large > img, #property-portfolio section .floaty-image > img {
  -o-object-fit: cover;
     object-fit: cover;
}
#property-portfolio .section-portfolio-listings .content .portfolio-list {
  display: flex;
  flex-wrap: wrap;
}
#property-portfolio .section-hero.mod-large {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-item-name, #property-portfolio .section-hero, #property-portfolio section.section-full {
  display: flex;
  align-items: center;
}
#property-portfolio .section-hero.mod-large {
  display: flex;
  justify-content: flex-start;
}
#property-portfolio .section-hero {
  height: 293px;
  position: relative;
  margin-top: 118px;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio .section-hero {
    height: 184px;
    margin-top: 80px;
  }
}
#property-portfolio .section-hero > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#property-portfolio .section-hero .content {
  position: relative;
  padding: 0 25px;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio .section-hero .content {
    padding: 0;
  }
}
#property-portfolio .section-hero .content h1, #property-portfolio .section-hero .content span {
  color: #ffffff;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 4.8571428571rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio .section-hero .content h1, #property-portfolio .section-hero .content span {
    font-size: 3rem;
  }
}
#property-portfolio .section-hero:before {
  background: rgba(0, 0, 0, 0.28);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
#property-portfolio .section-hero.mod-large {
  height: 100vh;
  margin-top: 0;
  padding-bottom: 150px;
  width: 100vw;
}
#property-portfolio .section-hero.mod-large > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#property-portfolio .section-hero.mod-large .content {
  padding: 0;
}
#property-portfolio .section-hero.mod-large .content header {
  border-bottom: 1px solid #ffffff;
  max-width: 933px;
}
#property-portfolio .section-hero.mod-large .content header h1, #property-portfolio .section-hero.mod-large .content header span {
  color: #ffffff;
  display: block;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 6.4285714286rem;
  line-height: 90px;
  margin-bottom: 30px;
  max-width: 980px;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio .section-hero.mod-large .content header h1, #property-portfolio .section-hero.mod-large .content header span {
    font-size: 3rem;
    line-height: 50px;
  }
}
#property-portfolio .section-portfolio-listings {
  background: #F9F9F9;
  padding: 40px 0 160px;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio .section-portfolio-listings {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #property-portfolio .section-portfolio-listings .content .portfolio-list {
    justify-content: center;
  }
}
#property-portfolio .section-portfolio-listings .content .portfolio-list > * {
  margin: 1%;
  width: calc(33% - 25px);
}
@media only screen and (max-width: 1024px) {
  #property-portfolio .section-portfolio-listings .content .portfolio-list > * {
    margin: 2%;
    min-width: 100px;
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 540px) {
  #property-portfolio .section-portfolio-listings .content .portfolio-list > * {
    width: 100%;
  }
}
#property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item {
  background: #ffffff;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
}
#property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item:hover {
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
}
#property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item:hover .portfolio-item-name h3 {
  color: #D4312C;
}
#property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-item-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
#property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-image {
  display: block;
  height: 321px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-image {
    height: 176px;
  }
}
@media screen and (max-width: 540px) {
  #property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-image {
    height: 291px;
  }
}
#property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-item-name {
  height: 83px;
  padding: 0 24px;
}
#property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-item-name h3 {
  font-size: 1.7142857143rem;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  #property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-item-name h3 {
    font-size: 1.1428571429rem;
    line-height: 24px;
  }
}
#property-portfolio .section-portfolio-listings .content .portfolio-list .portfolio-item .portfolio-item-name svg {
  margin-left: 10px;
}

#property-subpage {
  /* COLOURS */
  /* FONTS */
  /* STRUCTURE */
  /* MOBILE STRUCTURE */
  /* MEDIA QUERY */
}
#property-subpage .section-property-section .content, #property-subpage .section-hero .content, #property-subpage section .content {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #property-subpage .section-property-section .content, #property-subpage .section-hero .content, #property-subpage section .content {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
#property-subpage section {
  position: relative;
}
#property-subpage section.section-full {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  #property-subpage section.section-full {
    height: auto;
    padding: 30px 0;
    scroll-snap-align: none;
    scroll-snap-stop: unset;
  }
}
#property-subpage section .floaty-image {
  height: 100vh;
  max-width: 480px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67vw;
}
@media only screen and (max-width: 1024px) {
  #property-subpage section .floaty-image {
    display: none;
  }
}
#property-subpage section .floaty-image.mod-left {
  right: auto;
  left: 0;
  width: 36vw;
}
#property-subpage section .title {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #property-subpage section .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
#property-subpage section .title span {
  color: #979797;
  display: inline-block;
  font-size: 1.5714285714rem;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #property-subpage section .title span {
    display: none;
  }
}
#property-subpage section .subtitle {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  #property-subpage section .subtitle {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
    width: 100%;
  }
}
#property-subpage .lightbox .thumbs .thumb img, #property-subpage .section-hero > img, #property-subpage .section-hero.mod-large > img, #property-subpage section .floaty-image > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#property-subpage .lightbox .thumbs .thumb img, #property-subpage .section-hero > img, #property-subpage .section-hero.mod-large > img, #property-subpage section .floaty-image > img {
  -o-object-fit: cover;
     object-fit: cover;
}
#property-subpage .section-property-section .content .property-gallery {
  display: flex;
  flex-wrap: wrap;
}
#property-subpage .lightbox .thumbs, #property-subpage .lightbox .counter {
  display: flex;
  justify-content: center;
}
#property-subpage .section-hero.mod-large {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#property-subpage .section-property-section .content .property-gallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#property-subpage .section-property-section .content {
  display: flex;
  flex-direction: row;
}
#property-subpage .section-property-section .content .property-copy header, #property-subpage .section-hero, #property-subpage section.section-full {
  display: flex;
  align-items: center;
}
#property-subpage .section-hero.mod-large {
  display: flex;
  justify-content: flex-start;
}
#property-subpage .section-hero {
  height: 293px;
  position: relative;
  margin-top: 118px;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .section-hero {
    height: 184px;
    margin-top: 80px;
  }
}
#property-subpage .section-hero > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#property-subpage .section-hero .content {
  position: relative;
  padding: 0 25px;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .section-hero .content {
    padding: 0;
  }
}
#property-subpage .section-hero .content h1, #property-subpage .section-hero .content span {
  color: #ffffff;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 4.8571428571rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .section-hero .content h1, #property-subpage .section-hero .content span {
    font-size: 3rem;
  }
}
#property-subpage .section-hero:before {
  background: rgba(0, 0, 0, 0.28);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
#property-subpage .section-hero.mod-large {
  height: 100vh;
  margin-top: 0;
  padding-bottom: 150px;
  width: 100vw;
}
#property-subpage .section-hero.mod-large > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#property-subpage .section-hero.mod-large .content {
  padding: 0;
}
#property-subpage .section-hero.mod-large .content header {
  border-bottom: 1px solid #ffffff;
  max-width: 933px;
}
#property-subpage .section-hero.mod-large .content header h1, #property-subpage .section-hero.mod-large .content header span {
  color: #ffffff;
  display: block;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 6.4285714286rem;
  line-height: 90px;
  margin-bottom: 30px;
  max-width: 980px;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .section-hero.mod-large .content header h1, #property-subpage .section-hero.mod-large .content header span {
    font-size: 3rem;
    line-height: 50px;
  }
}
#property-subpage .section-property-section {
  padding: 95px 0;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .section-property-section {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #property-subpage .section-property-section .content {
    flex-direction: column;
  }
}
#property-subpage .section-property-section .content .property-copy {
  flex: 1;
  margin-right: 65px;
}
#property-subpage .section-property-section .content .property-copy header {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2142857143rem;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .section-property-section .content .property-copy header {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
#property-subpage .section-property-section .content .property-copy header a {
  color: #000000;
}
#property-subpage .section-property-section .content .property-copy header svg {
  margin-right: 12px;
  transform: rotate(180deg);
}
#property-subpage .section-property-section .content .property-copy p, #property-subpage .section-property-section .content .property-copy ul li {
  font-size: 1.2142857143rem;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .section-property-section .content .property-copy p, #property-subpage .section-property-section .content .property-copy ul li {
    font-size: 1rem;
  }
}
#property-subpage .section-property-section .content .property-gallery {
  max-width: 655px;
  width: 100%;
}
@media screen and (max-width: 1250px) {
  #property-subpage .section-property-section .content .property-gallery {
    max-width: 525px;
  }
}
@media only screen and (max-width: 1024px) {
  #property-subpage .section-property-section .content .property-gallery {
    margin-top: 30px;
  }
}
#property-subpage .section-property-section .content .property-gallery .image {
  cursor: pointer;
  margin-bottom: 3%;
  width: 48%;
}
#property-subpage .section-property-section .content .property-gallery .image img {
  height: auto;
  width: 100%;
}
#property-subpage .lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
#property-subpage .lightbox.open {
  display: block;
  opacity: 1;
}
#property-subpage .lightbox .wrap {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  padding: 75px 56px 20px;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .lightbox .wrap {
    grid-template-rows: 1fr auto 0fr;
    padding: 0 60px;
  }
}
#property-subpage .lightbox .stage {
  position: relative;
  justify-self: center;
  align-self: center;
  max-width: 1200px;
  height: 75vh;
  display: grid;
  place-items: center;
  width: 95%;
}
#property-subpage .lightbox .stage img {
  max-width: 100%;
  max-height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#property-subpage .lightbox .btn, #property-subpage .lightbox .arrow, #property-subpage .lightbox .close {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background: none;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
}
#property-subpage .lightbox .close {
  font-family: "Playfair Display", Arial, Helvetica, serif !important;
  font-size: 1.2857142857rem;
  opacity: 0.85;
  padding: 8px 12px;
  position: absolute;
  right: 16px;
  top: 12px;
}
#property-subpage .lightbox .close span {
  display: inline-block;
  font-size: 1.1428571429rem;
  margin-right: 5px;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .lightbox .close span {
    font-size: 0.8571428571rem;
    margin-right: 15px;
    margin-bottom: 5px;
  }
}
#property-subpage .lightbox .close:hover {
  opacity: 1;
}
#property-subpage .lightbox .arrow {
  color: #8c8c8c;
  cursor: pointer;
  font-size: 50px;
  line-height: 1;
  margin-top: -50px;
  padding: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .lightbox .arrow {
    margin-top: 0;
    transform: translateY(-50%) scale(0.65);
    top: 48%;
  }
}
#property-subpage .lightbox .arrow:hover {
  color: #ffffff;
}
#property-subpage .lightbox .arrow.prev {
  left: 5px;
}
#property-subpage .lightbox .arrow.next {
  right: 5px;
}
#property-subpage .lightbox .counter {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  bottom: 16px;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.0714285714rem;
  padding: 2px 8px;
  position: absolute;
  right: 24px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px) {
  #property-subpage .lightbox .counter {
    bottom: 116px;
  }
}
#property-subpage .lightbox .thumbs {
  gap: 20px;
  overflow-x: auto;
  padding: 8px 16px;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .lightbox .thumbs {
    bottom: 5px;
    gap: 15px;
    position: absolute;
    width: 100%;
  }
}
#property-subpage .lightbox .thumbs .thumb {
  background: none;
  border: 0;
  cursor: pointer;
  height: 116px;
  padding: 0;
  position: relative;
  width: 116px;
}
@media only screen and (max-width: 1024px) {
  #property-subpage .lightbox .thumbs .thumb {
    height: 82px;
    width: 82px;
  }
}
#property-subpage .lightbox .thumbs .thumb:before {
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
#property-subpage .lightbox .thumbs .thumb[aria-current=true]:before {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
#property-subpage .lightbox .thumbs .thumb img {
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  #property-subpage .lightbox {
    transition: none;
  }
}

#property-locations {
  /* COLOURS */
  /* FONTS */
  /* STRUCTURE */
  /* MOBILE STRUCTURE */
  /* MEDIA QUERY */
}
#property-locations .section-hero .content, #property-locations section .content {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #property-locations .section-hero .content, #property-locations section .content {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
#property-locations section {
  position: relative;
}
#property-locations section.section-full {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  #property-locations section.section-full {
    height: auto;
    padding: 30px 0;
    scroll-snap-align: none;
    scroll-snap-stop: unset;
  }
}
#property-locations section .floaty-image {
  height: 100vh;
  max-width: 480px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67vw;
}
@media only screen and (max-width: 1024px) {
  #property-locations section .floaty-image {
    display: none;
  }
}
#property-locations section .floaty-image.mod-left {
  right: auto;
  left: 0;
  width: 36vw;
}
#property-locations section .title {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #property-locations section .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
#property-locations section .title span {
  color: #979797;
  display: inline-block;
  font-size: 1.5714285714rem;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #property-locations section .title span {
    display: none;
  }
}
#property-locations section .subtitle {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  #property-locations section .subtitle {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
    width: 100%;
  }
}
#property-locations .section-hero > img, #property-locations .section-hero.mod-large > img, #property-locations section .floaty-image > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#property-locations .section-hero > img, #property-locations .section-hero.mod-large > img, #property-locations section .floaty-image > img {
  -o-object-fit: cover;
     object-fit: cover;
}
#property-locations .section-hero.mod-large {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#property-locations .section-locations {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#property-locations .section-hero, #property-locations section.section-full {
  display: flex;
  align-items: center;
}
#property-locations .section-hero.mod-large {
  display: flex;
  justify-content: flex-start;
}
#property-locations .section-hero {
  height: 293px;
  position: relative;
  margin-top: 118px;
}
@media only screen and (max-width: 1024px) {
  #property-locations .section-hero {
    height: 184px;
    margin-top: 80px;
  }
}
#property-locations .section-hero > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#property-locations .section-hero .content {
  position: relative;
  padding: 0 25px;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #property-locations .section-hero .content {
    padding: 0;
  }
}
#property-locations .section-hero .content h1, #property-locations .section-hero .content span {
  color: #ffffff;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 4.8571428571rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #property-locations .section-hero .content h1, #property-locations .section-hero .content span {
    font-size: 3rem;
  }
}
#property-locations .section-hero:before {
  background: rgba(0, 0, 0, 0.28);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
#property-locations .section-hero.mod-large {
  height: 100vh;
  margin-top: 0;
  padding-bottom: 150px;
  width: 100vw;
}
#property-locations .section-hero.mod-large > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#property-locations .section-hero.mod-large .content {
  padding: 0;
}
#property-locations .section-hero.mod-large .content header {
  border-bottom: 1px solid #ffffff;
  max-width: 933px;
}
#property-locations .section-hero.mod-large .content header h1, #property-locations .section-hero.mod-large .content header span {
  color: #ffffff;
  display: block;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 6.4285714286rem;
  line-height: 90px;
  margin-bottom: 30px;
  max-width: 980px;
}
@media only screen and (max-width: 1024px) {
  #property-locations .section-hero.mod-large .content header h1, #property-locations .section-hero.mod-large .content header span {
    font-size: 3rem;
    line-height: 50px;
  }
}
#property-locations .section-locations {
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  #property-locations .section-locations {
    flex-direction: column;
    padding: 40px 0 0;
  }
}
#property-locations .section-locations .content .copy {
  max-width: 600px;
  padding: 0 2.5rem 5rem 0;
  width: 100%;
}
#property-locations .section-locations .content .copy header {
  margin-bottom: 50px;
}
#property-locations .section-locations .content .copy header h1.title {
  display: flex;
  font-size: 3rem;
  max-width: 600px;
  text-transform: none;
}
@media only screen and (max-width: 1024px) {
  #property-locations .section-locations .content .copy header h1.title {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
  }
}
#property-locations .section-locations .content .copy table {
  border-collapse: collapse;
  margin-top: 70px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #property-locations .section-locations .content .copy table {
    margin-top: 30px;
  }
}
#property-locations .section-locations .content .copy table tr {
  text-align: left;
  vertical-align: top;
  width: 33%;
}
#property-locations .section-locations .content .copy table tr td {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2142857143rem;
  line-height: 24px;
}
#property-locations .section-locations .content .copy table tr td svg {
  color: #737373;
  margin-right: 7px;
}
#property-locations .section-locations .content .copy table tr td p {
  margin: 2rem 0;
}
#property-locations .section-locations .floaty-image {
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #property-locations .section-locations .floaty-image {
    display: block;
    height: 400px;
    position: static;
  }
}
#property-locations .section-locations .floaty-image #map {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  #faqs {
    padding-top: 80px;
  }
}
#faqs .section-main {
  background-color: #ffffff;
  padding: 180px 0 35px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  #faqs .section-main {
    padding: 40px 0;
  }
}
#faqs .section-main .sub-content h1 {
  font-size: 4.8571428571rem;
  line-height: 90px;
}
@media only screen and (max-width: 1024px) {
  #faqs .section-main .sub-content h1 {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
  }
}
#faqs .section-main .sub-content .copy {
  padding-right: 100px;
}
@media only screen and (max-width: 1024px) {
  #faqs .section-main .sub-content .copy {
    padding-right: 50px;
  }
}
#faqs .section-main .sub-content .copy p {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 2.5rem;
  line-height: 52px;
}
@media only screen and (max-width: 1024px) {
  #faqs .section-main .sub-content .copy p {
    font-size: 1.2857142857rem;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
#faqs .section-main .sub-content .copy p:only-child {
  margin-bottom: 0;
}
#faqs .section-faqs {
  background-color: #ffffff;
  padding: 20px 0 250px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  #faqs .section-faqs {
    padding-top: 20px;
  }
}
#faqs .section-faqs .sub-content ul.list-faqs {
  padding-right: 260px;
}
@media only screen and (max-width: 1024px) {
  #faqs .section-faqs .sub-content ul.list-faqs {
    padding-right: 0;
  }
}
#faqs .section-faqs .sub-content ul.list-faqs > li {
  margin-bottom: 35px;
}
#faqs .section-faqs .sub-content ul.list-faqs > li > h3 {
  color: #000000;
  font-size: 2.0714285714rem;
  font-weight: 400;
  line-height: 52px;
}
@media only screen and (max-width: 1024px) {
  #faqs .section-faqs .sub-content ul.list-faqs > li > h3 {
    font-size: 1.5714285714rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
#faqs .section-faqs .sub-content ul.list-faqs > li .item-faq {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  #faqs .section-faqs .sub-content ul.list-faqs > li .item-faq {
    margin-bottom: 10px;
  }
}
#faqs .section-faqs .sub-content ul.list-faqs > li .item-faq .faq-title {
  cursor: pointer;
  font-size: 1.2142857143rem;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  #faqs .section-faqs .sub-content ul.list-faqs > li .item-faq .faq-title {
    font-size: 1.2857142857rem;
  }
}
#faqs .section-faqs .sub-content ul.list-faqs > li .item-faq .faq-title svg {
  color: #D4312C;
  margin-left: 20px;
  margin-top: 4px;
  transition: all 0.3s ease;
  width: 9px;
}
@media only screen and (max-width: 1024px) {
  #faqs .section-faqs .sub-content ul.list-faqs > li .item-faq .faq-title svg {
    margin-left: 5px;
  }
}
#faqs .section-faqs .sub-content ul.list-faqs > li .item-faq .faq-title svg path {
  stroke-width: 4px;
}
#faqs .section-faqs .sub-content ul.list-faqs > li .item-faq .faq-copy {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
#faqs .section-faqs .sub-content ul.list-faqs > li .item-faq .faq-copy p {
  color: #000000;
  font-size: 1.0714285714rem;
  font-weight: 400;
  line-height: 25px;
}
@media only screen and (max-width: 1024px) {
  #faqs .section-faqs .sub-content ul.list-faqs > li .item-faq .faq-copy p {
    font-size: 1.2857142857rem;
  }
}
#faqs .section-faqs .sub-content ul.list-faqs > li .item-faq.mod-active .faq-title {
  color: #D4312C;
}
#faqs .section-faqs .sub-content ul.list-faqs > li .item-faq.mod-active .faq-title svg {
  transform: rotate(180deg);
}
#faqs .section-faqs .sub-content ul.list-faqs > li .item-faq.mod-active .faq-copy {
  margin-bottom: 30px;
  max-height: 2000px;
  padding-top: 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

#help {
  padding-top: 118px;
}
@media only screen and (max-width: 1024px) {
  #help {
    padding-top: 80px;
  }
}
#help .section-intro {
  background-color: #ffffff;
  padding: 90px 0 95px;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #help .section-intro {
    padding: 40px 0;
  }
}
#help .section-intro .sub-content .sub-intro > .sub-title {
  font-size: 4.8571428571rem;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1024px) {
  #help .section-intro .sub-content .sub-intro > .sub-title {
    font-size: 2.5rem;
    line-height: 40px;
    margin-bottom: 30px;
    max-width: 400px;
  }
}
#help .section-intro .sub-content .sub-intro > .sub-subtitle {
  font-size: 2.5rem;
  margin-bottom: 75px;
  line-height: 52px;
}
@media only screen and (max-width: 1024px) {
  #help .section-intro .sub-content .sub-intro > .sub-subtitle {
    font-size: 1.2857142857rem;
    margin-bottom: 30px;
  }
}
#help .section-intro .sub-content ul.list-help {
  display: flex;
  flex-wrap: wrap;
}
#help .section-intro .sub-content ul.list-help > li {
  color: #000000;
  background: rgba(24, 24, 24, 0.11);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  min-height: 320px;
  padding: 18px 21px;
  position: relative;
  width: calc(25% - 15px);
}
@media only screen and (max-width: 1024px) {
  #help .section-intro .sub-content ul.list-help > li {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  #help .section-intro .sub-content ul.list-help > li {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #help .section-intro .sub-content ul.list-help > li:nth-child(2n+1) {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  #help .section-intro .sub-content ul.list-help > li:nth-child(2n+1) {
    margin-right: 0 !important;
  }
}
#help .section-intro .sub-content ul.list-help > li:not(:nth-child(4n)) {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  #help .section-intro .sub-content ul.list-help > li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
#help .section-intro .sub-content ul.list-help > li .sub-link-overlay {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: background 0.3s ease;
}
#help .section-intro .sub-content ul.list-help > li:hover .sub-link-overlay {
  background: #D4312C;
}
#help .section-intro .sub-content ul.list-help > li:hover .sub-link {
  color: #ffffff;
  margin-left: 0px;
  opacity: 1;
  z-index: 99;
}
#help .section-intro .sub-content ul.list-help > li:hover .sub-title {
  color: #ffffff;
  z-index: 99;
}
#help .section-intro .sub-content ul.list-help > li .sub-title {
  color: #000000;
  font-size: 24px;
  line-height: 35px;
}
#help .section-intro .sub-content ul.list-help > li .sub-link {
  color: #000000;
  opacity: 0;
  margin-left: -15px;
  margin-top: auto;
  transition: margin 0.2s linear, opacity 0.3s ease;
}

#helpSub {
  padding-top: 118px;
}
@media only screen and (max-width: 1024px) {
  #helpSub {
    padding-top: 80px;
  }
}
#helpSub .back-btn {
  padding: 70px 0 40px;
}
@media only screen and (max-width: 1024px) {
  #helpSub .back-btn {
    padding: 30px 0;
  }
}
#helpSub .back-btn a {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2142857143rem;
}
#helpSub .back-btn a svg {
  transform: rotate(180deg);
  margin-right: 10px;
}
#helpSub .section-copy {
  background-color: #ffffff;
  padding: 0 0 50px;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #helpSub .section-copy {
    padding: 30px 0;
  }
}
#helpSub .section-copy.mod-pad {
  padding-bottom: 300px;
}
@media only screen and (max-width: 1024px) {
  #helpSub .section-copy.mod-pad {
    padding-bottom: 50px;
  }
}
#helpSub .section-copy .sub-main {
  padding-right: 150px;
}
@media only screen and (max-width: 1024px) {
  #helpSub .section-copy .sub-main {
    padding-right: 20px;
  }
}
#helpSub .section-copy .sub-main h1 {
  font-size: 4.8571428571rem;
  line-height: 90px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  #helpSub .section-copy .sub-main h1 {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
  }
}
#helpSub .section-copy .sub-main h2, #helpSub .section-copy .sub-main h3, #helpSub .section-copy .sub-main h4 {
  font-family: "Lato", Arial, Helvetica, Sans-serif;
  font-size: 1.7142857143rem;
  font-weight: 700;
  margin: 0 0 15px;
}
@media only screen and (max-width: 1024px) {
  #helpSub .section-copy .sub-main h2, #helpSub .section-copy .sub-main h3, #helpSub .section-copy .sub-main h4 {
    font-size: 1rem;
    line-height: 28px;
  }
}
#helpSub .section-copy .sub-main p {
  color: #000000;
  font-size: 1.2857142857rem;
  line-height: 30px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  #helpSub .section-copy .sub-main p {
    font-size: 1rem;
    line-height: 28px;
  }
}
#helpSub .section-copy .sub-main p strong {
  font-weight: 700;
}
#helpSub .section-copy .sub-main ul, #helpSub .section-copy .sub-main ol {
  margin-left: 30px;
}
#helpSub .section-copy .sub-main ul li, #helpSub .section-copy .sub-main ol li {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  margin: 0 0 5px;
}
#helpSub .section-large-form {
  background-color: #ffffff;
  padding-bottom: 200px;
  position: relative;
  z-index: 99;
}
#helpSub .section-large-form h3.sub-title {
  font-size: 2.0714285714rem;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #helpSub .section-large-form h3.sub-title {
    margin-bottom: 30px;
  }
}
#helpSub .section-large-form h3.sub-title.mod-small-margin {
  margin-bottom: 10px;
}
#helpSub .section-large-form h4 {
  margin-bottom: 0;
}
#helpSub .section-large-form form .sr-only {
  display: none;
}
#helpSub .section-large-form form .sub-errors {
  color: #737373;
  display: none;
  margin-bottom: 40px;
}
#helpSub .section-large-form form .sub-errors .sub-error {
  font-size: 1.1428571429rem;
  margin-bottom: 10px;
  position: relative;
}
#helpSub .section-large-form form .sub-errors ul li {
  color: #D4312C;
  margin-bottom: 3px;
}
#helpSub .section-large-form form .form-element {
  display: inline-block;
  margin: 0 0 25px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
  z-index: 1;
}
#helpSub .section-large-form form .form-element.error label {
  color: #D4312C;
}
#helpSub .section-large-form form .form-element.mod-filled label span {
  animation: input-fade 1s forwards;
}
#helpSub .section-large-form form .form-element.mod-filled label:after {
  transform: translate3d(0, -1px, 0);
}
#helpSub .section-large-form form .form-element.mod-checkbox {
  border-bottom: none !important;
}
#helpSub .section-large-form form .form-element.mod-checkbox label {
  display: block;
}
#helpSub .section-large-form form .form-element.mod-checkbox .sub-checkbox-parent .sub-checkbox-wrap .sub-checkbox {
  margin-bottom: 0;
}
#helpSub .section-large-form form .form-element.mod-checkbox + .sub-checkbox-parent {
  margin-bottom: 20px;
}
#helpSub .section-large-form form .form-element.mod-no-label {
  border-bottom: 1px solid #c8c8c8;
}
#helpSub .section-large-form form .form-element.mod-no-label label {
  color: #000000;
  font-size: 1.2142857143rem;
  position: relative;
}
#helpSub .section-large-form form .form-element.mod-no-label label p {
  font-size: 1rem;
  color: #979797;
  margin-top: 10px;
}
#helpSub .section-large-form form .form-element.mod-no-label label:before, #helpSub .section-large-form form .form-element.mod-no-label label:after {
  content: none;
}
#helpSub .section-large-form form .form-element.mod-no-label span {
  animation: none;
}
#helpSub .section-large-form form .form-element.mod-no-label:after {
  transform: none;
}
#helpSub .section-large-form form .form-element .file-upload {
  align-items: center;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  font-family: "Playfair Display", Arial, Helvetica, serif !important;
  font-size: 1.0714285714rem;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  max-width: 120px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#helpSub .section-large-form form .form-element .file-upload .upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#helpSub .section-large-form form .form-element .sub-attached-note {
  color: #1f7a3a;
  display: none;
  font-size: 1rem;
  font-weight: 500;
  margin: 8px 0 0;
}
#helpSub .section-large-form form .form-element .sub-attached-note:before {
  content: "✓ ";
}
#helpSub .section-large-form form .form-element .sub-attached-note.mod-visible {
  display: block;
}
#helpSub .section-large-form form .form-element .sub-attached-note .sub-filename {
  font-weight: 400;
  word-break: break-all;
}
#helpSub .section-large-form form .form-element #upload-file.mod-attached {
  color: #1f7a3a;
}
#helpSub .section-large-form form .form-element select {
  border-bottom: 1px solid #c8c8c8 !important;
}
#helpSub .section-large-form form .form-element input {
  height: 70px;
}
#helpSub .section-large-form form .form-element input, #helpSub .section-large-form form .form-element textarea, #helpSub .section-large-form form .form-element select {
  background: transparent;
  border: none;
  color: #000000;
  display: block;
  font-size: 1.2142857143rem;
  outline: none;
  padding: 27px 0 20px;
  position: relative;
  width: 100%;
}
#helpSub .section-large-form form .form-element input:-webkit-autofill, #helpSub .section-large-form form .form-element input:-webkit-autofill:hover, #helpSub .section-large-form form .form-element input:-webkit-autofill:focus, #helpSub .section-large-form form .form-element textarea:-webkit-autofill, #helpSub .section-large-form form .form-element textarea:-webkit-autofill:hover, #helpSub .section-large-form form .form-element textarea:-webkit-autofill:focus, #helpSub .section-large-form form .form-element select:-webkit-autofill, #helpSub .section-large-form form .form-element select:-webkit-autofill:hover, #helpSub .section-large-form form .form-element select:-webkit-autofill:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: #737373;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #helpSub .section-large-form form .form-element input, #helpSub .section-large-form form .form-element textarea, #helpSub .section-large-form form .form-element select {
    font-size: 1.1428571429rem;
  }
}
#helpSub .section-large-form form .form-element input:focus, #helpSub .section-large-form form .form-element textarea:focus, #helpSub .section-large-form form .form-element select:focus {
  border-color: #D4312C;
}
#helpSub .section-large-form form .form-element input:focus + label, #helpSub .section-large-form form .form-element textarea:focus + label, #helpSub .section-large-form form .form-element select:focus + label {
  color: #D4312C;
  font-size: 1.2142857143rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #helpSub .section-large-form form .form-element input:focus::-webkit-input-placeholder, #helpSub .section-large-form form .form-element textarea:focus::-webkit-input-placeholder, #helpSub .section-large-form form .form-element select:focus::-webkit-input-placeholder {
    color: #D4312C;
  }
  #helpSub .section-large-form form .form-element input:focus:-moz-placeholder, #helpSub .section-large-form form .form-element textarea:focus:-moz-placeholder, #helpSub .section-large-form form .form-element select:focus:-moz-placeholder {
    color: #D4312C;
  }
  #helpSub .section-large-form form .form-element input:focus::-moz-placeholder, #helpSub .section-large-form form .form-element textarea:focus::-moz-placeholder, #helpSub .section-large-form form .form-element select:focus::-moz-placeholder {
    color: #D4312C;
  }
  #helpSub .section-large-form form .form-element input:focus:-ms-input-placeholder, #helpSub .section-large-form form .form-element textarea:focus:-ms-input-placeholder, #helpSub .section-large-form form .form-element select:focus:-ms-input-placeholder {
    color: #D4312C;
  }
}
#helpSub .section-large-form form .form-element input::-webkit-input-placeholder, #helpSub .section-large-form form .form-element textarea::-webkit-input-placeholder, #helpSub .section-large-form form .form-element select::-webkit-input-placeholder {
  color: #737373;
}
#helpSub .section-large-form form .form-element input:-moz-placeholder, #helpSub .section-large-form form .form-element textarea:-moz-placeholder, #helpSub .section-large-form form .form-element select:-moz-placeholder {
  color: #737373;
}
#helpSub .section-large-form form .form-element input::-moz-placeholder, #helpSub .section-large-form form .form-element textarea::-moz-placeholder, #helpSub .section-large-form form .form-element select::-moz-placeholder {
  color: #737373;
}
#helpSub .section-large-form form .form-element input:-ms-input-placeholder, #helpSub .section-large-form form .form-element textarea:-ms-input-placeholder, #helpSub .section-large-form form .form-element select:-ms-input-placeholder {
  color: #737373;
}
@media only screen and (max-width: 768px) {
  #helpSub .section-large-form form .form-element input, #helpSub .section-large-form form .form-element textarea, #helpSub .section-large-form form .form-element select {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #helpSub .section-large-form form .form-element input, #helpSub .section-large-form form .form-element textarea, #helpSub .section-large-form form .form-element select {
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #helpSub .section-large-form form .form-element input::-webkit-input-placeholder, #helpSub .section-large-form form .form-element textarea::-webkit-input-placeholder, #helpSub .section-large-form form .form-element select::-webkit-input-placeholder {
    color: #737373;
  }
  #helpSub .section-large-form form .form-element input:-moz-placeholder, #helpSub .section-large-form form .form-element textarea:-moz-placeholder, #helpSub .section-large-form form .form-element select:-moz-placeholder {
    color: #737373;
  }
  #helpSub .section-large-form form .form-element input::-moz-placeholder, #helpSub .section-large-form form .form-element textarea::-moz-placeholder, #helpSub .section-large-form form .form-element select::-moz-placeholder {
    color: #737373;
  }
  #helpSub .section-large-form form .form-element input:-ms-input-placeholder, #helpSub .section-large-form form .form-element textarea:-ms-input-placeholder, #helpSub .section-large-form form .form-element select:-ms-input-placeholder {
    color: #737373;
  }
}
#helpSub .section-large-form form .form-element label {
  color: #000000;
  font-size: 1.2142857143rem;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  #helpSub .section-large-form form .form-element label {
    font-size: 1.1428571429rem;
  }
}
#helpSub .section-large-form form .form-element label:before {
  border-bottom: 1px solid #c8c8c8;
  content: "";
  height: calc(100% - 7px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#helpSub .section-large-form form .form-element label:after {
  border-bottom: 2px solid #D4312C;
  content: "";
  height: calc(100% - 7px);
  left: -1px;
  position: absolute;
  top: 0;
  transform: translate3d(-100%, -1px, 0);
  transition: all 1s ease;
  width: 100%;
}
#helpSub .section-large-form form .form-element label span {
  display: block;
}
@media only screen and (max-width: 1024px) {
  #helpSub .section-large-form form .form-element label span {
    margin-top: 3px;
  }
}
#helpSub .section-large-form form .form-element textarea {
  padding: 22px 0 4px;
}
#helpSub .section-large-form form .form-element-border {
  border-bottom: 1px solid #c8c8c8;
  height: 70px;
}
#helpSub .section-large-form form .sub-disclaimer {
  font-size: 1.1428571429rem;
  padding-right: 100px;
  margin-bottom: 60px;
}
#helpSub .section-large-form form .sub-checkbox-parent {
  align-items: center;
  display: flex;
}
#helpSub .section-large-form form .sub-checkbox-parent .sub-checkbox-wrap {
  align-items: center;
  display: flex;
  position: relative;
  margin: 0 0 30px;
}
#helpSub .section-large-form form .sub-checkbox-parent .sub-checkbox-wrap input {
  opacity: 0;
  width: 0;
}
#helpSub .section-large-form form .sub-checkbox-parent .sub-checkbox-wrap .sub-checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.2857142857rem;
  font-weight: 400;
  margin-left: -28px;
  margin-right: 50px;
  padding-left: 30px;
}
#helpSub .section-large-form form .sub-checkbox-parent .sub-checkbox-wrap:before {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  content: "";
  display: inline-block;
  height: 17px;
  margin-right: 9px;
  transition: background 0.3s ease;
  min-width: 17px;
}
#helpSub .section-large-form form .sub-checkbox-parent .sub-checkbox-wrap:after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
#helpSub .section-large-form form .sub-checkbox-parent .sub-checkbox-wrap.mod-checked:before {
  background: #D4312C;
}
#helpSub .section-large-form form .sub-checkbox-parent .sub-checkbox-wrap.mod-checked:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: block;
  height: 9px;
  left: 7px;
  opacity: 1;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  width: 4px;
}
#helpSub .section-large-form .sub-problem, #helpSub .section-large-form .sub-details {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  #helpSub .section-large-form .sub-problem, #helpSub .section-large-form .sub-details {
    flex-direction: column;
  }
}
#helpSub .section-large-form .sub-problem .sub-left, #helpSub .section-large-form .sub-problem .sub-right, #helpSub .section-large-form .sub-details .sub-left, #helpSub .section-large-form .sub-details .sub-right {
  flex: 1;
}
#helpSub .section-large-form .sub-problem .sub-left, #helpSub .section-large-form .sub-details .sub-left {
  margin-right: 100px;
}
@media only screen and (max-width: 1024px) {
  #helpSub .section-large-form .sub-problem .sub-left, #helpSub .section-large-form .sub-details .sub-left {
    margin-right: 0;
  }
}
#helpSub .section-large-form .sub-problem.mod-no-flex, #helpSub .section-large-form .sub-details.mod-no-flex {
  display: block;
}
#helpSub .section-large-form .sub-disclaimer {
  font-size: 1.1428571429rem;
  padding-right: 100px;
  margin-bottom: 60px;
}
#helpSub .section-large-form .sub-checkbox-parent {
  align-items: center;
  display: flex;
}
#helpSub .section-large-form .sub-checkbox-parent .sub-checkbox-wrap {
  align-items: center;
  display: flex;
  position: relative;
  margin: 0 0 30px;
}
#helpSub .section-large-form .sub-checkbox-parent .sub-checkbox-wrap input {
  opacity: 0;
  width: 0;
}
#helpSub .section-large-form .sub-checkbox-parent .sub-checkbox-wrap .sub-checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.2857142857rem;
  font-weight: 400;
  margin-left: -28px;
  margin-right: 50px;
  padding-left: 30px;
}
#helpSub .section-large-form .sub-checkbox-parent .sub-checkbox-wrap:before {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  content: "";
  display: inline-block;
  height: 17px;
  margin-right: 9px;
  transition: background 0.3s ease;
  min-width: 17px;
}
#helpSub .section-large-form .sub-checkbox-parent .sub-checkbox-wrap:after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
#helpSub .section-large-form .sub-checkbox-parent .sub-checkbox-wrap.mod-checked:before {
  background: #D4312C;
}
#helpSub .section-large-form .sub-checkbox-parent .sub-checkbox-wrap.mod-checked:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: block;
  height: 9px;
  left: 7px;
  opacity: 1;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  width: 4px;
}
#helpSub .section-large-form .btn.btn-primary {
  padding: 0 10px;
  line-height: normal;
  min-width: 166px;
  width: auto;
}
#helpSub .sub-thanks {
  display: none;
  text-align: center;
  max-width: 530px;
  margin: 50px auto 300px;
}
#helpSub .sub-thanks img {
  display: block;
  margin: 0 auto 50px;
  text-align: center;
}
#helpSub .sub-thanks h2, #helpSub .sub-thanks h3 {
  font-size: 3rem;
  display: block;
  margin: 0 0 10px;
}

#contact {
  /* COLOURS */
  /* FONTS */
  /* STRUCTURE */
  /* MOBILE STRUCTURE */
  /* MEDIA QUERY */
}
#contact .section-form .content .form-thanks, #contact .section-form .content, #contact .section-hero .content, #contact section .content {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #contact .section-form .content .form-thanks, #contact .section-form .content, #contact .section-hero .content, #contact section .content {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
#contact section {
  position: relative;
}
#contact section.section-full {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  #contact section.section-full {
    height: auto;
    padding: 30px 0;
    scroll-snap-align: none;
    scroll-snap-stop: unset;
  }
}
#contact section .floaty-image {
  height: 100vh;
  max-width: 480px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67vw;
}
@media only screen and (max-width: 1024px) {
  #contact section .floaty-image {
    display: none;
  }
}
#contact section .floaty-image.mod-left {
  right: auto;
  left: 0;
  width: 36vw;
}
#contact section .title {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #contact section .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
#contact section .title span {
  color: #979797;
  display: inline-block;
  font-size: 1.5714285714rem;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #contact section .title span {
    display: none;
  }
}
#contact section .subtitle {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  #contact section .subtitle {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
    width: 100%;
  }
}
#contact .section-hero > img, #contact .section-hero.mod-large > img, #contact section .floaty-image > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#contact .section-hero > img, #contact .section-hero.mod-large > img, #contact section .floaty-image > img {
  -o-object-fit: cover;
     object-fit: cover;
}
#contact .section-hero.mod-large {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#contact .section-form .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .section-hero, #contact section.section-full {
  display: flex;
  align-items: center;
}
#contact .section-hero.mod-large {
  display: flex;
  justify-content: flex-start;
}
#contact .section-hero {
  height: 293px;
  position: relative;
  margin-top: 118px;
}
@media only screen and (max-width: 1024px) {
  #contact .section-hero {
    height: 184px;
    margin-top: 80px;
  }
}
#contact .section-hero > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#contact .section-hero .content {
  position: relative;
  padding: 0 25px;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #contact .section-hero .content {
    padding: 0;
  }
}
#contact .section-hero .content h1, #contact .section-hero .content span {
  color: #ffffff;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 4.8571428571rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #contact .section-hero .content h1, #contact .section-hero .content span {
    font-size: 3rem;
  }
}
#contact .section-hero:before {
  background: rgba(0, 0, 0, 0.28);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
#contact .section-hero.mod-large {
  height: 100vh;
  margin-top: 0;
  padding-bottom: 150px;
  width: 100vw;
}
#contact .section-hero.mod-large > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#contact .section-hero.mod-large .content {
  padding: 0;
}
#contact .section-hero.mod-large .content header {
  border-bottom: 1px solid #ffffff;
  max-width: 933px;
}
#contact .section-hero.mod-large .content header h1, #contact .section-hero.mod-large .content header span {
  color: #ffffff;
  display: block;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 6.4285714286rem;
  line-height: 90px;
  margin-bottom: 30px;
  max-width: 980px;
}
@media only screen and (max-width: 1024px) {
  #contact .section-hero.mod-large .content header h1, #contact .section-hero.mod-large .content header span {
    font-size: 3rem;
    line-height: 50px;
  }
}
#contact .section-form {
  padding: 80px 0 90px;
}
@media only screen and (max-width: 1024px) {
  #contact .section-form {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  #contact .section-form .content {
    flex-direction: column;
  }
}
#contact .section-form .content header {
  margin-bottom: 50px;
}
#contact .section-form .content header h1.title {
  display: flex;
  font-size: 3rem;
  max-width: 500px;
  text-transform: none;
}
@media only screen and (max-width: 1024px) {
  #contact .section-form .content header h1.title {
    font-size: 2.5rem;
    line-height: 40px;
    margin-bottom: 30px;
    max-width: none;
  }
}
#contact .section-form .content .details {
  align-self: flex-start;
  margin-right: 170px;
}
@media only screen and (max-width: 1024px) {
  #contact .section-form .content .details {
    margin-right: 0;
  }
}
#contact .section-form .content .details .contact-details {
  padding-left: 3.7rem;
}
@media only screen and (max-width: 1024px) {
  #contact .section-form .content .details .contact-details {
    padding-left: 0;
  }
}
#contact .section-form .content .details .contact-details table {
  font-size: 1.2142857143rem;
}
@media only screen and (max-width: 1024px) {
  #contact .section-form .content .details .contact-details table {
    font-size: 1.0714285714rem;
  }
}
#contact .section-form .content .details .contact-details table th {
  color: #000000;
  padding-right: 10px;
  padding-right: 10px;
  text-align: left;
}
#contact .section-form .content .details .contact-details a {
  color: #737373;
}
#contact .section-form .content .details .contact-details a:hover {
  color: #D4312C;
}
#contact .section-form .content .form-right {
  margin-left: auto;
  max-width: 733px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #contact .section-form .content .form-right {
    margin-left: 0;
    margin-top: 80px;
  }
}
#contact .section-form .content #contactForm {
  position: relative;
}
#contact .section-form .content #contactForm.mod-hide {
  display: none;
}
#contact .section-form .content #contactForm h3 {
  color: #D4312C;
  font-size: 2.0714285714rem;
  font-weight: 700;
  line-height: 52px;
}
#contact .section-form .content #contactForm .loading {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: -1;
}
#contact .section-form .content #contactForm .loading.mod-show {
  opacity: 1;
  z-index: 9;
}
#contact .section-form .content #contactForm .loading img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#contact .section-form .content #contactForm p {
  font-size: 1.2142857143rem;
  line-height: 21px;
}
@media only screen and (max-width: 1024px) {
  #contact .section-form .content #contactForm p {
    font-size: 0.8571428571rem;
  }
}
#contact .section-form .content #contactForm p a {
  color: #737373;
  text-decoration: underline;
}
#contact .section-form .content #contactForm .btn {
  display: flex;
  margin-top: 30px;
}
#contact .section-form .content .form-thanks {
  display: none;
  padding: 50px 0 250px;
}
#contact .section-form .content .form-thanks.mod-show {
  display: block;
}
#contact .section-form .content .form-thanks h3 {
  font-size: 2.0714285714rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#page {
  /* COLOURS */
  /* FONTS */
  /* STRUCTURE */
  /* MOBILE STRUCTURE */
  /* MEDIA QUERY */
}
#page .section-content .sub-content, #page .section-hero .content, #page section .content {
  width: 90%;
  max-width: 1470px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #page .section-content .sub-content, #page .section-hero .content, #page section .content {
    width: 100%;
    max-width: calc(100% - 60px);
    margin: 0 auto;
  }
}
#page section {
  position: relative;
}
#page section.section-full {
  height: 100vh;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  #page section.section-full {
    height: auto;
    padding: 30px 0;
    scroll-snap-align: none;
    scroll-snap-stop: unset;
  }
}
#page section .floaty-image {
  height: 100vh;
  max-width: 480px;
  position: absolute;
  right: 0;
  top: 0;
  width: 67vw;
}
@media only screen and (max-width: 1024px) {
  #page section .floaty-image {
    display: none;
  }
}
#page section .floaty-image.mod-left {
  right: auto;
  left: 0;
  width: 36vw;
}
#page section .title {
  color: #000000;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 1.2857142857rem;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #page section .title {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
#page section .title span {
  color: #979797;
  display: inline-block;
  font-size: 1.5714285714rem;
  margin-right: 30px;
}
@media only screen and (max-width: 1024px) {
  #page section .title span {
    display: none;
  }
}
#page section .subtitle {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  #page section .subtitle {
    font-size: 2.5rem;
    line-height: 40px;
    max-width: 400px;
    width: 100%;
  }
}
#page .section-hero > img, #page .section-hero.mod-large > img, #page section .floaty-image > img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#page .section-hero > img, #page .section-hero.mod-large > img, #page section .floaty-image > img {
  -o-object-fit: cover;
     object-fit: cover;
}
#page .section-hero.mod-large {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#page .section-hero, #page section.section-full {
  display: flex;
  align-items: center;
}
#page .section-hero.mod-large {
  display: flex;
  justify-content: flex-start;
}
#page .section-hero {
  height: 293px;
  position: relative;
  margin-top: 118px;
}
@media only screen and (max-width: 1024px) {
  #page .section-hero {
    height: 184px;
    margin-top: 80px;
  }
}
#page .section-hero > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#page .section-hero .content {
  position: relative;
  padding: 0 25px;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #page .section-hero .content {
    padding: 0;
  }
}
#page .section-hero .content h1, #page .section-hero .content span {
  color: #ffffff;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 4.8571428571rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #page .section-hero .content h1, #page .section-hero .content span {
    font-size: 3rem;
  }
}
#page .section-hero:before {
  background: rgba(0, 0, 0, 0.28);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
#page .section-hero.mod-large {
  height: 100vh;
  margin-top: 0;
  padding-bottom: 150px;
  width: 100vw;
}
#page .section-hero.mod-large > img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
#page .section-hero.mod-large .content {
  padding: 0;
}
#page .section-hero.mod-large .content header {
  border-bottom: 1px solid #ffffff;
  max-width: 933px;
}
#page .section-hero.mod-large .content header h1, #page .section-hero.mod-large .content header span {
  color: #ffffff;
  display: block;
  font-family: "Playfair Display", Arial, Helvetica, serif;
  font-size: 6.4285714286rem;
  line-height: 90px;
  margin-bottom: 30px;
  max-width: 980px;
}
@media only screen and (max-width: 1024px) {
  #page .section-hero.mod-large .content header h1, #page .section-hero.mod-large .content header span {
    font-size: 3rem;
    line-height: 50px;
  }
}
#page .section-content {
  padding: 100px 0;
}
#landing .btn {
  display: flex;
  justify-content: center;
}
#landing section:not(.section-cookies) {
  background-color: #ffffff;
  position: relative;
  z-index: 9;
}
#landing section:not(.section-cookies) .sub-content .copy-wrap {
  max-width: 660px;
  width: 100%;
}
#landing section:not(.section-cookies) .sub-content .common-title {
  color: #D4312C;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  #landing section:not(.section-cookies) .sub-content .common-title {
    font-size: 2.0714285714rem;
    margin-bottom: 20px;
  }
}
#landing section:not(.section-cookies) .sub-content .strapline {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  #landing section:not(.section-cookies) .sub-content .strapline {
    font-size: 1.5714285714rem;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
#landing section:not(.section-cookies) .sub-content .main-copy p {
  color: #737373;
  font-size: 1.4285714286rem;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  #landing section:not(.section-cookies) .sub-content .main-copy p {
    font-size: 1.2857142857rem;
    line-height: 30px;
  }
}
#landing section:not(.section-cookies) .sub-content blockquote {
  margin-top: 40px;
}
#landing section:not(.section-cookies) .btn {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  display: flex;
  font-size: 1.2857142857rem;
  font-weight: 400;
  height: 44px;
  margin-top: 35px;
  max-width: 221px;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}
#landing .sub-fixed-form {
  display: flex;
  justify-content: flex-end;
  max-width: 467px;
  position: absolute;
  margin-right: 40px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  #landing .sub-fixed-form {
    display: block;
    padding: 30px 0 100px;
    position: static;
    transform: none;
  }
}
#landing .sub-fixed-form.mod-fixed {
  position: fixed;
  top: 370px;
}
@media only screen and (max-width: 1024px) {
  #landing .sub-fixed-form.mod-fixed {
    margin: 0 auto;
    max-width: 660px;
    padding: 50px 10px;
    position: static;
    width: 100%;
  }
}
#landing .sub-fixed-form form {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  max-width: 467px;
  min-height: 492px;
  padding: 30px 33px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #landing .sub-fixed-form form {
    box-shadow: none;
    max-width: none;
    min-height: auto;
    padding: 0;
  }
}
#landing .sub-fixed-form form h3 {
  color: #D4312C;
  font-size: 2.1428571429rem;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 15px;
}
#landing .sub-fixed-form form .sub-errors {
  margin-bottom: 0;
}
#landing .sub-fixed-form form .sub-errors ul li {
  margin-bottom: 0;
}
#landing .sub-fixed-form form .sub-errors .sub-error {
  margin-bottom: 5px;
  position: relative;
}
#landing .sub-fixed-form form .form-element {
  display: inline-block;
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
  z-index: 1;
}
#landing .sub-fixed-form form .form-element.error label {
  color: #D4312C;
}
#landing .sub-fixed-form form .form-element.mod-filled label span {
  animation: input-fade 1s forwards;
}
#landing .sub-fixed-form form .form-element.mod-filled label:after {
  transform: translate3d(0, -1px, 0);
}
#landing .sub-fixed-form form .form-element.mod-checkbox {
  border-bottom: none !important;
}
#landing .sub-fixed-form form .form-element.mod-checkbox label {
  display: block;
}
#landing .sub-fixed-form form .form-element.mod-checkbox .sub-checkbox-parent .sub-checkbox-wrap .sub-checkbox {
  margin-bottom: 0;
}
#landing .sub-fixed-form form .form-element.mod-checkbox + .sub-checkbox-parent {
  margin-bottom: 20px;
}
#landing .sub-fixed-form form .form-element.mod-no-label {
  border-bottom: 1px solid #c8c8c8;
}
#landing .sub-fixed-form form .form-element.mod-no-label label {
  font-size: 1.1428571429rem;
  position: relative;
}
#landing .sub-fixed-form form .form-element.mod-no-label label p {
  font-size: 1rem;
  font-weight: 400;
  color: #979797;
  margin-top: 10px;
}
#landing .sub-fixed-form form .form-element.mod-no-label label:before, #landing .sub-fixed-form form .form-element.mod-no-label label:after {
  content: none;
}
#landing .sub-fixed-form form .form-element.mod-no-label span {
  animation: none;
}
#landing .sub-fixed-form form .form-element.mod-no-label:after {
  transform: none;
}
#landing .sub-fixed-form form .form-element select {
  border-bottom: 1px solid #c8c8c8 !important;
  font-weight: 400;
}
#landing .sub-fixed-form form .form-element input, #landing .sub-fixed-form form .form-element textarea, #landing .sub-fixed-form form .form-element select {
  background: transparent;
  position: relative;
  display: block;
  border: none;
  height: 60px;
  padding-top: 17px;
  font-size: 1.2857142857rem;
  color: #737373;
  outline: none;
  width: 100%;
}
#landing .sub-fixed-form form .form-element input:-webkit-autofill, #landing .sub-fixed-form form .form-element input:-webkit-autofill:hover, #landing .sub-fixed-form form .form-element input:-webkit-autofill:focus, #landing .sub-fixed-form form .form-element textarea:-webkit-autofill, #landing .sub-fixed-form form .form-element textarea:-webkit-autofill:hover, #landing .sub-fixed-form form .form-element textarea:-webkit-autofill:focus, #landing .sub-fixed-form form .form-element select:-webkit-autofill, #landing .sub-fixed-form form .form-element select:-webkit-autofill:hover, #landing .sub-fixed-form form .form-element select:-webkit-autofill:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: #737373;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #landing .sub-fixed-form form .form-element input, #landing .sub-fixed-form form .form-element textarea, #landing .sub-fixed-form form .form-element select {
    font-size: 1.1428571429rem;
  }
}
#landing .sub-fixed-form form .form-element input:focus, #landing .sub-fixed-form form .form-element textarea:focus, #landing .sub-fixed-form form .form-element select:focus {
  border-color: #D4312C;
}
#landing .sub-fixed-form form .form-element input:focus + label, #landing .sub-fixed-form form .form-element textarea:focus + label, #landing .sub-fixed-form form .form-element select:focus + label {
  color: #D4312C;
  font-size: 1.2857142857rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #landing .sub-fixed-form form .form-element input:focus::-webkit-input-placeholder, #landing .sub-fixed-form form .form-element textarea:focus::-webkit-input-placeholder, #landing .sub-fixed-form form .form-element select:focus::-webkit-input-placeholder {
    color: #D4312C;
  }
  #landing .sub-fixed-form form .form-element input:focus:-moz-placeholder, #landing .sub-fixed-form form .form-element textarea:focus:-moz-placeholder, #landing .sub-fixed-form form .form-element select:focus:-moz-placeholder {
    color: #D4312C;
  }
  #landing .sub-fixed-form form .form-element input:focus::-moz-placeholder, #landing .sub-fixed-form form .form-element textarea:focus::-moz-placeholder, #landing .sub-fixed-form form .form-element select:focus::-moz-placeholder {
    color: #D4312C;
  }
  #landing .sub-fixed-form form .form-element input:focus:-ms-input-placeholder, #landing .sub-fixed-form form .form-element textarea:focus:-ms-input-placeholder, #landing .sub-fixed-form form .form-element select:focus:-ms-input-placeholder {
    color: #D4312C;
  }
}
#landing .sub-fixed-form form .form-element input::-webkit-input-placeholder, #landing .sub-fixed-form form .form-element textarea::-webkit-input-placeholder, #landing .sub-fixed-form form .form-element select::-webkit-input-placeholder {
  color: #737373;
  font-weight: 400;
}
#landing .sub-fixed-form form .form-element input:-moz-placeholder, #landing .sub-fixed-form form .form-element textarea:-moz-placeholder, #landing .sub-fixed-form form .form-element select:-moz-placeholder {
  color: #737373;
  font-weight: 400;
}
#landing .sub-fixed-form form .form-element input::-moz-placeholder, #landing .sub-fixed-form form .form-element textarea::-moz-placeholder, #landing .sub-fixed-form form .form-element select::-moz-placeholder {
  color: #737373;
  font-weight: 400;
}
#landing .sub-fixed-form form .form-element input:-ms-input-placeholder, #landing .sub-fixed-form form .form-element textarea:-ms-input-placeholder, #landing .sub-fixed-form form .form-element select:-ms-input-placeholder {
  color: #737373;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #landing .sub-fixed-form form .form-element input, #landing .sub-fixed-form form .form-element textarea, #landing .sub-fixed-form form .form-element select {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #landing .sub-fixed-form form .form-element input, #landing .sub-fixed-form form .form-element textarea, #landing .sub-fixed-form form .form-element select {
    padding: 25px 0px;
  }
}
@media only screen and (max-width: 768px) {
  #landing .sub-fixed-form form .form-element input::-webkit-input-placeholder, #landing .sub-fixed-form form .form-element textarea::-webkit-input-placeholder, #landing .sub-fixed-form form .form-element select::-webkit-input-placeholder {
    color: #737373;
  }
  #landing .sub-fixed-form form .form-element input:-moz-placeholder, #landing .sub-fixed-form form .form-element textarea:-moz-placeholder, #landing .sub-fixed-form form .form-element select:-moz-placeholder {
    color: #737373;
  }
  #landing .sub-fixed-form form .form-element input::-moz-placeholder, #landing .sub-fixed-form form .form-element textarea::-moz-placeholder, #landing .sub-fixed-form form .form-element select::-moz-placeholder {
    color: #737373;
  }
  #landing .sub-fixed-form form .form-element input:-ms-input-placeholder, #landing .sub-fixed-form form .form-element textarea:-ms-input-placeholder, #landing .sub-fixed-form form .form-element select:-ms-input-placeholder {
    color: #737373;
  }
}
#landing .sub-fixed-form form .form-element label {
  color: #404040;
  font-size: 1.1428571429rem;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  #landing .sub-fixed-form form .form-element label {
    font-size: 1.1428571429rem;
  }
}
#landing .sub-fixed-form form .form-element label:before {
  border-bottom: 1px solid #c8c8c8;
  content: "";
  height: calc(100% - 7px);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#landing .sub-fixed-form form .form-element label:after {
  border-bottom: 2px solid #D4312C;
  content: "";
  height: calc(100% - 7px);
  left: -1px;
  position: absolute;
  top: 0;
  transform: translate3d(-100%, -1px, 0);
  transition: all 1s ease;
  width: 100%;
}
#landing .sub-fixed-form form .form-element label span {
  color: #000000;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #landing .sub-fixed-form form .form-element label span {
    margin-top: 3px;
  }
}
#landing .sub-fixed-form form .form-element textarea {
  padding: 22px 0 4px;
}
#landing .sub-fixed-form form .thanks {
  display: none;
  padding: 40px;
}
#landing .sub-fixed-form form .thanks p {
  color: #000000;
  font-size: 1.5714285714rem;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: center;
}
#landing .sub-fixed-bar-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #landing .sub-fixed-bar-mobile {
    align-items: center;
    background: #ffffff;
    bottom: 0;
    box-shadow: 0px 8px 25px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    left: 0;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  #landing .sub-fixed-bar-mobile .btn {
    background-color: #D4312C;
    display: flex;
    font-size: 1.2857142857rem;
    font-weight: 400;
    height: 45px;
    max-width: 221px;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }
}
#landing .section-hero {
  align-items: center;
}
#landing .section-hero .sub-content .sub-copy {
  max-width: 660px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #landing .section-hero .sub-content .sub-copy {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  #landing .section-hero .sub-content .sub-copy h1 {
    font-size: 3.5714285714rem;
  }
}
#landing .section-hero .sub-content .sub-copy a.btn {
  background: transparent;
  max-width: 166px;
  font-size: 1.2857142857rem;
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-hero .sub-content .sub-copy a.btn {
    margin: 40px auto 0;
  }
}
#landing .section-first-copy {
  padding: 70px 0 60px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-first-copy {
    padding: 30px 0;
  }
}
#landing .section-first-copy .sub-content .copy-wrap .copy p {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 41px;
}
#landing .section-logos {
  padding: 70px 0 100px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-logos {
    display: none;
  }
}
#landing .section-logos .sub-content .sub-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #landing .section-logos .sub-content .sub-logos {
    display: none;
  }
}
#landing .section-logos .sub-content .sub-logos > li {
  flex: 1;
}
#landing .section-logos .sub-content .sub-logos.mod-two-row {
  justify-content: center;
}
#landing .section-logos .sub-content .sub-logos.mod-two-row > li {
  flex: auto;
  margin-bottom: 20px;
  text-align: left;
  width: 25%;
}
#landing .section-logos .sub-content .sub-logos img {
  margin-right: 33px;
}
#landing .section-logos .sub-content .sub-logos img:last-of-type {
  margin-right: 0;
}
#landing .section-what-we-do {
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-what-we-do {
    padding: 30px 0;
  }
}
#landing .section-what-we-do .sub-content ul.list-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#landing .section-what-we-do .sub-content ul.list-boxes > li {
  margin-bottom: 80px;
  margin-right: 55px;
  width: calc(50% - 28px);
}
@media only screen and (max-width: 1024px) {
  #landing .section-what-we-do .sub-content ul.list-boxes > li {
    margin-bottom: 40px;
    margin-right: 15px;
    width: calc(50% - 8px);
  }
}
#landing .section-what-we-do .sub-content ul.list-boxes > li:nth-child(2n) {
  margin-right: 0;
}
#landing .section-what-we-do .sub-content ul.list-boxes > li .icon {
  margin-bottom: 5px;
  min-height: 55px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-what-we-do .sub-content ul.list-boxes > li .icon {
    margin-bottom: 20px;
    max-height: 50px;
    min-height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  #landing .section-what-we-do .sub-content ul.list-boxes > li .icon img {
    max-width: 50px;
  }
}
#landing .section-what-we-do .sub-content ul.list-boxes > li h4 {
  color: #404040;
  font-size: 1.9285714286rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-what-we-do .sub-content ul.list-boxes > li h4 {
    font-size: 2.5rem;
  }
}
#landing .section-what-we-do .sub-content ul.list-boxes > li .copy {
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-what-we-do .sub-content ul.list-boxes > li .copy {
    padding-right: 0;
  }
}
#landing .section-what-we-do .sub-content ul.list-boxes > li .copy p {
  font-size: 1.2142857143rem;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-what-we-do .sub-content ul.list-boxes > li .copy p {
    font-size: 1.1428571429rem;
    line-height: 22px;
  }
}
#landing .section-what-we-do .sub-content ul.list-boxes > li .copy p:only-child, #landing .section-what-we-do .sub-content ul.list-boxes > li .copy p:last-child {
  margin-bottom: 0;
}
#landing .section-what-we-do .sub-content .main-copy p {
  font-size: 1.2142857143rem !important;
  line-height: 24px !important;
}
#landing .section-secondary-content {
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  #landing .section-secondary-content {
    padding: 30px 0;
  }
}
#landing .section-secondary-content .sub-content .common-title {
  color: #000000 !important;
  font-size: 1.2857142857rem !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
#landing .section-secondary-content .sub-content .strapline {
  color: #D4312C !important;
}
#landing .section-secondary-content .sub-content .main-copy p {
  font-size: 1.2142857143rem !important;
}
#landing .section-secondary-content .sub-content .main-copy .btn {
  border-color: #000000;
  color: #000000;
  font-size: 1.0714285714rem;
  max-width: 166px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-experience {
    padding: 30px 0;
  }
}
#landing .section-experience .sub-places-wrap {
  position: relative;
  z-index: 500;
}
#landing .section-experience .list-places {
  display: block;
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-experience .list-places {
    margin-top: 20px;
  }
  #landing .section-experience .list-places .slick-list {
    clip-path: inset(0px -100vw 0px 0px);
    padding: 0px 55px 0px 0px;
    position: relative;
  }
  #landing .section-experience .list-places .slick-track {
    display: flex;
  }
  #landing .section-experience .list-places .slick-slide {
    margin-left: 15px;
    opacity: 0.2;
    transition: opacity 0.3s ease 0s;
  }
  #landing .section-experience .list-places .slick-slide.slick-active {
    opacity: 1;
  }
}
#landing .section-experience .list-places li {
  display: inline-block;
}
#landing .section-experience .list-places li .sub-overlay {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #landing .section-experience .list-places li .sub-overlay {
    min-height: 237px;
  }
}
#landing .section-awards {
  padding: 30px 0 100px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-awards {
    padding: 30px 0;
  }
}
#landing .section-awards .sub-content .common-title {
  color: #000000 !important;
  font-size: 1.2857142857rem !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
#landing .section-awards .sub-content .strapline {
  color: #D4312C !important;
  margin-bottom: 20px !important;
}
#landing .section-awards .sub-content .main-copy p {
  font-size: 1.4285714286rem !important;
}
#landing .section-awards .sub-content .main-copy .btn {
  border-color: #000000;
  color: #000000;
  font-size: 1.0714285714rem;
  max-width: 166px;
}
#landing .section-testimonials {
  align-items: center;
  display: flex;
  height: 728px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  #landing .section-testimonials {
    height: auto;
    padding: 50px 0;
  }
}
#landing .section-testimonials:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.36) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#landing .section-testimonials .sub-content {
  position: relative;
  z-index: 9;
}
#landing .section-testimonials .sub-content h4 {
  color: #D4312C;
  font-size: 2.7142857143rem;
  font-weight: 400;
  margin-bottom: 20px;
}
#landing .section-testimonials .sub-content ul.list-testimonials {
  max-width: 660px;
  margin: 0;
  padding: 0;
}
#landing .section-testimonials .sub-content ul.list-testimonials li {
  margin: 0;
  padding: 0;
}
#landing .section-testimonials .sub-content ul.list-testimonials li p {
  color: #ffffff;
  font-size: 2.7142857143rem;
  font-weight: 400;
  line-height: 52px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-testimonials .sub-content ul.list-testimonials li p {
    font-size: 2.5rem;
  }
}
#landing .section-testimonials .sub-content ul.list-testimonials li p:only-child, #landing .section-testimonials .sub-content ul.list-testimonials li p:last-child {
  margin-bottom: 0;
}
#landing .section-testimonials .sub-content ul.list-testimonials li span {
  color: #ffffff;
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  #landing .section-testimonials .sub-content ul.list-testimonials li span {
    font-size: 1.2857142857rem;
  }
}
#landing .section-testimonials .sub-content ul.list-testimonials li span .seperator {
  display: inline-block;
  font-style: normal;
  margin: 0 20px;
}
#landing .section-testimonials .sub-content ul.slick-dots {
  margin-top: 70px;
}
#landing .section-testimonials .sub-content ul.slick-dots > li button {
  height: 10px;
  margin-right: 13px;
  transition: all 0.1s ease;
  width: 10px;
}
#landing .section-testimonials .sub-content ul.slick-dots > li.slick-active button {
  height: 13px;
  width: 13px;
}

#news .section-list {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  #news .section-list {
    padding: 60px 0;
  }
}
#news .section-list h1 {
  margin: 0 0 60px;
  font-size: 3rem;
  color: #737373;
}
@media only screen and (max-width: 768px) {
  #news .section-list h1 {
    margin: 0 0 40px;
    font-size: 2.0714285714rem;
  }
}
#news .section-list {
  background: rgba(249, 249, 249, 0.2);
}

#news-post .section-hero {
  padding: 55px 0;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero {
    padding: 35px 0;
  }
}
#news-post .section-hero .wrap-hero {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero .wrap-hero {
    flex-wrap: wrap;
  }
}
#news-post .section-hero .wrap-hero .sub-copy {
  max-width: 430px;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero .wrap-hero .sub-copy {
    width: 100%;
  }
}
#news-post .section-hero .wrap-hero .sub-copy h3 {
  color: #737373;
  font-size: 1rem;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero .wrap-hero .sub-copy h3 {
    display: none;
  }
}
#news-post .section-hero .wrap-hero .sub-copy h1 {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero .wrap-hero .sub-copy h1 {
    font-size: 2.0714285714rem;
  }
}
#news-post .section-hero .wrap-hero .sub-copy p {
  font-size: 1.2857142857rem;
  line-height: 2;
  margin: 0;
}
#news-post .section-hero .wrap-hero .sub-copy .sub-social {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero .wrap-hero .sub-copy .sub-social {
    position: relative;
    padding: 30px 0;
  }
}
#news-post .section-hero .wrap-hero .sub-copy .sub-social .sub-date-mob {
  display: none;
}
#news-post .section-hero .wrap-hero .sub-copy .sub-social .sub-date-mob h5 {
  margin: 0 20px 0 0;
  font-size: 1.1428571429rem;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero .wrap-hero .sub-copy .sub-social .sub-date-mob {
    display: inline-block;
  }
}
#news-post .section-hero .wrap-hero .sub-copy .sub-social ul.list-social {
  width: 25px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero .wrap-hero .sub-copy .sub-social ul.list-social {
    padding: 20px 0 0;
  }
}
#news-post .section-hero .wrap-hero .sub-copy .sub-social ul.list-social:hover, #news-post .section-hero .wrap-hero .sub-copy .sub-social ul.list-social:focus {
  width: 100%;
}
#news-post .section-hero .wrap-hero .sub-copy .sub-social ul.list-social li {
  margin: 0 22px 0 0;
  padding: 0;
  display: inline-block;
}
#news-post .section-hero .wrap-hero .sub-copy .sub-social ul.list-social li .svg-icon {
  transition: color 0.2s ease;
  color: #d8d8d8;
}
#news-post .section-hero .wrap-hero .sub-copy .sub-social ul.list-social li .svg-icon:hover {
  color: #D4312C;
}
#news-post .section-hero .wrap-hero .sub-image {
  height: 320px;
  width: 550px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero .wrap-hero .sub-image {
    width: 100%;
    height: 208px;
    margin: 0;
  }
}
#news-post .section-hero .wrap-hero .sub-image ul.list-image {
  height: 320px;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero .wrap-hero .sub-image ul.list-image {
    height: 208px;
  }
}
#news-post .section-hero .wrap-hero .sub-image ul.list-image li.item-image {
  margin: 0;
  height: 320px;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero .wrap-hero .sub-image ul.list-image li.item-image {
    height: 208px;
  }
}
#news-post .section-hero .wrap-hero .sub-image ul.list-image li.item-image .sub-background {
  height: 320px;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #news-post .section-hero .wrap-hero .sub-image ul.list-image li.item-image .sub-background {
    height: 208px;
  }
}
#news-post .section-post {
  padding: 0 0 70px;
}
@media only screen and (max-width: 768px) {
  #news-post .section-post {
    padding: 10px 0 70px;
  }
}
#news-post .section-post .sub-content .sub-copy {
  max-width: 785px;
}
#news-post .section-post .sub-content .sub-copy p {
  font-size: 1.1428571429rem;
  line-height: 2;
}
#news-post .section-related.post-page {
  padding: 60px 0;
  background-color: rgba(249, 249, 249, 0.2);
}
@media only screen and (max-width: 768px) {
  #news-post .section-related.post-page {
    padding: 60px 0 80px;
  }
}
#news-post .section-related.post-page h2 {
  margin: 0 0 55px;
  font-size: 1.5714285714rem;
}
@media only screen and (max-width: 768px) {
  #news-post .section-related.post-page h2 {
    margin: 0 0 40px;
  }
}

ul.list-posts {
  display: inline-flex;
  justify-content: space-between;
  flex-flow: row wrap;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  ul.list-posts {
    flex-flow: column;
  }
}
ul.list-posts li {
  width: calc(50% - 25px);
  margin: 0 0 50px;
  background: #ffffff;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
@media only screen and (max-width: 768px) {
  ul.list-posts li {
    width: 100%;
    margin: 0 0 25px;
  }
}
ul.list-posts li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
ul.list-posts li img {
  width: 100%;
  height: auto;
  display: block;
}
ul.list-posts li:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
ul.list-posts li:hover .sub-detail h3 {
  color: #D4312C;
}
ul.list-posts li .sub-detail {
  padding: 45px 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  ul.list-posts li .sub-detail {
    padding: 35px 20px;
  }
}
ul.list-posts li .sub-detail .sub-category {
  display: block;
  margin: 25px 0 15px 0;
  font-weight: 700;
  color: #2D2A25;
  text-transform: uppercase;
}
ul.list-posts li .sub-detail h3 {
  font-size: 2.0714285714rem;
  margin: 0 0 20px;
  color: #D4312C;
  transition: color 0.2s ease;
}
@media only screen and (max-width: 768px) {
  ul.list-posts li .sub-detail h3 {
    font-size: 2.5rem;
  }
}
ul.list-posts li .sub-detail .sub-copy {
  width: 95%;
  max-width: 360px;
  line-height: 2;
  font-size: 1.1428571429rem;
  margin: 0 0 35px;
}
ul.list-posts li .sub-detail .sub-date {
  color: #737373;
  font-size: 0.7142857143rem;
}
@media only screen and (max-width: 768px) {
  ul.list-posts li .sub-detail .sub-date {
    display: inline-block;
    float: right;
  }
}

#holding-page {
  background: #F2F2F2;
  position: relative;
  height: 100%;
}
#holding-page .section-content {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 640px;
  text-align: center;
  padding: 45px 0 55px;
  background: #ffffff;
  transform: translateY(50%);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  #holding-page .section-content {
    transform: translateY(30%);
    padding: 40px 0 35px;
  }
}
#holding-page .section-content h1 {
  margin: 0;
  height: 0;
  position: absolute;
  text-indent: -9999px;
}
#holding-page .section-content h2 {
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0 0 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  #holding-page .section-content h2 span {
    display: block;
  }
}
#holding-page .section-content .sub-logo {
  margin: 0 0 40px;
}
#holding-page .section-content ul.list-info {
  font-size: 0;
}
#holding-page .section-content ul.list-info li {
  display: inline-block;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #holding-page .section-content ul.list-info li {
    display: block;
  }
}
#holding-page .section-content ul.list-info li a {
  font-size: 1.1428571429rem;
}
#holding-page .section-content ul.list-info li .svg-icon {
  margin: 0 8px 0 0;
}
#holding-page .section-content ul.list-info li:first-child {
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 768px) {
  #holding-page .section-content ul.list-info li:first-child {
    margin: 0 0 20px;
  }
}

#sitemap .cont-background {
  display: block;
}
#sitemap .section-site-map {
  padding: 60px 0;
}
#sitemap .section-site-map h1 {
  margin: 0 0 40px 0;
  text-align: center;
  text-transform: uppercase;
}
#sitemap .section-site-map h2 {
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  font-size: 1.1428571429rem;
}
#sitemap .section-site-map ol,
#sitemap .section-site-map ul {
  margin: 0;
  padding: 0;
}
#sitemap .section-site-map ol li,
#sitemap .section-site-map ul li {
  margin: 0 0 3px 18px;
  padding: 0;
}

#error .section-404, #not_found .section-404 {
  padding: 250px 0 300px;
}
@media only screen and (max-width: 1024px) {
  #error .section-404, #not_found .section-404 {
    padding: 50px 0 150px;
  }
}
#error .section-404 .wrap-content h1, #not_found .section-404 .wrap-content h1 {
  color: #D4312C;
  font-size: 10rem;
  font-weight: 700;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  #error .section-404 .wrap-content h1, #not_found .section-404 .wrap-content h1 {
    font-size: 6.4285714286rem;
  }
}
#error .section-404 .wrap-content h2, #not_found .section-404 .wrap-content h2 {
  font-size: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  #error .section-404 .wrap-content h2, #not_found .section-404 .wrap-content h2 {
    font-size: 2.0714285714rem;
  }
}
#error .section-404 .wrap-content p, #not_found .section-404 .wrap-content p {
  font-size: 2.5rem;
  max-width: 60%;
}
@media only screen and (max-width: 1024px) {
  #error .section-404 .wrap-content p, #not_found .section-404 .wrap-content p {
    font-size: 1.2857142857rem;
  }
}

[data-aos].aos-animate {
  opacity: 1;
  transform: none;
}