/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Avenir";
  font-weight: 200;
  src: url("Avenir Light.otf");
}

@font-face {
  font-family: "Avenir";
  font-weight: 300;
  src: url("Avenir Book.otf");
}

@font-face {
  font-family: "Avenir";
  font-weight: 400;
  src: url("Avenir Medium.otf");
}

@font-face {
  font-family: "Avenir";
  font-weight: bold;
  src: url("Avenir Medium.otf");
}

@font-face {
  font-family: "Avenir";
  font-weight: 600;
  src: url("Avenir Heavy.otf");
}

::-webkit-scrollbar {
  width: 10px;
}

@media (max-width: 480px) {
  ::-webkit-scrollbar {
    width: 0px;
  }
	}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #5956A5;
}

::-webkit-scrollbar-track {
  background: transparent;
}

strong {
  font-weight: 600;
}

body {
  /* font-family: 'Avenir', sans-serif; */
  font-family: "Avenir", sans-serif;
  color: #333;
  font-size: 1rem;
  min-width: 320px;
  width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  //  padding-right: 20px;
  box-sizing: content-box;
  overflow: overlay;
  overflow-x: hidden;
}

@media (max-width: 767px) {

body {
    padding-right: 0px
}
	}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::-moz-selection {
    background-color: rgba(89, 86, 165, 0.2);
  }

*::selection {
    background-color: rgba(89, 86, 165, 0.2);
  }

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

.display-none {
  display: none;
}

/* fixed elements of the page */

.scroll-bar{
  background-color: #5956A5;
  width:10px;
  position: fixed;
  top:0;
  right: 0;
}

.main-container {
	margin: 0 auto;
	max-width: 1804px;
	box-sizing: border-box;
	/* font-family: Avenir; */
	position: relative;
	padding: 0 144px;
	min-height: 100%;
}

/* @mixin atMediumDesktop{
    max-width: 1660px;
  } */

@media (max-width: 1023px) {

.main-container {
		padding: 0 72px
}
	}

@media (max-width: 767px) {

.main-container {
		padding: 0 20px
}
	}

@media (max-width: 480px) {

.main-container {
		padding: 0 0px
}
	}

@media (max-width: 767px) {

.top-bar {
		width: 100vw;
		height: 80px;
		position: fixed;
		left: 0;
		padding: 0 20px;
		z-index: 1200
}

		.top-bar .menu-icon {
			height: 29px;
			width: 44px;
			margin-top: 20px;
			float: right;
			position: relative;
			cursor: pointer;
			z-index: 1100;
		}

			.top-bar .menu-icon__line {
				width: 100%;
				height: 3px;
				background-color: #5956A5;
				position: absolute;
				transition: all 0.3s ease;
				transition: all 0.5s ease 0.25s;
			}
				.top-bar .menu-icon__line--top-line {
					top: 0;
					-webkit-transform-origin: right;
					        transform-origin: right;
				}
				.top-bar .menu-icon__line--middle-line {
					top: 50%;
					margin-top: -2px;
					-webkit-transform-origin: right;
					        transform-origin: right;
				}
				.top-bar .menu-icon__line--bottom-line {
					bottom: 0;
					-webkit-transform-origin: right;
					        transform-origin: right;
				}
					.top-bar .menu-icon.active .menu-icon__line--top-line {
						-webkit-transform: translateY(-3px) rotate(-45deg);
						        transform: translateY(-3px) rotate(-45deg);
					}
					.top-bar .menu-icon.active .menu-icon__line--middle-line {
						opacity: 0;
						-webkit-transform: scaleX(0);
						        transform: scaleX(0);
					}
					.top-bar .menu-icon.active .menu-icon__line--bottom-line {
						-webkit-transform: translateY(3px) rotate(45deg);
						        transform: translateY(3px) rotate(45deg);
					}
		.top-bar.nav-open .menu-icon__line {
			background-color: white;
		}
		.top-bar.nav-open .cls-2 {
			fill: white !important;
			transition: all 0.5s ease 0.25s;
		}
	}

@media (max-width: 767px) {

.top-bar-bg {
		width: 100vw;
		height: 80px;
		position: fixed;
		left: 0;
		padding: 0 20px;
		background-color: white;
		z-index: 999
}
	}

.mobile-nav-menu {
	display: none;
}

@media (max-width: 767px) {

.mobile-nav-menu {
		display: block;
		z-index: 1000;
		padding-top: 80px;
		height: 120%;
		width: calc(100% + 20px);
		position: fixed;
		top: 0;
		left: 0;
		background-color: #5956A5;
		transition: all 0.6s ease;
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%)
}

		.mobile-nav-menu nav {
			color: white;
			width: 100%;
			padding: 0 1em;
			margin: 0 auto;
			font-weight: 300;
			font-size: 2.4em;
			line-height: 1.7;
		}
			.mobile-nav-menu nav ul {
				margin-top: 1em;
			}
				.mobile-nav-menu nav ul li {
					list-style: none;
					cursor: pointer;
					position: relative;
					display: table;
				}
					.mobile-nav-menu nav ul li::after {
						content: '';
						position: absolute;
						display: block;
						bottom: 0.25em;
						left: 0;
						right: 0;
						height: 0.07em;
						background-color: white;
						-webkit-transform-origin: left;
						        transform-origin: left;
						-webkit-transform: scaleX(0);
						        transform: scaleX(0);
						transition: all 0.6s ease;
					}
					.mobile-nav-menu nav ul li.no-underline::after {
						display: none;
					}

					.mobile-nav-menu nav ul li span {
						position: relative;
					}

						.mobile-nav-menu nav ul li span::after {
							content: '';
							position: absolute;
							display: block;
							bottom: 0.03em;
							left: 0;
							right: 0;
							height: 0.07em;
							background-color: white;
							-webkit-transform-origin: left;
							transform-origin: left;
							-webkit-transform: scaleX(0);
							transform: scaleX(0);
							transition: all 0.6s ease;
						}
						.mobile-nav-menu nav ul li:hover::after {
							-webkit-transform: scaleX(1);
							        transform: scaleX(1);
						}

						.mobile-nav-menu nav ul li:hover span::after {
							-webkit-transform: scaleX(1);
							        transform: scaleX(1);
						}
						.mobile-nav-menu nav ul li.active-nav-li::after {
							-webkit-transform: scaleX(1);
							        transform: scaleX(1);
						}

						.mobile-nav-menu nav ul li.active-nav-li span::after {
							-webkit-transform: scaleX(1);
							        transform: scaleX(1);
						}
	}

.main-logo {
	float: right;
	width: 140px;
	margin-top: 78px;
	z-index: 1100;
	cursor: pointer;
}

@media (max-width: 1659px) {

.main-logo {
		width: 8.434vw;
		height: 5.4821vw;
		margin-top: 4.6988vw
}
	}

/* @mixin atSmallDesktop {
    width: 68px;
    margin-top: 48px;
  } */

@media (max-width: 767px) {

.main-logo {
		float: left;
		width: 64.7px;
		height: 42.09px;
		margin-top: 20px
}
	}

@media (max-width: 480px) {

.main-logo {
		margin-left: 0;
		margin-top: 20px
}
	}

.main-title {
	float: left;
	color: #5956A5;
	font-size: 6.25rem;
	font-weight: 600;
	line-height: 1em;
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	//  transition: all 0.2s ease-in-out;
}

.main-title[page='termsOfEngagement'] {
		margin-top: 1.52em;
		margin-bottom: 1.52em;
	}

@media (max-width: 1659px) {

.main-title {
		font-size: 6.027vw
}
	}

@media (max-width: 1023px) {
	}

@media (max-width: 767px) {

.main-title {
		font-size: 10vw;
		clear: both;
		padding-top: 0;
		margin-top: calc(1.4em + 42px);
		margin-bottom: 1.4em
}
	}

@media (max-width: 480px) {

.main-title {
		margin-left: 20px
}
	}

.main-title[page='home'] {
		opacity: 1;
		visibility: visible;
	}

@media (max-width: 1165px) {

.main-title[page='home'] {
			opacity: 0;
			visibility: hidden
	}
	}

.main-holder {
	position: relative;
	clear: both;
}

.main-holder::after {
		content: "";
		clear: both;
		display: table;
	}

.main-holder .nav {
		float: left;
		width: 320px;
		font-weight: 400;
		font-size: 1.0625rem;
		color: #5956A5;

		//transition: all 0.3s ease-in-out;
	}

@media (max-width: 1659px) {

.main-holder .nav {
			width: 280px
	}
	}

@media (max-width: 1439px) {

.main-holder .nav {
			width: 240px
	}
	}

