@import url(https://use.typekit.net/mga7fir.css);@font-face {
  font-family: 'nitro2019';
  src:  url(/fonts/nitro2019.eot?8314902b75cdb6ceea3869b85582f5e3);
  src:  url(/fonts/nitro2019.eot?8314902b75cdb6ceea3869b85582f5e3#iefix) format('embedded-opentype'),
    url(/fonts/nitro2019.ttf?af7af76ed108b9d93d28b04852bb3622) format('truetype'),
    url(/fonts/nitro2019.woff?ed7b1f9656e51091cdbec7ff422b0526) format('woff'),
    url(/fonts/nitro2019.svg?762a4f78a3995d5e300c636fc7f6c85c#nitro2019) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nitro2019' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\E900";
}
.icon-facebook:before {
  content: "\E901";
}
.icon-instagram:before {
  content: "\E902";
}
.icon-linkedin:before {
  content: "\E903";
}
.icon-twitter:before {
  content: "\E904";
}
@font-face {
    font-family: 'noun';
    src: url(/fonts/noun-iconset.eot?ea5ae113a4578f904cde70bb9bab6c10);
    src: url(/fonts/noun-iconset.eot?ea5ae113a4578f904cde70bb9bab6c10?#iefix) format('embedded-opentype'),
         url(/fonts/noun-iconset.woff?4a2b8ad9a4c82bf0ea27e98e7ce6b386) format('woff'),
         url(/fonts/noun-iconset.ttf?3cb8f87124c8192651fecc9d8aa358bd) format('truetype'),
         url(/fonts/noun-iconset.svg?9d4b3d3e3d948ac8aaffe31fcf8c5c9a#noun-iconset) format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-noun']:before{
	display: inline-block;
   font-family: 'noun' !important;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-noun_adaptability_1681581:before{content:'A';}
.icon-noun_conference_1874175:before{content:'B';}
.icon-noun_Digitalization_1996786:before{content:'C';}
.icon-noun_discussion_1890361:before{content:'D';}
.icon-noun_ecosystem_1544042:before{content:'E';}
.icon-noun_ux design_2070195:before{content:'F';}
.icon-noun_Funding_Platform_1315730:before{content:'G';}
.icon-noun_launch_2597885:before{content:'H';}
.icon-noun_methodology_customer_2148902:before{content:'I';}
.icon-noun_Patient_1283909:before{content:'J';}
.icon-noun_Patient_2444303:before{content:'K';}
.icon-noun_Reading_2585958:before{content:'L';}
.icon-noun_solution_2499692:before{content:'M';}
.icon-noun_strategy_1464348:before{content:'N';}
.icon-noun_support_2139482:before{content:'O';}
.icon-noun_tracking_1960928:before{content:'P';}

.icon-noun_adaptability:before{content:'A';}
.icon-noun_conference:before{content:'B';}
.icon-noun_Digitalization:before{content:'C';}
.icon-noun_discussion:before{content:'D';}
.icon-noun_ecosystem:before{content:'E';}
.icon-noun_ux_design:before{content:'F';}
.icon-noun_Funding_Platform:before{content:'G';}
.icon-noun_launch:before{content:'H';}
.icon-noun_methodology_customer:before{content:'I';}
.icon-noun_Patient:before{content:'J';}
.icon-noun_Patient:before{content:'K';}
.icon-noun_Reading:before{content:'L';}
.icon-noun_solution:before{content:'M';}
.icon-noun_strategy:before{content:'N';}
.icon-noun_support:before{content:'O';}
.icon-noun_tracking:before{content:'P';}
/* Generated by Glyphter (http://www.glyphter.com) on  Fri Mar 20 2020*/
@font-face {
    font-family: 'noun2';
    src: url(/fonts/noun2-iconset.eot?dabcee12c4c1dd322645acf6a1edd8b0);
    src: url(/fonts/noun2-iconset.eot?dabcee12c4c1dd322645acf6a1edd8b0?#iefix) format('embedded-opentype'),
         url(/fonts/noun2-iconset.woff?1054afd97da84d8ea5147983bd247cbc) format('woff'),
         url(/fonts/noun2-iconset.ttf?043f160c97e6c70a2f94ce6d159eeb59) format('truetype'),
         url(/fonts/noun2-iconset.svg?88f4647f983df91a2bdcf9683973847d#noun2) format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-noun2']:before{
	display: inline-block;
   font-family: 'noun2' !important;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-noun2-1:before{content:'A';}
.icon-noun2-2:before{content:'B';}
.icon-noun2-3:before{content:'C';}
.icon-noun2-4:before{content:'D';}
.icon-noun2-5:before{content:'E';}
.icon-noun2-6:before{content:'F';}
.icon-noun2-7:before{content:'G';}
.icon-noun2-8:before{content:'H';}
.icon-noun2-9:before{content:'I';}
.icon-noun2-10:before{content:'J';}
.icon-noun2-11:before{content:'K';}
@charset "UTF-8";

/**
Please use the following filenames and structure approach and guidelines

--- CSS naming convention ---
Reusable components:
  CSS: /resources/sass/components/_{component-name}.sass
  CSS classname: c-{component-name}
  CSS classnames inside component: _{classname} (to distinguish them from sub-components
  Template: /resources/views/components/{component-name}.blade.php

Content sections:
  CSS: /resouces/sass/sections/_{section-name}.sass
  CSS classname: s-{section-name}
  Template: /resources/views/sections/{section-name}.blade.php

--- Guidelines ---
* Do not overwrite the properties of components inside sections - use modifiers instead
* If modifiers list is too long or the modifier is changing too much, consider creating new component
* When writing styles for components, place all media queries in one file, making the component fully defined for all viewports

--- Iconfont ---
Iconfont was created with https://icomoon.io
To edit the iconfont upload /resources/iconfont/selection.json to the application. After exporting new font,
replace the /resources/iconfont/fonts, /resources/iconfont/selection.json and /resources/iconfont/style.css with
the new ones.
*/

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

@media print, screen and (min-width: 48em) {
  .reveal.large,
  .reveal.small,
  .reveal.tiny,
  .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=80em&xxlarge=118.75em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #292f36;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(41, 47, 54, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292f36;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #292f36;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #292f36;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}

.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #292f36;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292f36;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 1.9375rem;
  }

  h4,
  .h4 {
    font-size: 1.5625rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #215149;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #1c463f;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 83.875rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014   ";
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #292f36;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #292f36;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #292f36;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 83.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    flex-basis: auto;
  }
}

.grid-x > .small-12,
.grid-x > .small-11,
.grid-x > .small-10,
.grid-x > .small-9,
.grid-x > .small-8,
.grid-x > .small-7,
.grid-x > .small-6,
.grid-x > .small-5,
.grid-x > .small-4,
.grid-x > .small-3,
.grid-x > .small-2,
.grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-12,
  .grid-x > .medium-11,
  .grid-x > .medium-10,
  .grid-x > .medium-9,
  .grid-x > .medium-8,
  .grid-x > .medium-7,
  .grid-x > .medium-6,
  .grid-x > .medium-5,
  .grid-x > .medium-4,
  .grid-x > .medium-3,
  .grid-x > .medium-2,
  .grid-x > .medium-1,
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-12,
  .grid-x > .large-11,
  .grid-x > .large-10,
  .grid-x > .large-9,
  .grid-x > .large-8,
  .grid-x > .large-7,
  .grid-x > .large-6,
  .grid-x > .large-5,
  .grid-x > .large-4,
  .grid-x > .large-3,
  .grid-x > .large-2,
  .grid-x > .large-1,
  .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}

.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    flex-basis: auto;
  }
}

.grid-y > .small-12,
.grid-y > .small-11,
.grid-y > .small-10,
.grid-y > .small-9,
.grid-y > .small-8,
.grid-y > .small-7,
.grid-y > .small-6,
.grid-y > .small-5,
.grid-y > .small-4,
.grid-y > .small-3,
.grid-y > .small-2,
.grid-y > .small-1 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.3333333333%;
}

.grid-y > .small-2 {
  height: 16.6666666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333333333%;
}

.grid-y > .small-5 {
  height: 41.6666666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333333333%;
}

.grid-y > .small-8 {
  height: 66.6666666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333333333%;
}

.grid-y > .small-11 {
  height: 91.6666666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-12,
  .grid-y > .medium-11,
  .grid-y > .medium-10,
  .grid-y > .medium-9,
  .grid-y > .medium-8,
  .grid-y > .medium-7,
  .grid-y > .medium-6,
  .grid-y > .medium-5,
  .grid-y > .medium-4,
  .grid-y > .medium-3,
  .grid-y > .medium-2,
  .grid-y > .medium-1,
  .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }

  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }

  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }

  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }

  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-12,
  .grid-y > .large-11,
  .grid-y > .large-10,
  .grid-y > .large-9,
  .grid-y > .large-8,
  .grid-y > .large-7,
  .grid-y > .large-6,
  .grid-y > .large-5,
  .grid-y > .large-4,
  .grid-y > .large-3,
  .grid-y > .large-2,
  .grid-y > .large-1,
  .grid-y > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.3333333333%;
  }

  .grid-y > .large-2 {
    height: 16.6666666667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.3333333333%;
  }

  .grid-y > .large-5 {
    height: 41.6666666667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.3333333333%;
  }

  .grid-y > .large-8 {
    height: 66.6666666667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.3333333333%;
  }

  .grid-y > .large-11 {
    height: 91.6666666667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }

  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }

  .grid-margin-y > .shrink {
    height: auto;
  }

  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }

  .grid-margin-y > .medium-auto {
    height: auto;
  }

  .grid-margin-y > .medium-shrink {
    height: auto;
  }

  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }

  .grid-margin-y > .large-shrink {
    height: auto;
  }

  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }

  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }

  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }

  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }

  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }

  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #215149;
  color: #fff;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #1c453e;
  color: #fff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #215149;
  color: #fff;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #1a413a;
  color: #fff;
}

.button.secondary {
  background-color: #767676;
  color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #5e5e5e;
  color: #fff;
}

.button.success {
  background-color: #3adb76;
  color: #292f36;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #292f36;
}

.button.warning {
  background-color: #ffae00;
  color: #292f36;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #292f36;
}

.button.alert {
  background-color: #cc4b37;
  color: #fff;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #fff;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #215149;
  color: #fff;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #215149;
  color: #fff;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #767676;
  color: #fff;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #3adb76;
  color: #292f36;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #292f36;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fff;
}

.button.hollow {
  border: 1px solid #215149;
  color: #215149;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #112925;
  color: #112925;
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
  border: 1px solid #215149;
  color: #215149;
}

.button.hollow.primary {
  border: 1px solid #215149;
  color: #215149;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #112925;
  color: #112925;
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
  border: 1px solid #215149;
  color: #215149;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear {
  border: 1px solid #215149;
  color: #215149;
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover,
.button.clear:focus {
  border-color: #112925;
  color: #112925;
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border: 1px solid #215149;
  color: #215149;
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #215149;
  color: #215149;
}

.button.clear.primary:hover,
.button.clear.primary:focus {
  border-color: #112925;
  color: #112925;
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border: 1px solid #215149;
  color: #215149;
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover,
.button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover,
.button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover,
.button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #215149;
}

.button.dropdown.hollow.primary::after,
.button.dropdown.clear.primary::after {
  border-top-color: #215149;
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after,
.button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after,
.button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after,
.button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.button-group::before,
.button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #215149;
  color: #fff;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #1a413a;
  color: #fff;
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fff;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fff;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #292f36;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #292f36;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #292f36;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #292f36;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fff;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fff;
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  flex-wrap: wrap;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}

@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }

  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput=mouse] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #292f36;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #215149;
  color: #fff;
}

.label.primary {
  background: #215149;
  color: #fff;
}

.label.secondary {
  background: #767676;
  color: #fff;
}

.label.success {
  background: #3adb76;
  color: #292f36;
}

.label.warning {
  background: #ffae00;
  color: #292f36;
}

.label.alert {
  background: #cc4b37;
  color: #fff;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #215149;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #215149;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #215149;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1c453e;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #215149;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive,
.switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #292f36;
}

tfoot {
  background: #f2f2f2;
  color: #292f36;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #215149;
  color: #fff;
}

.badge.primary {
  background: #215149;
  color: #fff;
}

.badge.secondary {
  background: #767676;
  color: #fff;
}

.badge.success {
  background: #3adb76;
  color: #292f36;
}

.badge.warning {
  background: #ffae00;
  color: #292f36;
}

.badge.alert {
  background: #cc4b37;
  color: #fff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #292f36;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #215149;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(41, 47, 54, 0.25);
  border-radius: 0;
  background-color: white;
  color: #292f36;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d5eeea;
  color: #292f36;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #292f36;
}

.callout.success {
  background-color: #e1faea;
  color: #292f36;
}

.callout.warning {
  background-color: #fff3d9;
  color: #292f36;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #292f36;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #292f36;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #292f36;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #215149;
  color: #fff;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "\2026";
  color: #292f36;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\AB";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\BB";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #292f36;
  font-size: 80%;
  color: #fff;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #292f36;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #292f36 transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #292f36;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #292f36 transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #215149;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

.is-active > .accordion-title::before {
  content: "\2013";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #292f36;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 47.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 47.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(41, 47, 54, 0.5);
  color: #fff;
}

.orbit-next,
.orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
  outline: 0;
}

.orbit-next:hover,
.orbit-previous:hover,
.orbit-next:active,
.orbit-previous:active,
.orbit-next:focus,
.orbit-previous:focus {
  background-color: rgba(41, 47, 54, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #215149;
}

.tabs.primary > li > a {
  color: #fff;
}

.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #275f56;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #215149;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fff;
  color: #1c463f;
}

.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #215149;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #292f36;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(41, 47, 54, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 81, 73, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

[data-whatinput=mouse] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu,
.menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}

.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

.menu.expanded li {
  flex: 1 1 0px;
}

.menu.simple {
  align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.medium-expanded li {
    flex: 1 1 0px;
  }

  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .menu.large-expanded li {
    flex: 1 1 0px;
  }

  .menu.large-simple li {
    flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: flex;
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
  display: flex;
}

.menu.icon-left li a {
  flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #215149;
  color: #fff;
}

.menu .active > a {
  background: #215149;
  color: #fff;
}

.menu.align-left {
  justify-content: flex-start;
}

.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: flex;
  justify-content: center;
}

.menu.align-center li .submenu li {
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}

.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #292f36;
  box-shadow: 0 7px 0 #292f36, 0 14px 0 #292f36;
  content: "";
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #215149 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #215149 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #215149;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #215149;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #215149 transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #215149 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #215149 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  background: #fff;
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #215149;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #215149 transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #215149;
}

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #215149 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #215149 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #215149;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #215149 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #215149 transparent transparent;
    right: auto;
    left: 5px;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #215149;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fff;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #215149 transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #215149;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(41, 47, 54, 0.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(41, 47, 54, 0.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(41, 47, 54, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(41, 47, 54, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(41, 47, 54, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(41, 47, 54, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-left.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-right.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-top.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }

  .position-bottom.reveal-for-large .close-button {
    display: none;
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }

  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(41, 47, 54, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 83.875rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 83.875rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 83.875rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 83.875rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 47.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #292f36;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 48em) {
  .top-bar {
    flex-wrap: nowrap;
  }

  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }

  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 79.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }

  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 79.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.row {
  max-width: 83.875rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row .row {
  margin-right: -1rem;
  margin-left: -1rem;
}

@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column,
.columns {
  flex: 1 1 0px;
  padding-right: 1rem;
  padding-left: 1rem;
  min-width: 0;
}

@media print, screen and (min-width: 48em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}

.small-up-1 > .column,
.small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}

