/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
div#header.show .logo {
    display: none !important;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://www.play-consult.co.uk/_next/static/css/[object Module]) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://www.play-consult.co.uk/_next/static/css/[object Module]);
    src: url(https://www.play-consult.co.uk/_next/static/css/[object Module]#iefix) format('embedded-opentype'), url(https://www.play-consult.co.uk/_next/static/css/[object Module]) format('woff'), url(https://www.play-consult.co.uk/_next/static/css/[object Module]) format('truetype'), url(https://www.play-consult.co.uk/_next/static/css/[object Module]#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.blue-circle-wrapper {
  overflow: hidden;
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .blue-circle-wrapper .retro-symbol {
    width: 5rem;
    height: auto;
    transform: rotate(-28deg);
    position: relative;
    margin-bottom: -1rem; }
    @media only screen and (min-width: 768px) {
      .blue-circle-wrapper .retro-symbol {
        width: 8rem; } }
  .blue-circle-wrapper .blue-circle-container {
    width: 100%;
    background-image: linear-gradient(to top, #4561f4, #213dcd, #0f2bb9); }
    .blue-circle-wrapper .blue-circle-container .triangles-background {
      position: relative;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top;
      width: 100%;
      background-image: url("../../../img/background-triangles-1.svg");
      padding: 3rem; }
      @media only screen and (max-width: 768px) {
        .blue-circle-wrapper .blue-circle-container .triangles-background {
          padding: 0;
          background-image: url("../../../img/background-triangles-2.svg"); } }
      .blue-circle-wrapper .blue-circle-container .triangles-background::before {
        content: "";
        width: 150%;
        height: 14rem;
        background: #0f2bb9;
        border-top-left-radius: 100%;
        border-top-right-radius: 100%;
        position: absolute;
        top: -2rem;
        z-index: -1;
        left: -25%; }
      .blue-circle-wrapper .blue-circle-container .triangles-background::after {
        content: "";
        width: 150%;
        height: 14rem;
        background: #4561f4;
        border-bottom-left-radius: 100%;
        border-bottom-right-radius: 100%;
        position: absolute;
        bottom: -2rem;
        z-index: -1;
        left: -25%; }
      .blue-circle-wrapper .blue-circle-container .triangles-background .container {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box; }
        .blue-circle-wrapper .blue-circle-container .triangles-background .container .subHeader {
          font-size: 20px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: 1px;
          color: #ffffff;
          margin: 0;
          text-align: center; }
        .blue-circle-wrapper .blue-circle-container .triangles-background .container .tile-details .title {
          color: #242424;
          padding: 0;
          margin: 0.5rem 0; }
        .blue-circle-wrapper .blue-circle-container .triangles-background .container .title {
          text-align: center;
          color: white;
          width: 100%;
          z-index: 1;
          margin: 3rem auto 3rem auto; }
          @media only screen and (min-width: 768px) {
            .blue-circle-wrapper .blue-circle-container .triangles-background .container .title {
              width: 60%;
              margin: 0 auto 3rem auto; } }
        .blue-circle-wrapper .blue-circle-container .triangles-background .container .container {
          padding: 0; }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

button {
  width: 100%;
  white-space: nowrap;
  margin: 1em 0 0 0;
  border-radius: 100px;
  font-size: 1em;
  letter-spacing: 1px;
  cursor: pointer; }
  button:focus {
    outline: none; }
  @media only screen and (min-width: 768px) {
    button {
      max-width: 20rem; } }

.success-button,
.success-buttonundefined {
  padding: 0.25rem 1rem;
  display: flex;
  justify-content: center;
  font-family: "Circular Std Black";
  line-height: 2.9em;
  letter-spacing: 1px;
  color: white;
  border: 0px;
  align-items: center;
  pointer-events: auto;
  margin: 0 auto; }

.success-button-disabled {
  padding: 0.25rem 1rem;
  display: flex;
  justify-content: center;
  font-family: "Circular Std Black";
  line-height: 2.9em;
  letter-spacing: 1px;
  color: white;
  border: 0px;
  align-items: center;
  opacity: 0.3;
  pointer-events: none;
  margin: 0 auto; }

.primary-button {
  padding: 0.25rem 1rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  line-height: 2.7em;
  font-family: "Circular Std Black";
  color: #242424;
  border: solid 2px #242424;
  align-items: center;
  background-color: transparent;
  margin: 0 auto; }

.secondary-button {
  padding: 0.25rem 1rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  line-height: 2.7em;
  font-family: "Circular Std Black";
  color: white;
  border: solid 2px white;
  align-items: center;
  background-color: transparent;
  margin: 0 auto; }

.secondary-button-filled {
  padding: 0.25rem 1rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  line-height: 2.7em;
  font-family: "Circular Std Black";
  color: #242424;
  border: solid 2px white;
  align-items: center;
  background-color: white;
  margin: 0 auto; }

.secondary-button-filled-inverted {
  padding: 0.25rem 1rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  line-height: 2.7em;
  font-family: "Circular Std Black";
  color: white;
  border: none;
  align-items: center;
  background-color: #242424;
  margin: 0 auto; }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.footer {
  width: 100%;
  padding: 5rem 1.5rem 0 1.5rem;
  background-color: #151e29;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Circular Std Book", sans-serif;
  font-size: 18px !important;
  color: white;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .footer {
      font-size: 1em; } }
  .footer .navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
    max-width: 73rem; }
    @media only screen and (max-width: 768px) {
      .footer .navigation {
        flex-flow: row wrap-reverse; } }
    .footer .navigation .footer-links {
      display: flex;
      justify-content: space-between;
      flex-flow: row nowrap;
      flex-grow: 2; }
      .footer .navigation .footer-links .say-hello-container-small {
        display: none; }
      @media only screen and (max-width: 768px) {
        .footer .navigation .footer-links {
          flex-flow: row wrap; }
          .footer .navigation .footer-links .follow-us-container {
            display: none; }
          .footer .navigation .footer-links .say-hello-container-large {
            width: 100%; }
          .footer .navigation .footer-links .say-hello-container-small {
            display: block;
            margin: 0 0 2em 0; }
            .footer .navigation .footer-links .say-hello-container-small > div {
              margin-top: 1em;
              justify-content: flex-start;
              display: flex; } }
      .footer .navigation .footer-links .follow-us-container .follow-icons {
        padding-right: 16px; }
      .footer .navigation .footer-links > div {
        display: flex;
        flex-direction: column; }
        @media only screen and (max-width: 768px) {
          .footer .navigation .footer-links > div {
            width: 40%;
            padding: 0 0 2rem 0; }
            .footer .navigation .footer-links > div.full-width-container {
              width: auto; } }
        .footer .navigation .footer-links > div.footer-icon {
          display: flex; }
          @media only screen and (max-width: 900px) {
            .footer .navigation .footer-links > div.footer-icon {
              display: none; } }
          .footer .navigation .footer-links > div.footer-icon img {
            max-width: 5em;
            max-height: 5em;
            width: 100%; }
        .footer .navigation .footer-links > div span {
          font-family: "Circular Std Bold";
          margin-bottom: 1.2em;
          color: #f2f2f2;
          font-size: 24px;
          letter-spacing: 0.72px; }
        .footer .navigation .footer-links > div a {
          text-decoration: none !important;
          margin-bottom: 0.1em;
          color: #a8a7b0;
          cursor: pointer;
          font-size: 18px;
          line-height: 1.9; }
          .footer .navigation .footer-links > div a img {
            width: 1.5rem;
            margin: 0.25rem; }
          .footer .navigation .footer-links > div a.address {
            font-size: 17px; }
        .footer .navigation .footer-links > div a:hover {
          text-decoration: underline !important; }
  .footer .signature {
    text-align: center;
    color: #848484; }
    @media only screen and (min-width: 768px) {
      .footer .signature .logo {
        display: none; } }
    .footer .signature .footer-icon {
      padding: 0em 1.5rem 1.5rem 1.5rem; }
      @media only screen and (min-width: 768px) {
        .footer .signature .footer-icon {
          padding: 3rem 1.5rem 1rem; } }
      .footer .signature .footer-icon img {
        max-width: 5em;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .footer .signature .footer-icon img {
            display: none; } }
      .footer .signature .footer-icon p {
        color: #97979f;
        font-size: 16px; }
    .footer .signature a {
      text-decoration: none;
      font-weight: 600;
      color: #848484; }
      .footer .signature a:hover {
        text-decoration: underline; }

.hubspot-form {
  width: 100%; }
  .hubspot-form iframe {
    width: 100% !important; }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  font-family: "Circular Std Book", sans-serif;
  font-display: block;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1em 0;
  min-height: 2.9rem; }
  .header.hide {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0); }
  .header.show {
    background-color: white;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  @media only screen and (max-width: 768px) {
    .header {
      justify-content: space-between; } }
  .header.side-menu-open {
    background: none;
    background-color: none;
    box-shadow: none; }
  .header.hide-navbar {
    visibility: hidden;
    transition: ease-out all 0.1s;
    transform: translate(0, -100%); }
  .header .nav-wrapper {
    max-width: 73rem;
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
    display: flex; }
    .header .nav-wrapper button {
      max-width: 15rem;
      width: fit-content;
      width: -moz-fit-content;
      margin: 0;
      margin-left: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .header .nav-wrapper button {
          line-height: 1.7em;
          padding: 0.4rem 1rem; } }
      @media only screen and (max-width: 360px) {
        .header .nav-wrapper button {
          margin-left: 0.5rem; } }
    .header .nav-wrapper .navigation-container {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      .header .nav-wrapper .navigation-container .navigation {
        display: none;
        flex-direction: row;
        /* width: 80%; */
        height: 2.7em;
        justify-content: flex-end; }
        @media only screen and (min-width: 768px) {
          .header .nav-wrapper .navigation-container .navigation {
            display: flex; } }
        .header .nav-wrapper .navigation-container .navigation .nav-button {
          height: 100%;
          display: flex;
          align-items: center;
          cursor: pointer;
          margin: 0 0.75rem;
          padding-left: 5px;
          padding-right: 5px; }
          .header .nav-wrapper .navigation-container .navigation .nav-button.active {
            border-bottom: solid 3px; }
          .header .nav-wrapper .navigation-container .navigation .nav-button.white {
            border-color: white;
            color: white; }
            .header .nav-wrapper .navigation-container .navigation .nav-button.white.shaded {
              border-color: rgba(255, 255, 255, 0.3);
              color: rgba(255, 255, 255, 0.3); }
            .header .nav-wrapper .navigation-container .navigation .nav-button.white:hover {
              color: white;
              border-bottom: solid 3px; }
          .header .nav-wrapper .navigation-container .navigation .nav-button.black {
            border-color: #010101;
            color: #010101; }
            .header .nav-wrapper .navigation-container .navigation .nav-button.black.shaded {
              border-color: rgba(1, 1, 1, 0.3);
              color: rgba(1, 1, 1, 0.3); }
            .header .nav-wrapper .navigation-container .navigation .nav-button.black:hover {
              color: #010101;
              border-bottom: solid 3px; }
        .header .nav-wrapper .navigation-container .navigation a {
          text-decoration: none !important;
          color: unset;
          font-size: 1em; }
  .header.fixed-header {
    position: fixed; }
  .header .logo-container {
    vertical-align: middle;
    display: flex; }
    .header .logo-container .logo {
      font-size: 30px;
      display: flex;
      height: 2rem;
      width: auto;
      align-self: center; }
  .header .buttons-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 1.5rem; }
    @media only screen and (min-width: 768px) {
      .header .buttons-group {
        display: none; } }
    @media only screen and (max-width: 360px) {
      .header .buttons-group {
        margin-left: 0.5rem; } }
    .header .buttons-group .success-button {
      flex-grow: 3; }
      @media only screen and (max-width: 768px) {
        .header .buttons-group .success-button {
          font-size: 17px; } }
    .header .buttons-group .secondary-button {
      flex-grow: 3; }
      @media only screen and (max-width: 768px) {
        .header .buttons-group .secondary-button {
          display: none; } }
    .header .buttons-group .burger-container {
      right: 0;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      width: 1.5rem;
      height: 1.5rem;
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 0;
      z-index: 4; }
      .header .buttons-group .burger-container:focus {
        outline: none; }
      .header .buttons-group .burger-container div {
        width: 1.5rem;
        height: 2px;
        border-radius: 10px;
        transition: all 0.3s linear;
        position: relative;
        transform-origin: 1px;
        z-index: 4;
        background-color: white; }
      .header .buttons-group .burger-container.active div:nth-child(1) {
        transform: rotate(45deg); }
      .header .buttons-group .burger-container.active div:nth-child(2) {
        transform: translateX(20px);
        opacity: 0; }
      .header .buttons-group .burger-container.active div:nth-child(3) {
        transform: rotate(-45deg); }
      .header .buttons-group .burger-container div:nth-child(1) {
        transform: rotate(0); }
      .header .buttons-group .burger-container div:nth-child(2) {
        transform: translateX(0);
        opacity: 1; }
      .header .buttons-group .burger-container div:nth-child(3) {
        transform: rotate(0); }
  @media only screen and (max-width: 768px) {
    .header .contact-container {
      right: 15px;
      position: relative; } }
  .header .contact-container .email,
  .header .contact-container .phone {
    padding-left: 30px;
    text-decoration: none; }
    .header .contact-container .email .contact-icon,
    .header .contact-container .phone .contact-icon {
      top: 3px;
      right: 8px;
      position: relative; }
    .header .contact-container .email .contact-details,
    .header .contact-container .phone .contact-details {
      display: inline-block;
      text-decoration: underline;
      font-weight: 400; }
    .header .contact-container .email .contact-details:hover,
    .header .contact-container .phone .contact-details:hover {
      text-shadow: 1px 0 0 black; }
    @media only screen and (max-width: 768px) {
      .header .contact-container .email .contact-details,
      .header .contact-container .phone .contact-details {
        display: none; } }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.hero {
  display: flex;
  flex-flow: row wrap-reverse;
  justify-content: flex-start;
  padding-top: 3rem;
  position: relative;
  color: white;
  background-position: center;
  background-size: cover; }
  .hero .avatar-image {
    width: 9em;
    height: 5rem;
    position: absolute;
    left: 72%;
    top: 92%;
    background-size: cover; }
    @media only screen and (max-width: 768px) {
      .hero .avatar-image {
        width: 5em;
        height: 3rem; } }
  .hero .hero-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    margin: 0 auto 3rem auto;
    padding: 3rem 1.5rem 1.5rem; }
    @media only screen and (min-width: 768px) {
      .hero .hero-text {
        align-items: unset;
        padding: 3rem 1.5rem 9rem 1.5rem; } }
    .hero .hero-text div h1 {
      margin-top: 1.2em;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .hero .hero-text div h1 {
          margin-bottom: 10px; } }
    .hero .hero-text div p {
      margin-bottom: 3rem; }
    .hero .hero-text .content .buttons-container button:nth-child(odd) {
      margin-bottom: 1.5rem; }
    .hero .hero-text .content .buttons-container button:nth-child(even) {
      margin-top: 1.5rem; }
    .hero .hero-text .content .title h1,
    .hero .hero-text .content .title h2 {
      display: contents; }
    @media only screen and (min-width: 768px) {
      .hero .hero-text .content {
        width: 50%; }
        .hero .hero-text .content .buttons-container {
          display: flex; }
          .hero .hero-text .content .buttons-container button:nth-child(odd) {
            margin-bottom: 0;
            margin-right: 0.75rem; }
          .hero .hero-text .content .buttons-container button:nth-child(even) {
            margin-top: 0;
            margin-left: 0.75rem; } }
  .hero .hero-image {
    display: flex;
    justify-content: center;
    max-width: 25em;
    padding: 0 !important; }
    .hero .hero-image img {
      width: 98%;
      height: 98%; }
  .hero .bullet-points {
    list-style: none;
    padding-left: 0; }
    .hero .bullet-points li {
      position: relative;
      margin-bottom: 0.6em; }
      .hero .bullet-points li .tick {
        position: absolute;
        top: 3px; }
      .hero .bullet-points li p {
        font-weight: 600;
        font-size: 20px;
        width: calc(100% - 30px);
        left: 30px;
        display: block;
        position: relative;
        font-family: "Circular Std Book", sans-serif; }
        @media only screen and (max-width: 768px) {
          .hero .bullet-points li p {
            font-weight: 600;
            font-size: 16px;
            line-height: 140%; } }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.contact-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .contact-modal .shade {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999; }
  .contact-modal .modal::-webkit-scrollbar {
    display: none;
    width: 0; }
  .contact-modal .modal {
    display: none;
    position: fixed;
    background: white;
    max-height: 100%;
    max-width: 40em;
    border-radius: 10px;
    z-index: 999999;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    @media only screen and (max-width: 768px) {
      .contact-modal .modal {
        max-width: 23em;
        padding: 0; } }
    .contact-modal .modal .close {
      position: absolute;
      top: 0.7em;
      right: 0.7em;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .contact-modal .modal .close {
          width: 2em;
          top: 0.7em;
          right: 1.7em; } }
    .contact-modal .modal .content {
      height: 100%;
      width: 40em;
      display: flex;
      margin: 2em; }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.popups {
  width: 100%;
  display: flex;
  justify-content: space-around;
  position: fixed;
  padding: 0 1em;
  bottom: 1.5em;
  z-index: 100; }
  @media only screen and (max-width: 768px) {
    .popups {
      bottom: auto;
      top: 0;
      padding: 0;
      height: 5em; } }
  .popups .cookiesbanner {
    background-color: white;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    padding: 0.5em 1em; }
    @media only screen and (max-width: 768px) {
      .popups .cookiesbanner {
        padding: 1.5em 1.5em;
        border-radius: 0;
        width: 100%; } }
    .popups .cookiesbanner p {
      margin: 0;
      font-size: 14px;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        .popups .cookiesbanner p {
          font-size: 1em; } }
    .popups .cookiesbanner a {
      font-weight: 600;
      color: black; }
    .popups .cookiesbanner img {
      padding-left: 1em;
      cursor: pointer; }
      @media only screen and (max-width: 768px) {
        .popups .cookiesbanner img {
          padding-bottom: 1em;
          margin-right: -0.5em; } }
  .popups .emptyslot {
    width: 60%; }
    @media only screen and (max-width: 768px) {
      .popups .emptyslot {
        display: none; } }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.client-banner {
  display: inline-flex;
  justify-content: space-between;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .client-banner {
      width: 50%; } }
  .client-banner.desktop {
    display: none; }
    @media only screen and (min-width: 768px) {
      .client-banner.desktop {
        display: inline-flex; } }
  .client-banner.mobile {
    display: inline-flex; }
    @media only screen and (min-width: 768px) {
      .client-banner.mobile {
        display: none; } }
  .client-banner p {
    margin: 0;
    font-size: 1.125em;
    font-weight: 400;
    text-align: left; }
  .client-banner .logos {
    width: 90%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 10%; }
    .client-banner .logos .logo-wrapper {
      flex-basis: 30%;
      display: flex;
      justify-content: center; }
    .client-banner .logos img {
      width: auto;
      align-self: center;
      padding: 1rem 0;
      max-width: 100%; }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.section.content-section-container {
  display: block;
  padding-bottom: 3rem; }
  @media only screen and (min-width: 768px) {
    .section.content-section-container {
      display: flex;
      max-width: 73rem;
      margin: 0 auto;
      flex-direction: row-reverse;
      position: relative;
      padding: 1.5rem 3rem 6rem 1.5rem;
      align-items: flex-end; } }
  .section.content-section-container picture {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .section.content-section-container picture {
        margin-left: -5%; } }
    .section.content-section-container picture .image-large {
      display: none; }
      @media only screen and (min-width: 768px) {
        .section.content-section-container picture .image-large {
          display: block;
          height: 100%;
          width: 100%;
          align-self: flex-start; } }
  .section.content-section-container .container {
    padding: 1.5rem;
    background: white;
    height: fit-content;
    width: -moz-fit-content; }
    @media only screen and (min-width: 768px) {
      .section.content-section-container .container {
        margin-bottom: -4rem;
        margin-right: -10%;
        left: 0; } }
    .section.content-section-container .container.shadow {
      box-shadow: 0 0 210px 0 rgba(69, 97, 244, 0.25); }
    .section.content-section-container .container .icon {
      margin: 0 3rem 1.5rem;
      width: 100%;
      max-width: 3rem; }
    .section.content-section-container .container .image {
      margin: 0;
      width: calc(100% + 3rem);
      left: -1.5rem;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .section.content-section-container .container .image {
          display: none; } }
  .section.content-section-container h1,
  .section.content-section-container h2,
  .section.content-section-container h3 {
    margin: 0;
    display: contents; }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.feedback {
  position: relative;
  max-width: 73rem;
  margin: 6rem auto 9rem auto; }
  @media only screen and (max-width: 768px) {
    .feedback {
      margin: 3rem auto; } }
  .feedback .character {
    position: absolute;
    bottom: 1.3em;
    left: 16%;
    width: 7em; }
    @media only screen and (max-width: 768px) {
      .feedback .character {
        width: 4em;
        left: 4em;
        bottom: 0.3em; } }
  .feedback .container {
    text-align: left;
    padding: 0; }
    .feedback .container .title {
      padding: 1.5rem; }
    .feedback .container .carousel {
      width: 100%;
      margin: 4em 0 0em 0;
      border-radius: 4px; }
      .feedback .container .carousel .slick-slide {
        width: calc(100% / 13 - 3rem) !important;
        margin: 1.5rem 1.5rem 3rem 1.5rem;
        border-radius: 4px;
        box-shadow: 0 10px 40px 0 rgba(69, 97, 244, 0.2);
        background-color: #ffffff; }
        @media only screen and (min-width: 768px) {
          .feedback .container .carousel .slick-slide {
            width: calc( 100% / 13 - 9rem) !important;
            margin: 1.5rem 3rem 3rem 3rem; } }
      .feedback .container .carousel .slick-dots {
        display: block;
        position: absolute;
        top: -2em;
        height: 10px; }
        @media only screen and (min-width: 768px) {
          .feedback .container .carousel .slick-dots {
            bottom: -1rem;
            text-align: left;
            left: 3rem;
            top: unset; } }
        .feedback .container .carousel .slick-dots li {
          background: #c4c4c4;
          width: 20px;
          height: 3px; }
          .feedback .container .carousel .slick-dots li.slick-active {
            background: #6e83f0; }
          .feedback .container .carousel .slick-dots li::before {
            content: unset; }
          .feedback .container .carousel .slick-dots li button::before {
            content: unset; }
      .feedback .container .carousel div {
        outline: none; }
      .feedback .container .carousel .page {
        width: calc(100% - 2em) !important;
        padding: 0 1em 1em 1em; }
        .feedback .container .carousel .page .profile {
          display: flex;
          justify-content: space-between; }
          .feedback .container .carousel .page .profile .logo {
            width: 100%;
            text-align: right;
            justify-content: flex-end;
            height: calc(90px - 1em);
            display: inline-flex;
            position: relative;
            padding-top: 1em; }
            .feedback .container .carousel .page .profile .logo img {
              height: 2.5em;
              width: 2.5em;
              top: 1em;
              right: 0;
              position: absolute; }
          .feedback .container .carousel .page .profile .avatar {
            width: 100%;
            width: 74px;
            height: 90px;
            display: inline-flex;
            align-self: flex-start;
            background: lightgray; }
            .feedback .container .carousel .page .profile .avatar img {
              max-width: 4em;
              max-height: 4em; }
        .feedback .container .carousel .page .company {
          font-weight: 600; }
        .feedback .container .carousel .page .quote {
          height: 10em; }
          @media only screen and (max-width: 768px) {
            .feedback .container .carousel .page .quote {
              height: 16em; } }
        .feedback .container .carousel .page .sp {
          margin: 0;
          color: #242424; }
        .feedback .container .carousel .page .name {
          font-weight: 600; }
        .feedback .container .carousel .page .role {
          margin-bottom: 1em; }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.image {
  position: absolute;
  right: 10%;
  top: 5%;
  width: 40%;
  height: unset; }
  @media only screen and (min-width: 768px) {
    .image {
      position: absolute;
      right: 5%;
      top: 10%;
      height: 30%;
      width: unset; } }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.prefooter-wrapper {
  padding: 0 0 6rem 0; }
  @media only screen and (min-width: 768px) {
    .prefooter-wrapper {
      padding: 3rem 3rem 6rem 3rem; } }
  .prefooter-wrapper .prefooter {
    position: relative;
    border-top-right-radius: 3em;
    border-bottom-left-radius: 3em;
    margin-top: 3rem; }
    .prefooter-wrapper .prefooter .image-container-top {
      position: absolute;
      left: 0;
      width: 30%;
      height: 100%;
      overflow: hidden;
      display: none; }
      @media only screen and (min-width: 768px) {
        .prefooter-wrapper .prefooter .image-container-top {
          display: block; } }
      .prefooter-wrapper .prefooter .image-container-top img {
        position: absolute;
        left: -5rem;
        width: 100%;
        top: -5rem; }
    .prefooter-wrapper .prefooter .image-container-bottom {
      position: absolute;
      right: 0;
      width: 30%;
      height: 100%;
      overflow: hidden;
      display: none; }
      @media only screen and (min-width: 768px) {
        .prefooter-wrapper .prefooter .image-container-bottom {
          display: block; } }
      .prefooter-wrapper .prefooter .image-container-bottom img {
        position: absolute;
        right: -5rem;
        width: 100%;
        bottom: -5rem; }
    .prefooter-wrapper .prefooter.blue {
      background-color: #3f5aec;
      background: linear-gradient(139deg, #3f5aec 0%, #5b56e1 32%, #6854dc 72%, #8150d2 89%, #904dcc 95%, #934ccb 98%, #9b4bc8 100%, #b048c0 100%, #b947bc 100%, #ec3fa7 100%); }
      .prefooter-wrapper .prefooter.blue h2 {
        color: white; }
      .prefooter-wrapper .prefooter.blue p {
        color: white; }
    @media only screen and (min-width: 768px) {
      .prefooter-wrapper .prefooter {
        max-width: 73rem;
        margin: 0 auto;
        border-top-right-radius: 5rem;
        border-bottom-left-radius: 5rem; } }
    .prefooter-wrapper .prefooter .container {
      padding: 6rem 1.5rem 4.5rem 1.5rem;
      z-index: 1; }
      @media only screen and (min-width: 768px) {
        .prefooter-wrapper .prefooter .container {
          display: flex; } }
      .prefooter-wrapper .prefooter .container .title {
        max-width: 35rem; }
        @media only screen and (min-width: 768px) {
          .prefooter-wrapper .prefooter .container .title {
            text-align: center; } }
        .prefooter-wrapper .prefooter .container .title h2 {
          display: contents; }
      .prefooter-wrapper .prefooter .container > div.first-container {
        align-items: center; }
        .prefooter-wrapper .prefooter .container > div.first-container .description {
          max-width: 40rem; }
          @media only screen and (min-width: 768px) {
            .prefooter-wrapper .prefooter .container > div.first-container .description {
              text-align: center; } }
        @media only screen and (min-width: 768px) {
          .prefooter-wrapper .prefooter .container > div.first-container button {
            max-width: 25rem; } }
      @media only screen and (min-width: 768px) {
        .prefooter-wrapper .prefooter .container > div.first-container {
          padding: 2rem;
          position: relative;
          margin: 0 auto;
          display: flex;
          flex-direction: column; }
        .prefooter-wrapper .prefooter .container > div.second-container {
          padding: 0rem 2rem 2rem;
          position: relative;
          display: flex;
          justify-content: flex-end;
          flex-direction: column; }
        .prefooter-wrapper .prefooter .container > div .address {
          margin-bottom: 0; }
        .prefooter-wrapper .prefooter .container > div .view-address {
          margin-bottom: 0; }
          .prefooter-wrapper .prefooter .container > div .view-address a {
            color: white; } }
      .prefooter-wrapper .prefooter .container p {
        margin-bottom: 2em; }
      .prefooter-wrapper .prefooter .container button {
        max-width: unset; }
        @media only screen and (min-width: 768px) {
          .prefooter-wrapper .prefooter .container button {
            position: absolute;
            bottom: 2rem;
            width: calc(100% - 4rem); } }
      @media only screen and (min-width: 768px) {
        .prefooter-wrapper .prefooter .container .description {
          padding: 1rem 0 4.5rem 0; } }
      .prefooter-wrapper .prefooter .container .image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 15rem;
        width: calc(100% + 3rem);
        position: relative;
        left: -1.5rem;
        margin-top: 4rem; }
        @media only screen and (min-width: 768px) {
          .prefooter-wrapper .prefooter .container .image {
            width: 100%;
            height: -webkit-fill-available;
            border-top-right-radius: 5rem;
            border-bottom-left-radius: 5rem;
            left: 0;
            top: -2rem;
            margin-bottom: 0;
            right: 0;
            margin-top: -4rem; } }
      .prefooter-wrapper .prefooter .container div.second-container:empty {
        display: none !important; }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.team-outer-wrapper-lead {
  background-color: #fafbff;
  margin: 1rem 0rem 3rem 0rem;
  padding-top: 1rem; }
  .team-outer-wrapper-lead strong {
    font-family: "Circular Std Bold";
    font-weight: normal; }
  .team-outer-wrapper-lead .team-wrapper {
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .team-outer-wrapper-lead .team-wrapper {
        width: calc(calc((100% / 2)));
        display: inline-block; } }
    @media only screen and (min-width: 1150px) {
      .team-outer-wrapper-lead .team-wrapper {
        width: calc(calc((100% / 3)));
        display: inline-block;
        margin-bottom: 3rem; } }
    .team-outer-wrapper-lead .team-wrapper .team-image {
      background: #d9d9d9;
      height: 10.875rem;
      width: 20.125rem;
      margin: auto;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .team-outer-wrapper-lead .team-wrapper .team-body {
      background: white;
      position: relative;
      background-color: #fafbff;
      margin: 0.5rem;
      width: 20.125rem;
      margin-left: auto;
      margin-right: auto;
      font-family: "Circular Std Book"; }
      .team-outer-wrapper-lead .team-wrapper .team-body .team-details {
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        padding: 0.5rem; }
        .team-outer-wrapper-lead .team-wrapper .team-body .team-details .title {
          display: flex;
          color: #3d59eb; }
      .team-outer-wrapper-lead .team-wrapper .team-body p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: 0.7px;
        color: #242424; }
      .team-outer-wrapper-lead .team-wrapper .team-body .sub-title {
        font-family: "Circular Std Book";
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: 0.7px;
        color: #9c9c9c; }
      .team-outer-wrapper-lead .team-wrapper .team-body .description {
        color: #242424;
        text-align: center; }

.team-outer-wrapper-general .team-wrapper {
  text-decoration: none;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .team-outer-wrapper-general .team-wrapper {
      width: calc(calc((100% / 1.8)));
      display: inline-block;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1150px) {
    .team-outer-wrapper-general .team-wrapper {
      width: calc(calc((100% / 3)));
      display: inline-block;
      margin-bottom: 0; } }
  .team-outer-wrapper-general .team-wrapper .team-image {
    background: #d9d9d9;
    height: 10.875rem;
    width: 10.125rem;
    margin: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .team-outer-wrapper-general .team-wrapper .team-body {
    background: white;
    position: relative;
    background-color: #fafbff;
    margin: 0.5rem;
    font-family: "Circular Std Book"; }
    .team-outer-wrapper-general .team-wrapper .team-body .team-details {
      display: flex;
      position: relative;
      flex-direction: column;
      align-items: center;
      padding: 0.5rem; }
      .team-outer-wrapper-general .team-wrapper .team-body .team-details .title {
        display: flex;
        color: #3d59eb; }
    .team-outer-wrapper-general .team-wrapper .team-body p {
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: 0.7px;
      color: #242424; }
    .team-outer-wrapper-general .team-wrapper .team-body .sub-title {
      font-family: "Circular Std Book";
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: 0.7px;
      color: #9c9c9c; }
    .team-outer-wrapper-general .team-wrapper .team-body .description {
      color: #242424;
      text-align: center; }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.sidemenu {
  background-color: #324fde;
  background-image: url("../../../img/background-triangles-sidemenu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  position: absolute;
  padding: 6em 0 0;
  z-index: 98;
  display: none;
  flex-direction: column;
  position: fixed;
  height: 100vh;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  overflow-y: auto;
  top: 0; }
  .sidemenu a {
    text-decoration: none; }
  .sidemenu h1 {
    padding: 1rem 0 0.5rem 0;
    margin: 1rem 1.5rem 1rem 1rem;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    width: -moz-fit-content;
    font-size: 28px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: 1.4px;
    text-decoration: none !important;
    color: white; }
    .sidemenu h1.active {
      border-bottom: solid 2px white; }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.tile-outer-wrapper {
  margin-bottom: 3rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap; }
  .tile-outer-wrapper .tile-wrapper {
    margin: 0.75rem 0;
    text-decoration: none;
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .tile-outer-wrapper .tile-wrapper {
        width: calc(50% - 2rem);
        display: inline-block;
        margin-bottom: 0; } }
    @media only screen and (min-width: 1150px) {
      .tile-outer-wrapper .tile-wrapper {
        width: calc(calc(100% / 3) - 2rem);
        display: inline-block;
        margin-bottom: 0; } }
    .tile-outer-wrapper .tile-wrapper .tile-image {
      background: #d9d9d9;
      height: 12rem;
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .tile-outer-wrapper .tile-wrapper .tile-body {
      background: white;
      padding: 2rem 1.5rem;
      border-bottom-left-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem;
      position: relative; }
      .tile-outer-wrapper .tile-wrapper .tile-body .tile-details {
        display: flex;
        position: relative; }
        .tile-outer-wrapper .tile-wrapper .tile-body .tile-details .title {
          display: inline-block;
          color: #242424; }
      .tile-outer-wrapper .tile-wrapper .tile-body .icon {
        width: 6rem;
        height: 3rem;
        position: absolute;
        right: 1rem;
        top: -1.5rem;
        border-radius: 2px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.07);
        background-color: white; }
      .tile-outer-wrapper .tile-wrapper .tile-body p {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: 0.7px;
        color: #242424; }
      .tile-outer-wrapper .tile-wrapper .tile-body .sub-title {
        color: #242424;
        padding: 0;
        margin: 0; }
      .tile-outer-wrapper .tile-wrapper .tile-body .description {
        color: #242424; }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.full-tile-wrapper {
  flex-basis: 100%;
  display: flex;
  height: 20em;
  text-decoration: none; }
  .full-tile-wrapper .full-tile-image {
    width: 67.5%;
    flex-basis: 65.5%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
  .full-tile-wrapper .full-tile-body {
    flex-basis: 34.4%;
    width: 32.4%;
    padding: 1em 2em; }
    .full-tile-wrapper .full-tile-body .description {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }

.yellow-container {
  background-color: #ffde03;
  background-image: url("../../../img/background_triangles.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  padding: 2rem 0 4rem 0;
  text-align: center;
  margin-bottom: 6rem;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .yellow-container {
      background-image: url("../../../img/background_triangles-large.svg"); } }
  .yellow-container .totem-logo,
  .yellow-container .totem-text {
    width: 5rem; }
  .yellow-container .totem-logo {
    margin-top: 2rem; }
  .yellow-container .totem-text {
    margin-top: 1rem; }
  .yellow-container .totem-phone {
    display: block;
    position: absolute;
    width: 50%;
    bottom: -20%;
    left: -35%; }
    @media only screen and (max-width: 768px) {
      .yellow-container .totem-phone {
        display: none; } }
  .yellow-container .container .banner {
    position: relative;
    left: -1.5rem;
    width: calc(100% + 3rem);
    margin-bottom: 2rem; }
    .yellow-container .container .banner .container {
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .yellow-container .container .banner .container {
          justify-content: center;
          align-items: center;
          flex-direction: column; } }

@font-face {
  font-family: "Circular Std Medium Italic";
  src: url("../../../fonts/CircularStd-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Black";
  src: url("../../../fonts/CircularStd-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Medium";
  src: url("../../../fonts/CircularStd-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Bold";
  src: url("../../../fonts/CircularStd-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Circular Std Black Italic";
  src: url("../../../fonts/CircularStd-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book Italic";
  src: url("../../../fonts/CircularStd-BookItalic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Bold Italic";
  src: url("../../../fonts/CircularStd-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Circular Std Book";
  src: url("../../../fonts/CircularStd-Book.ttf");
  font-weight: normal;
  font-style: normal; }

.cookie-wrapper {
  width: 100%;
  background: #151e29;
  display: flex;
  height: 8.5em;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  font-family: "Circular Std Book"; }
  @media only screen and (max-width: 768px) {
    .cookie-wrapper {
      height: 5.5em; } }
  .cookie-wrapper .cookie-image {
    flex-basis: 20%;
    background-image: url("../../../img/cookie.svg");
    background-position: 92%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 768px) {
      .cookie-wrapper .cookie-image {
        background-position: 90% 100%;
        background-size: 109%; } }
  .cookie-wrapper .text {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 0 4em 0 1em; }
    @media only screen and (max-width: 768px) {
      .cookie-wrapper .text {
        flex-basis: 70%;
        padding: 0 0em 0 0.5em; } }
    .cookie-wrapper .text .cookie-header {
      line-height: 2.14;
      letter-spacing: 0.7px;
      color: rgba(255, 255, 255, 0.6);
      text-transform: uppercase;
      font-size: 14px; }
      @media only screen and (max-width: 768px) {
        .cookie-wrapper .text .cookie-header {
          font-size: 12px; } }
    .cookie-wrapper .text .main-text {
      line-height: 1.67;
      letter-spacing: 0.9px;
      color: #ffffff; }
      @media only screen and (max-width: 768px) {
        .cookie-wrapper .text .main-text {
          font-size: 11px;
          line-height: 1.4; } }
      .cookie-wrapper .text .main-text a {
        color: #fd4ca7; }
        @media only screen and (max-width: 768px) {
          .cookie-wrapper .text .main-text a {
            font-size: 11px;
            line-height: 1.4; } }
  .cookie-wrapper .button {
    flex-basis: 30%;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .cookie-wrapper .button {
        flex-basis: 10%; } }
    .cookie-wrapper .button .secondary-button-filled {
      max-width: 15em;
      float: left; }
      @media only screen and (max-width: 768px) {
        .cookie-wrapper .button .secondary-button-filled {
          padding: 0.1em 0.3rem;
          font-size: 10px; } }

#privacy-page .blue-circle-wrapper {
  padding: 0rem 0 3rem 0; }
  #privacy-page .blue-circle-wrapper .blue-circle-container .triangles-background {
    height: unset;
    padding: 6rem 3rem 1.5rem 3rem; }
    #privacy-page .blue-circle-wrapper .blue-circle-container .triangles-background .container .title {
      margin: 0 auto;
      padding: 3rem 0 0 0; }
    #privacy-page .blue-circle-wrapper .blue-circle-container .triangles-background::after {
      content: unset; }

#privacy-page .privacy-content-wrapper {
  flex-direction: column;
  max-width: 50rem;
  margin: 0 auto; }

#privacy-page ul li {
  display: flex; }
  #privacy-page ul li::before {
    content: "\25CF";
    color: #3d3d3d;
    top: 0.5rem; }

#privacy-page .table-container {
  overflow-x: auto; }

#privacy-page table {
  width: 70rem;
  margin: 0 auto; }

#privacy-page a {
  color: #fd4ca7;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  #privacy-page a:after {
    position: absolute;
    content: " ";
    background: #fd4ca7;
    height: 1px;
    width: 100%;
    bottom: -0.2rem;
    left: 0; }

.error-page-wrapper {
  height: 90vh;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  background: url("../../../img/404-background.jpg") center no-repeat;
  background-size: cover; }
  .error-page-wrapper .error-page {
    position: relative;
    width: 100%; }
    .error-page-wrapper .error-page .error-text {
      display: flex;
      flex-direction: column;
      margin: 6rem auto 1rem auto;
      text-align: center;
      align-items: center;
      vertical-align: middle;
      justify-content: center; }
      .error-page-wrapper .error-page .error-text h2 {
        margin-bottom: 0.7em;
        margin-top: 0;
        color: white; }
      .error-page-wrapper .error-page .error-text p {
        margin-top: 0;
        margin-bottom: 1.4em;
        font-size: 24px !important;
        color: white; }

#index-page {
  overflow: hidden; }
  #index-page .hero {
    background-image: url("../../../img/hero.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 768px) {
      #index-page .hero {
        box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4); } }
    #index-page .hero h1 {
      color: white; }
    #index-page .hero p {
      color: white;
      font-size: 24px; }
      @media only screen and (max-width: 768px) {
        #index-page .hero p {
          font-size: 16px; } }
    #index-page .hero .hero-text {
      padding: 6rem 1.5rem 9rem 1.5rem; }
      @media only screen and (max-width: 768px) {
        #index-page .hero .hero-text {
          padding: 4.5rem 1.5rem 3rem 1.5rem; } }
  #index-page.webp .hero {
    background-image: url("../../../img/hero.webp"); }
  @media only screen and (max-width: 768px) {
    #index-page .container-wrapper-white .logos {
      padding-left: 0;
      width: 100%;
      justify-content: space-between; } }
  #index-page .who-are-we-container {
    max-width: 73rem;
    margin: 0 auto 6rem auto; }
    @media only screen and (max-width: 768px) {
      #index-page .who-are-we-container {
        margin: 0; } }
    @media only screen and (max-width: 768px) {
      #index-page .who-are-we-container .section {
        display: block; } }
  #index-page .content-section-container .container {
    padding: 0 1.5rem 1.5rem; }
    @media only screen and (min-width: 768px) {
      #index-page .content-section-container .container {
        margin-top: 10rem;
        padding: 0 3rem 3rem;
        width: 85%; } }
  @media only screen and (min-width: 768px) {
    #index-page .prefooter-wrapper .container {
      padding: 2rem; } }
  #index-page .prefooter-wrapper .container .first-container {
    align-items: flex-start; }
    @media only screen and (min-width: 768px) {
      #index-page .prefooter-wrapper .container .first-container {
        width: 40%; } }
    #index-page .prefooter-wrapper .container .first-container .title,
    #index-page .prefooter-wrapper .container .first-container .description {
      text-align: start; }
  @media only screen and (min-width: 768px) {
    #index-page .prefooter-wrapper .container .second-container {
      width: 60%; } }
  #index-page .blue-circle-wrapper {
    padding: 6rem 0 9rem 0; }
  #index-page .section.yellow-container .section.container-wrapper-yellow .container {
    padding: 1.5rem 0 3rem 0; }
    #index-page .section.yellow-container .section.container-wrapper-yellow .container p {
      width: 80%;
      margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #index-page .section.yellow-container .section.container-wrapper-yellow .container .client-banner.mobile .logos {
        padding-left: 0;
        width: 100%;
        justify-content: space-between; } }
  #index-page .section.yellow-container .primary-button {
    display: unset; }
    #index-page .section.yellow-container .primary-button .buttonIcon {
      margin-bottom: -0.3em; }
  #index-page .triangles-background .tile-outer-wrapper .tile-wrapper {
    margin-top: 1.25rem; }
  #index-page .prefooter-wrapper .prefooter .image-container-bottom {
    width: 22%; }
  @media only screen and (max-width: 768px) {
    #index-page .prefooter-wrapper .prefooter .second-container .view-address a {
      color: white; }
    #index-page .prefooter-wrapper .prefooter .second-container .view-address img {
      margin-bottom: -3px; } }