@media (max-width: 1247px) {

.main-holder .nav {
			width: 200px
	}
	}

@media (max-width: 1023px) {

.main-holder .nav {
			font-size: 1rem
	}
	}

@media (max-width: 767px) {

.main-holder .nav {
			display: none
	}
	}

.main-holder .nav::after {
		content: "";
		clear: both;
		display: table;
	}

.main-holder .nav ul li {
				color: #5956A5;
				/* font-family: Avenir; */
				list-style: none;
				line-height: 1.4;
				padding: 0.18em 0.5em;
				margin-bottom: 1em;
				cursor: pointer;
				display: table;
				position: relative;
			}

.main-holder .nav ul li:first-of-type {
					padding-top: 0;
				}

.main-holder .nav ul li::after {
					content: '';
					position: absolute;
					display: block;
					bottom: 0.25em;
					left: 0.5em;
					right: 0.5em;
					height: 1px;
					background-color: #5956A5;
					-webkit-transform-origin: left;
					        transform-origin: left;
					-webkit-transform: scaleX(0);
					        transform: scaleX(0);
					transition: all 0.3s ease-in-out;
				}

.main-holder .nav ul li.no-underline::after {
						display: none;
					}

.main-holder .nav ul li span {
					position: relative;
				}

.main-holder .nav ul li span::after {
						content: '';
						position: absolute;
						display: block;
						bottom: -0.07em;
						left: 0;
						right: 0;
						height: 1px;
						background-color: #5956A5;
						-webkit-transform-origin: left;
						        transform-origin: left;
						-webkit-transform: scaleX(0);
						        transform: scaleX(0);
						transition: all 0.3s ease-in-out;
					}

.main-holder .nav ul li:hover::after {
						-webkit-transform: scaleX(1);
						        transform: scaleX(1);
					}

.main-holder .nav ul li:hover span::after {
						-webkit-transform: scaleX(1);
						        transform: scaleX(1);
					}

.main-holder .nav ul li.active-nav-li::after {
						-webkit-transform: scaleX(1);
						        transform: scaleX(1);
					}

.main-holder .nav ul li.active-nav-li span::after {
						-webkit-transform: scaleX(1);
						        transform: scaleX(1);
					}

.main-holder .nav__social-icons-container {
			margin: 2.8em 0.7em;
		}

.main-holder .nav__social-icon {
			height: 1.4em;
			width: 1.4em;
			margin-right: 0.35em;
			cursor: pointer;
		}

.main-holder .nav__social-icon:hover .cls-1 {
					fill: #5956A5;
				}

.main-holder .nav__terms-and-conditions {
			margin-top: 16em;
			font-size: 0.69em;
			padding: 0.3em 0 0.3em 0.56em;
			cursor: pointer;
		}

.main-holder .main-content {
		float: right;
		opacity: 0;
		//transition: all 0.3s ease-in-out;
		width: calc(100% - 320px);
	}

@media (max-width: 1659px) {

.main-holder .main-content {
			width: calc(100% - 280px);
	}
	}

@media (max-width: 1439px) {

.main-holder .main-content {
			width: calc(100% - 240px);
	}
	}

@media (max-width: 1247px) {

.main-holder .main-content {
			width: calc(100% - 200px);
	}
	}

@media (max-width: 767px) {

.main-holder .main-content {
			width: 100%;
	}
	}

.main-holder .main-content::after {
		content: "";
		clear: both;
		display: table;
	}

/* .shift-container {
  transition: all 0.8s ease-out;
  transform: translateY(25vh);
}
.shift-container:first-of-type {
  transform: translateY(0);
}

.shift-container.slide-up {
  transform: translateY(0vh);
} */

.mobile-scroll-arrow {
	//z-index: -1;
	color: #5956A5;
	position: fixed;
	left: 50%;
	bottom: 30px;
	padding-left: 2.8em;
	-webkit-transform: rotate(270deg);
	        transform: rotate(270deg);
	-webkit-transform-origin: 0% 0%;
	        transform-origin: 0% 0%;
	transition: all 0.5s ease;
	opacity: 0;
	z-index: 10;
}

.mobile-scroll-arrow::before {
		display: block;
		position: absolute;
		content: '';
		background-color: #5956A5;
		width: 2em;
		height: 2px;
		left: 0;
		top: calc(50% - 1px);
	}

.mobile-scroll-arrow::after {
		display: block;
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border-top: 0.3em solid transparent;
		border-right: 0.45em solid #5956A5;
		border-bottom: 0.3em solid transparent;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

.grid-container{
  position: relative;
    min-height: 50px;
}

.grid-spaces-container{
  position: absolute;
  left: 0;
  top: 0;
}

/* boxes */

.box {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  margin-bottom: 60px;
  z-index: 5;
}

.box__title {
    font-size: 1.25rem;
  }

.box-side {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
  }

.box-side--top {
      /* transform: rotateY(-180deg) translateZ(-100px) rotate(180deg)  translateY(-100%); */
      -webkit-transform-origin: left;
              transform-origin: left;
      background-color: #EE255C;
      top: 0;
      left: 0;
    }

.home-box {
	overflow: hidden;
}

.home-box--extra {
		z-index: 5;
		box-sizing: border-box;
		padding: 2em;
	}

.home-box--extra span {
			display: block;
			text-align: center;
		}

.home-box--quote-container .quote-container__inner {
			width: 100%;
			height: 100%;
			position: absolute;
			padding: 3em;
			font-weight: 200;
		}

.home-box--quote-container .quote-container__title {
			display: none;
		}

@media (max-width: 1165px) {

.home-box--quote-container .quote-container__title {
				text-transform: capitalize;
				font-size: 2.5em;
				display: inline-block;
				line-height: 1.34;
				margin-bottom: 0.8em;
				position: relative;
				cursor: pointer
		}
	}

.home-box--quote-container .quote-container__title::before {
				display: block;
				content: "";
				position: absolute;
				left: 0;
				bottom: 0;
				width: 100%;
				height: 0.06em;
				background-color: white;
				-webkit-transform: scaleX(0);
				        transform: scaleX(0);
				-webkit-transform-origin: left;
				        transform-origin: left;
				transition: -webkit-transform 0.3s ease;
				transition: transform 0.3s ease;
				transition: transform 0.3s ease, -webkit-transform 0.3s ease;
			}

.home-box--quote-container .quote-container__title:hover::before {
				-webkit-transform: scaleX(1);
				        transform: scaleX(1);
			}

.home-box--quote-container .quote-container__title::after {
				display: block;
				content: "";
				position: absolute;
				right: -1em;
				top: 0.5em;
				border-left: 0.4em solid #EE255C;
				border-top: 0.266em solid transparent;
				border-bottom: 0.266em solid transparent;
				transition: -webkit-transform 0.3s ease;
				transition: transform 0.3s ease;
				transition: transform 0.3s ease, -webkit-transform 0.3s ease;
			}

.home-box--quote-container .quote-container__title:hover::after {
				-webkit-transform: translateX(0.3em);
				        transform: translateX(0.3em);
			}

.home-box--quote-container .quote-container__title.blue::after {
				border-left: 0.4em solid #5956A5;
			}

.home-box--quote-container .quote-container__quote {
			font-size: 1.5em;
			width: 90%;
			display: block;
			line-height: 1.34;
			padding-left: 0.3em;
			position: relative;
		}

@media (max-width: 1165px) {

.home-box--quote-container .quote-container__quote {
				width: 100%
		}
	}

.home-box--quote-container .quote-container__quote::before {
				content: "“";
				position: absolute;
				left: -0.3em;
			}

.home-box--quote-container .quote-container__quote::after {
				content: "”";
			}

.home-box--quote-container .quote-container__name {
			position: absolute;
			bottom: 3em;
			left: 3em;
		}

@media (max-width: 1165px) {

.home-box--quote-container .quote-container__name {
				display: none
		}
	}

.home-box--quote-container .quote-container__content h3 {
				font-weight: 600;
				font-size: 1.5em;
			}

.home-box--quote-container .quote-container__content p {
				margin-top: 1em;
				font-size: 1.5em;
				line-height: 1.34;
			}

.home-box--quote-container .quote-container__content .discover-more {
				display: inline-block;
				font-weight: 600;
				margin-top: 1em;
				font-size: 0.8em;
				position: relative;
				cursor: pointer;
			}

.home-box--quote-container .quote-container__content .discover-more::after {
					content: "";
					display: block;
					position: absolute;
					left: 0;
					bottom: -0.2em;
					height: 2px;
					background-color: #fff;
					width: 0%;
					transition: all 0.2s ease-out;
				}

.home-box--quote-container .quote-container__content .discover-more:hover::after {
						width: 100%;
					}

@media (max-width: 767px) {

.home-box--quote-container .quote-container__content .discover-more {
					font-size: 1.3em
			}
	}

.home-box__inner {
		overflow: hidden;
	}

.home-box__inner img {
			position: absolute;
			max-width: 101%;
		}

.about-box {
  position: absolute;
  padding: 1.2em;
}

.about-box::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    height: 60vh;
    width: 1px;
  }

