.outer {
  padding-left: 5%;
  padding-right: 5%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

.small-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}

.blog-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}

/* normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

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

html {
  font-size: 100%;
  min-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #2c2c2c;
  font-family: "acumin-variable", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.skip2main {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

a.skip2main:active,
a.skip2main:focus,
a.skip2main:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
}

a.imgwrap,
a.imgwrap:hover {
  border: none;
  background: none;
}

embed,
iframe,
object {
  max-width: 100%;
  height: auto;
}

a {
  color: #fecc09;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:hover, a:active {
  outline-style: none;
  color: rgb(160.3481781377, 127.7570850202, 0.6518218623);
}

.basetext, dl, ul li,
ol li, label, .input, select,
datalist, textarea, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=file], address, q, cite, p {
  font-size: 1rem;
  line-height: 1.8;
}

hr {
  border: 0;
  height: 1px;
  background: #f4f4f4;
  margin: 10px 0;
}

.hide {
  display: none !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

.screen-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.clear {
  clear: both;
  *zoom: 1;
}
.clear:before, .clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}

.tl {
  background-position: left top !important;
}

.tc {
  background-position: center top !important;
}

.tr {
  background-position: right top !important;
}

.cl {
  background-position: left center !important;
}

.cc {
  background-position: center center !important;
}

.cr {
  background-position: right center !important;
}

.bl {
  background-position: left bottom !important;
}

.bc {
  background-position: center bottom !important;
}

.br {
  background-position: right bottom !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ivypresto-headline", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0 0 8px 0;
  color: #2c2c2c;
  line-height: 1.2;
}

h1,
.h1,
.page-text h1,
.page-text h2,
.splash-text h1,
.splash-text h2 {
  font-size: clamp(3.125rem, 2.143vw + 2.321rem, 4.25rem);
}

h2,
.h2,
.centred-content h1 {
  font-size: clamp(2.5rem, 1.19vw + 2.054rem, 3.125rem);
}

h3,
.h3 {
  font-size: 2.4rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.4rem;
}

p {
  margin-bottom: 28px;
  margin-top: 8px;
  padding: 0;
}

blockquote {
  margin: 0;
  background-color: #eaeaea;
  padding: 20px 20px 20px 40px;
  border-left: solid 2px gray;
}
blockquote > :first-child {
  margin-bottom: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

cite {
  color: #fecc09;
}

q {
  font-size: 0.9rem;
}

strong,
b {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #f4f4f4;
  text-decoration: none;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

code,
samp,
pre,
kbd,
tt,
var {
  font-family: Monaco, Courier New, monospace;
}

pre {
  overflow: auto;
  padding: 12px 0 16px 0;
  margin-bottom: 24px;
}

::-webkit-input-placeholder {
  color: #2c2c2c;
  opacity: 0.6;
}

:-moz-placeholder {
  color: #2c2c2c;
  opacity: 0.6;
}

::-moz-placeholder {
  color: #2c2c2c;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: #2c2c2c;
  opacity: 0.6;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 28px;
}

fieldset {
  margin-bottom: 20px;
  padding: 0 10px 10px 10px;
}

legend {
  margin: 0;
  padding: 0;
  caption-side: top;
  text-align: center;
  color: #2c2c2c;
}

.input, select,
datalist, textarea, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=file] {
  background-color: #fff;
  font-weight: 300;
  font-family: "acumin-variable", Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 10px 16px 12px 16px;
  margin-top: 8px;
  border: 1px solid #ccc;
  color: #2c2c2c;
}
.input:hover, select:hover,
datalist:hover, textarea:hover, input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=range]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=color]:hover,
input[type=file]:hover {
  border-color: rgb(178.5, 178.5, 178.5);
  outline: none !important;
}
.input:focus, select:focus,
datalist:focus, textarea:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input[type=file]:focus {
  border-color: #999999;
  outline: none !important;
}

label {
  font-size: 0.85rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=file] {
  -webkit-appearance: none;
  max-width: 100%;
  height: 51px;
}

input[type=file] {
  padding: 8px 10px 8px 10px;
  height: auto;
}

@media screen and (max-width: 39em) {
  .small-field {
    max-width: 180px !important;
  }
}

textarea {
  -webkit-appearance: none;
  resize: vertical;
  min-height: 54px;
}

select,
datalist {
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/form-icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  cursor: pointer;
  max-width: 520px;
  height: 51px;
}

input[type=date] {
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/form-icons/date.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px;
}
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0 0 34px 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
ul li,
ol li {
  margin: 12px 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 34px 0;
}

dt {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
}

dd {
  margin: 8px 0 12px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 48px 0;
}
table th {
  background-color: #fff;
  font-weight: 700;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(even) {
  background-color: #fff;
}
table th,
table td {
  border: 1px solid #ccc;
  padding: 15px 10px;
}
table caption {
  font-size: 14;
  color: #2c2c2c;
  margin: 15px 0 0 0;
  padding: 0;
  caption-side: top;
  text-align: center;
}

.main-header {
  margin-top: 28px;
  margin-bottom: 28px;
}

.main-top {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-top .logo {
  text-align: left;
  width: 66.66666%;
}
@media screen and (min-width: 56em) {
  .main-top .logo {
    width: 33.33333%;
  }
}
.main-top .logo img {
  width: auto;
  max-width: 400px;
  max-height: 100px;
  height: auto;
}
.main-top .top-menu {
  display: none;
}
@media screen and (min-width: 56em) {
  .main-top .top-menu {
    width: 66.66666%;
    float: right;
    text-align: right;
    display: block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.main-top .top-menu a {
  color: #fff;
}
.main-top .top-menu a:hover {
  color: #fecc09;
}
.main-top .top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.main-top .top-menu li {
  width: 100%;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 56em) {
  .main-top .top-menu li {
    width: auto;
    display: inline-block;
  }
}
.main-top .top-menu .sub-menu {
  position: absolute !important;
  z-index: 10;
  width: 200px;
  margin-top: 8px;
  left: -50px;
  background-color: #fecc09;
  padding-top: 3px !important;
  border-radius: 6px;
}
.main-top .top-menu .sub-menu li {
  display: block;
  margin: 0;
  width: 100%;
  padding: 12px 15px;
  text-align: center;
  letter-spacing: normal;
  border-bottom: 1px solid rgb(221.3004048583, 176.3206477733, 0.8995951417);
  text-transform: uppercase;
}
.main-top .top-menu .sub-menu li:last-child {
  border: none;
}
.main-top .top-menu .sub-menu li a {
  margin: 0;
  padding: 0;
  text-transform: none;
  color: #2c2c2c;
  font-weight: 500;
}
.main-top .top-menu .sub-menu li a:hover {
  color: #fff;
}
.main-top .current-menu-item a, .main-top .current_page_item a, .main-top .current_page_parent a {
  font-weight: 500;
  color: #fecc09;
}
.main-top .current-menu-item a:hover, .main-top .current_page_item a:hover, .main-top .current_page_parent a:hover {
  color: #fecc09;
}

.sub-menu {
  display: none;
  padding: 15px 0 0 0 !important;
}
.sub-menu li {
  border: none;
  padding: 8px 0;
  font-family: "acumin-variable", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: none;
}

.toggle-nav {
  width: 33.33333%;
  float: right;
  text-align: right;
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-bottom: 5px;
}
@media screen and (min-width: 56em) {
  .toggle-nav {
    display: none;
    pointer-events: none;
  }
}
.toggle-nav svg {
  width: 100%;
  max-width: 30px;
  height: auto !important;
  max-height: 30px;
}
.toggle-nav .nav-icon {
  fill: #fff;
}
.toggle-nav .nav-icon svg path {
  fill: inherit;
}

.noscroll {
  overflow: hidden;
}

.sidenav {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #2c2c2c;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidenav ul {
  margin: 64px 0;
  list-style: none;
  padding: 16px 28px 16px 16px;
  width: 100%;
}
.sidenav ul ul {
  margin: 12px 0;
}
.sidenav li {
  padding: 20px 0 20px 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  border-top: 1px solid rgb(64.4, 64.4, 64.4);
}
.sidenav li:first-of-type {
  border: none;
}
.sidenav li a {
  color: #fff;
}
.sidenav li a:hover {
  color: #fff;
}
.sidenav li ul li {
  padding: 4px 0 8px 0;
}

.sidenav a {
  color: #818181;
  display: block;
}

.sidenav .closebtn {
  position: absolute;
  top: 28px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.nav-icon-close {
  width: 100%;
  max-width: 30px;
  height: auto !important;
  max-height: 30px;
  fill: #fff;
}
.nav-icon-close svg path {
  fill: inherit;
}

.sub-menu {
  display: none;
  padding: 15px 0 0 0 !important;
}
.sub-menu li {
  border: none;
  padding: 8px 0;
  text-transform: none;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 600px;
}
@media screen and (min-width: 48em) {
  .header-container {
    min-height: 650px;
  }
}
@media screen and (min-width: 64em) {
  .header-container {
    min-height: 800px;
  }
}

.home-header {
  background-color: #000;
  margin: 0;
  padding: 0;
  position: relative;
}

.home-splash-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 2;
}
.home-splash-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(47%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
  content: "";
  z-index: 3;
}

.fade-header-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.splash-text {
  margin-top: 55px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.splash-text h1, .splash-text h2, .splash-text p {
  color: #fff;
}
.splash-text h1, .splash-text h2 {
  text-wrap: balance;
}
.splash-text p {
  font-size: 1.3rem;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  text-wrap: pretty;
  line-height: 1.6;
}
.splash-text .btn, .splash-text .wpcf7-submit-style, .splash-text button,
.splash-text input[type=button],
.splash-text input[type=submit] {
  margin-top: 12px;
}

.fader-container {
  width: 100%;
  height: 100%;
}

.fading-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

/*
.swiper-slide-active .img {animation: scale 5s ease forwards; }
@keyframes scale {
    0% { transform: scale(1); }
    100% {transform: scale(1.1); }
}
*/
.default-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.cover-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 600px;
}