#about-page {
  overflow: hidden; }
  #about-page .content-section-container .container .image {
    margin: 2rem 0 0;
    width: 100%;
    left: 0;
    position: relative; }
  #about-page .content-section-container picture {
    margin-left: 0; }
  @media only screen and (min-width: 900px) {
    #about-page .content-section-container picture {
      width: 100vw; }
      #about-page .content-section-container picture .image-large {
        display: block;
        width: 105%;
        margin-left: -2rem;
        align-self: flex-end;
        margin-top: 15rem; }
    #about-page .content-section-container .container {
      background: transparent;
      margin-right: -4rem;
      align-self: flex-start; }
      #about-page .content-section-container .container p {
        width: calc(100% - 12rem);
        padding-top: 3rem; } }
  @media only screen and (min-width: 768px) {
    #about-page .content-section-container .image-large {
      display: block;
      width: 105%;
      margin-left: -4rem;
      align-self: flex-end;
      margin-top: 15rem; }
    #about-page .content-section-container .container {
      background: transparent;
      margin-right: -4rem;
      align-self: flex-start; }
      #about-page .content-section-container .container p {
        width: calc(100% - 8rem);
        padding-top: 3rem; } }
  #about-page .about-players .container {
    flex-direction: column;
    display: flex; }
    @media only screen and (min-width: 768px) {
      #about-page .about-players .container {
        flex-direction: row; } }
    #about-page .about-players .container .image-container .players-image {
      position: relative;
      width: calc(100% + 5rem);
      height: auto;
      left: -5rem; }
    @media only screen and (min-width: 768px) {
      #about-page .about-players .container .content {
        box-sizing: content-box;
        width: 60%;
        padding: 3rem; } }
    #about-page .about-players .container .content span {
      color: #00aeef;
      text-decoration: underline;
      cursor: pointer;
      font-size: 18px; }
  @media only screen and (max-width: 768px) {
    #about-page .blue-circle-wrapper .blue-circle-container .triangles-background::after {
      bottom: -4rem !important; } }
  #about-page .blue-circle-wrapper .blue-circle-container .triangles-background .section.container-wrapper-blue .container .content {
    flex-direction: column;
    padding: 3rem; }
    #about-page .blue-circle-wrapper .blue-circle-container .triangles-background .section.container-wrapper-blue .container .content .client-banner {
      padding: 0; }
      @media only screen and (max-width: 768px) {
        #about-page .blue-circle-wrapper .blue-circle-container .triangles-background .section.container-wrapper-blue .container .content .client-banner.mobile .logos {
          width: 100%;
          justify-content: space-between;
          padding-left: 0; } }
      @media only screen and (min-width: 768px) {
        #about-page .blue-circle-wrapper .blue-circle-container .triangles-background .section.container-wrapper-blue .container .content .client-banner {
          padding: 3rem; } }
  #about-page .blue-circle-wrapper .blue-circle-container .triangles-background .section.banner .container {
    background: unset; }
  #about-page .image-container-bottom {
    display: none; }
    @media only screen and (min-width: 768px) {
      #about-page .image-container-bottom {
        bottom: 0;
        display: block;
        margin: -20rem auto 0 auto;
        max-width: 73rem;
        position: absolute;
        text-align: right;
        z-index: -1;
        right: 0; } }
    #about-page .image-container-bottom img {
      right: -9rem;
      position: relative; }
  #about-page .image-container-top {
    display: none; }
    @media only screen and (min-width: 768px) {
      #about-page .image-container-top {
        top: 0;
        display: block;
        margin: 0 auto -14rem auto;
        max-width: 73rem;
        text-align: left;
        position: absolute;
        z-index: -1; } }
    #about-page .image-container-top img {
      left: -9rem;
      position: relative; }

