@charset "UTF-8";

/* Box sizing rules */

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

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}

.plyr video,
.plyr audio {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(24, 150, 128, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #189680;
  color: #fff;
}

.plyr--video .plyr__control svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #189680;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(24, 150, 128, 0.8);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:hover,
.plyr__control--overlaid:focus {
  background: #189680;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
          flex: 1;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
          align-items: center;
  color: #4f5b5f;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before,
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #189680;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: #189680;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  /* stylelint-disable-line */
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(24, 150, 128, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(24, 150, 128, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(24, 150, 128, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66);
}

.plyr__volume {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}

.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #b7c5cd;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

body {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.01em;
  background-color: #e3e5e3;
  color: #475e6d;
}

body.overflow {
  overflow: hidden;
}

.m--bold,
.c--get-in-touch p:first-child,
.single-service__intro__play {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.g--wrapper,
.home-services {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.g--wrapper.g--wrapper--wide,
.g--wrapper--wide.home-services {
  max-width: 80.625rem;
}

.g--title {
  color: #189680;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5;
}

.site-main {
  padding-top: 5.0625rem;
}

@media screen and (max-width: 500px) {
  .site-main {
    padding-top: 4.5625rem;
  }
}

.m--green-gradient,
.c--page-header {
  background: #71c793;
  background: -webkit-gradient(linear, left top, right top, from(#71c793), to(#01525b));
  background: linear-gradient(90deg, #71c793 0%, #01525b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#71c793", endColorstr="#01525b", GradientType=1);
}

.lazyload,
.lazyloading {
  opacity: 0;
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}

.splash-modal {
  position: fixed;
  background-color: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 5;
  cursor: pointer;
  font-size: 20px;
}

.splash-modal img {
  width: 50%;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .splash-modal img {
    width: 80%;
  }
}

.splash-modal svg {
  width: 50%;
}

@media screen and (max-width: 600px) {
  .splash-modal svg {
    width: 80%;
  }
}

.splash-modal__inner {
  display: -webkit-box;
  display: flex;
  background-color: black;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.splash-modal__inner--first {
  display: none;
}

.splash-modal__inner--mudra {
  display: none;
}

.splash-modal__inner--last {
  color: #189680;
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}

.splash-modal__inner--last p:first-child {
  font-size: 1.875rem;
  font-weight: bold;
  text-transform: lowercase;
}

.splash-modal__inner--last p {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.splash-modal__inner--last img {
  width: 100px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
}

.splash-modal__inner--last__inner {
  max-width: 23.75rem;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.site-header .g--wrapper,
.site-header .home-services {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.site-header__logo {
  display: block;
}

.site-header__logo svg {
  width: 9.6875rem;
  max-height: 2.6875rem;
}

@media screen and (max-width: 500px) {
  .site-header__logo svg {
    width: 6.25rem;
  }
}

.site-header__right {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.site-header__right__link {
  text-decoration: none;
  margin-left: 2.1875rem;
  color: inherit;
  display: block;
}

@media screen and (max-width: 600px) {
  .site-header__right__link {
    margin-left: 0.9375rem;
  }
}

@media screen and (max-width: 550px) {
  .site-header__right__link {
    margin-left: 0.625rem;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 430px) {
  .site-header__right__link:nth-child(1),
  .site-header__right__link:nth-child(2) {
    display: none;
  }
}

.js--menu {
  margin-left: 1.25rem;
  display: block;
  width: 3.125rem;
}

@media screen and (max-width: 500px) {
  .js--menu {
    width: 2.5rem;
  }
}

.js--menu img {
  max-width: 100%;
}

.nav-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.nav-modal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #71c793;
  background: -webkit-gradient(linear, left top, right top, from(#71c793), to(#01525b));
  background: linear-gradient(90deg, #71c793 0%, #01525b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#71c793", endColorstr="#01525b", GradientType=1);
  opacity: 0.9;
}

.site-nav {
  position: relative;
  text-align: center;
}

.site-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.site-nav ul li a {
  color: white;
  font-size: 2rem;
  line-height: 1.8;
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  .site-nav ul li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-height: 430px) {
  .site-nav ul li a {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 300px) {
  .site-nav ul li a {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.site-header__close {
  position: absolute;
  width: 100%;
  top: 22px;
  right: 25px;
}

.site-header__close .g--wrapper,
.site-header__close .home-services {
  position: relative;
}

.site-header__close a {
  display: block;
  width: 2.375rem;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 500px) {
  .site-header__close a {
    width: 1.875rem;
  }
}

.site-header__close a img {
  width: 100%;
}

.site-header__services {
  position: absolute;
  width: 100%;
  display: none;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.site-header__services .c--small-service {
  margin-bottom: 0;
}

.site-footer {
  background-color: #189680;
  color: white;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  margin-top: 5rem;
}

.site-footer .g--wrapper,
.site-footer .home-services {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1040px) {
  .site-footer .g--wrapper,
  .site-footer .home-services {
    flex-wrap: wrap;
  }
}

.site-footer__header {
  border-bottom: 1px solid white;
  padding-bottom: 0.625rem;
}

.site-footer__col {
  width: calc(25% - 15px);
}

@media screen and (max-width: 1040px) {
  .site-footer__col {
    width: calc(50% - 20px);
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  .site-footer__col {
    width: 100%;
  }
}

.site-footer__nav ul {
  list-style-type: none;
  margin: 0;
}

.site-footer__nav ul li {
  margin-bottom: 0.625rem;
  border-bottom: 1px solid white;
  padding-bottom: 0.625rem;
}

.site-footer__nav ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.site-footer__nav ul li a {
  text-decoration: none;
  color: inherit;
}

.site-footer__nav ul li a:hover {
  color: #eda043;
}

.site-footer__content {
  margin-top: 0.625rem;
}

.site-footer__content p {
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.site-footer__content p:last-child {
  margin-bottom: 0;
}

.site-footer__content p a {
  text-decoration: none;
  color: inherit;
}

.site-footer__content p a:hover {
  color: #eda043;
}

.site-footer__content--links a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.site-footer__content--links a:hover {
  color: #eda043;
}

.site-footer__copyright {
  font-size: 12px;
  margin-top: 3.375rem;
}

@media screen and (max-width: 600px) {
  .site-footer__copyright {
    display: none;
  }
}

.home-mudra {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: #71c793;
  background: -webkit-gradient(linear, left top, right top, from(#71c793), to(#01525b));
  background: linear-gradient(90deg, #71c793 0%, #01525b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#71c793", endColorstr="#01525b", GradientType=1);
  color: white;
}

.home-mudra__logo {
  width: 14.0625rem;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.home-mudra__content {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.43;
}

.home-mudra__phonetic {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

.home-services {
  padding-top: 3.75rem;
}

.home-services__intro {
  max-width: 61.25rem;
  margin-top: 1.875rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #475e6d;
  line-height: 1.43;
  font-size: 1.125rem;
}

.home-services__items {
  margin-top: 4.6875rem;
  display: block;
}

.home-services__items__item {
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .home-services__items__item {
    flex-wrap: wrap;
  }
}

.home-services__items__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.home-services__items__item:hover .home-services__items__item__right__gradient {
  opacity: 1;
}

.home-services__items__item:hover .home-services__items__item__right {
  color: white;
}

.home-services__items__item__left {
  padding-top: 50%;
  width: 50%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .home-services__items__item__left {
    width: 100%;
    padding-top: 75%;
  }
}

.home-services__items__item__left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .home-services__items__item__left img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}

.home-services__items__item__right {
  width: 50%;
  position: relative;
  color: #475e6d;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 9%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-right: 1.25rem;
}

@media screen and (max-width: 768px) {
  .home-services__items__item__right {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .home-services__items__item__right {
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .home-services__items__item__right {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.home-services__items__item__right__gradient {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.home-services__items__item__title {
  font-size: 1.875rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .home-services__items__item__title {
    font-size: 1.625rem;
  }
}

.home-services__items__item__tagline {
  font-size: 1.125rem;
  z-index: 2;
  line-height: 1.43;
  font-weight: 300;
  max-width: 21.875rem;
  padding-top: 1.875rem;
}

.home-services__items__item__arrow {
  width: 4.6875rem;
  position: absolute;
  bottom: 3.125rem;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  .home-services__items__item__arrow {
    bottom: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .home-services__items__item__arrow {
    position: relative;
    bottom: initial;
    margin-top: 1.25rem;
  }
}

.home-services__items__item__hand {
  width: 3.75rem;
  margin-bottom: 1.875rem;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  .home-services__items__item__hand {
    width: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

.home-header {
  position: relative;
}

.home-header img {
  width: 100%;
}

.home-header__text {
  position: absolute;
  right: 4%;
  bottom: 10%;
  font-size: 2.875rem;
  color: #475e6d;
  line-height: 1.25;
  max-width: 29.375rem;
  font-weight: 300;
}

@media screen and (max-width: 1050px) {
  .home-header__text {
    font-size: 38px;
    right: 0%;
    max-width: 25rem;
  }
}

@media screen and (max-width: 800px) {
  .home-header__text {
    font-size: 31px;
    right: 0%;
    max-width: 20rem;
  }
}

@media screen and (max-width: 768px) {
  .home-header__text {
    position: relative;
    background-color: #eda043;
    color: white;
    max-width: initial;
    width: 100%;
    font-size: 1.25rem;
    padding: 1.25rem;
    text-align: center;
  }
}

@media screen and (max-width: 650px) {
  .home-header__text {
    font-size: 1.125rem;
  }
}

.single-service__intro {
  display: -webkit-box;
  display: flex;
  background-color: #fff;
  margin-bottom: 1.5625rem;
  color: #475e6d;
}

.single-service__intro.single-service__intro--about {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 768px) {
  .single-service__intro {
    flex-wrap: wrap;
  }
}

.single-service__intro__left {
  width: 50%;
  padding-top: 2.1875rem;
  padding-left: 3.125rem;
  padding-right: 2.1875rem;
  padding-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .single-service__intro__left {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.plyr__poster,
.plyr--video,
.plyr__video-wrapper {
  background-color: #E9E5DD;
}

.single-service__intro__right {
  width: 50%;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.single-service__intro__right:hover .single-service__intro__right__play {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .single-service__intro__right {
    width: 100%;
  }
}

.single-service__intro__right .plyr {
  cursor: pointer;
  width: 100%;
  /* height: 100%; */
  top: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-service__intro__right .plyr--stopped .plyr__controls {
  display: none;
}

.single-service__intro__right .plyr__volume {
  -webkit-box-flex: initial;
          flex: initial;
}

.single-service__intro__title {
  color: #189680;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 1.875rem;
}

.single-service__blocks--about .single-service__intro__title {
  line-height: 1.4;
}

.single-service__intro__text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5625rem;
}

.single-service__intro__text p a {
  text-decoration: none;
  color: inherit;
}

.single-service__intro__text p a:hover {
  color: #eda043;
}

.single-service__intro__text p strong {
  color: #475e6d;
}

.single-service__intro__text ul {
  list-style-type: none;
}

.single-service__intro__text ul li {
  border-top: 1px dotted;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 1rem;
  line-height: 1.78;
}

.single-service__intro--about .single-service__intro__text p {
  margin-bottom: 0;
}

.single-service__intro--about .single-service__intro__text p strong {
  color: #189680;
}

.single-service__intro__play {
  color: #eda043;
  font-size: 1rem;
  letter-spacing: 0;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 2.5rem;
}

.single-service__intro__play svg {
  margin-left: 0.625rem;
  width: 4.6875rem;
}

.single-service__intro__play svg polyline,
.single-service__intro__play svg line {
  stroke: #eda043;
}

.single-service__intro--about .single-service__intro__play svg {
  margin-left: 0;
  margin-right: 0.625rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single-service__blocks {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1.25rem;
  color: #475e6d;
}

@media screen and (max-width: 768px) {
  .single-service__blocks {
    flex-wrap: wrap;
  }
}

.single-service__blocks.single-service__blocks--about {
  flex-wrap: wrap;
}

.single-service__blocks--about {
  margin-bottom: 3.75rem;
}

.single-service__blocks__item {
  -webkit-box-flex: 1;
          flex: 1;
  flex-basis: 50%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .single-service__blocks__item {
    flex-basis: 100%;
  }
}

.single-service__blocks--about .single-service__blocks__item {
  flex-basis: 33.33%;
  display: -webkit-box;
  display: flex;
  padding-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .single-service__blocks--about .single-service__blocks__item {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .single-service__blocks--about .single-service__blocks__item {
    flex-basis: 100%;
  }
}

.single-service__blocks--about .single-service__blocks__item:last-child .single-service__intro__title {
  margin-bottom: 0;
}

.single-service__blocks__item:nth-of-type(4) .single-service__blocks__item__inner,
.single-service__blocks__item:nth-of-type(5) .single-service__blocks__item__inner,
.single-service__blocks__item:nth-of-type(6) .single-service__blocks__item__inner {
  border-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .single-service__blocks__item:nth-of-type(4) .single-service__blocks__item__inner {
    border-bottom: 1px solid;
  }
}

@media screen and (max-width: 768px) {
  .single-service__blocks__item:nth-of-type(5) .single-service__blocks__item__inner {
    border-bottom: 1px solid;
  }
}

.single-service__blocks__item--text {
  padding-top: 2.1875rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-bottom: 2.8125rem;
}

@media screen and (max-width: 768px) {
  .single-service__blocks__item--text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 1260px) {
  .single-service__blocks--about .single-service__blocks__item--text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.single-service__intro__text__item {
  border-top: 1px dotted;
  padding-top: 0.625rem;
}

.single-service__blocks--about .single-service__intro__text__item {
  border: 0;
}

.single-service__blocks--about .single-service__intro__text__item strong {
  color: #eda043;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 300;
}

.single-service__intro__text__item p {
  margin-bottom: 0.625rem;
}

.single-service__intro__right__play {
  opacity: 0;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  cursor: pointer;
  width: 30px;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
}

.single-service__intro__right__inner {
  padding-top: 75%;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .single-service__intro__right__inner {
    position: relative;
    -webkit-transform: initial;
            transform: initial;
    top: initial;
  }
}

.page-privacy {
  padding: 3.125rem 6.25rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .page-privacy {
    padding: 3.125rem 2.5rem;
  }
}

.about-intro {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  text-align: center;
}

.about-intro p {
  font-size: 1.125rem;
  line-height: 1.43;
}

.single-service__blocks__item__inner {
  border-bottom: 1px solid;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-bottom: 2.5rem;
}

.contact {
  display: -webkit-box;
  display: flex;
  background-color: #fff;
  margin-bottom: 6.25rem;
}

@media screen and (max-width: 850px) {
  .contact {
    flex-wrap: wrap;
  }
}

.contact__left {
  width: 50%;
  padding-top: 50%;
  position: relative;
}

@media screen and (max-width: 850px) {
  .contact__left {
    width: 100%;
  }
}

.contact__left #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact__right {
  width: 50%;
  padding-top: 2.1875rem;
  padding-left: 3.125rem;
  padding-right: 2.1875rem;
  padding-bottom: 1.5625rem;
}

@media screen and (max-width: 850px) {
  .contact__right {
    width: 100%;
  }
}

.contact__right__block {
  border-bottom: 1px solid;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}

.contact__right__block:last-child {
  border: 0;
}

.contact__right__block p {
  line-height: 1.78;
}

.contact__right__block p a {
  text-decoration: none;
  color: inherit;
}

.contact__right__block p a:hover {
  color: #eda043;
}

.c--header {
  padding-top: 23.26%;
  position: relative;
  margin-bottom: 2.8125rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c--header {
    padding-top: 30%;
  }
}

@media screen and (max-width: 520px) {
  .c--header {
    padding-top: 40%;
  }
}

.c--header svg {
  position: absolute;
  top: 0;
  height: 100%;
}

.c--header__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-content: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .c--header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.c--header__title {
  color: white;
  text-align: center;
  align-self: center;
  font-size: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (max-width: 768px) {
  .c--header__title {
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 520px) {
  .c--header__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 400px) {
  .c--header__title {
    font-size: 1.625rem;
  }
}

.c--header__subtitle {
  position: absolute;
  top: 54%;
  color: white;
  font-size: 1.125rem;
  font-weight: 300;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c--header__subtitle {
    position: relative;
    top: initial;
  }
}

@media screen and (max-width: 520px) {
  .c--header__subtitle {
    font-size: 1.125rem;
  }
}

.c--small-service {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: white;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
}

.site-header__services .c--small-service {
  padding-left: 0;
}

.c--small-service__inner {
  max-width: 80.625rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c--small-service__hand {
  position: absolute;
}

.c--small-service__hand svg {
  height: 100%;
}

.c--small-service__arrow {
  width: 4.6875rem;
  display: -webkit-box;
  display: flex;
  align-content: center;
  margin-left: 0.625rem;
}

.c--small-service__arrow svg {
  max-height: 16px;
  display: block;
  width: 100%;
}

.c--small-service__hand {
  height: 1.875rem;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c--small-service__title {
  font-size: 1.25rem;
}

.c--get-in-touch {
  background-color: #475e6d;
  color: white;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 3.125rem;
}

.c--get-in-touch p {
  letter-spacing: 0;
}

.c--get-in-touch p:first-child {
  margin-bottom: 0.625rem;
}

.c--get-in-touch p a {
  color: #eda043;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .c--get-in-touch {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.c--page-header {
  position: relative;
  margin-bottom: 2.8125rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
}

.c--page-header h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.5rem;
}

.c--page-header svg {
  display: block;
  width: 100%;
}