.small-up-2 > .column,
.small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}

.small-up-3 > .column,
.small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}

.small-up-4 > .column,
.small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}

.small-up-5 > .column,
.small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}

.small-up-6 > .column,
.small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}

.small-up-7 > .column,
.small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}

.small-up-8 > .column,
.small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media print, screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }

  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }

  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }

  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }

  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }

  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }

  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}

.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 48em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }

  .large-up-2 > .column,
  .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }

  .large-up-4 > .column,
  .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }

  .large-up-5 > .column,
  .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }

  .large-up-6 > .column,
  .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }

  .large-up-7 > .column,
  .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }

  .large-up-8 > .column,
  .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}

.row.large-unstack > .column,
.row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 2rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 1.875rem;
  }

  .column-block > :last-child {
    margin-bottom: 0;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(41, 47, 54, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput=mouse] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 83.875rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 83.875rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 83.875rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 83.875rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 47.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  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;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475) format("embedded-opentype"), url(/fonts/vendor/slick-carousel/slick/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(/fonts/vendor/slick-carousel/slick/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(/fonts/vendor/slick-carousel/slick/slick.svg?f97e3bbf73254b0112091d0192f17aec) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */

#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 5px;
}

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
  width: 30px;
}

#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
  display: none;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 100%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #215149;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}

body {
  color: #292f36;
  font-family: proxima-nova, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
}

h1 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 4.25rem;
}

h2 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 4.25rem;
}

h3 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.5rem;
}

h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

h6 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625rem;
  text-transform: uppercase;
}

.h1 {
  font-size: 3.5rem !important;
  font-weight: 900 !important;
  line-height: 4.25rem !important;
}

.h2 {
  font-size: 3.5rem !important;
  font-weight: 900 !important;
  line-height: 4.25rem !important;
}

.h3 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.h6 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.625rem;
  text-transform: uppercase;
}

a {
  color: #5ADEC7;
  transition: color 0.3s ease;
}

a:hover {
  color: #215149;
  transition: color 0.3s ease;
}