#blog-page .blue-circle-wrapper
.blue-circle-container
.triangles-background
.container
.tile-details .title {
  color: #242424; }

#blog-page .content-section-container {
  max-width: 85rem !important;
  display: block; }
  #blog-page .content-section-container .container {
    width: 100%;
    margin: 0 auto -4rem auto; }
    @media only screen and (min-width: 768px) {
      #blog-page .content-section-container .container div {
        width: 67.3%; } }

#blog-page .section .container .tile-outer-wrapper {
  justify-content: flex-start; }
  @media only screen and (min-width: 768px) {
    #blog-page .section .container .tile-outer-wrapper .tile-wrapper {
      margin-right: 1em;
      margin-top: 2em; } }
  @media only screen and (min-width: 1150px) {
    #blog-page .section .container .tile-outer-wrapper .tile-wrapper {
      margin-right: 1em;
      margin-top: 2em; } }

#article-page .icon-back-wrapper {
  margin: 6rem auto 1rem auto;
  max-width: 73rem;
  padding: 0 1.5rem; }
  #article-page .icon-back-wrapper .icon-back {
    display: flex;
    justify-content: flex-start;
    max-width: 3.375rem;
    max-height: 1.25rem;
    padding: 5px 0px 5px 12px;
    border-radius: 49px;
    border: solid 1.5px #000000;
    letter-spacing: normal;
    text-decoration: none;
    cursor: pointer; }
    #article-page .icon-back-wrapper .icon-back img {
      margin: 0;
      width: 13%;
      margin-right: 9%; }
    #article-page .icon-back-wrapper .icon-back p {
      margin: 0;
      font-size: 12px;
      line-height: 1.5; }