.page-header {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.page-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(47%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 0.9) 100%);
  content: "";
  z-index: 3;
}

.page-splash-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 2;
}

.page-text {
  margin: 95px auto;
  max-width: 1200px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.page-text h1, .page-text h2, .page-text p {
  color: #fff;
}
.page-text p {
  font-size: 1.3rem;
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
  text-wrap: pretty;
  line-height: 1.6;
}
.page-text .btn, .page-text .wpcf7-submit-style, .page-text button,
.page-text input[type=button],
.page-text input[type=submit] {
  margin-top: 12px;
}
.page-text .meta-data {
  color: #fff;
  margin: 0;
  padding: 0;
}
.page-text .meta-date {
  padding-right: 4px;
}
.page-text .meta-cat {
  padding-left: 4px;
}

.alt-bg {
  padding-top: 1px;
  padding-bottom: 1px;
}

.alt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.alt-content .alt-text {
  width: 100%;
}
.alt-content .alt-image {
  margin-bottom: 34px;
  width: 100%;
}
@media screen and (min-width: 72em) {
  .alt-content .alt-image {
    margin-bottom: 0;
  }
}
.alt-content .alt-image img {
  border-radius: 8px;
}
@media screen and (min-width: 72em) {
  .alt-content .alt-text,
  .alt-content .alt-image {
    width: 50%;
  }
  .alt-content .alt-text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 0 0 0 32px;
  }
  .alt-content .alt-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 32px;
  }
  .alt-content .alt-image img {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .alt-content:nth-child(even) .alt-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 32px;
    padding-right: 0;
  }
  .alt-content:nth-child(even) .alt-text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 24px;
    padding-left: 0;
  }
}
.alt-content .alt-image-bg {
  background-size: cover;
  background-position: center;
  min-height: 450px;
}

@media screen and (min-width: 72em) {
  .alt-reverse .alt-content:nth-child(even) .alt-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 32px;
    padding-left: 0;
  }
  .alt-reverse .alt-content:nth-child(even) .alt-text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
    padding-left: 32px;
  }
  .alt-reverse .alt-content .alt-text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 32px 0 0;
  }
  .alt-reverse .alt-content .alt-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 32px;
    padding-right: 0;
  }
}

.alt-img-bottom .alt-text {
  -webkit-box-ordinal-group: -1 !important;
      -ms-flex-order: -2 !important;
          order: -2 !important;
}
@media screen and (min-width: 72em) {
  .alt-img-bottom .alt-text {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
}
.alt-img-bottom .alt-image {
  margin-top: 64px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 72em) {
  .alt-img-bottom .alt-image {
    margin-top: 0;
  }
}

.alt-slider-arrows {
  z-index: 9999;
  position: relative;
}
.alt-slider-arrows .swiper-button-prev,
.alt-slider-arrows .swiper-button-next {
  width: 30px;
  height: 30px;
  background: rgba(0, 24, 54, 0.4);
  backdrop-filter: blur(3px);
  position: absolute;
  bottom: 10px !important;
  z-index: 10;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: center;
  top: auto !important;
  left: auto !important;
}
.alt-slider-arrows .swiper-button-prev::after,
.alt-slider-arrows .swiper-button-next::after {
  content: none;
}
.alt-slider-arrows .swiper-button-prev {
  right: 45px !important;
  background-image: url("../images/arrow-l.svg");
}
.alt-slider-arrows .swiper-button-next {
  right: 10px !important;
  background-image: url("../images/arrow-r.svg");
}

.large-cta-container {
  position: relative;
  overflow: hidden;
}
.large-cta-container h2 {
  margin-top: 0;
  padding-top: 0;
}

.large-cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 650px;
}
.large-cta-content .large-cta-text,
.large-cta-content .large-cta-image {
  width: 100%;
}
@media screen and (min-width: 72em) {
  .large-cta-content .large-cta-text,
  .large-cta-content .large-cta-image {
    width: 50%;
  }
}
.large-cta-content .large-cta-text {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 72em) {
  .large-cta-content .large-cta-text {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 60px;
  }
}
.large-cta-content .large-cta-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 72em) {
  .large-cta-content .large-cta-image {
    margin-top: 0;
  }
}
.large-cta-content .large-cta-image .large-cta-image100 {
  aspect-ratio: 4/3;
  width: 115%;
  background-size: cover;
  background-position: center;
  margin: 0 -8%;
}
@media screen and (min-width: 48em) {
  .large-cta-content .large-cta-image .large-cta-image100 {
    aspect-ratio: 16/10;
  }
}
@media screen and (min-width: 72em) {
  .large-cta-content .large-cta-image .large-cta-image100 {
    width: 50%;
    margin: 0;
    aspect-ratio: auto;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    position: absolute;
  }
}

