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

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
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]) {
  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) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "radikal-bold";
  src: url("../fonts/radikal_bold-webfont.woff2") format("woff2"), url("../fonts/radikal_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "radikal-medium";
  src: url("../fonts/radikal_medium-webfont.woff2") format("woff2"), url("../fonts/radikal_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "radikal-regular";
  src: url("../fonts/radikal-webfont.woff2") format("woff2"), url("../fonts/radikal-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: unset;
}

strong {
  font-family: "radikal-bold", Helvetica, Arial, sans-serif;
}

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

.star {
  visibility: hidden;
}

.fadeIn {
  -webkit-animation: animat_show 0.8s;
  animation: animat_show 1s, animat_scale 1s;
  visibility: visible !important;
}

@-webkit-keyframes animat_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animat_scale {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
body {
  background-color: #ffffff;
  font-family: "radikal-regular", Helvetica, Arial, sans-serif;
  color: #000000;
}

section {
  width: 100%;
  clear: both;
  position: relative;
}

p {
  font-size: 1.1875rem;
  line-height: 1.8;
}
@media (min-width: 75em) {
  p {
    font-size: 1.1875rem;
  }
}
p + p {
  margin-top: 30px;
}

h1 {
  font-size: 60px;
  font-family: "radikal-regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 0.9;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 140px;
  }
}
@media (max-width: 74.99em) {
  h1 {
    font-size: 4.6875rem;
  }
}

h2 {
  font-size: 50px;
  font-weight: normal;
  font-weight: normal;
  margin-bottom: 4rem;
  font-family: "radikal-regular", Helvetica, Arial, sans-serif;
  line-height: 50px;
}
@media (min-width: 75em) {
  h2 {
    font-size: 7.1875rem;
    line-height: 1.1;
    font-family: "radikal-regular", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 74.99em) {
  h2 {
    font-size: 3.4375rem;
    margin-bottom: 1.25rem;
  }
  h2 br {
    display: none;
  }
}

h3 {
  font-size: 3.75rem;
  letter-spacing: -0.67px;
  margin-bottom: 1.9375rem;
  font-family: "radikal-regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 75em) {
  h3 {
    font-size: 3.75rem;
  }
}
@media (max-width: 74.99em) {
  h3 {
    margin-top: 50px;
    font-size: 2.1875rem;
  }
}

.container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
@media (min-width: 75em) {
  .container {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
.container.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.container.p-0 h3 {
  text-align: center;
}
.container.sm {
  max-width: 1200px;
}
.container.sm p {
  max-width: 1030px;
}
.container.sb {
  justify-content: space-between;
}
.container.block {
  display: block;
}
.container.va-center {
  align-items: center;
}
.container .squ-inner {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.container .curve {
  overflow: hidden;
}
.container .curve.tl {
  border-top-left-radius: 80px;
}
.container .curve.tr {
  border-top-right-radius: 80px;
}
.container .curve.bl {
  border-bottom-left-radius: 80px;
}
.container .curve.br {
  border-bottom-right-radius: 80px;
}
@media (max-width: 74.99em) {
  .container.mobile-reverse {
    flex-direction: column-reverse;
  }
}
.container .col-80 {
  width: 100%;
}
@media (min-width: 75em) {
  .container .col-80 {
    width: 80%;
  }
}
.container .col-60 {
  width: 100%;
}
@media (min-width: 75em) {
  .container .col-60 {
    width: 60%;
    display: flex;
    align-items: flex-end;
  }
}
.container .col-50 {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 75em) {
  .container .col-50 {
    width: 50%;
    margin-bottom: 0;
  }
}
.container .col-40 {
  width: 100%;
  padding-bottom: 40px;
}
@media (min-width: 75em) {
  .container .col-40 {
    width: 40%;
  }
}
.container .col-33 {
  width: 45%;
}
@media (min-width: 75em) {
  .container .col-33 {
    width: 33%;
    max-width: 300px;
  }
}
.container .col-25 {
  width: 45%;
}
@media (min-width: 75em) {
  .container .col-25 {
    width: 25%;
    max-width: 270px;
  }
}

.squeeze {
  padding: 0 5rem;
}
@media (max-width: 74.99em) {
  .squeeze {
    padding: 0;
  }
}

.logos, .awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.logos img, .awards img {
  width: 40%;
  max-width: 170px;
}

.awards {
  max-width: 1030px;
  margin: 40px auto 0;
}

.logos img {
  max-height: 75px;
  max-width: 47%;
}
@media (max-width: 768px) {
  .logos img + img {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .logos img {
    width: auto;
    max-height: 100px;
    max-width: 18%;
  }
}

.owners {
  width: 100%;
  clear: both;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.owners .name {
  font-size: 28px;
  line-height: 1;
  margin-top: 20px;
}
.owners .title {
  font-size: 16px;
  margin-top: 6px;
  line-height: 1.1;
}
.owners a {
  display: block;
  height: 25px;
  width: 25px;
  margin: 10px auto 40px;
}

ul.roll {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
ul.roll li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (min-width: 31.25em) {
  ul.roll li {
    max-width: 45%;
  }
}
ul.roll li img {
  max-width: 45px;
  height: auto;
  margin-right: 20px;
}

@media (min-width: 75em) {
  .text-center {
    text-align: center;
  }
}

.spacer-100 {
  display: block;
  height: 100px;
  width: 100%;
}
@media (max-width: 74.99em) {
  .spacer-100 {
    height: 10px;
  }
}

.mt-100 {
  margin-top: 6.25rem;
}
@media (max-width: 74.99em) {
  .mt-100 {
    margin-top: 1.25rem;
  }
}

.mb-100 {
  margin-bottom: 6.25rem;
}
@media (max-width: 74.99em) {
  .mb-100 {
    margin-bottom: 1.25rem;
  }
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mt-neg-20 {
  margin-top: -1.25rem;
}

.pt-50 {
  padding-top: 50px;
}

@media (min-width: 75em) {
  .pr-80 {
    padding-right: 80px;
  }
}

@media (min-width: 75em) {
  .pl-80 {
    padding-left: 80px;
  }
}

.btn {
  display: table;
  margin-top: 40px;
  padding: 10px 40px;
  background: #EB586B;
  color: #ffffff;
  border: solid 2px #EB586B;
  text-decoration: none;
  transition: background 0.5s;
}
.btn:hover {
  background: transparent;
  cursor: pointer;
  color: #EB586B;
}

.arrow-down {
  display: none;
  width: 60px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}
@media (min-width: 75em) {
  .arrow-down {
    display: inline-block;
  }
}
.arrow-down::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-image: url("../images/arrow_black.svg");
  background-size: cover;
  background-position: center;
  background-position: center;
  background-repeat: no-repeat;
  animation: jump alternate-reverse infinite 0.6s ease-out;
}

@keyframes jump {
  from {
    top: 45%;
  }
  to {
    top: 55%;
  }
}
.grid__btn {
  text-align: center;
}

.bg-white {
  background-color: #fff;
  color: #000;
  position: relative;
}
.bg-white a, .bg-white p {
  color: inherit;
}

.sec-pad {
  padding-top: 6rem;
  padding-bottom: 5.375rem;
}
@media (min-width: 75em) {
  .sec-pad {
    padding-top: 12.875rem;
    padding-bottom: 16.875rem;
  }
}

.scroll-help {
  display: none;
}
@media (min-width: 75em) {
  .scroll-help {
    display: block;
    font-size: 18px;
    padding-left: 1.25rem;
    position: absolute;
    top: 90vh;
    left: 5%;
    z-index: 2;
  }
  .scroll-help::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 18px;
    background-image: url("../svg/arrow_white.svg");
  }
}

#trigger3 img {
  width: 100%;
  max-width: 840px;
  margin: 60px auto 0;
}

.play {
  transition: transform 3s;
  position: relative;
}
.play:before {
  background: url(../img/play.svg) center center no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  content: "";
  scale: 1;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.play:hover {
  cursor: pointer;
}
.play:hover:before {
  -ms-transform: scale(1.25, 1.25);
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
  padding: 0 40px;
}

.popup {
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 80%;
  padding: 0;
  background: transparent;
  margin: 20px auto 0;
}

.close {
  position: absolute;
  background: #000000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  top: 10px;
  right: 10px;
  text-align: center;
  cursor: pointer;
  color: #EB586B;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.squ-inner {
  position: relative;
  clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
  transition: opacity 1.1s ease 167ms, clip-path 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.1s ease 167ms, clip-path 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 1.1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.1s ease 167ms;
  transition: clip-path 1.1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.1s ease 167ms, clip-path 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.squ-right-active {
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 95%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 95%) !important;
}

.squ-left-active {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0) !important;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0) !important;
}

.marked-text {
  opacity: 0;
}

.marked-text-active {
  animation: FadeIn 0.7s ease-in;
  animation-fill-mode: forwards;
  will-change: opacity;
}

.marked-text-active:before {
  animation: marked-text-anim 0.7s ease-in;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}

@media (max-width: 500px) {
  .marked-text-active:before {
    animation: marked-text-anim-mobile 0.7s ease-in;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
  }
}
.fadeInUp {
  opacity: 0;
}

.fadeInUp-active {
  animation: FadeUp 0.5s ease-in;
  animation-fill-mode: forwards;
}

.fadeIn-active {
  animation: FadeIn 0.5s ease-in;
  animation-fill-mode: forwards;
}

@keyframes marked-text-anim {
  0% {
    width: 0%;
    height: 0%;
  }
  100% {
    top: -30px;
    width: 50px;
    height: 5px;
  }
}
@keyframes marked-text-anim-mobile {
  0% {
    width: 0%;
    height: 0%;
  }
  100% {
    top: -30px;
    width: 30px;
    height: 3px;
  }
}
@keyframes mobile-dropdown-anim {
  from {
    top: -800px;
    transform: skewY(-45deg);
  }
  to {
    top: 0px;
    transform: skewY(0deg);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeUp {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes swipeRight {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
@keyframes swipeLeft {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
@keyframes transIn {
  0% {
    left: 100%;
    width: 100%;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
@keyframes transOut {
  0% {
    left: 0%;
    width: 100%;
  }
  100% {
    left: 0%;
    width: 0%;
  }
}
@keyframes yellowIn {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes gradIn {
  0% {
    transform: translate(-50%, -50%) scaleY(0);
  }
  100% {
    transform: translate(-50%, -50%) scaleY(1);
  }
}
@keyframes grow-h-centered {
  0% {
    transform: translateX(-50%) scaleY(0);
  }
  100% {
    transform: translateX(-50%) scaleY(1);
  }
}
.yellow-span-active:after {
  animation: yellowIn 0.3s ease-out 0.5s;
  animation-fill-mode: forwards;
}

.half-grad-active {
  animation: gradIn 5s ease-out;
  animation-fill-mode: forwards;
}

.bottom-line-active {
  animation: grow-h-centered 3s ease-out;
  animation-fill-mode: forwards;
}

.fadeUpPeeps {
  animation: FadeIn 0.3s ease-in;
  animation-fill-mode: both;
  animation-delay: 0.1s;
}

.fadeUp li {
  animation: FadeIn 0.5s ease-in;
  animation-fill-mode: both;
}

.fadeUp li:nth-child(1) {
  animation-delay: 0.6s;
}

.fadeUp li:nth-child(2) {
  animation-delay: 0.7s;
}

.fadeUp li:nth-child(3) {
  animation-delay: 0.8s;
}

.fadeUp li:nth-child(4) {
  animation-delay: 0.9s;
}

.fadeUp li:nth-child(5) {
  animation-delay: 1s;
}

.fadeUp li:nth-child(6) {
  animation-delay: 1.1s;
}

#loader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999999;
  transition: all 0.5s;
}
#loader .logo {
  max-width: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.bg-black {
  background: #000000;
  color: #ffffff;
  padding: 90px 0;
  margin-bottom: 100px;
}
@media (min-width: 75em) {
  .bg-black {
    padding: 200px 0;
  }
}
.bg-black.bg-roll {
  width: calc(100% - 36px);
}
@media (min-width: 75em) {
  .bg-black.bg-roll {
    width: calc(100% - 45px);
  }
}
.bg-black + .bg-black {
  margin-top: -100px;
}
.bg-black.pt-0 {
  padding-top: 0;
}
.bg-black.mb-0 {
  margin-bottom: 0;
}

footer.bg-black {
  margin: 0;
}

.bg-white-black {
  background: white;
  background: linear-gradient(180deg, white 0%, white 50%, black 50%, black 100%);
}
.bg-white-black img {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.bg-black-white {
  background: black;
  background: linear-gradient(180deg, black 0%, black 50%, white 50%, white 100%);
}

.bg-black150 {
  background: black;
  background: linear-gradient(180deg, black 0%, black 150px, white 150px, white 100%);
}

.bg-header {
  background: black;
  background: linear-gradient(180deg, black 0%, black 80%, white 80%, white 100%);
}
@media (min-width: 1200px) {
  .bg-header {
    background: linear-gradient(90deg, black 0%, black 70%, white 70%, white 100%);
    margin-bottom: 190px;
  }
}

.circles {
  z-index: 300;
  mix-blend-mode: multiply;
  overflow: hidden;
  position: absolute;
  height: 260px;
  width: calc(260px - (260px * 0.2 ));
}
@media (min-width: 768px) {
  .circles {
    width: calc(400px - (400px * 0.2 ));
    height: calc(400px - (400px * 0.2 ));
  }
}
@media (min-width: 1200px) {
  .circles {
    width: calc(30% - (30% * 0.2 ));
    height: 520px;
  }
}
@media (min-width: 1900px) {
  .circles {
    width: calc(30% + 100px);
  }
}
@media (max-width: 74.99em) {
  .circles {
    display: none;
  }
}
.circles.one {
  right: 0;
  bottom: 20px;
}
@media (min-width: 768px) {
  .circles.one {
    bottom: calc(400px * 0.2 );
  }
}
@media (min-width: 1200px) {
  .circles.one {
    top: 300px;
  }
}
.circles.one.home {
  top: 100px;
  right: 300px;
  z-index: 2;
  transform: rotate(180deg);
  overflow: unset;
}
.circles.two {
  bottom: -10%;
  right: 0;
  max-width: calc(50% - 45px);
}
.circles.four {
  right: -36px;
}
@media (min-width: 75em) {
  .circles.four {
    right: -45px;
  }
}

.circle {
  mix-blend-mode: multiply;
  float: right;
  width: 520px;
  height: 520px;
  shape-outside: circle();
  clip-path: circle(100% at 100%);
  background: #53C3C0;
  z-index: 300;
  margin-top: -50%;
}

.circle2 {
  height: 520px;
  width: 520px;
  mix-blend-mode: multiply;
  background: #EB586B;
  border-radius: 50%;
  position: absolute;
  opacity: 1;
  z-index: 300;
  bottom: -30%;
  right: -10%;
}
@media (max-width: 1024px) {
  .circle2 {
    bottom: -50px;
    height: 260px;
    width: 260px;
  }
}

.circle3 {
  height: 520px;
  width: 520px;
  mix-blend-mode: multiply;
  background: #F6EB44;
  border-radius: 50%;
  position: absolute;
  opacity: 1;
  z-index: 300;
  bottom: -20%;
  left: -15%;
}
@media (max-width: 1024px) {
  .circle3 {
    height: 260px;
    width: 260px;
    top: 50px;
  }
}
@media (max-width: 500px) {
  .circle3 {
    top: 5px;
  }
}

.circle4 {
  height: 536px;
  width: 536px;
  mix-blend-mode: multiply;
  background: #EB586B;
  border-radius: 50%;
  position: absolute;
  opacity: 1;
  z-index: 300;
  bottom: -550px;
  right: -20%;
}
@media (max-width: 1024px) {
  .circle4 {
    height: 260px;
    width: 260px;
    bottom: -300px;
    right: -25%;
  }
}

.circle5 {
  height: 520px;
  width: 520px;
  mix-blend-mode: multiply;
  background: #53C3C0;
  border-radius: 50%;
  position: absolute;
  opacity: 1;
  z-index: 300;
  bottom: -10%;
  left: 0;
}
@media (max-width: 1024px) {
  .circle5 {
    height: 260px;
    width: 260px;
    left: -30%;
    bottom: -20%;
  }
}

.circle6 {
  height: 420px;
  width: 420px;
  mix-blend-mode: multiply;
  background: #F6EB44;
  border-radius: 50%;
  position: absolute;
  opacity: 1;
  z-index: 0;
  top: 15%;
  left: 15%;
}
@media (max-width: 1024px) {
  .circle6 {
    height: 260px;
    width: 260px;
    left: -30%;
    top: -20%;
  }
}

.nav {
  background: #000000;
  padding: 30px 0 10px;
}
@media (max-width: 330px) {
  .nav div img {
    max-width: 75px;
    height: auto;
  }
}
.nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .jkcom.menu {
  text-align: right;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 74.99em) {
  .nav .jkcom.menu {
    flex-direction: column;
  }
}
.nav .jkcom.menu li {
  list-style: none;
  color: #fff;
  margin-left: 50px;
  box-sizing: border-box;
  position: relative;
}
.nav .jkcom.menu li .marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: transparent;
  transition: all 0.5s;
}
.nav .jkcom.menu li.current_menu_item .marker {
  width: 100%;
  height: 2px;
  background: #EB586B;
}
.nav .jkcom.menu li a {
  color: #ffffff;
  background: url(../img/arrow-visit-mobile.svg) right 8px no-repeat;
  text-decoration: none;
}
@media (min-width: 75em) {
  .nav .jkcom.menu li a {
    background: url(../img/arrow-visit.svg) right 8px no-repeat;
  }
}

.q {
  font-size: 31px;
  line-height: 50px;
  max-width: 915px;
  width: 100%;
}
@media (min-width: 75em) {
  .q {
    font-size: 41px;
  }
}

.c {
  text-align: center;
  position: relative;
  padding-bottom: 90px;
}
@media (min-width: 1310px) {
  .c {
    flex-grow: 2;
  }
}
@media (max-width: 1309px) {
  .c {
    margin-top: 50px;
  }
}
.c img {
  margin: 0 auto 35px;
}
.c .name {
  font-size: 22px;
  letter-spacing: -0.22px;
  line-height: 24px;
}
.c .title {
  font-size: 16px;
  letter-spacing: -0.16px;
  margin-top: 0;
}

.note {
  position: absolute;
  bottom: 0;
  right: 30%;
  color: #53C3C0;
  font-size: 16px;
  font-weight: bold;
  transform: matrix(0.9, -0.44, 0.44, 0.9, 0, 0);
}
.note:before {
  content: "";
  background: url(../img/whs-arrow.svg) 0 0 no-repeat;
  width: 27px;
  height: 29px;
  display: block;
  margin: 0 auto;
}

.header {
  background: #000000;
}

.hero {
  color: #ffffff;
}
.hero .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 74.99em) {
  .hero .container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 74.99em) {
  .hero .container {
    padding-top: 100px;
  }
}
.hero .container.pb-0 {
  padding-bottom: 0;
}
.hero .headline {
  z-index: 100;
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 74.99em) {
  .hero .headline {
    order: 1;
  }
}
.hero .headline span {
  margin-left: 100px;
}
@media (max-width: 74.99em) {
  .hero .headline span {
    margin-left: 0px;
  }
}
.hero .headline.center h1 {
  text-align: center;
}
.hero .content {
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 74.99em) {
  .hero .content {
    order: 2;
    flex-direction: column;
  }
}
.hero .content .arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  height: 150px;
  position: relative;
  top: 0;
}
.hero .content .arrow .line {
  margin-top: 20px;
  border-left: 1px solid #ffffff;
  width: 1px;
  height: 100%;
  display: inline-block;
}
@media (min-width: 1200px) {
  .hero .content .arrow .line {
    -moz-animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
    animation: arrow 2s infinite;
  }
}
.hero .content .arrow img {
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .hero .content .arrow {
    width: 100px;
    display: inline-block;
  }
}
.hero .content .text {
  padding-bottom: 30px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .hero .content .text {
    max-width: 480px;
    padding-bottom: 0;
  }
}
.hero .content__image {
  margin-left: 50px;
  z-index: 3;
  margin-top: -20px;
}
@media (max-width: 74.99em) {
  .hero .content__image {
    position: absolute;
    bottom: -10px;
    left: 0;
    max-width: 50%;
  }
}
.hero .image {
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 74.99em) {
  .hero .image {
    order: 3;
  }
}
.hero .image .squ-inner {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.hero .image img {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .hero .image {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 45px;
    width: 45%;
    max-width: 690px;
    margin: 0;
  }
}
@keyframes arrow {
  0%, 20%, 50%, 80%, 100% {
    height: 100px;
  }
  40% {
    height: 150px;
  }
  60% {
    height: 100px;
  }
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

.cursor--small {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  border-radius: 50%;
  z-index: 11000;
}

.cursor--canvas {
  width: 100vw;
  height: 100vh;
  z-index: 999999999;
  transition: all 0.25s;
}

main {
  position: relative;
}

.tranny1 {
  background: #f6eb45;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0%;
  z-index: 999999999;
}

.tranny2 {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  z-index: 999999999;
}

.intro {
  display: none;
}

form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
form .contactinfo {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 60px;
}
form .contactinfo span {
  margin: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .contactinfo a {
  text-decoration: none;
  color: #ffffff;
}
form .fieldgroup {
  margin-bottom: 40px;
}
form .fieldgroup label {
  font-size: 1.375rem;
  line-height: 1.9375rem;
  width: 100%;
}
form .fieldgroup input {
  width: 100%;
  min-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
form .fieldgroup input:placeholder {
  color: #7B7B7B;
}
form .fieldgroup textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  width: 100%;
  border: 1px solid #ffffff;
  color: #ffffff;
  min-height: 125px;
}
form .fieldgroup button {
  margin: 0 auto;
}
form .fieldgroup .checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form .fieldgroup .checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .fieldgroup .checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}
form .fieldgroup .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #ffffff;
}
form .fieldgroup .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta {
  padding: 100px 0 200px;
}
.cta .container {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-top: 100px;
  padding-bottom: 0;
}

section.values p {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
section.values ul.valueslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 150px;
  margin-bottom: 150px;
}
section.values ul.valueslist li {
  flex-basis: 47%;
  position: relative;
  display: flex;
  align-items: flex-end;
  border: solid 11px #F6EB44;
  padding: 20px;
  font-size: 20px;
  font-weight: normal;
  line-height: 27px;
  padding-top: 170px;
  border-radius: 0 90px 0 0;
  min-height: 200px;
}
@media (min-width: 768px) {
  section.values ul.valueslist li {
    flex-basis: 16%;
  }
}
@media (min-width: 75em) {
  section.values ul.valueslist li {
    font-size: 25px;
  }
}
section.values ul.valueslist li.teal {
  border-color: #53C3C0;
}
section.values ul.valueslist li.yellow {
  border-color: #F6EB44;
}
section.values ul.valueslist li.coral {
  border-color: #EB586B;
}
section.values ul.valueslist li:nth-child(n+1) {
  top: -100px;
}
section.values ul.valueslist li:nth-child(n+2) {
  top: 200px;
}
section.values ul.valueslist li:nth-child(n+3) {
  top: -100px;
}
section.values ul.valueslist li:nth-child(n+4) {
  top: 100px;
}
section.values ul.valueslist li:nth-child(n+5) {
  top: -50px;
}

@media (max-width: 74.99em) {
  section.challenger .container:first-child h2 {
    order: 2;
  }
  section.challenger .container:first-child .badge {
    order: 1;
  }
}
section.challenger h2 {
  font-size: 7.1875rem;
  line-height: 6.3125rem;
}
section.challenger h2 span {
  display: block;
  margin-left: 200px;
}
@media (max-width: 74.99em) {
  section.challenger h2 span {
    margin-left: 0;
  }
}
@media (max-width: 74.99em) {
  section.challenger h2 {
    font-size: 3.4375rem;
    line-height: 3.75rem;
  }
}
section.challenger .badge {
  margin: 0 0 80px 120px;
  position: relative;
  height: 218px;
  width: 218px;
  display: inline-block;
}
@media (max-width: 74.99em) {
  section.challenger .badge {
    margin: 0 0 0px 120px;
  }
}
section.challenger .badge .logo {
  position: absolute;
  width: 100%;
}
section.challenger .badge .text {
  position: absolute;
  -webkit-animation: spin 25s linear infinite;
  -moz-animation: spin 25s linear infinite;
  animation: spin 25s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
section.challenger .copy {
  width: 100%;
  box-sizing: border-box;
  max-width: 980px;
  padding: 0;
}
@media (max-width: 74.99em) {
  section.challenger .copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
section.challenger .copy .col-50 {
  max-width: 440px;
}
section.challenger .copy .mr-40 {
  box-sizing: border-box;
  margin-right: 40px;
}
@media (max-width: 74.99em) {
  section.challenger .copy .mr-40 {
    margin-right: 0px;
  }
}

.cases .case {
  position: relative;
  height: 490px;
  width: 50%;
}
@media (max-width: 74.99em) {
  .cases .case {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
}
.cases .case:nth-child(odd) {
  left: 50%;
}
@media (max-width: 74.99em) {
  .cases .case:nth-child(odd) {
    left: 0;
  }
}
.cases .case:nth-child(even) {
  transform: translateY(50%);
  left: -50%;
}
@media (max-width: 74.99em) {
  .cases .case:nth-child(even) {
    left: 0;
    transform: unset;
  }
}
.cases .case .title {
  background: #ffffff;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #000000;
}
.cases .case .title h3 {
  font-size: 1.875rem;
  margin: 0;
}
.cases .case .title p {
  font-size: 1rem;
}
.cases .case .image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.cases .case .image img {
  transform-origin: center;
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

section.whatwedo ul.services {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 74.99em) {
  section.whatwedo ul.services {
    flex-direction: column;
  }
}
section.whatwedo ul.services li {
  font-size: 1.75rem;
  display: inline-block;
  width: 33%;
  border-bottom: 1px solid #ccc;
  padding: 40px 20px 40px 0;
}
section.whatwedo ul.services li:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (max-width: 74.99em) {
  section.whatwedo ul.services li {
    width: 100%;
    font-size: 1.375rem;
    padding: 20px 10px 20px 0;
  }
}

section.humanology .container, section.culture .container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
section.humanology .container .circle5, section.culture .container .circle5 {
  top: -30%;
  right: -30%;
  left: unset;
}

section.leadershipteam .container .owners {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
@media (max-width: 74.99em) {
  section.leadershipteam .container .owners {
    flex-direction: column;
  }
}
section.leadershipteam .container .owners > div {
  margin: 10px;
  width: 30%;
  max-width: 30%;
}
@media (max-width: 74.99em) {
  section.leadershipteam .container .owners > div {
    width: 100%;
    max-width: 100%;
  }
}

section.perks h2 {
  margin-bottom: 0;
}
section.perks .perkslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  margin-top: 50px;
}
@media (max-width: 74.99em) {
  section.perks .perkslist {
    flex-direction: column;
  }
}
section.perks .perkslist .perk {
  width: 32%;
  margin: 20px 0;
}
@media (max-width: 74.99em) {
  section.perks .perkslist .perk {
    width: 100%;
  }
}
section.perks .perkslist .perk__icon {
  width: 45px;
  height: 45px;
  margin: 10px auto;
}
section.perks .perkslist .perk__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.perks .perkslist .perk__title {
  font-size: 1.75rem;
  margin-bottom: 30px;
  line-height: 2rem;
}
section.opportunities h2 {
  max-width: 1100px;
  margin: 50px auto;
  text-align: center;
}
section.opportunities h3 {
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}
section.opportunities p {
  max-width: 900px;
  margin: 50px auto;
  text-align: center;
}
section.opportunities .joblist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 74.99em) {
  section.opportunities .joblist {
    flex-direction: column;
  }
}
section.opportunities .joblist .job {
  width: 32%;
  background: #ffffff;
  border-top-right-radius: 25px;
  box-sizing: border-box;
  padding: 50px 30px;
  color: #000000;
}
@media (max-width: 74.99em) {
  section.opportunities .joblist .job {
    width: 100%;
    margin-bottom: 55px;
  }
}
section.opportunities .joblist .job__title {
  font-size: 1.75rem;
  margin-bottom: 30px;
  line-height: 2rem;
}
section.opportunities .joblist .job__description {
  line-height: 2rem;
}
section.instagram h2 {
  font-size: 3.125rem;
}
section.instagram .instagram-feed {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 74.99em) {
  section.instagram .instagram-feed {
    flex-direction: column;
  }
}
section.instagram .instagram-feed__wrapper {
  max-width: 330px;
  width: 23%;
  height: 330px;
}
@media (max-width: 74.99em) {
  section.instagram .instagram-feed__wrapper {
    width: 100%;
  }
}
@media (max-width: 74.99em) and (max-width: 74.99em) {
  section.instagram .instagram-feed__wrapper {
    margin-bottom: 20px;
  }
}
section.instagram .instagram-feed__wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

section.centeredtext h2 {
  margin: 0px auto 50px;
  padding-top: 100px;
  text-align: center;
}
section.centeredtext h3 {
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section.centeredtext p {
  max-width: 900px;
  margin: 50px auto;
  text-align: center;
}
section.centeredtext img {
  margin: 100px auto;
}

.porfoliowrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
@media (max-width: 74.99em) {
  .porfoliowrapper {
    flex-direction: column;
  }
}
.porfoliowrapper .project {
  position: relative;
  width: 32%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (max-width: 74.99em) {
  .porfoliowrapper .project {
    width: 100%;
    margin-bottom: 50px;
  }
}
.porfoliowrapper .project:nth-child(3n+2) {
  margin-bottom: 20px;
  top: 100px;
}
@media (max-width: 74.99em) {
  .porfoliowrapper .project:nth-child(3n+2) {
    top: unset;
    margin-bottom: 50px;
  }
}
.porfoliowrapper .project a {
  text-decoration: none;
}
.porfoliowrapper .project a .title h3, .porfoliowrapper .project a .title p, .porfoliowrapper .project a .title button {
  text-decoration: none;
  color: #000000;
}
.porfoliowrapper .project a .title button {
  color: #ffffff;
}
.porfoliowrapper .project .title {
  background: #ffffff;
  padding: 60px 40px;
  color: #000000;
  flex: 1;
}
.porfoliowrapper .project .title h3 {
  font-size: 3.125rem;
  margin: 0;
}
.porfoliowrapper .project .title p {
  font-size: 1.1875rem;
  line-height: 2.375rem;
}
.porfoliowrapper .project .title p.campaign {
  font-size: 1.5rem;
}
@media (max-width: 74.99em) {
  .porfoliowrapper .project .image {
    margin-bottom: 20px;
  }
}
.porfoliowrapper .project .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

section.brands p {
  max-width: 900px;
  margin: 50px auto;
  text-align: center;
}
section.brands .brandlogos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px;
}
@media (max-width: 74.99em) {
  section.brands .brandlogos {
    padding: 0px;
  }
}
section.brands .brandlogos img {
  align-self: center;
  margin-bottom: 20px;
  padding-right: 30px;
}
@media (max-width: 74.99em) {
  section.brands .brandlogos img {
    max-width: 45%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

section.laptop .container img {
  margin: 0 auto 0;
  z-index: 1;
  position: relative;
}

section.columns3 .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
section.columns3 .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  margin-top: 50px;
}
section.columns3 .columns .column {
  width: 32%;
  margin: 20px 0;
}
section.columns3 .columns .column__title {
  font-size: 1.75rem;
  margin-bottom: 30px;
  line-height: 2rem;
}
section.gallery .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
section.gallery .gallerycarousel {
  width: 100%;
}
section.gallery .gallerycarousel img {
  margin: 0 auto;
}
section.gallery .gallerycarousel .slick-prev:before, section.gallery .gallerycarousel .slick-next:before {
  display: none;
}
section.gallery .gallerycarousel .slick-prev, section.gallery .gallerycarousel .slick-next {
  margin: 0;
  padding: 0;
  width: 75px;
  height: 75px;
}
section.gallery .gallerycarousel .slick-prev {
  left: -80px;
}
section.gallery .gallerycarousel .slick-next {
  right: -80px;
  transform: rotate(180deg) translateY(50%);
}

section.stats p {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
section.stats ul.statslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
section.stats ul.statslist li {
  width: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  border: solid 11px #F6EB44;
  padding: 70px 50px;
  font-size: 20px;
  font-weight: normal;
  line-height: 27px;
  border-radius: 0 90px 0 0;
  min-height: 200px;
}
@media (min-width: 75em) {
  section.stats ul.statslist li {
    font-size: 25px;
  }
}
section.stats ul.statslist li .suffix {
  display: inline;
}
section.stats ul.statslist li .number {
  font-size: 7.25rem;
  line-height: 7.25rem;
}
section.stats ul.statslist li .unit {
  font-size: 3.1875rem;
  line-height: 3.1875rem;
  margin-bottom: 25px;
}
section.stats ul.statslist li .label {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
section.stats ul.statslist li.teal {
  border-color: #53C3C0;
}
section.stats ul.statslist li.yellow {
  border-color: #F6EB44;
}
section.stats ul.statslist li.coral {
  border-color: #EB586B;
}
section.stats ul.statslist li:nth-child(n+4) {
  top: 100px;
}
section.instagram h2 {
  font-size: 3.125rem;
}
section.instagram .instagram-feed {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 74.99em) {
  section.instagram .instagram-feed {
    flex-direction: column;
  }
}
section.instagram .instagram-feed__wrapper {
  max-width: 330px;
  width: 23%;
  height: 330px;
}
@media (max-width: 74.99em) {
  section.instagram .instagram-feed__wrapper {
    width: 100%;
  }
}
@media (max-width: 74.99em) and (max-width: 74.99em) {
  section.instagram .instagram-feed__wrapper {
    margin-bottom: 20px;
  }
}
section.instagram .instagram-feed__wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

footer {
  padding: 45px 0 !important;
}
footer .container {
  display: flex;
}
footer .container .contactinfo {
  margin-right: 80px;
  font-size: 0.8rem;
}
footer .container .contactinfo .logo {
  display: block;
  margin-bottom: 20px;
}
footer .container .contactinfo a.directions {
  color: #fff;
  display: block;
  margin-top: 1rem;
}
footer .container .waterstone {
  margin: 0 25px 0 0;
}
footer .container .googlepartner {
  margin: 0 25px 0 0;
}
footer .container .copyright {
  font-size: 0.8rem;
}
@media (max-width: 500px) {
  footer .container .copyright {
    margin-bottom: 1rem;
  }
}
footer .container .rightmenu {
  flex: 1;
  align-content: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .container .rightmenu ul.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}
footer .container .rightmenu ul.menu li a {
  font-weight: normal;
  font-size: 0.9rem;
  color: #ffffff;
}
footer .container .rightmenu ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .container .rightmenu ul.social li {
  display: block;
}
footer .container .rightmenu ul.social li a {
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 15px;
  text-indent: -9999px;
}
footer .container .rightmenu ul.social li a.instagram {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.664' height='24.662' viewBox='0 0 24.664 24.662'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg transform='translate(-720.8 -1002.024)'%3E%3Cpath class='a' d='M742.423,1014.362H736.16a2.8,2.8,0,0,0-3.021,3.021v6.228a3.044,3.044,0,0,0,.848,2.252,3.087,3.087,0,0,0,2.207.8h6.194a3.111,3.111,0,0,0,2.232-.8,3.016,3.016,0,0,0,.824-2.222v-6.263a2.822,2.822,0,0,0-3.021-3.021Zm-3.131,9.99a3.88,3.88,0,1,1,3.88-3.88A3.884,3.884,0,0,1,739.292,1024.352Zm4.026-6.974a.881.881,0,1,1,.881-.881A.88.88,0,0,1,743.318,1017.378Z' transform='translate(-6.16 -6.159)'/%3E%3Ccircle class='a' cx='2.492' cy='2.492' r='2.492' transform='translate(730.64 1011.821)'/%3E%3Cpath class='a' d='M733.132,1002.024a12.331,12.331,0,1,0,12.332,12.332A12.333,12.333,0,0,0,733.132,1002.024Zm7.541,15.463a4.365,4.365,0,0,1-1.243,3.216,4.464,4.464,0,0,1-3.2,1.194h-6.194a4.444,4.444,0,0,1-3.174-1.2,4.4,4.4,0,0,1-1.27-3.248v-6.228a4.175,4.175,0,0,1,4.409-4.409h6.263a4.2,4.2,0,0,1,4.409,4.409Z' transform='translate(0)'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
}
footer .container .rightmenu ul.social li a.linkedin {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.651' height='24.651' viewBox='0 0 24.651 24.651'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M88.659,1176.5a12.326,12.326,0,1,0,12.325,12.326A12.326,12.326,0,0,0,88.659,1176.5Zm6.864,18.313a1,1,0,0,1-1.017.993H82.786a1,1,0,0,1-1.017-.993v-11.857a1,1,0,0,1,1.017-.992H94.507a1,1,0,0,1,1.017.992Z' transform='translate(-76.333 -1176.497)'/%3E%3Cpath class='a' d='M101.769,1197.783a2.064,2.064,0,0,0-1.873,1.031v.021h-.014a.154.154,0,0,0,.014-.021v-.885H97.82c.027.586,0,6.249,0,6.249H99.9v-3.49a1.427,1.427,0,0,1,.069-.506,1.14,1.14,0,0,1,1.066-.76c.752,0,1.052.573,1.052,1.413v3.344h2.078V1200.6C104.161,1198.675,103.136,1197.783,101.769,1197.783Z' transform='translate(-87.065 -1187.129)'/%3E%3Cpath class='a' d='M92.3,1192.054a1.083,1.083,0,1,0-.028,2.16h.014a1.084,1.084,0,1,0,.014-2.16Z' transform='translate(-83.722 -1184.267)'/%3E%3Crect class='a' width='2.078' height='6.249' transform='translate(7.528 10.801)'/%3E%3C/svg%3E") center center no-repeat;
}
footer .container .rightmenu ul.social li a.facebook {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.652' height='24.65' viewBox='0 0 24.652 24.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M588.309,1077.029a12.325,12.325,0,1,0,12.326,12.326A12.326,12.326,0,0,0,588.309,1077.029Zm3.263,12.274h-2.134v7.612h-3.164V1089.3h-1.5v-2.687h1.5v-1.741a2.966,2.966,0,0,1,3.193-3.192l2.343.009v2.61h-1.7a.643.643,0,0,0-.67.731v1.583h2.411Z' transform='translate(-575.983 -1077.029)'/%3E%3C/svg%3E") center center no-repeat;
}
footer .container .rightmenu ul.social li a.twitter {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.651' height='24.65' viewBox='0 0 24.651 24.65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M287.819,1077.029a12.325,12.325,0,1,0,12.325,12.326A12.326,12.326,0,0,0,287.819,1077.029Zm6.209,9.84c.006.133.009.267.009.4a8.834,8.834,0,0,1-13.6,7.443,6.475,6.475,0,0,0,.741.043,6.232,6.232,0,0,0,3.858-1.33,3.109,3.109,0,0,1-2.9-2.157,3.11,3.11,0,0,0,1.4-.053,3.109,3.109,0,0,1-2.492-3.045c0-.014,0-.026,0-.04a3.106,3.106,0,0,0,1.407.389,3.11,3.11,0,0,1-.961-4.148,8.817,8.817,0,0,0,6.4,3.245,3.108,3.108,0,0,1,5.293-2.833,6.217,6.217,0,0,0,1.973-.754,3.112,3.112,0,0,1-1.366,1.718,6.2,6.2,0,0,0,1.784-.489A6.314,6.314,0,0,1,294.028,1086.87Z' transform='translate(-275.493 -1077.029)'/%3E%3C/svg%3E") center center no-repeat;
}
footer .container .rightmenu ul.social li:first-child a {
  margin-left: 0;
}

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