.about-box__index {
    font-weight: 200;
    line-height: 1;
  }

.about-box__title {
    font-weight: 400;
    margin-top: 1.5em;
    max-width: 5em;
    line-height: 1.3;
  }

.about-box--behind {
    z-index: 4;
    cursor: pointer;
  }

.about-box--extra {
    z-index: 4;
  }

.about-box--title-img {
    padding: 0;
    overflow: hidden;
  }

.about-box--title-img img {
      max-width: 102%;
    }

.about-box--title-quote {
    padding: 3em;
    font-weight: 300;
  }

.about-box--title-quote .about-title-quote {
      font-size: 1.8em;
    }

.about-box-description {
    font-weight: 200;
    line-height: 1.4;
  }

.about-box-description:nth-of-type(1) {
    max-width: 70%;
  }

.about-box-arrow {
    //height: 1.15em;
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    margin: 0.5em 0;
    display: table;
    -webkit-transform-origin: 130% 50%;
            transform-origin: 130% 50%;
    padding-right: 0.5em;
  }

.about-box-arrow::after {
      position: absolute;
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-left: 0.6em solid transparent;
      border-right: 0.6em solid transparent;
      border-top: 0.9em solid #EE255C;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

.about-box .about-title-box-number {
    display: block;
    font-size: 4.2em;
    font-weight: 200;
  }

.about-box .about-title-box-title {
    display: block;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 60%;
    line-height: 1.34;
  }

.what-what-sets-us-apart {
  color: #EE255C;
  padding: 1.2em;
  z-index: 4;
}

.what-what-sets-us-apart span {
    display: block;
    max-width: 80%;
    line-height: 1.3;
  }

.about-content-container {
  padding: 3em 3em 4.5em 3em;
}

.about-content-title {
  font-weight: 200;
  font-size: 1.8em;
  margin-top: 0.6em;
  margin-bottom: 1em;
}

.about-content-content {
  font-weight: 200;
  line-height: 1.5;
  padding-right: 2em;
}

.about-content-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 12px;
  margin: 12px;
  box-sizing: content-box;
  cursor: pointer;
}

.about-content-box {
  padding: 2.4em;
}

.about-content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 2.4em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-content-box-desc {
  font-size: 1.8em;
  display: block;
  //max-width: 50%;
  margin-bottom: 1em;
  line-height: 1.34;
}

.about-content-box-content {
  font-weight: 200;
  display: block;
  line-height: 1.5;
  font-size: 1.15em;
  max-width: 92%;
}

/* background-color: $darkPurple; */

.services-box .box-side {
    position: absolute;

    /* &--top {
      width: 100%;
      height: 298px;
      transform: rotateX(-90deg);
      background-color: red;
      transform-origin: top;
    }
    &--bottom {
      width: 100%;
      height: 298px;
      transform: rotateX(90deg);
      background-color: red;
      transform-origin: bottom;
    }
    &--left {
      width: 298px;
      height: 100%;
      transform: rotateY(90deg);
      background-color: red;
      transform-origin: left;
    }
    &--right {
      width: 298px;
      height: 298px;
      transform: rotateY(-90deg);
      background-color: red;
      transform-origin: right;
    } */
  }

.services-box__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 6%;
    text-align: center;
  }

.services-box__title {
    font-weight: 400;
    margin-top: 10%;
    max-width: 90%;
    margin-left: 5%;
  }

.services-box__image {
    width: 25%;
    margin-top: 10%;
  }

.services-specialists-container {
  position: absolute;
  font-size: 1.0625rem;
  color: #5956A5;
  padding: 2em 2em 2em 0;
}

@media (max-width: 1165px) {

.services-specialists-container {
    padding: 2em 0em 2em 2em
}
	}

.services-specialists-container__title {
    display: block;
    font-weight: 600;
  }

.services-specialists-container__name-container {
    float: left;
  }

.services-specialists-container__arrow-container {
    float: left;
  }

.services-specialists-container__person {
    font-weight: 400;
    display: table;
    position: relative;
    margin: 0.5em 0;
    cursor: pointer;
    padding-right: 1.5em;
  }

.services-specialists-container__arrow {
    //height: 1.15em;
    position: relative;
    margin: 0.5em 0;
    display: table;
    cursor: pointer;
    padding-right: 0.5em;
  }

.services-specialists-container__arrow::after {
      position: absolute;
      display: block;
      content: "";
      width: 0;
      height: 0;
      border-top: 0.3em solid transparent;
      border-bottom: 0.3em solid transparent;
      border-left: 0.45em solid #5956A5;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

.services-where-to-next-list {
  color: #9A9CCD;
  font-weight: 400;
  margin-left: -0.6em;
}

.services-where-to-next-list li {
    display: inline-block;
    position: relative;
    margin: 0.2em 0.6em;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-shadow: -1px -1px 0 #5956A5, 1px -1px 0 #5956A5,
      -1px 1px 0 #5956A5, 1px 1px 0 #5956A5;
  }

.services-where-to-next-list li:hover {
      color: white;
    }

.services-where-to-next-list li::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0.2em;
      left: 0;
      right: 0;
      height: 0.06em;
      background-color: #9A9CCD;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      transition: all 0.3s ease-in-out;
      z-index: -1;
    }

.services-where-to-next-list li:hover::after {
      background-color: white;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }

.services-where-to-next-list li::before {
      content: "";
      position: absolute;
      display: block;
      right: -0.6em;
      top: 20%;
      height: 60%;
      width: 2px;
      background-color: #9A9CCD;
    }

.services-where-to-next-list li:last-of-type::before {
        display: none;
      }

.services-where-to-next-list li br {
      display: none;
    }

.services-where-to-next-list__current-item {
    position: relative;
    color: #9A9CCD !important;
    cursor: default !important;
  }

.services-where-to-next-list__current-item::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0.2em;
      left: 0;
      right: 0;
      height: 0.06em;
      background-color: #9A9CCD !important;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(1) !important;
              transform: scaleX(1) !important;
      transition: all 0.3s ease-in-out;
    }

.news-box {
  /* background-color: $darkPurple; */
  padding: 2em;
}

.news-box__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 6%;
    text-align: center;
  }

.news-box__title {
    font-weight: 300;
    //max-height: 3.4em;
    height: 4.6em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin-bottom: 1em;
    margin-top: 1.6em;
  }

.news-box__date {
    /* position: absolute;
    bottom: 40%; */

    font-weight: 600;
  }

.news-box__arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 23px solid #EE255C;
    cursor: pointer;
    position: absolute;
    bottom: 15%;
    transition: border-left 0.3s ease-out;
  }

.active-box .news-box__arrow {
    border-left: 23px solid white;
  }

.news-box--load-more {
    position: relative;
    cursor: pointer;
  }

.news-box--load-more span {
      display: block;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      width: 100%;
      text-align: center;
      font-weight: 300;
      margin-left: -0.75em;
    }

.news-box--load-more span::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        border-left: 0.75em solid white;
        margin-left: 1em;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        transition: all 0.3s ease;
      }

.news-box--load-more:hover span::after {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}

.featured-news-box__pretitle {
    //font-size: 1em;
    margin-top: 4.8em;
    font-weight: 400;
  }

.featured-news-box .news-box__title {
    font-size: 4em;
    margin-top: 1em;
  }

.image-container {
  position: absolute;
  overflow: hidden;
}

.image-container img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
    width: 100%;
    height: 100%;
  }

.news-metabox {
  position: absolute;
  background-color: #9A9CCD;
  color: white;
  padding: 1.5em 1.5em 0em 1.5em;
  font-weight: 200;
}

.news-metabox span {
    display: block;
    //margin-bottom: 0.5em;
    line-height: 1.5;
  }

.news-metabox a {
    color: inherit;
    text-decoration: none;
    position: relative;
  }

.news-metabox a::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0.2em;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: white;
    }

.news-metabox__arrow {
    width: 0;
    height: 0;
    border-top: 0.8em solid transparent;
    border-bottom: 0.8em solid transparent;
    border-right: 1.2em solid #5956A5;
    cursor: pointer;
    position: absolute;
    bottom: 1em;
  }

.news-metabox--1 {
  }

