@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* 01-TOOLS
************************************************************************/
/* Returns spacer value
********************************************************************************/
/* Returns width value
********************************************************************************/
/* Returns hex from associated color name, from the $colors map/list
********************************************************************************/
/* Returns a greyscale colour
********************************************************************************/
/* Returns either black or white depending on lightness/darkness of passed arg
********************************************************************************/
/* Theme color monochromatic hex generator
********************************************************************************/
/* Returns true/false depending whether list contains any true values.
********************************************************************************/
/* STRIP UNIT
********************************************************************************/
/* PX to EM
********************************************************************************/
/* PX to REM
********************************************************************************/
/* PX TO VW
********************************************************************************/
/* TEXT SHADOW
********************************************************************************/
/* 02-CONFIG
************************************************************************/
/* Raw hex color vars, accessible through color(name) funciton
/* http://chir.ag/projects/name-that-color/ - https://www.htmlcsscolor.com
************************************************************************/
/* Semantic colour vars
************************************************************************/
/* STATE COLOURS
************************************************************************/
/* MANDATORY BASICS
************************************************************************/
/* Base REM, for normal paragraphs */
/* Global default transition speed */
/* Path to assets */
/* When the design document is massive, scale content relatively */
/* WIDTH AND SPACER HELPERS
************************************************************************/
/* FONT SIZES
************************************************************************/
/* DEV MODE
/* View semi transparent bg on all elements
************************************************************************/
/* SHOW COLUMNS
/* Show grid columns
************************************************************************/
/* HARDWARE SPECIFIC
************************************************************/
/* smartphone only */
/* smartphone > tablet  */
/* tablet only  */
/* tablet > desktop  */
/* desktop only  */
/* BROWSER SPECIFIC
************************************************************/
/* iOS retina */
/* chrome and safari 8 */
/* ie9-11 */
/* ORIENTATION SPECIFIC
************************************************************/
/* SCREEN SIZE SPECIFIC
************************************************************/
/* GLOBAL RESPONSIVE BREAK POINTS
************************************************************/
/* BREAKPOINT LOGIC
************************************************************

					 <------------------------------TABTOP-------------------------------
					 |
-------------------DEVICE------------------->
|											|
--------MOBILE-------><-------TABLET-------><-------LAPTOP-------><-------DESKTOP--------
|                    |                      |                     |
0-------------------768-------------------1080------------------1440---------------------

*/
/* 03-BASE
************************************************************************/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul, ol {
  margin: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, img {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 13px;
}

body {
  font-weight: 400;
  font-size: 100%;
  font-family: "Open Sans";
  color: black;
  line-height: 1.4;
}

/* 04-UTILITIES
************************************************************************/
[data-animation='fadeIn'].animate,
[data-animation='fadeInUp'].animate,
[data-animation='fadeInDown'].animate,
[data-animation='fadeInLeft'].animate,
[data-animation='fadeInRight'].animate {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.5rem, 0);
    transform: translate3d(0, 0.5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.5rem, 0);
    transform: translate3d(0, 0.5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* ANIMATION DURATION HELPERS
********************************************************************************/
.duration-1 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.duration-2 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.duration-3 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

/* ANIMATION DELAY HELPERS
********************************************************************************/
.delay-1 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.delay-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-3 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

/* BREAKPOINT ADAPT HELPERS
********************************************************************************/
.respond {
  display: none;
}

@media (max-width: 767px) {
  .respond {
    display: block;
  }
}

.default {
  display: none;
}

@media (min-width: 768px) {
  .default {
    display: block;
  }
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.device {
  display: none;
}

@media (max-width: 1080px) {
  .device {
    display: block;
  }
}

.tablet {
  display: none;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .tablet {
    display: block;
  }
}

.tabtop {
  display: none;
}

@media (min-width: 768px) {
  .tabtop {
    display: block;
  }
}

.desktop {
  display: none;
}

@media (min-width: 1081px) {
  .desktop {
    display: block;
  }
}

/* FLEXBOX HELPERS
********************************************************************************/
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* TEXT CASE HELPERS
********************************************************************************/
.text-uppercase {
  text-transform: uppercase;
}

/* TEXT ALIGNMENT HELPERS
********************************************************************************/
.text-left {
  text-align: left;
}

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

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

/* FONT SIZE HELPERS
********************************************************************************/
.size-12 {
  font-size: 0.92308em;
}

.size-12--vw {
  font-size: 0.92308em;
}

@media (max-width: 979px) {
  .size-12--vw {
    font-size: 1.22449vw;
  }
}

.size-13 {
  font-size: 1em;
}

.size-13--vw {
  font-size: 1em;
}

@media (max-width: 979px) {
  .size-13--vw {
    font-size: 1.32653vw;
  }
}

.size-14 {
  font-size: 1.07692em;
}

.size-14--vw {
  font-size: 1.07692em;
}

@media (max-width: 979px) {
  .size-14--vw {
    font-size: 1.42857vw;
  }
}

.size-17 {
  font-size: 1.30769em;
}

.size-17--vw {
  font-size: 1.30769em;
}

@media (max-width: 979px) {
  .size-17--vw {
    font-size: 1.73469vw;
  }
}

.size-18 {
  font-size: 1.38462em;
}

.size-18--vw {
  font-size: 1.38462em;
}

@media (max-width: 979px) {
  .size-18--vw {
    font-size: 1.83673vw;
  }
}

.size-43 {
  font-size: 3.30769em;
}

.size-43--vw {
  font-size: 3.30769em;
}

@media (max-width: 979px) {
  .size-43--vw {
    font-size: 4.38776vw;
  }
}

.size-46 {
  font-size: 3.53846em;
}

.size-46--vw {
  font-size: 3.53846em;
}

@media (max-width: 979px) {
  .size-46--vw {
    font-size: 4.69388vw;
  }
}

.size-80 {
  font-size: 6.15385em;
}

.size-80--vw {
  font-size: 6.15385em;
}

@media (max-width: 979px) {
  .size-80--vw {
    font-size: 8.16327vw;
  }
}

/* FONT WEIGHT HELPERS
********************************************************************************/
.weight-300 {
  font-weight: 300;
}

.weight-400 {
  font-weight: 400;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.weight-900 {
  font-weight: 900;
}

/* PADDING HELPERS
********************************************************************************/
.p-0 {
  padding: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-1 {
  padding: 1rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 1rem;
}

.p-2 {
  padding: 2rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 2rem;
}

.p-3 {
  padding: 3rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pl-3 {
  padding-left: 3rem;
}

.p-vw {
  padding: 6vw;
}

.px-vw {
  padding-left: 6vw;
  padding-right: 6vw;
}

.py-vw {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.pt-vw {
  padding-top: 6vw;
}

.pr-vw {
  padding-right: 6vw;
}

.pb-vw {
  padding-bottom: 6vw;
}

.pl-vw {
  padding-left: 6vw;
}

/* MARGIN HELPERS
********************************************************************************/
.m-0 {
  margin: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.m-1 {
  margin: 1rem;
}

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.ml-1 {
  margin-left: 1rem;
}

.m-2 {
  margin: 2rem;
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.m-3 {
  margin: 3rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.ml-3 {
  margin-left: 3rem;
}

.m-vw {
  margin: 6vw;
}

.mx-vw {
  margin-left: 6vw;
  margin-right: 6vw;
}

.my-vw {
  margin-top: 6vw;
  margin-bottom: 6vw;
}

.mt-vw {
  margin-top: 6vw;
}

.mr-vw {
  margin-right: 6vw;
}

.mb-vw {
  margin-bottom: 6vw;
}

.ml-vw {
  margin-left: 6vw;
}

/*  BACKGROUND AND COLOUR HELPERS (see config/colors.scss)
********************************************************************************/
.background-ebb {
  background-color: #EAE5E5;
}

.color-ebb {
  color: #EAE5E5;
}

.color-ebb-contrast {
  color: black;
}

.hover-ebb:hover {
  color: #EAE5E5;
}

.background-red {
  background-color: #E83556;
}

.color-red {
  color: #E83556;
}

.color-red-contrast {
  color: white;
}

.hover-red:hover {
  color: #E83556;
}

.background-blue {
  background-color: #61D0D4;
}

.color-blue {
  color: #61D0D4;
}

.color-blue-contrast {
  color: black;
}

.hover-blue:hover {
  color: #61D0D4;
}

.background-green {
  background-color: #D1C926;
}

.color-green {
  color: #D1C926;
}

.color-green-contrast {
  color: black;
}

.hover-green:hover {
  color: #D1C926;
}

.background-black {
  background-color: #4D4D4D;
}

.color-black {
  color: #4D4D4D;
}

.color-black-contrast {
  color: white;
}

.hover-black:hover {
  color: #4D4D4D;
}

.background-white {
  background-color: #FFFFFF;
}

.color-white {
  color: #FFFFFF;
}

.color-white-contrast {
  color: black;
}

.hover-white:hover {
  color: #FFFFFF;
}

/* Get more at fontello.com if needed */
/* 05-LAYOUT
************************************************************************/
html, body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  background: #EAE5E5;
  color: #4D4D4D;
}

body .site-header, body .site-footer {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  z-index: 1;
}

body .site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast-active) {
  body .site-main {
    min-height: 1px;
  }
}

.site-header {
  padding: 2rem 6vw;
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* MOBILE
	********************************************************************************/
}

.site-header .o-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-header .o-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 1rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-header__logo span {
  font-family: "Noticia Text";
  display: block;
  font-weight: 700;
}

.site-header__logo span:first-child {
  font-size: 2.61538em;
}

.site-header__logo span:last-child {
  font-size: 1.38462em;
}

@media (min-width: 768px) {
  .site-header__logo:hover {
    color: #E83556;
  }
}

@media (max-width: 1080px) {
  .site-header__logo:active {
    color: #E83556;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-header__logo {
    text-align: center;
  }
}

.site-header input, .site-header label {
  display: none;
}

.site-header__nav a {
  font-size: 1.38462em;
  font-weight: 700;
  font-family: "Noticia Text";
  text-transform: uppercase;
}

.site-header__nav a + a {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .site-header__nav a:hover {
    color: #E83556;
  }
}

@media (max-width: 1080px) {
  .site-header__nav a:active {
    color: #E83556;
  }
}

.site-header__nav a.active {
  color: #61D0D4;
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .site-header__nav {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .site-header .o-container {
    z-index: auto;
    position: relative;
    padding: 1rem;
    background: white;
  }
  .site-header__logo {
    font-size: 66.666%;
  }
  .site-header input:checked ~ label::before {
    content: "\f00d";
  }
  .site-header input:checked ~ nav {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .site-header label {
    display: inline-block;
  }
  .site-header label::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
    width: 2em;
    height: 2em;
    display: block;
    text-align: center;
    background: #E83556;
    color: #FFFFFF;
    line-height: 2em;
    font-size: 2em;
  }
  .site-header__nav {
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    height: calc(100% - 6em);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    z-index: -1;
  }
  .site-header__nav a {
    color: white;
    display: block;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.75);
  }
  .site-header__nav a + a {
    margin: 0;
    border-top: 1px solid white;
  }
}

.site-main {
  margin-top: 9.6em;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-main {
    margin-top: 13.53846em;
  }
}

@media (max-width: 767px) {
  .site-main {
    margin-top: 6em;
  }
}

.site-footer {
  background: #E83556;
  padding: 3rem 6vw;
  color: white;
}

.site-footer i {
  margin-right: 1rem;
}

.site-footer i::before {
  display: block;
  background: #61D0D4;
  border-radius: 100%;
  padding: 0.8rem;
  font-size: 2em;
  color: #E83556;
}

.site-footer i:hover::before {
  background: white;
}

.site-footer .o-row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-footer .o-row > div a {
  white-space: nowrap;
}

.site-footer .o-row > div a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .site-footer .o-row > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .site-footer .o-row > div i {
    margin: 0 0 1rem 0;
  }
}

/* 06-OBJECTS
************************************************************************/
.o-section {
  /* DEFAULT
	************************************************************************/
  width: 100%;
  padding: 6vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  /* PADDING VARIATIONS - see config/settings (spacers)
	************************************************************************/
  /* MOBILE BEHAVIOUR
	************************************************************************/
  /* PADDING HELPERS
	************************************************************************/
  /* ACF VARIATIONS
	************************************************************************/
}

.o-section--0 {
  padding: 0;
}

.o-section--0--x {
  padding-left: 0;
  padding-right: 0;
}

.o-section--0--y {
  padding-top: 0;
  padding-bottom: 0;
}

.o-section--1 {
  padding: 1rem;
}

.o-section--1--x {
  padding-left: 1rem;
  padding-right: 1rem;
}

.o-section--1--y {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.o-section--2 {
  padding: 2rem;
}

.o-section--2--x {
  padding-left: 2rem;
  padding-right: 2rem;
}

.o-section--2--y {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.o-section--3 {
  padding: 3rem;
}

.o-section--3--x {
  padding-left: 3rem;
  padding-right: 3rem;
}

.o-section--3--y {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.o-section--vw {
  padding: 6vw;
}

.o-section--vw--x {
  padding-left: 6vw;
  padding-right: 6vw;
}

.o-section--vw--y {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

@media (max-width: 767px) {
  .o-section {
    padding: 3rem;
  }
}

.o-section--collapse {
  padding: 0;
}

.o-section--collapse--x {
  padding-left: 0;
  padding-right: 0;
}

.o-section--collapse--y {
  padding-top: 0;
  padding-bottom: 0;
}

.o-section--collapse--top {
  padding-top: 0;
}

.o-section--collapse--right {
  padding-right: 0;
}

.o-section--collapse--bottom {
  padding-bottom: 0;
}

.o-section--collapse--left {
  padding-left: 0;
}

.o-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 0;
}

.o-section__overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: currentColor;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.inview .o-section__overlay::before {
  opacity: 1;
}

.ci-acf-preview .o-section__overlay::before {
  opacity: 1;
}

.o-section > *:not(.o-section__overlay) {
  position: relative;
  z-index: 1;
}

.o-container {
  /* DEFAULT
	************************************************************************/
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 980px;
  -ms-flex-item-align: center;
      align-self: center;
  /* WIDTH VARIATIONS - see config/settings.scss
	************************************************************************/
  /* FLEX POSITIONING
	************************************************************************/
  /* STACKING BEHAVIOUR
	************************************************************************/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast-active) {
  .o-container {
    min-height: 1px;
  }
}

.o-container--sm {
  max-width: 768px;
}

.o-container--lg {
  max-width: 980px;
}

.o-container--half {
  max-width: none;
}

@media (min-width: 1081px), (min-width: 768px) and (max-width: 1080px) and (orientation: landscape) {
  .o-container--half {
    width: 50%;
  }
}

.o-container--two-thirds {
  max-width: none;
}

@media (min-width: 1081px), (min-width: 768px) and (max-width: 1080px) and (orientation: landscape) {
  .o-container--two-thirds {
    width: 66.666%;
  }
}

.o-container--full {
  max-width: none;
}

.o-container--auto {
  width: auto;
  max-width: none;
}

.o-container--top {
  margin-bottom: auto;
}

.o-container--right {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.o-container--bottom {
  margin-top: auto;
}

.o-container--left {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.o-container + .o-container {
  margin-top: calc(3rem * 1);
}

@media (max-width: 767px) {
  .o-container + .o-container {
    margin-top: 6vw;
  }
}

.o-container--attached + .o-container {
  margin-top: calc(3rem * 1);
}

@media (max-width: 767px) {
  .o-container--attached + .o-container {
    margin-top: 6vw;
  }
}

.o-container--inline + .o-container {
  margin-top: calc(2rem * 1);
}

@media (max-width: 767px) {
  .o-container--inline + .o-container {
    margin-top: 1rem;
  }
}

.o-container--flush + .o-container {
  margin-top: 0;
}

.o-modules {
  width: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-modules--inline {
  margin: auto;
  max-width: 980px;
}

.o-modules > .o-container {
  margin-left: 0;
  margin-right: 0;
}

/* GRID SETTINGS
************************************************************************/
/* ADAPT FUNCTION - for each break-unit
************************************************************************/
/* LOOP THROUGH GRIDS
************************************************************************/
.o-grid {
  overflow: hidden;
}

.o-grid .o-row {
  width: calc(100% + 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}

.o-grid .o-row + .o-row {
  margin-top: 40px;
}

.o-grid .o-row > * {
  margin: 0 40px 40px 0;
}

.o-grid .o-row > *:first-child:nth-last-child(1),
.o-grid .o-row > *:first-child:nth-last-child(1) ~ * {
  width: calc(100% - 40px);
}

.o-grid .o-row > *:first-child:nth-last-child(2),
.o-grid .o-row > *:first-child:nth-last-child(2) ~ * {
  width: calc(50% - 40px);
}

.o-grid .o-row > *:first-child:nth-last-child(3),
.o-grid .o-row > *:first-child:nth-last-child(3) ~ * {
  width: calc(33.33333% - 40px);
}

.o-grid .o-row > *:first-child:nth-last-child(4),
.o-grid .o-row > *:first-child:nth-last-child(4) ~ * {
  width: calc(25% - 40px);
}

.o-grid .o-row > *.u-1-4 {
  width: calc(25% - 40px) !important;
}

.o-grid .o-row > *.u-2-4 {
  width: calc(50% - 40px) !important;
}

.o-grid .o-row > *.u-3-4 {
  width: calc(75% - 40px) !important;
}

.o-grid .o-row > *.u-4-4 {
  width: calc(100% - 40px) !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .o-grid .o-row > *.tp-1-4 {
    width: calc(25% - 40px) !important;
  }
  .o-grid .o-row > *.tp-push-1 {
    margin-right: calc(40px + 25%) !important;
  }
  .o-grid .o-row > *.tp-pull-1 {
    margin-left: 25% !important;
  }
  .o-grid .o-row > *.tp-2-4 {
    width: calc(50% - 40px) !important;
  }
  .o-grid .o-row > *.tp-push-2 {
    margin-right: calc(40px + 50%) !important;
  }
  .o-grid .o-row > *.tp-pull-2 {
    margin-left: 50% !important;
  }
  .o-grid .o-row > *.tp-3-4 {
    width: calc(75% - 40px) !important;
  }
  .o-grid .o-row > *.tp-push-3 {
    margin-right: calc(40px + 75%) !important;
  }
  .o-grid .o-row > *.tp-pull-3 {
    margin-left: 75% !important;
  }
  .o-grid .o-row > *.tp-4-4 {
    width: calc(100% - 40px) !important;
  }
  .o-grid .o-row > *.tp-push-4 {
    margin-right: calc(40px + 100%) !important;
  }
  .o-grid .o-row > *.tp-pull-4 {
    margin-left: 100% !important;
  }
}

@media (max-width: 767px) {
  .o-grid .o-row > *.m-1-4 {
    width: calc(25% - 40px) !important;
  }
  .o-grid .o-row > *.m-push-1 {
    margin-right: calc(40px + 25%) !important;
  }
  .o-grid .o-row > *.m-pull-1 {
    margin-left: 25% !important;
  }
  .o-grid .o-row > *.m-2-4 {
    width: calc(50% - 40px) !important;
  }
  .o-grid .o-row > *.m-push-2 {
    margin-right: calc(40px + 50%) !important;
  }
  .o-grid .o-row > *.m-pull-2 {
    margin-left: 50% !important;
  }
  .o-grid .o-row > *.m-3-4 {
    width: calc(75% - 40px) !important;
  }
  .o-grid .o-row > *.m-push-3 {
    margin-right: calc(40px + 75%) !important;
  }
  .o-grid .o-row > *.m-pull-3 {
    margin-left: 75% !important;
  }
  .o-grid .o-row > *.m-4-4 {
    width: calc(100% - 40px) !important;
  }
  .o-grid .o-row > *.m-push-4 {
    margin-right: calc(40px + 100%) !important;
  }
  .o-grid .o-row > *.m-pull-4 {
    margin-left: 100% !important;
  }
}

@media (max-width: 767px) {
  .o-grid .o-row {
    width: calc(100% + 6vw);
    margin-bottom: -6vw;
  }
  .o-grid .o-row + .o-row {
    margin-top: 6vw;
  }
  .o-grid .o-row > * {
    margin: 0 6vw 6vw 0;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .o-grid .o-row > *.m-1-4 {
    width: calc(25% - 6vw) !important;
  }
  .o-grid .o-row > *.m-push-1 {
    margin-right: calc(6vw + 25%) !important;
  }
  .o-grid .o-row > *.m-pull-1 {
    margin-left: 25% !important;
  }
  .o-grid .o-row > *.m-2-4 {
    width: calc(50% - 6vw) !important;
  }
  .o-grid .o-row > *.m-push-2 {
    margin-right: calc(6vw + 50%) !important;
  }
  .o-grid .o-row > *.m-pull-2 {
    margin-left: 50% !important;
  }
  .o-grid .o-row > *.m-3-4 {
    width: calc(75% - 6vw) !important;
  }
  .o-grid .o-row > *.m-push-3 {
    margin-right: calc(6vw + 75%) !important;
  }
  .o-grid .o-row > *.m-pull-3 {
    margin-left: 75% !important;
  }
  .o-grid .o-row > *.m-4-4 {
    width: calc(100% - 6vw) !important;
  }
  .o-grid .o-row > *.m-push-4 {
    margin-right: calc(6vw + 100%) !important;
  }
  .o-grid .o-row > *.m-pull-4 {
    margin-left: 100% !important;
  }
}

.o-grid-portfolio {
  overflow: hidden;
}

.o-grid-portfolio .o-row {
  width: calc(100% + 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}

.o-grid-portfolio .o-row + .o-row {
  margin-top: 40px;
}

.o-grid-portfolio .o-row > * {
  margin: 0 40px 40px 0;
}

.o-grid-portfolio .o-row > *:first-child:nth-last-child(1),
.o-grid-portfolio .o-row > *:first-child:nth-last-child(1) ~ * {
  width: calc(100% - 40px);
}

.o-grid-portfolio .o-row > *:first-child:nth-last-child(2),
.o-grid-portfolio .o-row > *:first-child:nth-last-child(2) ~ * {
  width: calc(50% - 40px);
}

.o-grid-portfolio .o-row > *:first-child:nth-last-child(3),
.o-grid-portfolio .o-row > *:first-child:nth-last-child(3) ~ * {
  width: calc(33.33333% - 40px);
}

.o-grid-portfolio .o-row > *:first-child:nth-last-child(4),
.o-grid-portfolio .o-row > *:first-child:nth-last-child(4) ~ * {
  width: calc(25% - 40px);
}

.o-grid-portfolio .o-row > *:first-child:nth-last-child(5),
.o-grid-portfolio .o-row > *:first-child:nth-last-child(5) ~ * {
  width: calc(20% - 40px);
}

.o-grid-portfolio .o-row > *:first-child:nth-last-child(6),
.o-grid-portfolio .o-row > *:first-child:nth-last-child(6) ~ * {
  width: calc(16.66667% - 40px);
}

.o-grid-portfolio .o-row > *.u-1-6 {
  width: calc(16.66667% - 40px) !important;
}

.o-grid-portfolio .o-row > *.u-2-6 {
  width: calc(33.33333% - 40px) !important;
}

.o-grid-portfolio .o-row > *.u-3-6 {
  width: calc(50% - 40px) !important;
}

.o-grid-portfolio .o-row > *.u-4-6 {
  width: calc(66.66667% - 40px) !important;
}

.o-grid-portfolio .o-row > *.u-5-6 {
  width: calc(83.33333% - 40px) !important;
}

.o-grid-portfolio .o-row > *.u-6-6 {
  width: calc(100% - 40px) !important;
}

@media (max-width: 767px) {
  .o-grid-portfolio .o-row > *.m-1-6 {
    width: calc(16.66667% - 40px) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-1 {
    margin-right: calc(40px + 16.66667%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-1 {
    margin-left: 16.66667% !important;
  }
  .o-grid-portfolio .o-row > *.m-2-6 {
    width: calc(33.33333% - 40px) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-2 {
    margin-right: calc(40px + 33.33333%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-2 {
    margin-left: 33.33333% !important;
  }
  .o-grid-portfolio .o-row > *.m-3-6 {
    width: calc(50% - 40px) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-3 {
    margin-right: calc(40px + 50%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-3 {
    margin-left: 50% !important;
  }
  .o-grid-portfolio .o-row > *.m-4-6 {
    width: calc(66.66667% - 40px) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-4 {
    margin-right: calc(40px + 66.66667%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-4 {
    margin-left: 66.66667% !important;
  }
  .o-grid-portfolio .o-row > *.m-5-6 {
    width: calc(83.33333% - 40px) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-5 {
    margin-right: calc(40px + 83.33333%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-5 {
    margin-left: 83.33333% !important;
  }
  .o-grid-portfolio .o-row > *.m-6-6 {
    width: calc(100% - 40px) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-6 {
    margin-right: calc(40px + 100%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-6 {
    margin-left: 100% !important;
  }
}

@media (max-width: 767px) {
  .o-grid-portfolio .o-row {
    width: calc(100% + 6vw);
    margin-bottom: -6vw;
  }
  .o-grid-portfolio .o-row + .o-row {
    margin-top: 6vw;
  }
  .o-grid-portfolio .o-row > * {
    margin: 0 6vw 6vw 0;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .o-grid-portfolio .o-row > *.m-1-6 {
    width: calc(16.66667% - 6vw) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-1 {
    margin-right: calc(6vw + 16.66667%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-1 {
    margin-left: 16.66667% !important;
  }
  .o-grid-portfolio .o-row > *.m-2-6 {
    width: calc(33.33333% - 6vw) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-2 {
    margin-right: calc(6vw + 33.33333%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-2 {
    margin-left: 33.33333% !important;
  }
  .o-grid-portfolio .o-row > *.m-3-6 {
    width: calc(50% - 6vw) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-3 {
    margin-right: calc(6vw + 50%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-3 {
    margin-left: 50% !important;
  }
  .o-grid-portfolio .o-row > *.m-4-6 {
    width: calc(66.66667% - 6vw) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-4 {
    margin-right: calc(6vw + 66.66667%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-4 {
    margin-left: 66.66667% !important;
  }
  .o-grid-portfolio .o-row > *.m-5-6 {
    width: calc(83.33333% - 6vw) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-5 {
    margin-right: calc(6vw + 83.33333%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-5 {
    margin-left: 83.33333% !important;
  }
  .o-grid-portfolio .o-row > *.m-6-6 {
    width: calc(100% - 6vw) !important;
  }
  .o-grid-portfolio .o-row > *.m-push-6 {
    margin-right: calc(6vw + 100%) !important;
  }
  .o-grid-portfolio .o-row > *.m-pull-6 {
    margin-left: 100% !important;
  }
}

.o-content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* ELEMENTS - why is this here?
	********************************************************************************/
}

.o-content > * + * {
  margin-top: calc(1.4rem * 1);
}

.o-content--lg > * + * {
  margin-top: calc(2rem * 1);
}

.o-content--md > * + * {
  margin-top: calc(1rem * 1);
}

.o-content--sm > * + * {
  margin-top: calc(0.75rem * 1);
}

.o-content--xs > * + * {
  margin-top: calc(0.5rem * 1);
}

.o-content p .c-button:first-child {
  margin-top: 0.5rem;
}

.o-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-flex > * {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 767px) {
  .o-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.o-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

/* 07-PATTERNS
************************************************************************/
/* HEADING DEFAULTS
**********************************************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
}

/* STANDARD HEADING CLASSES
**********************************************************************/
h1, .h1 {
  font-size: 6.15385rem;
  font-family: "Noticia Text";
}

h1 + .h2, .h1 + .h2 {
  margin-top: 0;
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 1023px) {
  h1 + .h2, .h1 + .h2 {
    font-size: 3.07692rem;
  }
}

h2, .h2 {
  font-size: 3.53846rem;
  font-family: "Noticia Text";
}

h3, .h3 {
  font-size: 2rem;
  font-family: "Noticia Text";
}

h4, .h4 {
  font-size: 1.30769rem;
  font-family: "Noticia Text";
}

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

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

/* DISPLAY HEADING CLASSES
**********************************************************************/
.display-heading, .display-heading--h1, .display-heading--h2, .display-heading--h3 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid rgba(77, 77, 77, 0.5);
  padding-bottom: 6vw;
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
  .display-heading, .display-heading--h1, .display-heading--h2, .display-heading--h3 {
    text-align: center;
  }
}

.display-heading--h1 {
  font-size: 6.15385em;
}

@media (max-width: 767px) {
  .display-heading--h1 {
    font-size: 3.84615em;
  }
}

.display-heading--h2 {
  font-size: 2em;
}

.display-heading--h3 {
  font-size: 1.30769em;
}

p {
  font-size: 1em;
}

p.xl {
  font-size: 2.30769em;
}

p.lg {
  font-size: 1.53846em;
}

p.sm {
  font-size: 1.23077em;
}

p.xs {
  font-size: 0.92308em;
}

p a:not(.c-button) {
  text-decoration: underline;
}

@media (min-width: 768px) {
  p a:not(.c-button):hover {
    opacity: 0.5;
  }
}

@media (max-width: 1080px) {
  p a:not(.c-button):active {
    opacity: 0.5;
  }
}

p.lead {
  margin-top: 0;
}

hr {
  border-top: 1px solid rgba(77, 77, 77, 0.5);
  border-bottom: none;
}

/* 08-COMPONENTS
************************************************************************/
.c-button {
  /* DEFAULT
	************************************************************************/
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 1em;
  font-size: 1.23077em;
  font-weight: 700;
  border: 0;
  background: grey;
  color: white;
  line-height: 1;
  width: 100%;
  max-width: 9.5em;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 3px;
  /* VARIATIONS
	************************************************************************/
  /* COLOURS
	************************************************************************/
}

@media (min-width: 768px) {
  .c-button:hover {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.15);
    text-decoration: none;
  }
}

@media (max-width: 1080px) {
  .c-button:active {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.15);
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .c-button {
    white-space: nowrap;
  }
}

.c-button--slim {
  padding: 0.4em 1em;
}

.c-button--border, .c-button--border--ebb, .c-button--border--red, .c-button--border--blue, .c-button--border--green, .c-button--border--black, .c-button--border--white {
  background: transparent;
  padding: calc(1em - 2px);
  border: 2px solid grey;
  color: grey;
}

.c-button--border.c-button--slim, .c-button--slim.c-button--border--ebb, .c-button--slim.c-button--border--red, .c-button--slim.c-button--border--blue, .c-button--slim.c-button--border--green, .c-button--slim.c-button--border--black, .c-button--slim.c-button--border--white {
  padding: 0.4em 1em;
}

.c-button--circular {
  max-width: none;
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: normal;
}

.c-button--circular + .c-button {
  margin-left: 1rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .c-button--circular {
    width: 12.5vw;
    height: 12.5vw;
  }
}

@media (max-width: 767px) {
  .c-button--circular {
    width: 23vw;
    height: 23vw;
  }
  .c-button--circular + .c-button {
    margin-left: 0.5rem;
  }
}

.c-button--ebb {
  background-color: #EAE5E5;
  color: black;
}

.c-button--border--ebb {
  border: 2px solid #EAE5E5;
  color: #EAE5E5;
}

.c-button--border--ebb.c-button--slim {
  padding: 0.4em 1em;
}

.c-button.color-ebb {
  color: #EAE5E5;
}

.c-button--red {
  background-color: #E83556;
  color: white;
}

.c-button--border--red {
  border: 2px solid #E83556;
  color: #E83556;
}

.c-button--border--red.c-button--slim {
  padding: 0.4em 1em;
}

.c-button.color-red {
  color: #E83556;
}

.c-button--blue {
  background-color: #61D0D4;
  color: black;
}

.c-button--border--blue {
  border: 2px solid #61D0D4;
  color: #61D0D4;
}

.c-button--border--blue.c-button--slim {
  padding: 0.4em 1em;
}

.c-button.color-blue {
  color: #61D0D4;
}

.c-button--green {
  background-color: #D1C926;
  color: black;
}

.c-button--border--green {
  border: 2px solid #D1C926;
  color: #D1C926;
}

.c-button--border--green.c-button--slim {
  padding: 0.4em 1em;
}

.c-button.color-green {
  color: #D1C926;
}

.c-button--black {
  background-color: #4D4D4D;
  color: white;
}

.c-button--border--black {
  border: 2px solid #4D4D4D;
  color: #4D4D4D;
}

.c-button--border--black.c-button--slim {
  padding: 0.4em 1em;
}

.c-button.color-black {
  color: #4D4D4D;
}

.c-button--white {
  background-color: #FFFFFF;
  color: black;
}

.c-button--border--white {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

.c-button--border--white.c-button--slim {
  padding: 0.4em 1em;
}

.c-button.color-white {
  color: #FFFFFF;
}

/* BUTTON GROUPS
************************************************************************/
.c-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .c-button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-button-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* SIBLING BEHAVIOUR
************************************************************************/
@media (max-width: 767px) {
  .c-button:not(.c-button--circular) + .c-button {
    margin-top: 1em;
  }
}

@media (min-width: 768px) {
  .c-button:not(.c-button--circular) + .c-button {
    margin-left: 1em;
  }
}

.c-cookies {
  padding: 2rem;
  position: fixed;
  z-index: 20;
  bottom: 1rem;
  left: 1rem;
  max-width: 375px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(calc(100% + 1rem));
      -ms-transform: translateY(calc(100% + 1rem));
          transform: translateY(calc(100% + 1rem));
  opacity: 0;
  pointer-events: none;
  color: white;
  background: black;
}

.c-cookies.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.c-cookies .c-button {
  width: 100%;
  max-width: none;
}

@media (max-width: 767px) {
  .c-cookies {
    max-width: none;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.c-form {
  width: 100%;
}

.c-form__notification {
  background-color: white;
  padding: 1em;
}

.c-form input, .c-form select, .c-form textarea, .c-form button {
  font-family: "Open Sans";
  width: 100%;
}

.c-form input.error, .c-form select.error, .c-form textarea.error, .c-form button.error {
  -webkit-box-shadow: 2px 2px 0px 0px rgba(255, 0, 0, 0.5);
          box-shadow: 2px 2px 0px 0px rgba(255, 0, 0, 0.5);
}

.c-field {
  width: 100%;
  text-align: left;
}

.c-field + .c-field {
  margin-top: 0.5rem;
}

.c-field label {
  font-weight: 400;
  font-size: 1.53846em;
  display: block;
  margin-bottom: 0.25em;
}

.c-field input[type="text"],
.c-field input[type="email"],
.c-field input[type="number"],
.c-field input[type="password"],
.c-field select,
.c-field textarea {
  display: block;
  width: 100%;
  padding: 1em;
  font-size: 1rem;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
}

.c-field input[type="text"]::-ms-expand,
.c-field input[type="email"]::-ms-expand,
.c-field input[type="number"]::-ms-expand,
.c-field input[type="password"]::-ms-expand,
.c-field select::-ms-expand,
.c-field textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

.c-field input[type="text"]::-webkit-input-placeholder,
.c-field input[type="email"]::-webkit-input-placeholder,
.c-field input[type="number"]::-webkit-input-placeholder,
.c-field input[type="password"]::-webkit-input-placeholder,
.c-field select::-webkit-input-placeholder,
.c-field textarea::-webkit-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 1;
}

.c-field input[type="text"]::-moz-placeholder,
.c-field input[type="email"]::-moz-placeholder,
.c-field input[type="number"]::-moz-placeholder,
.c-field input[type="password"]::-moz-placeholder,
.c-field select::-moz-placeholder,
.c-field textarea::-moz-placeholder {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 1;
}

.c-field input[type="text"]::-ms-input-placeholder,
.c-field input[type="email"]::-ms-input-placeholder,
.c-field input[type="number"]::-ms-input-placeholder,
.c-field input[type="password"]::-ms-input-placeholder,
.c-field select::-ms-input-placeholder,
.c-field textarea::-ms-input-placeholder {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 1;
}

.c-field input[type="text"]::placeholder,
.c-field input[type="email"]::placeholder,
.c-field input[type="number"]::placeholder,
.c-field input[type="password"]::placeholder,
.c-field select::placeholder,
.c-field textarea::placeholder {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 1;
}

.c-field input[type="text"]:disabled, .c-field input[type="text"][readonly],
.c-field input[type="email"]:disabled,
.c-field input[type="email"][readonly],
.c-field input[type="number"]:disabled,
.c-field input[type="number"][readonly],
.c-field input[type="password"]:disabled,
.c-field input[type="password"][readonly],
.c-field select:disabled,
.c-field select[readonly],
.c-field textarea:disabled,
.c-field textarea[readonly] {
  border-color: inherit;
  opacity: 1;
}

.c-field input[type="text"]:disabled::-webkit-input-placeholder, .c-field input[type="text"][readonly]::-webkit-input-placeholder,
.c-field input[type="email"]:disabled::-webkit-input-placeholder,
.c-field input[type="email"][readonly]::-webkit-input-placeholder,
.c-field input[type="number"]:disabled::-webkit-input-placeholder,
.c-field input[type="number"][readonly]::-webkit-input-placeholder,
.c-field input[type="password"]:disabled::-webkit-input-placeholder,
.c-field input[type="password"][readonly]::-webkit-input-placeholder,
.c-field select:disabled::-webkit-input-placeholder,
.c-field select[readonly]::-webkit-input-placeholder,
.c-field textarea:disabled::-webkit-input-placeholder,
.c-field textarea[readonly]::-webkit-input-placeholder {
  color: inherit;
}

.c-field input[type="text"]:disabled::-moz-placeholder, .c-field input[type="text"][readonly]::-moz-placeholder,
.c-field input[type="email"]:disabled::-moz-placeholder,
.c-field input[type="email"][readonly]::-moz-placeholder,
.c-field input[type="number"]:disabled::-moz-placeholder,
.c-field input[type="number"][readonly]::-moz-placeholder,
.c-field input[type="password"]:disabled::-moz-placeholder,
.c-field input[type="password"][readonly]::-moz-placeholder,
.c-field select:disabled::-moz-placeholder,
.c-field select[readonly]::-moz-placeholder,
.c-field textarea:disabled::-moz-placeholder,
.c-field textarea[readonly]::-moz-placeholder {
  color: inherit;
}

.c-field input[type="text"]:disabled::-ms-input-placeholder, .c-field input[type="text"][readonly]::-ms-input-placeholder,
.c-field input[type="email"]:disabled::-ms-input-placeholder,
.c-field input[type="email"][readonly]::-ms-input-placeholder,
.c-field input[type="number"]:disabled::-ms-input-placeholder,
.c-field input[type="number"][readonly]::-ms-input-placeholder,
.c-field input[type="password"]:disabled::-ms-input-placeholder,
.c-field input[type="password"][readonly]::-ms-input-placeholder,
.c-field select:disabled::-ms-input-placeholder,
.c-field select[readonly]::-ms-input-placeholder,
.c-field textarea:disabled::-ms-input-placeholder,
.c-field textarea[readonly]::-ms-input-placeholder {
  color: inherit;
}

.c-field input[type="text"]:disabled::placeholder, .c-field input[type="text"][readonly]::placeholder,
.c-field input[type="email"]:disabled::placeholder,
.c-field input[type="email"][readonly]::placeholder,
.c-field input[type="number"]:disabled::placeholder,
.c-field input[type="number"][readonly]::placeholder,
.c-field input[type="password"]:disabled::placeholder,
.c-field input[type="password"][readonly]::placeholder,
.c-field select:disabled::placeholder,
.c-field select[readonly]::placeholder,
.c-field textarea:disabled::placeholder,
.c-field textarea[readonly]::placeholder {
  color: inherit;
}

@media (min-width: 768px) {
  .c-field input[type="text"][type='submit'],
  .c-field input[type="email"][type='submit'],
  .c-field input[type="number"][type='submit'],
  .c-field input[type="password"][type='submit'],
  .c-field select[type='submit'],
  .c-field textarea[type='submit'] {
    width: auto;
  }
}

.c-field input[type="text"]:invalid,
.c-field input[type="email"]:invalid,
.c-field input[type="number"]:invalid,
.c-field input[type="password"]:invalid,
.c-field select:invalid,
.c-field textarea:invalid {
  color: #E83556;
}

.c-field input[type="text"].has-error::-webkit-input-placeholder,
.c-field input[type="email"].has-error::-webkit-input-placeholder,
.c-field input[type="number"].has-error::-webkit-input-placeholder,
.c-field input[type="password"].has-error::-webkit-input-placeholder,
.c-field select.has-error::-webkit-input-placeholder,
.c-field textarea.has-error::-webkit-input-placeholder {
  color: #E83556;
}

.c-field input[type="text"].has-error::-moz-placeholder,
.c-field input[type="email"].has-error::-moz-placeholder,
.c-field input[type="number"].has-error::-moz-placeholder,
.c-field input[type="password"].has-error::-moz-placeholder,
.c-field select.has-error::-moz-placeholder,
.c-field textarea.has-error::-moz-placeholder {
  color: #E83556;
}

.c-field input[type="text"].has-error::-ms-input-placeholder,
.c-field input[type="email"].has-error::-ms-input-placeholder,
.c-field input[type="number"].has-error::-ms-input-placeholder,
.c-field input[type="password"].has-error::-ms-input-placeholder,
.c-field select.has-error::-ms-input-placeholder,
.c-field textarea.has-error::-ms-input-placeholder {
  color: #E83556;
}

.c-field input[type="text"].has-error::placeholder,
.c-field input[type="email"].has-error::placeholder,
.c-field input[type="number"].has-error::placeholder,
.c-field input[type="password"].has-error::placeholder,
.c-field select.has-error::placeholder,
.c-field textarea.has-error::placeholder {
  color: #E83556;
}

.ci-acf-preview .c-field input[type="text"], .ci-acf-preview
.c-field input[type="email"], .ci-acf-preview
.c-field input[type="number"], .ci-acf-preview
.c-field input[type="password"], .ci-acf-preview
.c-field select, .ci-acf-preview
.c-field textarea {
  display: block !important;
  width: 100% !important;
  padding: 1em !important;
  font-size: 1rem !important;
  resize: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: 0 !important;
  border-radius: 8px !important;
}

.c-field input[type="checkbox"] {
  display: none;
}

.c-field input[type="checkbox"]:checked + label::before {
  content: "\f14a";
  color: #61D0D4;
}

.c-field input[type="checkbox"] + label {
  font-family: "Open Sans";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .c-field input[type="checkbox"] + label:hover {
    opacity: 0.75;
  }
}

@media (max-width: 1080px) {
  .c-field input[type="checkbox"] + label:active {
    opacity: 0.75;
  }
}

.c-field input[type="checkbox"] + label::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  color: white;
  font-size: 1rem;
  margin-right: 0.5em;
}

.c-field input[type="checkbox"] + label a {
  text-decoration: underline;
}

.c-field input[type="checkbox"].error + label {
  color: rgba(255, 0, 0, 0.75);
}

.c-field select {
  color: black;
  text-transform: uppercase;
  font-weight: 900;
}

.c-field select:focus::-ms-value {
  color: #6c757d;
  background-color: #fff;
}

.c-field select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.c-field select[size], .c-field select[multiple] {
  height: auto;
}

.c-field textarea {
  height: 100px;
}

.c-field input:invalid {
  -webkit-box-shadow: 2px 2px 0px 0px rgba(255, 0, 0, 0.5);
          box-shadow: 2px 2px 0px 0px rgba(255, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .c-field-row, .c-field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-field-row .c-field + .c-field, .c-field-group .c-field + .c-field {
    margin: 0 0 0 1.4rem;
  }
  .c-field-row.c-field-row .c-field, .c-field-group.c-field-row .c-field {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-field-row + .c-field-row, .c-field-row + .c-field-group, .c-field-group + .c-field-row, .c-field-group + .c-field-group {
  margin-top: 0.5rem;
}

.c-field-row--center, .c-field-group--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* FORM VALIDATION ALERTS
****************************************************************************************************/
.has-error {
  color: #E83556;
}

.c-alert {
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  margin-top: 2rem;
  background: white;
}

@media (max-width: 767px) {
  .c-alert {
    margin-top: 6vw;
  }
}

.c-alert--error {
  color: #E83556;
}

.c-alert--success {
  color: #61D0D4;
}

/* 09-MODULES
************************************************************************/
.m-cover {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.o-section .m-cover {
  min-height: calc(100vh - (6vw *2));
}

.o-section--collapse .m-cover {
  min-height: 100vh;
  padding: 6vw;
}

.o-section--0 .m-cover {
  min-height: calc(100vh - (0 *2));
}

.o-section--1 .m-cover {
  min-height: calc(100vh - (1rem *2));
}

.o-section--2 .m-cover {
  min-height: calc(100vh - (2rem *2));
}

.o-section--3 .m-cover {
  min-height: calc(100vh - (3rem *2));
}

.o-section--vw .m-cover {
  min-height: calc(100vh - (6vw *2));
}

.m-half-block__content {
  padding: 6vw;
}

@media (min-width: 768px) {
  .m-half-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .m-half-block--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .m-half-block > * {
    width: 50%;
  }
  .m-half-block__content {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .m-half-block__content--align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-half-block__content--align .o-content {
    max-width: calc(980px/2 - 6vw);
  }
  .m-half-block__image {
    background-size: cover;
    background-position: center center;
  }
  .m-half-block__image img {
    opacity: 0;
    pointer-events: none;
  }
  .m-half-block__image--collapse img {
    display: none;
  }
}

@media (max-width: 767px) {
  .m-half-block > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-columns > * {
  background-size: cover;
  background-position: center center;
  width: 100%;
}

@media (max-width: 767px) {
  .m-columns__background {
    min-height: 50vh;
  }
}

@media (min-width: 768px) {
  .m-columns > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .m-columns > *:first-child:nth-last-child(3) {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .m-columns {
    text-align: center;
  }
}

.m-media__caption {
  margin-top: 1em;
}

.m-media__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  overflow: hidden;
  max-width: 100%;
  height: 0;
}

.m-media__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-title--align-left {
  text-align: left;
}

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

.m-title--align-ight {
  text-align: right;
}

.industry-practice .m-title .display-heading--h2 {
  padding-bottom: 2rem;
}

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

.m-buckets__bucket img {
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
}

.m-buckets--padding .o-row > * {
  padding: 2vw;
}

@media (max-width: 767px) {
  .m-buckets--padding .o-row > * {
    padding: 6vw;
  }
}

@media (min-width: 768px) {
  .m-content-and-image .o-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-content-and-image--reverse .o-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.m-content-and-image__image img {
  border-radius: 100%;
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 1080px) and (orientation: portrait) {
  .m-content-and-image .o-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-content-and-image .o-content {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .m-tabs__input {
    display: none;
  }
  .m-tabs__input:checked + label::after {
    content: '\f068';
  }
  .m-tabs__input:checked + label + div {
    display: block;
  }
  .m-tabs__label {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-tabs__label::after {
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    display: block;
    font-weight: 900;
  }
  .m-tabs__label:not(:first-of-type) {
    border-top: 1px dotted rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .m-tabs__label:hover {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 767px) and (max-width: 1080px) {
  .m-tabs__label:active {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 767px) {
  .m-tabs__content {
    display: none;
    padding: 1rem;
    border-top: 1px dotted rgba(0, 0, 0, 0.25);
    margin-top: 0 !important;
    min-height: 0 !important;
  }
}

@media (min-width: 768px) {
  .m-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    /* VERTICAL MODE
		********************************************************************************/
  }
  .m-tabs__input {
    display: none;
  }
  .m-tabs__input:checked + label.background-ebb {
    background-color: #EAE5E5;
  }
  .m-tabs__input:checked + label.background-ebb:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-tabs__input:checked + label.background-red {
    background-color: #E83556;
  }
  .m-tabs__input:checked + label.background-red:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-tabs__input:checked + label.background-blue {
    background-color: #61D0D4;
  }
  .m-tabs__input:checked + label.background-blue:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-tabs__input:checked + label.background-green {
    background-color: #D1C926;
  }
  .m-tabs__input:checked + label.background-green:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-tabs__input:checked + label.background-black {
    background-color: #4D4D4D;
  }
  .m-tabs__input:checked + label.background-black:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-tabs__input:checked + label.background-white {
    background-color: #FFFFFF;
  }
  .m-tabs__input:checked + label.background-white:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-tabs__input:checked + label + div {
    display: block;
  }
  .m-tabs__label {
    padding: 1rem 2rem;
    cursor: pointer;
  }
  .m-tabs__label.background-ebb:nth-of-type(1) {
    background-color: rgba(234, 229, 229, 0.8);
  }
  .m-tabs__label.background-ebb:nth-of-type(2) {
    background-color: rgba(234, 229, 229, 0.7);
  }
  .m-tabs__label.background-ebb:nth-of-type(3) {
    background-color: rgba(234, 229, 229, 0.6);
  }
  .m-tabs__label.background-ebb:nth-of-type(4) {
    background-color: rgba(234, 229, 229, 0.5);
  }
  .m-tabs__label.background-ebb:nth-of-type(5) {
    background-color: rgba(234, 229, 229, 0.4);
  }
  .m-tabs__label.background-ebb:nth-of-type(6) {
    background-color: rgba(234, 229, 229, 0.3);
  }
  .m-tabs__label.background-ebb:nth-of-type(7) {
    background-color: rgba(234, 229, 229, 0.2);
  }
  .m-tabs__label.background-ebb:nth-of-type(8) {
    background-color: rgba(234, 229, 229, 0.1);
  }
  .m-tabs__label.background-ebb:nth-of-type(9) {
    background-color: rgba(234, 229, 229, 0);
  }
  .m-tabs__label.background-ebb:nth-of-type(10) {
    background-color: rgba(234, 229, 229, 0);
  }
  .m-tabs__label.background-ebb:hover {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(234, 229, 229, 0.5);
            box-shadow: inset 0px 0px 100px 200px rgba(234, 229, 229, 0.5);
  }
  .m-tabs__label.background-red:nth-of-type(1) {
    background-color: rgba(232, 53, 86, 0.8);
  }
  .m-tabs__label.background-red:nth-of-type(2) {
    background-color: rgba(232, 53, 86, 0.7);
  }
  .m-tabs__label.background-red:nth-of-type(3) {
    background-color: rgba(232, 53, 86, 0.6);
  }
  .m-tabs__label.background-red:nth-of-type(4) {
    background-color: rgba(232, 53, 86, 0.5);
  }
  .m-tabs__label.background-red:nth-of-type(5) {
    background-color: rgba(232, 53, 86, 0.4);
  }
  .m-tabs__label.background-red:nth-of-type(6) {
    background-color: rgba(232, 53, 86, 0.3);
  }
  .m-tabs__label.background-red:nth-of-type(7) {
    background-color: rgba(232, 53, 86, 0.2);
  }
  .m-tabs__label.background-red:nth-of-type(8) {
    background-color: rgba(232, 53, 86, 0.1);
  }
  .m-tabs__label.background-red:nth-of-type(9) {
    background-color: rgba(232, 53, 86, 0);
  }
  .m-tabs__label.background-red:nth-of-type(10) {
    background-color: rgba(232, 53, 86, 0);
  }
  .m-tabs__label.background-red:hover {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(232, 53, 86, 0.5);
            box-shadow: inset 0px 0px 100px 200px rgba(232, 53, 86, 0.5);
  }
  .m-tabs__label.background-blue:nth-of-type(1) {
    background-color: rgba(97, 208, 212, 0.8);
  }
  .m-tabs__label.background-blue:nth-of-type(2) {
    background-color: rgba(97, 208, 212, 0.7);
  }
  .m-tabs__label.background-blue:nth-of-type(3) {
    background-color: rgba(97, 208, 212, 0.6);
  }
  .m-tabs__label.background-blue:nth-of-type(4) {
    background-color: rgba(97, 208, 212, 0.5);
  }
  .m-tabs__label.background-blue:nth-of-type(5) {
    background-color: rgba(97, 208, 212, 0.4);
  }
  .m-tabs__label.background-blue:nth-of-type(6) {
    background-color: rgba(97, 208, 212, 0.3);
  }
  .m-tabs__label.background-blue:nth-of-type(7) {
    background-color: rgba(97, 208, 212, 0.2);
  }
  .m-tabs__label.background-blue:nth-of-type(8) {
    background-color: rgba(97, 208, 212, 0.1);
  }
  .m-tabs__label.background-blue:nth-of-type(9) {
    background-color: rgba(97, 208, 212, 0);
  }
  .m-tabs__label.background-blue:nth-of-type(10) {
    background-color: rgba(97, 208, 212, 0);
  }
  .m-tabs__label.background-blue:hover {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(97, 208, 212, 0.5);
            box-shadow: inset 0px 0px 100px 200px rgba(97, 208, 212, 0.5);
  }
  .m-tabs__label.background-green:nth-of-type(1) {
    background-color: rgba(209, 201, 38, 0.8);
  }
  .m-tabs__label.background-green:nth-of-type(2) {
    background-color: rgba(209, 201, 38, 0.7);
  }
  .m-tabs__label.background-green:nth-of-type(3) {
    background-color: rgba(209, 201, 38, 0.6);
  }
  .m-tabs__label.background-green:nth-of-type(4) {
    background-color: rgba(209, 201, 38, 0.5);
  }
  .m-tabs__label.background-green:nth-of-type(5) {
    background-color: rgba(209, 201, 38, 0.4);
  }
  .m-tabs__label.background-green:nth-of-type(6) {
    background-color: rgba(209, 201, 38, 0.3);
  }
  .m-tabs__label.background-green:nth-of-type(7) {
    background-color: rgba(209, 201, 38, 0.2);
  }
  .m-tabs__label.background-green:nth-of-type(8) {
    background-color: rgba(209, 201, 38, 0.1);
  }
  .m-tabs__label.background-green:nth-of-type(9) {
    background-color: rgba(209, 201, 38, 0);
  }
  .m-tabs__label.background-green:nth-of-type(10) {
    background-color: rgba(209, 201, 38, 0);
  }
  .m-tabs__label.background-green:hover {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(209, 201, 38, 0.5);
            box-shadow: inset 0px 0px 100px 200px rgba(209, 201, 38, 0.5);
  }
  .m-tabs__label.background-black:nth-of-type(1) {
    background-color: rgba(77, 77, 77, 0.8);
  }
  .m-tabs__label.background-black:nth-of-type(2) {
    background-color: rgba(77, 77, 77, 0.7);
  }
  .m-tabs__label.background-black:nth-of-type(3) {
    background-color: rgba(77, 77, 77, 0.6);
  }
  .m-tabs__label.background-black:nth-of-type(4) {
    background-color: rgba(77, 77, 77, 0.5);
  }
  .m-tabs__label.background-black:nth-of-type(5) {
    background-color: rgba(77, 77, 77, 0.4);
  }
  .m-tabs__label.background-black:nth-of-type(6) {
    background-color: rgba(77, 77, 77, 0.3);
  }
  .m-tabs__label.background-black:nth-of-type(7) {
    background-color: rgba(77, 77, 77, 0.2);
  }
  .m-tabs__label.background-black:nth-of-type(8) {
    background-color: rgba(77, 77, 77, 0.1);
  }
  .m-tabs__label.background-black:nth-of-type(9) {
    background-color: rgba(77, 77, 77, 0);
  }
  .m-tabs__label.background-black:nth-of-type(10) {
    background-color: rgba(77, 77, 77, 0);
  }
  .m-tabs__label.background-black:hover {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(77, 77, 77, 0.5);
            box-shadow: inset 0px 0px 100px 200px rgba(77, 77, 77, 0.5);
  }
  .m-tabs__label.background-white:nth-of-type(1) {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .m-tabs__label.background-white:nth-of-type(2) {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .m-tabs__label.background-white:nth-of-type(3) {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .m-tabs__label.background-white:nth-of-type(4) {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .m-tabs__label.background-white:nth-of-type(5) {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .m-tabs__label.background-white:nth-of-type(6) {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .m-tabs__label.background-white:nth-of-type(7) {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .m-tabs__label.background-white:nth-of-type(8) {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .m-tabs__label.background-white:nth-of-type(9) {
    background-color: rgba(255, 255, 255, 0);
  }
  .m-tabs__label.background-white:nth-of-type(10) {
    background-color: rgba(255, 255, 255, 0);
  }
  .m-tabs__label.background-white:hover {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(255, 255, 255, 0.5);
            box-shadow: inset 0px 0px 100px 200px rgba(255, 255, 255, 0.5);
  }
  .m-tabs__content {
    width: 100%;
    -webkit-box-ordinal-group: 100;
        -ms-flex-order: 99;
            order: 99;
    padding: 2rem;
    display: none;
  }
  .m-tabs--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    width: calc(100% + 2vw);
  }
  .m-tabs--vertical .m-tabs__label {
    width: calc(25% - 2vw);
  }
  .m-tabs--vertical .m-tabs__content {
    width: calc(75%);
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
    left: -2vw;
  }
}

.m-accordions__item:not(:first-child) {
  border-top: 1px dotted rgba(0, 0, 0, 0.25);
}

.m-accordions__input {
  display: none;
}

.m-accordions__input:checked + label::after {
  content: '\f068';
}

.m-accordions--static .m-accordions__input:checked + label + .m-accordions__content {
  display: block;
}

.m-accordions__label {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-accordions__label::after {
  font-family: "Font Awesome 5 Free";
  content: '\f067';
  display: block;
  font-weight: 900;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .m-accordions__label:hover {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.05);
  }
}

@media (max-width: 1080px) {
  .m-accordions__label:active {
    -webkit-box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0px 0px 100px 200px rgba(0, 0, 0, 0.05);
  }
}

.m-accordions__content .o-content {
  padding: 1rem;
  border-top: 1px dotted rgba(0, 0, 0, 0.25);
}

.m-accordions--static .m-accordions__content {
  display: none;
}

.m-accordions--animate .m-accordions__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}

@media (min-width: 768px) {
  .m-accordions__label {
    padding: 1rem 2rem;
  }
  .m-accordions__content .o-content {
    padding: 2rem;
  }
}

.m-contact-form .c-button {
  max-width: none;
}

.m-cards {
  /* PADDING
	********************************************************************************/
}

.m-cards--padding .m-cards__card {
  padding: 1rem;
}

@media (min-width: 768px) {
  .m-cards--padding .m-cards__card {
    padding: 2vw;
  }
}

.m-cards--padding--content .m-cards__card__content {
  padding: 1rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .m-cards--padding--content .m-cards__card__content {
    padding: 2vw;
  }
}

.m-cards--padding--image .m-cards__card__image {
  padding: 1rem;
}

@media (min-width: 768px) {
  .m-cards--padding--image .m-cards__card__image {
    padding: 2vw;
  }
}

.m-post-object__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media (min-width: 768px) {
  .m-subscribe-form .c-button {
    max-width: 9.6875em;
  }
}

.m-tick-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.m-tick-list__item + * {
  margin-top: 0.5rem;
}

.m-tick-list__item::before {
  content: '\2713';
  margin-right: 1rem;
}

.m-arrow-box__header {
  position: relative;
}

.m-arrow-box__header::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 1rem;
  margin-left: -1rem;
}

.m-logo-grid__item {
  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;
}

.m-logo-grid__item::after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.m-logo-grid__item[class*=" background-"] {
  padding: 1rem;
}

.m-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  color: black;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.m-table th, .m-table td {
  padding: 1rem;
}

.m-table th {
  font-weight: 700;
}

.m-table--ebb th {
  background: #EAE5E5;
  color: black;
}

.m-table--ebb tr:nth-child(even) {
  background: rgba(234, 229, 229, 0.15);
}

.m-table--ebb td::before {
  background: #EAE5E5;
  color: black;
}

.m-table--red th {
  background: #E83556;
  color: white;
}

.m-table--red tr:nth-child(even) {
  background: rgba(232, 53, 86, 0.15);
}

.m-table--red td::before {
  background: #E83556;
  color: white;
}

.m-table--blue th {
  background: #61D0D4;
  color: black;
}

.m-table--blue tr:nth-child(even) {
  background: rgba(97, 208, 212, 0.15);
}

.m-table--blue td::before {
  background: #61D0D4;
  color: black;
}

.m-table--green th {
  background: #D1C926;
  color: black;
}

.m-table--green tr:nth-child(even) {
  background: rgba(209, 201, 38, 0.15);
}

.m-table--green td::before {
  background: #D1C926;
  color: black;
}

.m-table--black th {
  background: #4D4D4D;
  color: white;
}

.m-table--black tr:nth-child(even) {
  background: rgba(77, 77, 77, 0.15);
}

.m-table--black td::before {
  background: #4D4D4D;
  color: white;
}

.m-table--white th {
  background: #FFFFFF;
  color: black;
}

.m-table--white tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.15);
}

.m-table--white td::before {
  background: #FFFFFF;
  color: black;
}

@media (max-width: 767px) {
  .m-table table {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: none;
  }
  .m-table * {
    display: block;
  }
  .m-table thead {
    display: none;
  }
  .m-table tbody tr + tr {
    margin-top: 6vw;
  }
  .m-table tbody td {
    background: white;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    padding-left: calc(50% + 1rem);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  }
  .m-table tbody td::before {
    width: 50%;
    content: attr(data-th);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 1rem;
    color: white;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.m-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-gallery img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 16.66667%;
          flex: 1 0 16.66667%;
}

.m-gallery img:nth-of-type(1):nth-child(odd) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.m-gallery img:nth-of-type(1):nth-child(even) {
  -webkit-animation-delay: -0.05s;
          animation-delay: -0.05s;
}

.m-gallery img:nth-of-type(2):nth-child(odd) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.m-gallery img:nth-of-type(2):nth-child(even) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.m-gallery img:nth-of-type(3):nth-child(odd) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.m-gallery img:nth-of-type(3):nth-child(even) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.m-gallery img:nth-of-type(4):nth-child(odd) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.m-gallery img:nth-of-type(4):nth-child(even) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.m-gallery img:nth-of-type(5):nth-child(odd) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.m-gallery img:nth-of-type(5):nth-child(even) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.m-gallery img:nth-of-type(6):nth-child(odd) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.m-gallery img:nth-of-type(6):nth-child(even) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.m-gallery img:nth-of-type(7):nth-child(odd) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.m-gallery img:nth-of-type(7):nth-child(even) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.m-gallery img:nth-of-type(8):nth-child(odd) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.m-gallery img:nth-of-type(8):nth-child(even) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.m-gallery img:nth-of-type(9):nth-child(odd) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.m-gallery img:nth-of-type(9):nth-child(even) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.m-gallery img:nth-of-type(10):nth-child(odd) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.m-gallery img:nth-of-type(10):nth-child(even) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.m-gallery img:nth-of-type(11):nth-child(odd) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

.m-gallery img:nth-of-type(11):nth-child(even) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.m-gallery img:nth-of-type(12):nth-child(odd) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.m-gallery img:nth-of-type(12):nth-child(even) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.m-gallery img:nth-of-type(13):nth-child(odd) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.m-gallery img:nth-of-type(13):nth-child(even) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

.m-gallery img:nth-of-type(14):nth-child(odd) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}

.m-gallery img:nth-of-type(14):nth-child(even) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.m-gallery img:nth-of-type(15):nth-child(odd) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}

.m-gallery img:nth-of-type(15):nth-child(even) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.m-gallery img:nth-of-type(16):nth-child(odd) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.m-gallery img:nth-of-type(16):nth-child(even) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}

.m-gallery img:nth-of-type(17):nth-child(odd) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.m-gallery img:nth-of-type(17):nth-child(even) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}

.m-gallery img:nth-of-type(18):nth-child(odd) {
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}

.m-gallery img:nth-of-type(18):nth-child(even) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .m-gallery img {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media (max-width: 767px) {
  .m-gallery img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.m-post-feed__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.m-post-feed__items::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* Chrome/Safari/Webkit */
}

.m-post-feed__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  overflow: hidden;
}

.m-post-feed__item + * {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .m-post-feed__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 0.667rem);
            flex: 0 0 calc(33.333% - 0.667rem);
    max-width: calc(33.333% - 0.667rem);
  }
}

.m-screens {
  height: calc(100vh - (6vw *2));
  position: relative;
  border: 1px solid white;
}

.o-section .m-screens {
  height: calc(100vh - (6vw *2));
}

.o-section--collapse .m-screens {
  height: 100vh;
  border: none;
}

.o-section--0 .m-screens {
  height: calc(100vh - (0 *2));
}

.o-section--1 .m-screens {
  height: calc(100vh - (1rem *2));
}

.o-section--2 .m-screens {
  height: calc(100vh - (2rem *2));
}

.o-section--3 .m-screens {
  height: calc(100vh - (3rem *2));
}

.o-section--vw .m-screens {
  height: calc(100vh - (6vw *2));
}

.m-screens__slide {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 0;
  padding: 6vw;
}

.m-screens__slide.active {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 1;
}

.m-screens__nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6vw;
  opacity: 0;
}

.most-visible .m-screens__nav {
  opacity: 1;
}

.m-screens__nav a {
  position: relative;
}

.m-screens__nav a::before {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  display: block;
  content: "";
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.m-screens__nav a.active::before {
  background: black;
}

.m-screens__nav a + a {
  margin-top: 1rem;
}

.m-screens__nav a:hover::after {
  opacity: 1;
  pointer-events: auto;
}

.m-screens__nav a::after {
  content: attr(data-label);
  font-family: 'Assistant', sans-serif;
  text-transform: uppercase;
  font-size: 0.84615em;
  color: black;
  text-transform: uppercase;
  white-space: nowrap;
  background: white;
  border-radius: 10px;
  padding: 5px 10px 5px 20px;
  position: absolute;
  top: -6px;
  left: -6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.5);
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #333;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  line-height: 1;
}

.m-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-cv__resume {
  margin: 0 6vw 0 0;
}

.m-cv__resume__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-cv__resume__row + * {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(77, 77, 77, 0.5);
}

.m-cv__resume__row__title {
  margin-right: 2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.m-cv__resume__row__title .c-button--circular {
  width: 150px;
  height: 150px;
}

.m-cv__skills {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
}

.m-cv__skills__row + * {
  margin-top: 2rem;
}

.m-cv__skills__row__title {
  border-bottom: 1px solid rgba(77, 77, 77, 0.5);
  padding-bottom: 1.4rem;
  color: #61D0D4;
}

@media (max-width: 767px) {
  .m-cv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-cv__resume {
    margin: 0 0 2rem 0;
  }
  .m-cv__resume__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .m-cv__resume__row__title {
    margin: 0 0 2rem 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .m-cv__skills {
    text-align: center;
  }
}

/* 10-PAGES
************************************************************************/
.p-portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-portfolio__filters {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.p-portfolio__filters h2 {
  border-bottom: 1px solid rgba(77, 77, 77, 0.5);
  padding-bottom: 1.4rem;
}

.p-portfolio__filters input {
  display: none;
}

.p-portfolio__filters input:checked + label {
  background: #E83556;
}

.p-portfolio__filters label {
  display: block;
  background: #d3c9c9;
  max-width: 100%;
}

.p-portfolio__filters label ~ label {
  margin-top: 0.5rem;
}

.p-portfolio__posts {
  margin: 0 0 0 6vw;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media (max-width: 767px) {
  .p-portfolio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-portfolio__filter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .p-portfolio__posts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 6vw 0 0 0;
  }
}

.single-portfolio h2 {
  margin-top: 0;
}

.single-portfolio .mfp-img {
  max-height: 90vh !important;
}

@media (max-width: 767px) {
  .single-portfolio__gallery__item {
    pointer-events: none;
  }
}

@media (min-width: 768px) {
  .single-portfolio__gallery__item {
    position: relative;
    overflow: hidden;
  }
  .single-portfolio__gallery__item:hover .single-portfolio__gallery__item__desc {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .single-portfolio__gallery__item__desc {
    padding: 1rem;
    background: rgba(232, 53, 86, 0.85);
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@media (max-width: 767px) {
  .single-portfolio__gallery__item__desc {
    display: block;
    padding: 1em;
    background: white;
    text-align: center;
    background: #61D0D4;
    color: white;
    font-weight: 700;
  }
}

.single-portfolio .slick-arrow::before {
  color: #E83556;
}

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