#article-page .article-title {
  justify-content: center;
  text-align: center; }
  #article-page .article-title .container {
    margin: 0; }

#article-page .page-header {
  display: flex; }

#article-page img {
  display: block;
  margin: 0 auto; }

#article-page .article-hero-image-wrapper .article-hero-image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 25rem;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 768px) {
    #article-page .article-hero-image-wrapper .article-hero-image {
      height: 15rem; } }

#article-page .section .container,
#article-page .section .centered-text {
  padding-top: 3em !important; }
  @media only screen and (max-width: 768px) {
    #article-page .section .container,
    #article-page .section .centered-text {
      padding: 0 5%; } }

#article-page .section .container .tile-outer-wrapper {
  justify-content: flex-start; }
  #article-page .section .container .tile-outer-wrapper .tile-wrapper {
    margin-right: 2em; }

#article-page .article-title .container {
  padding-top: 0 !important; }
  @media only screen and (min-width: 768px) {
    #article-page .article-title .container {
      padding-left: 0; } }
  #article-page .article-title .container h2 {
    margin-top: 0.2em; }

#article-page .prefooter .container .first-container img {
  margin: 0; }

#article-page blockquote {
  border-left: 9px solid #00aeef87;
  margin-block-start: 0;
  margin-inline-start: 0;
  padding-block-end: 0em;
  padding-inline-start: 40px; }
  #article-page blockquote p {
    font-style: italic; }
  #article-page blockquote strong {
    font-family: "Circular Std Bold Italic";
    font-size: 19px; }

