/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/* ==========================================================================
	 Variables
	 ========================================================================== */
@media screen and (min-width: 1024px) {
  .show-mobile,
  .hide-desktop {
    display: none; } }

@media screen and (max-width: 1023.999px) {
  .show-desktop,
  .hide-mobile {
    display: none; } }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  width: 100%;
  min-height: 100%; }

body {
  background-color: #20232e;
  color: #fff;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }
  body .main {
    -ms-flex-positive: 1;
        flex-grow: 1;
    overflow: hidden; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: rgba(255, 255, 0, 0.4);
  text-shadow: none; }
::selection {
  background: rgba(255, 255, 0, 0.4);
  text-shadow: none; }

/*
 * Make sure elements don't cause horizontal scrolling by default
 */
audio,
canvas,
img,
svg,
video {
  max-width: 100%;
  display: block; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

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

/* Remove default padding */
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  padding: 0;
  list-style: none; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* 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; } }

/* ==========================================================================
Typography classes
========================================================================== */
html,
body,
.p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.45; }

.button {
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px; }

.h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 118%; }

.h1 + .subtitle {
  font-weight: 300;
  line-height: 140%;
  font-size: 18px; }

.h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 118%; }

.h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 131%; }

.b2 {
  font-size: 18px; }

@media screen and (min-width: 1024px) {
  html,
  body,
  .p {
    font-size: 18px; }
  .h1 {
    font-size: 80px; }
  .h1 + .subtitle {
    font-size: 30px; }
  .h2 {
    font-size: 50px; }
  .h3 {
    font-size: 30px; } }

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 16px 25px;
  line-height: 18px;
  text-transform: uppercase;
  display: inline-block;
  transition: 200ms background-color;
  border-radius: 4px; }
  .button:hover, .button:focus {
    background-color: #fff;
    color: #000;
    text-decoration: none; }
  .button.primary {
    background-color: #fff;
    color: #3164f7; }
    .button.primary:hover, .button.primary:focus {
      background-color: #3164f7;
      color: #fff; }
  .button.secondary {
    background-color: transparent;
    border: 1px solid currentColor;
    color: currentColor; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #fff;
      color: #3164f7;
      border-color: #fff; }
  @media screen and (min-width: 1024px) {
    .button {
      padding: 21px 31px; } }

/* ==========================================================================
   Containers
   ========================================================================== */
.container {
  padding: 50px 20px; }
  .container.max {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .container.max > * {
      width: 100%;
      max-width: 1156px; }
  @media screen and (min-width: 1024px) {
    .container {
      padding-top: 120px;
      padding-bottom: 120px; } }

.object-anchor {
  height: 0;
  position: relative; }
  .object-anchor.max {
    max-width: 1156px;
    margin-left: auto;
    margin-right: auto; }
  .object-anchor.left {
    left: -20px; }
  .object-anchor.right {
    right: -20px; }
  .object-anchor.max-none {
    max-width: none; }

.bg-light {
  background-color: #fff;
  color: #20232e; }

.site-header {
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  background-color: #272f75;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px; }
  .enquire .site-header {
    background-color: transparent; }
  .site-header .logo {
    width: 100px;
    height: 38px; }
  @media screen and (min-width: 1024px) {
    .site-header {
      padding: 0 35px; }
      .site-header .logo {
        width: 165px;
        height: 59px; } }

.hero-banner {
  background-color: #272f75;
  color: #fff;
  padding-top: 110px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  min-height: 100vh;
  text-align: center;
  position: relative;
  background-image: url(/img/svg/cloud.svg);
  background-size: 658px 320px;
  background-position: top 168px center;
  background-repeat: no-repeat; }
  .hero-banner .subtitle {
    margin-top: 15px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto; }
  .hero-banner .browser-frame {
    margin-top: 40px;
    margin-bottom: 156px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto; }
    .hero-banner .browser-frame::before {
      content: "";
      display: block;
      position: absolute;
      background-color: #eb3756;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      right: 55px;
      top: -55px;
      width: 30px;
      height: 150px; }
    .hero-banner .browser-frame::after {
      content: "";
      background-color: transparent;
      position: absolute;
      display: block;
      width: 90%;
      height: 3%;
      bottom: -8%;
      left: 5%;
      border-radius: 50%;
      opacity: 0.5;
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
      background-size: contain;
      background-repeat: no-repeat; }
    .hero-banner .browser-frame .content::before {
      content: "";
      position: absolute;
      display: block;
      background-image: url(/img/svg/dancers.svg);
      background-size: contain;
      background-repeat: no-repeat;
      pointer-events: none;
      width: 35%;
      height: 97%;
      top: 95%;
      left: 65%;
      z-index: 100; }
    .hero-banner .browser-frame .content::after {
      content: "";
      position: absolute;
      display: block;
      background-image: url(/img/svg/band.svg);
      background-size: contain;
      background-repeat: no-repeat;
      pointer-events: none;
      width: 50%;
      height: 70%;
      top: 86%;
      right: 50%; }
  .hero-banner .down-prompter {
    text-align: center; }
    .hero-banner .down-prompter a {
      display: inline-block; }
      .hero-banner .down-prompter a rect,
      .hero-banner .down-prompter a path {
        transition: fill 200ms, stroke 200ms; }
    .hero-banner .down-prompter a:hover rect {
      fill: #fff; }
    .hero-banner .down-prompter a:hover path {
      stroke: #272f75;
      stroke-opacity: 1; }
  .hero-banner::after {
    content: "";
    display: block;
    position: absolute;
    border-color: #ffb8f9;
    border-style: solid;
    width: 220px;
    height: 110px;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
    border-width: 45px;
    transform: rotate(135deg) perspective(999px);
    left: calc(50% + 580px);
    top: 35%;
    border-top: 0; }
  .hero-banner::before {
    content: "";
    display: block;
    position: absolute;
    border-color: #3bc9d6;
    border-style: solid;
    border-width: 45px;
    width: 220px;
    height: 110px;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
    right: calc(50% + 100px);
    top: 300px;
    transform: rotate(-45deg) perspective(999px);
    border-top: 0; }
    @media screen and (min-width: 1024px) {
      .hero-banner::before {
        right: calc(50% + 580px);
        top: 35%; } }
  .hero-banner + #continue {
    position: relative;
    top: -100px; }
  @media screen and (min-width: 1024px) {
    .hero-banner {
      background-size: 1306px 640px; }
      .hero-banner .browser-frame {
        margin-top: 54px;
        margin-bottom: 56px; }
      .hero-banner::after {
        left: calc(50% + 580px);
        top: 35%; }
      .hero-banner::before {
        right: calc(50% + 580px);
        top: 35%; }
      .hero-banner .browser-frame::before {
        right: -35px;
        top: -65px;
        width: 60px;
        height: 150px; }
      .hero-banner .browser-frame .content::before {
        width: 35%;
        height: 97%;
        top: 40%;
        left: 96%; }
      .hero-banner .browser-frame .content::after {
        width: 50%;
        height: 70%;
        top: 50%;
        right: 77%; } }

.browser-frame {
  position: relative; }
  .browser-frame .toolbar {
    height: 24px;
    background-color: #eaeaea;
    box-shadow: 4px 6px 9px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='4'><circle fill-opacity='0.2' cx='9' cy='2' r='2' /><circle fill-opacity='0.2' cx='19' cy='2' r='2' /><circle fill-opacity='0.2' cx='29' cy='2' r='2' /></svg>");
    background-position: left center;
    background-repeat: no-repeat; }
  .browser-frame .content {
    position: relative;
    z-index: 0; }
  .browser-frame .content > * {
    width: 100%; }
  @media screen and (min-width: 1024px) {
    .browser-frame .toolbar {
      height: 46px;
      background-size: 100px 10px; } }

.browser-toolbar {
  height: 24px;
  background-color: #eaeaea;
  box-shadow: 4px 6px 9px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='4'%3E%3Ccircle fill-opacity='0.2' cx='8' cy='2' r='2' /%3E%3Ccircle fill-opacity='0.2' cx='18' cy='2' r='2' /%3E%3Ccircle fill-opacity='0.2' cx='28' cy='2' r='2' /%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1024px) {
    .browser-toolbar {
      height: 46px;
      background-size: 100px 10px; } }

.advantages-bar {
  background-color: #252a39;
  color: #fff;
  padding: 30px 20px; }
  .advantages-bar .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px; }
    .advantages-bar .list > * {
      margin: 20px 10px;
      width: calc(50% - 20px); }
  .advantages-bar p {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px; }
  .advantages-bar .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px; }
  @media screen and (min-width: 1024px) {
    .advantages-bar .list {
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-left: auto;
      margin-right: auto; }
      .advantages-bar .list .item {
        display: -ms-flexbox;
        display: flex; }
      .advantages-bar .list .icon {
        margin-right: 20px;
        margin-bottom: 0; }
      .advantages-bar .list > * {
        width: auto;
        max-width: calc(25% - 20px); } }

.features-table .title {
  text-align: center;
  margin-bottom: 50px; }

.features-table .icon {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px; }

.features-table .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px; }
  .features-table .items > * {
    width: calc(50% - 20px);
    margin: 25px 10px; }

.features-table .text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px; }

.features-table-pink-semi {
  position: absolute;
  display: none; }

@media screen and (min-width: 1024px) {
  .features-table {
    padding-bottom: 50px; }
    .features-table .title {
      margin-bottom: 60px; }
    .features-table .text {
      max-width: 66.6666666667%; }
    .features-table .items > * {
      width: calc(25% - 20px);
      margin: 65px 10px; }
    .features-table-pink-semi {
      display: block;
      top: -100px;
      right: -100px; } }

.content-tile:not(:first-child) {
  margin-top: 15px; }
  @media screen and (min-width: 1024px) {
    .content-tile:not(:first-child) {
      margin-top: 112px; } }

.content-tile .title {
  padding-left: 25px;
  position: relative; }
  .content-tile .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 3px;
    left: 0;
    background-color: #fff; }
  .content-tile .title.aqua::before {
    background-color: #3bc9d6; }
  .content-tile .title.bright-blue::before {
    background-color: #3164f7; }
  .content-tile .title.pink::before {
    background-color: #ffb8f9; }
  .content-tile .title.yellow::before {
    background-color: #fbb90f; }

.content-tile .title + * {
  margin-top: 25px; }

.content-tile .media {
  margin-top: 50px; }
  .content-tile .media img {
    position: relative;
    z-index: 1;
    width: 100%; }

.content-tile.reverse-lg .media {
  margin-top: 30px; }

@media screen and (min-width: 1024px) {
  .content-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .content-tile.reverse-lg .text {
      -ms-flex-order: 1;
          order: 1; }
    .content-tile.reverse-lg .media {
      margin: 0 calc(100% / 12) 0 0; }
    .content-tile .text {
      width: calc(100% / 12 * 5); }
    .content-tile .media {
      width: calc(50%);
      margin: 0 0 0 calc(100% / 12); }
    .content-tile .cms img {
      max-width: 474px;
      top: -60px;
      left: calc((1 / 12) * 100% + 40px); }
    .content-tile.right {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
      .content-tile.right .media {
        margin: 0 calc(100% / 12) 0 0; } }

.enquire-cta {
  background-color: #20232e;
  color: #fff;
  padding: 40px 20px 55px;
  text-align: center;
  position: relative; }
  .enquire-cta .button {
    margin-top: 30px;
    min-width: 223px;
    position: relative;
    z-index: 1; }
  .enquire-cta .title {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto; }
  .enquire-cta-aqua-rect {
    position: absolute;
    right: 35px;
    top: -70px; }
    @media screen and (min-width: 1024px) {
      .enquire-cta-aqua-rect {
        top: -90px;
        right: 75px; } }
  .enquire-cta::after {
    content: "";
    display: block;
    position: absolute;
    width: 220px;
    height: 110px;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
    border-color: #fbb90f;
    border-width: 45px;
    border-top: 0;
    border-style: solid;
    transform: rotate(196deg) perspective(999px);
    bottom: -16px;
    left: -105px; }
    @media screen and (min-width: 1024px) {
      .enquire-cta::after {
        left: 70px;
        bottom: 0;
        transform: rotate(210deg) perspective(999px); } }
  .enquire-cta-undershape::before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 150px;
    background-color: #3bc9d6;
    -ms-transform: rotate(25deg);
        transform: rotate(25deg);
    right: 120px;
    top: -75px; }
  @media screen and (min-width: 1024px) {
    .enquire-cta-yellow-semi {
      left: 50px;
      top: -100px; } }

.special-work {
  text-align: center;
  padding-bottom: 94px;
  padding-top: 60px; }
  .special-work .title {
    margin-bottom: 20px; }
  .special-work .subtitle {
    max-width: 768px; }
  .special-work .work {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px -7px 100px; }
    .special-work .work > * {
      padding: 0 7px;
      width: calc(100% / 3);
      margin-bottom: 30px; }
  @media screen and (min-width: 1024px) {
    .special-work {
      padding-top: 100px;
      padding-bottom: 111px; }
      .special-work .title {
        margin-bottom: 40px; }
      .special-work .work > * {
        width: calc(100% / 6);
        margin-bottom: 45px; } }

.case-quote {
  padding-bottom: 90px; }
  .case-quote > .title {
    text-align: center;
    margin-bottom: 20px; }
  .case-quote blockquote {
    background-color: #272f75;
    padding: 40px 20px; }
    .case-quote blockquote .title {
      margin-bottom: 15px; }
  .case-quote .img {
    max-width: 450px;
    margin: 70px auto -80px;
    width: 100%; }
  .case-quote .quote {
    display: block;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.34; }
  .case-quote cite {
    margin-top: 20px;
    display: block;
    font-style: normal; }
  .case-quote .button {
    margin-top: 30px; }
  .case-quote .media {
    float: right;
    width: 58.3333333333%; }
  @media screen and (min-width: 1024px) {
    .case-quote {
      padding-top: 30px; }
      .case-quote > .title {
        margin-bottom: 40px; }
      .case-quote blockquote {
        padding: 70px 30px 70px 95px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
      .case-quote .content {
        max-width: 33.3333333333%; }
      .case-quote .img {
        max-width: 58.3333333333%;
        margin: 0 0 -15px auto; } }

.generic-carousel {
  position: relative;
  margin-bottom: 100px; }
  .generic-carousel .swiper-container {
    box-shadow: 4px 6px 9px rgba(71, 84, 123, 0.12);
    margin-bottom: 20px; }
  .generic-carousel .slide-title {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    margin-left: 0;
    vertical-align: middle; }
    .generic-carousel .slide-title.in {
      animation: carousel-title-fade-in 200ms; }
  .generic-carousel .swiper-button-prev,
  .generic-carousel .swiper-button-next {
    background-image: none;
    width: 60px;
    height: 60px;
    margin: 0;
    left: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #3164f7;
    transition: color 200ms, background-color 200ms;
    border-radius: 50%; }
    .generic-carousel .swiper-button-prev:hover,
    .generic-carousel .swiper-button-next:hover {
      color: #fff;
      background-color: #3164f7; }
  .generic-carousel .swiper-button-next {
    right: auto;
    margin-left: 10px; }
  @media screen and (max-width: 1023.99px) {
    .generic-carousel {
      margin-right: -20px; }
      .generic-carousel .swiper-button-prev {
        display: none; }
      .generic-carousel .swiper-button-next {
        position: absolute;
        top: -50px;
        right: 3%;
        left: auto;
        background-color: transparent;
        border: 0; }
        .generic-carousel .swiper-button-next rect {
          stroke: transparent; }
        .generic-carousel .swiper-button-next:focus, .generic-carousel .swiper-button-next:hover {
          color: #062ea2;
          outline: 0;
          background-color: transparent; } }
  @media screen and (min-width: 1024px) {
    .generic-carousel .slide-title {
      margin-left: 20px;
      max-width: 35%; } }
  @media screen and (min-width: 1440px) {
    .generic-carousel .slide-title {
      max-width: none; } }

@keyframes carousel-title-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.pink-semi {
  position: relative; }
  .pink-semi::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -92px;
    right: -210px;
    width: 370px;
    height: 185px;
    background-color: #ffb8f9;
    border-bottom-left-radius: 185px;
    border-bottom-right-radius: 185px;
    z-index: -1; }

.blue-semi {
  position: relative; }
  .blue-semi::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    right: 0;
    -ms-transform: translateX(50%);
        transform: translateX(50%);
    width: 81.5%;
    padding-bottom: 81.5%;
    background-color: #3164f7;
    border-radius: 50%; }
  @media screen and (min-width: 768px) {
    .blue-semi::after {
      width: 70%;
      padding-bottom: 70%; } }
  @media screen and (min-width: 1024px) {
    .blue-semi::after {
      width: 360px;
      height: 360px;
      bottom: -20px;
      padding-bottom: 0; } }
  @media screen and (min-width: 1440px) {
    .blue-semi::after {
      width: 532px;
      height: 532px;
      bottom: -20px;
      padding-bottom: 0; } }

.aqua-circle {
  position: relative; }
  .aqua-circle::after {
    content: "";
    display: block;
    position: absolute;
    padding-bottom: 83.6%;
    width: 83.6%;
    background-color: #3bc9d6;
    border-radius: 50%;
    z-index: -1; }
    @media screen and (min-width: 1024px) {
      .aqua-circle::after {
        width: 92.1%;
        padding-bottom: 92.1%; } }
  .aqua-circle.small.cms::after {
    left: calc(10% - 50vw);
    top: 50px;
    padding-bottom: 73.1%;
    width: 73.1%; }
    @media screen and (min-width: 1024px) {
      .aqua-circle.small.cms::after {
        width: 396px;
        height: 396px;
        left: -20px;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        padding-bottom: 0; } }
  .aqua-circle.center::after {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .aqua-circle.media.center {
    margin-top: 95px;
    margin-bottom: 95px; }

.yellow-circle {
  position: relative; }
  .yellow-circle::after {
    content: "";
    display: block;
    position: absolute;
    padding-bottom: 96.9%;
    width: 96.9%;
    bottom: -43px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-image: linear-gradient(to top, #fbb90f 20%, transparent 20%);
    border-radius: 50%;
    z-index: 0; }
    @media screen and (min-width: 1024px) {
      .yellow-circle::after {
        width: 92.1%;
        padding-bottom: 92.1%;
        bottom: -86px; } }
  .yellow-circle.media {
    margin-top: 30px;
    margin-bottom: 48px; }

.blue-rectangle {
  position: relative;
  z-index: 0; }
  .blue-rectangle::before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 150px;
    background-color: #3164f7;
    -ms-transform: rotate(25deg);
        transform: rotate(25deg);
    right: 120px;
    top: -75px;
    z-index: -1; }

.detail-section.bg-light .object-anchor.left {
  bottom: 345px; }

@media screen and (min-width: 1024px) {
  .detail-section.bg-light {
    padding-bottom: 185px; }
    .detail-section.bg-light .object-anchor.left {
      bottom: 70px; }
    .detail-section.bg-light .content-tile:not(:first-child) {
      margin-top: 50px; }
  .detail-section.dark {
    padding-bottom: 270px; }
    .detail-section.dark .content-tile:not(:first-child) {
      margin-top: 212px; } }

.enquire-heading {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 0; }
  .enquire-heading .title {
    margin-bottom: 15px; }
  @media screen and (min-width: 1024px) {
    .enquire-heading.container {
      padding-bottom: 0; }
    .enquire-heading .title {
      margin-bottom: 50px; } }

.contact-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media screen and (min-width: 768px) {
    .contact-form {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .contact-form .details {
    background-color: #272f75;
    position: relative;
    padding: 50px 25px;
    width: 100%;
    margin-top: 85px; }
    @media screen and (min-width: 768px) {
      .contact-form .details {
        margin-right: calc(100% / 12);
        width: auto;
        margin-top: 0; } }
    .contact-form .details a {
      color: #fff; }
    .contact-form .details .section:first-of-type {
      margin-bottom: 30px; }
  .contact-form .enquire-pink-semi {
    position: absolute;
    z-index: -1;
    top: 50%;
    -ms-transform: translate(-60%, -70%);
        transform: translate(-60%, -70%); }
  .contact-form .hbspt-form {
    width: 100%;
    max-width: 467px; }
    @media screen and (min-width: 1024px) {
      .contact-form .hbspt-form {
        width: calc(100% * 5 / 12); } }
  .contact-form .hs-main-font-element {
    display: none; }
  .contact-form .hs-error-msg {
    margin-bottom: 12px;
    display: block;
    font-size: 13px;
    color: #eb3756;
    padding-left: 24px;
    background: url("/img/svg/icon-warning.svg") left center no-repeat; }
  .contact-form .hs-form-required {
    display: none; }
  .contact-form .form .input-wrapper {
    margin-bottom: 12px;
    position: relative; }
  .contact-form .form .hs-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    border-radius: 4px;
    border: 0;
    height: 65px;
    padding: 15px 20px 0; }
    .contact-form .form .hs-input:placeholder-shown:not(:focus) + .input-label {
      font-size: inherit;
      top: 20px; }
  .contact-form .form textarea.hs-input {
    height: 125px;
    padding: 30px 20px 20px; }
  .contact-form .form .input-label {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    color: #000;
    opacity: 0.6;
    left: 20px;
    transition: top 100ms;
    top: 12px;
    font-size: 12px; }
  .contact-form .form .button[type="submit"] {
    margin: 25px 0;
    width: 216px; }
    @media screen and (min-width: 1024px) {
      .contact-form .form .button[type="submit"] {
        margin-top: 60px; } }

.hs-recaptcha {
  margin-top: 20px; }

.enquire .enquire-form-red-rect {
  display: none;
  position: absolute;
  right: calc(50% - 50vw - 30px);
  top: -120px; }

@media screen and (min-width: 1024px) {
  .enquire .enquire-form-red-rect {
    display: block; }
  .enquire .subtitle {
    max-width: 40%; } }

.site-footer {
  background-color: #272f75; }
  .site-footer .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .site-footer .wrap > * + * {
      margin-top: 30px; }
  .site-footer .comm {
    color: #fff; }
  .site-footer .brand p {
    margin-top: 1em; }
  .site-footer .brand a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #3bc9d6;
    font-weight: bold; }
  @media screen and (min-width: 1024px) {
    .site-footer {
      padding-top: 73px;
      padding-bottom: 95px; }
      .site-footer .wrap {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: end;
            align-items: flex-end; }
      .site-footer .brand p {
        max-width: 75%; }
      .site-footer .contact,
      .site-footer .address {
        position: relative; }
        .site-footer .contact::before,
        .site-footer .address::before {
          position: absolute;
          content: "";
          border-left: 1px solid rgba(255, 255, 0, 0.1);
          left: -25px;
          height: 100%; } }
/*# sourceMappingURL=style.css.map */