.news-metabox--2__close-btn {
      position: absolute;
      top: 0;
      right: 0;
      width: 24px;
      height: 24px;
      padding: 12px;
      margin: 12px;
      box-sizing: content-box;
      cursor: pointer;
    }

.news-social-navigation-container {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1em 0 3em 0;
  color: #EE255C;
  font-weight: 400;
  font-size: 1.2em;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {

.news-social-navigation-container {
    justify-content: center
}
	}

.news-social-navigation-container__social {
    //float: left;
    width: 33%;
  }

@media (max-width: 1165px) {

.news-social-navigation-container__social {
      width: 42%
  }
	}

@media (max-width: 1165px) {

.news-social-navigation-container__social {
      order: 2;
      padding-left: 5%;
      width: 60%
  }
	}

.news-social-navigation-container__social img {
      display: inline-block;
      width: 12%;
      margin: 0 0.8%;
      opacity: 0.61;
      cursor: pointer;
      vertical-align: -webkit-baseline-middle;
    }

.news-social-navigation-container__social img:hover {
        opacity: 1;
      }

.news-social-navigation-container__previous-post {
    line-height: 2em;
    padding-left: 2em;
    position: relative;
    text-align: center;
    cursor: pointer;

    margin-left: -1em;
  }

@media (max-width: 1165px) {

.news-social-navigation-container__previous-post {
      order: 1;
      margin-left: 0em
  }
	}

@media (max-width: 1165px) {

.news-social-navigation-container__previous-post--post {
        display: none
    }
	}

@media (max-width: 480px) {

.news-social-navigation-container__previous-post--prev {
        display: none
    }
	}

.news-social-navigation-container__previous-post::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 15%;
      border-top: 0.66em solid transparent;
      border-bottom: 0.66em solid transparent;
      border-right: 1em solid #EE255C;
    }

.news-social-navigation-container__next-post {
    line-height: 2em;
    padding-right: 2em;
    position: relative;
    text-align: center;
    cursor: pointer;
  }

@media (max-width: 1165px) {

.news-social-navigation-container__next-post {
      order: 3
  }
	}

@media (max-width: 1165px) {

.news-social-navigation-container__next-post--post {
        display: none
    }
	}

@media (max-width: 480px) {

.news-social-navigation-container__next-post--next {
        display: none
    }
	}

.news-social-navigation-container__next-post::after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 15%;
      border-top: 0.66em solid transparent;
      border-bottom: 0.66em solid transparent;
      border-left: 1em solid #EE255C;
    }

.team-box {
  /* background-color: $darkPurple; */
  padding: 2em;
  background-color: #EE255C;
}

.team-box__name-container {
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
  }

.team-box__image-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }

.team-box__image-container img {
      max-width: 101%;
      -o-object-fit: cover;
         object-fit: cover;
    }

.team-box__image-container span {
      display: none;
      position: absolute;
      color: white;
      text-align: center;
      font-weight: 200;
      left: 0;
      right: 0;
      bottom: 10%;
      font-size: 1em;
    }

@media (max-width: 1165px) {

.team-box__image-container span {
        display: block
    }
	}

/* &:hover &__image-container {
    opacity: 0;
  } */

.team-box--quote span {
      width: 67%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-weight: 300;
      line-height: 1.33;
      text-align: center;
    }

.team-qualifications {
  font-weight: 600;
  line-height: 1.3;
  font-size: 1em;
  display: block;
  margin: 0em 0 1.4em 0;
  max-width: 95%;
  margin-top: -1em;
}

.team-details-container {
  position: absolute;
  padding-top: 2em;
  color: #5956A5;
  line-height: 1.33;
  font-weight: 400;
  padding: 2em 2em 2em 0;
  overflow: hidden;
}

@media (max-width: 1165px) {

.team-details-container {
    padding: 2em 0 0 2em
}
	}

.team-details-container__phone-number {
    display: block;
  }

.team-details-container__email {
  }

.team-details-container__linked-in {
    height: 1.4em;
    display: block;
    width: 1.4em;
    margin-top: 0.5em;
  }

.team-where-to-next-list {
  color: #9A9CCD;
  font-weight: 400;
  margin-left: -0.6em;
}

.team-where-to-next-list li {
    display: inline-block;
    position: relative;
    margin: 0.2em 0.6em;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-shadow: -1px -1px 0 #5956A5, 1px -1px 0 #5956A5,
      -1px 1px 0 #5956A5, 1px 1px 0 #5956A5;
  }

.team-where-to-next-list li:hover {
      color: white;
    }

.team-where-to-next-list li::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0.2em;
      left: 0;
      right: 0;
      height: 0.06em;
      background-color: #9A9CCD;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      transition: all 0.3s ease-in-out;
      z-index: -1;
    }

.team-where-to-next-list li:hover::after {
      background-color: white;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }

.team-where-to-next-list li::before {
      content: "";
      position: absolute;
      display: block;
      right: -0.6em;
      top: 20%;
      height: 60%;
      width: 2px;
      background-color: #9A9CCD;
    }

.team-where-to-next-list li:last-of-type::before {
        display: none;
      }

.team-where-to-next-list__current-item {
    position: relative;
    color: #9A9CCD !important;
    cursor: default !important;
  }

.team-where-to-next-list__current-item::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0.2em;
      left: 0;
      right: 0;
      height: 0.06em;
      background-color: #9A9CCD !important;
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(1) !important;
              transform: scaleX(1) !important;
      transition: all 0.3s ease-in-out;
    }

.contact-box {
  padding: 2em;
  line-height: 1.4;
}

.contact-box span {
    display: block;
    font-weight: 200;
  }

span.contact-box__location {
    margin-bottom: 0.4em;
    font-weight: 400;
  }

span.contact-box__address {
    margin-bottom: 1em;
  }

.contact-form {
  background-color: #5956A5;
  padding: 3em;
  color: white;
  font-weight: 200;
}

.contact-form input,
  .contact-form textarea {
    background-color: #5956A5;
    border: 1px solid #9A9CCD;
    width: 100%;
    color: white;
    font-weight: 200;
    margin-top: 1em;
    padding: 0.6em 0.8em;
    min-width: 100%;
    max-width: 100%;
  }

.contact-form input::-webkit-input-placeholder,
  .contact-form textarea::-webkit-input-placeholder {
    color: #9A9CCD;
  }

.contact-form input::-ms-input-placeholder,
  .contact-form textarea::-ms-input-placeholder {
    color: #9A9CCD;
  }

.contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #9A9CCD;
  }

.contact-form__title {
    font-size: 1.2em;
    margin-bottom: 0.2em;
  }

.contact-form #form-submit {
    background-color: #6c6bb3;
    border: none;
    //width: 100%;
    font-weight: 300;
    color: white;
    margin-top: 1em;
    padding: 0.6em 0.8em;
  }

.contact-form form {
    position: absolute;
    top: 50%;
    width: calc(100% - 6em);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

.main-content-terms-of-engagement {
  width: 100%;
  color: #5956A5;
  line-height: 1.3;
  //max-width: 960px;
  margin: 0 auto 180px auto;

  padding: 0 2em;
}

.main-content-terms-of-engagement .toe-section {
    margin: 2.4em 0;
    padding-left: 3em;
    padding-right: 3em;
    position: relative;
  }

.main-content-terms-of-engagement .toe-section .toe-section-number {
      position: absolute;
      left: 0;
      font-weight: 600;
    }

.main-content-terms-of-engagement .toe-section .toe-section-ul {
      margin: 0.5em 0 1.5em 1.3em;
    }

.main-content-terms-of-engagement .toe-section .toe-section-ul li {
        //  margin-left: 1.3em;
        margin: 0.2em 0;
      }

.main-content-terms-of-engagement .toe-section .toe-section-ul .sub-list-span {
        display: block;
        margin: 0.5em 0;
      }

.main-content-terms-of-engagement .toe-section .toe-heading-letter {
      position: absolute;
      left: 0;
    }

.main-content-terms-of-engagement .toe-heading {
    font-weight: 600;
    margin-bottom: 0.5em;
    font-size: 1.3em;
  }

.main-content-terms-of-engagement .toe-p {
  }

.main-content-terms-of-engagement .foe-back-to-top {
    margin-top: 6em;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
  }

.main-content-terms-of-engagement .foe-back-to-top::after {
      position: absolute;
      display: block;
      content: "";
      left: 0;
      bottom: 0.05em;
      background-color: #5956A5;
      height: 0.07em;
      width: 100%;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      transition: all 0.2s ease;
    }

.main-content-terms-of-engagement .foe-back-to-top:hover::after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }

