/* Responsive video embed (replaces jquery.fitvid plugin) */
.c-video__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c-video__video iframe,
.c-video__video object,
.c-video__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-component-nomargin-bottom {
  margin-bottom: 0 !important;
}
.u-component-nomargin-top {
  margin-top: 0 !important;
}
.c-content-media--large,
.c-logos--white-bg,
.u-component-nopadding-bottom {
  padding-bottom: 0 !important;
}
.c-logos--white-bg,
.u-component-nopadding-top {
  padding-top: 0 !important;
} /*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
  padding-left: 5px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.u-text-hide {
  display: block;
  overflow: hidden;
  text-indent: -9000px;
}
.u-visually-hide {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
button {
  background-color: transparent;
}
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button,
input,
select,
textarea {
  border-radius: 0;
  font: inherit;
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: currentColor;
  opacity: 1;
}
::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}
:-ms-input-placeholder {
  color: currentColor;
  opacity: 1;
}
:-moz-placeholder {
  color: currentColor;
  opacity: 1;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
}
a {
  color: #1a1a1a;
  text-decoration: underline;
}
html.no-touchevents a:hover {
  text-decoration: none;
}
.c-btn,
div[id^="form"] input[type="submit"] {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  background-color: transparent;
  border: solid 3px #49d9e6;
  border-radius: 8px;
  color: #2c1b5b;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition:
    background-color 0.3s,
    border 0.3s,
    color 0.3s;
  -o-transition:
    background-color 0.3s,
    border 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    border 0.3s,
    color 0.3s;
}
.c-btn svg,
div[id^="form"] input[type="submit"] svg {
  fill: #2c1b5b;
  display: inline-block;
  height: 15px;
  margin-left: 10px;
  vertical-align: middle;
  width: 15px;
}
div[id^="form"] html.no-touchevents input[type="submit"]:hover,
html.no-touchevents .c-btn:hover,
html.no-touchevents div[id^="form"] input[type="submit"]:hover {
  background-color: #49d9e6;
  border-color: transparent;
  color: #2c1b5b;
}
div[id^="form"] html.no-touchevents input[type="submit"]:hover svg,
html.no-touchevents .c-btn:hover svg,
html.no-touchevents div[id^="form"] input[type="submit"]:hover svg {
  fill: #2c1b5b;
}
.c-btn--primary {
  background-color: transparent;
  border-color: #2c1b5b;
  color: #2c1b5b;
}
.c-btn--primary svg {
  fill: #2c1b5b;
}
html.no-touchevents .c-btn--primary:hover {
  background-color: #2c1b5b;
  border-color: #2c1b5b;
  color: #fff;
}
html.no-touchevents .c-btn--primary:hover svg {
  fill: #ffffff;
}
.c-btn--small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  line-height: 100%;
  padding: 10px;
}
.c-btn--white-text,
.c-content-media--dark .c-content-media__btn {
  color: #fff;
}
.c-btn--white-text svg,
.c-content-media--dark .c-content-media__btn svg {
  fill: currentColor;
}
.cms-content :first-child {
  margin-top: 0;
}
.cms-content h1 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 110%;
}
.cms-content h2 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 110%;
}
.cms-content h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.cms-content h4 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.cms-content h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.cms-content h1,
.cms-content h2,
.cms-content h3,
.cms-content h4,
.cms-content h5 {
  color: #2c1b5b;
  margin-top: 40px;
}
.cms-content blockquote,
.cms-content ol,
.cms-content p,
.cms-content table,
.cms-content ul {
  margin-top: 20px;
}
.cms-content ol,
.cms-content ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  display: block;
  list-style-position: outside;
  padding-left: 2.5rem;
}
.cms-content ul {
  list-style-type: disc;
}
.cms-content ol {
  list-style-type: decimal;
}
.cms-content li {
  display: list-item;
}
.cms-content li::marker {
  color: currentColor;
  font-weight: 700;
}
.cms-content img {
  height: auto !important;
  margin-bottom: 20px;
  margin-top: 40px;
  max-width: 100% !important;
}
.cms-content strong {
  font-weight: 700;
}
.cms-content em {
  font-style: italic;
}
.cms-content sub {
  font-size: 0.8em;
  vertical-align: sub;
}
.cms-content sup {
  font-size: 0.8em;
  vertical-align: super;
}
.cms-content a {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
}
html.no-touchevents .cms-content a:hover {
  background-size: 0 1px;
  color: #49d9e6;
}
.cms-content .u-text-big {
  font-size: 20px;
  font-size: 2rem;
  line-height: 160%;
}
.cms-content .u-text-small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
}
.cms-content .fluid-width-video-wrapper {
  margin: 30px 0;
}
.cms-content p.footnote {
  font-size: 10px;
  font-size: 1rem;
  line-height: 140%;
}
.cms-content table {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  display: block;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}
.cms-content table th {
  font-weight: 700;
}
.cms-content table td,
.cms-content table th {
  text-align: left;
  border: 1px solid rgba(44, 27, 91, 0.3);
  min-width: 150px;
  padding: 10px 15px;
  vertical-align: top;
}
.cms-content blockquote {
  color: #2c1b5b;
  max-width: 600px;
}
.cms-content blockquote::after,
.cms-content blockquote::before {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.cms-content blockquote::before {
  content: "“";
}
.cms-content blockquote::after {
  content: "”";
}
.cms-content blockquote p {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  display: inline;
}
.c-form__legend {
  display: none;
}
.c-form__label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  display: block;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
}
.c-form__label + .c-form__label-desc {
  margin-top: -5px;
}
.c-form__label-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  line-height: 130%;
  margin-bottom: 10px;
}
.c-form__subheading {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  display: block;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
}
.c-form__textbox {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  background-color: transparent;
  border: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #1a1a1a;
  line-height: 100%;
  height: 100%;
  outline: 0;
  padding: 10px 15px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  width: 100%;
}
.c-form__textbox::-webkit-input-placeholder {
  color: #1a1a1a;
}
.c-form__textbox::-moz-placeholder {
  color: #1a1a1a;
}
.c-form__textbox:-ms-input-placeholder {
  color: #1a1a1a;
}
.c-form__textbox::-ms-input-placeholder {
  color: #1a1a1a;
}
.c-form__textbox::placeholder {
  color: #1a1a1a;
}
.c-form__textbox.error {
  border-color: #e00000;
}
.c-form__textbox:valid {
  border-color: green;
}
.c-form__textbox:focus,
.c-form__textbox:hover {
  border-color: #2c1b5b !important;
  outline: 0;
}
.c-form__textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  background-color: transparent;
  border: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #1a1a1a;
  outline: 0;
  padding: 10px 15px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  width: 100%;
}
.c-form__textarea::-webkit-input-placeholder {
  color: #1a1a1a;
}
.c-form__textarea::-moz-placeholder {
  color: #1a1a1a;
}
.c-form__textarea:-ms-input-placeholder {
  color: #1a1a1a;
}
.c-form__textarea::-ms-input-placeholder {
  color: #1a1a1a;
}
.c-form__textarea::placeholder {
  color: #1a1a1a;
}
.c-form__textarea.error {
  border-color: #e00000;
}
.c-form__textarea:valid {
  border-color: green;
}
.c-form__textarea:focus,
.c-form__textarea:hover {
  border-color: #2c1b5b !important;
  outline: 0;
}
.c-form__checkbox-field {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.c-form__checkbox-field:last-of-type {
  margin-bottom: 0;
}
.c-form__checkbox {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.c-form__checkbox + input + label,
.c-form__checkbox + label {
  cursor: pointer;
  float: left;
  margin-bottom: 0;
  padding-left: 40px;
  padding-top: 2px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-form__checkbox + input + label::before,
.c-form__checkbox + label::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid rgba(44, 27, 91, 0.3);
  content: "";
  display: inline-block;
  height: 25px;
  left: 0;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  width: 25px;
}
.c-form__checkbox + input + label::after,
.c-form__checkbox + label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #2c1b5b;
  content: "";
  display: none;
  height: 9px;
  left: 8px;
  width: 9px;
}
.c-form__checkbox + input + label a,
.c-form__checkbox + label a {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  color: currentColor;
}
html.no-touchevents .c-form__checkbox + input + label a:hover,
html.no-touchevents .c-form__checkbox + label a:hover {
  background-size: 0 1px;
  color: #49d9e6;
}
.c-form__checkbox:focus + input + label::before,
.c-form__checkbox:focus + label::before,
.c-form__checkbox:hover + input + label::before,
.c-form__checkbox:hover + label::before {
  border-color: #2c1b5b !important;
}
.c-form__checkbox:checked + input + label::after,
.c-form__checkbox:checked + label::after {
  display: block;
}
.c-form__checkbox.error + input + label::before,
.c-form__checkbox.error + label::before {
  border-color: #e00000 !important;
}
.c-form__radio-field {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.c-form__radio-field:last-of-type {
  margin-bottom: 0;
}
.c-form__radio {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.c-form__radio + label {
  cursor: pointer;
  float: left;
  margin-bottom: 0;
  padding-left: 40px;
  padding-top: 2px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-form__radio + label::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid rgba(44, 27, 91, 0.3);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 25px;
  left: 0;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  width: 25px;
}
.c-form__radio + label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #2c1b5b;
  border-radius: 50%;
  content: "";
  display: none;
  height: 9px;
  left: 8px;
  width: 9px;
}
.c-form__radio + label a {
  color: currentColor;
}
.c-form__radio:focus + label::before {
  border-color: #2c1b5b;
}
.c-form__radio:hover + label::before {
  border-color: #2c1b5b;
}
.c-form__radio:checked + label::after {
  display: block;
}
.c-form__select-field .c-selectbox {
  width: 100%;
}
.c-form__validation :first-child {
  margin-top: 0;
}
.c-form__validation ol,
.c-form__validation p,
.c-form__validation ul {
  margin-top: 10px;
}
.c-form__validation ol,
.c-form__validation ul {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
}
.c-form__validation ol li,
.c-form__validation ul li {
  margin-left: 20px;
}
.c-form__validation ul {
  list-style-type: disc;
}
.c-form__validation ol {
  list-style-type: decimal;
}
.c-form__validation--error {
  background-color: rgba(224, 0, 0, 0.02);
  border: 1px solid #e00000;
  color: #e00000;
  padding: 10px 20px;
}
.c-form__validation--success {
  background-color: rgba(0, 128, 0, 0.02);
  border: 1px solid green;
  color: green;
  padding: 10px 20px;
}
.c-form--layout {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-form--nomargin-bottom {
  margin-bottom: 0;
}
.c-form--nomargin-top {
  margin-top: 0;
}
.c-form__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-form__form-field {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-form__form-field--two-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-form__form-field--two-cols .c-form__textbox-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-form__form-field--two-cols .c-form__textbox-field:not(:first-of-type) {
  margin-top: 20px;
}
.c-form__form-field--two-cols .c-form__textbox {
  height: auto;
}
.c-form__form-field + .c-form__form-field {
  margin-top: 20px;
}
.c-form__form-validation {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-form__form-validation .c-form__validation--error {
  margin-bottom: 20px;
}
img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
}
img[height],
img[width] {
  max-width: none;
}
html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
html ::-moz-selection {
  color: #2c1b5b;
  background: #49d9e6;
}
html ::selection {
  color: #2c1b5b;
  background: #49d9e6;
}
body {
  font-family: effra, sans-serif;
  background-color: #fff;
  color: #1a1a1a;
}
body.body--primary {
  background-color: #2c1b5b;
  color: #fff;
}
a[href="#main-content"] {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  color: currentColor;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1000;
}
a[href="#main-content"]:not(:focus) {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
:focus {
  outline: #ee34d2 dashed 5px;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0 !important;
}
div.js-component-visibility {
  opacity: 0;
  position: relative;
  top: 50px;
  -webkit-transition:
    opacity 0.5s,
    top 0.5s;
  -o-transition:
    opacity 0.5s,
    top 0.5s;
  transition:
    opacity 0.5s,
    top 0.5s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
div.js-component-visibility.is-component-visible {
  opacity: 1;
  top: 0;
}
.c-selectbox {
  display: inline-block;
  position: relative;
}
.c-selectbox__select {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #1a1a1a;
  cursor: pointer;
  height: 41px;
  line-height: 110%;
  outline: 0;
  padding: 10px 40px 10px 15px;
  position: relative;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  width: 100%;
}
.c-selectbox__select::-ms-expand {
  display: none;
}
.c-selectbox__select.error {
  border-color: #e00000;
}
.c-selectbox__select:valid {
  border-color: green;
}
.c-selectbox__select:focus,
.c-selectbox__select:hover {
  border-color: #2c1b5b !important;
}
.c-selectbox__select option {
  background-color: #fff;
  color: #0b0b0b;
}
.c-selectbox__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #1a1a1a;
  height: 15px;
  pointer-events: none;
  right: 10px;
  width: 15px;
}
.c-banner {
  margin-bottom: 40px;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #2c1b5b;
  color: #fff;
}
.c-banner__title-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.c-banner__title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-banner__title span {
  color: #49d9e6;
}
.c-banner--white-bg {
  padding-bottom: 0;
  padding-top: 0;
  background-color: #fff;
  color: #0b0b0b;
}
.c-banner--white-bg .c-banner__title span {
  color: #49d9e6;
}
.c-blog-listing {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-blog-listing__filtered {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.c-blog-listing__filtered-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-blog-listing__filtered-label {
  font-size: 20px;
  font-size: 2rem;
  line-height: 160%;
}
.c-blog-listing__filtered-label span {
  font-weight: 700;
}
.c-blog-listing__filtered-link {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-blog-listing__header {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.c-blog-listing__header-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  padding-right: 30px;
}
.c-blog-listing__header-link {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-blog-listing__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-blog-listing__item:not(:first-of-type) {
  margin-top: 40px;
}
.c-blog-listing__item-link {
  display: block;
  text-decoration: none;
}
html.no-touchevents
  .c-blog-listing__item-link:hover
  .c-blog-listing__item-title {
  background-size: 100% 2px;
  color: #49d9e6;
}
.c-blog-listing__item-media-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-blog-listing__item-media-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-blog-listing__item-media-wrapper:before {
  display: block;
  content: "";
  padding-top: 75%;
  width: 100%;
}
.c-blog-listing__item-media-wrapper > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-blog-listing__item-media {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-blog-listing__item-content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-blog-listing__item-title-container {
  padding-right: 30px;
}
.c-blog-listing__item-title {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  color: #2c1b5b;
  display: inline;
  padding-bottom: 2px;
}
html.no-touchevents .c-blog-listing__item-title:hover {
  background-size: 100% 2px;
  color: #49d9e6;
}
.c-blog-listing__item-date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  display: block;
}
.c-blog-listing__item-summary {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  margin-top: 10px;
}
.c-blog-listing--featured .c-blog-listing__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.c-blog-listing--featured .c-blog-listing__item:not(:first-of-type) {
  margin-top: 0;
}
.c-blog-listing--featured .c-blog-listing__item-media-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-blog-listing--featured .c-blog-listing__item-content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-blog-listing--featured .c-blog-listing__item-title-container {
  margin-top: 10px;
}
.c-blog-listing--featured .c-blog-listing__item-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-blog-listing--featured .c-blog-listing__item-summary {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
}
.c-button {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-button__link-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.c-calculator {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-calculator__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-calculator__title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-calculator__title span {
  color: #49d9e6;
}
.c-calculator__summary {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  line-height: 130%;
  margin-top: 15px;
}
.c-calculator__form {
  border-top: 2px solid currentColor;
  margin-top: 30px;
}
.c-calculator__form-field-group {
  border: 1px solid currentColor;
  margin-top: 30px;
  padding: 20px;
}
.c-calculator__form-field-group > div:first-child {
  margin-top: 0 !important;
}
.c-calculator__form-field {
  margin-top: 30px;
}
.c-calculator__total {
  text-align: center;
  background-color: #2c1b5b;
  border-radius: 10px;
  color: #fff;
  padding: 40px 20px;
  width: 100%;
}
.c-calculator__total-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-calculator__total-value {
  font-size: 70px;
  font-size: 7rem;
  font-weight: 700;
  margin-top: 20px;
}
.c-calculator__total-summary {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  line-height: 140%;
  margin-top: 20px;
}
.c-calculator__total-link {
  margin-top: 40px;
}
.c-case-study-listing {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-case-study-listing__header {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.c-case-study-listing__header-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  padding-right: 30px;
}
.c-case-study-listing__header-link {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-case-study-listing__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-case-study-listing__item-link {
  display: block;
  text-decoration: none;
}
html.no-touchevents
  .c-case-study-listing__item-link:hover
  .c-case-study-listing__item-title {
  background-size: 100% 2px;
  color: #49d9e6;
}
.c-case-study-listing__item-media-container {
  margin-bottom: 10px;
}
.c-case-study-listing__item-media-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-case-study-listing__item-media-wrapper:before {
  display: block;
  content: "";
  padding-top: 75%;
  width: 100%;
}
.c-case-study-listing__item-media-wrapper > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-case-study-listing__item-media {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-case-study-listing__item-title {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  color: #2c1b5b;
  display: inline;
}
html.no-touchevents .c-case-study-listing__item-title:hover {
  background-size: 100% 2px;
  color: #49d9e6;
}
.c-case-study-listing__item-summary {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  margin-top: 10px;
}
.c-case-study-listing--featured .c-case-study-listing__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.c-contact {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-contact__header {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.c-contact__header-title {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 110%;
  color: #2c1b5b;
  margin-bottom: 30px;
}
.c-contact__detail-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-contact__detail:not(:first-of-type) {
  margin-top: 20px;
}
.c-contact__detail-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  color: #49d9e6;
}
.c-contact__detail-summary {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
}
.c-contact__detail-email {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  color: #2c1b5b;
}
html.no-touchevents .c-contact__detail-email:hover {
  background-size: 0 2px;
  color: #49d9e6;
}
.c-contact__detail-social-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-contact__detail-social-item:not(:first-of-type) {
  margin-left: 40px;
}
.c-contact__detail-social-item-link {
  display: inline-block;
}
.c-contact__detail-social-item-icon {
  height: 30px;
  width: 30px;
}
.c-contact__detail-social-item-icon path {
  fill: #2c1b5b;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
html.no-touchevents .c-contact__detail-social-item-icon:hover path {
  fill: #49d9e6;
}
.c-contact__form {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 40px;
}
.c-content-media {
  margin-bottom: 40px;
  margin-top: 40px;
  background-color: transparent;
  color: #0b0b0b;
  overflow: hidden;
}
.c-content-media .cms-content h1,
.c-content-media .cms-content h2,
.c-content-media .cms-content h3,
.c-content-media .cms-content h4,
.c-content-media .cms-content h5 {
  color: currentColor;
}
.c-content-media__content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-content-media__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  color: #2c1b5b;
  max-width: 95%;
}
.c-content-media__content {
  margin-top: 10px;
  max-width: 95%;
}
.c-content-media__audio-container {
  margin-top: 20px;
}
.c-content-media__audio-btn {
  background-color: #0b0b0b;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 55px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 55px;
}
html.no-touchevents .c-content-media__audio-btn:hover {
  opacity: 0.7;
}
.c-content-media__audio-btn.is-active {
  display: block;
}
.c-content-media__audio-btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  height: 0;
  -moz-transform: scaleY(0.9999);
  -moz-transform-origin: top;
  width: 0;
  content: " ";
  left: 55%;
  position: absolute;
  -webkit-transition:
    border-color 0.3s,
    left 0.3s;
  -o-transition:
    border-color 0.3s,
    left 0.3s;
  transition:
    border-color 0.3s,
    left 0.3s;
}
.c-content-media__audio-btn-pause:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  content: " ";
  height: 15px;
  position: absolute;
  width: 15px;
}
.c-content-media__btn-container {
  margin-top: 20px;
}
.c-content-media__media-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}
.c-content-media__media-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-content-media__media-wrapper:before {
  display: block;
  content: "";
  padding-top: 75%;
  width: 100%;
}
.c-content-media__media-wrapper > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-content-media__media {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-content-media--invert .c-content-media__content-container {
  margin-top: 20px;
}
.c-content-media--dark {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #0b0b0b;
  color: #fff;
}
.c-content-media--dark .c-content-media__title {
  color: #3ee6cd;
}
.c-content-media--dark .c-content-media__audio-btn {
  background-color: #fff;
}
.c-content-media--dark .c-content-media__audio-btn-play:before {
  border-color: transparent transparent transparent #0b0b0b;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  height: 0;
  -moz-transform: scaleY(0.9999);
  -moz-transform-origin: top;
  width: 0;
}
.c-content-media--dark .c-content-media__audio-btn-pause:before {
  background-color: #0b0b0b;
}
.c-content-media--image-bleed {
  position: relative;
}
.c-content-media--image-bleed .c-content-media__media-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-content-media--image-bleed .c-content-media__media-wrapper:before {
  display: block;
  content: "";
  padding-top: 56.25%;
  width: 100%;
}
.c-content-media--image-bleed .c-content-media__media-wrapper > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-content-media--image-bleed .c-content-media__media {
  position: absolute;
}
.c-content-media--large .c-content-media__content-container {
  padding-bottom: 40px;
}
.c-content-media--large .c-content-media__media-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-content-media--large .c-content-media__media-wrapper:before {
  display: block;
  content: "";
  padding-top: 75%;
  width: 100%;
}
.c-content-media--large .c-content-media__media-wrapper > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-content-media--large .c-content-media__media {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
}
.c-content-media--large.c-content-media--invert .c-content-media__media {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.c-content {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-content__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-content--primary-bg {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #2c1b5b;
  color: #fff;
}
.c-content--primary-bg .cms-content h1,
.c-content--primary-bg .cms-content h2,
.c-content--primary-bg .cms-content h3,
.c-content--primary-bg .cms-content h4,
.c-content--primary-bg .cms-content h5 {
  color: #49d9e6;
}
.c-content--primary-bg .cms-content a {
  color: currentColor;
}
.c-content--primary-bg .cms-content blockquote {
  color: #49d9e6;
}
.c-content--primary-bg .cms-content table td,
.c-content--primary-bg .cms-content table th {
  border-color: rgba(204, 204, 204, 0.4);
}
.c-content--secondary-bg {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #49d9e6;
}
html.no-touchevents .c-content--secondary-bg .cms-content a:hover {
  color: #2c1b5b;
}
.c-content-double {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-content-double .cms-content blockquote::after,
.c-content-double .cms-content blockquote::before {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-content-double .cms-content blockquote p {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-content-double__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-content-double--primary-bg {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #2c1b5b;
  color: #fff;
}
.c-content-double--primary-bg .cms-content h1,
.c-content-double--primary-bg .cms-content h2,
.c-content-double--primary-bg .cms-content h3,
.c-content-double--primary-bg .cms-content h4,
.c-content-double--primary-bg .cms-content h5 {
  color: #49d9e6;
}
.c-content-double--primary-bg .cms-content a {
  color: currentColor;
}
.c-content-double--primary-bg .cms-content blockquote {
  color: #49d9e6;
}
.c-content-double--primary-bg .cms-content table td,
.c-content-double--primary-bg .cms-content table th {
  border-color: rgba(204, 204, 204, 0.4);
}
.c-content-double--secondary-bg {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #49d9e6;
}
html.no-touchevents .c-content-double--secondary-bg .cms-content a:hover {
  color: #2c1b5b;
}
.c-cookiebar {
  background-color: #eee;
  bottom: 0;
  display: inline-block;
  left: 0;
  padding: 15px;
  position: fixed;
  width: 100%;
  z-index: 400;
}
.c-cookiebar__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  color: #2c1b5b;
  max-width: 1100px;
}
.c-cookiebar__link {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  color: currentColor;
}
html.no-touchevents .c-cookiebar__link:hover {
  background-size: 0 1px;
  color: #49d9e6;
}
.c-cookiebar__links {
  margin-top: 10px;
  white-space: nowrap;
}
.c-cookiebar__links button {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  line-height: 100%;
}
.c-cookiebar--hidden {
  display: none !important;
}
.c-cta {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-cta__title-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-cta__title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  color: #2c1b5b;
}
.c-cta__btn-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.c-footer {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #2c1b5b;
  color: #fff;
}
.c-footer__logo-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-footer__logo-link {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
html.no-touchevents .c-footer__logo-link:hover {
  opacity: 0.7;
}
.c-footer__logo {
  width: 110px;
}
.c-footer__copyright {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  margin-top: 10px;
}
.c-footer__social-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 30px;
}
.c-footer__social-items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-footer__social-item:not(:first-of-type) {
  margin-top: 10px;
}
.c-footer__social-item-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html.no-touchevents
  .c-footer__social-item-link:hover
  .c-footer__social-item-icon
  path {
  fill: #49d9e6;
}
html.no-touchevents
  .c-footer__social-item-link:hover
  .c-footer__social-item-text {
  color: #49d9e6;
}
.c-footer__social-item-icon {
  color: #fff;
  height: 30px;
  width: 30px;
}
.c-footer__social-item-icon path {
  fill: currentColor;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.c-footer__social-item-text {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 160%;
  margin-left: 10px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.c-footer__contact-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 30px;
}
.c-footer__contact-link {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  font-size: 14px;
  font-size: 1.4rem;
  color: currentColor;
  line-height: 160%;
}
html.no-touchevents .c-footer__contact-link:hover {
  background-size: 0 1px;
  color: #49d9e6;
}
.c-footer__address-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 30px;
}
.c-footer__address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
}
.c-footer__legal-menu-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-footer__legal-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.c-footer__legal-menu-item:not(:first-of-type) {
  margin-left: 15px;
}
.c-footer__legal-menu-item-link {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
html.no-touchevents .c-footer__legal-menu-item-link:hover {
  background-size: 0 1px;
  color: #49d9e6;
}
div[id^="form"] {
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
  padding-left: 5px;
}
div[id^="form"] form {
  width: 100%;
}
div[id^="form"] .form-field {
  padding-bottom: 20px;
}
div[id^="form"] .control-label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  display: block;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
  display: inline-block;
  padding-right: 10px;
  width: 30%;
  vertical-align: top;
}
div[id^="form"] .editing-form-control-nested-control {
  display: inline-block;
  width: calc(70% - 5px);
}
div[id^="form"] input[type="email"],
div[id^="form"] input[type="text"] {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  background-color: transparent;
  border: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #1a1a1a;
  line-height: 100%;
  height: 100%;
  outline: 0;
  padding: 10px 15px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  width: 100%;
  width: 100%;
}
div[id^="form"] input[type="email"]::-webkit-input-placeholder,
div[id^="form"] input[type="text"]::-webkit-input-placeholder {
  color: #1a1a1a;
}
div[id^="form"] input[type="email"]::-moz-placeholder,
div[id^="form"] input[type="text"]::-moz-placeholder {
  color: #1a1a1a;
}
div[id^="form"] input[type="email"]:-ms-input-placeholder,
div[id^="form"] input[type="text"]:-ms-input-placeholder {
  color: #1a1a1a;
}
div[id^="form"] input[type="email"]::-ms-input-placeholder,
div[id^="form"] input[type="text"]::-ms-input-placeholder {
  color: #1a1a1a;
}
div[id^="form"] input[type="email"]::placeholder,
div[id^="form"] input[type="text"]::placeholder {
  color: #1a1a1a;
}
div[id^="form"] input[type="email"].error,
div[id^="form"] input[type="text"].error {
  border-color: #e00000;
}
div[id^="form"] input[type="email"]:valid,
div[id^="form"] input[type="text"]:valid {
  border-color: green;
}
div[id^="form"] input[type="email"]:focus,
div[id^="form"] input[type="email"]:hover,
div[id^="form"] input[type="text"]:focus,
div[id^="form"] input[type="text"]:hover {
  border-color: #2c1b5b !important;
  outline: 0;
}
div[id^="form"] input[type="checkbox"] {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 2px;
}
div[id^="form"] input[type="radio"] {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 2px;
}
div[id^="form"] .ktc-radio-list label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  display: block;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1px;
  vertical-align: top;
}
div[id^="form"] textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  background-color: transparent;
  border: none;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #1a1a1a;
  outline: 0;
  padding: 10px 15px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  width: 100%;
  width: 100%;
}
div[id^="form"] textarea::-webkit-input-placeholder {
  color: #1a1a1a;
}
div[id^="form"] textarea::-moz-placeholder {
  color: #1a1a1a;
}
div[id^="form"] textarea:-ms-input-placeholder {
  color: #1a1a1a;
}
div[id^="form"] textarea::-ms-input-placeholder {
  color: #1a1a1a;
}
div[id^="form"] textarea::placeholder {
  color: #1a1a1a;
}
div[id^="form"] textarea.error {
  border-color: #e00000;
}
div[id^="form"] textarea:valid {
  border-color: green;
}
div[id^="form"] textarea:focus,
div[id^="form"] textarea:hover {
  border-color: #2c1b5b !important;
  outline: 0;
}
div[id^="form"] select {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px;
}
div[id^="form"] input[type="submit"] {
  margin-left: 30%;
}
div[id^="form"] .field-validation-error {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  color: #e00000;
  padding-top: 10px;
}
.c-image {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-image__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-image__image {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-image__caption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  margin-top: 10px;
}
.c-image--primary-bg {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #2c1b5b;
  color: #fff;
}
.c-image--secondary-bg {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #49d9e6;
}
.c-image--small .c-image__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-job-listing {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-job-listing__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-job-listing__item-link {
  display: block;
  text-decoration: none;
}
html.no-touchevents .c-job-listing__item-link:hover .c-job-listing__item-title {
  background-size: 100% 2px;
  color: #49d9e6;
}
.c-job-listing__item-title-container {
  padding-right: 30px;
}
.c-job-listing__item-title {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  color: #2c1b5b;
  display: inline;
  padding-bottom: 2px;
}
html.no-touchevents .c-job-listing__item-title:hover {
  background-size: 100% 2px;
  color: #49d9e6;
}
.c-job-listing__item-summary {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  margin-top: 5px;
  width: 90%;
}
.c-list {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-list__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-list__title-container {
  border-bottom: 2px solid currentColor;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.c-list__title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-list__list-item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
}
.c-list__list-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
.c-list--primary-bg .c-list__wrapper {
  background-color: #2c1b5b;
  color: #fff;
  padding: 15px 30px;
}
.c-list--secondary-bg .c-list__wrapper {
  background-color: #49d9e6;
  color: #2c1b5b;
  padding: 15px 30px;
}
.c-list--double .c-list__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-logos {
  margin-bottom: 40px;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #0b0b0b;
  color: #fff;
  position: relative;
}
.c-logos__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 45px;
}
.c-logos__grid {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-logos__logo {
  padding: 0 5%;
  width: 33.33%;
}
.c-logos__logo:nth-of-type(n + 4) {
  margin-top: 60px;
}
.c-logos--white-bg {
  background-color: #fff;
  color: #0b0b0b;
}
.c-lottie {
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
.c-lottie + .c-lottie {
  padding-top: 40px;
}
.c-lottie + .c-lottie:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-color: currentColor;
  content: "";
  height: 2px;
  top: 0;
  width: 60%;
}
.c-lottie__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-lottie__header {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.c-lottie__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-lottie__summary {
  margin-top: 10px;
}
.c-lottie__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-lottie__image-container {
  overflow: scroll;
}
.c-lottie__image {
  max-width: none;
  width: 200%;
}
.c-lottie.is-active .c-lottie__header {
  opacity: 1;
}
.c-masthead {
  background-color: #0b0b0b;
  color: #fff;
  position: relative;
}
.c-masthead__content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 50px;
  padding-top: 120px;
  z-index: 100;
}
.c-masthead__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-masthead__summary {
  margin-top: 10px;
}
.c-masthead__meta {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  margin-top: 10px;
  margin-top: 20px;
}
.c-masthead__meta-category {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  color: currentColor;
}
html.no-touchevents .c-masthead__meta-category:hover {
  background-size: 0 1px;
  color: #49d9e6;
}
.c-masthead__media-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-masthead__media-container::before {
  background: -o-linear-gradient(
    180.43deg,
    rgba(2, 5, 33, 0) 19.94%,
    rgba(2, 5, 33, 0) 49.51%,
    rgba(2, 5, 33, 0.66) 99.65%
  );
  background: linear-gradient(
    269.57deg,
    rgba(2, 5, 33, 0) 19.94%,
    rgba(2, 5, 33, 0) 49.51%,
    rgba(2, 5, 33, 0.66) 99.65%
  );
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-masthead__media {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-masthead__content-media-container {
  padding-bottom: 50px;
}
.c-masthead--text-center {
  text-align: center;
}
.c-masthead--text-center .c-masthead__content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-masthead--media-bg .c-masthead__content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50vh;
}
.c-masthead--media-bg .c-masthead__content-container::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -o-radial-gradient(
    50% 45%,
    50% 50%,
    rgba(11, 11, 11, 0.5) 0,
    rgba(11, 11, 11, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 45%,
    rgba(11, 11, 11, 0.5) 0,
    rgba(11, 11, 11, 0) 100%
  );
  content: "";
  height: 100%;
  width: 95vw;
  z-index: -1;
}
.c-masthead--transparent {
  background-color: transparent;
}
.c-masthead--primary-bg {
  background-color: #2c1b5b;
}
.c-masthead-breadcrumb {
  background-color: #fff;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 300;
}
.c-masthead-breadcrumb__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-masthead-breadcrumb__item {
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-masthead-breadcrumb__item.is-active {
  opacity: 1;
}
.c-masthead-breadcrumb__item-image {
  height: 30px;
}
.c-masthead-homepage {
  color: #fff;
  height: 100vh;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  .c-masthead-homepage {
    height: -webkit-fill-available;
  }
}
.c-masthead-homepage__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 100;
}
.c-masthead-homepage__container::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -o-radial-gradient(
    50% 45%,
    50% 50%,
    rgba(11, 11, 11, 0.5) 0,
    rgba(11, 11, 11, 0) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 45%,
    rgba(11, 11, 11, 0.5) 0,
    rgba(11, 11, 11, 0) 100%
  );
  content: "";
  height: 100vh;
  width: 95vw;
}
@supports (-webkit-touch-callout: none) {
  .c-masthead-homepage__container::before {
    height: -webkit-fill-available;
  }
}
.c-masthead-homepage__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-masthead-homepage__title span {
  color: #49d9e6;
}
.c-masthead-homepage__content-container {
  text-align: center;
  width: 100%;
}
.c-masthead-homepage__btn {
  color: currentColor;
  margin-top: 30px;
}
.c-masthead-homepage__media-container {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-masthead-homepage__media-container video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-masthead-homepage__scroll-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 35px;
  z-index: 100;
}
html.no-touchevents .c-masthead-homepage__scroll-btn:hover {
  cursor: pointer;
}
html.no-touchevents .c-masthead-homepage__scroll-btn:hover svg path {
  fill: #49d9e6;
}
.c-masthead-homepage__scroll-btn svg {
  height: 30px;
  width: 25px;
}
.c-masthead-homepage__scroll-btn svg path {
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.c-navbar {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(11, 11, 11, 0.5)),
    color-stop(50%, rgba(11, 11, 11, 0.241)),
    to(rgba(11, 11, 11, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(11, 11, 11, 0.5) 0,
    rgba(11, 11, 11, 0.241) 50%,
    rgba(11, 11, 11, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(11, 11, 11, 0.5) 0,
    rgba(11, 11, 11, 0.241) 50%,
    rgba(11, 11, 11, 0) 100%
  );
  color: #fff;
  left: 0;
  padding: 10px 0;
  position: fixed;
  top: 0;
  -webkit-transition:
    padding 0.3s ease-in-out,
    background 0.3s ease-in-out;
  -o-transition:
    padding 0.3s ease-in-out,
    background 0.3s ease-in-out;
  transition:
    padding 0.3s ease-in-out,
    background 0.3s ease-in-out;
  width: 100%;
  z-index: 400;
}
.c-navbar__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-navbar__brand {
  color: currentColor;
  position: relative;
  -webkit-transition:
    opacity 0.3s,
    width 0.3s;
  -o-transition:
    opacity 0.3s,
    width 0.3s;
  transition:
    opacity 0.3s,
    width 0.3s;
  width: 100px;
  z-index: 200;
}
html.no-touchevents .c-navbar__brand:hover {
  opacity: 0.7;
}
.c-navbar__brand svg {
  fill: currentColor;
}
.c-navbar__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-navbar__item {
  position: relative;
}
.c-navbar__link {
  font-size: 16px;
  font-size: 1.6rem;
  color: currentColor;
  display: block;
  font-weight: 500;
  position: relative;
}
.c-navbar__link-btn {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #49d9e6;
  color: #2c1b5b;
  border-radius: 8px;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  -o-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
}
html.no-touchevents .c-navbar__link-btn:hover {
  background-color: #2c1b5b;
  color: #fff;
}
a.c-navbar__link {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0 1px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
}
html.no-touchevents a.c-navbar__link:hover {
  background-size: 100% 1px;
  color: #49d9e6;
}
.c-navbar__link-dropdown-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: currentColor;
  height: 20px;
  right: -40px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  width: 20px;
}
.c-navbar__menu {
  color: currentColor;
  height: 25px;
  position: relative;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  -o-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  width: 25px;
  z-index: 200;
}
.c-navbar__menu::before {
  background-color: currentColor;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
}
.c-navbar__menu::after {
  background-color: currentColor;
  bottom: 5px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
}
html.no-touchevents
  a.c-navbar__link
  + .c-navbar__dropdown
  .c-navbar__dropdown-item:first-of-type {
  display: none;
}
.c-navbar__dropdown-link {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0 1px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  color: currentColor;
  display: block;
  line-height: 140%;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
html.no-touchevents .c-navbar__dropdown-link:hover {
  background-size: 100% 1px;
  color: #49d9e6;
}
body.is-nav-open .c-navbar__menu::before {
  left: 3px;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 30px;
}
body.is-nav-open .c-navbar__menu::after {
  bottom: 1px;
  left: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 30px;
}
body.is-nav-open .c-navbar {
  color: #fff;
}
.c-navbar__item--dropdown
  .c-navbar__link.is-active
  .c-navbar__link-dropdown-icon {
  -webkit-transform: rotate(-180deg) translateY(-50%);
  -ms-transform: rotate(-180deg) translateY(-50%);
  transform: rotate(-180deg) translateY(-50%);
}
.c-navbar__link.is-active {
  background-size: 100% 1px;
}
.c-navbar.is-sticky {
  background: #2c1b5b;
}
body.body--primary .c-navbar {
  position: absolute;
}
.c-pagination {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-pagination__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-pagination__items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-pagination__item + .c-pagination__item {
  margin-left: 5px;
}
.c-pagination__link {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0 1px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  display: inline-block;
  font-weight: 700;
  line-height: 100%;
  padding: 15px;
  text-decoration: none;
}
html.no-touchevents .c-pagination__link:hover {
  background-size: 100% 1px;
  color: #49d9e6;
}
.c-pagination__link-icon {
  fill: currentColor;
  position: relative;
  top: 1px;
  width: 16px;
}
.c-pagination__link-text {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.c-pagination__link.is-current {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
}
html.no-touchevents .c-pagination__link.is-current:hover {
  background-size: 0 1px;
  color: #49d9e6;
}
.c-statistics {
  margin-bottom: 40px;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
  color: #fff;
  position: relative;
}
.c-statistics__content-container {
  position: relative;
  z-index: 200;
}
.c-statistics__header {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-statistics__header-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-statistics__header-summary {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  margin-top: 10px;
}
.c-statistics__items {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-statistics__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid currentColor;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  width: 100%;
}
.c-statistics__item-icon {
  height: 15px;
  width: 25px;
}
.c-statistics__item-icon path {
  fill: currentColor;
}
.c-statistics__item-stat {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  color: #49d9e6;
  margin-left: 10px;
  width: 100px;
}
.c-statistics__item-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.c-statistics__footer {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  margin-top: 45px;
}
.c-statistics__footer-summary {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
}
.c-statistics__footer-summary:not(:first-of-type) {
  margin-top: 20px;
}
.c-statistics__footer-btn {
  margin-top: 30px;
}
.c-statistics__media-container {
  margin-top: 40px;
  position: relative;
}
.c-statistics__media-container::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0b0b0b),
    to(transparent)
  );
  background: -o-linear-gradient(#0b0b0b, transparent);
  background: linear-gradient(#0b0b0b, transparent);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.c-statistics__media {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-team-listing {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-team-listing__item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.c-team-listing__item-btn {
  cursor: pointer;
  display: block;
  width: 100%;
}
html.no-touchevents .c-team-listing__item-btn:hover .c-team-listing__item-name {
  background-size: 100% 2px;
  color: #49d9e6;
}
.c-team-listing__item-media-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-team-listing__item-media-wrapper:before {
  display: block;
  content: "";
  padding-top: 75%;
  width: 100%;
}
.c-team-listing__item-media-wrapper > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-team-listing__item-media {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-team-listing__item-name-container {
  margin-top: 10px;
}
.c-team-listing__item-name {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(top, currentColor, currentColor);
  background-image: linear-gradient(to bottom, currentColor, currentColor);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  -webkit-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  -o-transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  transition:
    background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
    color 0.3s;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  color: #2c1b5b;
  display: inline;
}
html.no-touchevents .c-team-listing__item-name:hover {
  background-size: 100% 2px;
  color: #49d9e6;
}
.c-team-listing__item-job-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
}
.c-team-listing__popup {
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding-bottom: 20px;
  padding-top: 80px;
  position: fixed;
  top: 0;
  -webkit-transition:
    opacity 0.3s,
    visibility 0.3s;
  -o-transition:
    opacity 0.3s,
    visibility 0.3s;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 500;
}
.c-team-listing__popup-close-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  z-index: 100;
}
.c-team-listing__popup-close-btn svg {
  height: 25px;
  margin-left: 0;
  width: 25px;
}
.c-team-listing__popup-media-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  z-index: 100;
}
.c-team-listing__popup-media-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-team-listing__popup-media-wrapper:before {
  display: block;
  content: "";
  padding-top: 100%;
  width: 100%;
}
.c-team-listing__popup-media-wrapper > * {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-team-listing__popup-media {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-team-listing__popup-content-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  z-index: 100;
}
.c-team-listing__popup-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-team-listing__popup-job-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  color: #49d9e6;
}
.c-team-listing__popup-social-icon {
  color: #fff;
  height: 30px;
  margin-top: 10px;
  width: 30px;
}
.c-team-listing__popup-social-icon path {
  fill: currentColor;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
html.no-touchevents .c-team-listing__popup-social-icon:hover path {
  fill: #49d9e6;
}
.c-team-listing__popup-summary {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  margin-top: 20px;
}
.c-team-listing__popup-overlay {
  background-color: rgba(11, 11, 11, 0.95);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.c-team-listing__popup.is-active {
  opacity: 1;
  visibility: visible;
}
.c-testimonial {
  margin-bottom: 40px;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-top: 40px;
  color: #fff;
  position: relative;
}
.c-testimonial__quote-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  z-index: 200;
}
.c-testimonial__quote-mark {
  height: 30px;
  width: 60px;
}
.c-testimonial__quote {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  margin-top: 10px;
}
.c-testimonial__quote-author {
  margin-top: 20px;
}
.c-testimonial__quote-author-name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
  color: #3ee6cd;
}
.c-testimonial__btn {
  margin-top: 30px;
}
.c-testimonial__media-container {
  margin-top: 40px;
  position: relative;
}
.c-testimonial__media-container::before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0b0b0b),
    to(transparent)
  );
  background: -o-linear-gradient(#0b0b0b, transparent);
  background: linear-gradient(#0b0b0b, transparent);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.c-testimonial__media {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-video {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-video__title-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.c-video__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 110%;
}
.c-video__container {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-video__video iframe {
  border-radius: 15px;
}
.c-video__caption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 160%;
  margin-top: 10px;
}
.c-video__btn-container {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 375px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
  }
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .c-form--layout {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-form--nomargin-bottom {
    margin-bottom: 0;
  }
  .c-form--nomargin-top {
    margin-top: 0;
  }
  .c-form__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-form__form-field {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-form__form-validation {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-banner {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-banner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-banner__title-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-banner--white-bg {
    padding-bottom: 0;
  }
  .c-banner--white-bg {
    padding-top: 0;
  }
  .c-blog-listing {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-blog-listing__filtered {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing__header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing__item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing__item-media-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing__item-content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing--featured .c-blog-listing__item-media-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing--featured .c-blog-listing__item-content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-button {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-button__link-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-calculator {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-calculator__col {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-case-study-listing {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-case-study-listing__header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-case-study-listing__item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-contact {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-contact__header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-contact__detail-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-contact__form {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-content-media {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-content-media__content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-content-media__media-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-content-media--dark {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-content-media--large .c-content-media__content-container {
    padding-bottom: 40px;
  }
  .c-content {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-content__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-content--primary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-content--secondary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-content-double {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-content-double__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-content-double--primary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-content-double--secondary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-cta {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-cta__title-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-cta__btn-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-footer {
    margin-bottom: 0;
  }
  .c-footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .c-footer__logo-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-footer__social-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-footer__contact-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-footer__address-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-footer__legal-menu-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  div[id^="form"] {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  div[id^="form"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-image {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-image__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-image--primary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-image--secondary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-image--small .c-image__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-job-listing {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-job-listing__item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-list {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-list__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-list--double .c-list__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-logos {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-logos {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-logos__title {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-logos__grid {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-lottie {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-lottie + .c-lottie {
    padding-top: 40px;
  }
  .c-lottie__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-lottie__header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-lottie__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-masthead__content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-masthead--text-center .c-masthead__content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-masthead-breadcrumb__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-masthead-homepage__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-masthead-homepage__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .c-masthead-homepage__title {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-navbar__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-pagination {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-pagination__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-statistics {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-statistics {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-statistics__header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-statistics__items {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-statistics__footer {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-team-listing {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-team-listing__item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-team-listing__popup-media-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-team-listing__popup-content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-testimonial {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-testimonial {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-testimonial__quote-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-video {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-video__title-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-video__container {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 550px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
  }
  .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .c-form--layout {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-form--nomargin-bottom {
    margin-bottom: 0;
  }
  .c-form--nomargin-top {
    margin-top: 0;
  }
  .c-form__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-form__form-field {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-form__form-validation {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-banner {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-banner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-banner__title-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-banner__title-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: 12.5%;
  }
  .c-banner--white-bg {
    padding-bottom: 0;
  }
  .c-banner--white-bg {
    padding-top: 0;
  }
  .c-blog-listing {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-blog-listing__filtered {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing__header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing__item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing__item-media-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing__item-content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing--featured .c-blog-listing__item-media-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-blog-listing--featured .c-blog-listing__item-content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-button {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-button__link-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-calculator {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-calculator__col {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-case-study-listing {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-case-study-listing__header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-case-study-listing__item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-case-study-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-case-study-listing__item:nth-of-type(n + 3) {
    margin-top: 50px;
  }
  .c-contact {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-contact__header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-contact__detail-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-contact__form {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-content-media {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-content-media__content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-content-media__media-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-content-media--dark {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-content-media--large .c-content-media__content-container {
    padding-bottom: 40px;
  }
  .c-content {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-content__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-content--primary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-content--secondary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-content-double {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-content-double__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-content-double--primary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-content-double--secondary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-cta {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-cta__title-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-cta__btn-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-footer {
    margin-bottom: 0;
  }
  .c-footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .c-footer__logo-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-footer__social-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-footer__contact-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-footer__address-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-footer__legal-menu-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  div[id^="form"] {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  div[id^="form"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-image {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-image__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-image--primary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-image--secondary-bg {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-image--small .c-image__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-job-listing {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-job-listing__item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-list {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-list__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-list--double .c-list__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-logos {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-logos {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-logos__title {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-logos__grid {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-lottie {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-lottie + .c-lottie {
    padding-top: 40px;
  }
  .c-lottie__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-lottie__header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-lottie__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-masthead__content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-masthead--text-center .c-masthead__content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-masthead-breadcrumb__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-masthead-homepage__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-masthead-homepage__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 20.8333333333%;
  }
  .c-navbar__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-pagination {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-pagination__container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-statistics {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-statistics {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-statistics__header {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-statistics__items {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-statistics__footer {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-team-listing {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-team-listing__item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-team-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-team-listing__popup-media-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-team-listing__popup-content-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-testimonial {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-testimonial {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-testimonial__quote-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-video {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-video__title-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .c-video__container {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 550px) and (max-width: 991.98px) {
  .c-team-listing__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .container {
    width: 748px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-btn,
  div[id^="form"] input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-btn,
  div[id^="form"] input[type="submit"] {
    padding: 15px 40px;
  }
  .c-btn--small {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cms-content ol,
  .cms-content ul {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cms-content .u-text-big {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .cms-content .u-text-small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cms-content p.footnote {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .cms-content table {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cms-content blockquote p {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-form__label {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-form__label-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-form__subheading {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-form__textbox {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-form__textarea {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-form__validation ol,
  .c-form__validation ul {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-form--layout {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-form--nomargin-bottom {
    margin-bottom: 0;
  }
  .c-form--nomargin-top {
    margin-top: 0;
  }
  .c-form__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-form__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
  .c-form__form-field {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-form__form-field--two-cols .c-form__textbox-field:not(:first-of-type) {
    margin-top: 30px;
  }
  .c-form__form-field + .c-form__form-field {
    margin-top: 30px;
  }
  .c-form__form-validation {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-form__form-validation .c-form__validation--error {
    margin-bottom: 30px;
  }
  a[href="#main-content"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-selectbox__select {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-selectbox__select {
    height: 44px;
  }
  .c-banner {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-banner {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-banner__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-banner__title-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .c-banner__title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-banner--white-bg {
    padding-bottom: 0;
  }
  .c-banner--white-bg {
    padding-top: 0;
  }
  .c-blog-listing {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-blog-listing__filtered {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__filtered {
    margin-bottom: 40px;
  }
  .c-blog-listing__filtered-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-blog-listing__filtered-label {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .c-blog-listing__filtered-label {
    padding-right: 20px;
  }
  .c-blog-listing__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__header {
    margin-bottom: 20px;
  }
  .c-blog-listing__header-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-blog-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-blog-listing__item-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item-media-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-blog-listing__item-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item-content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-blog-listing__item-title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-blog-listing__item-date {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-blog-listing__item-summary {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-blog-listing--featured .c-blog-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.8333333333%;
    -ms-flex: 0 0 45.8333333333%;
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .c-blog-listing--featured .c-blog-listing__item-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing--featured .c-blog-listing__item-media-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .c-blog-listing--featured .c-blog-listing__item-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing--featured .c-blog-listing__item-content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .c-blog-listing--featured .c-blog-listing__item-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-blog-listing--featured .c-blog-listing__item-summary {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-button {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-button__link-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-calculator {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-calculator__col {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-calculator__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47.9166666667%;
    -ms-flex: 0 0 47.9166666667%;
    flex: 0 0 47.9166666667%;
    max-width: 47.9166666667%;
  }
  .c-calculator__col + .c-calculator__col {
    margin-left: 4.1666666667%;
  }
  .c-calculator__summary {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-calculator__total-summary {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-case-study-listing {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-case-study-listing__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-case-study-listing__header {
    margin-bottom: 20px;
  }
  .c-case-study-listing__header-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-case-study-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-case-study-listing__item:nth-of-type(n + 3) {
    margin-top: 50px;
  }
  .c-case-study-listing__item-media-container {
    margin-bottom: 15px;
  }
  .c-case-study-listing__item-summary {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-case-study-listing--featured .c-case-study-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.8333333333%;
    -ms-flex: 0 0 45.8333333333%;
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .c-case-study-listing--featured
    .c-case-study-listing__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .c-case-study-listing--featured
    .c-case-study-listing__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .c-contact {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-contact__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-contact__header-title {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
    margin-bottom: 40px;
  }
  .c-contact__detail-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-contact__detail-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-contact__detail:not(:first-of-type) {
    margin-top: 30px;
  }
  .c-contact__detail-summary {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-contact__detail-email {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-contact__form {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-contact__form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.3333333333%;
    margin-top: 0;
  }
  .c-content-media {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-content-media__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-media__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-content-media__title {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-content-media__media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-media__media-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
  }
  .c-content-media--invert .c-content-media__content-container {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .c-content-media--invert .c-content-media__media-container {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-content-media--dark {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-content-media--image-bleed .c-content-media__media-wrapper {
    width: calc((100% + (100vw - 748px) / 2) + (16px / 2));
  }
  .c-content-media--image-bleed.c-content-media--invert
    .c-content-media__media-wrapper {
    left: calc((((100vw - 748px) / 2) + (16px / 2)) * -1);
  }
  .c-content-media--large .c-content-media__content-container {
    padding-bottom: 60px;
  }
  .c-content {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-content__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content--primary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-content--secondary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-content-double {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-content-double__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-double__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-content-double__container:not(:first-of-type) {
    margin-left: 0;
  }
  .c-content-double--primary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-content-double--secondary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-cookiebar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
  }
  .c-cookiebar__text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-cookiebar__links {
    margin-left: 20px;
    margin-top: 0;
  }
  .c-cookiebar__links button {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-cta {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-cta__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-cta__title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-cta__btn-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer {
    margin-bottom: 0;
  }
  .c-footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .c-footer__logo-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__logo {
    width: 125px;
  }
  .c-footer__copyright {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-footer__social-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__social-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-footer__social-item-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-footer__contact-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__contact-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-footer__contact-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-footer__address-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__address-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-footer__address {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-footer__legal-menu-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  div[id^="form"] {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  div[id^="form"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  div[id^="form"] {
    width: 748px;
    max-width: 100%;
  }
  div[id^="form"] form {
    margin-left: 15%;
    width: 70%;
  }
  div[id^="form"] .control-label {
    font-size: 16px;
    font-size: 1.6rem;
  }
  div[id^="form"] input[type="email"],
  div[id^="form"] input[type="text"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
  div[id^="form"] input[type="checkbox"] {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 4px;
  }
  div[id^="form"] input[type="radio"] {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 4px;
  }
  div[id^="form"] .ktc-radio-list label {
    font-size: 16px;
    font-size: 1.6rem;
  }
  div[id^="form"] .ktc-radio-list label {
    margin-top: 2px;
  }
  div[id^="form"] textarea {
    font-size: 18px;
    font-size: 1.8rem;
  }
  div[id^="form"] select {
    font-size: 14px;
    font-size: 1.4rem;
  }
  div[id^="form"] .field-validation-error {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-image {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-image__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-image__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 4.1666666667%;
  }
  .c-image__caption {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-image--primary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-image--secondary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-image--small .c-image__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-image--small .c-image__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 4.1666666667%;
  }
  .c-job-listing {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-job-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-job-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-job-listing__item-title-container {
    width: 85%;
  }
  .c-job-listing__item-title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-job-listing__item-summary {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-job-listing__item-summary {
    margin-top: 10px;
  }
  .c-list {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-list__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-list__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 4.1666666667%;
  }
  .c-list__list-item {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-list--double .c-list__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-list--double .c-list__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 0;
  }
  .c-list--double .c-list__container:first-of-type {
    margin-left: 8.3333333333%;
  }
  .c-logos {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-logos {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-logos__title {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-logos__title {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-logos__grid {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-logos__grid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .c-lottie {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-lottie + .c-lottie {
    padding-top: 60px;
  }
  .c-lottie__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__title {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-lottie__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__image-container {
    display: none;
  }
  .c-masthead__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-bottom: 75px;
    padding-top: 160px;
  }
  .c-masthead__title {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-masthead__meta {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-masthead__content-media-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-bottom: 75px;
    padding-top: 160px;
  }
  .c-masthead--text-center .c-masthead__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead--text-center .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: 12.5%;
  }
  .c-masthead--content-image .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-masthead-breadcrumb__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead-breadcrumb__item-image {
    height: 50px;
  }
  .c-masthead-homepage__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead-homepage__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
  .c-masthead-homepage__title {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-navbar {
    padding: 20px 0;
  }
  .c-navbar__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-navbar__brand {
    width: 120px;
  }
  .c-navbar.is-sticky {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .c-pagination {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-pagination__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-pagination__item + .c-pagination__item {
    margin-left: 10px;
  }
  .c-pagination__link {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-pagination__link-icon {
    top: 2px;
    width: 17px;
  }
  .c-statistics {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-statistics {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-statistics__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-statistics__header-title {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-statistics__header-summary {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-statistics__items {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics__items {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-statistics__item-stat {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
    width: 140px;
  }
  .c-statistics__item-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-statistics__footer {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics__footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-statistics__footer-summary {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-team-listing {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-team-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__item-name {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-team-listing__item-job-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-team-listing__popup {
    padding-top: 120px;
  }
  .c-team-listing__popup-close-btn {
    right: 20px;
    top: 20px;
  }
  .c-team-listing__popup-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__popup-media-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-team-listing__popup-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__popup-content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-team-listing__popup-name {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-team-listing__popup-job-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-team-listing__popup-summary {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-testimonial {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-testimonial {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-testimonial__quote-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-testimonial__quote-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-testimonial__quote-mark {
    height: 45px;
    width: 75px;
  }
  .c-testimonial__quote {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
    margin-top: 15px;
  }
  .c-testimonial__quote-author-name {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-video {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-video__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-video__title-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
    margin-bottom: 20px;
  }
  .c-video__title {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-video__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-video__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .c-video__caption {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-video__btn-container {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .c-calculator__col:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
  .c-job-listing__item:nth-child(n + 3) {
    margin-top: 45px;
  }
}
@media (max-width: 991.98px) and (min-width: 375px) {
  .c-statistics {
    padding-bottom: 0;
  }
  .c-testimonial {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 550px) {
  .c-statistics {
    padding-bottom: 0;
  }
  .c-testimonial {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .c-statistics {
    padding-bottom: 0;
  }
  .c-testimonial {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .c-statistics {
    padding-bottom: 0;
  }
  .c-testimonial {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .c-statistics {
    padding-bottom: 0;
  }
  .c-testimonial {
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 1400px) {
  .c-statistics {
    padding-bottom: 0;
  }
  .c-testimonial {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .container {
    width: 940px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .c-btn--small {
    padding: 15px;
  }
  .c-form__textbox {
    padding: 15px 20px;
  }
  .c-form__textarea {
    padding: 15px 20px;
  }
  .c-form__checkbox + input + label,
  .c-form__checkbox + label {
    padding-top: 1px;
  }
  .c-form__radio + label {
    padding-top: 1px;
  }
  .c-form__validation--error {
    padding: 15px 25px;
  }
  .c-form__validation--success {
    padding: 15px 25px;
  }
  .c-form--layout {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-form--nomargin-bottom {
    margin-bottom: 0;
  }
  .c-form--nomargin-top {
    margin-top: 0;
  }
  .c-form__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-form__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
  .c-form__form-field {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-form__form-field--two-cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-form__form-field--two-cols .c-form__textbox-field:not(:first-of-type) {
    margin-left: 15px;
    margin-top: 0;
  }
  .c-form__form-validation {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-selectbox__select {
    height: 54px;
    padding: 15px 50px 15px 20px;
  }
  .c-selectbox__arrow {
    right: 20px;
  }
  .c-banner {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-banner {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-banner__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-banner__title-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.1666666667%;
    -ms-flex: 0 0 54.1666666667%;
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
    margin-left: 22.9166666667%;
  }
  .c-banner__title {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-banner--white-bg {
    padding-bottom: 0;
  }
  .c-banner--white-bg {
    padding-top: 0;
  }
  .c-blog-listing {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-blog-listing__filtered {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item-media-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }
  .c-blog-listing__item-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item-content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-blog-listing--featured .c-blog-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-blog-listing--featured .c-blog-listing__item-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing--featured .c-blog-listing__item-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-button {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-button__link-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-calculator {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-calculator__col {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-calculator__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30.55%;
    -ms-flex: 0 0 30.55%;
    flex: 0 0 30.55%;
    max-width: 30.55%;
  }
  .c-case-study-listing {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-case-study-listing__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-case-study-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-case-study-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.8333333333%;
    -ms-flex: 0 0 45.8333333333%;
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }
  .c-case-study-listing__item:nth-child(2n + 1) {
    margin-left: 4.1666666667%;
  }
  .c-case-study-listing__item:nth-of-type(n + 3) {
    margin-top: 80px;
  }
  .c-case-study-listing__item-title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-case-study-listing--featured .c-case-study-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-contact {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-contact__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-contact__detail-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-contact__form {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-media {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-content-media__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-media__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-content-media__title {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-content-media__media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-media__media-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 8.3333333333%;
  }
  .c-content-media--invert .c-content-media__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
    margin-top: 0;
  }
  .c-content-media--invert .c-content-media__media-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
  }
  .c-content-media--dark {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-content-media--image-bleed .c-content-media__media-wrapper {
    width: calc((100% + (100vw - 940px) / 2) + (16px / 2));
  }
  .c-content-media--image-bleed.c-content-media--invert
    .c-content-media__media-wrapper {
    left: calc((((100vw - 940px) / 2) + (16px / 2)) * -1);
  }
  .c-content-media--large .c-content-media__content-container {
    padding-bottom: 60px;
  }
  .c-content {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-content__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 8.3333333333%;
  }
  .c-content--primary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-content--secondary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-content-double {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-content-double__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-double__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }
  .c-content-double--primary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-content-double--secondary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-cta {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-cta__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-cta__title-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 4.1666666667%;
  }
  .c-cta__btn-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-cta__btn-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 4.1666666667%;
    margin-top: 0;
  }
  .c-footer {
    margin-bottom: 0;
  }
  .c-footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .c-footer__logo-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__social-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__social-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .c-footer__contact-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__contact-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.3333333333%;
    -ms-flex: 0 0 28.3333333333%;
    flex: 0 0 28.3333333333%;
    max-width: 28.3333333333%;
  }
  .c-footer__address-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__address-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.3333333333%;
    -ms-flex: 0 0 28.3333333333%;
    flex: 0 0 28.3333333333%;
    max-width: 28.3333333333%;
  }
  .c-footer__legal-menu-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  div[id^="form"] {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  div[id^="form"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  div[id^="form"] {
    width: 940px;
    max-width: 100%;
  }
  div[id^="form"] form {
    margin-left: 20%;
    width: 60%;
  }
  div[id^="form"] input[type="email"],
  div[id^="form"] input[type="text"] {
    padding: 15px 20px;
  }
  div[id^="form"] textarea {
    padding: 15px 20px;
  }
  .c-image {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-image__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-image--primary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-image--secondary-bg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-image--small .c-image__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-job-listing {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-job-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-job-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-job-listing__item:nth-child(n + 4) {
    margin-top: 60px;
  }
  .c-list {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-list__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-list--double .c-list__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-logos {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-logos {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-logos__title {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-logos__title {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-logos__grid {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-logos__grid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
  .c-lottie {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-lottie + .c-lottie {
    padding-top: 60px;
  }
  .c-lottie__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 8.3333333333%;
    margin-bottom: 40px;
  }
  .c-lottie__title {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-lottie__summary {
    margin-top: 15px;
  }
  .c-lottie__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    margin-left: 4.1666666667%;
  }
  .c-masthead__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 8.3333333333%;
    padding-top: 180px;
  }
  .c-masthead__title {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-masthead__summary {
    margin-top: 15px;
  }
  .c-masthead__content-media-container {
    padding-top: 180px;
  }
  .c-masthead--text-center .c-masthead__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead--text-center .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
  .c-masthead--media-bg .c-masthead__content-container {
    min-height: 65vh;
  }
  .c-masthead--content-image .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 0;
  }
  .c-masthead-breadcrumb__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead-breadcrumb__item-image {
    height: 65px;
  }
  .c-masthead-homepage__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead-homepage__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 29.1666666667%;
  }
  .c-masthead-homepage__title {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-masthead-homepage__btn {
    margin-top: 50px;
  }
  .c-navbar__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-navbar.is-sticky .c-navbar__brand {
    width: 120px;
  }
  .c-pagination {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-pagination__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-statistics {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-statistics__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-statistics__header-title {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-statistics__header-summary {
    width: 85%;
  }
  .c-statistics__items {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics__items {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-statistics__footer {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics__footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-statistics__footer-summary {
    width: 80%;
  }
  .c-statistics__media-container {
    height: 100%;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .c-statistics__media-container::before {
    background: -o-linear-gradient(
      180.43deg,
      rgba(2, 5, 33, 0) 19.94%,
      rgba(0, 0, 0, 0.102) 35.64%,
      #000 57.24%,
      #000 99.65%
    );
    background: linear-gradient(
      269.57deg,
      rgba(2, 5, 33, 0) 19.94%,
      rgba(0, 0, 0, 0.102) 35.64%,
      #000 57.24%,
      #000 99.65%
    );
  }
  .c-team-listing {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-team-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-team-listing__popup-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__popup-media-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-team-listing__popup-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__popup-content-container {
    margin-left: 4.1666666667%;
  }
  .c-team-listing__popup-social-icon {
    margin-top: 20px;
  }
  .c-team-listing__popup-summary {
    margin-top: 30px;
  }
  .c-testimonial {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-testimonial {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .c-testimonial__quote-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-testimonial__quote-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-testimonial__quote-author-name {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
    width: 80%;
  }
  .c-testimonial__btn {
    margin-top: 50px;
  }
  .c-testimonial__media-container {
    height: 100%;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .c-testimonial__media-container::before {
    background: -o-linear-gradient(
      180.43deg,
      rgba(2, 5, 33, 0) 19.94%,
      rgba(0, 0, 0, 0.102) 35.64%,
      #000 57.24%,
      #000 99.65%
    );
    background: linear-gradient(
      269.57deg,
      rgba(2, 5, 33, 0) 19.94%,
      rgba(0, 0, 0, 0.102) 35.64%,
      #000 57.24%,
      #000 99.65%
    );
  }
  .c-video {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .c-video__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-video__title-container {
    margin-bottom: 30px;
  }
  .c-video__title {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-video__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-video__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-team-listing__item:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .container {
    width: 1140px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .cms-content .u-text-big {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .cms-content .u-text-small {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .cms-content p.footnote {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-form__label {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-form__label-desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-form__subheading {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-form--layout {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-form--nomargin-bottom {
    margin-bottom: 0;
  }
  .c-form--nomargin-top {
    margin-top: 0;
  }
  .c-form__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-form__form-field {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-form__form-validation {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-banner {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-banner {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-banner__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-banner--white-bg {
    padding-bottom: 0;
  }
  .c-banner--white-bg {
    padding-top: 0;
  }
  .c-blog-listing {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-blog-listing__filtered {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__filtered-label {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-blog-listing__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item-date {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-blog-listing--featured .c-blog-listing__item-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing--featured .c-blog-listing__item-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing--featured .c-blog-listing__item-summary {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-button {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-button__link-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-calculator {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-calculator__col {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-calculator__summary {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-calculator__total {
    padding: 60px 40px;
  }
  .c-calculator__total-summary {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-case-study-listing {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-case-study-listing__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-case-study-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-case-study-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-case-study-listing__item:nth-child(2n + 1) {
    margin-left: 8.3333333333%;
  }
  .c-case-study-listing__item-media-container {
    margin-bottom: 20px;
  }
  .c-case-study-listing__item-summary {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-contact {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-contact__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-contact__header-title {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
    margin-bottom: 70px;
  }
  .c-contact__detail-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-contact__detail-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-contact__detail:not(:first-of-type) {
    margin-top: 40px;
  }
  .c-contact__detail-social-item:not(:first-of-type) {
    margin-left: 65px;
  }
  .c-contact__form {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-contact__form {
    margin-left: 16.6666666667%;
  }
  .c-content-media {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-content-media__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-media__media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-media--dark {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-content-media--image-bleed .c-content-media__media-wrapper {
    width: calc((100% + (100vw - 1140px) / 2) + (16px / 2));
  }
  .c-content-media--image-bleed.c-content-media--invert
    .c-content-media__media-wrapper {
    left: calc((((100vw - 1140px) / 2) + (16px / 2)) * -1);
  }
  .c-content-media--large .c-content-media__content-container {
    padding-bottom: 80px;
  }
  .c-content {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-content__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
  .c-content--primary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-content--secondary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-content-double {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-content-double__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-double__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 16.6666666667%;
  }
  .c-content-double__container:not(:first-of-type) {
    margin-left: 0;
  }
  .c-content-double--primary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-content-double--secondary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-cookiebar__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-cookiebar__links button {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-cta {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-cta__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-cta__title-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 4.1666666667%;
  }
  .c-cta__btn-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-cta__btn-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 4.1666666667%;
  }
  .c-footer {
    margin-bottom: 0;
  }
  .c-footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-footer__logo-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__logo-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.3333333333%;
    -ms-flex: 0 0 18.3333333333%;
    flex: 0 0 18.3333333333%;
    max-width: 18.3333333333%;
  }
  .c-footer__logo {
    width: 140px;
  }
  .c-footer__social-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__social-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10.8333333333%;
    -ms-flex: 0 0 10.8333333333%;
    flex: 0 0 10.8333333333%;
    max-width: 10.8333333333%;
    margin-top: 0;
  }
  .c-footer__contact-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__contact-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20.8333333333%;
    -ms-flex: 0 0 20.8333333333%;
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
    margin-top: 0;
  }
  .c-footer__address-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__address-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 0;
  }
  .c-footer__legal-menu-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  div[id^="form"] {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  div[id^="form"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  div[id^="form"] {
    width: 1140px;
    max-width: 100%;
  }
  div[id^="form"] form {
    margin-left: 25%;
    width: 50%;
  }
  div[id^="form"] .control-label {
    font-size: 18px;
    font-size: 1.8rem;
  }
  div[id^="form"] .ktc-radio-list label {
    font-size: 18px;
    font-size: 1.8rem;
  }
  div[id^="form"] .field-validation-error {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-image {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-image__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-image__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
  .c-image--primary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-image--secondary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-image--small .c-image__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-image--small .c-image__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 16.6666666667%;
  }
  .c-job-listing {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-job-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-list {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-list__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-list__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
  .c-list--double .c-list__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-list--double .c-list__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 0;
  }
  .c-list--double .c-list__container:first-of-type {
    margin-left: 16.6666666667%;
  }
  .c-logos {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-logos {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-logos__title {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-logos__grid {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-logos__grid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 20.8333333333%;
  }
  .c-logos__logo {
    padding: 0 7.5%;
  }
  .c-lottie {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-lottie + .c-lottie {
    padding-top: 80px;
  }
  .c-lottie__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
  .c-lottie__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
  .c-masthead__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 8.3333333333%;
  }
  .c-masthead__title {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-masthead__meta {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-masthead__content-media-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-masthead--text-center .c-masthead__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead--text-center .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 20.8333333333%;
  }
  .c-masthead--content-image .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
  }
  .c-masthead-breadcrumb__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead-breadcrumb__item-image {
    height: 80px;
  }
  .c-masthead-homepage__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-navbar {
    padding: 40px 0 70px 0;
  }
  .c-navbar__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-navbar__brand {
    width: 140px;
  }
  .c-navbar__links {
    display: inline-block;
  }
  .c-navbar__item + .c-navbar__item {
    margin-left: 30px;
  }
  .c-navbar__link-dropdown-icon {
    display: none;
  }
  .c-navbar__menu {
    display: none;
  }
  .c-navbar__dropdown {
    opacity: 0;
    padding-top: 5px;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition:
      opacity 0.3s,
      visibility 0.3s;
    -o-transition:
      opacity 0.3s,
      visibility 0.3s;
    transition:
      opacity 0.3s,
      visibility 0.3s;
    visibility: hidden;
    width: 280px;
    z-index: 400;
  }
  .c-navbar__dropdown {
    width: 300px;
  }
  .c-navbar__dropdown-wrapper {
    background-color: #2c1b5b;
    padding-bottom: 5px;
  }
  .c-navbar__dropdown-link {
    color: #fff;
  }
  .c-navbar__dropdown.is-active,
  .c-navbar__item--dropdown:hover > .c-navbar__dropdown,
  html.no-js .c-navbar__item:focus .c-navbar__dropdown,
  html.no-js .c-navbar__item:hover .c-navbar__dropdown {
    opacity: 1;
    visibility: visible;
  }
  .c-navbar__link.is-current {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(currentColor),
      to(currentColor)
    );
    background-image: -o-linear-gradient(top, currentColor, currentColor);
    background-image: linear-gradient(to bottom, currentColor, currentColor);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    text-decoration: none;
    -webkit-transition:
      background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
      color 0.3s;
    -o-transition:
      background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
      color 0.3s;
    transition:
      background-size 0.45s cubic-bezier(0.645, 0.045, 0.355, 1),
      color 0.3s;
  }
  html.no-touchevents .c-navbar__link.is-current:hover {
    background-size: 0 1px;
    color: #49d9e6;
  }
  .c-navbar.is-sticky {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .c-navbar.is-sticky .c-navbar__brand {
    width: 125px;
  }
  .c-pagination {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-pagination__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-pagination__link-icon {
    width: 18px;
  }
  .c-statistics {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-statistics {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-statistics__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics__items {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics__items {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .c-statistics__footer {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-team-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-team-listing__item:nth-of-type(n + 5) {
    margin-top: 40px;
  }
  .c-team-listing__item-job-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-team-listing__popup-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__popup-media-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 8.3333333333%;
  }
  .c-team-listing__popup-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__popup-content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 4.1666666667%;
  }
  .c-testimonial {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-testimonial {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-testimonial__quote-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-testimonial__quote-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-video {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-video__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-video__title-container {
    margin-bottom: 40px;
  }
  .c-video__container {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .container {
    width: 1340px;
    max-width: 100%;
  }
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  p {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-btn,
  div[id^="form"] input[type="submit"] {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-btn--small {
    font-size: 20px;
    font-size: 2rem;
  }
  .cms-content ol,
  .cms-content ul {
    font-size: 20px;
    font-size: 2rem;
  }
  .cms-content table {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-form__textbox {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-form__textarea {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-form__validation ol,
  .c-form__validation ul {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-form--layout {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-form--nomargin-bottom {
    margin-bottom: 0;
  }
  .c-form--nomargin-top {
    margin-top: 0;
  }
  .c-form__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-form__form-field {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-form__form-validation {
    padding-right: 8px;
    padding-left: 8px;
  }
  a[href="#main-content"] {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-selectbox__select {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-selectbox__select {
    height: 56px;
  }
  .c-banner {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-banner {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-banner__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-banner__title-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.8333333333%;
    -ms-flex: 0 0 45.8333333333%;
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
    margin-left: 27.0833333333%;
  }
  .c-banner--white-bg {
    padding-bottom: 0;
  }
  .c-banner--white-bg {
    padding-top: 0;
  }
  .c-blog-listing {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-blog-listing__filtered {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing__item-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-blog-listing__item-summary {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-blog-listing--featured .c-blog-listing__item-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing--featured .c-blog-listing__item-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-blog-listing--featured .c-blog-listing__item-title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-button {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-button__link-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-calculator {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-calculator__col {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-case-study-listing {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-case-study-listing__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-case-study-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-contact {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-contact__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-contact__detail-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-contact__detail-summary {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-contact__detail-email {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-contact__form {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-media {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-content-media__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-media__media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-media--dark {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-content-media--image-bleed .c-content-media__media-wrapper {
    width: calc((100% + (100vw - 1340px) / 2) + (16px / 2));
  }
  .c-content-media--image-bleed.c-content-media--invert
    .c-content-media__media-wrapper {
    left: calc((((100vw - 1340px) / 2) + (16px / 2)) * -1);
  }
  .c-content-media--large .c-content-media__content-container {
    padding-bottom: 80px;
  }
  .c-content {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-content__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content--primary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-content--secondary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-content-double {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-content-double__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-content-double--primary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-content-double--secondary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-cta {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-cta__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-cta__title-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.8333333333%;
    -ms-flex: 0 0 45.8333333333%;
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
    margin-left: 12.5%;
  }
  .c-cta__btn-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-cta__btn-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
    margin-left: 4.1666666667%;
  }
  .c-footer {
    margin-bottom: 0;
  }
  .c-footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .c-footer__logo-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__social-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__contact-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__address-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-footer__legal-menu-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  div[id^="form"] {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  div[id^="form"] {
    padding-right: 8px;
    padding-left: 8px;
  }
  div[id^="form"] {
    width: 1340px;
    max-width: 100%;
  }
  div[id^="form"] input[type="email"],
  div[id^="form"] input[type="text"] {
    font-size: 20px;
    font-size: 2rem;
  }
  div[id^="form"] textarea {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-image {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-image__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-image__caption {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-image--primary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-image--secondary-bg {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-image--small .c-image__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-job-listing {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-job-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-job-listing__item-title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 110%;
  }
  .c-job-listing__item-summary {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-list {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-list__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-list__list-item {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-list--double .c-list__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-logos {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-logos {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-logos__title {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-logos__grid {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-lottie + .c-lottie {
    padding-top: 80px;
  }
  .c-lottie__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-lottie__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.8333333333%;
    -ms-flex: 0 0 70.8333333333%;
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
    margin-left: 14.5833333333%;
  }
  .c-masthead__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 200px;
  }
  .c-masthead__content-media-container {
    padding-top: 200px;
  }
  .c-masthead--text-center .c-masthead__content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead--text-center .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  }
  .c-masthead--content-image .c-masthead__content-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-masthead-breadcrumb__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead-breadcrumb__item-image {
    height: 90px;
  }
  .c-masthead-homepage__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-masthead-homepage__container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 37.5%;
  }
  .c-navbar__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-pagination {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-pagination__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-pagination__link {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-statistics {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-statistics {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-statistics__header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-statistics__header-summary {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-statistics__items {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics__items {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.1666666667%;
    -ms-flex: 0 0 29.1666666667%;
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }
  .c-statistics__footer {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-statistics__footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-statistics__footer-summary {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-statistics__footer-summary {
    width: 100%;
  }
  .c-team-listing {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-team-listing__item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__popup-media-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__popup-content-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-team-listing__popup-summary {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-testimonial {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-testimonial {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .c-testimonial__quote-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-video {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .c-video__title-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-video__title-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    margin-left: 20.8333333333%;
  }
  .c-video__container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .c-video__caption {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .c-navbar__links {
    background-color: #2c1b5b;
    display: none;
    height: 100vh;
    left: 0;
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  @supports (-webkit-touch-callout: none) {
    .c-navbar__links {
      height: -webkit-fill-available;
    }
  }
  .c-navbar__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 940px;
  }
  .c-navbar__item {
    padding: 10px 0;
  }
  .c-navbar__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-navbar__link-btn {
    display: inline-block;
  }
  .c-navbar__dropdown {
    display: none;
    padding: 10px 0;
  }
  body.is-nav-open .c-navbar__links {
    display: inline-block;
  }
  .c-navbar__dropdown.is-active,
  .c-navbar__item--dropdown:hover > .c-navbar__dropdown,
  html.no-js .c-navbar__item:focus .c-navbar__dropdown,
  html.no-js .c-navbar__item:hover .c-navbar__dropdown {
    display: block;
  }
  .c-navbar__link.is-current {
    background-size: 100% 1px;
  }
  .c-navbar__dropdown-link.is-current {
    background-size: 100% 1px;
  }
}
@media (max-width: 991.98px) {
  .c-blog-listing--featured .row:last-of-type {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .c-blog-listing--featured .c-blog-listing__item .row:last-of-type {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: unset;
  }
  .c-case-study-listing--featured .row:last-of-type {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .c-navbar__list {
    width: 748px;
  }
  .c-statistics {
    padding-bottom: 0;
    background-color: #0b0b0b;
  }
  .c-testimonial {
    padding-bottom: 0;
    background-color: #0b0b0b;
  }
  .c-testimonial__media-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .c-testimonial__media-wrapper:before {
    display: block;
    content: "";
    padding-top: 56.25%;
    width: 100%;
  }
  .c-testimonial__media-wrapper > * {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-blog-listing__filtered-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-blog-listing__filtered-label {
    margin-bottom: 15px;
  }
  .c-blog-listing__item-title-container {
    margin-top: 10px;
  }
  .c-calculator__col {
    padding-bottom: 40px;
  }
  .c-calculator__col + .c-calculator__col {
    margin-top: 40px;
  }
  .c-calculator__title span {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
  }
  .c-case-study-listing--featured
    .c-case-study-listing__item:not(:first-of-type) {
    margin-top: 0;
  }
  .c-content-media--image-bleed .c-content-media__media-wrapper {
    left: -10px;
    width: calc(100% + 20px);
  }
  div[id^="form"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-job-listing__item:not(:first-of-type) {
    margin-top: 30px;
  }
  .c-list--double .c-list__container:not(:first-of-type) {
    margin-top: 20px;
  }
  .c-lottie__lottie {
    display: none;
  }
  .c-navbar__list {
    width: 100%;
  }
  .c-testimonial__media-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .c-testimonial__media-wrapper:before {
    display: block;
    content: "";
    padding-top: 75%;
    width: 100%;
  }
  .c-testimonial__media-wrapper > * {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 549.98px) {
  .c-case-study-listing__item:not(:first-of-type) {
    margin-top: 40px;
  }
  .c-team-listing__item:not(:first-of-type) {
    margin-top: 30px;
  }
}

/* Lottie player sizing */
lottie-player {
  width: 100%;
  display: block;
}

/* Remove focus outline on mouse click, keep for keyboard */
:focus:not(:focus-visible) {
  outline: none;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
  outline: none;
}
