/* compiled by scssphp 1.6.0 on Fri, 08 May 2026 00:07:49 +0000 (0.0418s) */

@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap";
h1::after, h1.content-title::after, body > header .phone::before, .site-footer .columns::before, form:where(:not(.custom-form)) .file-picker .upload-button:after, .ui-accordion .ui-accordion-header .ui-accordion-header-icon::before, .ui-accordion .ui-accordion-header .ui-accordion-header-icon::after, .open-sub:before, .open-sub:after, html.Front-Page .slideshow .slide .background-image:before, .case-study-content-list h3::before, .service-content-list h3::before, .Front-Page .content-wrapper.content-section-3.services.services li a::before {
  content: '';
  display: block;
  position: absolute;
}
body {
  color: #000;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin: 0 0 0.5em;
  color: inherit;
  font-family: Raleway, sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.2s;
}
h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child {
  margin-bottom: 0;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  display: block;
}
h1 span:not(:only-child):first-child, h2 span:not(:only-child):first-child, h3 span:not(:only-child):first-child, h4 span:not(:only-child):first-child, h5 span:not(:only-child):first-child, h6 span:not(:only-child):first-child {
  margin-bottom: 0.5rem;
  font-size: 17px;
  font-weight: normal;
}
h1, h1.content-title {
  position: relative;
  padding-bottom: 25px;
  font-size: 2rem;
  /*
	+ ol, + p, + ul,
	{
		font-size: rem(21px);
		margin-bottom: 2rem;
	}
	*/
}
@media (min-width: 1280px) {
  h1, h1.content-title {
    font-size: 3.5rem;
  }
}
h1::after, h1.content-title::after {
  bottom: 0;
  left: 0;
  width: 100px;
  border-top: 2px solid #bf2838;
}
h2 {
  font-size: 1.6875rem;
}
h2.content-title {
  font-size: 2rem;
}
@media (min-width: 1280px) {
  h2 {
    font-size: 2.25rem;
  }
  h2.content-title {
    font-size: 2.875rem;
  }
}
h2 span:not(:only-child):first-child {
  margin-bottom: 0.75rem;
}
h3 {
  font-size: 1.25rem;
}
@media (min-width: 1280px) {
  h3 {
    font-size: 1.6875rem;
  }
}
p, ul, ol {
  margin-top: 0;
}
p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}
a {
  color: #bf2838;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
a img {
  border: none;
}
.site-footer {
  font-size: 1.125rem;
}
.site-footer h2 {
  font-size: 1.6875rem;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  color: inherit;
}
input, textarea, button {
  transition: all 0.2s;
}
input:disabled, textarea:disabled, button:disabled {
  opacity: 0.5;
}
/*** globally relevant styles ***/
.button, .main-navigation > ul > li.button-wrapper > a {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-top: 0.5rem;
  max-width: 100%;
  min-height: 50px;
  min-width: 222px;
  padding: 0.5rem 1rem;
  background: #bf2838;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
}
@media (min-width: 555px) {
  .button, .main-navigation > ul > li.button-wrapper > a {
    margin-top: 0;
  }
}
.button:hover, .main-navigation > ul > li.button-wrapper > a:hover, .button:focus, .main-navigation > ul > li.button-wrapper > a:focus, .button:active, .main-navigation > ul > li.button-wrapper > a:active {
  color: #fff;
  background: #000;
  text-decoration: none;
}
/** These styles can be added to images and media through TinyMCE */
.float-left, .float-right {
  display: block;
  margin: 10px auto;
}
@media (min-width: 640px) {
  .float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
.centre-block {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.centre-block img, .centre-block iframe, .centre-block video {
  display: inline-block;
}
/** End TinyMCE image/media styles */
.site-change-form {
  display: flex;
  align-items: center;
}
.site-change-form label {
  display: flex;
  align-items: center;
}
.site-change-form select {
  border: none;
  border-radius: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: 20px;
  background: none;
}
.site-change-form select:focus {
  background: #fff;
  color: #000;
}
.site-change-form .button, .site-change-form .main-navigation > ul > li.button-wrapper > a {
  min-height: 0;
  min-width: 0;
  padding: 2px 4px;
}
html.javascript .site-change-form .button, html.javascript .site-change-form .main-navigation > ul > li.button-wrapper > a {
  display: none;
}
.map {
  min-height: 400px;
  width: 100%;
}
.message {
  border: 4px solid #bf2838;
  padding: 1rem;
  background: rgba(191, 40, 56, 0.25);
  color: #fd1a00;
}
.message:empty {
  display: none;
}
.pagination {
  text-align: center;
}
.pagination > * {
  display: inline-block;
  border-left: 1px solid #212121;
  padding: 0 10px;
  pause-after: medium;
}
.pagination > *:first-child {
  border-left: none;
}
.pagination .current {
  font-weight: bold;
}
.activator {
  position: relative;
  display: block;
  padding: 10px 40px 10px 15px;
  margin-bottom: 2px;
  background: #42454b;
  font-size: 1.3125rem;
  font-family: Raleway, sans-serif;
  color: #000;
}
.activator:before, .activator:after {
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #000;
  transition: transform 0.2s;
}
.activator:after {
  transform: rotate(90deg);
}
.activator.open {
  background: #bf2838;
  color: #fff;
}
.activator.open:before, .activator.open:after {
  background: #fff;
}
.activator.open:after {
  transform: rotate(0deg);
}
.fader {
  padding: 15px;
}
.tab-nav {
  margin-bottom: 15px;
}
.tab-nav a {
  display: inline-block;
  padding: 15px;
  margin-right: 5px;
  background: #e8e6e6;
}
.tab-nav a.active {
  border-bottom: 3px solid #bf2838;
}
.tab:not(.active) {
  display: none;
}
.mobile-hide {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-hide {
    display: block;
  }
}
html, details > * {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
canvas, embed, iframe, img, object, video {
  box-sizing: content-box;
}
/*** element styles ***/
html, body {
  scroll-behavior: smooth;
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background: #fff;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  object-fit: scale-down;
  object-position: top left;
  max-width: 100%;
}
/*** section styles ***/
.columns {
  --horizontal-spacing: 20px;
  --vertical-spacing: 20px;
  --column-width: 100%;
  position: relative;
  margin-bottom: calc(-1 * var(--vertical-spacing));
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.columns:before, .columns:after {
  display: none;
}
.columns > [class*="col-"] {
  margin-bottom: var(--vertical-spacing);
  margin-left: var(--horizontal-spacing);
  width: var(--column-width);
}
@media (min-width: 1024px) {
  .col-2 {
    --horizontal-spacing: 40px;
    --column-width: calc(50% - var(--horizontal-spacing));
  }
}
@media (min-width: 1280px) {
  .col-2 {
    --horizontal-spacing: 120px;
  }
}
.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
}
:root {
  --top-bar-height: 2.5rem;
  --diagonal-height: calc(99vw * 146 / 1900);
}
body > header {
  position: fixed;
  top: calc(-1 * var(--top-bar-height));
  left: 0;
  right: 0;
  z-index: 10;
  border-top: 0 solid #42454b;
  border-top-width: var(--top-bar-height);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 1rem 0 rgba(33, 33, 33, 0.5);
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  body > header {
    --top-bar-height: 3.875rem;
  }
}
html.at-top body > header {
  top: 0;
}
body > header .site-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  max-width: 1690px;
  padding: 0 20px;
}
body > header .logo {
  display: block;
  width: fit-content;
}
body > header .logo img {
  display: block;
  max-height: 40px;
  padding: 14px 0;
  width: auto;
  transition: all 0.2s;
}
html.at-top body > header .logo img {
  max-height: 60px;
}
@media (min-width: 1024px) {
  html.at-top body > header .logo img {
    max-height: 79px;
    padding: 16px 0 24px;
  }
}
body > header .super-header {
  position: absolute;
  right: 20px;
  top: calc(-1 * var(--top-bar-height));
  display: grid;
  align-items: center;
  gap: 10px;
  grid-auto-flow: column;
  justify-content: end;
  min-height: var(--top-bar-height);
  width: calc(100% - 40px);
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}
@media (min-width: 640px) {
  body > header .super-header {
    gap: 40px;
  }
}
body > header .super-header p {
  margin: 0;
  max-width: 100%;
}
body > header .super-header a {
  color: inherit;
}
body > header .contacts-text {
  display: none;
}
@media (min-width: 1024px) {
  body > header .contacts-text {
    display: inline-block;
  }
}
body > header .phone-wrapper {
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
  white-space: pre;
}
@media (min-width: 350px) {
  body > header .phone-wrapper {
    text-overflow: ellipsis;
  }
}
body > header .phone {
  position: relative;
  text-indent: -9999px;
  padding-left: 3ch;
}
@media (min-width: 350px) {
  body > header .phone {
    text-indent: 0;
  }
}
body > header .phone::before {
  top: 0;
  left: 0;
  bottom: 0;
  background: transparent url('images/icons/phone.png') center no-repeat;
  width: 3ch;
  margin-top: -2px;
}
body > header .phone:hover::before, body > header .phone:focus::before, body > header .phone:active::before {
  animation: spin 0.4s;
}
@keyframes spin {
  0% {
    transform: rotateZ(-45deg) rotateY(0deg) rotateZ(45deg);
  }
  100% {
    transform: rotateZ(45deg) rotateY(360deg) rotateZ(-45deg);
  }
}
body > header .client-login-link {
  padding-left: 30px;
  background: transparent url('images/icons/user.png') left center no-repeat;
}
main {
  display: block;
  z-index: 5;
  flex-grow: 1;
  padding-top: var(--top-bar-height);
  transition: all 0.2s;
}
.content-wrapper {
  position: relative;
  display: flow-root;
  padding: 80px 0 60px;
  transition: padding 0.2s;
}
@media (min-width: 1280px) {
  .content-wrapper {
    padding: 120px 0 20px;
  }
  .content-wrapper:last-child {
    padding-bottom: 80px;
  }
}
.container.content-wrapper:not(.pull-up) {
  padding-bottom: 50px;
}
.slideshow + .content-wrapper {
  padding: 40px 0 60px;
}
@media (min-width: 1280px) {
  .slideshow + .content-wrapper {
    padding: 80px 0 20px;
  }
}
.content-wrapper:not(:first-child):not(.slideshow + .content-wrapper) {
  background: linear-gradient(to bottom, #e8e6e6 0%, #e8e6e6 20%, #fff 100%);
  padding-top: 40px;
}
@media (min-width: 1280px) {
  .content-wrapper:not(:first-child):not(.slideshow + .content-wrapper) {
    padding-top: 60px;
  }
}
.content-wrapper:not(:first-child):not(.slideshow + .content-wrapper):last-child {
  background: #e8e6e6;
}
.content {
  display: flex;
  flex-flow: column;
}
@media (min-width: 1024px) {
  .content {
    display: flow-root;
  }
}
.content-image, .content-gallery, .content-video {
  order: 2;
  align-self: center;
  transition: all 0.2s;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .content-image, .content-gallery, .content-video {
    float: right;
    margin: 0.75rem 0 20px 40px;
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 1024px) {
  .content-video {
    margin: -40px 0 0 40px;
  }
}
.module-content {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 1280px) {
  .content-section-2 .columns {
    flex-flow: row;
  }
}
@media (min-width: 1024px) {
  .content-section-2 .columns .content-list-adjacent, .content-section-2 .columns .content-list-wrapper {
    --horizontal-spacing: 40px;
  }
}
@media (min-width: 1600px) {
  .content-section-2 .columns .content-list-adjacent, .content-section-2 .columns .content-list-wrapper {
    --horizontal-spacing: 120px;
  }
}
.content-section-2 .columns .content-list-adjacent {
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .content-section-2 .columns .content-list-adjacent {
    width: calc(100% - 690px - var(--horizontal-spacing));
    margin-right: var(--horizontal-spacing);
    margin-bottom: 0;
  }
}
.content-section-2 .columns .content-list-wrapper {
  max-width: 100%;
  width: 690px;
  flex-shrink: 0;
}
.content-section-2 .columns .content-list-wrapper h2 {
  margin-bottom: 0.75em;
}
.content-list {
  display: grid;
  gap: 1px;
}
@media (min-width: 640px) {
  .content-list {
    grid-template-columns: 1fr 1fr;
  }
}
.content-list .content-list-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  text-align: center;
  transition: all 0.2s;
}
@media (min-width: 1280px) {
  .content-list .content-list-item {
    padding: 50px 40px;
  }
}
.content-list .content-list-item h3 {
  font-size: 1.5rem;
}
.content-list .content-list-item > img, .content-list .content-list-item > .image {
  order: -1;
  margin-bottom: 2rem;
}
@media (min-width: 1280px) {
  .content-list .page-list-item {
    padding: 40px 40px;
  }
}
.content-list .page-list-item h3, .content-list .page-list-item p {
  transition: none;
}
html.javascript .content-list .page-list-item:not(.active) p {
  height: 0;
  overflow: hidden;
}
html.javascript .content-list .page-list-item.active {
  background: #bf2838;
  color: #fff;
}
html.javascript .content-list .page-list-item.active > img, html.javascript .content-list .page-list-item.active > .image {
  display: none;
}
html.javascript .content-list .page-list-item.active p {
  height: auto;
}
@media (min-width: 1024px) {
  .contains-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .contains-sidebar:before, .contains-sidebar:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sidebar {
    margin-right: 2.5rem;
    width: 16.875rem;
  }
}
.has-sidebar {
  margin-top: 30px;
}
footer[role="banner"] {
  z-index: 6;
  padding-bottom: 110px;
  background: #212121 url('images/footer-background.png') center bottom no-repeat;
  color: #fff;
}
@media (min-width: 1280px) {
  footer[role="banner"] {
    padding-bottom: 130px;
  }
}
.contact-area {
  position: relative;
  text-align: center;
}
.contact-area .background {
  position: absolute;
  top: 420px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 1024px) {
  .contact-area .background {
    top: 0;
    bottom: 0;
    transform: none;
  }
}
.contact-area .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.15;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .contact-area .small-screen {
    display: none;
  }
}
.contact-area .small-screen + .big-screen {
  display: none;
}
@media (min-width: 1024px) {
  .contact-area .small-screen + .big-screen {
    display: block;
  }
}
.contact-area .testimonial {
  background: #fff;
  color: #000;
  padding: 40px 24px 50px;
  margin: -20px;
  min-height: 420px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .contact-area .testimonial {
    max-width: 760px;
    margin: 0 auto;
  }
}
.contact-area .container {
  min-height: 400px;
}
.contact-area .container > p {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 590px;
  margin: 0 auto;
  min-height: 470px;
  font-size: 1.3125rem;
}
@media (min-width: 1024px) {
  .contact-area .container > p {
    min-height: 400px;
    font-size: 1.6875rem;
  }
}
.contact-area .container > p:empty {
  min-height: 200px;
}
.contact-area .button, .contact-area .main-navigation > ul > li.button-wrapper > a {
  margin-top: 32px;
}
.site-footer {
  padding: 100px 0 60px;
  text-align: center;
}
@media (min-width: 1024px) {
  .site-footer {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .site-footer {
    padding: 130px 0 65px;
  }
}
.site-footer .columns {
  --vertical-spacing: 40px;
}
@media (min-width: 1024px) {
  .site-footer .columns {
    --horizontal-spacing: 100px;
    justify-content: space-between;
  }
}
.site-footer .columns::before {
  position: relative;
  height: 79px;
  margin-top: 0;
  background: transparent url('images/footer-logo.png') center center no-repeat;
  background-size: contain;
  order: -1;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .site-footer .columns::before {
    order: unset;
    margin-top: -16px;
    max-height: none;
  }
}
.site-footer .columns .contacts, .site-footer .columns .location, .site-footer .columns::before {
  width: 100%;
}
@media (min-width: 1024px) {
  .site-footer .columns .contacts, .site-footer .columns .location, .site-footer .columns::before {
    max-width: calc(33% - var(--horizontal-spacing));
  }
}
.site-footer .contacts, .site-footer .location {
  margin-top: 70px;
}
@media (min-width: 1024px) {
  .site-footer .contacts, .site-footer .location {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .site-footer .contacts {
    order: -1;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .site-footer .location {
    text-align: right;
  }
}
.sub-footer {
  display: flex;
  flex-flow: column;
  margin: 20px auto;
  font-size: 0.9375rem;
}
@media (min-width: 640px) {
  .sub-footer {
    flex-flow: row;
    justify-content: space-between;
  }
}
.sub-footer .privacy {
  text-align: center;
}
.sub-footer .site-change-form {
  margin-bottom: 1rem;
  margin-top: 20px;
}
@media (min-width: 640px) {
  .sub-footer .site-change-form {
    margin-bottom: none;
  }
}
@media (min-width: 640px) {
  .sub-footer .copyright {
    order: -1;
  }
}
.sub-footer a {
  color: inherit;
}
dateinput-picker + input::placeholder {
  color: #42454b;
}
form:where(:not(.custom-form)) .group {
  display: block;
  border: 0;
  margin: 0;
  padding: 10px;
  background: rgba(191, 40, 56, 0.05);
}
form:where(:not(.custom-form)) .group legend {
  display: table;
  float: left;
  margin: 0 0 0.3em;
  padding: 0;
}
form:where(:not(.custom-form)) .group .selectable {
  clear: left;
  display: block;
}
form:where(:not(.custom-form)) .group .error {
  display: inline-block;
}
@media (min-width: 1024px) {
  form:where(:not(.custom-form)) .fields {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
form:where(:not(.custom-form)) .field-wrapper {
  margin: 0 0 0.75rem;
}
@media (min-width: 1024px) {
  form:where(:not(.custom-form)) .field-wrapper {
    width: fit-content;
    flex-shrink: 0;
  }
}
form:where(:not(.custom-form)) .label {
  display: block;
  margin-bottom: 0.3em;
}
form:where(:not(.custom-form)) .field {
  display: block;
}
form:where(:not(.custom-form)) span.error {
  display: block;
  margin-top: 10px;
  color: #fd1a00;
}
form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=password], form:where(:not(.custom-form)) input[type=number], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) input[type=date], form:where(:not(.custom-form)) input[type=datetime-local], form:where(:not(.custom-form)) input[type=month], form:where(:not(.custom-form)) input[type=search], form:where(:not(.custom-form)) input[type=time], form:where(:not(.custom-form)) input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #bf2838;
  padding: 20px;
  width: 100%;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
form:where(:not(.custom-form)) input[type=text]::placeholder, form:where(:not(.custom-form)) input[type=password]::placeholder, form:where(:not(.custom-form)) input[type=number]::placeholder, form:where(:not(.custom-form)) input[type=email]::placeholder, form:where(:not(.custom-form)) input[type=tel]::placeholder, form:where(:not(.custom-form)) input[type=date]::placeholder, form:where(:not(.custom-form)) input[type=datetime-local]::placeholder, form:where(:not(.custom-form)) input[type=month]::placeholder, form:where(:not(.custom-form)) input[type=search]::placeholder, form:where(:not(.custom-form)) input[type=time]::placeholder, form:where(:not(.custom-form)) input[type=url]::placeholder {
  color: #000;
  opacity: 0.9;
}
form:where(:not(.custom-form)) select, form:where(:not(.custom-form)) textarea, form:where(:not(.custom-form)) .upload-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #bf2838;
  padding: 20px;
  width: 100%;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
form:where(:not(.custom-form)) select::placeholder, form:where(:not(.custom-form)) textarea::placeholder, form:where(:not(.custom-form)) .upload-button::placeholder {
  color: #000;
  opacity: 0.9;
}
@media (min-width: 1024px) {
  form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) select, form:where(:not(.custom-form)) .file-picker {
    position: relative;
    width: calc(50vw - 40px);
  }
}
@media (min-width: 1240px) {
  form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) select, form:where(:not(.custom-form)) .file-picker {
    position: relative;
    width: 580px;
  }
}
@media (min-width: 1600px) {
  form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) select, form:where(:not(.custom-form)) .file-picker {
    width: 685px;
  }
}
form:where(:not(.custom-form)) select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}
form:where(:not(.custom-form)) .select-wrapper .field {
  position: relative;
}
form:where(:not(.custom-form)) .select-wrapper .field:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #42454b transparent transparent;
  margin-top: -5px;
  pointer-events: none;
}
form:where(:not(.custom-form)) textarea {
  height: 170px;
  width: calc(100vw - 38px);
}
@media (min-width: 1240px) {
  form:where(:not(.custom-form)) textarea {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  form:where(:not(.custom-form)) textarea {
    width: 1410px;
  }
}
form:where(:not(.custom-form)) input[type=checkbox], form:where(:not(.custom-form)) input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  vertical-align: text-bottom;
  border: 2px solid #42454b;
  height: 1.2em;
  width: 1.2em;
}
form:where(:not(.custom-form)) input[type=checkbox]:checked, form:where(:not(.custom-form)) input[type=radio]:checked {
  background: #bf2838;
}
form:where(:not(.custom-form)) input[type=radio] {
  border-radius: 50%;
}
form:where(:not(.custom-form)) .file-picker:not(.placeholder) .upload-button {
  max-width: 200px;
  text-align: center;
}
form:where(:not(.custom-form)) .file-picker.placeholder label {
  display: block;
}
form:where(:not(.custom-form)) .file-picker input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .field {
  position: relative;
}
form:where(:not(.custom-form)) .file-picker .upload-button {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .upload-button:hover:after, form:where(:not(.custom-form)) .file-picker .upload-button:focus:after, form:where(:not(.custom-form)) .file-picker .upload-button:active:after {
  top: -10px;
}
form:where(:not(.custom-form)) .file-picker .upload-button:after {
  top: 0;
  right: 15px;
  bottom: 0;
  height: 20px;
  margin: auto;
  width: 18px;
  background: url('/theme/images/icons/upload.png') center center no-repeat;
  transition: all 0.2s;
}
form:where(:not(.custom-form)) .file-picker .uploaded {
  display: inline-block;
  margin-left: 20px;
}
.security-wrapper img {
  vertical-align: middle;
  margin-bottom: 10px;
}
/* jQueryUI overrides */
.ui-widget {
  font-family: inherit;
  font-size: 1em;
}
.ui-helper-reset {
  font-size: 1em;
}
.ui-widget-content {
  background: transparent;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-color: #000;
  border-radius: 0;
  background: #42454b;
  color: #000;
}
.ui-state-default a, .ui-widget-content .ui-state-default a, .ui-widget-header .ui-state-default a {
  color: inherit;
  text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  border-color: #212121;
  color: #f15c27;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border-color: #212121;
  background: #bf2838;
  color: #fff;
}
.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a {
  text-decoration: none;
}
.ui-accordion .ui-accordion-header {
  padding: 1em 1em 1em 3em;
  font-size: 0.875em;
  text-transform: none;
}
.ui-accordion .ui-accordion-header.ui-state-hover {
  color: #bf2838;
}
.ui-accordion .ui-accordion-header.ui-state-active {
  color: initial;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  top: 22px;
  left: 10px;
  height: 15px;
  width: 15px;
  background: transparent;
  color: #bf2838;
  text-indent: 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon::before {
  top: 0;
  right: 6px;
  bottom: 0;
  left: 6px;
  background: #bf2838;
  transition: all 0.2s;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon::after {
  top: 6px;
  right: 0;
  bottom: 6px;
  left: 0;
  background: #bf2838;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active .ui-accordion-header-icon::before {
  transform: rotate(90deg);
}
.ui-accordion .ui-accordion-content {
  border-radius: 0;
  margin-bottom: 10px;
  padding: 1em 1em 1em 3.25em;
  font-size: 0.875em;
}
.ui-accordion .ui-accordion-content + .ui-accordion-header {
  margin-top: 10px;
}
.ui-tabs .ui-tabs-nav li {
  border-width: 0;
}
.ui-state-active a {
  color: inherit;
}
.ui-widget {
  font-family: Raleway, sans-serif;
}
/* Better tab styles */
.tabs.ui-tabs {
  border: none;
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .tabs.ui-tabs > ul li {
    width: 48%;
  }
}
.tabs.ui-tabs > ul li a {
  box-sizing: border-box;
  width: 100%;
}
.ui-tabs .ui-tabs-nav {
  border: none;
  border-bottom: 2px solid #bf2838;
  border-radius: 0;
  padding: 0;
  background: none;
}
.ui-tabs .ui-tabs-panel {
  border-radius: 0;
}
.container.featherlight-inner::before, .container.featherlight-inner::after {
  display: none;
}
.popup-form-wrapper {
  display: none;
}
.open-popup-form .featherlight-content {
  width: 95%;
  max-width: 500px;
}
.featherlight .featherlight-close-icon {
  top: 10px;
  right: 10px;
  font-size: 7mm;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #bf2838;
}
@media (min-width: 1023px) {
  .main-navigation-wrapper {
    display: flex;
  }
  .main-navigation {
    position: relative;
    display: flex;
    z-index: 7;
    padding: 0;
    color: #000;
    font-family: Raleway, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
  }
  .main-navigation ul, .main-navigation li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .main-navigation a {
    display: flex;
    align-items: center;
    color: inherit;
  }
  .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
    text-decoration: none;
  }
  .main-navigation > ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main-navigation > ul > li {
    position: relative;
    display: flex;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    margin-left: 1.75rem;
  }
  .main-navigation > ul > li > a {
    border-bottom: 2px solid transparent;
    color: inherit;
    text-align: center;
  }
  .main-navigation > ul > li > a:hover, .main-navigation > ul > li > a:focus, .main-navigation > ul > li > a:active {
    border-color: #bf2838;
    color: #bf2838;
  }
  .main-navigation > ul > li.sel > a {
    border-color: #bf2838;
    color: #bf2838;
  }
  .main-navigation > ul > li.button-wrapper {
    align-items: center;
  }
  .main-navigation > ul > li.button-wrapper > a {
    border-bottom: none;
    min-width: 160px;
    color: #fff;
  }
  html.at-top .main-navigation > ul > li.button-wrapper > a {
    min-height: 60px;
  }
  .main-navigation li:hover > ul, .main-navigation a:focus ~ ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
  }
  .main-navigation li:focus-within > ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
  }
  .main-navigation li ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    min-width: 200%;
    padding: 0.5em 0;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.2s;
  }
  .main-navigation li ul a {
    display: block;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: normal;
    line-height: normal;
  }
  .main-navigation li ul a:hover, .main-navigation li ul a:focus, .main-navigation li ul a:active {
    color: #bf2838;
  }
  .main-navigation li ul .sel > a {
    color: #bf2838;
  }
}
@media (max-width: 1023px) {
  .main-navigation-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .main-navigation {
    display: none;
    position: absolute;
    width: 100%;
    background: #bf2838;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .main-navigation.open {
    display: block;
  }
  .main-navigation > ul {
    z-index: 10000;
    margin: 0;
    padding: 1rem 0;
    width: 100%;
  }
  .main-navigation > ul li.button-wrapper > a {
    display: block;
    padding: 0.75rem 1em;
    background: none;
    min-width: 0;
    min-height: 0;
    width: 100%;
    text-align: inherit;
  }
  .main-navigation > ul li.button-wrapper > a:hover, .main-navigation > ul li.button-wrapper > a:focus, .main-navigation > ul li.button-wrapper > a:active {
    background: none;
  }
  .main-navigation li {
    display: block;
    position: relative;
    border-bottom: 1px solid #d84230;
    width: 100%;
    text-align: left;
  }
  .main-navigation li.sel > a {
    color: #212121;
  }
  .main-navigation li a {
    display: block;
    padding: 0.75rem 1em;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
  }
  .main-navigation li a:hover, .main-navigation li a:focus, .main-navigation li a:active {
    color: #212121;
  }
  .main-navigation li ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .main-navigation li ul li {
    width: 100%;
  }
  .main-navigation li ul li a {
    padding-left: 2.5em;
  }
  .main-navigation li.open > .open-sub:after {
    transform: rotate(360deg);
  }
  .main-navigation li.open > .open-sub:before {
    transform: rotate(180deg);
  }
  .main-navigation li.open > ul {
    display: block;
  }
  .main-navigation > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
  .main-navigation > ul > li:last-child > ul ul {
    left: auto;
    right: 100%;
  }
  .open-nav {
    display: block;
    position: absolute;
    top: -42px;
    right: 20px;
    height: 19px;
    width: 33px;
    cursor: pointer;
    transition: top 0.1s;
  }
  html.at-top .open-nav {
    top: -50px;
  }
  .open-nav .bar {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #bf2838;
    transition: all 0.2s;
  }
  .open-nav .bar.top {
    top: 0;
  }
  .open-nav .bar.middle {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .open-nav .bar.bottom {
    bottom: 0;
  }
  .open-nav.open .bar {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .open-nav.open .bar.top, .open-nav.open .bar.middle {
    transform: rotate(135deg);
  }
  .open-nav.open .bar.bottom {
    transform: rotate(-135deg);
  }
  .open-sub {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  .open-sub:before, .open-sub:after {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    margin: auto;
    width: 50%;
    background: #fff;
    transition: all 0.2s;
  }
  .open-sub:after {
    transform: rotate(90deg);
  }
}
/** Catalogue module */
/* Category page */
.catalogue-sidebar-navigation ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .catalogue-sidebar-navigation ul {
    background: transparent url('images/sidebar-nav-sep.png') left top no-repeat;
    display: block;
  }
}
.catalogue-sidebar-navigation ul li {
  display: block;
  margin-bottom: -1px;
  min-width: 190px;
  background: url('images/sidebar-nav-sep.png') left top no-repeat, transparent url('images/sidebar-nav-sep.png') left bottom no-repeat;
}
@media (min-width: 1024px) {
  .catalogue-sidebar-navigation ul li {
    margin-bottom: 0;
    background: transparent url('images/sidebar-nav-sep.png') left bottom no-repeat;
    display: block;
  }
}
.catalogue-sidebar-navigation ul li.sel a {
  color: #13409c;
}
.catalogue-sidebar-navigation ul a {
  display: block;
  padding: 0.5rem 0;
  color: inherit;
}
.catalogue-sidebar-navigation ul a:hover, .catalogue-sidebar-navigation ul a:focus, .catalogue-sidebar-navigation ul a:active {
  color: #13409c;
}
.list-of-catalogue-items {
  margin: 1.5rem 0 -20px -20px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
@media (min-width: 1024px) {
  .list-of-catalogue-items {
    justify-content: flex-start;
  }
}
.list-of-catalogue-items li {
  flex-grow: 1;
  flex-shrink: 1;
  display: inline-block;
  margin: 0 0 20px 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .list-of-catalogue-items li {
    max-width: 205px;
  }
}
.list-of-catalogue-items a {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
  color: #fff;
  background: #bf2838;
}
.list-of-catalogue-items a:hover .image, .list-of-catalogue-items a:focus .image, .list-of-catalogue-items a:active .image {
  opacity: 0.8;
}
.list-of-catalogue-items h3 {
  color: inherit;
  font-size: 1.125rem;
  font-weight: inherit;
}
/* Individual Item page */
.item-images a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e8e6e6;
}
.item-images a.main-image {
  max-height: 360px;
  width: 100%;
}
.item-images a img {
  display: block;
  max-width: none;
  min-width: 100%;
}
.item-images .small-images {
  --spacing: 20px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: calc(-1 * var(--spacing));
  margin-left: calc(-1 * var(--spacing));
  padding: 0;
}
@media (min-width: 640px) {
  .item-images .small-images {
    margin-top: 1.125rem;
  }
}
.item-images .small-images li {
  height: 100px;
  max-width: 123px;
  display: inline-flex;
  margin-bottom: var(--spacing);
  margin-left: var(--spacing);
  width: 100%;
}
.slideshow {
  overflow: hidden;
  position: relative;
  background: #fff;
}
.slideshow .slide {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slideshow .slide img {
  height: auto;
  width: 100%;
}
.slideshow .slide .background-image {
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 410px;
}
@media (min-width: 640px) {
  .slideshow .slide .background-image {
    padding-top: calc(100% * 0.33828125);
  }
}
@media (min-width: 640px) {
  html.Front-Page .slideshow .slide .background-image {
    padding-top: calc(100% * 0.5015625);
  }
  html.Front-Page .slideshow .slide .background-image:before {
    top: 0;
    right: 0;
    bottom: -115px;
    left: 0;
    background: transparent url('images/banner-overlay.png') left bottom no-repeat;
    background-size: contain;
  }
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen {
    display: none;
  }
}
.slideshow .slide .small-screen + .big-screen {
  display: none;
}
@media (min-width: 640px) {
  .slideshow .slide .small-screen + .big-screen {
    display: block;
  }
}
.slideshow .slide .caption {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 10px;
  z-index: 5;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  text-align: left;
  text-transform: none;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .slideshow .slide .caption {
    top: 150px;
    left: 0;
    align-items: center;
  }
}
.slideshow .slide .caption .caption-content {
  max-width: 20ch;
}
@media (min-width: 640px) {
  .slideshow .slide .caption .caption-content {
    max-width: 50%;
    bottom: 0;
  }
}
.slideshow .slide .caption .caption-content .button, .slideshow .slide .caption .caption-content .main-navigation > ul > li.button-wrapper > a {
  margin-right: 10px;
}
.slideshow .slide .caption h2 {
  margin-bottom: 0.25em;
  font-size: 1.875rem;
  font-family: Raleway, sans-serif;
}
@media (min-width: 1280px) {
  .slideshow .slide .caption h2 {
    font-size: 3.5rem;
  }
}
.slideshow .slide .caption p {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .slideshow .slide .caption p {
    position: static;
    max-width: 34ch;
    height: auto;
    width: auto;
  }
}
@media (min-width: 1280px) {
  .slideshow .slide .caption p {
    font-size: 2rem;
  }
}
.slideshow .slide .caption .button, .slideshow .slide .caption .main-navigation > ul > li.button-wrapper > a {
  min-width: 170px;
  background: #fff;
  color: #42454b;
}
.slideshow .slide .caption .button:hover, .slideshow .slide .caption .main-navigation > ul > li.button-wrapper > a:hover, .slideshow .slide .caption .button:focus, .slideshow .slide .caption .main-navigation > ul > li.button-wrapper > a:focus, .slideshow .slide .caption .button:active, .slideshow .slide .caption .main-navigation > ul > li.button-wrapper > a:active {
  background: #bf2838;
  color: #fff;
}
@media (min-width: 640px) {
  .slideshow .slide .caption .button, .slideshow .slide .caption .main-navigation > ul > li.button-wrapper > a {
    min-width: 200px;
  }
}
.foxy .foxy-bullet-item:only-child {
  display: none;
}
.foxy .foxy-bullet {
  height: 12px;
  width: 12px;
  background: #e8e6e6;
  opacity: 1;
}
.foxy .foxy-active .foxy-bullet {
  background: #bf2838;
}
/* old gallery module */
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin-bottom: 1px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .gallery a {
    margin-right: 1px;
    max-width: calc(33.3% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 0;
  }
  .gallery a:nth-child(4n) {
    margin-right: 1px;
  }
}
@media (min-width: 1024px) {
  .gallery a {
    max-width: calc(25% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 1px;
  }
  .gallery a:nth-child(4n) {
    margin-right: 0;
  }
}
.gallery a:hover:after, .gallery a:focus:after, .gallery a:active:after {
  opacity: 0;
}
.gallery a:hover:before, .gallery a:focus:before, .gallery a:active:before {
  opacity: 1;
}
.gallery a:after {
  content: attr(title);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  padding: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: opacity 0.25s;
}
.gallery a[title=""]:after, .gallery a figcaption {
  display: none;
}
.gallery a figure {
  display: block;
  margin: 0;
  padding-top: 73%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) url('/theme/images/icons/gallery-zoom.png') center center no-repeat;
  transition: opacity 0.25s;
}
.testimonials .module-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .testimonials .module-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.testimonials .module-content .testimonial {
  margin: 0;
  padding: 32px;
  background: #fff;
  border: 1px solid #e8e6e6;
  border-bottom: 3px solid #bf2838;
  transition: box-shadow 0.2s, transform 0.2s;
}
.testimonials .module-content .testimonial:hover, .testimonials .module-content .testimonial:focus, .testimonials .module-content .testimonial:active {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.testimonials .module-content .testimonial .testimony {
  margin: 0 0 1.25rem;
  max-width: none;
}
.testimonials .module-content .testimonial .testimony::before {
  font-size: 60px;
  margin-bottom: -10px;
  color: #bf2838;
}
.testimonials .module-content .testimonial .witness {
  font-weight: bold;
  color: #42454b;
}
.testimonials .module-content .testimonial .image {
  justify-content: flex-start;
  border: none;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  max-width: none;
}
@media (min-width: 640px) {
  .testimonials .module-content .testimonial .image {
    justify-content: flex-start;
    border: none;
    padding: 0 0 1rem;
    margin: 0 0 1rem;
    max-width: none;
  }
}
.testimonial {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1.5rem;
  padding: 20px;
  transition: all 0.2s;
}
@media (min-width: 640px) {
  .testimonial {
    flex-flow: row;
  }
}
@media (min-width: 1024px) {
  .testimonial {
    padding: 40px;
  }
}
@media (min-width: 1450px) {
  .testimonial {
    padding: 60px;
  }
}
.testimonial .text {
  padding-right: 0px;
  width: 100%;
  transition: padding 0.2s;
}
@media (min-width: 1280px) {
  .testimonial .text {
    padding-right: 0px;
  }
}
.testimonial .testimony {
  max-width: 590px;
  margin: 0 auto 2rem;
}
.testimonial .testimony::before {
  content: '‘‘';
  display: block;
  font-family: 'Times New Roman', serif;
  font-size: 100px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 1;
}
.testimonial .witness {
  margin: 0;
  font-size: 1rem;
}
.testimonial .image {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #e8e6e6;
  margin-bottom: 2rem;
  padding-bottom: 20px;
}
@media (min-width: 640px) {
  .testimonial .image {
    justify-content: flex-end;
    border-bottom: none;
    border-left: 1px solid #e8e6e6;
    margin: 0;
    max-width: calc(100% * 230 / 1200);
    padding-bottom: 0;
    padding-left: 20px;
  }
}
/* tinymce universal formatting */
#tinymce {
  display: block;
  min-height: 0;
  max-width: 1410px;
  padding: 10px;
  background: #fff;
  color: #000;
  font-size: 1em;
  text-align: left;
}
#tinymce p {
  margin: 0 0 1em;
}
#tinymce form {
  outline: 1px dotted #212121;
}
#tinymce a {
  border-bottom: 1px dotted #212121;
  text-decoration: none;
}
#tinymce td {
  font-family: inherit;
  font-size: inherit;
}
.Contact .list-of-locations {
  display: grid;
  gap: 40px;
  font-size: 1.3125rem;
  width: 100%;
}
@media (min-width: 640px) {
  .Contact .list-of-locations {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .Contact .list-of-locations {
    grid-template-columns: 1fr 1fr;
  }
}
.Case-Studies .content > .content-list-title {
  text-align: center;
}
.Case-Studies .content > .content-list-title:empty {
  display: none;
}
.case-studies-section h2:first-of-type {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .case-studies-section h2:first-of-type {
    margin-bottom: 60px;
  }
}
.list-of-case-studies {
  display: grid;
  gap: 40px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1280px) {
  .list-of-case-studies {
    grid-auto-flow: columns;
    grid-template-columns: 1fr 1fr;
  }
}
.list-of-case-studies .case-study-list-item {
  display: block;
  margin: 0;
  padding: 200px 0 0;
  background: #212121;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media (min-width: 640px) {
  .list-of-case-studies .case-study-list-item:nth-child(odd) {
    background-position: left center;
    padding: 0 0 0 325px;
  }
  .list-of-case-studies .case-study-list-item:nth-child(even) {
    background-position: right center;
    padding: 0 325px 0 0;
  }
}
.list-of-case-studies .case-study-list-item .text {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 20px;
  background-color: inherit;
}
@media (min-width: 640px) {
  .list-of-case-studies .case-study-list-item .text {
    padding: 45px 40px;
  }
}
.list-of-case-studies .case-study-list-item h3 {
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .list-of-case-studies .case-study-list-item h3 {
    font-size: 1.875rem;
    font-weight: normal;
  }
}
@media (min-width: 1280px) {
  .list-of-case-studies .case-study-list-item p {
    font-size: 1.125rem;
  }
}
.list-of-case-studies .case-study-list-item a {
  margin-top: auto;
  color: inherit;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.list-of-case-studies .case-study-list-item a:hover, .list-of-case-studies .case-study-list-item a:focus, .list-of-case-studies .case-study-list-item a:active {
  color: #bf2838;
}
.case-study-content-list {
  gap: 40px;
  margin: 40px;
  transition: margin 0.2s;
}
@media (min-width: 640px) {
  .case-study-content-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .case-study-content-list {
    margin: 60px 0 80px;
  }
}
.content-list-title:empty ~ .case-study-content-list {
  margin-top: 40px;
}
.case-study-content-list .content-list-item {
  justify-content: flex-start;
}
.case-study-content-list h3 {
  position: relative;
  padding-top: 32px;
  font-size: 1.3125rem;
  font-weight: bold;
}
.case-study-content-list h3::before {
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #42454b;
  max-width: 244px;
}
.case-study-content-list .image {
  min-height: 100px;
  display: flex;
  align-items: center;
}
.featured-case-study {
  flex-flow: column-reverse;
}
@media (min-width: 1024px) {
  .featured-case-study {
    --horizontal-spacing: 40px;
    --column-width: calc(50% - var(--horizontal-spacing));
    flex-flow: row-reverse;
  }
}
@media (min-width: 1024px) {
  .featured-case-study .text {
    margin-left: var(--horizontal-spacing);
  }
}
.featured-case-study .image {
  flex-shrink: 0;
  margin-bottom: var(--vertical-spacing);
  width: var(--column-width);
}
@media (min-width: 1280px) {
  .featured-case-study .image {
    width: 685px;
  }
}
.featured-case-study .image img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .featured-case-study .text {
    width: 100%;
  }
}
.services-section .content .content-list-title {
  text-align: center;
}
.services-section .content .content-list-title:empty {
  display: none;
}
.list-of-services {
  display: grid;
  gap: 36px 30px;
  grid-auto-rows: 226px;
  margin: 40px 0 0;
  padding: 0;
  transition: all 0.2s;
}
@media (min-width: 760px) {
  .list-of-services {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .list-of-services {
    margin: 60px 0 0;
  }
}
@media (min-width: 1450px) {
  .list-of-services {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.list-of-services .service-list-item {
  display: flex;
  margin: 0;
  background: #212121;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.875rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 760px) {
  .list-of-services .service-list-item:first-child:not(:nth-last-child(1)), .list-of-services .service-list-item:nth-child(5n):not(:nth-last-child(1)) {
    grid-row-end: span 2;
  }
}
@media (min-width: 1450px) {
  .list-of-services .service-list-item:first-child:not(:nth-last-child(1)):not(:nth-last-child(3)), .list-of-services .service-list-item:nth-child(5n):not(:nth-last-child(1)):not(:nth-last-child(3)) {
    grid-column-end: span 2;
  }
  .list-of-services .service-list-item:nth-child(5n):last-child {
    grid-column-end: span 2;
  }
  .list-of-services .service-list-item:nth-child(5n+1):not(:last-child) {
    grid-row-end: span 2;
  }
}
.list-of-services .service-list-item a {
  display: flex;
  align-items: flex-end;
  padding: 50px 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  color: inherit;
}
.list-of-services .service-list-item a:hover, .list-of-services .service-list-item a:focus, .list-of-services .service-list-item a:active {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.service-content-list {
  gap: 36px;
  margin: 40px 0;
  transition: margin 0.2s;
}
@media (min-width: 640px) {
  .service-content-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .service-content-list {
    margin: 60px 0 120px;
  }
}
.content-list-title:empty ~ .service-content-list {
  margin-top: 40px;
}
.service-content-list .content-list-item {
  justify-content: flex-start;
}
.service-content-list h3 {
  position: relative;
  padding-top: 32px;
  font-size: 1.3125rem;
  font-weight: bold;
}
.service-content-list h3::before {
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #42454b;
  max-width: 244px;
}
.service-content-list .image {
  min-height: 100px;
  display: flex;
  align-items: center;
}
.staff-section h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .staff-section h2 {
    margin-bottom: 60px;
  }
}
.list-of-staff {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(auto-fill, minmax(326px, 1fr));
  margin: 0;
  padding: 0;
}
.staff-member {
  display: flex;
  flex-flow: column-reverse;
  justify-content: flex-end;
  background: #fff;
  color: #42454b;
  text-align: center;
}
.staff-member .text {
  padding: 25px 20px 35px;
  border-top: 1px solid #ddd;
}
.staff-member h3 {
  margin-bottom: 1rem;
  color: inherit;
  font-size: 1.5rem;
  font-weight: normal;
}
.staff-member .image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
}
.staff-member img {
  margin: auto auto;
}
.staff-member img[src^="/theme/"] {
  max-width: 252px;
  height: auto;
}
.staff-group {
  margin-top: 60px;
}
/* General standardised styles for native functionality like carts and users */
@keyframes native-ajax-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.native-sidebar .sidebar-section.loading {
  position: relative;
}
.native-sidebar .sidebar-section.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.native-sidebar .sidebar-section.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  border: 5px solid;
  border-color: #bf2838 #bf2838 transparent transparent;
  border-radius: 50%;
  height: 50px;
  margin-top: -30px;
  margin-left: -30px;
  width: 50px;
  animation: native-ajax-loading-animation 1s linear infinite;
  transition: opacity 0.2s;
}
.native h1 {
  position: relative;
  padding: 15px;
  font-size: 1.25rem;
  text-align: left;
  text-transform: uppercase;
}
.native h2 {
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}
.native .field-wrapper, .native .field-wrapper > label {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .native .field-wrapper, .native .field-wrapper > label {
    display: block;
  }
}
.native .field-wrapper .label, .native .field-wrapper > label .label {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  flex-basis: 150px;
}
@media (max-width: 639px) {
  .native .field-wrapper .label, .native .field-wrapper > label .label {
    margin-right: 0;
    text-align: left;
  }
}
.native .field-wrapper .field, .native .field-wrapper > label .field {
  flex-grow: 1;
}
.native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
  margin-left: 160px;
  width: 100%;
}
@media (max-width: 639px) {
  .native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
    margin-left: 0;
  }
}
.native .field-wrapper.group {
  margin-bottom: 15px;
}
.native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
  margin-left: 160px;
}
@media (max-width: 639px) {
  .native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
    margin-left: 0;
  }
}
.native-sections {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .native-sections {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.native-sidebar {
  margin-bottom: 35px;
  margin-left: 0;
  min-width: auto;
  order: 0;
}
@media (min-width: 640px) {
  .native-sidebar {
    flex-shrink: 0;
    margin-left: 35px;
    min-width: 30%;
    order: 2;
  }
}
.native-sidebar .sidebar-section {
  border: 1px solid #42454b;
  padding: 20px;
}
.native-sidebar h1 {
  margin: -20px -20px 20px;
  background: #42454b;
  color: #fff;
}
.native-sidebar .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
}
.native-sidebar .row.total {
  margin: 20px 0 0;
  font-size: 1.25rem;
}
.native-main {
  flex-grow: 1;
}
.native-main .main-section, .native-main .payment-confirm-section {
  border: 1px solid #42454b;
  margin-bottom: 30px;
  padding: 15px;
}
@media (min-width: 640px) {
  .native-main .main-section, .native-main .payment-confirm-section {
    padding: 30px;
  }
}
.native-main h1 {
  margin: -15px -15px 15px;
  background: #000;
  color: #fff;
  padding: 30px;
}
@media (min-width: 640px) {
  .native-main h1 {
    margin: -30px -30px 30px;
  }
}
.Front-Page .stat-icons-section .stat-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
}
@media (max-width: 1023px) {
  .Front-Page .stat-icons-section .stat-icons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .Front-Page .stat-icons-section .stat-icons-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.Front-Page .stat-icons-section .stat-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Front-Page .stat-icons-section .stat-icon h4 {
  margin: 16px 0 8px;
  font-weight: bold;
  line-height: 1.2;
}
.Front-Page .stat-icons-section .stat-icon p {
  margin: 0;
  color: #42454b;
  font-size: 16px;
}
.Front-Page .stat-icons-section .stat-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #bf2838;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Front-Page .stat-icons-section .stat-icon-circle img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.Front-Page .home-5 {
  display: flex;
  gap: 80px;
  text-align: left;
}
@media (max-width: 639px) {
  .Front-Page .home-5 {
    display: block;
  }
}
.Front-Page .home-5 .home-vero, .Front-Page .home-5 .home-aa {
  flex: 1;
}
@media (max-width: 639px) {
  .Front-Page .home-5 .home-aa {
    margin-top: 40px;
  }
}
.Front-Page main {
  display: flex;
  flex-flow: column;
}
.Front-Page .slideshow {
  order: -2;
}
.Front-Page .partners {
  order: 1;
  border-bottom: 1px solid #e8e6e6;
}
.Front-Page .partners .container {
  display: flex;
  position: relative;
  padding: 35px 30px;
  align-items: center;
  flex-flow: row;
  transition: padding 0.2s;
}
@media (min-width: 1450px) {
  .Front-Page .partners .container {
    padding: 70px 20px;
  }
}
.Front-Page .partners h2 {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 1.125rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .Front-Page .partners h2 {
    flex-shrink: 0;
    position: static;
    height: auto;
    width: 225px;
  }
}
.Front-Page .partners ul {
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  margin: 0;
  padding: 0;
  width: 100%;
}
.Front-Page .partners li {
  display: inline-block;
}
@media (min-width: 1024px) {
  .Front-Page .content-section-1 {
    padding-bottom: 120px;
  }
}
.Front-Page .content-section-1, .Front-Page .content-section-3 {
  text-align: center;
}
.Front-Page h1::after {
  left: 50%;
  transform: translateX(-50%);
}
.Front-Page .content-wrapper.content-section-2.content-wrapper.content-section-2 {
  padding: 80px 0 35px;
  z-index: 1;
}
@media (min-width: 1280px) {
  .Front-Page .content-wrapper.content-section-2.content-wrapper.content-section-2 {
    padding: 120px 0 0;
  }
}
.Front-Page .content-wrapper.content-section-2.content-wrapper.content-section-2::before, .Front-Page .content-wrapper.content-section-2.content-wrapper.content-section-2::after {
  display: none;
}
.Front-Page .content-wrapper.content-section-2.content-wrapper.content-section-2 .content-image {
  order: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .Front-Page .content-wrapper.content-section-2.content-wrapper.content-section-2 .content-image {
    float: left;
    margin: -130px 40px 130px 0;
  }
}
@media (min-width: 1280px) {
  .Front-Page .content-wrapper.content-section-2.content-wrapper.content-section-2 .content-image {
    margin: -175px 75px 175px 0;
  }
}
.Front-Page .content-wrapper.content-section-3.services.services {
  padding-bottom: 70px;
}
@media (min-width: 1280px) {
  .Front-Page .content-wrapper.content-section-3.services.services {
    padding-bottom: 105px;
  }
}
.Front-Page .content-wrapper.content-section-3.services.services::after {
  display: none;
}
.Front-Page .content-wrapper.content-section-3.services.services a:hover, .Front-Page .content-wrapper.content-section-3.services.services a:focus, .Front-Page .content-wrapper.content-section-3.services.services a:active {
  text-decoration: none;
}
.Front-Page .content-wrapper.content-section-3.services.services .services-grid {
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  text-align: left;
}
@media (min-width: 640px) {
  .Front-Page .content-wrapper.content-section-3.services.services .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .Front-Page .content-wrapper.content-section-3.services.services .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.Front-Page .content-wrapper.content-section-3.services.services .service-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8e6e6;
  border-bottom: 3px solid #bf2838;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.Front-Page .content-wrapper.content-section-3.services.services .service-card:hover, .Front-Page .content-wrapper.content-section-3.services.services .service-card:focus, .Front-Page .content-wrapper.content-section-3.services.services .service-card:active {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.Front-Page .content-wrapper.content-section-3.services.services .service-img {
  width: 100%;
  aspect-ratio: 2.0262390671;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Front-Page .content-wrapper.content-section-3.services.services .service-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px;
}
.Front-Page .content-wrapper.content-section-3.services.services .service-body h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.Front-Page .content-wrapper.content-section-3.services.services .service-body p {
  margin: 0 0 16px;
  color: #42454b;
  font-size: 1rem;
  line-height: 1.5;
}
.Front-Page .content-wrapper.content-section-3.services.services .service-link {
  margin-top: auto;
  align-self: flex-start;
  color: #bf2838;
  font-weight: bold;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.Front-Page .content-wrapper.content-section-3.services.services .service-link:hover, .Front-Page .content-wrapper.content-section-3.services.services .service-link:focus, .Front-Page .content-wrapper.content-section-3.services.services .service-link:active {
  text-decoration: underline;
}
.Front-Page .content-wrapper.content-section-3.services.services li {
  display: inline-flex;
  width: 100%;
}
.Front-Page .content-wrapper.content-section-3.services.services li a {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 1.625rem 1.25rem;
  height: calc((100vw - 40px) * 160 / 320);
  max-height: 343px;
  width: 100%;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.Front-Page .content-wrapper.content-section-3.services.services li a:hover::before, .Front-Page .content-wrapper.content-section-3.services.services li a:focus::before, .Front-Page .content-wrapper.content-section-3.services.services li a:active::before {
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 640px) {
  .Front-Page .content-wrapper.content-section-3.services.services li a {
    height: calc((50vw - 20px - 1px) * 160 / 320);
  }
}
@media (min-width: 1024px) {
  .Front-Page .content-wrapper.content-section-3.services.services li a {
    padding: 50px 56px;
  }
}
.Front-Page .content-wrapper.content-section-3.services.services li a::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: inherit;
}
.Front-Page .content-wrapper.content-section-3.services.services li a span {
  position: relative;
  z-index: 1;
}
.Front-Page .content-wrapper.content-section-3.services.services li:nth-child(odd) a {
  justify-content: flex-end;
}
.Front-Page .content-wrapper.content-section-3.services.services .button, .Front-Page .content-wrapper.content-section-3.services.services .main-navigation > ul > li.button-wrapper > a {
  align-self: center;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .Front-Page .content-wrapper.content-section-3.services.services .button, .Front-Page .content-wrapper.content-section-3.services.services .main-navigation > ul > li.button-wrapper > a {
    margin-top: 44px;
  }
}
.Front-Page .content-wrapper.why {
  padding: 60px 0;
}
@media (min-width: 1280px) {
  .Front-Page .content-wrapper.why {
    padding: 100px 0;
  }
}
.Front-Page .content-wrapper.why::before, .Front-Page .content-wrapper.why::after {
  display: none;
}
.Front-Page .content-wrapper.why .why-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
  .Front-Page .content-wrapper.why .why-row {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
.Front-Page .content-wrapper.why .why-image {
  position: relative;
  width: 100%;
  min-height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .Front-Page .content-wrapper.why .why-image {
    min-height: 480px;
  }
}
.Front-Page .content-wrapper.why .why-image-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 14px 24px;
  background: #bf2838;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.875rem;
}
.Front-Page .content-wrapper.why .why-content {
  text-align: left;
}
.Front-Page .content-wrapper.why .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #bf2838;
  font-weight: bold;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.Front-Page .content-wrapper.why h2 {
  margin: 0 0 20px;
  line-height: 1.15;
}
.Front-Page .content-wrapper.why h2::after {
  display: none;
}
.Front-Page .content-wrapper.why p {
  margin: 0 0 24px;
  color: #42454b;
  line-height: 1.6;
}
.Front-Page .content-wrapper.why .why-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 24px;
}
@media (min-width: 640px) {
  .Front-Page .content-wrapper.why .why-list {
    grid-template-columns: 1fr 1fr;
  }
}
.Front-Page .content-wrapper.why .why-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 26px;
  font-size: 0.9375rem;
}
.Front-Page .content-wrapper.why .why-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bf2838;
}
.Front-Page .content-wrapper.why .button, .Front-Page .content-wrapper.why .main-navigation > ul > li.button-wrapper > a {
  margin-top: 0;
}
/*# sourceMappingURL=/theme/scss_cache/7ef61ca47f3f73a0f08ef0d5135b9f77.css.map */