#article-page strong {
  font-family: "Circular Std Bold"; }

#article-page .section .container p {
  overflow: hidden; }
  #article-page .section .container p img {
    max-width: 100%;
    max-height: 100%; }

#careers-page {
  overflow: hidden; }
  #careers-page .section.content-section-container .container {
    margin-right: 0;
    padding: 0 17%; }
    @media only screen and (max-width: 768px) {
      #careers-page .section.content-section-container .container {
        padding: 1.5em 5% 0 5%; } }
    #careers-page .section.content-section-container .container p {
      width: 100%; }
  #careers-page .image-background-container {
    position: relative; }
    #careers-page .image-background-container .hero {
      background-image: url("../../../img/career-hero.png"); }
      @media only screen and (max-width: 768px) {
        #careers-page .image-background-container .hero {
          background-image: url("../../../img/career-hero.png"); } }
    #careers-page .image-background-container.webp .hero {
      background-image: url("../../../img/career-hero.webp"); }
    #careers-page .image-background-container .container {
      background: transparent;
      padding: 9rem 1.5rem 15rem 1.5rem; }
      @media only screen and (max-width: 768px) {
        #careers-page .image-background-container .container {
          padding: 3rem 1.5rem 9rem 1.5rem; } }
  #careers-page .carousel-mobile {
    display: block; }
    @media only screen and (min-width: 768px) {
      #careers-page .carousel-mobile {
        display: none; } }
  #careers-page .carousel-desktop {
    display: none; }
    @media only screen and (min-width: 768px) {
      #careers-page .carousel-desktop {
        display: block; } }
  #careers-page .carousel-mobile,
  #careers-page .carousel-desktop {
    width: 100%;
    margin: 4em 0 0em 0;
    border-radius: 4px; }
    #careers-page .carousel-mobile img,
    #careers-page .carousel-desktop img {
      display: block;
      width: auto;
      margin: 0 auto; }
    #careers-page .carousel-mobile .slick-slide,
    #careers-page .carousel-desktop .slick-slide {
      margin: 0;
      border-radius: 4px; }
    #careers-page .carousel-mobile .slick-list,
    #careers-page .carousel-desktop .slick-list {
      z-index: 1; }
      #careers-page .carousel-mobile .slick-list .page,
      #careers-page .carousel-desktop .slick-list .page {
        text-align: center;
        padding: 3rem 0 0; }
    #careers-page .carousel-mobile .slick-dots,
    #careers-page .carousel-desktop .slick-dots {
      text-align: center;
      top: 0; }
      #careers-page .carousel-mobile .slick-dots li,
      #careers-page .carousel-desktop .slick-dots li {
        background: #c4c4c4;
        width: 20px;
        height: 3px; }
        #careers-page .carousel-mobile .slick-dots li.slick-active,
        #careers-page .carousel-desktop .slick-dots li.slick-active {
          background: #6e83f0; }
        #careers-page .carousel-mobile .slick-dots li::before,
        #careers-page .carousel-desktop .slick-dots li::before {
          content: unset; }
        #careers-page .carousel-mobile .slick-dots li button::before,
        #careers-page .carousel-desktop .slick-dots li button::before {
          content: unset; }
    #careers-page .carousel-mobile div,
    #careers-page .carousel-desktop div {
      outline: none; }
    #careers-page .carousel-mobile .page,
    #careers-page .carousel-desktop .page {
      width: 100% !important;
      text-align: center;
      max-width: 27rem;
      margin: 0 auto;
      padding: 3rem 0; }
      #careers-page .carousel-mobile .page p,
      #careers-page .carousel-desktop .page p {
        color: white; }
  #careers-page .read-section {
    padding-bottom: 3rem; }
    #careers-page .read-section .read-more-container,
    #careers-page .read-section .read-less-container {
      position: relative;
      margin-top: 3rem; }
      #careers-page .read-section .read-more-container .read-more,
      #careers-page .read-section .read-less-container .read-more {
        height: 28rem; }
        @media only screen and (max-width: 768px) {
          #careers-page .read-section .read-more-container .read-more,
          #careers-page .read-section .read-less-container .read-more {
            height: 24rem; } }
      #careers-page .read-section .read-more-container .read-less,
      #careers-page .read-section .read-less-container .read-less {
        padding-bottom: 3rem; }
      #careers-page .read-section .read-more-container .read-more,
      #careers-page .read-section .read-more-container .read-less,
      #careers-page .read-section .read-less-container .read-more,
      #careers-page .read-section .read-less-container .read-less {
        overflow: hidden;
        position: relative; }
        #careers-page .read-section .read-more-container .read-more-button,
        #careers-page .read-section .read-more-container .read-less-button,
        #careers-page .read-section .read-less-container .read-more-button,
        #careers-page .read-section .read-less-container .read-less-button {
          position: absolute;
          bottom: -1.2rem;
          left: 0;
          border: none;
          background: no-repeat;
          text-align: left;
          margin-bottom: 0.75rem;
          padding-left: 0; }
          @media only screen and (max-width: 768px) {
            #careers-page .read-section .read-more-container .read-more-button,
            #careers-page .read-section .read-more-container .read-less-button,
            #careers-page .read-section .read-less-container .read-more-button,
            #careers-page .read-section .read-less-container .read-less-button {
              bottom: -1.6rem; } }
          #careers-page .read-section .read-more-container .read-more-button p,
          #careers-page .read-section .read-more-container .read-less-button p,
          #careers-page .read-section .read-less-container .read-more-button p,
          #careers-page .read-section .read-less-container .read-less-button p {
            color: #fd4ca7;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            width: fit-content;
            width: -moz-fit-content;
            line-height: 1.27;
            height: 1.2rem;
            letter-spacing: 0.7px;
            border-bottom: solid 1px #fd4ca7; }
        #careers-page .read-section .read-more-container .read-more-overlay,
        #careers-page .read-section .read-more-container .read-less-overlay,
        #careers-page .read-section .read-less-container .read-more-overlay,
        #careers-page .read-section .read-less-container .read-less-overlay {
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 84%, white 100%);
          height: 50%;
          width: 100%;
          position: absolute;
          display: block;
          bottom: 0;
          left: 0; }
          @media only screen and (max-width: 768px) {
            #careers-page .read-section .read-more-container .read-more-overlay,
            #careers-page .read-section .read-more-container .read-less-overlay,
            #careers-page .read-section .read-less-container .read-more-overlay,
            #careers-page .read-section .read-less-container .read-less-overlay {
              height: 30%; } }
        #careers-page .read-section .read-more-container .read-more .sub-title,
        #careers-page .read-section .read-more-container .read-less .sub-title,
        #careers-page .read-section .read-less-container .read-more .sub-title,
        #careers-page .read-section .read-less-container .read-less .sub-title {
          font-size: 13px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.27;
          letter-spacing: 0.65px;
          color: #9e9e9e;
          text-transform: uppercase; }
        #careers-page .read-section .read-more-container .read-more .apply-button,
        #careers-page .read-section .read-more-container .read-less .apply-button,
        #careers-page .read-section .read-less-container .read-more .apply-button,
        #careers-page .read-section .read-less-container .read-less .apply-button {
          position: absolute;
          top: 0;
          right: 0;
          padding: 1rem; }
          #careers-page .read-section .read-more-container .read-more .apply-button button,
          #careers-page .read-section .read-more-container .read-less .apply-button button,
          #careers-page .read-section .read-less-container .read-more .apply-button button,
          #careers-page .read-section .read-less-container .read-less .apply-button button {
            margin: 0;
            line-height: 1.8;
            font-size: 14px; }
            #careers-page .read-section .read-more-container .read-more .apply-button button picture,
            #careers-page .read-section .read-more-container .read-less .apply-button button picture,
            #careers-page .read-section .read-less-container .read-more .apply-button button picture,
            #careers-page .read-section .read-less-container .read-less .apply-button button picture {
              display: flex;
              justify-content: center; }
              #careers-page .read-section .read-more-container .read-more .apply-button button picture .buttonIcon,
              #careers-page .read-section .read-more-container .read-less .apply-button button picture .buttonIcon,
              #careers-page .read-section .read-less-container .read-more .apply-button button picture .buttonIcon,
              #careers-page .read-section .read-less-container .read-less .apply-button button picture .buttonIcon {
                width: 1rem; }
      #careers-page .read-section .read-more-container .border-bottom,
      #careers-page .read-section .read-less-container .border-bottom {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        height: 1px;
        background: #ededed; }
  #careers-page .prefooter-wrapper {
    text-align: center; }