.main-content-terms-of-engagement--first-para {
    padding-right: 3em;
    display: block;
  }

.main-content-fixed-fees .main-content-fixed-fees {
	margin-bottom: 6em;
	position: relative;
	line-height: 1.5;
	overflow: hidden;

	min-height: calc(calc(1504px / 5) * 11.5);
	font-size: calc(calc(1504px / 5) / 14.6);
}

@media (max-width: 1804px) {

.main-content-fixed-fees .main-content-fixed-fees {
		min-height: calc(calc((100vw - 300px) / 5) * 11.5);
		font-size: calc(calc((100vw - 300px) / 5) / 14.6)
}
	}

@media (max-width: 1247px) {

.main-content-fixed-fees .main-content-fixed-fees {
		min-height: calc(calc((100vw - 300px) / 3.7) * 11.5);
		font-size: calc(calc((100vw - 300px) / 3.7) / 14.6)
}
	}

@media (max-width: 1023px) {

.main-content-fixed-fees .main-content-fixed-fees {
		min-height: calc(calc((100vw - 250px) / 3.3) * 11.5);
		font-size: calc(calc((100vw - 250px) / 3.3) / 14.6)
}
	}

@media (max-width: 767px) {

.main-content-fixed-fees .main-content-fixed-fees {
		min-height: calc(calc((100vw - 40px) / 3) * 11.5);
		font-size: calc(calc((100vw - 40px) / 3) / 14.6)
}
	}

@media (max-width: 480px) {

.main-content-fixed-fees .main-content-fixed-fees {
		min-height: auto;
		margin-bottom: 25vh;
		font-size: calc(calc(100vw / 3) / 14.6)
}
	}

.nBox {
	color: white;
	position: absolute;
	width: calc(1504px / 5);
}

@media (max-width: 1804px) {

.nBox {
		width: calc((100vw - 300px) / 5)
}
	}

@media (max-width: 1247px) {

.nBox {
		width: calc((100vw - 300px) / 3.7)
}
	}

@media (max-width: 1023px) {

.nBox {
		width: calc((100vw - 250px) / 3.3)
}
	}

@media (max-width: 767px) {

.nBox {
		width: calc((100vw - 40px) / 3)
}
	}

@media (max-width: 480px) {

.nBox {
		width: calc(100vw / 3)
}
	}

.nBox::before {
		content: '';
		display: block;
		padding-top: 100%; /* initial ratio of 1:1*/
	}

.nBox--2x {
		width: calc(calc(1504px / 5) * 2);

		/* height: calc($boxWidth * 2); */
	}

@media (max-width: 1804px) {

.nBox--2x {
			width: calc(calc((100vw - 300px) / 5) * 2)
	}
	}

@media (max-width: 1247px) {

.nBox--2x {
			width: calc(calc((100vw - 300px) / 3.7) * 2)
	}
	}

@media (max-width: 1023px) {

.nBox--2x {
			width: calc(calc((100vw - 250px) / 3.3) * 2)
	}
	}

@media (max-width: 767px) {

.nBox--2x {
			width: calc(calc((100vw - 40px) / 3) * 2)
	}
	}

@media (max-width: 480px) {

.nBox--2x {
			width: calc(calc(100vw / 3) * 2)
	}
	}

.nBox--2x-width {
		width: calc(calc(1504px / 5) * 2);
	}

@media (max-width: 1804px) {

.nBox--2x-width {
			width: calc(calc((100vw - 300px) / 5) * 2)
	}
	}

@media (max-width: 1247px) {

.nBox--2x-width {
			width: calc(calc((100vw - 300px) / 3.7) * 2)
	}
	}

@media (max-width: 1023px) {

.nBox--2x-width {
			width: calc(calc((100vw - 250px) / 3.3) * 2)
	}
	}

@media (max-width: 767px) {

.nBox--2x-width {
			width: calc(calc((100vw - 40px) / 3) * 2)
	}
	}

@media (max-width: 480px) {

.nBox--2x-width {
			width: calc(calc(100vw / 3) * 2)
	}
	}

.nBox--2x-width::before {
			padding-top: 50%;
		}

@media (max-width: 480px) {

.nBox--2x-width::before {
				display: none
		}
	}

.nBox--image-holder {
		position: relative;
	}

.nBox--image-holder .logo-holder {
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
			width: 40%;
			background-image: url(../../images/icon-fees.svg);
			background-repeat: no-repeat;
			background-position: center;
		}

.nBox--image-holder .logo-holder::before {
				content: '';
				display: block;
				padding-top: 100%; /* initial ratio of 1:1*/
			}

.nBox--red {
		background-color: #EE255C;
	}

.nBox--light-purple {
		background-color: #9A9CCD;
	}

.nBox--dark-purple {
		background-color: #5956A5;
	}

.nBox-1 h2 {
			font-weight: 300;
			font-size: 2em;
			line-height: 1.3;
		}

.nBox-1 p {
			margin: 2em 0;
			line-height: 1.5;
			font-weight: 300;
		}

@media (max-width: 1023px) {

.nBox-1 p {
				font-size: 1.2em
		}
	}

.nBox-2 {
		left: calc(calc(1504px / 5) * 2 + 1px);
	}

@media (max-width: 1804px) {

.nBox-2 {
			left: calc(calc((100vw - 300px) / 5) * 2 + 1px)
	}
	}

@media (max-width: 1247px) {

.nBox-2 {
			left: calc(calc((100vw - 300px) / 3.7) * 2 + 1px)
	}
	}

@media (max-width: 1023px) {

.nBox-2 {
			left: calc(calc((100vw - 250px) / 3.3) * 2 + 1px)
	}
	}

@media (max-width: 767px) {

.nBox-2 {
			left: calc(calc((100vw - 40px) / 3) * 2 + 1px)
	}
	}

@media (max-width: 480px) {

.nBox-2 {
			left: calc(calc(100vw / 3) * 2 + 1px)
	}
	}

.price-item {
	position: absolute;
	display: flex;

	left: calc(1504px / 5);
}

@media (max-width: 1804px) {

.price-item {
		left: 0
}
	}

@media (max-width: 480px) {

.price-item {
		position: initial;
		margin-top: 1px
}
	}

.price-item .nBox {
		position: relative;
	}

.price-item__left-box {
		-webkit-transform: translateX(-80vw);
		        transform: translateX(-80vw);
		transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
		transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
		transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	}

.price-item__left-box h3 {
			font-size: 1.4em;
			/* @mixin atMobile{
        max-width: ;
      } */
		}

@media (max-width: 1023px) {

.price-item__left-box h3 {
				font-size: 1.6em
		}
	}

.price-item__right-box {
		-webkit-transform: translateX(60vw);
		        transform: translateX(60vw);
		transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
		transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
		transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
		font-weight: 300;
		margin-left: 1px;
	}

@media (max-width: 1023px) {

.price-item__right-box {
			/* font-size: 1.1em; */
	}
	}

@media (max-width: 480px) {

.price-item__right-box {
			padding-bottom: 2em;
			font-size: 1.4em
	}
	}

.price-item__right-box ul {
			list-style-type: none;
			position: relative;
		}

@media (max-width: 480px) {

.price-item__right-box ul li {
					margin-bottom: 0.4em;
					line-height: 1.2
			}
	}

.price-item__right-box ul:after {
				display: block;
				position: absolute;
				bottom: -2em;
				font-size: 0.7em;
				content: '(Plus GST and disbursements)';
			}

@media (max-width: 480px) {

.price-item__right-box ul:after {
					/* font-size: 1em; */
			}
	}

.price-item.active .price-item__left-box {
		-webkit-transform: translateX(0vw);
		        transform: translateX(0vw);
	}

.price-item.active .price-item__right-box {
		-webkit-transform: translateX(0vw);
		        transform: translateX(0vw);
	}

.price-item-1 {
	top: calc(calc(1504px / 5) * 2 + 1px);
}

@media (max-width: 1804px) {

.price-item-1 {
		top: calc(calc((100vw - 300px) / 5) * 2 + 1px)
}
	}

@media (max-width: 1247px) {

.price-item-1 {
		top: calc(calc((100vw - 300px) / 3.7) * 2 + 1px)
}
	}

@media (max-width: 1023px) {

.price-item-1 {
		top: calc(calc((100vw - 250px) / 3.3) * 2 + 1px)
}
	}

@media (max-width: 767px) {

.price-item-1 {
		top: calc(calc((100vw - 40px) / 3) * 2 + 1px)
}
	}

@media (max-width: 480px) {

.price-item-1 {
		top: calc(calc(100vw / 3) * 2 + 1px);
		margin-top: calc(calc(100vw / 3) + 1px)
}
	}

