/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900|Zilla+Slab:400,600,700&display=swap');
button, hr, input {
  overflow: visible; }

audio, canvas, progress, video {
  display: inline-block; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }

h1 {
  font-size: 2em;checklist
  margin: .67em 0; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover, a:focus {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/*** Nunito Sans ***/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: white;
  -webkit-font-smoothing: antialiased; }

body {
  min-height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  font: 18px/26px "Nunito Sans", sans-serif;
  color: #7B7582;
  background: white; }

a {
  color: #6649a3;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline: none; }
a:hover, a:focus {
  color: #8065ba; }

p, ul, ol, dl {
  margin: 0 0 26px; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Zilla Slab', serif;
  font-weight: bold;
  line-height: normal; }
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
.h1 + p, .h2 + p, .h3 + p, .h4 + p, .h5 + p, .h6 + p {
  margin-top: 0; }

h1, .h1 {
  font-size: 44px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  margin: 26px 0;
  font-size: 18px; }

h5, .h5 {
  margin: 26px 0;
  font-size: 16px; }

h6, .h6 {
  margin: 26px 0;
  font-size: 14px; }

/* ========== BUTTONS ========= */
.btn {
  max-width: 250px;
  margin: 0 auto;
  padding: 14px 24px;
  background: #7cd854;
  border-radius: 25px;
  border: 1px solid #7cd854;
  box-shadow: none;
  color: white;
  display: block;
  font: 800 16px/20px "Nunito Sans", sans-serif;
  text-align: center;
  text-transform: capitalize;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden; }
.btn:hover, .btn:focus {
  background-color: #2ecb8c;
  border-color: #2ecb8c;
  color: white;
  outline: none; }
.btn + .btn {
  margin-top: 24px; }

/*
 * ========== INPUT=========
 */
fieldset {
  padding: 0;
  margin: 0;
  border: none;
  display: block; }

input[type="text"], input[type="password"], input[type="email"],
input[type="search"], input[type="tel"], input[type="url"], textarea {
  width: 100%;
  height: 50px;
  padding: 10px 18px;
  background-color: #fafafa;
  border: solid 2px #f3f3f3;
  border-radius: 8px;
  box-shadow: none;
  font: 16px/26px "Nunito Sans", sans-serif;
  outline: none !important;
  color: #7B7582;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c6c1cc;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #c6c1cc;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1; }
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="url"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #c6c1cc;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1; }
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c6c1cc;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill, input[type="email"]:-webkit-autofill,
input[type="search"]:-webkit-autofill, input[type="tel"]:-webkit-autofill, input[type="url"]:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus,
input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus {
  border-color: #7cd854; }
input[type="text"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder,
input[type="search"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent; }
input[type="text"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder,
input[type="search"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent; }
input[type="text"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder,
input[type="search"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent; }
input[type="text"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder,
input[type="search"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent; }
.form-group input[type="text"], .form-group input[type="password"], .form-group input[type="email"], .form-group
input[type="search"], .form-group input[type="tel"], .form-group input[type="url"], .form-group textarea {
  width: 100%; }
.form-error input[type="text"], .form-error input[type="password"], .form-error input[type="email"], .form-error
input[type="search"], .form-error input[type="tel"], .form-error input[type="url"], .form-error textarea {
  border-color: red; }

textarea {
  height: 128px;
  resize: none; }

.form-area {
  margin-right: -8px;
  margin-left: -8px; }
.form-group {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: 24px;
  clear: both; }
.form-half {
  clear: none; }
.form-error {
  position: relative; }
.form-error-message {
  padding: 1px 2px;
  margin-top: 2px;
  font-size: 11px;
  line-height: 14px;
  color: red;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 8px;
  right: 8px;
  z-index: 1;
  text-align: right;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hidden {
  display: none; }

.mobile-hidden {
  display: none; }

.center {
  text-align: center; }

.container {
  padding: 0 24px; }
.container:after {
  content: '';
  display: table;
  clear: both; }

.selectric .button, .selectric .label {
  height: 38px;
  line-height: 38px;
  display: block; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  color: #444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-disabled, .selectric-items .disabled {
  filter: alpha(opacity=50);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.selectric .button {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  opacity: .5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  background: 0 0 !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items li, .selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover, .selectric-items li:focus {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  opacity: .5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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 {
  -ms-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; }

.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0; }

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%; }

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: ''; }

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8; }

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden; }

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

.mfp-container:before {
  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-ajax-holder .mfp-content, .mfp-inline-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: zoom-out; }

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

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

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -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: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

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

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

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

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

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0; }

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: .65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

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

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

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

.mfp-iframe-holder .mfp-close, .mfp-image-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-figure, img.mfp-img {
  line-height: 0; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

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

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

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: 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: .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-image-holder .mfp-content, img.mfp-img {
  max-width: 100%; }

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

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

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block; }

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  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-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  transition: background-color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #553C8B; }
.header-floating .header {
  background-color: #553C8B; }
.header:after {
  content: '';
  display: block;
  overflow: hidden;
  height: 1px;
  background: #553C8B;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  transition: left 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.header-floating .header:after {
  left: 0;
  right: 0; }
.header .brand {
  width: 100px;
  height: 60px;
  margin: auto 0;
  background: url("../img/logo@2x.png") 0 0 no-repeat;
  background-size: contain;
  text-indent: -1000px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 0; }
.header .brand a {
  width: 100%;
  height: 100%;
  display: block; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  padding: 53px 0; }
.footer .about {
  margin-bottom: 42px;
  font-size: 16px;
  line-height: 26px; }
.footer .about:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 144px;
  height: 72px;
  background: url("../img/logo-small@2x.png") 0 0 no-repeat;
  background-size: contain;
  margin-bottom: 24px; }
.footer .about p:last-of-type {
  margin-bottom: 0; }
.footer .links {
  margin-bottom: 42px; }
.footer .links:after {
  content: '';
  display: table;
  clear: both; }
.footer .links .col {
  margin-bottom: 25px;
  float: left; }
.footer .links .col:nth-child(odd) {
  width: 60%; }
.footer .links .col:nth-child(even) {
  width: 40%; }
.footer .links .col:nth-child(2n+1) {
  clear: left; }
.footer .links .col:nth-last-child(-n+2) {
  margin-bottom: 0; }
.footer .links .title {
  margin-bottom: 14px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #6649a3;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
.footer .links .list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600; }
.footer .links .list li a {
  color: #7B7582; }
.footer .links .list li a:hover, .footer .links .list li a:focus {
  color: #645d6d; }
.footer .links .social {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
.footer .links .social li {
  display: inline-block;
  vertical-align: middle; }
.footer .links .social li + li {
  margin-left: 6px; }
.footer .links .social li a, .footer .links .social li img {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.footer .links .social li a {
  border-radius: 50%;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
.footer .links .social li a:hover, .footer .links .social li a:focus {
  background-color: rgba(151, 144, 160, 0.2); }
.footer .subscribe .text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  display: none;
  color: #7B7582; }
.footer .subscribe .title {
  margin-bottom: 23px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #6649a3;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
.footer .subscribe .form-subscribe .form-group {
  width: 272px;
  margin: 0;
  position: relative; }
.footer .subscribe .form-subscribe .form-input {
  padding: 10px 64px 10px 18px;
  border-color: #7cd854;
  font-weight: 600;
  font-size: 18px; }
.footer .subscribe .form-subscribe .form-input::-webkit-input-placeholder {
  font-weight: 600; }
.footer .subscribe .form-subscribe .form-input:-ms-input-placeholder {
  font-weight: 600; }
.footer .subscribe .form-subscribe .form-input::placeholder {
  font-weight: 600; }
.footer .subscribe .form-subscribe .form-submit {
  width: 55px;
  padding: 0;
  background: #7cd854 url("../img/icons/arrow.svg") center center no-repeat;
  background-size: 20px auto;
  border: none;
  border-radius: 0 8px 8px 0;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  outline: none !important; }
.footer .copyright {
  padding-top: 32px;
  margin-top: 40px;
  border-top: 1px solid #ebebeb;
  position: relative;
  clear: both; }
.footer .copyright a[href^="mailto:"], .footer .copyright a[href^="tel:"] {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #7cd854; }
.footer .copyright a[href^="mailto:"]:hover, .footer .copyright a[href^="tel:"]:hover, .footer .copyright a[href^="mailto:"]:focus, .footer .copyright a[href^="tel:"]:focus {
  color: #7B7582; }
.footer .copyright .by {
  margin: 24px 0 0 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600; }
.footer .copyright .by a {
  color: #7B7582; }
.footer .copyright .by a:hover, .footer .copyright .by a:focus {
  color: #7cd854; }
.footer .copyright .by img {
  width: 30px;
  height: 30px;
  margin: -4px -2px -4px 0;
  display: inline-block;
  vertical-align: middle; }
.footer .copyright .copy {
  margin-top: 57px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600; }

/* ==========================================================================
   NAV
   ========================================================================== */
.nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 310; }
.nav-visible .nav {
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.nav:before {
  content: '';
  display: block;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(16deg, #67359a, #6161b3 93%, #6161b3);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
  transition-delay: .2s; }
.nav-visible .nav:before {
  display: block; }
.nav-open .nav:before {
  opacity: 1;
  transition-delay: 0s; }
.nav .heading {
  display: none; }
.nav-space {
  height: 100%;
  padding: 75px 15px 150px;
  overflow: hidden;
  overflow-y: auto;
  display: none;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.4s ease; }
.nav-visible .nav-space {
  display: block; }
.nav-open .nav-space {
  opacity: 1; }
.nav .menu {
  padding: 16px 0 0 0;
  margin: 0;
  border-top: 1px solid #a799ce;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
.nav .menu li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: .11em; }
.nav .menu li a {
  padding: 11px 0;
  display: block;
  color: #a799ce; }
.nav .menu li a:hover, .nav .menu li a:focus {
  color: white; }
.nav .menu li.active a {
  color: #f4f3f6; }
.cta-btn {
  min-width: 92%;
  padding: 18px 28px 18px 58px;
  background: #7cd854 url("../img/icons/heart-white.svg") calc(50% - 60px) 50% no-repeat;
  background-size: 26px auto;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 #59129F;
  border-radius: 12px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  bottom: 77px;
  left: 4%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.cta-btn:hover, .cta-btn:focus{
  box-shadow: 0 5px 14px 0 #8b73c0, 0 5px 14px 0 #8466c2;
  color: white; }
.cta-btn.center {
  margin: auto;
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  min-width: 100%;
}
.cta-btn.contact {
  background: #7cd854;
  padding: 18px 28px;
}
.nav .tel {
  padding-left: 26px;
  background: url("../img/icons/call.svg") 0 50% no-repeat;
  background-size: 20px auto;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: white;
  cursor: default;
  position: absolute;
  top: 26px;
  right: 75px; }
.nav .toggle {
  width: 44px;
  height: 44px;
  background: #492f82;
  border-radius: 2px;
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 50;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
.nav-open .nav .toggle, .header-floating .nav .toggle {
  background-color: transparent; }
.nav .toggle span, .nav .toggle:before, .nav .toggle:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 26px;
  height: 3px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  border-radius: 2px;
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.4s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.nav-open .nav .toggle span, .nav-open .nav .toggle:before, .nav-open .nav .toggle:after {
  background-color: white; }
.nav-open .nav .toggle span {
  opacity: 0; }
.nav .toggle:before {
  transform: translate3d(0, -9px, 0); }
.nav-open .nav .toggle:before {
  transform: translate3d(0, 0, 0) rotate(-45deg); }
.nav .toggle:after {
  transform: translate3d(0, 9px, 0); }
.nav-open .nav .toggle:after {
  transform: translate3d(0, 0, 0) rotate(45deg); }

/* ==========================================================================
   PAGE-HEADING
   ========================================================================== */
.page-heading {
  min-height: 55vh;
  padding-top: 200px;
  padding-bottom: 70px;
  color: #a799ce;
  text-align: center;
  position: relative;
  z-index: 1; }
.page-heading:before, .page-heading:after, .page-heading .background {
  content: '';
  display: block;
  overflow: hidden;
  width: 100vw;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  z-index: -1; }
/*.page-heading:before {
  z-index: -5;
  background: #eee; }*/
.page-heading .background {
  z-index: -3;
  /*opacity: .26;*/
  top: 76px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity; }
/*.page-heading:after {
  z-index: -1;
  background: linear-gradient(15deg, #67359a, #6161b3 93%, #6161b3);
  mix-blend-mode: multiply; }*/
.page-heading-services .background {
  background-image: url("../img/page-heading/services.jpg");
  background-position: center 33%;
  opacity: .9; }
  .page-heading-home .background {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0)), url("../img/page-heading/home.jpg");
  background-position: center 33%;
  opacity: .9; }
.page-heading-why .background {
  background-image:linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0)), url("../img/page-heading/why.jpg");
  background-position: center center;
  opacity: 1;
}
.page-heading-contact .background {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0)), url("../img/page-heading/contact-header.jpg");
  background-position: center 55% top 0%;
  opacity: 1;
}
.page-heading-kudos .background {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0)), url("../img/page-heading/kudos-header.jpg");
  background-position: center 55%;
  opacity: 1;
}
.page-heading-faq .background {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0)), url("../img/page-heading/faq.jpg");
  background-position: center top;
  opacity: 1;
}
.page-heading p:last-of-type {
  margin-bottom: 0; }
.page-heading .subheading {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .11em; }
.page-heading .heading {
  margin: 0 0 11px 0;
  font-size: 48px;
  line-height: 54px;
  color: #6649a3; }
.page-heading .text {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 26px; }
.page-heading .heading-content-container {
  max-width: 610px;
  background-color: rgba(255,255,255, 0.7);
  border-radius: 15px;
  height: fit-content;
  color: #6649a3;
  padding: 30px;
  text-align: left;
  position: relative;
  margin: auto;
}
.page-heading .heading-content-container::before {
  content: '';
  position: absolute;
  height: 24px;
  width: 24px;
  transform: rotate(-45deg);
  background-color: #7CD854;
  top: -12px;
  left: calc(50% - 12px);
}
.heading.accent-centered:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 50px;
  height: 3px;
  margin-top: 16px;
  background-color: #7cd854;
  margin-left: calc(50% - 25px);
}

/* ==========================================================================
   UP
   ========================================================================== */
.up {
  width: 60px;
  height: 60px;
  display: none;
  background: rgba(124, 216, 84, 0.7) url("../img/icons/arrow.svg") center center no-repeat;
  background-size: 20px auto;
  border-radius: 50%;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  transition: background-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
.up:hover, .up:focus {
  background-color: rgba(124, 216, 84, 0.9); }

/** Fade Effect */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8; }
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }
.mfp-fade .mfp-content {
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.mfp-fade.mfp-wrap.mfp-ready {
  opacity: .8; }
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }
.mfp-container {
  padding-right: 40px !important;
  padding-left: 40px !important; }
.mfp-close {
  width: 40px !important;
  height: 40px;
  padding: 0 !important;
  right: -40px !important;
  text-align: left !important;
  opacity: .75;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  display: block;
  top: 0 !important; }
.mfp-close:before, .mfp-close:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 26px;
  height: 3px;
  border: none;
  margin: auto !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.mfp-close:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.mfp-close:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  top: 0 !important; }
.mfp-arrow {
  width: 40px;
  height: 40px;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  opacity: .75;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer; }
.mfp-arrow:hover, .mfp-arrow:focus {
  margin-top: auto !important;
  opacity: 1; }
.mfp-arrow:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 13px;
  height: 13px;
  border: none;
  border-top: 3px solid white;
  border-right: 3px solid white;
  margin: auto !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
.mfp-arrow:after {
  display: none; }
.mfp-arrow.mfp-arrow-left {
  left: 0; }
.mfp-arrow.mfp-arrow-left:before {
  left: 5px;
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }
.mfp-arrow.mfp-arrow-right {
  right: 0; }
.mfp-arrow.mfp-arrow-right:before {
  right: 5px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.mfp-iframe-holder .mfp-content {
  max-width: 560px !important; }
.mfp-iframe-holder .mfp-close, .mfp-iframe-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:focus {
  top: -40px !important; }

/* ==========================================================================
   READ-MORE
   ========================================================================== */
.read-more {
  max-height: 430px;
  margin-right: -24px;
  margin-left: -24px;
  padding-right: 24px;
  padding-left: 24px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); }
.read-more:after {
  content: '';
  display: block;
  overflow: hidden;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%, white 100%);
  cursor: default;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
.read-more-btn {
  max-width: 100%;
  margin: 0 25px;
  display: inline-block;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  z-index: 2; }
.read-more.visible {
  max-height: 8000px; }
.read-more.visible:after {
  opacity: 0; }
.check-list .read-more {
  margin-bottom: -34px; }
.check-list .read-more.visible {
  margin-bottom: 0; }
.check-list .read-more:after {
  height: 234px;
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 70%, #fafafa 100%); }
.check-list .read-more .read-more-btn {
  transform: translate3d(0, -34px, 0); }

/* ==========================================================================
   INDEX
   ========================================================================== */
.index {
  /*padding-top: 100px;*/
  /*padding-bottom: 50px;*/
  color: #a799ce;
  position: relative;
  z-index: 1; }
.index:before, .index:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 100vw;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0; }
.index:before {
  z-index: -5;
  background: #eee; }
.index .background {
  z-index: -3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity; }
.index .background.first {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, .6) 80%, rgba(255, 255, 255, 0)), url("../img/bg/home-hero-flowers.jpg");
}
.index .background.second {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, .6) 80%, rgba(255, 255, 255, 0)), url("../img/bg/hero-image-slider2.jpg");
}
.index:after {
  z-index: -1;
  /*background: linear-gradient(15deg, #67359a, #6161b3 93%, #6161b3);*/
  mix-blend-mode: multiply; }
.index .slider {
  width: 100vw;
  margin-left: -50vw;
  position: relative;
  left: 50%; }
.index .slider.slick-initialized .slick-slide {
  outline: none !important; }
.index .slider.slick-initialized .slick-slide:nth-child(n+1) {
  display: block; }
.index .slider.slick-initialized .slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0; }
.index .slider.slick-initialized .slick-dots li {
  width: 16px;
  height: 16px;
  padding: 5px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
.index .slider.slick-initialized .slick-dots li .dot {
  width: 100%;
  height: 100%;
  display: block;
  background: #c0c0c0;
  border-radius: 50%;
  opacity: .5; }
.index .slider.slick-initialized .slick-dots li.slick-active {
  width: 20px;
  height: 20px; }
.index .slider.slick-initialized .slick-dots li.slick-active .dot {
  opacity: 1; }
.index .slider .entry:nth-child(n+2) {
  display: none; }
.index .slider .item {
  padding: 20px 24px; }
.index p:last-of-type {
  margin-bottom: 0; }
.index .subheading {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .11em; }
.index .heading {
  margin: 0 0 11px 0;
  font-size: 48px;
  line-height: 54px;
  color: white;
  letter-spacing: -.01em; }
.index .text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400; }
.index .btn {
  min-width: 225px;
  margin: 32px 0 0 0;
  box-shadow: 0 5px 14px 0 #8b73c0, 0 5px 14px 0 #8466c2; }
.index .page-heading {
  padding-top: 250px;
  padding-bottom: 200px;
}
.index .page-heading h2 {
  text-align: left;
  font-size: 48px;
  color: #6649a3;
  margin-bottom: 16px;
}
.index .index-content-container {
  max-width: 750px;
  background-color: transparent;
  border-radius: 15px;
  height: fit-content;
  color: #7B7582;
  font-size: 22px;
  padding: 30px;
  text-align: left;
  position: relative;
  margin: auto;
}
.index .cta-btns {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: column;
}
.index .cta-btn {
  position: inherit;
  bottom: initial;
  left: initial;
  background: #7cd854;
  padding: 21px 32px;
  margin-right: 0;
  box-shadow: none;
  margin-top: 16px;
  max-width: 210px;
}
.index .cta-btn:hover, .index .cta-btn:focus {
  box-shadow: 0 5px 14px 0 #fdfcff, 0 5px 14px 0 #f4efff;
}
.index .cta-btn.transparent {
  position: inherit;
  bottom: initial;
  left: initial;
  color: #7CD854;
  border: 2px solid #7CD854;
  background: transparent;
  padding: 19px 32px;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
  max-width: 945px;
  padding-top: 40px;
  padding-bottom: 30px;
  margin: 0 auto;
  font-weight: 300; }
.faq .heading {
  padding-bottom: 20px;
  margin: 0 0 42px 0;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.015em;
  position: relative; }
.faq .heading:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 50px;
  height: 3px;
  background-color: #7cd854;
  position: absolute;
  left: 0;
  bottom: 0; }
.faq .list .entry + .entry {
  margin-top: 54px; }
.faq .list .title {
  margin-top: 0; }

/* ==========================================================================
   CTA
   ========================================================================== */
.cta {
  padding: 40px 0 50px;
  text-align: center;
  color: #a799ce;
  position: relative;
  z-index: 1; }
.cta:before, .cta:after, .cta .background {
  content: '';
  display: block;
  overflow: hidden;
  width: 100vw;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0; }
.cta:before {
  z-index: -5;
  background: #eee; }
.cta .background {
  z-index: -3;
  opacity: 1;
  background: url("../img/bg/cta.jpg") center center no-repeat;
  background-size: cover;
  mix-blend-mode: luminosity; }
.cta:after {
  z-index: -1;
  background: linear-gradient(15deg, #67359a, #6161b3 93%, #6161b3);
  mix-blend-mode: multiply; }
.cta .heading {
  margin: 0 0 24px 0;
  font-size: 36px;
  line-height: 42px;
  color: white;
  letter-spacing: -.015em;
  position: relative; }
.cta .subheading {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600; }
.cta .btn {
  min-width: 250px;
  box-shadow: 0 5px 14px 0 #8b73c0, 0 5px 14px 0 #8466c2;
  display: inline-block;
  vertical-align: middle; }

/* ==========================================================================
   SERVICES
   ========================================================================== */
.services {
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
  font-size: 18px;
  line-height: 28px; }
.services .heading {
  margin: 0 0 12px 0;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.015em;
  position: relative; }
.services p {
  max-width: 700px;
  margin: 0 auto 54px; }
.services p:last-of-type {
  margin-bottom: 0; }
.services .list {
  margin-top: 30px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: center; }
.services .list:after {
  content: '';
  display: table;
  clear: both; }
.services .list .entry {
  max-width: 340px;
  margin: 0 auto; }
.services .list .entry + .entry {
  margin-top: 30px; }
.services .list .link {
  width: 100%;
  height: 100%;
  display: block;
  color: #7B7582; }
.services .list .title {
  margin-top: 24px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #6649a3;
  text-transform: uppercase;
  letter-spacing: .11em; }
.services .list .text {
  margin: 11px 0 0 0;
  display: block; }
.services .list .image {
  width: 340px;
  max-width: 100%;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.services .list .image:hover .more, .services .list .image:focus .more {
  opacity: .9; }
.services .list .image .more {
  background: #7cd854;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
  text-align: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: .11em;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .2s linear;
  z-index: 1; }
.services .list .image img {
  width: 100%;
  height: auto;
  display: block; }

/* ==========================================================================
   CHECK-LIST
   ========================================================================== */
.check-list {
  padding: 34px 0;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  z-index: 1; }
.check-list:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 100vw;
  background: #fafafa url("../img/temp/pattern.png") 0 0 repeat;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  z-index: -1; }
.check-list .heading {
  margin: 0 0 7px 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.015em;
  position: relative; }
.check-list p {
  max-width: 700px; }
.check-list p:last-of-type {
  margin-bottom: 0; }
.check-list .list {
  padding: 0;
  margin: 34px 0 0 0;
  list-style: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500; }
.check-list .list:after {
  content: '';
  display: table;
  clear: both; }
.check-list .list li {
  min-height: 38px;
  padding: 0 0 15px 57px;
  position: relative; }
.check-list .list li + li {
  margin-top: 26px; }
.check-list .list li:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 46px;
  height: 32px;
  background: url("../img/icons/bullet-icon.svg") center center no-repeat;
  background-size: 32px auto;
  position: absolute;
  top: -2px;
  left: 0; }
.check-list .list li .title {
  margin-bottom: 3px;
  display: block;
  color: #6649a3;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em; }

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.testimonials {
  padding: 30px 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 1; }
.testimonials .heading {
  margin: 0 0 7px 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.015em;
  position: relative; }
.testimonials .text {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto; }
.testimonials .text p:last-of-type {
  margin-bottom: 0; }
.testimonials .list {
  width: 100vw;
  padding-bottom: 30px;
  margin: 40px 0 0 -50vw;
  position: relative;
  left: 50%; }
.testimonials .list.slick-initialized .slick-slide {
  outline: none !important; }
.testimonials .list.slick-initialized .slick-slide:nth-child(n+1) {
  display: block; }
.testimonials .list.slick-initialized .slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0; }
.testimonials .list.slick-initialized .slick-dots li {
  width: 16px;
  height: 16px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
.testimonials .list.slick-initialized .slick-dots li .dot {
  width: 100%;
  height: 100%;
  display: block;
  background: #7cd854;
  border-radius: 50%;
  opacity: .5; }
.testimonials .list.slick-initialized .slick-dots li.slick-active {
  width: 20px;
  height: 20px; }
.testimonials .list.slick-initialized .slick-dots li.slick-active .dot {
  opacity: 1; }
.testimonials .list .entry:nth-child(n+2) {
  display: none; }
.testimonials .list .kudos-entry {
  margin-bottom: 100px; }
.testimonials .list .kudos-entry:last-child {
  margin-bottom: 0; }
.testimonials .list .quote {
  max-width: 350px;
  margin: 0 auto; }
.testimonials .list .quote .comment {
  font-size: 16px;
  line-height: 26px; }
.testimonials .list .quote .comment p:last-of-type {
  margin-bottom: 0; }
.testimonials .list .quote .from {
  min-height: 80px;
  padding: 21px 0;
  margin-top: 10px;
  background: url("../img/icons/quotes.svg") center center no-repeat;
  background-size: contain;
  display: block;
  color: #6649a3;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em; }
.testimonials .list .quote .from .company {
  display: block;
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  color: #7B7582;
  letter-spacing: 0; }
.testimonials .all {
  margin-top: 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  color: #7cd854;
  font-weight: bold; }
.testimonials .all:hover, .testimonials .all:focus {
  color: #2ab67e; }

/* ==========================================================================
   PRESS-RELEASE
   ========================================================================== */
.press-release {
  padding: 40px 0;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  position: relative;
  z-index: 1; }
.press-release.centered {
  text-align: center;
}
.press-release:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 100vw;
  background-color: #fafafa;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  z-index: -1; }
.press-release:after {
  content: '';
  display: table;
  clear: both; }
.press-release.centered .space.logos-space{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}
.press-release .heading {
  margin: 0 0 7px 0;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.015em;
  position: relative; }
.press-release .text {
  max-width: 700px; }
.press-release .text p:last-of-type {
  margin-bottom: 0; }
.press-release .company {
  width: 110px;
  margin: 0 auto 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.press-release .company img {
  width: 100%;
  height: auto;
  display: block; }
.press-release .logos {
  max-width: 370px;
  margin: 0 auto 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.press-release.centered .logos {
  max-width: max-content;
  margin: 25px;
}
.press-release .logos img {
  width: 100%;
  height: auto;
  display: block; }
.press-release .more {
  margin-top: 28px;
  display: inline-block;
  vertical-align: top;
  color: #7cd854;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px; }
.press-release .more:hover, .press-release .more:focus {
  color: #2ab67e; }
.press-release.press-nasmm:before {
  background-image: url("../img/temp/pattern.png");
  background-position: 0 0;
  background-repeat: repeat; }

/* ==========================================================================
   TEAM
   ========================================================================== */
.team {
  padding: 40px 0 30px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 1; }
.team:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 100vw;
  background: #fafafa;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  z-index: -1; }
.team .heading {
  margin: 0 0 7px 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.015em;
  position: relative; }
.team .space {
  max-width: 680px;
  margin: 52px auto 0; }
.team .space .entry {
  width: 290px;
  max-width: 100%;
  padding: 10px;
  margin: 0 auto; }
.team .card {
  width: 270px;
  max-width: 100%;
  height: 100%;
  padding: 60px 30px;
  margin: 0;
  background: white;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .11em;
  text-align: center; }
.team .card .photo {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  margin: 0 auto 33px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.team .card .name {
  display: block;
  font-weight: bold;
  color: #6649a3; }

/* ==========================================================================
   ARTICLE
   ========================================================================== */
.article {
  padding: 30px 0; }
.article .heading {
  margin: 0 0 7px 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.015em;
  position: relative; }
.article .heading:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 50px;
  height: 3px;
  margin-top: 16px;
  background-color: #7cd854; }
.article .text p:last-of-type {
  margin-bottom: 0; }
.article .picture {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.article .picture img {
  width: 100%;
  height: auto;
  display: block; }
.article .picture figcaption {
  color: #6649A3;
  font-weight: 600;
  font-family: 'Zilla Slab';
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 16px;
  text-align: center;
  position: relative; }
.article .picture .figcaption-meet-the-owner {
  left: inherit;
}
.article .accordion-heading {
  margin-top: 36px;
  margin-bottom: 24px;
  color: #6649A3;
  font-family: "Zilla Slab";
  letter-spacing: 0.27px;
  line-height: 24px;
  border-top: #D8D8D8 2px solid;
  border-bottom: #D8D8D8 2px solid;
  position: relative;
  cursor: pointer;}
  .article .accordion-heading h4 {
    font-size: 24px;
    margin: 16px 0;
    font-weight: 600;
  }
.article.article-meet-the-owner {
  position: relative;
  padding-bottom: 825px;
}
.article .picture-meet-the-owner {
  position: absolute;
  bottom: 60px;
}
.article .accordion-meet-the-owner .accordion-heading h4 {
  padding-left: 42px;
  background-size: 24px auto;
  background: url("../img/icons/book-purple.svg") 0 50% no-repeat;
}
.article .accordion.opened .accordion-heading:after {
  position: absolute;
  top: 14px;
  right: 12px;
  content: '-';
  color: #7B7582;
  opacity: 0.8;
  font-family: "Zilla Slab";
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 24px;
}
.article .accordion.closed .accordion-heading:after {
  position: absolute;
  top: 16px;
  right: 12px;
  content: '+';
  color: #7B7582;
  opacity: 0.8;
  font-family: "Zilla Slab";
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 24px;
}

.article .quote-text {
  color: #6649A3;
  font-weight: 600;
  font-family: 'Zilla Slab';
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  margin-top: 16px;
  text-align: center;
}

/* ==========================================================================
   Accordion
   ========================================================================== */

.accordion-content.opened {
  /*height: 300px;*/
  display: block;
}
.accordion-content.closed {
  /*height: 0px;*/
  /*overflow: hidden;*/
  display: none;
}
.accordion-content {
  transition: height 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ==========================================================================
   VIDEO
   ========================================================================== */
.video {
  padding: 30px 0;
  text-align: center; }
.video .heading {
  margin: 0 0 6px 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.015em;
  position: relative; }
.video .heading:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 50px;
  height: 3px;
  margin-top: 16px;
  background-color: #7cd854;
  margin-left: calc(50% - 25px);}
.video .space:after {
  content: '';
  display: table;
  clear: both; }
.video .text {
  font-size: 21px;
  line-height: 28px;
  color: #7B7582; }
.video .text p:last-of-type {
  margin-bottom: 0; }
.video .picture {
  max-width: 400px;
  margin: 40px auto 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.video .picture a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative; }
.video .picture a:hover:before, .video .picture a:focus:before {
  opacity: 1; }
.video .picture a:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin: auto;
  background: #7cd854;
  border-radius: 50%;
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
.video .picture a:after {
  content: '';
  display: block;
  overflow: hidden;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 23px;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 8px; }
.video .picture img {
  width: 100%;
  height: auto;
  display: block; }

/* ==========================================================================
   CHARITY
   ========================================================================== */
.charity {
  padding: 30px 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 1; }
.charity .heading {
  margin: 0 0 18px 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.015em;
  position: relative; }
.charity .heading:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 50px;
  height: 3px;
  margin-top: 16px;
  background-color: #7cd854;
  margin-left: calc(50% - 25px);}
.charity p {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto; }
.charity p:last-of-type {
  margin-bottom: 0; }
.charity .pictures {
  margin: 28px 0 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.charity .pictures:after {
  content: '';
  display: table;
  clear: both; }
.charity .pictures img {
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
  border-radius: 4px;
  display: block; }

/* ==========================================================================
   FEES
   ========================================================================== */
.fees {
  padding: 48px 0 42px;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  z-index: 1; }
.fees .bg {
  width: 100vw;
  margin-left: -50vw;
  background: url("../img/gallery/fees2.jpg") 100% 0 no-repeat;
  background-size: auto 100%;
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1; }
.fees .bg:before {
  content: '';
  display: block;
  overflow: hidden;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 55%, white 100% );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.fees .heading {
  margin: 0 0 7px 0;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.015em;
  position: relative; }
.fees p {
  padding-right: 36px; }
.fees p:last-of-type {
  margin-bottom: 0; }
.fees .list {
  padding: 0;
  margin: 32px 0 0 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  list-style: none; }
.fees .list:after {
  content: '';
  display: table;
  clear: both; }
.fees .list li {
  margin-bottom: 24px; }
.fees .list .title {
  margin: 0 0 12px 0;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #6649a3;
  letter-spacing: .1em; }
.fees .item {
  width: 400px;
  padding: 45px 40px;
  margin-right: -50vw;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 36px 0 rgba(193, 193, 193, 0.5);
  display: none;
  color: #7cd854;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 50%; }
.fees .item:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 50px;
  height: 3px;
  background-color: #7cd854;
  margin: 0 auto;
  display: block;
  opacity: .9;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0; }

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery {
  padding: 48px 0 42px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  position: relative;
  z-index: 1; }
.gallery .heading {
  margin: 0 0 7px 0;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.015em;
  position: relative; }
.gallery p:last-of-type {
  margin-bottom: 0; }
.gallery-list {
  padding: 0;
  margin: 20px -14px 0;
  font-size: 16px;
  line-height: 24px;
  list-style: none; }
.gallery-list:after {
  content: '';
  display: table;
  clear: both; }
.gallery-list li {
  max-width: 350px;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
.gallery-list li:hover a:before, .gallery-list li:hover .text, .gallery-list li:focus a:before, .gallery-list li:focus .text {
  opacity: 1; }
.gallery-list li:after {
  content: '';
  display: block;
  overflow: hidden;
  padding-bottom: 68.31%; }
.gallery-list a {
  padding: 25px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px; }
.gallery-list a:before {
  content: '';
  display: block;
  overflow: hidden;
  background: rgba(84, 216, 163, 0.9);
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: opacity .2s linear; }
.gallery-list .text {
  width: 100%;
  color: white;
  opacity: 0;
  position: relative;
  transition: opacity .2s linear;
  z-index: 3; }
.gallery-list .text span, .gallery-list .text p {
  max-height: 96px;
  display: block;
  overflow: hidden; }
.gallery-list .title {
  max-height: 44px;
  margin: 0 0 12px 0;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  overflow: hidden; }

/* ==========================================================================
   SERVICES-TABS
   ========================================================================== */
.services-tabs {
  font-size: 18px;
  line-height: 28px; }
.services-tabs .tab-list {
  padding: 0;
  margin: 0 -24px;
  font-size: 16px;
  line-height: 42px;
  font-weight: 600;
  text-transform: uppercase;
  list-style: none;
  text-align: center; }
.services-tabs .tab-list:after {
  content: '';
  display: table;
  clear: both; }
.services-tabs .tab-list li {
  box-shadow: inset 0 -1px 0 0 #d8d8d8;
  letter-spacing: .04em; }
.services-tabs .tab-list li a {
  display: block;
  padding: 16px 10px;
  color: #7B7582; }
.services-tabs .tab-list li a:hover, .services-tabs .tab-list li a:focus {
  color: #645d6d; }
.services-tabs .tab-list li.active {
  font-weight: bold;
  box-shadow: inset 0 -5px 0 0 #7cd854; }
.services-tabs .tab-list li.active a {
  color: #7cd854;
  cursor: default; }
.services-tabs .tab-hidden {
  display: none; }
.services-tabs .text-block {
  max-width: 350px;
  padding: 40px 0 48px;
  margin: 0 auto;
  color: #846aba;
  position: relative;
  z-index: 1; }
.services-tabs .text-block:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 100vw;
  margin-left: -50vw;
  background: #fafafa;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1; }
.services-tabs .text-block p:last-of-type {
  margin-bottom: 0; }
.services-tabs .text-block .picture {
  margin: 0 0 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.services-tabs .text-block .picture img {
  width: 100%;
  height: auto;
  display: block; }
.services-tabs .text-block .heading {
  margin: 0 0 15px 0;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #6649a3;
  letter-spacing: -.01em; }
.services-tabs .about {
  padding: 47px 0;
  text-align: center;
  position: relative;
  z-index: 10; }
.services-tabs .about:before {
  content: '';
  overflow: hidden;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-left: -50vw;
  display: none;
  position: absolute;
  right: 800px;
  bottom: -64px; }
.services-tabs .about p {
  margin-bottom: 28px; }
.services-tabs .about p:last-of-type {
  margin-bottom: 0; }
.services-tabs .about .title {
  color: #6649a3;
  text-transform: uppercase;
  font-weight: bold; }
.services-tabs .about-home-clean-out:before {
  width: 278px;
  height: 418px;
  bottom: 92px;
  transform: rotate(-15deg);
  background-image: url("../img/gallery/bereavement-photo.jpg"); }
.services-tabs .about-organizing:before {
  width: 402px;
  height: 268px;
  bottom: 10px;
  transform: rotate(-20deg);
  background-image: url("../img/gallery/organizing-tea.jpg"); }
.services-tabs .about-senior-moving:before {
  background-image: url("../img/gallery/senior-moving-boxes.jpg");
  height: 344px;
  width: 516px;
  top: 200px;
  transform: rotate(-12deg); }

/* ==========================================================================
   CONTACT-US
   ========================================================================== */
.contact-us {
  padding: 50px 0;
  position: relative;
  z-index: 1; }
.contact-us:before {
  content: '';
  display: block;
  overflow: hidden;
  width: 100vw;
  background: #fafafa url("../img/temp/pattern.png") 0 0 repeat;
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  z-index: -1; }
.contact-us:after {
  content: '';
  display: table;
  clear: both; }
.contact-us .info {
  padding: 0;
  margin: 0 0 25px 0;
  list-style: none;
  text-align: center; }
.contact-us .info > li + li {
  margin-top: 26px; }
.contact-us .info a {
  color: #7B7582; }
.contact-us .info a:hover, .contact-us .info a:focus {
  color: #645d6d; }
.contact-us .info a[href^="tel"], .contact-us .info a[href^="mail"] {
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: -.015em; }
.contact-us .info .title {
  margin-bottom: 4px;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #6649a3;
  letter-spacing: .12em;
  text-transform: uppercase; }
.contact-us .info .social {
  padding: 0;
  margin: 6px 0 0 0;
  list-style: none;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: -.03em; }
.contact-us .form-contact {
  padding: 25px 20px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 4px 10px 0 rgba(226, 226, 226, 0.5);
  text-align: center; }
.contact-us .form-contact .btn {
  min-width: calc(100% - 16px);
  margin-top: 24px; }
.contact-us .form-group:last-of-type {
  margin-bottom: 0; }
.contact-us .form-title {
  margin: 0 0 32px 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  font-family: 'Zilla Slab';
  color: #6649a3;
  letter-spacing: -.01em; }
.contact-us .form-title:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 50px;
  height: 3px;
  margin: 24px auto 0;
  background-color: #7cd854; }
.contact-us .form-input {
  display: block;
  letter-spacing: .07em; }

.confirmation {
  padding: 60px 40px;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: black;
  background: white; }
.confirmation-text {
  margin: 0; }
.confirmation .mfp-close {
  top: -40px !important; }

@media (min-width: 375px) and (max-width: 749px){
  .services-tabs .tab-list li:last-of-type{
    box-shadow: none; } }

@media (min-width: 480px){
  .footer .links .col:nth-child(odd), .footer .links .col:nth-child(even){
    width: 33.3%; }
  .footer .links .col:nth-child(2n+1){
    clear: none; }
  .footer .copyright a[href^="mailto:"], .footer .copyright a[href^="tel:"]{
    margin-right: 10px; }
  .footer .copyright a[href^="mailto:"] + br, .footer .copyright a[href^="tel:"] + br{
    display: none; }
  .fees .list{
    margin-right: -10px;
    margin-left: -10px; }
  .fees .list li{
    width: 50%;
    padding: 0 10px;
    float: left; }
  .fees .list li:nth-last-child(-n+2){
    margin-bottom: 0; }
  .article .picture .figcaption-meet-the-owner {
    left: 8px;
  } }

@media (min-width: 667px){
  .form-half{
    width: 50%;
    float: left; }
  .footer .copyright .by img{
    width: 16px;
    height: 16px;
    margin: -2px -4px 0 0; }
  .team .space{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
  .team .space .entry{
    max-width: 50%;
    margin: 0; }
  .charity .pictures{
    margin: 28px -6px -6px; }
  .charity .pictures img{
    width: calc(50% - 12px);
    max-width: none;
    margin: 6px;
    float: left; }
  .gallery-list{
    max-width: none;
    margin-right: -10px;
    margin-left: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .gallery-list li{
    width: 50%;
    max-width: none;
    margin: 0; }
  .article .picture .figcaption-meet-the-owner {
    left: 12px;
  }
  .index .cta-btns {
    flex-direction: row;
  }
  .index .cta-btn {
    margin-right: 16px;
    margin-top: 0;
  } }

@media (min-width: 750px){
  .btn {
    max-width: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .btn + .btn{
    margin-top: 0; }
  .cta-btn {
    min-width: 210px;
    background: #7cd854 url("../img/icons/heart-white.svg") 30px 50% no-repeat;
    background-size: 26px auto;
    left: 22px;
  }
  .cta-btn.center {
    min-width: 210px;
  }
  .container{
    max-width: 730px;
    margin: 0 auto; }
  .footer .links{
    width: 60%;
    margin-bottom: 0;
    float: left; }
  .footer .links .col{
    margin-bottom: 28px; }
  .footer .links .col:nth-child(odd), .footer .links .col:nth-child(even){
    width: 50%; }
  .footer .links .col:nth-child(2n+1){
    clear: left; }
  .footer .subscribe{
    width: 40%;
    float: left; }
  .footer .subscribe .form-subscribe{
    margin-top: 26px; }
  .footer .subscribe .form-subscribe .form-group{
    width: 100%; }
  .footer .copyright{
    width: 100%;
    padding: 34px 16px 60px;
    margin-top: 60px;
    float: left; }
  .footer .copyright a[href^="mailto:"], .footer .copyright a[href^="tel:"]{
    margin-right: 14px;
    font-size: 14px;
    line-height: 26px; }
  .footer .copyright .by{
    font-size: 14px;
    line-height: 26px;
    position: absolute;
    bottom: 0;
    right: 0; }
  .footer .copyright .copy{
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0; }
  .nav .menu{
    font-size: 16px;
    line-height: 22px; }
  .nav .toggle span, .nav .toggle:before, .nav .toggle:after{
    width: 25px; }
  .nav .toggle:before{
    transform: translate3d(0, -8px, 0); }
  .nav .toggle:after{
    transform: translate3d(0, 8px, 0); }
  .page-heading{
    min-height: 0;
    /*padding-bottom: 100px;*/
    }
  .page-heading:before, .page-heading:after, .page-heading .background{
    margin-left: -50vw;
    left: 50%; }
  .page-heading .subheading{
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 26px; }
  .page-heading .heading{
    margin-bottom: 4px;
    font-size: 64px;
    line-height: 74px; }
  .page-heading .text{
    font-size: 21px;
    line-height: 28px; }
  .up{
    right: 50px;
    bottom: 50px; }
  .mfp-arrow.mfp-arrow-left{
    left: 20px; }
  .mfp-arrow.mfp-arrow-right{
    right: 20px; }
  .read-more{
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    transition: none; }
  .read-more:after{
    display: none !important; }
  .read-more-btn{
    display: none !important; }
  .index:before, .index:after, .index .background{
    margin-left: -50vw;
    left: 50%; }
  .index .slider.slick-initialized .slick-dots{
    bottom: 24px; }
  .index .slider .item{
    max-width: 730px;
    margin: 0 auto; }
  .index .subheading{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px; }
  .index .heading{
    margin-bottom: 4px;
    font-size: 56px;
    line-height: 77px; }
  .index .text{
    max-width: 670px;
    font-size: 21px;
    line-height: 28px; }
  .index .page-heading h2 {
    font-size: 68px;
  }
  .index .background.first {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, .3) 70%, rgba(255, 255, 255, 0)), url("../img/bg/services-senior.jpg");
  }
  .index .background.second {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, .3) 70%, rgba(255, 255, 255, 0)), url("../img/bg/services-organizing.jpg");
  }
  .faq{
    padding-top: 100px;
    padding-bottom: 84px; }
  .faq .heading{
    font-size: 44px;
    line-height: 54px; }
  .cta{
    padding: 70px 0; }
  .cta:before, .cta:after, .cta .background{
    margin-left: -50vw;
    left: 50%; }
  .cta .heading{
    font-size: 44px;
    line-height: 50px; }
  .cta .subheading{
    margin-bottom: 34px;
    font-size: 21px;
    line-height: 28px; }
  .cta .btn{
    min-width: 300px; }
  .services{
    padding-top: 94px;
    padding-bottom: 100px; }
  .services .heading{
    font-size: 44px;
    line-height: 48px; }
  .services .heading:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 50px;
    height: 3px;
    margin-top: 16px;
    background-color: #7cd854;
    margin-left: calc(50% - 25px);}
  .services .list{
    margin: 40px -25px 0; }
  .services .list .entry{
    width: 33.3%;
    max-width: none;
    padding: 10px;
    float: left; }
  .services .list .entry + .entry{
    margin-top: 0; }
  .check-list{
    padding: 70px 0; }
  .check-list:before{
    margin-left: -50vw;
    left: 50%; }
  .check-list .heading{
    margin-bottom: 11px;
    font-size: 44px;
    line-height: 48px; }
  .check-list .list li{
    min-height: 50px;
    padding-left: 80px;
    padding-right: 30px; }
  .check-list .list li:before{
    width: 60px;
    height: 42px;
    background-size: 42px auto;
    top: 0; }
  .testimonials{
    padding: 70px 0; }
  .testimonials .heading{
    margin-bottom: 11px;
    font-size: 44px;
    line-height: 48px; }
  .testimonials .heading.kudos {
    margin-bottom: 84px;
  }
  .testimonials .list .quote{
    max-width: 560px; }
  .testimonials .list .quote .comment{
    font-size: 18px;
    line-height: 28px; }
  .testimonials .list .quote .from{
    margin-top: 25px; }
  .press-release{
    padding: 70px 0;
    text-align: left; }
  .press-release:before{
    margin-left: -50vw;
    left: 50%; }
  .press-release .space{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .press-release.centered .space{
    justify-content: center; }
  .press-release .heading{
    margin-bottom: 11px;
    margin-right: -150px;
    font-size: 40px;
    line-height: 54px; }
  .press-release.centered .heading {
    margin-right: 0;
  }
  .press-release .text{
    padding-right: 40px;
    -ms-flex-order: 1;
    order: 1; }
  .press-release.centered .text {
    padding-right: 0;
  }
  .press-release .company{
    width: 370px;
    margin: -12px 0 0 0;
    -ms-flex-order: 2;
    order: 2; }
  .press-release .logos{
    width: 370px;
    -ms-flex-order: 2;
    order: 2; }
  .press-release.centered .logos{
    width: auto;
    margin: 30px; }
  .team{
    padding: 70px 0 60px; }
  .team:before{
    margin-left: -50vw;
    left: 50%; }
  .team .heading{
    margin-bottom: 11px;
    font-size: 44px;
    line-height: 48px; }
  .article{
    padding: 60px 0; }
  .article .heading{
    margin-bottom: 24px;
    font-size: 44px;
    line-height: 48px; }
  .article .picture .figcaption-meet-the-owner {
    left: 14px;
  }
  .video{
    padding: 60px 0; }
  .video .heading{
    margin-bottom: 24px;
    font-size: 44px;
    line-height: 48px; }
  .video .picture a:before{
    width: 102px;
    height: 102px; }
  .charity{
    padding: 70px 0 60px; }
  .charity .heading{
    font-size: 44px;
    line-height: 48px; }
  .charity .pictures{
    margin: 28px -13px -12px; }
  .charity .pictures img{
    width: calc(50% - 24px);
    margin: 12px;
    border-radius: 8px; }
  .fees{
    padding: 70px 0 60px; }
  .fees .heading{
    margin-bottom: 24px;
    font-size: 44px;
    line-height: 48px; }
  .fees p{
    max-width: 700px;
    padding-right: 0; }
  .fees .list li{
    width: 50%;
    padding-right: 60px;
    margin-bottom: 32px; }
  .gallery{
    padding: 94px 0 90px; }
  .gallery .heading{
    margin-bottom: 24px;
    font-size: 44px;
    line-height: 48px; }
  .gallery p{
    max-width: 700px;
    margin-right: auto;
    margin-left: auto; }
  .services-tabs .tab-list{
    max-width: 900px;
    margin: 0 auto; }
  .services-tabs .tab-list li{
    width: 33.3%;
    float: left; }
  .services-tabs .tab-list li a{
    padding-top: 25px;
    padding-bottom: 25px;
    letter-spacing: .04em; }
  .services-tabs .text-block{
    padding: 80px 0;
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .services-tabs .text-block .picture{
    width: 300px;
    margin: 0;
    -ms-flex-order: 2;
    order: 2; }
  .services-tabs .text-block .text{
    width: 300px;
    -ms-flex-order: 1;
    order: 1; }
  .services-tabs .about{
    max-width: 750px;
    padding: 60px 0;
    margin: 0 auto; }
  .contact-us{
    padding: 60px 0; }
  .contact-us:before{
    margin-left: -50vw;
    left: 50%; }
  .contact-us .info{
    width: 250px;
    padding: 62px 0;
    margin-bottom: 0;
    float: left;
    text-align: left; }
  .contact-us .form-contact{
    width: 380px;
    float: right; }
  .contact-us .form-contact .btn{
    min-width: 300px; }
  .contact-us .form-half{
    width: 100%;
    clear: both; }
  .contact-us .form-title{
    font-size: 32px;
    line-height: 38px; }
   }

@media (min-width: 992px){
  .container{
    max-width: 980px;
    margin: 0 auto; }
  .footer .about{
    width: 34%;
    margin-bottom: 0;
    float: left; }
  .footer .about p{
    max-width: 260px; }
  .footer .links{
    width: 34%; }
  .footer .subscribe{
    width: 32%; }
  .footer .subscribe .text{
    display: block; }
  .footer .copyright{
    padding-bottom: 0; }
  .index .slider .item{
    max-width: 980px;
    margin: 0 auto; }
  .services .list .entry{
    padding: 15px; }
  .check-list .list li{
    width: 50%;
    margin-bottom: 16px;
    float: left; }
  .check-list .list li:nth-child(2n+1){
    clear: left; }
  .check-list .list li:nth-last-child(-n+2){
    margin-bottom: 0; }
  .check-list .list li + li{
    margin-top: 0; }
  .article .space{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .article .text{
    max-width: 680px;
    padding-right: 40px; }
  .article .picture{
    margin-right: 0;
    margin-left: 0; }
  .article.article-meet-the-owner {
    position: inherit;
    padding-bottom: 60px;
  }
  .article .picture-meet-the-owner {
    position: inherit;
    bottom: initial;
  }
  .gallery-list li{
    width: 33.3%; }
  .index .page-heading.first:after {
    content: '';
    background-image: url("..//img/bg/home-hero-mover.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 250px 407px;
  }
  .index .index-content-container {
    margin-left: 100px;
    margin-right: 100px;
  } }

@media (min-width: 1024px){
  .footer .copyright .by{
    margin: 0;
    float: right;
    position: relative;
    bottom: auto;
    left: auto; }
  .footer .copyright .copy{
    margin-right: 34px;
    float: left;
    position: relative;
    bottom: auto;
    left: auto; }
  .services-tabs .text-block .picture{
    width: 400px; }
  .services-tabs .text-block .text{
    width: 350px; }
  .contact-us .form-contact{
    width: 550px;
    padding: 42px 40px 48px; }
  .contact-us .form-half{
    width: 50%;
    clear: none; }
  .contact-us .form-title{
    font-size: 44px;
    line-height: 48px; } }

@media (min-width: 1200px){
  .mobile-hidden{
    display: block; }
  span.mobile-hidden{
    display: inline; }
  .container{
    max-width: 1190px; }
  .header{
    height: 114px;
    position: fixed;
    top: 0;
    right: 0; }
  .header-floating .header{
    background-color:  #553C8B !important;
    transition: none; }
  .header:after{
    display: none; }
  .header .brand{
    width: 290px;
    height: 114px;
    top: 0;
    left: 34px; }
  .footer{
    padding: 85px 0; }
  .footer .about p{
    max-width: 310px; }
  .footer .links .title{
    margin-bottom: 10px; }
  .footer .subscribe .title{
    margin-bottom: 10px; }
  .footer .subscribe .form-subscribe{
    margin-top: 52px; }
  .footer .copyright{
    margin-top: 98px; }
  .nav{
    width: auto;
    position: fixed;
    right: 0;
    bottom: auto !important;
    top: 32px;
    z-index: 600; }
  .nav:before{
    display: none; }
  .nav-space{
    padding: 0;
    display: block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    overflow: visible;
    -ms-transform: none;
    transform: none;
    transition: none;
    opacity: 1; }
  .nav .menu{
    padding: 0;
    border: none;
    display: block;
    text-align: right;
    position: absolute;
    right: 245px;
    top: -4px;
    overflow: visible;
    bottom: auto;
    -ms-transform: none;
    transform: none;
    transition: none; }
  .nav .menu li a{
    padding: 18px 22px; }
  .nav .cta-btn {
    right: 0;
    top: -2px;
    bottom: auto;
    left: auto; }
  .nav .tel{
    display: none; }
  .nav .toggle{
    display: none; }
  .page-heading{
    padding-top: 380px;
    padding-bottom: 100px; }
  .up{
    width: 76px;
    height: 76px;
    background-size: 24px auto;
    right: 96px;
    bottom: 87px; }
  .index .slider .item{
    max-width: 1190px; }
  .www
  .cta{
    padding: 100px 0; }
  .services .list{
    margin: 28px -8px 0;
    font-size: 16px;
    line-height: 26px; }
  .services .list .entry{
    padding: 25px 23px; }
  .services .list .text{
    padding: 0 10px; }
  .services .list .image .more{
    font-size: 18px; }
  .check-list{
    padding: 104px 0; }
  .check-list .list{
    margin-right: -10px;
    margin-left: -10px; }
  .check-list .list li{
    min-height: 68px;
    padding-left: 110px;
    padding-right: 40px; }
  .check-list .list li:before{
    width: 60px;
    height: 60px;
    background-size: 60px auto;
    left: 14px; }
  .testimonials{
    padding: 100px 0; }
  .testimonials .list .quote{
    max-width: 860px; }
  .press-release{
    padding: 116px 0 140px;
    font-size: 18px;
    line-height: 28px; }
  .press-release .heading{
    margin-right: 0;
    font-size: 44px;
    line-height: 48px; }
  .press-release .company{
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .press-release .logos{
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .team{
    padding: 100px 0 92px; }
  .team .space{
    max-width: none;
    margin-right: -10px;
    margin-left: -10px; }
  .team .space .entry{
    max-width: 25%; }
  .article{
    padding: 105px 0; }
  .video{
    padding: 100px 0 95px;
    text-align: left; }
  .video .heading:after {
    margin-left: inherit;}
  .video .text{
    width: 475px;
    padding: 87px 0;
    margin-right: -10px;
    float: right; }
  .video .picture{
    width: 560px;
    max-width: none;
    margin: 0;
    float: left; }
  .charity{
    padding: 100px 0 100px; }
  .fees{
    padding: 96px 386px 120px 0; }
  .fees .bg{
    display: block; }
  .fees .item{
    display: block; }
  .gallery-list{
    margin-top: 46px;
    font-size: 18px;
    line-height: 26px; }
  .gallery-list a{
    padding: 30px 40px 40px; }
  .gallery-list .text span, .gallery-list .text p{
    max-height: 130px; }
  .services-tabs .tab-list{
    font-size: 20px; }
  .services-tabs .tab-list li a{
    padding: 37px 20px; }
  .services-tabs .text-block{
    padding: 100px 0;
    font-size: 21px; }
  .services-tabs .text-block .picture{
    width: 560px; }
  .services-tabs .text-block .text{
    width: 422px; }
  .services-tabs .text-block .heading{
    font-size: 44px;
    line-height: 48px; }
  .services-tabs .about{
    padding: 100px 0; }
  .services-tabs .about:before{
    display: block; }
  .contact-us .info{
    width: 446px; }
  .contact-us .form-contact{
    width: 640px; }
  .page-heading .heading-content-container {
    margin: inherit;
  }
  .page-heading .background {
    top: 76px;
  }
  .index .index-content-container {
    margin-left: 100px;
    margin-right: inherit;
  }
  .index .page-header.first:after {
    background-size: 307px 500px;
  }
  .index .background.first {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0)), url("../img/bg/services-senior.jpg");
  }
    .index .background.third {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0)), url("../img/bg/services-cleanout.jpg");
  }
  .index .background.second {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0)), url("../img/bg/services-organizing.jpg");
  } }

@media (min-width: 1366px){
  .fees .item{
    width: 517px;
    padding: 75px 70px;
    font-size: 20px;
    line-height: 35px; }
  .fees .item:before{
    top: 48px; }
  .index .index-content-container {
    margin-left: inherit;
    margin-right: inherit;
  } }

@media (min-width: 1440px){
  .up{
    margin-right: -624px;
    right: 50%; } }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  .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;
    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{
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left{
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right{
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container{
    padding-left: 6px;
    padding-right: 6px; } }