#services-page {
  overflow: hidden; }
  #services-page .image-background-container {
    position: relative; }
    #services-page .image-background-container .hero {
      background-image: url("../../../img/services-desktop.png"); }
      @media only screen and (max-width: 768px) {
        #services-page .image-background-container .hero {
          background-image: url("../../../img/services.jpg");
          background-position-y: 87%; } }
    #services-page .image-background-container.webp .hero {
      background-image: url("../../../img/services-desktop.webp"); }
    #services-page .image-background-container .container {
      background: transparent;
      padding: 9rem 1.5rem 15rem 1.5rem; }
      @media only screen and (max-width: 768px) {
        #services-page .image-background-container .container {
          padding: 3rem 1.5rem 9rem 1.5rem; } }
  #services-page .triangle-pink {
    position: absolute;
    width: auto;
    top: -15rem;
    height: 30rem;
    left: 0;
    z-index: 1;
    display: block; }
    @media only screen and (min-width: 768px) {
      #services-page .triangle-pink {
        display: none; } }
    #services-page .triangle-pink-large {
      position: absolute;
      height: calc(100% + 25rem);
      top: -50%;
      width: 50vw;
      left: 0;
      z-index: 1;
      display: none; }
      @media only screen and (min-width: 768px) {
        #services-page .triangle-pink-large {
          display: block; } }
  #services-page .triangle-blue {
    height: 35rem;
    width: auto;
    right: 0;
    top: -10%;
    z-index: 1;
    position: absolute; }
    @media only screen and (min-width: 768px) {
      #services-page .triangle-blue {
        display: none; } }
    #services-page .triangle-blue-large {
      height: calc(100%);
      top: -10%;
      width: 50vw;
      right: 0;
      z-index: 1;
      position: absolute;
      display: none; }
      @media only screen and (min-width: 768px) {
        #services-page .triangle-blue-large {
          display: block; } }
  #services-page .text-wrapper {
    position: relative; }
    #services-page .text-wrapper .text-container {
      padding-top: 10rem;
      max-width: 73rem;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        #services-page .text-wrapper .text-container {
          padding-top: 5rem; } }
      #services-page .text-wrapper .text-container .content-section-container {
        margin-left: auto;
        text-align: left;
        padding: 1.5rem 3rem 0rem 1.5rem; }
        @media only screen and (max-width: 768px) {
          #services-page .text-wrapper .text-container .content-section-container {
            padding: 15px 0; } }
      @media only screen and (max-width: 768px) {
        #services-page .text-wrapper .text-container .triangle-pink {
          height: 24rem; } }
  @media only screen and (min-width: 768px) {
    #services-page .content-section-container {
      width: 50%;
      margin: unset; } }
  #services-page .content-section-container .container {
    margin-right: 0; }
  #services-page .shape-wrapper {
    position: relative; }
    #services-page .shape-wrapper .shape-background-container {
      padding: 25rem 0 0;
      max-width: 73rem;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        #services-page .shape-wrapper .shape-background-container {
          padding: 15rem 0 0; } }
      @media only screen and (max-width: 768px) {
        #services-page .shape-wrapper .shape-background-container .triangle-blue {
          height: 24rem; } }
      #services-page .shape-wrapper .shape-background-container .container {
        background: transparent;
        padding: 0rem 1.5rem; }
        @media only screen and (max-width: 768px) {
          #services-page .shape-wrapper .shape-background-container .container {
            padding: 0rem 1.5rem; } }
  @media only screen and (max-width: 768px) {
    #services-page .prefooter-wrapper {
      margin-top: 3rem; } }