.price-item-2 {
	top: calc(calc(1504px / 5) * 3 + 2px);
}

@media (max-width: 1804px) {

.price-item-2 {
		top: calc(calc((100vw - 300px) / 5) * 3 + 2px)
}
	}

@media (max-width: 1247px) {

.price-item-2 {
		top: calc(calc((100vw - 300px) / 3.7) * 3 + 2px)
}
	}

@media (max-width: 1023px) {

.price-item-2 {
		top: calc(calc((100vw - 250px) / 3.3) * 3 + 2px)
}
	}

@media (max-width: 767px) {

.price-item-2 {
		top: calc(calc((100vw - 40px) / 3) * 3 + 2px)
}
	}

@media (max-width: 480px) {

.price-item-2 {
		top: calc(calc(100vw / 3) * 3 + 2px)
}
	}

.price-item-3 {
	top: calc(calc(1504px / 5) * 4 + 3px);
}

@media (max-width: 1804px) {

.price-item-3 {
		top: calc(calc((100vw - 300px) / 5) * 4 + 3px)
}
	}

@media (max-width: 1247px) {

.price-item-3 {
		top: calc(calc((100vw - 300px) / 3.7) * 4 + 3px)
}
	}

@media (max-width: 1023px) {

.price-item-3 {
		top: calc(calc((100vw - 250px) / 3.3) * 4 + 3px)
}
	}

@media (max-width: 767px) {

.price-item-3 {
		top: calc(calc((100vw - 40px) / 3) * 4 + 3px)
}
	}

@media (max-width: 480px) {

.price-item-3 {
		top: calc(calc(100vw / 3) * 4 + 3px)
}
	}

.price-item-4 {
	top: calc(calc(1504px / 5) * 5 + 4px);
}

@media (max-width: 1804px) {

.price-item-4 {
		top: calc(calc((100vw - 300px) / 5) * 5 + 4px)
}
	}

@media (max-width: 1247px) {

.price-item-4 {
		top: calc(calc((100vw - 300px) / 3.7) * 5 + 4px)
}
	}

@media (max-width: 1023px) {

.price-item-4 {
		top: calc(calc((100vw - 250px) / 3.3) * 5 + 4px)
}
	}

@media (max-width: 767px) {

.price-item-4 {
		top: calc(calc((100vw - 40px) / 3) * 5 + 4px)
}
	}

@media (max-width: 480px) {

.price-item-4 {
		top: calc(calc(100vw / 3) * 5 + 4px)
}
	}

.price-item-5 {
	top: calc(calc(1504px / 5) * 6 + 5px);
}

@media (max-width: 1804px) {

.price-item-5 {
		top: calc(calc((100vw - 300px) / 5) * 6 + 5px)
}
	}

@media (max-width: 1247px) {

.price-item-5 {
		top: calc(calc((100vw - 300px) / 3.7) * 6 + 5px)
}
	}

@media (max-width: 1023px) {

.price-item-5 {
		top: calc(calc((100vw - 250px) / 3.3) * 6 + 5px)
}
	}

@media (max-width: 767px) {

.price-item-5 {
		top: calc(calc((100vw - 40px) / 3) * 6 + 5px)
}
	}

@media (max-width: 480px) {

.price-item-5 {
		top: calc(calc(100vw / 3) * 6 + 5px)
}
	}

.price-item-6 {
	top: calc(calc(1504px / 5) * 7 + 6px);
}

@media (max-width: 1804px) {

.price-item-6 {
		top: calc(calc((100vw - 300px) / 5) * 7 + 6px)
}
	}

@media (max-width: 1247px) {

.price-item-6 {
		top: calc(calc((100vw - 300px) / 3.7) * 7 + 6px)
}
	}

@media (max-width: 1023px) {

.price-item-6 {
		top: calc(calc((100vw - 250px) / 3.3) * 7 + 6px)
}
	}

@media (max-width: 767px) {

.price-item-6 {
		top: calc(calc((100vw - 40px) / 3) * 7 + 6px)
}
	}

@media (max-width: 480px) {

.price-item-6 {
		top: calc(calc(100vw / 3) * 7 + 6px)
}
	}

.price-item-7 {
	top: calc(calc(1504px / 5) * 8 + 7px);
}

@media (max-width: 1804px) {

.price-item-7 {
		top: calc(calc((100vw - 300px) / 5) * 8 + 7px)
}
	}

@media (max-width: 1247px) {

.price-item-7 {
		top: calc(calc((100vw - 300px) / 3.7) * 8 + 7px)
}
	}

@media (max-width: 1023px) {

.price-item-7 {
		top: calc(calc((100vw - 250px) / 3.3) * 8 + 7px)
}
	}

@media (max-width: 767px) {

.price-item-7 {
		top: calc(calc((100vw - 40px) / 3) * 8 + 7px)
}
	}

@media (max-width: 480px) {

.price-item-7 {
		top: calc(calc(100vw / 3) * 8 + 7px)
}
	}

.price-item-8 {
	top: calc(calc(1504px / 5) * 9 + 8px);
}

@media (max-width: 1804px) {

.price-item-8 {
		top: calc(calc((100vw - 300px) / 5) * 9 + 8px)
}
	}

@media (max-width: 1247px) {

.price-item-8 {
		top: calc(calc((100vw - 300px) / 3.7) * 9 + 8px)
}
	}

@media (max-width: 1023px) {

.price-item-8 {
		top: calc(calc((100vw - 250px) / 3.3) * 9 + 8px)
}
	}

@media (max-width: 767px) {

.price-item-8 {
		top: calc(calc((100vw - 40px) / 3) * 9 + 8px)
}
	}

@media (max-width: 480px) {

.price-item-8 {
		top: calc(calc(100vw / 3) * 9 + 8px)
}
	}

.price-item-9 {
	top: calc(calc(1504px / 5) * 10 + 9px);
}

@media (max-width: 1804px) {

.price-item-9 {
		top: calc(calc((100vw - 300px) / 5) * 10 + 9px)
}
	}

@media (max-width: 1247px) {

.price-item-9 {
		top: calc(calc((100vw - 300px) / 3.7) * 10 + 9px)
}
	}

@media (max-width: 1023px) {

.price-item-9 {
		top: calc(calc((100vw - 250px) / 3.3) * 10 + 9px)
}
	}

@media (max-width: 767px) {

.price-item-9 {
		top: calc(calc((100vw - 40px) / 3) * 10 + 9px)
}
	}

@media (max-width: 480px) {

.price-item-9 {
		top: calc(calc(100vw / 3) * 10 + 9px)
}
	}

.nbox__inner-content {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 2.4em 2em;
}

@media (max-width: 1023px) {

.nbox__inner-content {
		padding: 1.5em 2em
}
	}

@media (max-width: 480px) {

.nbox__inner-content {
		padding: 1em 1em
}
		.nbox__inner-content h3 {
			margin-left: 0.5em;
			font-size: 1.8em;
		}
	}

@media (max-width: 480px) {
			.price-item .nbox::before {
				display: none;
			}
		.price-item .nbox__inner-content {
			position: initial;
		}
			.price-item .nbox__inner-content::before {
				display: none;
			}
	}

.main-nbox-text {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 3em;
}

.pp:after {
		display: inline;
		content: 'extra per person';
		font-size: 0.7em;
		position: relative;
	}

@media (max-width: 480px) {
	.vis-on-desktop {
		display: none;
	}
	}

.vis-on-mobile {
	display: none;
}

@media (max-width: 480px) {

.vis-on-mobile {
		display: initial
}
	}

.nbox-pdf {
	display: none;
	font-size: 1.8em;
}

.nbox-pdf.nBox::before {
		content: '';
		display: block;
		padding-top: calc(100% - 1px);
	}

@media (max-width: 480px) {
		.main-nbox-text p {
			font-size: 1.4em;
		}
		.main-nbox-text a {
			display: none;
		}
	.nbox-pdf {
		display: initial;
		left: calc(2 * calc(100vw / 3) + 1px);
		top: calc(calc(100vw / 3) + 1px);
	}
		.nbox-pdf a {
			text-decoration: underline;
		}

		.nbox-pdf .nbox__inner-content {
			padding: 1em 1em;
		}
	}

.price-item-9 .nBox::before {
	content: '';
	display: block;
	padding-top: calc(50% + 1.5em);
}

.main-content-promocovid {

    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;

  font-size: calc(calc(1504px / 5) / 14.6);

}

@media (max-width: 1804px) {

.main-content-promocovid {
    font-size: calc(calc((100vw - 300px) / 5) / 14.6)

}
	}