canvas {
  display: none;
  position: absolute;
  z-index: 1;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.color-white {
  color: #fff;
}

.color-teal {
  color: #5ADEC7;
}

.color-eden {
  color: #0e4e5c;
}

.color-shark {
  color: #292f36;
}

.no-scroll {
  overflow: hidden;
}

.text-small {
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.text-medium {
  font-size: 1rem;
  line-height: 1.625rem;
}

.text-larger {
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.text-big {
  font-size: 1rem;
  line-height: 1.625rem;
}

.edit-row {
  background-color: black;
  text-align: center;
}

.edit-row a {
  font-weight: bold;
  color: #fff;
  margin: auto;
}

.edit-row a:hover {
  color: #5ADEC7 !important;
}

.width-50 {
  max-width: 50%;
}

[data-object-fit=cover] {
  -o-object-fit: cover;
     object-fit: cover;
}

[data-object-fit=contain] {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 63.99875em) {
  h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.875rem;
  }

  h2 {
    font-size: 2rem;
    font-weight: 900;
    line-height: 2.875rem;
  }

  h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 3.5rem;
  }

  .mobile-center {
    margin: 0 auto;
    text-align: center;
  }
}

@media print, screen and (min-width: 64em) {
  /* Temporarily disabled (attributes for background particles */

  [class^=row],
  [class^=column] {
    position: static;
  }

  .text-small {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }

  .text-medium {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .text-big {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .flex-end {
    justify-content: flex-end;
  }

  .order-0 {
    order: 0;
  }

  .order-1 {
    order: 1;
  }
}

.row-post {
  max-width: 59.875rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row-xsmall {
  max-width: 58rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row-small {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row-medium {
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row-large {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row-xlarge {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

.row-full {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (min-width: 80em) {
  .flex-end {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

html[data-useragent*="rv:11"] body,
html[data-useragent*=Edge] body {
  overflow-x: hidden;
}

html[data-useragent*="rv:11"] .carousel-banner.slick-dotted {
  margin-bottom: -0.625rem;
}

html[data-useragent*="rv:11"] [class^=offerings-] .two-cols-full-image .row {
  max-width: 29%;
}

html[data-useragent*="rv:11"] [class^=offerings-] .two-cols-full-image .columns.-content {
  max-width: none;
}

html[data-useragent*="rv:11"] .careers .grid-x.top {
  width: 95%;
}

html[data-useragent*="rv:11"] .careers-table .cell .role {
  flex: none;
}

html[data-useragent*="rv:11"] .newsletter .column,
html[data-useragent*="rv:11"] .newsletter .columns,
html[data-useragent*="rv:11"] .mailchimp-campaign .column,
html[data-useragent*="rv:11"] .mailchimp-campaign .columns {
  max-width: none;
}

html[data-useragent*="rv:11"] .newsletter .form-message,
html[data-useragent*="rv:11"] .mailchimp-campaign .form-message {
  width: 35%;
}

header {
  border-bottom: 1px solid #F3F3F3;
}

header .row,
header .row-medium {
  position: relative;
}

header .content {
  padding: 0.9375rem 0.4375rem;
}

@media print, screen and (min-width: 64em) {
  header {
    border-top: 0;
  }

  header .content {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: calc(100% - 1.25rem);
    padding-top: 0.9375rem;
    color: #fff;
    z-index: 1;
  }
}

header nav {
  display: none;
}

@media print, screen and (min-width: 64em) {
  header nav {
    display: block;
    font-size: 1rem;
    font-weight: 600;
  }

  header nav ul {
    display: flex;
    list-style: none;
  }

  header nav li {
    padding: 0.3125rem 0.9375rem;
  }

  header nav li:last-of-type {
    padding-right: 0.75rem;
  }

  header nav li.active a {
    color: #5ADEC7;
  }

  header nav a {
    color: #fff;
  }

  header.dark nav a {
    color: #292f36;
  }

  header.dark nav a:hover {
    color: #5ADEC7;
  }
}

.menu-button {
  position: absolute;
  top: 1.75rem;
  right: 1.375rem;
  float: left;
  cursor: pointer;
  z-index: 10;
}

.menu-button span {
  display: block;
  width: 1.375rem;
  height: 0.125rem;
  margin-top: 0.1875rem;
  background: #5ADEC7;
}

.menu-button span:first-of-type {
  margin-top: 0;
}

@media print, screen and (min-width: 64em) {
  .menu-button {
    display: none;
  }
}

.menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(110%) scaleX(0);
  transition: transform 0.6s ease;
  font-weight: normal;
  font-size: 1.5rem;
  list-style: none;
  z-index: 11;
}

.menu-mobile ul {
  margin: 0;
  padding-left: 3rem;
  font-size: 2rem;
  font-weight: 700;
  list-style: none;
  text-align: left;
}

.menu-mobile li {
  margin-bottom: 0.25rem;
}

.menu-mobile li.active a {
  color: #5ADEC7;
  text-decoration: underline;
}

.menu-mobile a {
  display: inline-block;
  margin-left: -0.5rem;
  padding: 0 1.125rem;
  color: #fff;
  letter-spacing: -0.03125rem;
  line-height: 3.75rem;
  text-decoration: none;
}

.menu-mobile .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background: #0e4e5c;
  box-shadow: -7px -4px 9px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  z-index: 11;
}

.menu-mobile .wrapper.touched {
  width: 82.222%;
}

.menu-mobile .scrollable {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-bottom: 2.5rem;
}

.menu-mobile .social-links {
  display: flex;
  bottom: 2rem;
  padding-top: 0;
  padding-left: 3rem;
}

.menu-close {
  display: block;
  position: absolute;
  top: 1.9375rem;
  right: 1.25rem;
  width: 1.5625rem;
  height: 1.5625rem;
  color: #5ADEC7;
  cursor: pointer;
  z-index: 12;
}

.menu-close:before,
.menu-close:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 0.1875rem;
  background: #5ADEC7;
  content: "";
}

.menu-close:before {
  transform: rotate(45deg);
}

.menu-close:after {
  transform: rotate(-45deg);
}

.menu-open {
  transform: translateX(0) scaleX(1);
  transition: transform 0.6s ease;
  opacity: 1;
}

@media print, screen and (min-width: 48em) {
  .menu-mobile .wrapper.touched {
    width: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  .menu-mobile {
    display: none;
  }
}

footer {
  display: block;
  padding: 2.625rem 0.9375rem 2.375rem;
  border-bottom: 0.25rem #5ADEC7 solid;
  font-size: 1rem;
}

footer .top .links {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media print, screen and (min-width: 48em) {
  footer .top .links {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

footer .top .office {
  min-width: 14.0625rem;
  margin-bottom: 2rem;
  padding: 0;
}

footer .top .title {
  margin-bottom: 0.5rem;
  color: #0e4e5c;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

footer .top .address {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

footer .top .links a {
  display: block;
  margin-bottom: 0.3125rem;
  color: #000;
}

footer .top .links a:hover {
  color: #5ADEC7;
}

footer .top .footer-nav {
  padding-right: 8.75rem;
}

footer .bottom {
  justify-content: center;
}

footer .bottom .footnote a {
  color: #292f36;
  font-weight: 400;
}

footer .bottom .privacy-link:hover {
  color: #5ADEC7;
}

@media screen and (max-width: 63.99875em) {
  footer {
    padding: 1.875rem 0.9375rem 0.9375rem;
  }

  footer .top .footer-social {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.625rem 0 0.0625rem;
    font-size: 0.875rem;
    font-weight: 700;
  }

  footer .bottom .signup {
    width: 100%;
    padding-top: 1rem;
    text-align: center;
  }

  footer .bottom .footnote {
    padding-top: 0.625rem;
    font-size: 0.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  footer .top .offices {
    flex: 0 0 61.6666666667%;
    max-width: 61.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  footer .top .offices {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  footer .top .links {
    flex: 0 0 38.3333333333%;
    max-width: 38.3333333333%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  footer .top .links {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  footer .row {
    max-width: 68.125rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
  }
}

@media print, screen and (min-width: 64em) {
  footer .bottom {
    justify-content: space-between;
  }
}

.banner {
  color: #fff;
}

.banner.banner-5 .content p {
  color: #292f36;
}

.banner.banner-5 .content a {
  color: #0e4e5c;
}

.banner .column,
.banner .columns {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media print, screen and (min-width: 48em) {
  .banner .column,
  .banner .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.banner .wrapper {
  position: relative;
}

.banner .wrapper:before {
  display: block;
  width: 100%;
  padding-top: 250%;
  content: "";
}

.banner .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 35rem;
}

.banner h1,
.banner h2 {
  color: #f0fffc;
}

.banner p {
  max-width: 26.875rem;
}

.banner a {
  font-size: 0.875rem;
  font-weight: 700;
}

@media screen and (max-width: 63.99875em) {
  .banner.-mobile-overlay {
    margin-top: 2.375rem;
  }

  .banner.-mobile-overlay:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #f0fffc;
    z-index: -1;
    content: "";
  }

  .banner .wrapper {
    max-height: 43.25rem;
  }

  .banner h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.875rem;
  }

  .banner p {
    margin-bottom: -0.0625rem;
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .banner a {
    margin-bottom: 3.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .banner .content {
    justify-content: center;
  }

  .banner .wrapper {
    position: relative;
  }

  .banner .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 63.2911392405%;
    content: "";
  }

  .banner .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.c-banner-rel-text-wrapper .banner-rel-text {
  margin: 38px 16px 0;
  padding-top: 296px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-banner-rel-text-wrapper .banner-rel-text .rel-text {
  padding: 1rem 0;
}

.c-banner-rel-text-wrapper .banner-rel-text h3 {
  margin: 0;
  line-height: 2.875rem;
  font-size: 2rem;
  font-weight: 700;
}

.c-banner-rel-text-wrapper .banner-separator {
  margin: 17px 0 20px 0;
  width: 100%;
  height: 1px;
  background-color: #F3F3F3;
}

@media print, screen and (min-width: 48em) {
  .c-banner-rel-text-wrapper .banner-rel-text {
    padding-top: 30rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-banner-rel-text-wrapper {
    position: relative;
  }

  .c-banner-rel-text-wrapper .banner-rel-text {
    position: relative;
    margin: 0 0 264px;
    padding-top: 696px;
  }

  .c-banner-rel-text-wrapper .banner-rel-text .rel-text {
    position: absolute;
    width: 928px;
    top: auto;
    bottom: 0;
    left: 50%;
  }

  .c-banner-rel-text-wrapper .banner-rel-text.-text-relative .rel-text {
    padding: 40px 48px;
    transform: translate(-50%, 50%);
  }

  .c-banner-rel-text-wrapper .banner-rel-text.-text-bottom {
    margin-bottom: 0;
  }

  .c-banner-rel-text-wrapper .banner-rel-text.-text-bottom .rel-text {
    padding: 24px 32px;
    transform: translate(-50%, 0);
  }

  .c-banner-rel-text-wrapper .banner-rel-text h3 {
    line-height: 3.5rem;
    font-size: 2.75rem;
  }

  .c-banner-rel-text-wrapper .banner-separator {
    position: absolute;
    margin: 0;
    width: 864px;
    height: 1px;
    background-color: #F3F3F3;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.scroll {
  display: none;
}

.scrollto {
  position: static;
}

@media print, screen and (min-width: 64em) {
  .scroll {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    opacity: 0;
    cursor: pointer;
  }

  .scroll.visible {
    opacity: 1;
  }

  .scroll:hover {
    -webkit-filter: invert(0.3);
            filter: invert(0.3);
  }
}

section {
  position: relative;
}

section.-light {
  color: #000;
  background-color: #DCF8F3;
}

section.-light h1,
section.-light h2,
section.-light h3,
section.-light h4,
section.-light a {
  color: #0e4e5c;
}

section.-light a:hover {
  color: #5ADEC7;
}

section.-light2 {
  color: #000;
  background-color: #f0fffc;
}

section.-light2 h1,
section.-light2 h2,
section.-light2 h3,
section.-light2 h4,
section.-light2 a {
  color: #0e4e5c;
}

section.-light2 a:hover {
  color: #5ADEC7;
}

section.-dark {
  color: #fff;
  background-color: #0e4e5c;
}

section.-dark a {
  color: #5ADEC7;
}

section.-dark a:visited {
  color: #5ADEC7;
}

@media print, screen and (min-width: 64em) {
  section.-small-padding {
    padding-top: 4.25rem;
  }

  section.-medium-padding {
    padding-top: 10.75rem;
  }

  section.-big-padding {
    padding-top: 16.5rem;
  }

  section.-next {
    padding-top: 10.125rem;
  }
}

.two-cols-details {
  padding-top: 3.625rem;
  padding-bottom: 3.75rem;
}

@media print, screen and (min-width: 48em) {
  .two-cols-details .circles {
    margin-bottom: 0.3125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-details {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }

  .two-cols-details .-left {
    padding-right: 3.125rem;
  }

  .two-cols-details .-left p {
    max-width: 33.25rem;
  }

  .two-cols-details .-last {
    padding-top: 10.625rem;
  }

  .two-cols-details .-last .-right {
    padding-left: 1.25rem;
    padding-right: 0.375rem;
  }

  .two-cols-details .-last .-right p {
    margin-bottom: 2.75rem;
    margin-right: -0.3125rem;
  }

  .two-cols-details h3 {
    margin-bottom: 1.75rem;
  }

  .two-cols-details h6 {
    letter-spacing: 0.125rem;
  }

  .two-cols-details a:hover {
    color: #000;
  }
}

.two-cols-image {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .two-cols-full-image {
    display: flex;
  }

  .two-cols-full-image .-image {
    width: 50%;
  }

  .two-cols-full-image .-content {
    max-width: 28rem;
  }

  .two-cols-full-image .-content a {
    color: #fff;
    font-size: 0.875rem;
  }

  .two-cols-full-image .-content a:hover {
    color: #5ADEC7;
  }

  .two-cols-full-image .row {
    width: 50%;
    justify-content: center;
    align-items: center;
  }

  .two-cols-full-image h3 {
    margin-bottom: 2rem;
  }

  .two-cols-full-image h6 {
    letter-spacing: 0.125rem;
  }

  .two-cols-image {
    display: block;
    padding-top: 1.625rem;
    padding-bottom: 2.875rem;
  }
}

.two-cols-tiles .tile-element {
  margin-top: 64px;
}

.two-cols-tiles .tile-element a:hover h5 {
  color: #5ADEC7;
  transition: color 0.5s ease;
}

.two-cols-tiles .tile-element.-gutter {
  margin: 4rem 0 0 0;
}

.two-cols-tiles .tile-image {
  height: 328px;
  width: 328px;
  overflow: hidden;
}

.two-cols-tiles .tile-image img {
  transition: all 0.5s ease;
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-cols-tiles .tile-title {
  margin: 1rem 0 0;
  color: #292f36;
  line-height: 2.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.two-cols-tiles .tile-info {
  color: #292f36;
  line-height: 1.625rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.two-cols-tiles .tile-info strong {
  font-weight: 700;
}

@media screen and (max-width: 63.99875em) {
  .two-cols-tiles .tile-wrapper,
  .two-cols-tiles .tile-image {
    width: 100%;
  }

  .two-cols-tiles .tile-element {
    padding: 0 1rem;
  }
}

@media print, screen and (min-width: 48em) {
  .two-cols-tiles .tile-image {
    width: auto;
    height: 30rem;
  }

  .two-cols-tiles .tile-image img {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-tiles .row {
    max-width: 70.125rem;
  }

  .two-cols-tiles .tile-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .two-cols-tiles .tile-element {
    flex: 1;
    flex-basis: 50%;
    max-width: 50%;
    margin: 0 0 72px 0;
    padding: 1rem;
  }

  .two-cols-tiles .tile-element.-gutter {
    margin: 0 0 72px 0;
  }

  .two-cols-tiles .tile-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .two-cols-tiles h3 {
    margin-bottom: 2rem;
  }

  .two-cols-tiles h6 {
    letter-spacing: 0.125rem;
  }

  .two-cols-tiles a {
    color: #292f36;
  }

  .two-cols-tiles a:hover {
    color: #5ADEC7;
  }

  .two-cols-tiles a:hover img {
    transform: scale(1.3, 1.3);
    transition: all 2s ease;
  }
}

@media screen and (min-width: 80em) {
  .two-cols-tiles .tile-image {
    width: 33rem;
    height: 33rem;
  }
}

@media print, screen and (min-width: 64em) {
  .one-col-details {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }

  .one-col-details h3 {
    margin-bottom: 2rem;
  }

  .one-col-details h6 {
    letter-spacing: 0.125rem;
  }

  .one-col-details a:hover {
    color: #000;
  }
}

.two-cols-unformatted {
  padding-top: 3rem;
}

.two-cols-unformatted .row {
  max-width: 40rem;
}

.two-cols-unformatted .col-mobile {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media print, screen and (min-width: 48em) {
  .two-cols-unformatted .col-mobile {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.two-cols-unformatted .preheader {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}

.two-cols-unformatted .tile-element {
  padding-bottom: 1rem;
}

.two-cols-unformatted .tile-image {
  overflow: hidden;
}

.two-cols-unformatted .tile-title {
  margin-top: 1rem;
  margin-bottom: 0.1875rem;
  line-height: 2.25rem;
}

.two-cols-unformatted .tile-info {
  font-size: 0.875rem;
  color: #0e4e5c;
}

.two-cols-unformatted a {
  color: #292f36;
}

@media screen and (max-width: 63.99875em) {
  .two-cols-unformatted .col-top-wrapper,
  .two-cols-unformatted .col-left-wrapper,
  .two-cols-unformatted .col-right-wrapper,
  .two-cols-unformatted .col-bottom-wrapper {
    display: none;
  }

  .two-cols-unformatted .preheader {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 2.125rem;
  }

  .two-cols-unformatted .title {
    font-size: 2.75rem;
    padding: 0 1rem;
  }

  .two-cols-unformatted .tile-element {
    margin-top: 2.1875rem;
    padding-bottom: 1.5rem;
  }

  .two-cols-unformatted .tile-element.-no-margin {
    margin: 0;
  }

  .two-cols-unformatted .tile-image {
    position: relative;
    position: relative;
    width: 100%;
  }

  .two-cols-unformatted .tile-image:before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }

  .two-cols-unformatted .tile-image .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .two-cols-unformatted .tile-image img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .two-cols-unformatted .tile-image .-zoom {
    width: 150%;
    max-width: 150%;
  }

  .two-cols-unformatted .tile-image .-bottom {
    top: auto;
    bottom: 0;
  }

  .two-cols-unformatted .tile-info {
    display: block;
    line-height: 1.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-unformatted {
    padding-top: 11.25rem;
    padding-bottom: 4.375rem;
  }

  .two-cols-unformatted .row {
    max-width: 75rem;
  }

  .two-cols-unformatted .col-top-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .two-cols-unformatted .col-top-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-unformatted .col-top-wrapper img {
    margin: -7% 0;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-unformatted .col-left-wrapper {
    flex: 0 0 37.5%;
    max-width: 37.5%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .two-cols-unformatted .col-left-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-unformatted .col-right-wrapper {
    flex: 0 0 62.5%;
    max-width: 62.5%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .two-cols-unformatted .col-right-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-unformatted .col-bottom-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .two-cols-unformatted .col-bottom-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-unformatted .col-mobile {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-unformatted .tile-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .two-cols-unformatted .tile-element {
    flex: 1;
    flex-basis: 50%;
    margin-bottom: 1rem;
  }

  .two-cols-unformatted .tile-image img {
    transition: all 0.5s ease;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-unformatted h3 {
    margin-bottom: 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-unformatted h6 {
    letter-spacing: 0.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-unformatted a:hover {
    color: #5ADEC7;
  }

  .two-cols-unformatted a:hover img {
    transform: scale(1.3, 1.3);
    transition: all 2s ease;
  }
}

@media screen and (min-width: 80em) {
  .two-cols-unformatted .row-wrapper {
    margin-left: 7rem;
  }

  .two-cols-unformatted .col-left-wrapper {
    padding-left: 0;
    padding-right: 2rem;
  }

  .two-cols-unformatted .col-top-wrapper,
  .two-cols-unformatted .col-right-wrapper,
  .two-cols-unformatted .col-bottom-wrapper {
    padding: 0;
  }
}

.team .description {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .team .description {
    display: block;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: center;
  }

  .team img {
    margin: 0.9375rem 0;
  }
}

.s-insight {
  padding-bottom: 64px;
}

.s-insight .row {
  max-width: 55.625rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

.s-insight p,
.s-insight ul,
.s-insight ol {
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.s-insight .insight-footer {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .s-insight {
    padding-bottom: 104px;
  }

  .s-insight p,
  .s-insight ul,
  .s-insight ol {
    line-height: 2.25rem;
    font-size: 1.25rem;
  }

  .s-insight .insight-footer {
    display: block;
    padding-top: 24px;
    border-top: 1px solid #F3F3F3;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .s-insight .insight-footer .date {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

.what-to-read {
  padding-top: 16px;
  padding-bottom: 24px;
}

.what-to-read h2 {
  color: #000 !important;
  line-height: 2.875rem;
  font-size: 2rem;
  font-weight: 700;
}

@media print, screen and (min-width: 64em) {
  .what-to-read {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .what-to-read h2 {
    line-height: 3.5rem;
    font-size: 2.75rem;
    font-weight: 700;
  }

  .what-to-read .tile-wrapper {
    margin-bottom: 0 !important;
  }
}

.two-cols-details.insights {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 63.99875em) {
  .two-cols-details.insights picture img {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 79.99875em) {
  .two-cols-details.insights p {
    padding-right: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .two-cols-details.insights {
    padding: 3.125rem 0;
  }

  .two-cols-details.insights .columns.-left {
    padding-right: 1rem;
  }

  .two-cols-details.insights .columns.-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 35rem;
  }

  .two-cols-details.insights .subtitle {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.875rem;
  }

  .two-cols-details.insights .button {
    width: auto;
    display: inline-block;
  }
}

.video-wrapper,
.video-player {
  position: relative;
}

.video-wrapper {
  margin-bottom: 3.125rem;
}

.video-player {
  position: relative;
}

.video-player:before {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  content: "";
}

.video-player .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video-player iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 64em) {
  .video-wrapper {
    margin-bottom: 6.25rem;
  }
}

.video-background {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .video-background {
    display: block;
    position: absolute;
    left: -2.75rem;
    bottom: -2.75rem;
  }
}

@media screen and (min-width: 80em) {
  .video-background {
    left: -3rem;
    bottom: -3rem;
  }
}

.dotted-wrapper {
  position: relative;
  margin-bottom: 1rem;
}

.dotted-wrapper .picture {
  position: relative;
}

.dotted-background-top {
  position: absolute;
  max-width: 26.375rem;
  left: -3.375rem;
  top: -2.5rem;
}

.dotted-background-bottom {
  position: absolute;
  left: -4rem;
  bottom: -4rem;
}

@media screen and (min-width: 80em) {
  .dotted-background-top {
    position: absolute;
    max-width: none;
    left: -4rem;
    top: -3rem;
  }

  .dotted-background-bottom {
    position: absolute;
    left: -4.875rem;
    bottom: -4.875rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .dotted-background-top,
  .dotted-background-bottom {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .dotted-wrapper {
    margin-bottom: 3.125rem;
  }
}

.content-overlay {
  padding: 0.9375rem;
  text-align: left;
}

.content-overlay.-white {
  background-color: #fff;
}

.content-overlay.-light {
  background-color: #DCF8F3;
}

.content-overlay.-light2 {
  background-color: #f0fffc;
}

.content-overlay.-dark {
  background-color: #0e4e5c;
}

@media screen and (max-width: 63.99875em) {
  .content-overlay h3 {
    line-height: 2.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .content-overlay {
    position: absolute;
    top: -6.25rem;
    left: 50%;
    width: 58rem;
    transform: translateX(-50%);
    padding: 2.5rem 3rem;
    text-align: center;
  }
}

.icons-row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px #F3F3F3 solid;
}

.icons-row:last-child {
  border: none;
}

.icons-row .caption {
  margin-bottom: 0.5rem;
  color: #5ADEC7;
  font-size: 0.875rem;
  line-height: 1.625rem;
  text-align: center;
  text-transform: uppercase;
}

.icons-row .content {
  margin-left: 0.125rem;
  color: #292f36;
  font-weight: 400;
  text-align: center;
}

.icons-list {
  margin-left: 0;
  list-style: none;
  line-height: 2rem;
}

.icons-list li {
  display: flex;
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 600;
}

.icons-list i {
  margin-right: 1.25rem;
  font-size: 2rem;
}

.icons-col-icon {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 7rem;
  height: 7rem;
}

.icons-col-icon i {
  margin: 0 auto;
  color: #5ADEC7;
  font-size: 4rem;
  line-height: 7rem;
}

@media screen and (max-width: 63.99875em) {
  .icons-row {
    margin: 1.625rem 0;
  }

  .icons-row .caption {
    margin-top: 0.3125rem;
    margin-bottom: -0.5rem;
  }

  .icons-row .content {
    margin-bottom: 2rem;
    line-height: 2.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .icons-row {
    flex-direction: row;
    margin: 1.5rem 0;
    padding-bottom: 0.75rem;
  }

  .icons-row .caption,
  .icons-row .content {
    text-align: left;
  }

  .icons-col-icon {
    margin-right: 3rem;
  }

  .icons-list {
    padding-bottom: 1.5rem;
  }

  .icons-list li {
    margin: 1.875rem 0;
  }

  .icons-list.-two-column {
    -moz-column-count: 2;
         column-count: 2;
  }

  .icons-list.-two-column li {
    margin-top: 0;
  }

  .icons-list.-bigger-gap {
    padding-bottom: 3rem;
  }
}

.careers-table {
  width: 100%;
}

.careers-table:not(:last-of-type) {
  border-bottom: 1px #F3F3F3 solid;
}

.careers-table .cell {
  display: flex;
  align-items: center;
}

.careers-table .cell-right {
  flex-direction: column;
  align-items: flex-start;
}

.careers-table .cell .role {
  font-size: 1rem;
}

.careers-table .cell .general {
  margin-bottom: 0.375rem;
  font-weight: 600;
}

.careers-table .cell .empty {
  color: #939393;
}

.careers-table .cell .apply,
.careers-table .cell img {
  display: none;
}

.careers-table .cell h5 {
  font-weight: 700;
}

@media screen and (max-width: 63.99875em) {
  .careers-table .cell .role {
    margin-top: 0.375rem;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
  }

  .careers-table h5 {
    margin-top: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .careers-table .cell {
    margin: 1.75rem 0;
  }

  .careers-table .cell .city {
    margin-left: 0.9375rem;
  }

  .careers-table .cell .role {
    display: flex;
    flex: 0 1 100%;
    justify-content: space-between;
    width: 100%;
    margin: 0.5rem 0;
    padding-left: 6%;
  }

  .careers-table .cell .apply,
  .careers-table .cell img {
    display: block;
  }

  .careers-table .cell a {
    color: #0e4e5c;
    font-weight: 700;
  }

  .careers-table .cell a:hover {
    color: #5ADEC7;
  }
}

.c-author {
  max-width: 55.625rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 63px;
  line-height: 1.625rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.c-author strong {
  font-weight: 700;
}

.c-author img {
  float: right;
  margin-left: 8px;
  width: 40px;
  border-radius: 50%;
}

@media print, screen and (min-width: 64em) {
  .c-author {
    margin-top: 21px;
  }
}

.c-share-buttons {
  display: none;
  position: absolute;
  right: -210px;
  width: 115px;
  height: 64px;
  padding-left: 8px;
  border-left: 1px solid #000;
}

.c-share-buttons p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.c-share-buttons a {
  color: #292f36;
}

.c-share-buttons a:hover {
  color: #5ADEC7;
}

.c-share-buttons ._icons {
  display: flex;
  justify-content: space-between;
}

@media print, screen and (min-width: 64em) {
  .c-share-buttons {
    display: block;
  }
}

.c-share-buttons-studies {
  padding-left: 0.0625rem;
}

.c-share-buttons-studies ._title {
  margin-bottom: 0.0625rem;
  font-weight: 800;
}

.c-share-buttons-studies a {
  font-size: 1rem;
  color: #292f36;
}

.c-share-buttons-studies a:hover {
  color: #5ADEC7;
}

.c-share-buttons-studies a:not(:last-child):after {
  color: #292f36;
  content: "|";
}

@media print, screen and (min-width: 64em) {
  .c-share-buttons-studies {
    margin-bottom: 4.5rem;
  }

  .c-share-buttons-studies ._title {
    font-size: 1.5rem;
  }

  .c-share-buttons-studies a {
    font-size: 1.25rem;
  }
}

.pagination-wrapper {
  justify-content: center;
  margin-top: 1.3125rem;
  margin-bottom: 1.25rem;
}

.pagination-wrapper a {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #939393;
  cursor: default;
}

.pagination-wrapper a:hover {
  color: #939393;
}

.pagination-wrapper .link {
  border-bottom: 1px solid #939393;
  position: relative;
  width: 8.5rem;
}

.pagination-wrapper .link.active {
  border-bottom-color: #5ADEC7;
}

.pagination-wrapper .link.active a {
  color: #5ADEC7;
  cursor: pointer;
}

.pagination-wrapper .link.active.prev::after {
  border-right-color: #5ADEC7;
}

.pagination-wrapper .link.active.next::after {
  border-left-color: #5ADEC7;
}

.pagination-wrapper .link::after {
  content: " ";
  width: 18px;
  height: 14px;
  position: absolute;
  border-style: solid;
}

.pagination-wrapper .link.prev {
  text-align: right;
}

.pagination-wrapper .link.prev::after {
  bottom: -7px;
  left: -2px;
  border-width: 7px 18px 7px 0;
  border-color: transparent #939393 transparent transparent;
}

.pagination-wrapper .link.next::after {
  bottom: -7px;
  right: -2px;
  border-width: 7px 0 7px 18px;
  border-color: transparent transparent transparent #939393;
}

.pagination-wrapper .info {
  font-size: 0.875rem;
  color: #292f36;
  margin: 0 50px;
}

@media screen and (max-width: 47.99875em) {
  .pagination-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 4rem;
  }

  .pagination-wrapper .prev {
    order: 2;
  }

  .pagination-wrapper .info {
    order: 1;
    flex: 0 1 100%;
    text-align: center;
  }

  .pagination-wrapper .next {
    order: 3;
  }
}

@media screen and (max-width: 63.99875em) {
  .carousel-mobile {
    margin-top: 3.5rem;
    margin-left: 1rem;
    overflow: hidden;
  }

  .carousel-mobile .slick-list {
    margin-left: -11.6%;
  }

  .carousel-mobile .column,
  .carousel-mobile .columns {
    padding: 0 0.5rem;
  }
}

.carousel-cities .slick-dots {
  bottom: -3.75rem;
}

.carousel-cities-nav.offices {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.125rem;
  margin-left: -1rem;
  text-align: center;
  text-transform: uppercase;
}

.carousel-cities-nav.offices .slick-list {
  width: 100%;
}

.carousel-cities-nav.offices .slick-active,
.carousel-cities-nav.offices .slick-current {
  transition: transform 0.3s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

.carousel-cities-nav.offices .slick-active p,
.carousel-cities-nav.offices .slick-current p {
  transition: transform 0.3s linear;
}

.carousel-cities-nav.offices .slick-current {
  transform: scale(1.5);
}

.carousel-cities-nav .office {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.carousel-cities-nav .office:hover p {
  color: #5ADEC7;
  transition: all 0.3s linear;
}

.carousel-cities-nav .office img {
  max-width: 6.875rem;
  margin-bottom: -0.1875rem;
}

@media screen and (max-width: 63.99875em) {
  .carousel-cities-nav.offices {
    margin-top: 1.375rem;
    margin-left: -0.125rem;
    margin-bottom: 1rem;
    overflow: hidden;
  }

  .carousel-cities-nav .office p {
    margin-top: -1.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .carousel-cities-nav.offices {
    max-width: 28rem;
  }

  .carousel-cities-nav.offices .slick-current p {
    transform: translateY(-1rem);
  }

  .carousel-cities-nav.offices .slick-track {
    margin: 0;
  }
}

.carousel-banner.slick-dotted {
  margin-bottom: -0.5rem;
}

.carousel-banner .slick-dots {
  bottom: 0.5rem;
}

.carousel-banner .slick-dots li {
  margin: 0.4375rem;
}

.carousel-banner .slick-dots button:before {
  font-size: 1.125rem;
  opacity: 1;
}

.carousel-banner .slick-dots .slick-active button:before {
  color: #0e4e5c;
  opacity: 1;
}

@media print, screen and (min-width: 64em) {
  .carousel-banner .slick-dots {
    bottom: 4.25rem;
  }
}

.slick {
  margin-left: 0;
}

.slick.slick-dotted {
  margin-bottom: 2.375rem;
}

.slick-dots {
  bottom: -2.75rem;
}

.slick-dots li {
  width: 0.75rem;
  margin: 0;
}

.slick-dots li.slick-active button:before {
  color: #5ADEC7;
}

.slick-dots li button {
  width: 0.75rem;
}

.slick-dots li button:before {
  width: 0.75rem;
  color: #5ADEC7;
  font-size: 0.625rem;
  opacity: 0.4;
}

.c-image-card-slide {
  margin-top: 0.375rem;
  margin-bottom: 1rem;
}

.c-image-card-slide h3 {
  color: #000;
  font-weight: 900;
}

.c-image-card-slide p {
  margin-top: 0.625rem;
}

@media screen and (max-width: 63.99875em) {
  .c-image-card-slide .-left {
    order: 1;
  }

  .c-image-card-slide .-right {
    order: 0;
  }

  .c-image-card-slide img {
    margin-bottom: 2rem;
  }

  .c-image-card-slide h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: right;
  }
}

@media print, screen and (min-width: 64em) {
  .c-image-card-slide p {
    font-size: 1.25rem;
  }
}

form {
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #fff;
}

form label {
  font-size: 1rem;
  color: #5ADEC7;
  font-weight: 700;
}

form input[type=text],
form input[type=email],
form input[type=url] {
  height: 3.25rem;
  margin-top: 0.6875rem;
  margin-bottom: 1.3125rem;
  padding-left: 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px #5ADEC7 solid;
  box-shadow: none;
  font-size: 0.875rem;
}

form input::-webkit-input-placeholder {
  color: #939393;
}

form input::-moz-placeholder {
  color: #939393;
}

form input:-ms-input-placeholder {
  color: #939393;
}

form input::-ms-input-placeholder {
  color: #939393;
}

form input::placeholder {
  color: #939393;
}

form input:focus {
  padding: 0.5rem;
  outline: 0;
  border: 0;
  box-shadow: none;
}

form .checkbox {
  display: flex;
  margin-top: 1.25rem;
}

form .checkbox label {
  color: #292f36;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
}

form .checkbox a {
  font-weight: 700;
}

form .checkbox-container {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  color: #292f36;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  -ms-user-select: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

form .checkbox-container:hover input ~ .checkmark {
  background-color: #effcf9;
}

form .checkbox-container a {
  font-weight: 700;
}

form .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

form .checkbox-container input:checked ~ .checkmark {
  background-color: #5ADEC7;
}

form .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

form .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  margin-top: 0.25rem;
  background-color: #fff;
  border: 1px #5ADEC7 solid;
}

form .checkbox-container .checkmark:after {
  position: absolute;
  display: none;
  left: 0.3125rem;
  top: 0.125rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.1875rem 0.1875rem 0;
  transform: rotate(45deg);
  content: "";
}

form ul {
  color: #ff0000;
}

.form-message {
  text-align: center;
}

.form-message.success h4 {
  color: #5ADEC7;
}

.form-message.error h4 {
  color: #ff0000;
}

.form-message h4 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2rem;
}

.form-message p {
  color: #0e4e5c;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  form {
    padding: 1rem;
    box-shadow: 0 0 6px #dcdcdc;
  }
}

@media screen and (min-width: 80em) {
  form {
    padding: 1.5rem;
  }

  .form-message {
    position: absolute;
    margin-left: 0.625rem;
    margin-top: 2.25rem;
  }
}

button,
.button {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  color: #DCF8F3;
  background-color: #5ADEC7;
  line-height: 3.5rem;
  font-weight: 700;
  cursor: pointer;
}

button.-light,
.button.-light {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.75rem 1.1875rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5ADEC7;
  background-color: #fff;
  border: 1px solid #5ADEC7;
}

button.-light:hover,
.button.-light:hover {
  color: #fff;
  background-color: #5ADEC7;
}

.button-rounded {
  display: inline-block;
  width: auto;
  padding: 0 2.8125rem;
  color: #0e4e5c;
  background-color: #fff;
  border: 1px solid #0e4e5c;
  border-radius: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.button-rounded.-light {
  background-color: #f0fffc;
}

.button-rounded:hover {
  color: #fff;
  background-color: #0e4e5c;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}

a.link-offerings {
  color: #fff;
}

a.link-offerings h6,
a.link-offerings p {
  color: #fff;
  transition: color 0.5s ease-in-out 0.3s;
}

a.link-offerings:hover {
  color: #5ADEC7;
}

a.link-offerings:hover h6,
a.link-offerings:hover p {
  color: #5ADEC7;
  transition: color 0.3s ease-in-out 0.2s;
}

a.link-offerings:hover .circles:before,
a.link-offerings:hover .circles:after {
  transform: scale(1, 1) translate3d(0, 0, 0);
  transition: all 0.3s linear;
  border: 1px solid #d2ccff;
  opacity: 1;
}

a.link-offerings:hover .circles:after {
  transform: translate3d(3px, 2px, 0) scale(1, 1);
  background-color: #5ADEC7;
}

a.link-offerings .circles {
  position: relative;
  display: inline-block;
}

a.link-offerings .circles:before,
a.link-offerings .circles:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
  content: "";
  z-index: 3;
}

a.link-offerings .circles:before {
  transform: translate3d(-20px, 0px, 0) scale(0, 0.5);
}

a.link-offerings .circles:after {
  transform: translate3d(20px, 0px, 0) scale(0, 0.5);
  transition: all 0.4s ease-in-out 0.4s;
}

.reveal .close-button {
  width: auto;
  margin: 0;
  right: 4px;
  top: 4px;
  background: none;
  font-size: 40px;
  line-height: 20px;
}

@media screen and (min-width: 64em) {
  .reveal {
    top: 50% !important;
    transform: translate(0, -50%);
  }
}

.reveal {
  outline: 0;
}

.reveal#newsletter {
  border: none;
  box-shadow: 0 0 6px #dcdcdc;
  min-height: auto;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}

.reveal#newsletter .form-message {
  position: static;
}

.reveal#newsletter .-js-success-message {
  padding: 16px;
}

.reveal#newsletter .-js-success-message.-empty {
  padding: 0;
}

@media screen and (min-width: 64em) {
  .reveal#newsletter {
    padding: 0;
  }
}

.insights-keywords-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.insights-keywords-wrapper .keyword {
  width: 7rem;
  height: 2rem;
  margin: 1rem 1.5rem 0;
  border-radius: 1rem;
  color: #0f0b2e;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
}

.insights-keywords-wrapper .keyword.-user-research {
  background-color: #fcf1ef;
}

.insights-keywords-wrapper .keyword.-digital-insight {
  background-color: #fff9ed;
}

.insights-keywords-wrapper .keyword.-hone {
  background-color: #f4f7f6;
}

.insights-keywords-wrapper .keyword.-strategy {
  background-color: #efedff;
}

@media print, screen and (min-width: 64em) {
  .insights-keywords-wrapper {
    justify-content: space-between;
  }

  .insights-keywords-wrapper .keyword {
    margin: 1rem 0;
  }
}

.carousel-insights .slick-dots li button {
  width: 1rem;
}

.carousel-insights .slick-dots li button:before {
  width: 1rem;
  color: #0e4e5c;
  font-size: 0.5rem;
  opacity: 0.5;
}

.carousel-insights .slick-dots li.slick-active button:before {
  left: 0;
  color: #5ADEC7;
  font-size: 1rem;
  opacity: 1;
}

@media screen and (max-width: 63.99875em) {
  .carousel-insights .slick-dots {
    bottom: 1.5rem;
  }

  .carousel-insights .slick-dots li {
    margin: 0 0.1875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .carousel-insights .slick-dots {
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 2%;
    width: auto;
  }
}

@media screen and (min-width: 80em) {
  .carousel-insights .slick-dots {
    right: 5%;
  }
}

.project-progress {
  padding-top: 1.875rem;
  padding-left: 1.25rem;
  padding-bottom: 1.5rem;
  padding-right: 1.25rem;
  text-align: center;
}

.project-progress .steps {
  position: relative;
  max-width: 46.0625rem;
  margin: 0 auto;
}

.project-progress .steps img {
  width: 100%;
}

.project-progress .steps .link {
  position: absolute;
  top: 0;
  width: 5%;
  height: 100%;
  cursor: pointer;
}

.project-progress .steps .link-1 {
  left: 3%;
}

.project-progress .steps .link-2 {
  left: 34%;
}

.project-progress .steps .link-3 {
  left: 64%;
}

.project-progress .steps .link-4 {
  left: 94%;
}

.homepage .banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 60%;
  border-bottom: 0.25rem solid #5ADEC7;
}

.homepage .banner-5 {
  background-image: url(/images/Veeva-hero-banner.png?3172eb5f2b17f655f15d43df32c02157);
  background-position-y: center;
}

.homepage .banner-6 {
  background-image: url(/images/AI.png?515fcf8708082895f3efedc0c9a35837);
}

.homepage .banner-1 {
  background-image: url(/images/home-banner-web3.jpg?0ab2d0b8e74e387e680eb47ff674f234);
}

.homepage .banner-2 {
  background-image: url(/images/home-banner2.jpg?55d5d0451a3a84c57dfea396f8ddfdfa);
  background-position-y: center;
}

.homepage .banner-3 {
  background-image: url(/images/home-banner-digital-first.jpg?41e2fb8548e24e7bc659049f98df12d5);
  background-position-y: center;
}

.homepage .banner-4 {
  background-image: url(/images/ukraine-flag.png?c7aa9a828b6eb6edd2c47f315de05ee0);
  background-position-y: center;
}

.homepage .banner-4 p {
  color: #005bbb;
}

.homepage .banner-4 a.\--blue {
  color: #005bbb;
}

.homepage .banner-4 a.\--blue:visited,
.homepage .banner-4 a.\--blue:active {
  color: #005bbb;
}

.homepage .banner-4 a.\--blue:hover {
  color: #f0fffc;
}

.homepage .banner a:visited,
.homepage .banner a:active {
  color: #5ADEC7;
}

.homepage .banner a:hover {
  color: #f0fffc;
}

.homepage .banner-7,
.homepage .banner-8 {
  background-image: url(/images/banner-WiP.png?d7ce63a3e573ebaaa8f1733c77314708);
}

.homepage .banner-7 h1,
.homepage .banner-8 h1 {
  font-size: 3rem;
  line-height: 3.5rem;
}

.homepage .first {
  padding-bottom: 5%;
}

.homepage .first .-left {
  padding-bottom: 0.375rem;
}

.homepage .first .banner-bottom {
  display: none;
  position: absolute;
  width: calc(100% - 2rem);
  z-index: 1;
}

.homepage .first .bottom.-left p:first-of-type {
  margin-bottom: 1.375rem;
}

.homepage .first h1 {
  margin-bottom: 1.75rem;
  font-weight: 800;
}

.homepage .first a {
  font-size: 0.875rem;
}

.homepage .first a:hover {
  color: #f0fffc;
}

.homepage .second {
  padding-top: 50%;
}

.homepage .second .title {
  color: #292f36;
  font-weight: 800;
}

.homepage .second a {
  font-size: 14px;
}

.homepage .second a:hover {
  color: #5ADEC7;
}

.homepage .third .title {
  font-weight: 800;
}

@media screen and (max-width: 63.99875em) {
  .homepage .dotted-wrapper {
    position: relative;
    margin-bottom: 3.625rem;
    overflow: hidden;
  }

  .homepage .dotted-wrapper:before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }

  .homepage .dotted-wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .homepage .dotted-wrapper .picture {
    position: absolute;
    top: 0;
    height: 100%;
  }

  .homepage .dotted-wrapper .picture img {
    height: 100%;
    max-width: none;
    margin-left: -10%;
  }

  .homepage .first .banner-bottom {
    margin-top: 1rem;
  }

  .homepage .first p {
    margin-bottom: 0;
  }

  .homepage .second {
    padding-bottom: 1.5rem;
  }

  .homepage .second .text-small {
    margin-bottom: 0;
    padding-top: 2.75rem;
  }

  .homepage .second .title {
    line-height: 2.875rem;
  }

  .homepage .second .subtitle {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .homepage .second p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .homepage .second .bottom-link {
    display: block;
    padding-top: 3rem;
  }

  .homepage .second img {
    margin-top: 3.75rem;
  }

  .homepage .third {
    padding-bottom: 3.75rem;
  }

  .homepage .third .text-small {
    margin-bottom: 0;
    padding-top: 3.625rem;
  }

  .homepage .third .title {
    line-height: 2.875rem;
  }

  .homepage .fourth {
    padding-top: 1.375rem;
  }

  .homepage .fourth h3 {
    margin-bottom: 1.5rem;
    color: #292f36;
    font-weight: 800;
    text-align: center;
  }

  .homepage .fourth .text-big {
    margin-bottom: 1.75rem;
  }
}

@media print, screen and (min-width: 48em) {
  .homepage .first {
    padding-bottom: 5%;
  }

  .homepage .second {
    padding-top: 30%;
  }

  .homepage .bottom.-right .columns {
    margin-bottom: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage .banner.banner-7 .content,
  .homepage .banner.banner-8 .content {
    max-width: 37.5rem;
    padding-top: 3%;
  }

  .homepage .banner .content {
    padding-top: 9%;
  }

  .homepage .banner .content p {
    margin-bottom: 0.125rem;
    line-height: 2.25rem;
  }

  .homepage .first {
    padding-top: 7.625rem;
    padding-bottom: 5%;
  }

  .homepage .first .-left {
    padding-bottom: 2rem;
  }

  .homepage .first .top.-left {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .homepage .first .top.-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage .first .top.-left * {
    max-width: 31.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage .first .top.-left p {
    margin-bottom: 0.5rem;
    padding-right: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage .first .top.-right {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .homepage .first .top.-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage .first .bottom {
    padding-top: 5.3125rem;
  }

  .homepage .first .bottom.-left * {
    max-width: 33.25rem;
  }

  .homepage .first .bottom.-left p:first-of-type {
    margin-bottom: 2.125rem;
  }

  .homepage .first .bottom.-left p:last-of-type {
    margin-bottom: 0.125rem;
  }

  .homepage .first .bottom.-right .columns {
    max-width: 16.125rem;
    margin-bottom: 1.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage .first .video-player {
    position: relative;
  }

  .homepage .first .video-player:before {
    display: block;
    width: 100%;
    padding-top: 65.3333333333%;
    content: "";
  }

  .homepage .first .video-player .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage .first .banner-bottom {
    width: calc(100% - 1.875rem);
    max-width: 82rem;
    bottom: -18.2%;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage .second {
    padding-top: 30%;
    padding-bottom: 2.875rem;
  }

  .homepage .second .-left {
    padding-right: 0.9375rem;
  }

  .homepage .second .-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 3.375rem;
  }

  .homepage .second .text-small {
    margin-bottom: 0.125rem;
  }

  .homepage .second .text-larger {
    max-width: 27.5rem;
    margin-bottom: 0.25rem;
  }

  .homepage .second .title {
    margin-bottom: 6rem;
  }

  .homepage .second .bottom-link {
    display: block;
    margin-top: 4.375rem;
  }

  .homepage .second h3 {
    margin-bottom: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage .third .text-small {
    margin-bottom: 0.125rem;
  }

  .homepage .third .title {
    margin-bottom: 3.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .homepage .fourth {
    padding-bottom: 7.75rem;
  }

  .homepage .fourth .-right {
    margin-top: 5.125rem;
  }

  .homepage .fourth .text-big {
    margin-bottom: 3.25rem;
  }
}

@media screen and (min-width: 80em) {
  .homepage .first .top.-left {
    flex: 0 0 44.4416666667%;
    max-width: 44.4416666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 80em) and (min-width: 48em) {
  .homepage .first .top.-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 80em) {
  .homepage .first .top.-left * {
    max-width: 33.0625rem;
  }
}

@media screen and (min-width: 80em) {
  .homepage .first .top.-left p {
    padding: 0;
  }
}

@media screen and (min-width: 80em) {
  .homepage .first .top.-right {
    flex: 0 0 47.2166666667%;
    max-width: 47.2166666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 80em) and (min-width: 48em) {
  .homepage .first .top.-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 80em) {
  .homepage .first .bottom.-left {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 80em) and (min-width: 48em) {
  .homepage .first .bottom.-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 80em) {
  .homepage .first .bottom.-right {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (min-width: 80em) and (min-width: 48em) {
  .homepage .first .bottom.-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 80em) {
  .homepage .first .bottom.-right .columns p {
    margin-right: -1.375rem;
  }
}

@media screen and (min-width: 80em) {
  .homepage .second {
    padding-top: 24.2%;
  }
}

@media screen and (min-width: 118.75em) {
  .homepage .first {
    padding-bottom: 18.2%;
  }

  .homepage .second {
    padding-top: 18.2%;
  }
}

.our-story .first .title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.5rem;
}

.our-story .banner {
  background-image: url(/images/our-story-banner.jpg?67dd37b60e13bb9f5045e7889b2f055b);
  background-repeat: no-repeat;
  background-size: cover;
}

.our-story .mission h3 {
  font-weight: 800;
}

.our-story .mission a {
  color: #fff;
  font-size: 0.875rem;
}

.our-story .mission a:visited {
  color: #fff;
}

.our-story .team {
  padding-top: 4.125rem;
}

.our-story .team .title {
  font-weight: 800;
}

.our-story .clients {
  padding-top: 3.875rem;
  padding-bottom: 3.125rem;
  text-align: center;
}

.our-story .clients .row {
  max-width: 55.625rem;
}

.our-story .clients .title {
  margin-bottom: 3.75rem;
  font-weight: 800;
}

.our-story .clients p {
  margin-bottom: 0;
}

.our-story .clients img {
  width: 100%;
  margin-bottom: 0.1875rem;
}

.our-story .bottom .columns {
  align-items: center;
}

.our-story .bottom .title {
  margin-bottom: 3.75rem;
  font-weight: 800;
}

.our-story .bottom img {
  max-width: 50%;
}

@media screen and (max-width: 63.99875em) {
  .our-story .first {
    margin-top: 1.375rem;
    padding-top: 1rem;
    padding-bottom: 50%;
  }

  .our-story .first .-right {
    display: none;
  }

  .our-story .first br {
    display: none;
  }

  .our-story .banner {
    position: absolute;
    width: 100%;
    margin-top: -50%;
    padding-top: 2.375rem;
    background: none;
    z-index: 1;
  }

  .our-story .banner .wrapper {
    position: relative;
  }

  .our-story .banner .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }

  .our-story .banner .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .our-story .banner .content {
    max-width: none;
    background-image: url(/images/our-story-banner-mobile.jpg?ef6334f11e6198e7e9db6a6b332a6e58);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .our-story .mission {
    padding-top: 50%;
    padding-bottom: 2.25rem;
  }

  .our-story .mission .-left {
    padding-top: 1.75rem;
  }

  .our-story .mission .content-overlay {
    margin-bottom: 4rem;
    padding: 4.25rem 0.9375rem 0.9375rem;
    line-height: 2.875rem;
  }

  .our-story .mission p {
    padding-bottom: 0.625rem;
  }

  .our-story .mission a {
    display: none;
  }

  .our-story .ceo img {
    width: 100%;
  }

  .our-story .team .title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .our-story .team .column:first-of-type,
  .our-story .team .columns:first-of-type {
    display: block;
  }

  .our-story .team .column img,
  .our-story .team .columns img {
    width: 100%;
  }

  .our-story .clients .title {
    text-align: left;
    line-height: 2.875rem;
  }

  .our-story .bottom .title {
    text-align: left;
    line-height: 2.875rem;
  }

  .our-story .bottom img {
    max-width: 7.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 63.99875em) and (orientation: landscape) {
  .c-clients {
    margin-top: -2.5rem;
  }

  .c-clients img {
    max-width: 80%;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .our-story .banner .content {
    height: 106%;
  }

  .our-story .clients img {
    max-width: 70%;
  }
}

@media print, screen and (min-width: 64em) {
  .our-story .first {
    padding-top: 8.75rem;
  }

  .our-story .first .title {
    margin-bottom: 2.75rem;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 4.25rem;
  }

  .our-story .first p {
    max-width: 28.5rem;
    font-size: 1.25rem;
  }

  .our-story .banner.-our-story .wrapper {
    position: relative;
  }

  .our-story .banner.-our-story .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 45.045045045%;
    content: "";
  }

  .our-story .banner.-our-story .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .our-story .mission {
    padding-top: 15.4375rem;
    padding-bottom: 11.25rem;
  }

  .our-story .mission .-right p.text-big {
    margin-bottom: 2.1875rem;
    font-size: 1.25rem;
  }

  .our-story .mission a:hover {
    color: #5ADEC7;
  }

  .our-story .posts {
    padding-bottom: 4.375rem;
  }

  .our-story .posts .slider-wrapper {
    margin-bottom: 0;
  }

  .our-story .posts h3 {
    margin-bottom: 0;
  }

  .our-story .posts img {
    margin-top: 1rem;
  }

  .our-story .team {
    padding-bottom: 2rem;
  }

  .our-story .team .header {
    display: flex;
    text-align: right;
  }

  .our-story .clients img {
    margin-bottom: 2rem;
  }

  .our-story .bottom .columns {
    align-items: center;
  }

  .our-story .bottom .columns img {
    max-width: 40%;
  }
}

@media screen and (min-width: 80em) {
  .our-story .first .-left {
    margin-top: 3.0625rem;
  }

  .our-story .posts {
    padding-bottom: 6.25rem;
  }
}

.offerings .banner {
  background-image: url(/images/offerings-banner.jpg?0f4c585832a351bf8cd510786a9d1107);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings .link {
  color: #0e4e5c;
  font-weight: 700;
}

.offerings .link-header:hover {
  color: #292f36;
  text-decoration: underline;
}

.offerings section h2 {
  color: #292f36;
  font-weight: 800;
}

.offerings section h3 {
  color: #0e4e5c;
}

.offerings section .title {
  color: #292f36;
}

.offerings .veeva {
  max-width: 35px;
  margin-right: 1rem;
}

.offerings .e-detail {
  max-width: 43px;
  margin-top: -0.5rem;
  margin-left: -0.25rem;
  margin-right: 0.875rem;
}

.offerings .ad-collateral {
  max-width: 39px;
  margin: -0.3125rem 0.9375rem -0.3125rem -0.25rem;
}

[class^=offerings] .mobile-top {
  margin-top: 2rem;
}

[class^=offerings] .mobile-top .title {
  font-size: 2.75rem;
  line-height: 3.5rem;
}

[class^=offerings] .mobile-top .heading {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

[class^=offerings] .banner .wrapper {
  position: relative;
}

[class^=offerings] .banner .wrapper:before {
  display: block;
  width: 100%;
  padding-top: 53.3%;
  content: "";
}

[class^=offerings] .banner .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[class^=offerings] .banner.included .wrapper {
  position: relative;
}

[class^=offerings] .banner.included .wrapper:before {
  display: block;
  width: 100%;
  padding-top: 45%;
  content: "";
}

[class^=offerings] .banner.included .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[class^=offerings] .banner.bottom .wrapper {
  position: relative;
  color: #0e4e5c;
}

[class^=offerings] .banner.bottom .wrapper:before {
  display: block;
  width: 100%;
  padding-top: 21.4%;
  content: "";
}

[class^=offerings] .banner.bottom .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

[class^=offerings] .banner.bottom .wrapper .content {
  background-image: url(/images/dots-banner.png?8e78e3d16e2315bcde6ab4dc91e2145e);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
}

[class^=offerings] .banner.included .wrapper .content,
[class^=offerings] .banner.bottom .wrapper .content {
  justify-content: center;
  align-items: center;
  max-width: 33rem;
  left: 50%;
  transform: translateX(-50%);
}

[class^=offerings] .banner.included .wrapper h4,
[class^=offerings] .banner.bottom .wrapper h4 {
  font-weight: 700;
}

[class^=offerings] .banner.included .wrapper a,
[class^=offerings] .banner.bottom .wrapper a {
  margin-bottom: 0;
}

[class^=offerings] .-dark a:visited {
  color: #fff;
}

[class^=offerings] .-dark a:hover {
  color: #5ADEC7;
}

[class^=offerings-] .two-cols-details h1 {
  font-weight: 800;
}

@media screen and (max-width: 63.99875em) {
  .offerings .banner {
    width: 100%;
    background: none;
    z-index: 1;
  }

  .offerings .banner .wrapper {
    position: relative;
  }

  .offerings .banner .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }

  .offerings .banner .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .offerings .banner .content {
    max-width: none;
    background-image: url(/images/offerings-banner-mobile.jpg?9a3b055d74c044aaec2359bb682821d2);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .offerings .content-overlay {
    padding: 0 0.9375rem 1.375rem;
  }

  .offerings .content-overlay .title {
    line-height: 2.875rem;
  }

  .offerings .two-cols-details {
    padding-top: 2.5rem;
    padding-bottom: 1.375rem;
  }

  .offerings .two-cols-details .-top {
    order: 0;
  }

  .offerings .two-cols-details .-bottom {
    order: 1;
  }

  .offerings .two-cols-details img {
    width: 100%;
  }

  .offerings .two-cols-details p {
    margin-bottom: 2rem;
  }

  .offerings .two-cols-details a {
    float: right;
    margin-top: -0.625rem;
  }

  .offerings .icons-list {
    text-transform: uppercase;
  }

  .offerings .icons-list li {
    margin: 1.6875rem 0;
    font-size: 0.875rem;
    line-height: 1.625rem;
    letter-spacing: 0.125rem;
  }

  .offerings .icons-list i {
    display: flex;
    align-items: center;
  }

  .offerings section.discover {
    padding-top: 1.25rem;
  }

  .offerings section h2 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 2.75rem;
    line-height: 3.5rem;
  }

  [class^=offerings-] .mobile-top {
    margin-top: 1.375rem;
  }

  [class^=offerings-] .mobile-top p {
    margin-bottom: 0.875rem;
  }

  [class^=offerings-] .banner {
    background-position: center;
  }

  [class^=offerings-] .banner.included .wrapper .content .button-rounded,
  [class^=offerings-] .banner.bottom .wrapper .content .button-rounded {
    margin-top: 0.625rem;
  }

  [class^=offerings-] .banner.included .wrapper {
    position: relative;
  }

  [class^=offerings-] .banner.included .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 59%;
    content: "";
  }

  [class^=offerings-] .banner.included .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  [class^=offerings-] .banner.included .wrapper .content {
    left: 50%;
    width: 100%;
  }

  [class^=offerings-] .banner.bottom .wrapper {
    position: relative;
  }

  [class^=offerings-] .banner.bottom .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 30%;
    content: "";
  }

  [class^=offerings-] .banner.bottom .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  [class^=offerings-] .banner.bottom .wrapper .content {
    left: 50%;
    width: 100%;
  }

  [class^=offerings-] .banner .wrapper {
    position: relative;
  }

  [class^=offerings-] .banner .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 90%;
    content: "";
  }

  [class^=offerings-] .banner .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  [class^=offerings-] .two-cols-details {
    padding: 1rem 0;
  }

  [class^=offerings-] .two-cols-details.-big-padding h3 {
    margin: 2.875rem 0;
    line-height: 2.875rem;
    color: #292f36;
    text-align: left;
  }

  [class^=offerings-] .two-cols-details.-big-padding p {
    margin-bottom: 1.625rem;
    font-size: 1rem;
    line-height: 1.625rem;
  }

  [class^=offerings-] .two-cols-details.-big-padding .text-big {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 2.25rem;
  }

  [class^=offerings-] .one-col-details {
    padding-top: 2rem;
  }

  [class^=offerings-] .one-col-details .title {
    margin-bottom: 1.875rem;
    line-height: 2.25rem;
    text-align: center;
  }

  [class^=offerings-] .two-cols-full-image {
    display: flex;
    flex-direction: column;
    margin-bottom: 3.25rem;
    padding-bottom: 1rem;
  }

  [class^=offerings-] .two-cols-full-image .-image {
    position: relative;
    order: 0;
  }

  [class^=offerings-] .two-cols-full-image .-image:before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }

  [class^=offerings-] .two-cols-full-image .-image .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  [class^=offerings-] .two-cols-full-image .-image img {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
  }

  [class^=offerings-] .two-cols-full-image h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  [class^=offerings-] .two-cols-full-image p {
    margin-bottom: 0.1875rem;
    font-size: 1rem;
    line-height: 1.625rem;
  }

  [class^=offerings-] .two-cols-full-image a {
    font-size: 0.875rem;
  }

  [class^=offerings-] .two-cols-full-image .row {
    order: 1;
  }
}

@media screen and (max-width: 47.99875em) {
  [class^=offerings-] .banner.bottom .wrapper:before {
    display: none;
  }

  [class^=offerings-] .banner.bottom .wrapper .content {
    position: relative;
    left: 50%;
    width: 100%;
    padding: 3.75rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .offerings section h2 {
    margin-bottom: 1.875rem;
  }

  .offerings section p {
    margin-bottom: 2.375rem;
    line-height: 2.25rem;
  }

  .offerings section a:hover {
    color: #5ADEC7;
  }

  .offerings .two-cols-details .-left {
    height: 100%;
    padding-right: 1rem;
  }

  .offerings .two-cols-details .-right {
    height: 100%;
  }

  .offerings .two-cols-details img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  [class^=offerings-] .content-overlay h3 {
    margin-bottom: 0;
  }

  [class^=offerings-] .two-cols-details .-left {
    padding-right: 1rem;
  }

  [class^=offerings-] .two-cols-details h1 {
    margin-bottom: 3.125rem;
  }

  [class^=offerings-] .two-cols-details p {
    margin-bottom: 2.25rem;
    line-height: 2.25rem;
  }

  [class^=offerings-] .two-cols-details p br {
    display: none;
  }

  [class^=offerings-] .row-medium.-bottom {
    margin-top: 2.375rem;
  }

  [class^=offerings-] section.-big-padding {
    padding-top: 18.75rem;
    padding-bottom: 2rem;
  }

  [class^=offerings-] section.included .title {
    margin-bottom: 4.25rem;
    padding: 0.25rem 1.5rem;
  }

  [class^=offerings-] section.included .content,
  [class^=offerings-] section.bottom .content {
    width: 100%;
  }

  [class^=offerings-] section.included .content h4,
  [class^=offerings-] section.bottom .content h4 {
    margin-top: 0;
  }

  [class^=offerings-] section.included .content a,
  [class^=offerings-] section.bottom .content a {
    margin-top: 1.5rem;
  }

  [class^=offerings-] section.two-cols-full-image {
    margin-top: -2rem;
  }

  [class^=offerings-] section.two-cols-full-image .-image img {
    width: 100%;
  }

  [class^=offerings-] section.two-cols-full-image .-content {
    max-width: 30rem;
    margin-top: 0.625rem;
    margin-left: -1rem;
    padding: 0 1rem;
  }

  [class^=offerings-] section.two-cols-full-image .-content h4 {
    margin-bottom: 1rem;
  }

  [class^=offerings-] section.two-cols-full-image .-content p {
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 80em) {
  [class^=offerings-] section.included .content h4,
  [class^=offerings-] section.bottom .content h4 {
    margin-top: 2.625rem;
  }
}

.offerings-discover .banner {
  background-image: url(/images/discover-banner-mobile.jpg?93c965c420c8a6c5a35e5c30f0156ff3);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-discover .banner.included {
  background-image: url(/images/included-discover-banner.jpg?91f7e1fabd938b01b5c8fe8eea921eec);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-discover .two-cols-full-image .-image {
  background: #fff;
}

@media screen and (max-width: 63.99875em) {
  .offerings-discover .two-cols-full-image .-image {
    margin-bottom: 1rem;
  }

  .offerings-discover .two-cols-full-image .-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media print, screen and (min-width: 64em) {
  .offerings-discover .banner {
    background-image: url(/images/discover-banner.jpg?d7fd188c0db160406813b7e0512dc8c1);
  }

  .offerings-discover .two-cols-full-image .-image {
    padding: 2.375rem 3.125rem;
    background-color: #fff;
  }
}

.offerings-engage .banner {
  background-image: url(/images/engage-banner.jpg?dc9a1de12a325d40c4dbe22a8721e793);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-engage .banner.included {
  background-image: url(/images/included-engage-banner.jpg?2a69f3176fc687fa854e7ca386962354);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-intensify .banner {
  background-image: url(/images/intensify-banner.jpg?2cee6dcfa104594823bfd60bedfa8167);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-intensify .banner.included {
  background-image: url(/images/included-infensify-banner.jpg?3ba797e782c97b42727ec6c97d3f810d);
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 64em) {
  .offerings-intensify section.-big-padding {
    padding-top: 7.375rem;
    padding-bottom: 3.125rem;
  }
}

.offerings-become .banner {
  background-image: url(/images/become-banner.jpg?878a50a19e398855f302a1c1714fba2b);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-become .banner.included {
  background-image: url(/images/included-become-banner.jpg?e7a427709aad126f3cb1461be1fef2ef);
  background-repeat: no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 64em) {
  .offerings-become section.-big-padding {
    padding-bottom: 7.375rem;
  }
}

.offerings-covid19 .banner {
  background-image: url(/images/reach-engage-banner.jpg?5990b6b788e08553929e68dd149b7584);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-covid19 .banner.included {
  background-image: url(/images/reach-engage-banner2.jpg?f81696994c0dac18c6badc067be3f90f);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-covid19 .banner.bottom {
  background-color: #f0fffc;
  background-image: none;
}

.offerings-covid19 section.-top a {
  margin-bottom: 1.5rem;
}

.offerings-covid19 section.-top a:hover {
  color: #fff;
}

@media screen and (max-width: 47.99875em) {
  .offerings-covid19 .banner.included .row {
    background: rgba(0, 0, 0, 0.25);
  }
}

@media print, screen and (min-width: 64em) {
  .offerings-covid19 section.-top {
    padding-bottom: 4rem;
  }

  .offerings-covid19 section.-top a {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .offerings-covid19 section.one-col-details {
    padding-bottom: 0.75rem;
  }
}

.offerings-remote-development .banner {
  background-image: url(/images/remote-development-banner.jpg?9b1f9ec3fcda535e752d15e831fbe9a6);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-remote-development .banner.included {
  color: #0e4e5c;
  background-image: url(/images/remote-development-banner2.jpg?5bf0672c1073f394f111c5fa68486ade);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-remote-development .banner.bottom {
  background-color: #f0fffc;
  background-image: none;
}

.offerings-remote-development section.-top a {
  margin-bottom: 1.5rem;
}

.offerings-remote-development section.-top a:hover {
  color: #fff;
}

.offerings-remote-development section.one-col-details .veeva {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 47.99875em) {
  .offerings-remote-development .banner.included .row {
    background: rgba(0, 0, 0, 0.25);
  }
}

@media print, screen and (min-width: 64em) {
  .offerings-remote-development section.-big-padding {
    padding-bottom: 7.375rem;
  }

  .offerings-remote-development section.-big-padding a {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .offerings-remote-development section.one-col-details {
    padding-bottom: 0.75rem;
  }

  .offerings-remote-development .banner.bottom .content h4 {
    margin-top: 1.625rem;
  }

  .offerings-remote-development .banner.bottom .content a {
    margin-top: 0;
  }
}

.offerings-elevate-your-digital-brand-health .banner {
  background-image: url(/images/banner-WiP.png?d7ce63a3e573ebaaa8f1733c77314708);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-elevate-your-digital-brand-health .banner.bottom {
  background-color: #f0fffc;
  background-image: none;
}

.offerings-the-art-of-digital-asset-localisation .banner {
  background-image: url(/images/banner-WiP.png?d7ce63a3e573ebaaa8f1733c77314708);
  background-repeat: no-repeat;
  background-size: cover;
}

.offerings-the-art-of-digital-asset-localisation .banner.bottom {
  background-color: #f0fffc;
  background-image: none;
}

.insight .banner-rel-text {
  background-image: url(/images/insight-banner.jpg?1038db386f259efb80367620c088a69a);
}

.insight .two-cols-tiles {
  margin-bottom: 3.75rem;
}

@media print, screen and (min-width: 64em) {
  .insight .two-cols-tiles {
    margin-bottom: 2.875rem;
  }

  .insight .tile-wrapper {
    margin-bottom: 3.625rem;
  }
}

.work-section {
  padding-top: 3.125rem;
}

.work .preheader {
  text-transform: uppercase;
}

.work h3 {
  font-weight: 900;
}

@media print, screen and (min-width: 64em) {
  .work canvas {
    display: block;
    top: 0;
    z-index: 0;
  }

  .work .top {
    padding: 6.25rem 0 15.625rem;
  }
}

.case-study-1 .banner {
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-1 .banner:first-of-type {
  background-image: url(/images/case-1-banner.jpg?b0382e85ca06619f702883777b11e92d);
}

.case-study-1 .banner.middle {
  background-image: url(/images/case-1-banner-2.jpg?a8c55be80efd05519b545c41c4afac10);
}

.case-study-1 .banner.bottom {
  background-image: url(/images/case-1-banner-3.jpg?8ab2df23f910ad1b56d15b6a4c96974e);
}

.case-study .banner .wrapper {
  position: relative;
}

.case-study .banner .wrapper:before {
  display: block;
  width: 100%;
  padding-top: 53.3%;
  content: "";
}

.case-study .banner .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

h5 {
  font-weight: 800;
}

.case-study-2 .banner {
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-2 .banner:first-of-type {
  background-image: url(/images/case-2-banner.jpg?ced63d3672bd411a527463c2ccae5337);
}

.case-study-2 .banner.middle {
  background-image: url(/images/case-2-banner-2.jpg?ad637f5528b8f661a7bc146d08a92913);
}

.case-study-2 .banner.bottom {
  background-image: url(/images/case-2-banner-3.jpg?505c04cb96f30db15a8b080c72162490);
}

.case-study .banner .wrapper {
  position: relative;
}

.case-study .banner .wrapper:before {
  display: block;
  width: 100%;
  padding-top: 53.3%;
  content: "";
}

.case-study .banner .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

h5 {
  font-weight: 800;
}

.case-study-3 .banner {
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-3 .banner:first-of-type {
  background-image: url(/images/case-3-banner.jpg?1b411a222e13e8783868bef024f2a311);
}

.case-study-3 .banner.middle {
  background-image: url(/images/case-3-banner-2.jpg?620f63fa2a69cff95fda3c8fc4999f28);
}

.case-study-3 .banner.bottom {
  background-image: url(/images/case-3-banner-3.jpg?4845751058e761cfe7f23d5e7750abe7);
}

.case-study .banner .wrapper {
  position: relative;
}

.case-study .banner .wrapper:before {
  display: block;
  width: 100%;
  padding-top: 53.3%;
  content: "";
}

.case-study .banner .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

h5 {
  font-weight: 800;
}

.case-study-4 .banner {
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-4 .banner:first-of-type {
  background-image: url(/images/case-4-banner.jpg?eb8b165dfe8edaaf300e542fb902c345);
}

.case-study-4 .banner.middle {
  background-image: url(/images/case-4-banner-2.jpg?b7526e8ae492f72d84cfba5258063d70);
}

.case-study-4 .banner.bottom {
  background-image: url(/images/case-4-banner-3.jpg?c9f30616a09ccaf576581981cf0140a2);
}

.case-study .banner .wrapper {
  position: relative;
}

.case-study .banner .wrapper:before {
  display: block;
  width: 100%;
  padding-top: 53.3%;
  content: "";
}

.case-study .banner .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

h5 {
  font-weight: 800;
}

.case-study-5 .banner {
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-5 .banner:first-of-type {
  background-image: url(/images/case-5-banner.jpg?d392aefc3ffd8e3c9ce57e80baf9d662);
}

.case-study-5 .banner.middle {
  background-image: url(/images/case-5-banner-2.jpg?92b28bd57056defe008a326207daf4f0);
}

.case-study-5 .banner.bottom {
  background-image: url(/images/case-5-banner-3.jpg?902ea53f9e6b14f53a714460a8d35bc7);
}

.case-study .banner .wrapper {
  position: relative;
}

.case-study .banner .wrapper:before {
  display: block;
  width: 100%;
  padding-top: 53.3%;
  content: "";
}

.case-study .banner .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

h5 {
  font-weight: 800;
}

@media screen and (max-width: 63.99875em) {
  .case-study-1 .banner {
    width: 100%;
    border-bottom: 0;
    z-index: 1;
  }

  .case-study-1 .banner:first-of-type {
    background-image: none;
  }

  .case-study-1 .banner:first-of-type .content {
    max-width: none;
    background-image: url(/images/case-1-banner-mobile.jpg?02724045fe81bef7f6dea2e05eb35117);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .case-study-2 .banner {
    width: 100%;
    border-bottom: 0;
    z-index: 1;
  }

  .case-study-2 .banner:first-of-type {
    background-image: none;
  }

  .case-study-2 .banner:first-of-type .content {
    max-width: none;
    background-image: url(/images/case-2-banner-mobile.jpg?d2e9f75d1af39af5663b19ef95920ed7);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .case-study-3 .banner {
    width: 100%;
    border-bottom: 0;
    z-index: 1;
  }

  .case-study-3 .banner:first-of-type {
    background-image: none;
  }

  .case-study-3 .banner:first-of-type .content {
    max-width: none;
    background-image: url(/images/case-3-banner-mobile.jpg?f51e2e661acd931459c1d27aba0e18af);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .case-study-4 .banner {
    width: 100%;
    border-bottom: 0;
    z-index: 1;
  }

  .case-study-4 .banner:first-of-type {
    background-image: none;
  }

  .case-study-4 .banner:first-of-type .content {
    max-width: none;
    background-image: url(/images/case-4-banner-mobile.jpg?13ef6ef0d4c1ebf0a0558c255d457e35);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .case-study-5 .banner {
    width: 100%;
    border-bottom: 0;
    z-index: 1;
  }

  .case-study-5 .banner:first-of-type {
    background-image: none;
  }

  .case-study-5 .banner:first-of-type .content {
    max-width: none;
    background-image: url(/images/case-5-banner-mobile.jpg?983d286d8fd8b4b6f85bcaa9bea5c945);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .case-study .banner.middle,
  .case-study .banner.bottom {
    background-position-x: 50%;
  }

  .case-study .banner.middle .columns,
  .case-study .banner.bottom .columns {
    padding: 0;
  }

  .case-study .banner .wrapper {
    position: relative;
  }

  .case-study .banner .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }

  .case-study .banner .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .case-study .two-cols-details.top {
    padding-top: 0;
    padding-bottom: 2.125rem;
  }

  .case-study .two-cols-details.top .-right {
    margin-top: -0.3125rem;
  }

  .case-study .two-cols-details.middle {
    padding-top: 3.875rem;
    padding-bottom: 2.625rem;
  }

  .case-study .two-cols-details.bottom {
    padding-top: 3.875rem;
    padding-bottom: 0.5rem;
  }

  .case-study .two-cols-details.bottom .-left {
    display: none;
  }

  .case-study h3 {
    margin-bottom: 1.375rem;
  }

  .case-study h5 {
    margin-bottom: 0.375rem;
    font-size: 1.25rem;
    line-height: 2.25rem;
  }

  .case-study p {
    margin-bottom: 1.5625rem;
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .case-study .pagination-wrapper {
    margin-bottom: 4.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study .two-cols-details.top {
    padding-top: 10.375rem;
    padding-bottom: 5.125rem;
  }

  .case-study .two-cols-details.top .-right {
    padding-left: 12.5%;
  }

  .case-study .two-cols-details.middle {
    padding-top: 5.75rem;
    padding-bottom: 3.25rem;
  }

  .case-study .two-cols-details.bottom {
    padding-top: 10rem;
    padding-bottom: 3.75rem;
  }

  .case-study .content-wrapper {
    max-width: 12.5rem;
    margin: 0 auto;
  }

  .case-study .content-wrapper p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }

  .case-study h5 {
    margin-bottom: 2rem;
  }

  .case-study p {
    line-height: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .case-study .pagination-wrapper {
    margin-bottom: 5.125rem;
  }
}

@media screen and (min-width: 80em) {
  .case-study .-left,
  .case-study .-right {
    padding-right: 1.25rem;
  }
}

.case-study-2 .banner.bottom .wrapper:before,
.case-study-4 .banner.bottom .wrapper:before {
  padding-top: 60%;
}

.case-study-4 .banner {
  background-position: center;
}

.case-study-4 .banner.middle .wrapper:before {
  padding-top: 60%;
}

.case-study-2 .banner {
  background-position: center;
}

@media screen and (max-width: 63.99875em) {
  .case-study-1 .banner.-mobile-overlay .content {
    background-image: url(/images/case-1-banner.jpg?b0382e85ca06619f702883777b11e92d);
    background-position: center;
    background-size: cover;
  }

  .case-study-3 .banner.-mobile-overlay .content {
    background-image: url(/images/case-3-banner.jpg?1b411a222e13e8783868bef024f2a311);
    background-position: center;
    background-size: cover;
  }

  .case-study-5 .banner.bottom {
    background-position-x: 23%;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-1 .banner.-mobile-overlay {
    background-color: #fafefd;
    background-size: contain;
    background-position: center;
  }

  .case-study-2 .two-cols-details.top {
    padding-bottom: 3.875rem;
  }

  .case-study-3 .two-cols-details.top,
  .case-study-4 .two-cols-details.top {
    padding-bottom: 2.875rem;
  }
}

@media screen and (min-width: 80em) {
  .case-study-2 .-left,
  .case-study-4 .-left {
    padding-right: 1rem;
  }
}

@media screen and (min-aspect-ratio: 17/10) {
  .case-study-4 .banner.middle,
  .case-study-4 .banner.bottom {
    background-size: contain;
  }

  .case-study-4 .banner.bottom {
    background-color: #0e4e5c;
  }

  .case-study-2 .banner.bottom {
    background-size: contain;
    background-color: #f0fffc;
  }
}

.case-study-6 section:not(.banner) .header {
  margin-bottom: 0.75rem;
  color: #5ADEC7;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.case-study-6 section:not(.banner) .title {
  margin-bottom: 3rem;
  color: #0e4e5c;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.case-study-6 .banner {
  background-repeat: no-repeat;
  background-size: cover;
}

.case-study-6 .banner:first-of-type {
  background-image: url(/images/case-6-banner.jpg?3271dd70f895eac68a9aaa91cab107d6);
}

.case-study-6 .banner.second {
  background-image: url(/images/case-6-banner-2.jpg?f643d59f5364a1e62000102acaca274b);
}

.case-study-6 .banner.third {
  background-image: url(/images/case-6-banner-3.jpg?d1e85a0a7141a4ff002e6d9298eed2f4);
}

.case-study-6 .banner.fourth {
  background-image: url(/images/case-6-banner-4.jpg?d149317eb0dfe92d9c3de840bc8d0a7d);
}

.case-study-6 .banner.fifth {
  background-image: url(/images/case-6-banner-5.jpg?c0f5e0555a9dfa2c867e44b38fd73f98);
}

.case-study-6 .banner .wrapper {
  position: relative;
}

.case-study-6 .banner .wrapper:before {
  display: block;
  width: 100%;
  padding-top: 63.7%;
  content: "";
}

.case-study-6 .banner .wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.case-study-6 .banner .content {
  text-align: center;
  margin: 0 auto;
}

.case-study-6 .banner .content h1 {
  color: #fff;
  font-weight: 700;
}

.case-study-6 .banner .content p {
  max-width: none;
  margin-bottom: 0;
}

.case-study-6 .banner:not(.first) {
  background-size: 100%;
  background-position-y: bottom;
}

.case-study-6 .banner:not(.first) .wrapper {
  position: static;
}

.case-study-6 .banner:not(.first) .content {
  max-width: none;
  color: #939393;
}

.case-study-6 .banner:not(.first) .footnote {
  position: absolute;
  width: 100%;
  bottom: -3.75rem;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.25rem;
}

.case-study-6 .project-progress {
  background-color: rgba(243, 243, 243, 0.5);
}

.case-study-6 .two-cols-details.top {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.case-study-6 .two-cols-details.top .project-info {
  font-size: 1rem;
  line-height: 1.625rem;
}

.case-study-6 .two-cols-details.top .col {
  margin-bottom: 0.625rem;
}

.case-study-6 .two-cols-details.top .left {
  width: 28.3333333333%;
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media print, screen and (min-width: 48em) {
  .case-study-6 .two-cols-details.top .left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.case-study-6 .two-cols-details.top .left,
.case-study-6 .two-cols-details.top .left:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.case-study-6 .two-cols-details.top .left:last-child:not(:first-child) {
  float: right;
}

.case-study-6 .two-cols-details.top .right {
  width: 71.6666666667%;
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media print, screen and (min-width: 48em) {
  .case-study-6 .two-cols-details.top .right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.case-study-6 .two-cols-details.top .right,
.case-study-6 .two-cols-details.top .right:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.case-study-6 .two-cols-details.top .right:last-child:not(:first-child) {
  float: right;
}

.case-study-6 .two-cols-details.top .divider {
  height: 0.0625rem;
  margin-top: 0;
  margin-bottom: 1rem;
  background-color: #F3F3F3;
}

.case-study-6 .two-cols-details.top .link-icon {
  margin-left: 0.5rem;
}

.case-study-6 .two-cols-details.top a {
  color: #292f36;
}

.case-study-6 .two-cols-details.top a:hover {
  color: #5ADEC7;
}

.case-study-6 .section-second {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 0;
}

.case-study-6 .section-second:before {
  position: relative;
  display: inline-block;
  top: -1rem;
  width: 100%;
  max-width: 92%;
  height: 1px;
  background-color: #F3F3F3;
  content: "";
}

.case-study-6 .section-second .steps .step {
  position: relative;
  margin-bottom: 4.5rem;
}

.case-study-6 .section-second .steps .step .col.image {
  width: 37%;
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media print, screen and (min-width: 48em) {
  .case-study-6 .section-second .steps .step .col.image {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.case-study-6 .section-second .steps .step .col.image,
.case-study-6 .section-second .steps .step .col.image:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.case-study-6 .section-second .steps .step .col.image:last-child:not(:first-child) {
  float: right;
}

.case-study-6 .section-second .steps .step .col.content {
  width: 63%;
  float: left;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media print, screen and (min-width: 48em) {
  .case-study-6 .section-second .steps .step .col.content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.case-study-6 .section-second .steps .step .col.content,
.case-study-6 .section-second .steps .step .col.content:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.case-study-6 .section-second .steps .step .col.content:last-child:not(:first-child) {
  float: right;
}

.case-study-6 .section-second .steps .step:before {
  position: absolute;
  top: calc(49% + 1px);
  width: 4.75rem;
  height: 18.25rem;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.case-study-6 .section-second .steps .step:nth-child(odd):before {
  left: -0.375rem;
  background-image: url(/images/steps-link-odd.png?4c118efde0ca0c296e1043f432ca311e);
}

.case-study-6 .section-second .steps .step:nth-child(even):before {
  right: -0.375rem;
  background-image: url(/images/steps-link-even.png?e44ad618be3aae70895cda05ccf290ed);
}

.case-study-6 .section-second .steps .step:last-child:before {
  content: none;
}

.case-study-6 .section-second .steps h5 {
  margin-bottom: 0.5rem;
}

.case-study-6 .section-second .steps img {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.case-study-6 .section-third {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.case-study-6 .section-third:before {
  position: relative;
  display: inline-block;
  top: -1rem;
  width: 100%;
  max-width: 92%;
  height: 1px;
  background-color: #F3F3F3;
  content: "";
}

.case-study-6 .section-fourth {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 0;
}

.case-study-6 .section-fourth:before {
  position: relative;
  display: inline-block;
  top: -1rem;
  width: 100%;
  max-width: 92%;
  height: 1px;
  background-color: #F3F3F3;
  content: "";
}

.case-study-6 .section-fourth .results-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.case-study-6 .section-fourth .results-wrapper .result {
  max-width: 19rem;
}

.case-study-6 .section-fourth .benefits-wrapper {
  max-width: 33rem;
  margin: 0 auto;
}

.case-study-6 .section-fourth .benefits-wrapper .benefits {
  margin-left: 3.125rem;
  list-style: none;
  counter-reset: benefits-counter;
}

.case-study-6 .section-fourth .benefits-wrapper .benefits li {
  position: relative;
  margin-bottom: 2rem;
  counter-increment: benefits-counter;
}

.case-study-6 .section-fourth .benefits-wrapper .benefits li:before {
  position: absolute;
  display: block;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin-left: -3rem;
  border-radius: 50%;
  color: #5ADEC7;
  background-color: #f0fffc;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  content: counter(benefits-counter);
}

.case-study-6 .section-fifth {
  margin-bottom: 2rem;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 63.99875em) {
  .case-study-6 .banner.first .wrapper {
    position: relative;
  }

  .case-study-6 .banner.first .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }

  .case-study-6 .banner.first .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .case-study-6 .banner.first .content {
    justify-content: center;
  }

  .case-study-6 .top .project-info {
    padding: 0;
  }

  .case-study-6 .top .project-info .insights-keywords-wrapper {
    justify-content: space-between;
  }

  .case-study-6 .top .project-info .insights-keywords-wrapper .keyword {
    margin: 1rem 0 0;
  }

  .case-study-6 .section-second .steps .col.image {
    width: 28.6666666667%;
    float: left;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 63.99875em) and (min-width: 48em) {
  .case-study-6 .section-second .steps .col.image {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .case-study-6 .section-second .steps .col.image,
  .case-study-6 .section-second .steps .col.image:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
}

@media screen and (max-width: 63.99875em) {
  .case-study-6 .section-second .steps .col.image:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 63.99875em) {
  .case-study-6 .section-second .steps .col.content {
    width: 71.3333333333%;
    float: left;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media screen and (max-width: 63.99875em) and (min-width: 48em) {
  .case-study-6 .section-second .steps .col.content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .case-study-6 .section-second .steps .col.content,
  .case-study-6 .section-second .steps .col.content:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
}

@media screen and (max-width: 63.99875em) {
  .case-study-6 .section-second .steps .col.content:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 63.99875em) {
  .case-study-6 .section-second .steps .content {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .case-study-6 .section-second .steps .step {
    display: flex;
  }

  .case-study-6 .section-second .steps .step:before {
    display: none;
  }
}

@media screen and (max-width: 63.99875em) {
  .case-study-6 .section-third .columns.-image {
    order: 0;
  }

  .case-study-6 .section-third .columns.-content {
    order: 1;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .case-study-6 .section-fourth .results-wrapper .result {
    width: 50%;
  }

  .case-study-6 .section-fourth .benefits-wrapper {
    padding: 2rem 1rem;
  }
}

@media print, screen and (min-width: 48em) {
  .case-study-6 .banner.first .wrapper .content {
    left: 50%;
    transform: translateX(-50%);
  }

  .case-study-6 .section-fourth .results-wrapper .result {
    max-width: 25%;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 section:not(.banner) .title {
    margin-bottom: 11.5rem;
  }

  .case-study-6 .banner .wrapper .content {
    width: 100%;
    max-width: 52rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .case-study-6 .banner .wrapper .content h1 {
    margin-top: 3.125rem;
    margin-bottom: 0.9375rem;
    font-size: 2.75rem;
    line-height: 3.5rem;
  }

  .case-study-6 .banner .wrapper .content p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .case-study-6 .banner:not(.first) {
    max-width: 68rem;
    margin: 0 auto;
  }

  .case-study-6 .banner:not(.first) .wrapper {
    position: relative;
  }

  .case-study-6 .banner:not(.first) .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 51.4%;
    content: "";
  }

  .case-study-6 .banner:not(.first) .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .case-study-6 .banner:not(.first) .wrapper .content {
    max-width: none;
    left: 50%;
  }

  .case-study-6 .banner:not(.first) .wrapper .footnote {
    bottom: -2.625rem;
  }

  .case-study-6 .two-cols-details.top {
    padding-top: 9.25rem;
    padding-bottom: 6.25rem;
  }

  .case-study-6 .two-cols-details.top .-right {
    padding-left: calc(10% + 2px);
  }

  .case-study-6 .two-cols-details.top .-right h5 {
    margin-bottom: 2.0625rem;
  }

  .case-study-6 .two-cols-details.top .-left h5 {
    margin-bottom: 1.75rem;
  }

  .case-study-6 .two-cols-details.top .-left p {
    margin-bottom: 1.5625rem;
  }

  .case-study-6 .two-cols-details.top .col {
    margin-bottom: 1.1875rem;
  }

  .case-study-6 .two-cols-details.top .divider {
    margin-bottom: 1.5rem;
  }

  .case-study-6 .two-cols-details.top .content-wrapper {
    max-width: none;
  }

  .case-study-6 .two-cols-details.top .insights-keywords-wrapper {
    max-width: 14.5rem;
    margin-top: -0.1875rem;
    margin-left: -0.125rem;
  }

  .case-study-6 .two-cols-details.top .insights-keywords-wrapper .keyword {
    margin: 0 0 0.5rem;
  }

  .case-study-6 .section-second {
    padding-top: 18.125rem;
    padding-bottom: 6rem;
  }

  .case-study-6 .section-second:before {
    top: -7.125rem;
  }

  .case-study-6 .section-second .title {
    max-width: 54.1875rem;
    margin-left: auto;
    margin-right: auto;
  }

  .case-study-6 .section-second .steps {
    padding: 0 3.75rem;
  }

  .case-study-6 .section-second .steps .col.image {
    width: 37%;
    float: left;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .case-study-6 .section-second .steps .col.image {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-second .steps .col.image,
  .case-study-6 .section-second .steps .col.image:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-second .steps .col.image:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-second .steps .col.content {
    width: 63%;
    float: left;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: left;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .case-study-6 .section-second .steps .col.content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-second .steps .col.content,
  .case-study-6 .section-second .steps .col.content:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-second .steps .col.content:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-second .steps .col.left {
    padding-left: 0;
    padding-right: 1rem;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-second .steps .col.right {
    padding-left: 1rem;
    padding-right: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-second .steps .step {
    margin-bottom: 4.5rem;
    padding: 0 4.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-second .steps img {
    max-width: 19rem;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-third {
    padding-top: 18.125rem;
    padding-bottom: 11.125rem;
  }

  .case-study-6 .section-third:before {
    top: -7.125rem;
  }

  .case-study-6 .section-third .top .title {
    margin-bottom: 10rem;
  }

  .case-study-6 .section-third .-image {
    padding-left: 2rem;
  }

  .case-study-6 .section-third p {
    margin-bottom: 1.75rem;
  }

  .case-study-6 .section-third a {
    font-style: italic;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-fourth {
    padding-top: 18.125rem;
    padding-bottom: 6.25rem;
  }

  .case-study-6 .section-fourth:before {
    top: -7.125rem;
  }

  .case-study-6 .section-fourth .row {
    max-width: 82rem;
  }

  .case-study-6 .section-fourth .top .title {
    margin-bottom: 4rem;
  }

  .case-study-6 .section-fourth .benefits-wrapper {
    max-width: 38.75rem;
    margin-top: 7.625rem;
    padding-left: 6.375rem;
  }

  .case-study-6 .section-fourth .benefits-wrapper .benefits-title {
    margin-bottom: 1.875rem;
  }

  .case-study-6 .section-fourth .benefits-wrapper .benefits {
    margin-left: 0;
    line-height: 2.25rem;
  }

  .case-study-6 .section-fourth .benefits-wrapper .benefits li {
    margin-bottom: 2.875rem;
  }

  .case-study-6 .section-fourth .benefits-wrapper .benefits li:before {
    width: 3rem;
    height: 3rem;
    margin-top: 0.5625rem;
    margin-left: -5rem;
    font-size: 1.25rem;
    line-height: 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  .case-study-6 .section-fifth {
    margin-top: 8.5rem;
    margin-bottom: 6.25rem;
    padding-top: 3.4375rem;
    padding-bottom: 6.625rem;
  }

  .case-study-6 .section-fifth .row {
    max-width: 56rem;
  }

  .case-study-6 .section-fifth .-right {
    margin-left: -1.375rem;
    padding-left: 0;
  }

  .case-study-6 .section-fifth p {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 80em) {
  .case-study-6 .section-fourth .results-wrapper .result {
    max-width: 19rem;
  }
}

.careers .banner {
  background-image: url(/images/careers-banner.jpg?f42f5e8cd805ef08be709b84148f605e);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 60%;
  background-position-y: 100%;
}

.careers .top h2 {
  color: #000;
}

.careers .two-cols-details a:hover {
  color: #5ADEC7;
}

@media screen and (max-width: 63.99875em) {
  .careers .banner {
    width: 100%;
    background: none;
    border-bottom: 0;
    z-index: 1;
  }

  .careers .banner .wrapper {
    position: relative;
  }

  .careers .banner .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }

  .careers .banner .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .careers .banner .content {
    max-width: none;
    background-image: url(/images/careers-banner-mobile.jpg?5beebfdc6288314b36ec92609aa1cfcb);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .careers .two-cols-details {
    padding-top: 3rem;
    padding-left: 0.3125rem;
    padding-bottom: 1.25rem;
    padding-right: 0.3125rem;
  }

  .careers .content-overlay {
    padding: 0.9375rem 0.625rem;
  }

  .careers .top {
    padding-top: 2.25rem;
  }

  .careers .top .description {
    margin-top: 0.5rem;
    padding-bottom: 2.125rem;
    line-height: 2.25rem;
  }

  .careers h2 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .careers section.-big-padding {
    padding-top: 11.25rem;
  }

  .careers section .row {
    max-width: 70rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
  }

  .careers .top {
    margin-top: 1.875rem;
    margin-bottom: 3.625rem;
  }

  .careers h2 {
    font-weight: 400;
  }
}

@media screen and (min-width: 80em) {
  .careers .top .description {
    margin-right: -0.625rem;
  }
}

.get-in-touch .banner {
  padding: 2.5rem 0;
}

.get-in-touch .banner strong {
  display: block;
  color: #000;
  font-size: 0.875rem;
}

.get-in-touch .banner a {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
}

.get-in-touch .banner a:hover {
  color: #5ADEC7;
}

.get-in-touch h3 {
  font-weight: 800;
}

.get-in-touch .address {
  margin-bottom: 3.125rem;
}

.get-in-touch .role-header {
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
}

.get-in-touch .role {
  margin-bottom: 1.5rem;
}

.get-in-touch .columns {
  order: 1;
}

.get-in-touch .two-cols-details {
  padding: 1rem 0 0;
}

@media screen and (max-width: 63.99875em) {
  .get-in-touch .banner .col {
    width: 100%;
    margin-bottom: 0.5rem;
    line-height: 1.25rem;
    text-align: center;
  }

  .get-in-touch .banner a {
    display: block;
    margin: 0.625rem 0 1.375rem;
  }

  .get-in-touch .columns.-image {
    order: 0;
  }

  .get-in-touch .picture img {
    width: 100%;
  }

  .get-in-touch .address.last {
    margin-bottom: 1.375rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 79.99875em) {
  .get-in-touch .dotted-wrapper.-left {
    margin-left: 3.75rem;
  }

  .get-in-touch .dotted-wrapper.-right {
    margin-right: 3.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .get-in-touch .banner {
    padding: 11.375rem 0 6.25rem;
  }

  .get-in-touch .banner .col {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .get-in-touch .banner .col {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .get-in-touch .two-cols-details {
    padding-top: 8.625rem;
    padding-bottom: 5.375rem;
  }

  .get-in-touch .two-cols-details .-text {
    padding-top: 4.125rem;
  }

  .get-in-touch .two-cols-details .-text.-right {
    padding-left: 3%;
  }
}

.newsletter .content nav {
  display: none;
}

.newsletter .nitro-logo {
  display: none;
}

.newsletter .title {
  padding-top: 4rem;
  color: #0e4e5c;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.875rem;
}

.newsletter .left {
  margin: 2.25rem 1rem 0;
}

.newsletter .background {
  width: 100%;
}

@media screen and (max-width: 63.99875em) {
  .newsletter .form {
    margin-top: 2.875rem;
  }

  .newsletter section .column,
  .newsletter section .columns {
    margin-bottom: 2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .newsletter header,
  .newsletter footer {
    display: none;
  }

  .newsletter .left {
    position: relative;
    width: 60%;
    height: 100vh;
    margin: 0;
  }

  .newsletter .background {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .newsletter .content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .newsletter .content nav {
    display: block;
    position: absolute;
    bottom: 2.5rem;
    width: 100%;
    max-width: 33rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem;
  }

  .newsletter .content ul {
    display: flex;
    justify-content: space-between;
    margin-left: 0.125rem;
    margin-right: 1.125rem;
    margin-bottom: 0.75rem;
    list-style: none;
  }

  .newsletter .content li {
    margin: 0;
  }

  .newsletter .content a {
    color: #fff;
  }

  .newsletter .content a:hover {
    color: #5ADEC7;
  }

  .newsletter .content .divider {
    width: 100%;
    height: 1px;
    margin-bottom: 1rem;
    background-color: #fff;
  }

  .newsletter .content .footnote {
    padding-left: 0.1875rem;
    font-weight: 400;
  }

  .newsletter .wrapper {
    padding: 1.5rem 4rem;
  }

  .newsletter .nitro-logo {
    display: block;
  }

  .newsletter .title {
    max-width: 33rem;
    padding-top: 3.0625rem;
    color: #fff;
    font-weight: 800;
  }

  .newsletter .row {
    width: 40%;
    justify-content: center;
  }

  .newsletter .column,
  .newsletter .columns {
    max-width: 32.875rem;
  }

  .newsletter .form br {
    display: none;
  }

  .newsletter .form a:hover {
    color: #5ADEC7;
  }
}

@media screen and (min-width: 80em) {
  .newsletter .left {
    width: 54.5%;
  }

  .newsletter .form br {
    display: block;
  }
}

.mailchimp-campaign .content nav {
  display: none;
}

.mailchimp-campaign .nitro-logo {
  display: none;
}

.mailchimp-campaign .title {
  padding-top: 4rem;
  color: #0e4e5c;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.875rem;
}

.mailchimp-campaign .title span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}

.mailchimp-campaign .banner-content {
  color: #292f36;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
}

.mailchimp-campaign .banner-content.-big {
  color: #5ADEC7;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.mailchimp-campaign .banner-footnote {
  color: #292f36;
  font-size: 0.75rem;
}

.mailchimp-campaign .divider {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #5ADEC7;
}

.mailchimp-campaign .left {
  margin: 2.25rem 1rem 0;
}

.mailchimp-campaign .background {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mailchimp-campaign .content {
  position: relative;
}

.mailchimp-campaign .form {
  position: relative;
  padding: 0.9375rem;
  background: #fff;
  box-shadow: 0 0 6px #dcdcdc;
}

.mailchimp-campaign .form input[type=text],
.mailchimp-campaign .form input[type=email],
.mailchimp-campaign .form input[type=url] {
  margin: 0;
}

.mailchimp-campaign .form input[type=submit] {
  margin-top: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 800;
}

.mailchimp-campaign .form input[type=radio] {
  margin-bottom: 0;
}

.mailchimp-campaign .form .indicates-required {
  position: absolute;
  right: 0;
}

.mailchimp-campaign .form .mc-field-group {
  padding-bottom: 1rem;
}

.mailchimp-campaign .form .response {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}

.mailchimp-campaign .form .response a {
  display: block;
}

.mailchimp-campaign .input-group {
  flex-direction: column;
  margin-top: 0.625rem;
  margin-bottom: 0;
}

@media screen and (max-width: 63.99875em) {
  .mailchimp-campaign .form {
    margin-top: 1.5rem;
  }

  .mailchimp-campaign section .column,
  .mailchimp-campaign section .columns {
    margin-bottom: 2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .mailchimp-campaign header,
  .mailchimp-campaign footer {
    display: none;
  }

  .mailchimp-campaign .left {
    position: relative;
    width: 50%;
    margin: 0;
  }

  .mailchimp-campaign .background {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .mailchimp-campaign .content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  .mailchimp-campaign .content nav {
    display: block;
    position: absolute;
    bottom: 3.75rem;
    width: 100%;
    max-width: 33rem;
    margin-left: -0.125rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.625rem;
  }

  .mailchimp-campaign .content ul {
    display: flex;
    justify-content: space-between;
    margin-left: 0.125rem;
    margin-right: 1.125rem;
    margin-bottom: 0.75rem;
    list-style: none;
  }

  .mailchimp-campaign .content li {
    margin: 0;
  }

  .mailchimp-campaign .content a {
    color: #292f36;
  }

  .mailchimp-campaign .content a:hover {
    color: #5ADEC7;
  }

  .mailchimp-campaign .content .divider {
    width: 103%;
    margin-bottom: 1.8125rem;
  }

  .mailchimp-campaign .content .footnote {
    padding-left: 0.1875rem;
    color: #292f36;
    font-weight: 400;
  }

  .mailchimp-campaign .wrapper {
    padding: 1.5rem 3rem 1.5rem 4rem;
  }

  .mailchimp-campaign .nitro-logo {
    display: block;
  }

  .mailchimp-campaign .title {
    margin-right: -3.25rem;
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }

  .mailchimp-campaign .title span {
    padding-top: 0.25rem;
  }

  .mailchimp-campaign .banner-content.-big {
    margin-top: 1.8125rem;
    margin-bottom: 2.375rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .mailchimp-campaign .row {
    width: 40%;
    justify-content: center;
  }

  .mailchimp-campaign .column,
  .mailchimp-campaign .columns {
    max-width: 32.875rem;
    margin: 6.5rem 0 3.75rem;
  }

  .mailchimp-campaign .form {
    padding: 0.6875rem 1.375rem;
  }

  .mailchimp-campaign .form br {
    display: none;
  }

  .mailchimp-campaign .form a:hover {
    color: #5ADEC7;
  }
}

@media screen and (min-width: 80em) {
  .mailchimp-campaign .left {
    width: 44.5%;
  }

  .mailchimp-campaign .form br {
    display: block;
  }

  .mailchimp-campaign .title {
    font-size: 2.25rem;
  }

  .mailchimp-campaign .title span {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 118.75em) {
  .mailchimp-campaign .title {
    font-size: 2.75rem;
  }
}

.privacy-policy .banner {
  background-image: url(/images/privacy-policy-banner.jpg?3d6efb1f9107552275c9dbba62fc13c4);
  background-repeat: no-repeat;
  background-size: cover;
}

.privacy-policy ul,
.privacy-policy ol {
  padding-left: 0.5rem;
}

@media screen and (max-width: 63.99875em) {
  .privacy-policy .banner {
    display: none;
  }

  .privacy-policy .two-cols-details {
    padding-top: 1.375rem;
  }

  .privacy-policy .two-cols-details .content-overlay {
    width: 100%;
  }

  .privacy-policy .two-cols-details .title {
    margin-bottom: 1rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 64em) {
  .privacy-policy .banner .wrapper {
    position: relative;
  }

  .privacy-policy .banner .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 48%;
    content: "";
  }

  .privacy-policy .banner .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .privacy-policy .content-overlay {
    padding: 1.25rem 3rem;
  }

  .privacy-policy .columns {
    padding: 3.25rem;
  }
}

.charity-cookie .banner {
  background-image: url(/images/ukraine-flag.png?c7aa9a828b6eb6edd2c47f315de05ee0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 500px;
}

.charity-cookie ul,
.charity-cookie ol {
  padding-left: 0.5rem;
}

@media screen and (max-width: 63.99875em) {
  .privacy-policy .banner {
    display: none;
  }

  .privacy-policy .two-cols-details {
    padding-top: 1.375rem;
  }

  .privacy-policy .two-cols-details .content-overlay {
    width: 100%;
  }

  .privacy-policy .two-cols-details .title {
    margin-bottom: 1rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 64em) {
  .privacy-policy .banner .wrapper {
    position: relative;
  }

  .privacy-policy .banner .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 48%;
    content: "";
  }

  .privacy-policy .banner .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .privacy-policy .content-overlay {
    padding: 1.25rem 3rem;
  }

  .privacy-policy .columns {
    padding: 3.25rem;
  }
}

.page-404 header a:hover {
  color: #5ADEC7;
}

.page-404 header li.active a {
  color: #fff;
  text-decoration: none;
}

.page-404 .banner {
  background-image: url(/images/404-banner.jpg?bb8a3aa9e5d564ef226fd21875052fd5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 60%;
}

.page-404 button {
  display: none;
}

@media screen and (max-width: 63.99875em) {
  .page-404 .banner {
    width: 100%;
    background: none;
    border-bottom: 0;
    z-index: 1;
  }

  .page-404 .banner:after {
    background: #fff;
  }

  .page-404 .banner .wrapper {
    position: relative;
  }

  .page-404 .banner .wrapper:before {
    display: block;
    width: 100%;
    padding-top: 100%;
    content: "";
  }

  .page-404 .banner .wrapper .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .page-404 .banner .content {
    max-width: none;
    background-image: url(/images/404-banner-mobile.jpg?2729e541a4875139612f8f20b4ef91fb);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-404 button {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.1875rem;
    font-size: 1rem;
    font-weight: 700;
  }
}

@media print, screen and (min-width: 64em) {
  .page-404 .banner {
    background-position-y: -1.375rem;
  }
}

@media screen and (min-width: 80em) {
  .page-404 .banner {
    background-position-y: -2.75rem;
  }
}

@media screen and (min-width: 118.75em) {
  .page-404 .banner {
    background-position-y: 20%;
  }
}


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