@media screen and (min-width: 72em) {
  .large-cta-container:nth-child(even) .large-cta-text {
    padding-right: 0;
    padding-left: 60px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 72em) {
  .large-cta-container:nth-child(even) .large-cta-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (min-width: 72em) {
  .large-cta-container:nth-child(even) .large-cta-image .large-cta-image100 {
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 72em) {
  .large-cta-content-rev .large-cta-text {
    padding-right: 0;
    padding-left: 60px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 72em) {
  .large-cta-content-rev .large-cta-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (min-width: 72em) {
  .large-cta-content-rev .large-cta-image .large-cta-image100 {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 72em) {
  .large-cta-content-rev:nth-child(even) .large-cta-text {
    padding-right: 60px;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 72em) {
  .large-cta-content-rev:nth-child(even) .large-cta-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 72em) {
  .large-cta-content-rev:nth-child(even) .large-cta-image .large-cta-image100 {
    top: 0;
    left: auto;
    right: 0;
  }
}

.grid-cols {
  list-style: none;
  margin: 0 0 -24px -32px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-cols li {
  list-style: none;
  padding-left: 32px;
  margin-bottom: 24px;
  width: 100%;
}
.grid-cols a img {
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.grid-cols a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media screen and (min-width: 48em) {
  .grid-2 li {
    width: 50%;
  }
}

@media screen and (min-width: 48em) {
  .grid-3 li {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .grid-3 li {
    width: 33.33333%;
  }
}

@media screen and (min-width: 39em) {
  .grid-4 li {
    width: 50%;
  }
}
@media screen and (min-width: 80em) {
  .grid-4 li {
    width: 25%;
  }
}

.grid-image {
  margin-bottom: 16px;
  overflow: hidden;
}

.grid-text h2,
.grid-text h3 {
  font-size: 1.7rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.grid-text p {
  margin-top: 0;
  padding-top: 0;
  color: #2c2c2c;
}

.accordion_head {
  position: relative;
  border-top: 1px solid #f4f4f4;
  padding: 8px 0;
}
.accordion_head .toggle {
  width: 100%;
  background: none;
  text-align: left;
  color: #2c2c2c;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  padding: 16px 25px 16px 28px;
  border: none;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}
.accordion_head .toggle:after {
  content: " ";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/toggle.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.accordion_head .toggle.pop:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.accordion_body {
  display: none;
  margin: 0;
  padding: 0;
}
.accordion_body h2, .accordion_body h3, .accordion_body h4 {
  margin: 10px 0 4px 0;
}
.accordion_body h2 {
  font-size: 1.7rem;
}
.accordion_body h3 {
  font-size: 1.7rem;
}
.accordion_body h4 {
  font-size: 1.4rem;
}
.accordion_body p {
  margin-top: 4px;
}

.accordion {
  padding-bottom: 4px;
}

.icon-cta {
  padding-bottom: 16px;
  padding-top: 16px;
}

.icon-cta-img {
  max-width: 50px;
  margin-bottom: 12px;
}

.icon-cta-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -60px;
  padding-top: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-cta-icons li {
  width: 100%;
  padding-left: 60px;
  padding-bottom: 38px;
}
@media screen and (min-width: 56em) {
  .icon-cta-icons li {
    width: 33.33333%;
  }
}
.icon-cta-icons h3,
.icon-cta-icons p {
  padding: 0;
  margin: 0;
  text-wrap: balance;
}
.icon-cta-icons h3 {
  font-size: 1.4rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
.icon-cta-icons p {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 450px;
  margin: 0 auto;
}

.icon-cta-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 64px 0 -60px -28px;
  padding: 0;
}
.icon-cta-side li {
  list-style: none;
  width: 100%;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (min-width: 48em) {
  .icon-cta-side li {
    width: 50%;
  }
}
@media screen and (min-width: 72em) {
  .icon-cta-side li {
    width: 33.33333%;
  }
}
.icon-cta-side .icon-icon {
  width: 60px;
}
.icon-cta-side .icon-icon img {
  max-width: 60px;
}
.icon-cta-side .icon-text {
  width: calc(100% - 60px);
  padding-left: 18px;
}
.icon-cta-side .icon-text h3 {
  margin: 0 0 4px 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.2rem;
}
.icon-cta-side .icon-text p {
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
}

.quote-container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.quote-container:before {
  background-image: url(../images/quote-l.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top left;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 20px;
  pointer-events: none;
  z-index: 1;
}
.quote-container:after {
  background-image: url(../images/quote-r.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top right;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 20px;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .quote-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .quote-container:before {
    background-size: 50px;
  }
  .quote-container:after {
    background-size: 50px;
  }
}
@media screen and (min-width: 72em) {
  .quote-container {
    padding-left: 90px;
    padding-right: 90px;
  }
  .quote-container:before {
    background-size: 70px;
  }
  .quote-container:after {
    background-size: 70px;
  }
}
.quote-container .pull {
  color: #2c2c2c;
  font-family: "ivypresto-headline", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-size: 1.3rem;
}
@media screen and (min-width: 48em) {
  .quote-container .pull {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 64em) {
  .quote-container .pull {
    font-size: 1.7rem;
  }
}
.quote-container cite {
  color: #fecc09;
  font-size: 0.9rem;
  background: none;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-top: 12px;
  font-style: normal;
  text-transform: uppercase;
}

.single-slider {
  position: relative;
  padding-bottom: 20px;
}
.single-slider .swiper-slide {
  text-align: center;
  padding: 0 30px;
}
@media screen and (min-width: 48em) {
  .single-slider .swiper-slide {
    padding: 0 56px;
  }
}

.single-testimonial-container {
  text-align: center;
  position: relative;
  z-index: 22;
  overflow: hidden;
}
.single-testimonial-container blockquote {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.slider-testimonial p {
  color: #2c2c2c;
  font-family: "ivypresto-headline", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 1.6;
  font-size: 1.3rem;
}
@media screen and (min-width: 48em) {
  .slider-testimonial p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 64em) {
  .slider-testimonial p {
    font-size: 1.7rem;
  }
}

.testimonial-pagination {
  text-align: center;
  margin-top: 25px;
}
.testimonial-pagination .swiper-pagination-bullet {
  border-radius: 100px !important;
  background-color: #2c2c2c !important;
  opacity: 1;
  width: 11px !important;
  height: 11px !important;
  margin: 4px !important;
}
.testimonial-pagination .swiper-pagination-bullet-active {
  background-color: #fecc09 !important;
  opacity: 1;
}

.single-testimonial {
  padding: 0 30px;
}

.testimonial-margin {
  margin-top: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 40px;
}
.testimonial-margin:first-of-type {
  margin-top: 20px;
}
.testimonial-margin:last-of-type {
  margin-bottom: 25px;
  padding-bottom: 0;
  border-bottom: none;
}

.price-list {
  margin: 0 0 24px 0;
}
.price-list li {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.price-list .price {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.price-list .price:before {
  border-bottom: 1px dashed #ccc;
  content: " ";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 8px;
}
.price-list .p-name {
  font-weight: 700;
  text-transform: uppercase;
  color: #2c2c2c;
}
.price-list .cost {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-top: 0.5em;
  font-weight: 700;
  color: #fecc09;
}
.price-list p {
  margin: 0;
  padding: 0;
}

.price-2cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -48px;
}
.price-2cols li {
  padding-left: 48px;
  width: 100%;
}
@media screen and (min-width: 39em) {
  .price-2cols li {
    width: 50%;
  }
}

.p-alt-content .alt-image {
  margin-top: 68px;
}
@media screen and (min-width: 64em) {
  .p-alt-content .alt-image {
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .p-alt-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-alt-content .alt-text,
  .p-alt-content .alt-image {
    width: 50%;
  }
  .p-alt-content .alt-text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 0 0 0 36px;
  }
  .p-alt-content .alt-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 36px;
  }
  .p-alt-content .alt-image img {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  .p-alt-content:nth-child(even) .alt-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 36px;
    padding-right: 0;
  }
  .p-alt-content:nth-child(even) .alt-text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 36px;
    padding-left: 0;
  }
}
.p-alt-content .alt-image-bg {
  background-size: cover;
  background-position: center;
  min-height: 450px;
}

@media screen and (min-width: 64em) {
  .p-alt-reverse .alt-content:nth-child(even) .alt-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 36px;
    padding-left: 0;
  }
  .p-alt-reverse .alt-content:nth-child(even) .alt-text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
    padding-left: 36px;
  }
  .p-alt-reverse .alt-content .alt-text {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 36px 0 0;
  }
  .p-alt-reverse .alt-content .alt-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 36px;
    padding-right: 0;
  }
}

.sections-menu ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.sections-menu li {
  margin: 0;
  padding: 0;
  width: auto;
}
.sections-menu .active {
  border-bottom: 1px solid #fecc09;
}

.menu-image-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 30px;
}
.menu-image-section div {
  width: 33.33333%;
  padding-left: 20px;
}

.menu-price-list-container {
  border-top: 1px solid #f4f4f4;
  padding: 30px 0;
  margin: 20px;
}
.menu-price-list-container h2 {
  text-align: center;
  margin-bottom: 40px;
}
.menu-price-list-container p {
  margin: 0;
  padding: 0;
}

.menu-price-list {
  margin: 50px 0;
}

.content-section {
  display: none;
}

.content-section.active {
  display: block;
}

.price-img-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-bottom: 40px;
}
.price-img-gallery .img-gal {
  width: 33.33333%;
  padding-left: 12px;
}

.gallery-button-container {
  position: relative;
  margin-top: 45px;
  z-index: 100;
}
.gallery-button-container .button-next-gal {
  right: 0;
}
.gallery-button-container .button-next-gal:before {
  background-image: url(../images/arrow-r.svg);
  opacity: 1;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gallery-button-container .button-next-gal:hover:before {
  opacity: 0.5;
}
.gallery-button-container .button-prev-gal {
  right: 38px;
}
.gallery-button-container .button-prev-gal:before {
  background-image: url(../images/arrow-l.svg);
  opacity: 1;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gallery-button-container .button-prev-gal:hover:before {
  opacity: 0.5;
}
.gallery-button-container .button-next-gal,
.gallery-button-container .button-prev-gal {
  display: block;
  background-color: #fecc09;
  z-index: 50;
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gal-bb {
  position: relative;
}
.gal-bb img {
  position: relative;
  z-index: 20;
}

.gal-gal {
  margin-top: 16px !important;
  margin-bottom: -16px !important;
  margin-left: -16px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gal-gal li {
  margin-bottom: 16px;
  padding: 0 0 0 16px;
  margin-top: 0;
}

.gal-feat,
.gal-vid {
  margin-bottom: 16px;
  margin-top: 16px;
}

.gal-feat img {
  width: 100%;
}

.video-container {
  position: relative;
  display: block;
  background-color: #2c2c2c;
}
.video-container:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 10;
}
.video-container img {
  width: 100%;
  height: auto;
}

.play-video {
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.playbutton {
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 12px;
}
@media screen and (min-width: 56em) {
  .playbutton {
    max-width: 80px;
    max-height: 80px;
  }
}

.logo-slider-container {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo-slider-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.logo-slider-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.logo-slides {
  list-style: none;
}
.logo-slides .swiper-slide {
  margin: 0;
  width: auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo-slides .company-logo {
  width: 100%;
  text-align: center;
}
.logo-slides img {
  height: 60px;
}

.tis-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tis-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 48em) {
  .tis-text {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tis-image {
  display: none;
}
@media screen and (min-width: 48em) {
  .tis-image {
    display: block;
    width: 50%;
    padding-right: 35px;
  }
}

.button-container {
  padding-top: 24px;
}
.button-container .button-next {
  left: 38px;
}
.button-container .button-next:before {
  background-image: url(../images/arrow-r.svg);
  opacity: 1;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button-container .button-prev {
  left: 0;
}
.button-container .button-prev:before {
  background-image: url(../images/arrow-l.svg);
  opacity: 1;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button-container .button-next,
.button-container .button-prev {
  display: block;
  background-color: #fecc09;
  z-index: 50;
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.button-container .swiper-button-disabled {
  opacity: 0.2;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.image-links-slider {
  position: relative;
  padding-bottom: 64px;
}

.image-holder,
.swiper-slide {
  position: relative;
  overflow: hidden;
}

.content-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
}
.content-holder h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 16px 8px 16px;
  margin: 0;
  background-color: #2c2c2c;
}
.content-holder p {
  font-size: 0.8rem;
  line-height: 1.7;
  color: #fff;
  margin: 0;
  text-wrap: balance;
  padding: 0 16px;
}
.content-holder .btn-link {
  font-size: 0.8rem;
  color: #fff;
  margin: 0;
  padding: 16px;
  display: block;
}
.content-holder .sliding-content {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #2c2c2c;
  overflow: hidden;
  -webkit-transition: max-height 0.25s;
  transition: max-height 0.25s;
}

.reveal-link:hover h3:before {
  opacity: 0;
}
.reveal-link:hover h3:after {
  opacity: 1;
}
.reveal-link:hover .sliding-content {
  max-height: 500px;
  -webkit-transition: max-height 1s ease, padding 1s ease;
  transition: max-height 1s ease, padding 1s ease;
}

.swiper-pagination-tiles {
  text-align: center;
  margin-top: 25px;
}
.swiper-pagination-tiles .swiper-pagination-bullet {
  border-radius: 100px !important;
  background-color: #2c2c2c !important;
  opacity: 1;
  width: 11px !important;
  height: 11px !important;
  margin: 4px !important;
}
.swiper-pagination-tiles .swiper-pagination-bullet-active {
  background-color: #fecc09 !important;
  opacity: 1;
}

.google-map iframe {
  width: 100%;
  height: 600px;
}

.contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-details {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 56em) {
  .contact-details {
    width: 33.33333%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: left;
  }
}
@media screen and (min-width: 72em) {
  .contact-details {
    width: 25%;
  }
}
.contact-details h2 {
  font-size: 1.8rem;
  color: #fecc09;
}
.contact-details h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 30px;
  color: #2c2c2c;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.contact-details h3:first-of-type {
  margin-top: 0;
}
.contact-details p {
  font-size: 0.8rem;
  padding-top: 0;
  margin-top: 8px;
  color: #2c2c2c;
  line-height: 1.6;
}
@media screen and (min-width: 56em) {
  .contact-details p {
    font-size: 0.9rem;
  }
}
.contact-details a {
  color: #2c2c2c;
}
.contact-details a:hover {
  color: #fecc09;
}
.contact-details .contact-icon {
  background-size: 24px;
  padding: 0 0 0 32px;
}
.contact-details svg {
  width: 100%;
  max-width: 28px !important;
  height: auto !important;
  max-height: 28px !important;
}
.contact-details .social-icon {
  fill: #2c2c2c !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 6px;
}
.contact-details .social-icon:hover {
  fill: #fecc09;
}

.contact-details-container {
  background-color: #f4f4f4;
  padding: 32px 10px;
}
@media screen and (min-width: 56em) {
  .contact-details-container {
    padding: 32px 24px;
  }
}

.contact-form-container {
  margin-top: 72px;
  width: 100%;
}
@media screen and (min-width: 56em) {
  .contact-form-container {
    width: 66.66666%;
    margin-top: 0;
    padding-left: 60px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 72em) {
  .contact-form-container {
    width: 75%;
  }
}

@media screen and (min-width: 56em) {
  .contact-details-right .contact-details {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 56em) {
  .contact-details-right .contact-form-container {
    padding-left: 0;
    padding-right: 60px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.emailaddresses {
  line-height: 2.4 !important;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -24px;
}

.contact-col {
  width: 100%;
  padding-left: 24px;
  padding-bottom: 8px;
}
@media screen and (min-width: 48em) {
  .contact-col {
    width: 50%;
  }
}

.contact-full {
  width: 100%;
  padding-left: 24px;
}

.cv-container {
  margin-top: 28px;
}

.contact-details-pad {
  padding-top: 25px;
  padding-bottom: 25px;
}

.contact-details-grid {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-details-grid li {
  width: 100%;
  margin: 0;
  padding: 0;
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 35px;
  padding-bottom: 20px;
}
.contact-details-grid li:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  .contact-details-grid li {
    background-size: 35px auto;
    padding-top: 35px;
  }
}
@media screen and (min-width: 56em) {
  .contact-details-grid li {
    width: 33.33333%;
    padding-left: 28px;
    padding-right: 28px;
    background-size: 40px auto;
    padding-top: 45px;
  }
}
@media screen and (min-width: 64em) {
  .contact-details-grid li {
    background-size: 50px auto;
    padding-top: 55px;
  }
}
.contact-details-grid h2, .contact-details-grid h3, .contact-details-grid p, .contact-details-grid a {
  padding: 0;
  margin: 0;
}
.contact-details-grid h2 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fecc09;
}
.contact-details-grid p {
  font-size: 1rem;
  color: #2c2c2c;
}
.contact-details-grid a {
  font-size: 1rem;
  color: #2c2c2c;
}
.contact-details-grid a:hover {
  color: #fecc09;
}

.c-call {
  background-image: url(../images/icon-phone.svg);
}

.c-email {
  background-image: url(../images/icon-email.svg);
}

.c-address {
  background-image: url(../images/icon-address.svg);
}

.team-profiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -20px -28px;
  padding: 0;
}
.team-profiles li {
  list-style: none;
  width: 100%;
  padding-left: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}
@media screen and (min-width: 39em) {
  .team-profiles li {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .team-profiles li {
    width: 33.33333%;
  }
}
.team-profiles img {
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-profiles a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.team-profiles h3 {
  font-size: 1.7rem;
  color: #2c2c2c;
}

.team-member {
  margin-top: 12px;
}

.team-image {
  overflow: hidden;
  border-radius: 8px;
}

.jobrole {
  text-transform: uppercase;
  display: block;
  font-size: 0.8rem;
}

.team-bio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-popup {
  max-width: 600px !important;
  width: 98%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 64em) {
  .team-popup {
    max-width: 1200px !important;
  }
}
.team-popup .team-pop-image {
  width: 100%;
  display: none;
}
@media screen and (min-width: 64em) {
  .team-popup .team-pop-image {
    width: 50%;
    display: block;
  }
}
.team-popup .team-pop-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.team-popup .team-pop-bio {
  width: 100%;
  padding: 60px 5% 40px 5%;
}
@media screen and (min-width: 64em) {
  .team-popup .team-pop-bio {
    width: 50%;
    padding: 80px 40px 50px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.team-popup .jobrole {
  margin-bottom: 8px;
}

.team-popup-top {
  max-width: 600px !important;
  width: 98%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 64em) {
  .team-popup-top {
    max-width: 800px !important;
  }
}
.team-popup-top .team-pop-bio {
  padding: 40px 5% 20px 5%;
}

.text-cta-bg {
  background-color: #f4f4f4;
  padding: 55px 20px 50px 20px;
}

.text-cta .cta-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.text-cta h2 {
  margin-top: 0;
  padding: 0;
}
.text-cta p {
  padding: 0;
  margin-bottom: 16px;
}

.text-cta-services {
  background-color: #2c2c2c;
}
.text-cta-services h2,
.text-cta-services p {
  color: #fff;
}
.text-cta-services .btn, .text-cta-services .wpcf7-submit-style, .text-cta-services button,
.text-cta-services input[type=button],
.text-cta-services input[type=submit] {
  color: #fff;
  border-color: #fff;
  background-image: url(../images/btn-arrow-white.svg);
}

.side-image-cta {
  overflow: hidden;
  background-color: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.side-image {
  width: 100%;
}
@media screen and (min-width: 56em) {
  .side-image {
    width: 50%;
  }
}
@media screen and (min-width: 56em) and (min-width: 64em) {
  .side-image {
    width: 42.85%;
  }
}
@media screen and (min-width: 56em) {
  .side-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: auto;
  }
}

.side-image-text {
  width: 100%;
  padding: 50px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 56em) {
  .side-image-text {
    width: 50%;
    padding: 55px 45px;
    min-height: 400px;
  }
}
@media screen and (min-width: 64em) {
  .side-image-text {
    padding: 60px 45px;
    width: 57.14%;
    min-height: 450px;
  }
}
@media screen and (min-width: 80em) {
  .side-image-text {
    padding: 65px 60px;
    min-height: 500px;
  }
}
.side-image-text h2,
.side-image-text h3,
.side-image-text p {
  color: #fff;
  margin: 0;
  padding: 0;
}
.side-image-text p {
  margin: 8px 0;
}
.side-image-text .leadin {
  font-size: 1.3rem;
}
.side-image-text .btn, .side-image-text .wpcf7-submit-style, .side-image-text button,
.side-image-text input[type=button],
.side-image-text input[type=submit] {
  color: #fff;
  border-color: #fff;
  margin-top: 18px;
}
.side-image-text .btn:hover, .side-image-text .wpcf7-submit-style:hover, .side-image-text button:hover,
.side-image-text input[type=button]:hover,
.side-image-text input[type=submit]:hover {
  border-color: #fecc09;
}

.side-image-right .side-image {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.global-cta {
  padding: 60px;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: #000;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 8px;
}
.global-cta .cta-content {
  position: relative;
  z-index: 20;
  max-width: 760px;
}
.global-cta h2 {
  color: #fff;
  margin: 10px 0 0 0;
  padding: 0;
}
.global-cta p {
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0;
}
.global-cta .btn, .global-cta .wpcf7-submit-style, .global-cta button,
.global-cta input[type=button],
.global-cta input[type=submit] {
  width: 100%;
  margin-top: 6px;
}
@media screen and (min-width: 48em) {
  .global-cta .btn, .global-cta .wpcf7-submit-style, .global-cta button,
  .global-cta input[type=button],
  .global-cta input[type=submit] {
    width: auto;
    margin: 0 3px;
  }
}

.global-cta-overlay:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 10;
}

.global-cta-centre .cta-content {
  text-align: center;
  margin: 0 auto;
}

.cta-split-bg {
  position: relative;
  overflow: hidden;
}
.cta-split-bg:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
}

.tbs {
  background-color: #f4f4f4;
}

.bbw:after {
  background-color: #fff;
}

.bbs:after {
  background-color: #f4f4f4;
}

.bbf:after {
  background-color: #2c2c2c;
}

.ns-pad {
  padding-bottom: 64px;
}

.ns-banner {
  background-color: #2c2c2c;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.ns-banner h2,
.ns-banner .subheading {
  color: #fff;
  padding: 0;
  margin: 0;
}
.ns-banner .sub-heading {
  margin-bottom: 0;
  padding-bottom: 0;
}
.ns-banner .ns-banner-txt {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  z-index: 30;
}
.ns-banner #mce-error-response,
.ns-banner #mce-success-response {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
  color: #fff;
  margin-top: 8px;
}

.ns-banner-overlay:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  z-index: 10;
}

.cta-newsletter-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}
@media screen and (min-width: 56em) {
  .cta-newsletter-cols {
    margin-left: -16px;
  }
}
.cta-newsletter-cols .cta-newsletter-col {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (min-width: 56em) {
  .cta-newsletter-cols .cta-newsletter-col {
    width: 33.33333%;
    padding-left: 16px;
    margin-bottom: 0;
  }
}
.cta-newsletter-cols .email,
.cta-newsletter-cols .text {
  border: none;
  padding: 23px 16px 20px 16px !important;
  color: #2c2c2c !important;
}
.cta-newsletter-cols .btn, .cta-newsletter-cols .wpcf7-submit-style, .cta-newsletter-cols button,
.cta-newsletter-cols input[type=button],
.cta-newsletter-cols input[type=submit] {
  margin: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  border-color: #fff;
}
.cta-newsletter-cols .btn:hover, .cta-newsletter-cols .wpcf7-submit-style:hover, .cta-newsletter-cols button:hover,
.cta-newsletter-cols input[type=button]:hover,
.cta-newsletter-cols input[type=submit]:hover {
  border-color: #fecc09;
}
.cta-newsletter-cols .btn, .cta-newsletter-cols .wpcf7-submit-style, .cta-newsletter-cols button,
.cta-newsletter-cols input {
  height: 60px;
  padding-top: 23px;
  padding-bottom: 20px;
  margin: 0;
}
.cta-newsletter-cols .mce_inline_error {
  padding: 8px 0 0 0;
  text-align: left;
  color: #fff;
}

.link-group-container .section-heading {
  margin-bottom: 20px;
}
.link-group-container .section-heading p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-group ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.link-group li {
  list-style: none;
  display: inline-block;
  margin: 8px 5px;
}
.link-group .btn, .link-group .wpcf7-submit-style, .link-group button,
.link-group input[type=button],
.link-group input[type=submit] {
  margin: 0;
  border-radius: 100px;
  background-color: #f4f4f4;
  border: none;
  color: #2c2c2c;
  padding: 10px 20px;
}
.link-group .btn:hover, .link-group .wpcf7-submit-style:hover, .link-group button:hover,
.link-group input[type=button]:hover,
.link-group input[type=submit]:hover {
  background-color: rgb(218.5, 218.5, 218.5);
}

.service-grids {
  padding-bottom: 34px;
  padding-top: 64px;
}

.service-col-centre {
  text-align: center;
}

.service-cols {
  list-style: none;
  margin: 10px 0 0 -40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.service-cols li {
  list-style: none;
  padding-left: 40px;
  margin-bottom: 34px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 39em) {
  .service-cols li {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .service-cols li {
    width: 33.33333%;
  }
}
.service-cols a h2 {
  color: #2c2c2c;
}
.service-cols a p {
  color: #2c2c2c;
}
.service-cols .gridbg {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.service-image {
  margin-bottom: 12px;
  margin-top: 5px;
  overflow: hidden;
}
.service-image img {
  max-width: 58px;
}

.service-text {
  padding: 24px;
}
.service-text h2 {
  font-weight: 700;
  font-size: 1.2rem;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 5px 0;
}
.service-text p {
  margin-top: 0;
  padding-top: 0;
  padding: 0;
  margin-bottom: 8px;
  line-height: 1.6;
  color: #2c2c2c;
}
.service-text ul {
  display: block;
  width: 100%;
  margin: 0;
}
.service-text .btn-link {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cta-pad {
  padding-bottom: 64px;
}

.cta-banner {
  background-color: #2c2c2c;
  padding: 40px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.cta-banner h2 {
  color: #fff;
  padding: 0;
  margin: 0;
}
.cta-banner p {
  margin: 2px 0;
  line-height: 1.6;
  color: #fff;
  padding: 0;
}
.cta-banner .cta-banner-txt {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 72em) {
  .cta-banner .cta-banner-txt {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
    padding-top: 8px;
    min-height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta-banner .cta-banner-btns {
  width: 100%;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 72em) {
  .cta-banner .cta-banner-btns {
    width: 20%;
    padding-left: 24px;
    margin-top: 0;
  }
}
.cta-banner .cta-banner-btns .btn, .cta-banner .cta-banner-btns .wpcf7-submit-style, .cta-banner .cta-banner-btns button,
.cta-banner .cta-banner-btns input[type=button],
.cta-banner .cta-banner-btns input[type=submit] {
  width: 100%;
  margin: 8px 0;
  text-align: center;
  margin-left: 0;
}

.cta-banner-overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 2;
}

.footer-acred {
  padding-top: 10px;
  padding-bottom: 10px;
}

.acred-logos {
  list-style: none;
  margin: 0;
  position: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.acred-logos li {
  padding: 10px 20px;
}
.acred-logos img {
  max-height: 60px;
}

.main-footer {
  background-color: #2c2c2c;
  padding-top: 48px;
  padding-bottom: 36px;
  color: #fff;
  font-size: 0.9rem;
}
.main-footer ul {
  list-style: none;
  clear: both;
  margin-left: 0;
}
.main-footer li {
  font-size: 0.9rem;
  margin: 5px 0;
  padding: 0;
}
.main-footer li a {
  color: #fff;
}
.main-footer p {
  font-size: 0.9rem;
  padding: 0;
  margin: 5px 0;
  line-height: 1.7;
}
.main-footer .btn, .main-footer .wpcf7-submit-style, .main-footer button,
.main-footer input[type=button],
.main-footer input[type=submit] {
  background-color: #2c2c2c !important;
  color: #fff !important;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}
@media screen and (min-width: 56em) {
  .footer-container {
    margin-left: -35px;
  }
}

.footer-address {
  width: 100%;
}
@media screen and (min-width: 56em) {
  .footer-address {
    width: 33.33333%;
    padding-left: 35px;
  }
}
.footer-address a {
  color: #fff;
}
.footer-links {
  width: 100%;
}
@media screen and (min-width: 56em) {
  .footer-links {
    width: 66.66666%;
    padding-left: 35px;
  }
}
.footer-links h2 {
  color: #fff;
  font-size: 1.46rem;
  padding-bottom: 10px;
}

.f-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}

.f-link-col {
  width: 100%;
}
@media screen and (min-width: 39em) {
  .f-link-col {
    width: 33.33333%;
  }
}

.footer-logo {
  max-height: 60px;
  height: auto;
  max-width: 100%;
  width: auto;
  margin-bottom: 12px;
}

.social-icons {
  margin-bottom: 0px;
  margin-top: 11px;
}
.social-icons a {
  margin-right: 8px;
  display: inline-block;
}
.social-icons svg {
  width: 100%;
  max-width: 24px;
  height: auto !important;
  max-height: 24px;
}
.social-icons .social-icon {
  fill: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.social-icons .social-icon:hover {
  fill: #2c2c2c;
}
.social-icons svg path {
  fill: inherit;
}

.copyright {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copyright .cols {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .copyright .cols {
    width: 50%;
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  .copyright .f-logos {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: right;
  }
}

.legal {
  list-style: none;
  margin: 14px 0 0 0;
}
@media screen and (min-width: 48em) {
  .legal {
    margin: 4px 0 0 0;
  }
}
.legal a {
  color: #fff !important;
}
@media screen and (min-width: 48em) {
  .legal {
    padding-top: 10px;
  }
}
.legal li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 0.9rem;
}
.legal li:after {
  content: "|";
  color: #fff;
  display: inline-block;
  padding-left: 9px;
  padding-right: 10px;
  font-size: 0.9rem;
}
.legal li:last-child:after {
  content: "";
  padding: 0;
}

.footer-logos {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer-logos li {
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .footer-logos li {
    padding-left: 10px;
  }
}
.footer-logos img {
  max-height: 50px;
  width: auto;
}

.section-margin {
  margin-top: 64px;
  margin-bottom: 64px;
}

.section-pad {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pad-top {
  padding-top: 64px;
}

.pad-bottom {
  padding-bottom: 64px;
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 45px auto;
}
@media screen and (min-width: 64em) {
  .section-heading {
    text-align: center;
  }
}

.subheading {
  text-transform: uppercase;
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fecc09;
  font-size: 0.9rem;
}

.subtle-bg {
  background-color: #f4f4f4;
}

.brand-bg {
  background-color: #2c2c2c;
}

.highlight-bg {
  background-color: #fecc09;
}

.align-center {
  text-align: center;
}

.centred-content {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .centred-content {
    text-align: center;
  }
}
.centred-content p:last-child {
  margin-bottom: 0;
}

.btn, .wpcf7-submit-style, button,
input[type=button],
input[type=submit] {
  font-family: "acumin-variable", Arial, Helvetica, sans-serif;
  color: #fecc09;
  background: none;
  border: 1px solid #fecc09;
  display: inline-block;
  padding: 16px 20px 14px 20px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn:hover, .wpcf7-submit-style:hover, button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  color: #fff;
  background-color: #fecc09;
}

.btn-fill, .wpcf7-submit-style {
  background-color: #fecc09;
  color: #fff;
}
.btn-fill:hover, .wpcf7-submit-style:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}

.btn-white {
  color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}

.btn-link {
  font-family: "acumin-variable", Arial, Helvetica, sans-serif;
  color: #fecc09;
  font-size: 0.8rem;
  letter-spacing: 1px;
  background: none;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-link:hover {
  color: #2c2c2c;
}

.blog-pagination {
  text-align: center;
  margin-top: 45px;
}
.blog-pagination .swiper-pagination-bullet {
  border-radius: 100px !important;
  background-color: #2c2c2c !important;
  opacity: 1;
  width: 11px !important;
  height: 11px !important;
  margin: 4px !important;
}
.blog-pagination .swiper-pagination-bullet-active {
  background-color: #fecc09 !important;
  opacity: 1;
}

.category-list-container {
  background-color: #2c2c2c;
  padding: 16px 0;
}

.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.category-list li {
  display: inline-block;
  text-transform: normal;
  padding: 0 12px 0 12px;
}
.category-list a {
  border-bottom: 0;
  padding-bottom: 4px;
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
}
.category-list a:hover {
  color: #fecc09;
}
.category-list .current-cat a,
.category-list .current-cat a:hover {
  color: #fecc09;
  font-weight: 700;
}

.latest-blogs,
.blog-posts,
.blog-slider-swiper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -28px;
}
.latest-blogs li,
.blog-posts li,
.blog-slider-swiper li {
  padding-left: 28px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: auto;
  margin-top: 28px;
}
.latest-blogs li:first-of-type,
.blog-posts li:first-of-type,
.blog-slider-swiper li:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .latest-blogs li,
  .blog-posts li,
  .blog-slider-swiper li {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .latest-blogs li,
  .blog-posts li,
  .blog-slider-swiper li {
    width: 33.33333%;
  }
}
.latest-blogs img,
.blog-posts img,
.blog-slider-swiper img {
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.latest-blogs a:hover img,
.blog-posts a:hover img,
.blog-slider-swiper a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.blog-posts li {
  margin-top: 68px;
}
@media screen and (min-width: 48em) {
  .blog-posts li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .blog-posts li:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 48em) {
  .latest-blogs li {
    width: 50%;
  }
  .latest-blogs li:nth-child(3) {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .latest-blogs li {
    width: 33.33333%;
  }
  .latest-blogs li:nth-child(3) {
    display: block;
  }
}

.latest-image {
  overflow: hidden;
  border-radius: 8px;
}

.latest-text {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 48em) {
  .latest-text {
    max-width: 370px;
  }
}
.latest-text h3 {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.latest-text p {
  color: #2c2c2c;
  margin: 0;
  padding: 0;
}
.latest-text .meta-data {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 0.8rem;
}

.leadin {
  font-size: 1.3rem;
}

/*
.blog-single {
    h1, h2 { }
    h3 { }
    h4 { }
    h5 {}
    h6 { }
}
*/
.casestudy-pagination {
  text-align: center;
  margin-top: 45px;
}
.casestudy-pagination .swiper-pagination-bullet {
  border-radius: 100px !important;
  background-color: #2c2c2c !important;
  opacity: 1;
  width: 11px !important;
  height: 11px !important;
  margin: 4px !important;
}
.casestudy-pagination .swiper-pagination-bullet-active {
  background-color: #fecc09 !important;
  opacity: 1;
}

.casestudy-slide {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  aspect-ratio: 4/3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding: 24px 30px;
  color: #fff;
  background-color: #2c2c2c;
}
.casestudy-slide:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(20, 3, 36);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8855917367)), color-stop(75%, rgba(20, 3, 36, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8855917367) 0%, rgba(20, 3, 36, 0) 75%);
  content: "";
  z-index: 10;
}
.casestudy-slide .btn-link {
  color: #fff !important;
  height: 0;
  opacity: 0;
  display: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 0;
}
.casestudy-slide h2 {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 0;
  margin-bottom: 2px;
}
.casestudy-slide:hover .casestudy-bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.casestudy-slide:hover .btn-link {
  height: auto;
  display: inline-block;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.latest-casestudy {
  background-color: #fecc09;
}
.latest-casestudy .h2, .latest-casestudy .centred-content h1, .centred-content .latest-casestudy h1 {
  color: #fff;
}

.casestudy-overview-content {
  padding-bottom: 24px;
}
.casestudy-overview-content .h3 {
  margin-bottom: 0;
  padding: 0;
}

.casestudy-overview {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -28px;
  overflow: hidden;
}
.casestudy-overview li {
  padding-left: 28px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: auto;
  margin-top: 28px;
}
@media screen and (min-width: 48em) {
  .casestudy-overview li {
    width: 50%;
  }
}

.casestudy-link {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  aspect-ratio: 4/3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding: 24px 30px;
  color: #fff;
  background-color: #2c2c2c;
}
.casestudy-link:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(20, 3, 36);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8855917367)), color-stop(75%, rgba(20, 3, 36, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8855917367) 0%, rgba(20, 3, 36, 0) 75%);
  content: "";
  z-index: 10;
}
.casestudy-link .btn-link {
  color: #fff !important;
  height: 0;
  opacity: 0;
  display: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 0;
}
.casestudy-link h2 {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 0;
  margin-bottom: 2px;
}
.casestudy-link:hover .casestudy-bg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.casestudy-link:hover .btn-link {
  height: auto;
  display: inline-block;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.casestudy-latest-block {
  margin-top: -28px;
}
.casestudy-latest-block li {
  overflow: hidden;
}
@media screen and (min-width: 72em) {
  .casestudy-latest-block li:nth-child(4) {
    display: none !important;
  }
}

.casestudy-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 5;
  background-size: cover;
  background-position: center;
}

.casestudy-link-txt {
  position: relative;
  z-index: 15;
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.casestudy-link-txt h2 {
  color: #fff;
  font-size: 1.7rem;
  padding-right: 50px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#cc-main {
  font-family: "acumin-variable", Arial, Helvetica, sans-serif !important;
}

.cm__title,
.cm__desc {
  color: #2c2c2c !important;
}

.cm__btn--secondary {
  background: #f4f4f4 !important;
  color: #2c2c2c !important;
  border: none !important;
  font-weight: 400 !important;
}
.cm__btn--secondary:hover {
  background: rgb(218.5, 218.5, 218.5) !important;
}

.cm__btn-group:nth-child(1) .cm__btn {
  background: #f4f4f4 !important;
  color: #2c2c2c !important;
  border: none !important;
  font-weight: 400 !important;
}
.cm__btn-group:nth-child(1) .cm__btn:hover {
  background: rgb(218.5, 218.5, 218.5) !important;
}

.cm__btn-group:nth-child(1) .cm__btn:nth-child(odd) {
  background: #fecc09 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 400 !important;
}
.cm__btn-group:nth-child(1) .cm__btn:nth-child(odd):hover {
  background: #2c2c2c !important;
}

.cm__link-group {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  border-radius: 3px;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  border-radius: 3px !important;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #2c2c2c !important;
  cursor: pointer;
  opacity: 1;
  padding: 8px;
  position: absolute;
  right: 0px !important;
  top: 0px;
  z-index: 401;
  width: 48px;
  height: 48px;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.alignright {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignright {
    float: right;
    max-width: 40%;
    position: relative;
    margin: 0 0 1em 1em;
  }
}

.alignleft {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    max-width: 40%;
    position: relative;
    margin: 0 1em 1em 0;
  }
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 1em auto;
}

@media screen and (min-width: 48em) {
  img.alignleft,
  img.alignright,
  a img.alignleft,
  a img.alignright {
    max-width: 40% !important;
    width: auto !important;
    height: auto !important;
  }
}

a img.aligncenter,
img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
}
.alignnone img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

img.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

.wp-caption {
  display: block;
  background-color: none;
  border: none;
  text-align: center;
  padding: 0;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  height: auto !important;
  max-width: 100% !important;
}

.wp-caption-text, .gallery-caption {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  font-style: italic;
  text-align: right;
  padding: 8px 0 16px 0;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[class*=align],
img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
  width: auto;
}

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

.wp-pagenavi {
  *zoom: 1;
}
.wp-pagenavi:before, .wp-pagenavi:after {
  display: table;
  content: "";
}
.wp-pagenavi:after {
  clear: both;
}
.wp-pagenavi {
  padding: 32px 0 0 0;
  text-align: center;
  border-top: 1px solid #f4f4f4;
  margin-top: 64px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border: none !important;
  margin: 0;
  padding: 4px !important;
  color: #2c2c2c;
  background: none;
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  color: rgb(211.1417004049, 168.2267206478, 0.8582995951);
}
.wp-pagenavi .extend {
  display: none !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}
.wp-pagenavi .current {
  color: #fecc09 !important;
}
.wp-pagenavi .current:hover {
  color: #fecc09;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .previouspostslink {
  float: left;
}
.wp-pagenavi .nextpostslink {
  float: right;
}

.gallery {
  padding: 0;
  margin: 36px 0 24px -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .gallery {
    margin-left: -20px;
  }
}
@media screen and (min-width: 64em) {
  .gallery {
    margin-left: -28px;
  }
}
.gallery dl {
  padding-top: 0;
  margin-top: 0;
  padding-left: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  .gallery dl {
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 64em) {
  .gallery dl {
    padding-left: 28px;
    margin-bottom: 28px;
  }
}
.gallery dd {
  padding-top: 8px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery a {
  display: block;
  margin: 0;
  padding: 0;
}
.gallery br {
  display: none;
}

.gallery-columns-2 dl,
.gallery-columns-2 li {
  width: 50%;
}

.gallery-columns-3 dl,
.gallery-columns-3 li {
  width: 33.33333%;
}

.gallery-columns-4 dl,
.gallery-columns-4 li {
  width: 50%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-4 dl,
  .gallery-columns-4 li {
    width: 25%;
  }
}

.gallery-columns-5 dl,
.gallery-columns-5 li {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-5 dl,
  .gallery-columns-5 li {
    width: 20%;
  }
}

.gallery-columns-6 dl,
.gallery-columns-6 li {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-6 dl,
  .gallery-columns-6 li {
    width: 16.66666%;
  }
}

.gallery-columns-7 dl,
.gallery-columns-7 li {
  width: 33.33333%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-7 dl,
  .gallery-columns-7 li {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-7 dl,
  .gallery-columns-7 li {
    width: 14.28%;
  }
}

.gallery-columns-8 dl,
.gallery-columns-8 li {
  width: 50%;
}
@media screen and (min-width: 30em) {
  .gallery-columns-8 dl,
  .gallery-columns-8 li {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-8 dl,
  .gallery-columns-8 li {
    width: 12.5%;
  }
}

.gallery-columns-9 dl,
.gallery-columns-9 li {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-9 dl,
  .gallery-columns-9 li {
    width: 11.11%;
  }
}

/* -----------------------------------------------------------   Contact Form 7 Error messages */
.wpcf7-response-output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left !important;
  padding: 12px !important;
  margin: 20px auto 20px auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7-form.invalid .wpcf7-response-output {
  color: #b84444 !important;
  background: #fdf2f2 !important;
  border: 1px solid #fbe2e2 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-form.invalid .wpcf7-response-output::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/form-icons/fail.svg");
  background-size: 32px auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
  color: #1b7a44 !important;
  background: #eef9f2 !important;
  border: 2px solid #daf2e3 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-form.sent .wpcf7-response-output::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../images/form-icons/success.svg");
  background-size: 32px auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wpcf7-mail-sent-ok::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wpcf7-not-valid-tip {
  font-size: clamp(0.938rem, 0.104vw + 0.909rem, 1rem) !important;
  line-height: 1.6 !important;
  font-weight: 300 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  color: #b84444 !important;
  background: #fdf2f2 !important;
  border: 1px solid #fbe2e2 !important;
  z-index: -1;
  margin-top: -2px;
}

.wpcf7-not-valid-tip::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-image: url("../images/form-icons/fail-arrow.svg");
  background-size: 12px auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wpcf7-response-output,
.wpcf7-not-valid-tip {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7-submit-style {
  font-family: "acumin-variable", Arial, Helvetica, sans-serif;
  position: relative;
}