@media (max-width: 1247px) {

.main-content-promocovid {
    font-size: calc(calc((100vw - 300px) / 3.7) / 14.6)

}
	}

@media (max-width: 1023px) {

.main-content-promocovid {
    font-size: calc(calc((100vw - 250px) / 3.3) / 14.6)

}
	}

@media (max-width: 767px) {

.main-content-promocovid {
    font-size: calc(calc((100vw - 40px) / 3) / 14.6)

}
	}

@media (max-width: 480px) {

.main-content-promocovid {
    margin-bottom: 25vh;
    font-size: calc(calc(100vw / 3) / 14.6)

}
	}

.pBox {
  color: white;
  position: relative;


}

.pBox--red {
    background-color: #EE255C;
  }

.pBox--light-purple {
    background-color: #9A9CCD;
  }

.pBox--dark-purple {
    background-color: #5956A5;
  }

.pBox-square::before {
        content: "";
        display: block;
        padding-top: 100%; /* initial ratio of 1:1*/

    }

.pBox-square__inner-content{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
    }

.pBox--image-holder {
    position: relative;
  }

.pBox--image-holder .logo-holder {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 40%;
      background-image: url(../../images/icon-fees.svg);
      background-repeat: no-repeat;
      background-position: center;
    }

.pBox--image-holder .logo-holder::before {
        content: "";
        display: block;
        padding-top: 100%; /* initial ratio of 1:1*/
      }

.pBox-discount {
       width:25%;
  }

.pBox-discount .pbox-square__inner-content{
            display:flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 30%;

            font-weight: 300;
       }

/* line-height: 1; */

.pBox-discount .pbox-square__inner-content h2{
                font-size: 2.6em;
                font-weight: 300;

            }

@media (max-width: 1247px) {

.pBox-discount {
            width:33%
  }

            .pBox-discount .pbox-square__inner-content{
                padding: 25%;
            }

                .pBox-discount .pbox-square__inner-content h2{
                    font-size: 3.8em;
                }
                .pBox-discount .pbox-square__inner-content p{
                    font-size:1.25em; 
                }
	}

@media (max-width: 480px) {

.pBox-discount {
           width:50%
  }
            .pBox-discount .pbox-square__inner-content{
                padding: 23%;
            }

                .pBox-discount .pbox-square__inner-content h2{
                    font-size: 5.6em;
                }
                .pBox-discount .pbox-square__inner-content p{
                    font-size:1.8em; 
                }
	}

.pBox-main-text-content {
      width:75%;
      padding: 4em 6em;


  }

@media (max-width: 1247px) {

.pBox-main-text-content {
            width:100%;
            order:1


  }
	}

@media (max-width: 480px) {

.pBox-main-text-content {
            padding: 2em 3em;
           font-size: 1.6em


  }
	}

.pBox-main-text-content h2 {
      font-weight: 300;
      font-size: 2em;
      line-height: 1.3;
    }

.pBox-main-text-content p {
      margin: 2em 0;
      line-height: 1.5;
      font-weight: 300;
    }

@media (max-width: 1023px) {

.pBox-main-text-content p {
        font-size: 1.2em
    }
	}

.pBox-main-text-content p span{
          font-weight: 900;
      }

.pBox-image{
      width:25%;
      margin-left: 25%;
        position: relative;
  }

@media (max-width: 1247px) {

.pBox-image{
            width:33%;
            margin-left: 0
  }
	}

@media (max-width: 480px) {

.pBox-image{
           width:50%
  }
	}

.pBox-image .logo-holder {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 56%;
        background-image: url(../../images/services/property.svg);
        background-repeat: no-repeat;
        background-position: center;
        
    }

.pBox-image .logo-holder::before {
            content: "";
            display: block;
            padding-top: 100%; /* initial ratio of 1:1*/
        }

.information-container {
	z-index: 99;
	position: absolute;
	font-size: 1rem;
	font-weight: 200;
	color: white;
	background-color: #5956A5;
	padding: 4rem 5rem;
	line-height: 1.375;
	-webkit-transform-origin: left;
	        transform-origin: left;
	margin-bottom: 30px;
}

@media (max-width: 1247px) {

.information-container {
		padding: 3.2rem 4rem
}
	}

@media (max-width: 480px) {

.information-container {
		font-size: 1rem;
		padding: 1.333rem 1.666rem
}
	}

.information-container__title {
		font-size: 2.4em;
		font-weight: 400;
	}

.information-container__title br {
			display: none;
		}

@media (max-width: 480px) {

.information-container__title {
			font-size: 1.8rem
	}
			.information-container__title br {
				display: none;
			}
	}

.information-container__content {
		padding-top: 1em;
		font-size: 1.0625em;
	}

.information-container__content p {
			margin-top: 1em;
			line-height: 1.5;
		}

.information-container__content p a {
				text-decoration: underline;
			}

.information-container__content ul {
			margin-top: 2em;
			margin-bottom: 2em;
		}

.information-container__content ul li {
				margin-top: 1em;
				margin-left: 1em;
			}

@media (max-width: 480px) {

.information-container__content ul li {
					margin-top: 0.8em
			}
	}

.information-container--news .information-container__content {
			padding-top: 0;
		}

.information-container__close-btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 24px;
		height: 24px;
		padding: 12px;
		margin: 12px;
		box-sizing: content-box;
		cursor: pointer;
	}

@media (max-width: 1247px) {

.information-container__close-btn {
			width: 16px;
			height: 16px;
			padding: 8px;
			margin: 8px
	}
	}

.information-container hr {
		margin: 1.5em 0 0.5em 0;
		display: block;
	}

.information-container__where-to-next {
		margin: 1em 0 1em 0;
		font-size: 1rem;
		display: inline-block;
		color: white;
		font-weight: 400;
	}

/* &__where-to-next-container {
    position: absolute;
    top: 100%;
    left: 0;
  } */

.information-container *::-moz-selection {
			background-color: rgba(40, 40, 40, 0.1);
		}

.information-container *::selection {
			background-color: rgba(40, 40, 40, 0.1);
		}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 23px solid #5956A5;
	opacity: 0;
	cursor: pointer;
}

.arrow-left--services {
		border-right-color: #EE255C;
	}

.arrow-left--news {
		border-right-color: #5956A5;
	}

.self-service-container {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 1500px) {

.self-service-container {
		flex-direction: column
}
	}

.self-service-extra-boxes-container {
	padding-left: 25%;
	display: flex;
	flex-wrap: wrap;
}

.self-service-extra-boxes-container .ss-box-item {
		width: 33.33%;
	}

@media (max-width: 1500px) {

.self-service-extra-boxes-container {
		display: none
}
	}

.ss-box-title {
	font-size: 2.4em;
	font-weight: 400;
	margin-bottom: 0.3em;
}

.ss-box-p {
	font-size: 1.0625em;
	font-weight: 200;
	line-height: 1.33;
}

.ss-flex-container {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	flex-grow: 1;
}

.download-pdf {
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: underline;
}

.subtext {
	font-size: 0.3em;
	font-weight: 200;
}

.buy-now-text {
	font-size: 0.4em;
	font-weight: 600;
}

.ss-box-1 {
	width: 25%;
	background-color: #9a9ccd;
	border: 1px solid white;
	position: relative;
}

.ss-box-1 .box-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 2em;
		display: flex;
		align-items: center;
		justify-content: center;
	}

.ss-box-1:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}

@media (max-width: 1500px) {

.ss-box-1 {
		width: 33.33%
}
	}

@media (max-width: 480px) {

.ss-box-1 {
		display: none
}
	}

.ss-box-2 {
	width: 50%;
	background-color: #5956a5;
	position: relative;
	color: white;
	border: 1px solid white;
}

.ss-box-2:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}

.ss-box-2 p {
	}

.ss-box-2 .box-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 2.4em;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

.ss-box-2 .box-content h4 {
			font-size: 1.2em;
			margin-bottom: 1em;
		}

@media (max-width: 1500px) {

.ss-box-2 {
		width: 100%
}
		.ss-box-2 .box-content {
			position: relative;

			padding: 2em;
		}
		.ss-box-2:after {
			display: none;
		}
	}

.ss-item-container {
	width: 25%;
}

.ss-item-container .ss-box-item {
		display: none;
	}

.ss-item-container .ss-box-item:nth-of-type(2),
	.ss-item-container .ss-box-item:nth-of-type(3) {
		display: block;
	}

@media (max-width: 1500px) {

.ss-item-container {
		width: 100%;
		display: flex;
		flex-wrap: wrap
}

		.ss-item-container .ss-box-item {
			display: block;
		}
	}