#case-studies-page .blue-circle-wrapper {
  padding-top: 0; }
  #case-studies-page .blue-circle-wrapper .page-header {
    color: white;
    padding: 0; }
  #case-studies-page .blue-circle-wrapper .triangles-background .tile-outer-wrapper .tile-wrapper {
    margin-top: 1.25rem; }
  #case-studies-page .blue-circle-wrapper .title {
    text-align: left; }
    @media only screen and (min-width: 768px) {
      #case-studies-page .blue-circle-wrapper .title {
        text-align: center;
        width: 50%;
        margin: 0 auto;
        padding: 3rem 0; } }

#case-studies-page .image-container-bottom {
  display: none; }
  @media only screen and (min-width: 768px) {
    #case-studies-page .image-container-bottom {
      bottom: 0;
      display: block;
      margin: -20rem auto 0 auto;
      max-width: 73rem;
      position: absolute;
      text-align: right;
      z-index: -1;
      right: 0; } }
  #case-studies-page .image-container-bottom img {
    right: -9rem;
    position: relative; }

#case-studies-page .image-container-top {
  display: none; }
  @media only screen and (min-width: 768px) {
    #case-studies-page .image-container-top {
      top: 0;
      display: block;
      margin: 0 auto -14rem auto;
      max-width: 73rem;
      text-align: left;
      position: absolute;
      z-index: -1; } }
  #case-studies-page .image-container-top img {
    left: -9rem;
    position: relative; }