.ss-item-container .ss-box-1 {
		display: none;
	}

@media (max-width: 480px) {

.ss-item-container .ss-box-1 {
			display: block;
			width: 50%
	}
	}

.ss-box-item {
	width: 100%;
	background-color: #ee255c;
	position: relative;
	cursor: pointer;
	border: 1px solid white;
}

@media (max-width: 1500px) {

.ss-box-item {
		width: 33.33%
}
	}

@media (max-width: 480px) {

.ss-box-item {
		width: 50%
}
	}

.ss-box-item:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}

.ss-box-item h3 {
		color: white;
	}

.ss-box-item__buy-btn {
		background-color: #5956a5;
		color: white;
		font-size: 0.9em;
		font-weight: 200;
		padding: 0.5em 0.3em;
		text-align: center;
	}

.ss-box-item .box-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 2em;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

@media (max-width: 1023px) {

.ss-box-item .box-content {
			padding: 1.2em
	}
	}

.ss-box-item .box-content h3 {
			font-size: 1.7em;
		}

@media (max-width: 1247px) {

.ss-box-item .box-content h3 {
				font-size: 1.2em
		}
	}

.self-service-item-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;

	/* @media (max-width: 1500px) {
		flex-direction: column;
	} */
}

.ssi-box-1 {
	width: 50%;
	background-color: #5956a5;
	position: relative;
	color: white;
	border: 1px solid white;
}

.ssi-box-1:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}

.ssi-box-1 p {
	}

.ssi-box-1 .box-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 2.4em;
		display: flex;
		flex-direction: column;
	}

@media (max-width: 1500px) {

.ssi-box-1 {
		width: 100%
}
		.ssi-box-1 .box-content {
			position: relative;

			padding: 2em;
		}
		.ssi-box-1:after {
			display: none;
		}
	}

.ssi-box-holder {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1500px) {

.ssi-box-holder {
		width: 100%
}
	}

.ssi-box-2 {
	width: 50%;
	background-color: #ee255c;
	position: relative;
	color: white;
	font-weight: 200;
	border: 1px solid white;
}

@media (max-width: 1500px) {

.ssi-box-2 {
		width: 33.33%
}
	}

@media (max-width: 480px) {

.ssi-box-2 {
		width: 50%
}
	}

.ssi-box-2:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}

.ssi-box-2 p {
	}

.ssi-box-2 .box-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 2rem;
		font-size: 3.5em;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

@media (max-width: 480px) {

.ssi-box-2 .buy-now-hidden-mobile {
			font-size: 0.4em
	}
			.ssi-box-2 .buy-now-hidden-mobile br {
				display: none;
			}
	}

.ssi-box-3 {
	width: 50%;
	background-color: #5956a5;
	position: relative;
	color: white;
	visibility: hidden;
	text-align: center;
	border: 1px solid white;
}

@media (max-width: 1500px) {

.ssi-box-3 {
		display: none
}
	}

@media (max-width: 480px) {

.ssi-box-3 {
		visibility: visible;
		display: block
}
	}

.ssi-box-3:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}

.ssi-box-3 p {
	}

.ssi-box-3 .box-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 2em;
		font-size: 1.2em;
		display: flex;
		justify-content: center;
		align-items: center;
	}

.ssi-box-4 {
	width: 50%;
	background-color: #ee255c;
	position: relative;
	color: white;
	border: 1px solid white;
}

@media (max-width: 1500px) {

.ssi-box-4 {
		width: 33.33%
}
	}

@media (max-width: 480px) {

.ssi-box-4 {
		width: 50%
}
	}

.ssi-box-4:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}

.ssi-box-4 p {
	}

.ssi-box-4 .box-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

.ssi-box-5 {
	width: 50%;
	background-color: #9a9ccd;
	position: relative;
	color: white;
	line-height: 1.5;
	border: 1px solid white;
}

@media (max-width: 1500px) {

.ssi-box-5 {
		width: 33.33%
}
	}

@media (max-width: 480px) {

.ssi-box-5 {
		width: 50%
}
	}

.ssi-box-5:after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}

.ssi-box-5 p {
	}

.ssi-box-5 .box-content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 2em;
	}

@media (max-width: 1167px) {

.ssi-box-5 .box-content {
			padding: 1.2em;
			font-size: 0.8em
	}
	}

.iframe-container {
	margin-top: 3em;
	width: 100%;
	height: 100vh;
}

@media (min-width: 1501px) {

.iframe-container {
		border-left: 5px solid #5956a5;
		border-right: 5px solid #5956a5
}
	}

.mediation-container {
	display: flex;
	line-height: 1.5;
	color: white;
}

.mediation-main {
	width: 75%;
}

@media (max-width: 1500px) {

.mediation-main {
		width: 100%
}
	}

.mediation-main .mediation-intro {
		position: relative;
		border: 1px solid white;
	}

.mediation-main .mediation-intro-inner {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			display: flex;
			flex-direction: column;
			padding: 3em 6.65em;
		}

@media (max-width: 767px) {

.mediation-main .mediation-intro-inner {
				padding: 3em 3em
		}
	}

@media (max-width: 480px) {

.mediation-main .mediation-intro-inner {
				padding: 1.8em 1.8em
		}
	}

@media (max-width: 1500px) {

.mediation-main .mediation-intro-inner {
				position: relative
		}
	}

.mediation-main .mediation-intro-inner h3 {
				font-size: 2.4em;
				font-weight: 400;
				margin-bottom: 0.3em;
				margin-top: -5px;
			}

.mediation-main .mediation-intro-inner .center-v-container {
				display: flex;
				flex-direction: column;
				justify-content: space-around;
				flex-grow: 1;
			}

.mediation-main .mediation-intro-inner .center-v-container p {
					font-size: 2em;
					font-weight: 200;
					line-height: 1.5;
					padding-right: 15%;
				}

@media (max-width: 1500px) {

.mediation-main .mediation-intro-inner .center-v-container p {
						margin-top: 1em;
						margin-bottom: 1em;
						padding-right: 0
				}
	}

@media (max-width: 1167px) {

.mediation-main .mediation-intro-inner .center-v-container p {
						font-size: 1.4em
				}
	}

.mediation-main .mediation-intro::before {
			content: "";
			display: block;
			padding-bottom: 66.66%;
			background-color: #EE255C;
		}

@media (max-width: 1500px) {

.mediation-main .mediation-intro::before {
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				padding-bottom: 0
		}
	}

.mediation-main .mediation-content {
		background-color: #5956A5;
		padding: 4.5em 6.65em 9em 6.65em;
		border: 1px solid white;
		margin-bottom: 4em;
	}

.mediation-main .mediation-content p {
			margin-bottom: 1em;
			font-weight: 200;
		}

@media (max-width: 767px) {

.mediation-main .mediation-content {
			padding: 3em 3em 5em 3em
	}
	}

@media (max-width: 480px) {

.mediation-main .mediation-content {
			padding: 1.8em 1.8em 3.6em 1.8em
	}
	}

.mediation-mobile-extra {
	display: none;
}

@media (max-width: 1500px) {

.mediation-mobile-extra {
		display: flex;
		flex-wrap: wrap;
		width: 100%
}
	}

.mediation-desktop-extra {
	width: 25%;
}

@media (max-width: 1500px) {

.mediation-desktop-extra {
		display: none
}
	}

.med-x-box {
	position: relative;
	border: 1px solid white;
}

@media (max-width: 1500px) {

.med-x-box {
		width: 33.33%
}
	}

@media (max-width: 480px) {

.med-x-box {
		width: 50%
}
	}

.med-x-box:nth-of-type(1) {
		background-color: #5956A5;
		order: 1;
	}

.med-x-box:nth-of-type(1) .med-x-box-inner {
			text-align: center;
			font-weight: 200;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
			line-height: 1.2;
		}

.med-x-box:nth-of-type(2) {
		order: 3;
	}

.med-x-box:nth-of-type(3) {
		background-color: #9A9CCD;
		order: 3;
	}

.med-x-box:nth-of-type(3) .med-x-box-inner {
			padding: 2em;
		}

@media (max-width: 1167px) {

.med-x-box:nth-of-type(3) .med-x-box-inner {
				padding: 1.2em;
				font-size: 0.8em
		}
	}

.med-x-box:nth-of-type(4) {
		order: 2;
		display: none;
	}

@media (max-width: 480px) {

.med-x-box:nth-of-type(4) {
			display: block;
			background-color: #EE255C
	}
	}

.med-x-box-inner {
		position: absolute;
		top: 0;
		left: 0;
	}

.med-x-box::after {
		content: "";
		display: block;
		padding-bottom: 100%;
	}