#case-study-page .icon-back-wrapper {
  position: relative;
  margin: 3rem auto -3rem auto;
  max-width: 73rem;
  z-index: 9;
  padding: 0 1.5rem; }
  #case-study-page .icon-back-wrapper .icon-back {
    display: flex;
    justify-content: flex-start;
    max-width: 3.375rem;
    max-height: 1.25rem;
    padding: 5px 0px 5px 12px;
    border-radius: 49px;
    border: solid 1.5px #000000;
    letter-spacing: normal;
    text-decoration: none;
    cursor: pointer; }
    #case-study-page .icon-back-wrapper .icon-back img {
      margin: 0;
      width: 13%;
      margin-right: 9%; }
    #case-study-page .icon-back-wrapper .icon-back p {
      margin: 0;
      font-size: 12px;
      line-height: 1.5; }

#case-study-page .company-banner {
  z-index: 1;
  position: relative; }

#case-study-page .hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20rem; }
  @media only screen and (min-width: 768px) {
    #case-study-page .hero {
      height: 30rem; } }

#case-study-page .page-header {
  padding-top: 1.5rem;
  display: flex;
  padding-left: 0; }

#case-study-page .section .container p {
  overflow: hidden; }
  #case-study-page .section .container p img {
    max-width: 100%;
    max-height: 100%; }

#team-page {
  overflow: hidden;
  margin-top: -4rem; }
  #team-page .team-subheader {
    display: flex;
    justify-content: center; }
  #team-page .icon {
    width: 2rem;
    margin-bottom: 1.5rem; }
  #team-page .team-outer-wrapper-mobile {
    margin-top: 1rem;
    margin-bottom: 8rem; }
  #team-page .team-outer-wrapper-general {
    background-color: #fafbff;
    padding-top: 1rem; }
    #team-page .team-outer-wrapper-general .team-wrapper {
      margin-top: 1.25rem; }
  #team-page .section.content-section-container .container {
    margin-right: 0; }
    #team-page .section.content-section-container .container p {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        #team-page .section.content-section-container .container p {
          width: 75%; } }
  #team-page .carousel-mobile {
    display: block;
    background-color: #fafbff; }
    @media only screen and (min-width: 768px) {
      #team-page .carousel-mobile {
        display: none; } }
  #team-page .carousel-desktop {
    display: none; }
    @media only screen and (min-width: 768px) {
      #team-page .carousel-desktop {
        display: block; } }
  #team-page .carousel-mobile,
  #team-page .carousel-desktop {
    width: 100%;
    margin: 4em 0 0em 0;
    border-radius: 4px; }
    #team-page .carousel-mobile .slick-slide,
    #team-page .carousel-desktop .slick-slide {
      margin: 0;
      border-radius: 4px; }
    #team-page .carousel-mobile .slick-list,
    #team-page .carousel-desktop .slick-list {
      z-index: 1; }
      #team-page .carousel-mobile .slick-list .page,
      #team-page .carousel-desktop .slick-list .page {
        text-align: center;
        padding: 3rem 0 0; }
    #team-page .carousel-mobile .slick-dots,
    #team-page .carousel-desktop .slick-dots {
      text-align: center;
      top: 0; }
      #team-page .carousel-mobile .slick-dots li,
      #team-page .carousel-desktop .slick-dots li {
        background: #c4c4c4;
        width: 20px;
        height: 3px; }
        #team-page .carousel-mobile .slick-dots li.slick-active,
        #team-page .carousel-desktop .slick-dots li.slick-active {
          background: #6e83f0; }
        #team-page .carousel-mobile .slick-dots li::before,
        #team-page .carousel-desktop .slick-dots li::before {
          content: unset; }
        #team-page .carousel-mobile .slick-dots li button::before,
        #team-page .carousel-desktop .slick-dots li button::before {
          content: unset; }
    #team-page .carousel-mobile div,
    #team-page .carousel-desktop div {
      outline: none; }

body {
  margin: 0px; }

.buttonIcon {
  height: 50%;
  padding-right: 0.5rem;
  width: 1.5rem;
  align-self: center; }

.section {
  display: flex;
  justify-content: center; }
  .section .container {
    max-width: 73rem;
    padding: 1.5rem;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .section .container {
        width: 100%; } }
  .section .centered-text {
    padding: 0 10%; }
    @media only screen and (max-width: 768px) {
      .section .centered-text {
        padding: 0 5%; } }
  .section.feedback .container {
    padding: 0;
    width: 100%; }
  .section .indentation {
    margin: 0 1.5em; }
    @media only screen and (max-width: 768px) {
      .section .indentation {
        margin: 0 1em; } }

.page-spacing {
  margin-top: 6rem; }

h1 {
  font-family: "Circular Std Bold";
  color: #242424;
  font-size: 50px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2.5px; }
  @media only screen and (max-width: 768px) {
    h1 {
      font-size: 35px;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: 1.75px; } }

h2 {
  font-family: "Circular Std Bold";
  color: #242424;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 2px; }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 24px;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: 1.2px; } }

h3 {
  font-family: "Circular Std Bold";
  color: #242424;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal; }
  @media only screen and (max-width: 768px) {
    h3 {
      font-size: 18px;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: 0.9px; } }

h4 {
  font-family: "Circular Std Bold";
  color: #242424;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal; }
  @media only screen and (max-width: 768px) {
    h4 {
      font-size: 14px;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: 0.9px; } }

td {
  background: white;
  padding: 0.5rem;
  vertical-align: top; }

p,
li,
a {
  font-family: "Circular Std Book";
  color: #3d3d3d;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.9px; }
  @media only screen and (max-width: 768px) {
    p,
    li,
    a {
      font-size: 16px;
      font-stretch: normal;
      font-style: normal;
      line-height: 2;
      letter-spacing: 0.8px; } }

.padded {
  padding: 1.5rem; }

strong p {
  font-family: "Circular Std Bold"; }

span {
  font-family: "Circular Std Book";
  font-size: 1.25em;
  color: #242424; }

ul {
  list-style: none;
  margin: 0; }

ul li::before {
  content: "\25CB";
  color: #00aeef;
  font-size: 0.5rem;
  display: block;
  left: -2rem;
  position: relative;
  top: 1.5rem;
  height: 1rem;
  width: 1rem; }

.no-pad {
  padding: 0; }

.no-marg {
  margin: 0; }

.inline {
  display: inline; }

.text-blue {
  color: #00aeef; }

.white-text {
  color: white; }

.page-header {
  padding: 0 1.5rem;
  margin: 0 auto;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  color: #858585;
  justify-content: start;
  max-width: 73rem;
  display: flex;
  vertical-align: middle;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .page-header {
      display: none; } }
  .page-header .retro-symbol {
    transform: rotate(90deg);
    height: 1rem;
    width: auto;
    margin: 0 1rem 0 0; }

.section.container-wrapper .title,
.section.container-wrapper-white .title,
.section.container-wrapper-yellow .title,
.section.container-wrapper-blue .title {
  text-align: center; }

.section.container-wrapper .container,
.section.container-wrapper-white .container,
.section.container-wrapper-yellow .container,
.section.container-wrapper-blue .container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #242424;
  padding: 1.5rem;
  left: 0;
  position: relative;
  z-index: 1;
  flex-direction: column;
  width: 100%; }
  .section.container-wrapper .container .content,
  .section.container-wrapper-white .container .content,
  .section.container-wrapper-yellow .container .content,
  .section.container-wrapper-blue .container .content {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .section.container-wrapper .container .content,
      .section.container-wrapper-white .container .content,
      .section.container-wrapper-yellow .container .content,
      .section.container-wrapper-blue .container .content {
        flex-direction: row; } }

.banner-yellow {
  background-color: #ffde03; }
  .banner-yellow .container {
    padding: 0; }
    .banner-yellow .container .logos {
      justify-content: center; }

.section.container-wrapper-yellow .container .content,
.section.container-wrapper-blue .container .content {
  flex-direction: column; }
  .section.container-wrapper-yellow .container .content .client-banner.mobile,
  .section.container-wrapper-blue .container .content .client-banner.mobile {
    display: inline-flex; }
  .section.container-wrapper-yellow .container .content .client-banner.desktop,
  .section.container-wrapper-blue .container .content .client-banner.desktop {
    display: none; }

.section.container-wrapper .container {
  padding: 3rem 1.5rem; }

@media only screen and (max-width: 768px) {
  .section.container-wrapper-white .container {
    background-color: white;
    z-index: 11; } }