@charset "UTF-8";
/**
 * MASTER.SCSS
 *
 * @Project     : Project Name
 * @Author      : AuthorName [author.name@nvinteractive.com]
 *
 */
@viewport {
  width: device-width;
  zoom: 1;
}
/**
 * 1. SETTINGS
 */
/**
 * SETTINGS.ANIMATIONS
 *
 * @description : Keyframe animations for this site
 *
 */
/**
 * SETTINGS.BASE
 *
 * @description : Key application variables and settings
 *
 */
/**
 * SETTINGS.BREAKPOINTS
 *
 * @description : Define major breakpoints
 *
 */
/**
 * SETTINGS.COLORS
 *
 * @description : Color variable definitions
 *
 */
/**
 * Main Colours
 */
/**
 * UX/Validation colors
 */
/**
 * SETTINGS.EASING
 *
 * @description : Custom ease functions
 *
 */
/**
 * SETTINGS.GRID
 *
 * @description : Settings used in grid calculations
 *
 */
/**
 * GENERIC.FONT.FINANCIER
 *
 */
@font-face {
  font-family: "Financier";
  font-display: fallback;
  src: url("../fonts/financier/financier-display-web-regular.woff2") format("woff2"), url("../fonts/financier/financier-display-web-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "kern", "liga", "clig";
}
/**
 * SETTINGS.FONT.HUMANIST521
 *
 * @description : A default font included for demonstration
 *                Remove this if you're not using it…
 *
*/
@font-face {
  font-family: "Humanist521";
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/humanist521/39E30A_1_0.eot");
  src: url("../fonts/humanist521/39E30A_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/humanist521/39E30A_1_0.woff2") format("woff2"), url("../fonts/humanist521/39E30A_1_0.woff") format("woff"), url("../fonts/humanist521/39E30A_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Humanist521";
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("../fonts/humanist521/39E30A_4_0.eot");
  src: url("../fonts/humanist521/39E30A_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/humanist521/39E30A_4_0.woff2") format("woff2"), url("../fonts/humanist521/39E30A_4_0.woff") format("woff"), url("../fonts/humanist521/39E30A_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "Humanist521";
  font-display: fallback;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/humanist521/39E30A_0_0.eot");
  src: url("../fonts/humanist521/39E30A_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/humanist521/39E30A_0_0.woff2") format("woff2"), url("../fonts/humanist521/39E30A_0_0.woff") format("woff"), url("../fonts/humanist521/39E30A_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Humanist521";
  font-style: italic;
  font-weight: normal;
  font-display: fallback;
  src: url("../fonts/humanist521/39E30A_5_0.eot");
  src: url("../fonts/humanist521/39E30A_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/humanist521/39E30A_5_0.woff2") format("woff2"), url("../fonts/humanist521/39E30A_5_0.woff") format("woff"), url("../fonts/humanist521/39E30A_5_0.ttf") format("truetype");
}
@font-face {
  font-family: "Humanist521";
  font-weight: 600;
  font-display: fallback;
  src: url("../fonts/humanist521/39E30A_6_0.eot");
  src: url("../fonts/humanist521/39E30A_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/humanist521/39E30A_6_0.woff2") format("woff2"), url("../fonts/humanist521/39E30A_6_0.woff") format("woff"), url("../fonts/humanist521/39E30A_6_0.ttf") format("truetype");
}
/**
 * SETTINGS.ZINDEX
 *
 * @description : Base level z-index settings
 * Note: z-index is reset when a new stacking context is created, this can be triggered by CSS transforms
 *
 */
/**
 *  2. TOOLS
 */
/**
 * TOOLS.FUNCTIONS
 *
 * @description : Common functions
 *
 */
/**
 * Strip Unit
 *  @desc       : Strips the unit from a value to we can use it for calculations
 *  @source     : https://css-tricks.com/snippets/sass/strip-unit-function/
 *  @param      : $num - Number to remove unit from
 *  @return     : Unitless value
 */
/**
 *  REM Calc
 *  @desc      : Converts px values to REMs
 *  @param     : $val - The value to convert (usually passed in px but unit may be omitted)
 *  @param     : $base – Optional parameter, passed if you'd like to calculate with a different base font size
 *  @param     : $base-font-size – The default font size (defined in _settings.base.scss)
 *  @return    : $rems - rem-converted value
 */
/**
 *  Decimal-Round
 *  @desc      : Rounds a floating point number to the nearest whole number
 *  @param     : $number - The number to be rounded. must be unitless.
 */
/**
 *  Decimal-Floor
 *  @desc      : Rounds a floating point number down to the nearest whole number
 */
/**
 * Spacer
 * @desc     : Returns a simple multipled value, converted to rem
 */
/**
 * TOOLS.MIXIN.HEADING-SCALE
 *
 * @description : Generates heading sizes, their line heights and bottom margins from the base font size and a multiplier
 *                Reuseable classes are also generated
 *
 */
/**
 * TOOLS.MIXIN.POSITION
 *
 * @description :  Sets top, right, bottom and left values for an element
 * @note: Pass 'null' as an argument to ensure that value isn't set
 *
 */
/**
 * TOOLS.MIXIN.CLEARFIX
 *
 * @description : Force an element to self-clear floated children
 *
 */
/**
 * TOOLS.MIXIN.BASELINE_GRID
 *
 * @description :  Adds a baseline grid for setting type.
 *                 Used in development only.
 *
 */
/**
 * @param $spacing            Set the desired line height of the grid. Defaults to 20px
 */
/**
 * 3. GENERIC
 */
/**
 * GENERIC.RESET
 *
 * @description :  Include your desired reset here.
 *                 Default is Eric Meyer's reset
 *
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  margin: 0;
  padding: 0;
}

/**
 * GENERIC.BOXSIZING
 *
 * @description : Sets global box-sizing
 * @reference   : https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 *
 */
html {
  box-sizing: border-box;
}

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

/**
 *  4. ELEMENTS
 *  Basic styles for raw HTML elements
 *  No classes here
 */
/**
 * ELEMENTS.BASE
 *
 * @description : Base element styles
 *
 */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100%;
  color: #676469;
}
body.dev_type {
  background-image: linear-gradient(to bottom, #0ff 0, rgba(255, 255, 255, 0) 1px);
  background-repeat: repeat-y;
  background-size: 100% 24px;
}

figure {
  margin: 0;
}

hr {
  border: 0;
  border-top: 1px solid rgba(194, 172, 143, 0.2);
  margin: 3em 0;
}

/**
 * ELEMENTS.DISABLED
 *
 * @description : Default styles for disabled elements
 *
 */
.disabled,
*:disabled,
[disabled] {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

/**
 * ELEMENTS.FORMS
 *
 * @description : Core form styles
 *
 */
form {
  width: 100%;
}

label {
  display: inline-block;
}
label.aligned {
  padding: 1em 0;
  border-top: 1px solid transparent;
}

textarea, input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=url] {
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 0;
  display: inline-block;
  font-size: inherit;
  padding: 1em 1.5em;
  width: 100%;
}
textarea:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus {
  border-color: #c2ac8f;
  outline: none;
}
textarea::placeholder, input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=url]::placeholder {
  color: rgba(103, 100, 105, 0.5);
}

textarea {
  min-height: 10em;
  resize: vertical;
}

input[type=submit],
button {
  appearance: none;
  border-radius: 0;
  border: 0;
  display: inline-block;
  padding: 0;
}

/**
 * ELEMENTS.IMAGES
 *
 * @description : Basic image styles
 *
 */
/**
 *  Set images for responsive sizing
 */
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/**
 * ELEMENTS.TYPE
 *
 * @description : Basic typographical styles
 *
 */
body {
  color: #676469;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d205d;
  font-family: "Financier", Times, "Times New Roman", serif;
  font-size: 1rem;
  margin: 0;
}

/**
 * Optional: Generate headings using a scale based on the body font size.
 * Also matching classes using SI prefixes are also generated. Done at the element level to keep specificity low.
 * See https://www.modularscale.com for common scale multipliers
 * and https://csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css/ for more info on using classes for headings
 *
 * Use this function to generate heading metrics, or declare them manually below
 * @include headingScale($base-font-size, 1.25);
 */
p {
  margin: 0 0 1.5em 0;
}

a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
}

/**
 *  5. OBJECTS
 *  These are repeating visual/structural patterns with no 'design' added
 *  Must be built with classes only
 */
/**
 * OBJECTS.CARD-GRID
 *
 * @description : 
 *
 */
.o-card-grid {
  display: grid;
  gap: 5rem;
  grid-template-columns: 1fr;
}

.o-card-grid--1-col {
  gap: 5rem;
  grid-template-columns: 1fr;
}

.o-card-grid--2-col {
  gap: 5rem 3.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 769px) {
  .o-card-grid--2-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.o-card-grid--3-col {
  gap: 5rem 3rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 769px) {
  .o-card-grid--3-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .o-card-grid--3-col {
    grid-template-columns: repeat(3, 1fr);
  }
}

.o-card-grid--4-col {
  gap: 5rem 2.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 769px) {
  .o-card-grid--4-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .o-card-grid--4-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1369px) {
  .o-card-grid--4-col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.o-card-grid--5-col {
  gap: 5rem 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 481px) {
  .o-card-grid--5-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 769px) {
  .o-card-grid--5-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) {
  .o-card-grid--5-col {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1369px) {
  .o-card-grid--5-col {
    grid-template-columns: repeat(5, 1fr);
  }
}

/**
 * OBJECTS.GRID
 *
 * @description : The NV Grid
 * @settings    : See /1.settings/_settings.grid.scss
 *
 */
/** -------------------------------------------------------
 *  GRID WIDTH CALCULATOR
 */
/**
 * General Styles
 */
.b {
  position: relative;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.b-s {
  max-width: 61.25rem;
}

/**
 *  Helper classes for non-grid items so they fit nicely within the grid
 */
.ng-p {
  padding-left: 2%;
  padding-right: 2%;
}

.ng-pr {
  padding-left: 0;
  padding-right: 2%;
}

.ng-pl {
  padding-left: 2%;
  padding-right: 0;
}

.ng-m {
  margin-left: 2%;
  margin-right: 2%;
}

.ng-mr {
  margin-left: 0;
  margin-right: 2%;
}

.ng-ml {
  margin-left: 2%;
  margin-right: 0;
}

/**
 * The Grid
 */
.g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.no-flexbox .g {
  display: table-cell;
  float: left;
  width: 100%;
}
.g-m {
  margin: 0 -2%;
}

/** -------------------------
 *  GRID ITEMS
 */
.gi,
[class^=gi-] {
  display: inline-block;
  letter-spacing: normal;
  text-rendering: auto;
  vertical-align: top;
  width: 100%;
}

.gi-p {
  padding-left: 2%;
  padding-right: 2%;
}

.gi-pr {
  padding-right: 2%;
}

.gi-pl {
  padding-left: 2%;
}

.gi-m {
  margin-left: 2%;
  margin-right: 2%;
}

.gi-ml {
  margin-left: 2%;
}

.gi-mr {
  margin-right: 2%;
}

.gi-cc {
  align-items: center;
  justify-content: center;
}

.g-c {
  justify-content: center;
}

.g-vam {
  align-items: center;
}

.g-vam .gi,
.g-vam .gi-p,
.g-vam .gi-pl,
.g-vam .gi-pr {
  align-self: center;
  vertical-align: middle;
}

.g-vab {
  align-items: flex-end;
}

.g-vab .gi,
.g-vab .gi-p,
.g-vab .gi-pl,
.g-vab .gi-pr,
.gi-b {
  align-self: flex-end;
  vertical-align: bottom;
}

.gi-1 {
  width: 8.33333333%;
}

.gi-m.gi-1 {
  width: 4.33333333%;
}

.gi-mr.gi-1,
.gi-mr.gi-1 {
  width: 6.33333333%;
}

.gi-in-1 {
  margin-left: 8.33333333%;
}

.gi-m.gi-in-1,
.gi-ml.gi-in-1 {
  margin-left: 10.33333333%;
}

.gi-2 {
  width: 16.66666666%;
}

.gi-m.gi-2 {
  width: 12.66666666%;
}

.gi-mr.gi-2,
.gi-mr.gi-2 {
  width: 14.66666666%;
}

.gi-in-2 {
  margin-left: 16.66666666%;
}

.gi-m.gi-in-2,
.gi-ml.gi-in-2 {
  margin-left: 18.66666666%;
}

.gi-3 {
  width: 25%;
}

.gi-m.gi-3 {
  width: 21%;
}

.gi-mr.gi-3,
.gi-mr.gi-3 {
  width: 23%;
}

.gi-in-3 {
  margin-left: 25%;
}

.gi-m.gi-in-3,
.gi-ml.gi-in-3 {
  margin-left: 27%;
}

.gi-4 {
  width: 33.33333333%;
}

.gi-m.gi-4 {
  width: 29.33333333%;
}

.gi-mr.gi-4,
.gi-mr.gi-4 {
  width: 31.33333333%;
}

.gi-in-4 {
  margin-left: 33.33333333%;
}

.gi-m.gi-in-4,
.gi-ml.gi-in-4 {
  margin-left: 35.33333333%;
}

.gi-5 {
  width: 41.66666666%;
}

.gi-m.gi-5 {
  width: 37.66666666%;
}

.gi-mr.gi-5,
.gi-mr.gi-5 {
  width: 39.66666666%;
}

.gi-in-5 {
  margin-left: 41.66666666%;
}

.gi-m.gi-in-5,
.gi-ml.gi-in-5 {
  margin-left: 43.66666666%;
}

.gi-6 {
  width: 50%;
}

.gi-m.gi-6 {
  width: 46%;
}

.gi-mr.gi-6,
.gi-mr.gi-6 {
  width: 48%;
}

.gi-in-6 {
  margin-left: 50%;
}

.gi-m.gi-in-6,
.gi-ml.gi-in-6 {
  margin-left: 52%;
}

.gi-7 {
  width: 58.33333333%;
}

.gi-m.gi-7 {
  width: 54.33333333%;
}

.gi-mr.gi-7,
.gi-mr.gi-7 {
  width: 56.33333333%;
}

.gi-in-7 {
  margin-left: 58.33333333%;
}

.gi-m.gi-in-7,
.gi-ml.gi-in-7 {
  margin-left: 60.33333333%;
}

.gi-8 {
  width: 66.66666666%;
}

.gi-m.gi-8 {
  width: 62.66666666%;
}

.gi-mr.gi-8,
.gi-mr.gi-8 {
  width: 64.66666666%;
}

.gi-in-8 {
  margin-left: 66.66666666%;
}

.gi-m.gi-in-8,
.gi-ml.gi-in-8 {
  margin-left: 68.66666666%;
}

.gi-9 {
  width: 75%;
}

.gi-m.gi-9 {
  width: 71%;
}

.gi-mr.gi-9,
.gi-mr.gi-9 {
  width: 73%;
}

.gi-in-9 {
  margin-left: 75%;
}

.gi-m.gi-in-9,
.gi-ml.gi-in-9 {
  margin-left: 77%;
}

.gi-10 {
  width: 83.33333333%;
}

.gi-m.gi-10 {
  width: 79.33333333%;
}

.gi-mr.gi-10,
.gi-mr.gi-10 {
  width: 81.33333333%;
}

.gi-in-10 {
  margin-left: 83.33333333%;
}

.gi-m.gi-in-10,
.gi-ml.gi-in-10 {
  margin-left: 85.33333333%;
}

.gi-11 {
  width: 91.66666666%;
}

.gi-m.gi-11 {
  width: 87.66666666%;
}

.gi-mr.gi-11,
.gi-mr.gi-11 {
  width: 89.66666666%;
}

.gi-in-11 {
  margin-left: 91.66666666%;
}

.gi-m.gi-in-11,
.gi-ml.gi-in-11 {
  margin-left: 93.66666666%;
}

.gi-12 {
  width: 100%;
}

.gi-m.gi-12 {
  width: 96%;
}

.gi-mr.gi-12,
.gi-mr.gi-12 {
  width: 98%;
}

.gi-in-12 {
  margin-left: 100%;
}

.gi-m.gi-in-12,
.gi-ml.gi-in-12 {
  margin-left: 102%;
}

@media (min-width: 481px) {
  .gi-sm-1 {
    width: 8.33333333%;
  }
  .gi-m.gi-sm-1 {
    width: 4.33333333%;
  }
  .gi-ml.gi-sm-1,
  .gi-mr.gi-sm-1 {
    width: 6.33333333%;
  }
  .gi-sm-in-1 {
    margin-left: 8.33333333%;
  }
  .gi-m.gi-sm-in-1,
  .gi-ml.gi-sm-in-1 {
    margin-left: 10.33333333%;
  }
  .gi-sm-2 {
    width: 16.66666666%;
  }
  .gi-m.gi-sm-2 {
    width: 12.66666666%;
  }
  .gi-ml.gi-sm-2,
  .gi-mr.gi-sm-2 {
    width: 14.66666666%;
  }
  .gi-sm-in-2 {
    margin-left: 16.66666666%;
  }
  .gi-m.gi-sm-in-2,
  .gi-ml.gi-sm-in-2 {
    margin-left: 18.66666666%;
  }
  .gi-sm-3 {
    width: 25%;
  }
  .gi-m.gi-sm-3 {
    width: 21%;
  }
  .gi-ml.gi-sm-3,
  .gi-mr.gi-sm-3 {
    width: 23%;
  }
  .gi-sm-in-3 {
    margin-left: 25%;
  }
  .gi-m.gi-sm-in-3,
  .gi-ml.gi-sm-in-3 {
    margin-left: 27%;
  }
  .gi-sm-4 {
    width: 33.33333333%;
  }
  .gi-m.gi-sm-4 {
    width: 29.33333333%;
  }
  .gi-ml.gi-sm-4,
  .gi-mr.gi-sm-4 {
    width: 31.33333333%;
  }
  .gi-sm-in-4 {
    margin-left: 33.33333333%;
  }
  .gi-m.gi-sm-in-4,
  .gi-ml.gi-sm-in-4 {
    margin-left: 35.33333333%;
  }
  .gi-sm-5 {
    width: 41.66666666%;
  }
  .gi-m.gi-sm-5 {
    width: 37.66666666%;
  }
  .gi-ml.gi-sm-5,
  .gi-mr.gi-sm-5 {
    width: 39.66666666%;
  }
  .gi-sm-in-5 {
    margin-left: 41.66666666%;
  }
  .gi-m.gi-sm-in-5,
  .gi-ml.gi-sm-in-5 {
    margin-left: 43.66666666%;
  }
  .gi-sm-6 {
    width: 50%;
  }
  .gi-m.gi-sm-6 {
    width: 46%;
  }
  .gi-ml.gi-sm-6,
  .gi-mr.gi-sm-6 {
    width: 48%;
  }
  .gi-sm-in-6 {
    margin-left: 50%;
  }
  .gi-m.gi-sm-in-6,
  .gi-ml.gi-sm-in-6 {
    margin-left: 52%;
  }
  .gi-sm-7 {
    width: 58.33333333%;
  }
  .gi-m.gi-sm-7 {
    width: 54.33333333%;
  }
  .gi-ml.gi-sm-7,
  .gi-mr.gi-sm-7 {
    width: 56.33333333%;
  }
  .gi-sm-in-7 {
    margin-left: 58.33333333%;
  }
  .gi-m.gi-sm-in-7,
  .gi-ml.gi-sm-in-7 {
    margin-left: 60.33333333%;
  }
  .gi-sm-8 {
    width: 66.66666666%;
  }
  .gi-m.gi-sm-8 {
    width: 62.66666666%;
  }
  .gi-ml.gi-sm-8,
  .gi-mr.gi-sm-8 {
    width: 64.66666666%;
  }
  .gi-sm-in-8 {
    margin-left: 66.66666666%;
  }
  .gi-m.gi-sm-in-8,
  .gi-ml.gi-sm-in-8 {
    margin-left: 68.66666666%;
  }
  .gi-sm-9 {
    width: 75%;
  }
  .gi-m.gi-sm-9 {
    width: 71%;
  }
  .gi-ml.gi-sm-9,
  .gi-mr.gi-sm-9 {
    width: 73%;
  }
  .gi-sm-in-9 {
    margin-left: 75%;
  }
  .gi-m.gi-sm-in-9,
  .gi-ml.gi-sm-in-9 {
    margin-left: 77%;
  }
  .gi-sm-10 {
    width: 83.33333333%;
  }
  .gi-m.gi-sm-10 {
    width: 79.33333333%;
  }
  .gi-ml.gi-sm-10,
  .gi-mr.gi-sm-10 {
    width: 81.33333333%;
  }
  .gi-sm-in-10 {
    margin-left: 83.33333333%;
  }
  .gi-m.gi-sm-in-10,
  .gi-ml.gi-sm-in-10 {
    margin-left: 85.33333333%;
  }
  .gi-sm-11 {
    width: 91.66666666%;
  }
  .gi-m.gi-sm-11 {
    width: 87.66666666%;
  }
  .gi-ml.gi-sm-11,
  .gi-mr.gi-sm-11 {
    width: 89.66666666%;
  }
  .gi-sm-in-11 {
    margin-left: 91.66666666%;
  }
  .gi-m.gi-sm-in-11,
  .gi-ml.gi-sm-in-11 {
    margin-left: 93.66666666%;
  }
  .gi-sm-12 {
    width: 100%;
  }
  .gi-m.gi-sm-12 {
    width: 96%;
  }
  .gi-ml.gi-sm-12,
  .gi-mr.gi-sm-12 {
    width: 98%;
  }
  .gi-sm-in-12 {
    margin-left: 100%;
  }
  .gi-m.gi-sm-in-12,
  .gi-ml.gi-sm-in-12 {
    margin-left: 102%;
  }
  .gi-sm-pr {
    padding-left: 0;
    padding-right: 2%;
  }
  .gi-sm-pl {
    padding-left: 2%;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .gi-md-1 {
    width: 8.33333333%;
  }
  .gi-m.gi-md-1 {
    width: 4.33333333%;
  }
  .gi-ml.gi-md-1,
  .gi-mr.gi-md-1 {
    width: 6.33333333%;
  }
  .gi-md-in-1 {
    margin-left: 8.33333333%;
  }
  .gi-m.gi-md-in-1,
  .gi-ml.gi-md-in-1 {
    margin-left: 10.33333333%;
  }
  .gi-md-2 {
    width: 16.66666666%;
  }
  .gi-m.gi-md-2 {
    width: 12.66666666%;
  }
  .gi-ml.gi-md-2,
  .gi-mr.gi-md-2 {
    width: 14.66666666%;
  }
  .gi-md-in-2 {
    margin-left: 16.66666666%;
  }
  .gi-m.gi-md-in-2,
  .gi-ml.gi-md-in-2 {
    margin-left: 18.66666666%;
  }
  .gi-md-3 {
    width: 25%;
  }
  .gi-m.gi-md-3 {
    width: 21%;
  }
  .gi-ml.gi-md-3,
  .gi-mr.gi-md-3 {
    width: 23%;
  }
  .gi-md-in-3 {
    margin-left: 25%;
  }
  .gi-m.gi-md-in-3,
  .gi-ml.gi-md-in-3 {
    margin-left: 27%;
  }
  .gi-md-4 {
    width: 33.33333333%;
  }
  .gi-m.gi-md-4 {
    width: 29.33333333%;
  }
  .gi-ml.gi-md-4,
  .gi-mr.gi-md-4 {
    width: 31.33333333%;
  }
  .gi-md-in-4 {
    margin-left: 33.33333333%;
  }
  .gi-m.gi-md-in-4,
  .gi-ml.gi-md-in-4 {
    margin-left: 35.33333333%;
  }
  .gi-md-5 {
    width: 41.66666666%;
  }
  .gi-m.gi-md-5 {
    width: 37.66666666%;
  }
  .gi-ml.gi-md-5,
  .gi-mr.gi-md-5 {
    width: 39.66666666%;
  }
  .gi-md-in-5 {
    margin-left: 41.66666666%;
  }
  .gi-m.gi-md-in-5,
  .gi-ml.gi-md-in-5 {
    margin-left: 43.66666666%;
  }
  .gi-md-6 {
    width: 50%;
  }
  .gi-m.gi-md-6 {
    width: 46%;
  }
  .gi-ml.gi-md-6,
  .gi-mr.gi-md-6 {
    width: 48%;
  }
  .gi-md-in-6 {
    margin-left: 50%;
  }
  .gi-m.gi-md-in-6,
  .gi-ml.gi-md-in-6 {
    margin-left: 52%;
  }
  .gi-md-7 {
    width: 58.33333333%;
  }
  .gi-m.gi-md-7 {
    width: 54.33333333%;
  }
  .gi-ml.gi-md-7,
  .gi-mr.gi-md-7 {
    width: 56.33333333%;
  }
  .gi-md-in-7 {
    margin-left: 58.33333333%;
  }
  .gi-m.gi-md-in-7,
  .gi-ml.gi-md-in-7 {
    margin-left: 60.33333333%;
  }
  .gi-md-8 {
    width: 66.66666666%;
  }
  .gi-m.gi-md-8 {
    width: 62.66666666%;
  }
  .gi-ml.gi-md-8,
  .gi-mr.gi-md-8 {
    width: 64.66666666%;
  }
  .gi-md-in-8 {
    margin-left: 66.66666666%;
  }
  .gi-m.gi-md-in-8,
  .gi-ml.gi-md-in-8 {
    margin-left: 68.66666666%;
  }
  .gi-md-9 {
    width: 75%;
  }
  .gi-m.gi-md-9 {
    width: 71%;
  }
  .gi-ml.gi-md-9,
  .gi-mr.gi-md-9 {
    width: 73%;
  }
  .gi-md-in-9 {
    margin-left: 75%;
  }
  .gi-m.gi-md-in-9,
  .gi-ml.gi-md-in-9 {
    margin-left: 77%;
  }
  .gi-md-10 {
    width: 83.33333333%;
  }
  .gi-m.gi-md-10 {
    width: 79.33333333%;
  }
  .gi-ml.gi-md-10,
  .gi-mr.gi-md-10 {
    width: 81.33333333%;
  }
  .gi-md-in-10 {
    margin-left: 83.33333333%;
  }
  .gi-m.gi-md-in-10,
  .gi-ml.gi-md-in-10 {
    margin-left: 85.33333333%;
  }
  .gi-md-11 {
    width: 91.66666666%;
  }
  .gi-m.gi-md-11 {
    width: 87.66666666%;
  }
  .gi-ml.gi-md-11,
  .gi-mr.gi-md-11 {
    width: 89.66666666%;
  }
  .gi-md-in-11 {
    margin-left: 91.66666666%;
  }
  .gi-m.gi-md-in-11,
  .gi-ml.gi-md-in-11 {
    margin-left: 93.66666666%;
  }
  .gi-md-12 {
    width: 100%;
  }
  .gi-m.gi-md-12 {
    width: 96%;
  }
  .gi-ml.gi-md-12,
  .gi-mr.gi-md-12 {
    width: 98%;
  }
  .gi-md-in-12 {
    margin-left: 100%;
  }
  .gi-m.gi-md-in-12,
  .gi-ml.gi-md-in-12 {
    margin-left: 102%;
  }
  .gi-md-pr {
    padding-left: 0;
    padding-right: 2%;
  }
  .gi-md-pl {
    padding-left: 2%;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .gi-lg-1 {
    width: 8.33333333%;
  }
  .gi-m.gi-lg-1 {
    width: 4.33333333%;
  }
  .gi-ml.gi-lg-1,
  .gi-mr.gi-lg-1 {
    width: 6.33333333%;
  }
  .gi-lg-in-1 {
    margin-left: 8.33333333%;
  }
  .gi-m.gi-lg-in-1,
  .gi-ml.gi-lg-in-1 {
    margin-left: 10.33333333%;
  }
  .gi-lg-2 {
    width: 16.66666666%;
  }
  .gi-m.gi-lg-2 {
    width: 12.66666666%;
  }
  .gi-ml.gi-lg-2,
  .gi-mr.gi-lg-2 {
    width: 14.66666666%;
  }
  .gi-lg-in-2 {
    margin-left: 16.66666666%;
  }
  .gi-m.gi-lg-in-2,
  .gi-ml.gi-lg-in-2 {
    margin-left: 18.66666666%;
  }
  .gi-lg-3 {
    width: 25%;
  }
  .gi-m.gi-lg-3 {
    width: 21%;
  }
  .gi-ml.gi-lg-3,
  .gi-mr.gi-lg-3 {
    width: 23%;
  }
  .gi-lg-in-3 {
    margin-left: 25%;
  }
  .gi-m.gi-lg-in-3,
  .gi-ml.gi-lg-in-3 {
    margin-left: 27%;
  }
  .gi-lg-4 {
    width: 33.33333333%;
  }
  .gi-m.gi-lg-4 {
    width: 29.33333333%;
  }
  .gi-ml.gi-lg-4,
  .gi-mr.gi-lg-4 {
    width: 31.33333333%;
  }
  .gi-lg-in-4 {
    margin-left: 33.33333333%;
  }
  .gi-m.gi-lg-in-4,
  .gi-ml.gi-lg-in-4 {
    margin-left: 35.33333333%;
  }
  .gi-lg-5 {
    width: 41.66666666%;
  }
  .gi-m.gi-lg-5 {
    width: 37.66666666%;
  }
  .gi-ml.gi-lg-5,
  .gi-mr.gi-lg-5 {
    width: 39.66666666%;
  }
  .gi-lg-in-5 {
    margin-left: 41.66666666%;
  }
  .gi-m.gi-lg-in-5,
  .gi-ml.gi-lg-in-5 {
    margin-left: 43.66666666%;
  }
  .gi-lg-6 {
    width: 50%;
  }
  .gi-m.gi-lg-6 {
    width: 46%;
  }
  .gi-ml.gi-lg-6,
  .gi-mr.gi-lg-6 {
    width: 48%;
  }
  .gi-lg-in-6 {
    margin-left: 50%;
  }
  .gi-m.gi-lg-in-6,
  .gi-ml.gi-lg-in-6 {
    margin-left: 52%;
  }
  .gi-lg-7 {
    width: 58.33333333%;
  }
  .gi-m.gi-lg-7 {
    width: 54.33333333%;
  }
  .gi-ml.gi-lg-7,
  .gi-mr.gi-lg-7 {
    width: 56.33333333%;
  }
  .gi-lg-in-7 {
    margin-left: 58.33333333%;
  }
  .gi-m.gi-lg-in-7,
  .gi-ml.gi-lg-in-7 {
    margin-left: 60.33333333%;
  }
  .gi-lg-8 {
    width: 66.66666666%;
  }
  .gi-m.gi-lg-8 {
    width: 62.66666666%;
  }
  .gi-ml.gi-lg-8,
  .gi-mr.gi-lg-8 {
    width: 64.66666666%;
  }
  .gi-lg-in-8 {
    margin-left: 66.66666666%;
  }
  .gi-m.gi-lg-in-8,
  .gi-ml.gi-lg-in-8 {
    margin-left: 68.66666666%;
  }
  .gi-lg-9 {
    width: 75%;
  }
  .gi-m.gi-lg-9 {
    width: 71%;
  }
  .gi-ml.gi-lg-9,
  .gi-mr.gi-lg-9 {
    width: 73%;
  }
  .gi-lg-in-9 {
    margin-left: 75%;
  }
  .gi-m.gi-lg-in-9,
  .gi-ml.gi-lg-in-9 {
    margin-left: 77%;
  }
  .gi-lg-10 {
    width: 83.33333333%;
  }
  .gi-m.gi-lg-10 {
    width: 79.33333333%;
  }
  .gi-ml.gi-lg-10,
  .gi-mr.gi-lg-10 {
    width: 81.33333333%;
  }
  .gi-lg-in-10 {
    margin-left: 83.33333333%;
  }
  .gi-m.gi-lg-in-10,
  .gi-ml.gi-lg-in-10 {
    margin-left: 85.33333333%;
  }
  .gi-lg-11 {
    width: 91.66666666%;
  }
  .gi-m.gi-lg-11 {
    width: 87.66666666%;
  }
  .gi-ml.gi-lg-11,
  .gi-mr.gi-lg-11 {
    width: 89.66666666%;
  }
  .gi-lg-in-11 {
    margin-left: 91.66666666%;
  }
  .gi-m.gi-lg-in-11,
  .gi-ml.gi-lg-in-11 {
    margin-left: 93.66666666%;
  }
  .gi-lg-12 {
    width: 100%;
  }
  .gi-m.gi-lg-12 {
    width: 96%;
  }
  .gi-ml.gi-lg-12,
  .gi-mr.gi-lg-12 {
    width: 98%;
  }
  .gi-lg-in-12 {
    margin-left: 100%;
  }
  .gi-m.gi-lg-in-12,
  .gi-ml.gi-lg-in-12 {
    margin-left: 102%;
  }
  .gi-lg-pr {
    padding-left: 0;
    padding-right: 2%;
  }
  .gi-lg-pl {
    padding-left: 2%;
    padding-right: 0;
  }
}
@media (min-width: 1369px) {
  .gi-xl-1 {
    width: 8.33333333%;
  }
  .gi-m.gi-xl-1 {
    width: 4.33333333%;
  }
  .gi-ml.gi-xl-1,
  .gi-mr.gi-xl-1 {
    width: 6.33333333%;
  }
  .gi-xl-in-1 {
    margin-left: 8.33333333%;
  }
  .gi-m.gi-xl-in-1,
  .gi-ml.gi-xl-in-1 {
    margin-left: 10.33333333%;
  }
  .gi-xl-2 {
    width: 16.66666666%;
  }
  .gi-m.gi-xl-2 {
    width: 12.66666666%;
  }
  .gi-ml.gi-xl-2,
  .gi-mr.gi-xl-2 {
    width: 14.66666666%;
  }
  .gi-xl-in-2 {
    margin-left: 16.66666666%;
  }
  .gi-m.gi-xl-in-2,
  .gi-ml.gi-xl-in-2 {
    margin-left: 18.66666666%;
  }
  .gi-xl-3 {
    width: 25%;
  }
  .gi-m.gi-xl-3 {
    width: 21%;
  }
  .gi-ml.gi-xl-3,
  .gi-mr.gi-xl-3 {
    width: 23%;
  }
  .gi-xl-in-3 {
    margin-left: 25%;
  }
  .gi-m.gi-xl-in-3,
  .gi-ml.gi-xl-in-3 {
    margin-left: 27%;
  }
  .gi-xl-4 {
    width: 33.33333333%;
  }
  .gi-m.gi-xl-4 {
    width: 29.33333333%;
  }
  .gi-ml.gi-xl-4,
  .gi-mr.gi-xl-4 {
    width: 31.33333333%;
  }
  .gi-xl-in-4 {
    margin-left: 33.33333333%;
  }
  .gi-m.gi-xl-in-4,
  .gi-ml.gi-xl-in-4 {
    margin-left: 35.33333333%;
  }
  .gi-xl-5 {
    width: 41.66666666%;
  }
  .gi-m.gi-xl-5 {
    width: 37.66666666%;
  }
  .gi-ml.gi-xl-5,
  .gi-mr.gi-xl-5 {
    width: 39.66666666%;
  }
  .gi-xl-in-5 {
    margin-left: 41.66666666%;
  }
  .gi-m.gi-xl-in-5,
  .gi-ml.gi-xl-in-5 {
    margin-left: 43.66666666%;
  }
  .gi-xl-6 {
    width: 50%;
  }
  .gi-m.gi-xl-6 {
    width: 46%;
  }
  .gi-ml.gi-xl-6,
  .gi-mr.gi-xl-6 {
    width: 48%;
  }
  .gi-xl-in-6 {
    margin-left: 50%;
  }
  .gi-m.gi-xl-in-6,
  .gi-ml.gi-xl-in-6 {
    margin-left: 52%;
  }
  .gi-xl-7 {
    width: 58.33333333%;
  }
  .gi-m.gi-xl-7 {
    width: 54.33333333%;
  }
  .gi-ml.gi-xl-7,
  .gi-mr.gi-xl-7 {
    width: 56.33333333%;
  }
  .gi-xl-in-7 {
    margin-left: 58.33333333%;
  }
  .gi-m.gi-xl-in-7,
  .gi-ml.gi-xl-in-7 {
    margin-left: 60.33333333%;
  }
  .gi-xl-8 {
    width: 66.66666666%;
  }
  .gi-m.gi-xl-8 {
    width: 62.66666666%;
  }
  .gi-ml.gi-xl-8,
  .gi-mr.gi-xl-8 {
    width: 64.66666666%;
  }
  .gi-xl-in-8 {
    margin-left: 66.66666666%;
  }
  .gi-m.gi-xl-in-8,
  .gi-ml.gi-xl-in-8 {
    margin-left: 68.66666666%;
  }
  .gi-xl-9 {
    width: 75%;
  }
  .gi-m.gi-xl-9 {
    width: 71%;
  }
  .gi-ml.gi-xl-9,
  .gi-mr.gi-xl-9 {
    width: 73%;
  }
  .gi-xl-in-9 {
    margin-left: 75%;
  }
  .gi-m.gi-xl-in-9,
  .gi-ml.gi-xl-in-9 {
    margin-left: 77%;
  }
  .gi-xl-10 {
    width: 83.33333333%;
  }
  .gi-m.gi-xl-10 {
    width: 79.33333333%;
  }
  .gi-ml.gi-xl-10,
  .gi-mr.gi-xl-10 {
    width: 81.33333333%;
  }
  .gi-xl-in-10 {
    margin-left: 83.33333333%;
  }
  .gi-m.gi-xl-in-10,
  .gi-ml.gi-xl-in-10 {
    margin-left: 85.33333333%;
  }
  .gi-xl-11 {
    width: 91.66666666%;
  }
  .gi-m.gi-xl-11 {
    width: 87.66666666%;
  }
  .gi-ml.gi-xl-11,
  .gi-mr.gi-xl-11 {
    width: 89.66666666%;
  }
  .gi-xl-in-11 {
    margin-left: 91.66666666%;
  }
  .gi-m.gi-xl-in-11,
  .gi-ml.gi-xl-in-11 {
    margin-left: 93.66666666%;
  }
  .gi-xl-12 {
    width: 100%;
  }
  .gi-m.gi-xl-12 {
    width: 96%;
  }
  .gi-ml.gi-xl-12,
  .gi-mr.gi-xl-12 {
    width: 98%;
  }
  .gi-xl-in-12 {
    margin-left: 100%;
  }
  .gi-m.gi-xl-in-12,
  .gi-ml.gi-xl-in-12 {
    margin-left: 102%;
  }
  .gi-xl-pr {
    padding-left: 0;
    padding-right: 2%;
  }
  .gi-xl-pl {
    padding-left: 2%;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .gi-nav-1 {
    width: 8.33333333%;
  }
  .gi-m.gi-nav-1 {
    width: 4.33333333%;
  }
  .gi-ml.gi-nav-1,
  .gi-mr.gi-nav-1 {
    width: 6.33333333%;
  }
  .gi-nav-in-1 {
    margin-left: 8.33333333%;
  }
  .gi-m.gi-nav-in-1,
  .gi-ml.gi-nav-in-1 {
    margin-left: 10.33333333%;
  }
  .gi-nav-2 {
    width: 16.66666666%;
  }
  .gi-m.gi-nav-2 {
    width: 12.66666666%;
  }
  .gi-ml.gi-nav-2,
  .gi-mr.gi-nav-2 {
    width: 14.66666666%;
  }
  .gi-nav-in-2 {
    margin-left: 16.66666666%;
  }
  .gi-m.gi-nav-in-2,
  .gi-ml.gi-nav-in-2 {
    margin-left: 18.66666666%;
  }
  .gi-nav-3 {
    width: 25%;
  }
  .gi-m.gi-nav-3 {
    width: 21%;
  }
  .gi-ml.gi-nav-3,
  .gi-mr.gi-nav-3 {
    width: 23%;
  }
  .gi-nav-in-3 {
    margin-left: 25%;
  }
  .gi-m.gi-nav-in-3,
  .gi-ml.gi-nav-in-3 {
    margin-left: 27%;
  }
  .gi-nav-4 {
    width: 33.33333333%;
  }
  .gi-m.gi-nav-4 {
    width: 29.33333333%;
  }
  .gi-ml.gi-nav-4,
  .gi-mr.gi-nav-4 {
    width: 31.33333333%;
  }
  .gi-nav-in-4 {
    margin-left: 33.33333333%;
  }
  .gi-m.gi-nav-in-4,
  .gi-ml.gi-nav-in-4 {
    margin-left: 35.33333333%;
  }
  .gi-nav-5 {
    width: 41.66666666%;
  }
  .gi-m.gi-nav-5 {
    width: 37.66666666%;
  }
  .gi-ml.gi-nav-5,
  .gi-mr.gi-nav-5 {
    width: 39.66666666%;
  }
  .gi-nav-in-5 {
    margin-left: 41.66666666%;
  }
  .gi-m.gi-nav-in-5,
  .gi-ml.gi-nav-in-5 {
    margin-left: 43.66666666%;
  }
  .gi-nav-6 {
    width: 50%;
  }
  .gi-m.gi-nav-6 {
    width: 46%;
  }
  .gi-ml.gi-nav-6,
  .gi-mr.gi-nav-6 {
    width: 48%;
  }
  .gi-nav-in-6 {
    margin-left: 50%;
  }
  .gi-m.gi-nav-in-6,
  .gi-ml.gi-nav-in-6 {
    margin-left: 52%;
  }
  .gi-nav-7 {
    width: 58.33333333%;
  }
  .gi-m.gi-nav-7 {
    width: 54.33333333%;
  }
  .gi-ml.gi-nav-7,
  .gi-mr.gi-nav-7 {
    width: 56.33333333%;
  }
  .gi-nav-in-7 {
    margin-left: 58.33333333%;
  }
  .gi-m.gi-nav-in-7,
  .gi-ml.gi-nav-in-7 {
    margin-left: 60.33333333%;
  }
  .gi-nav-8 {
    width: 66.66666666%;
  }
  .gi-m.gi-nav-8 {
    width: 62.66666666%;
  }
  .gi-ml.gi-nav-8,
  .gi-mr.gi-nav-8 {
    width: 64.66666666%;
  }
  .gi-nav-in-8 {
    margin-left: 66.66666666%;
  }
  .gi-m.gi-nav-in-8,
  .gi-ml.gi-nav-in-8 {
    margin-left: 68.66666666%;
  }
  .gi-nav-9 {
    width: 75%;
  }
  .gi-m.gi-nav-9 {
    width: 71%;
  }
  .gi-ml.gi-nav-9,
  .gi-mr.gi-nav-9 {
    width: 73%;
  }
  .gi-nav-in-9 {
    margin-left: 75%;
  }
  .gi-m.gi-nav-in-9,
  .gi-ml.gi-nav-in-9 {
    margin-left: 77%;
  }
  .gi-nav-10 {
    width: 83.33333333%;
  }
  .gi-m.gi-nav-10 {
    width: 79.33333333%;
  }
  .gi-ml.gi-nav-10,
  .gi-mr.gi-nav-10 {
    width: 81.33333333%;
  }
  .gi-nav-in-10 {
    margin-left: 83.33333333%;
  }
  .gi-m.gi-nav-in-10,
  .gi-ml.gi-nav-in-10 {
    margin-left: 85.33333333%;
  }
  .gi-nav-11 {
    width: 91.66666666%;
  }
  .gi-m.gi-nav-11 {
    width: 87.66666666%;
  }
  .gi-ml.gi-nav-11,
  .gi-mr.gi-nav-11 {
    width: 89.66666666%;
  }
  .gi-nav-in-11 {
    margin-left: 91.66666666%;
  }
  .gi-m.gi-nav-in-11,
  .gi-ml.gi-nav-in-11 {
    margin-left: 93.66666666%;
  }
  .gi-nav-12 {
    width: 100%;
  }
  .gi-m.gi-nav-12 {
    width: 96%;
  }
  .gi-ml.gi-nav-12,
  .gi-mr.gi-nav-12 {
    width: 98%;
  }
  .gi-nav-in-12 {
    margin-left: 100%;
  }
  .gi-m.gi-nav-in-12,
  .gi-ml.gi-nav-in-12 {
    margin-left: 102%;
  }
  .gi-nav-pr {
    padding-left: 0;
    padding-right: 2%;
  }
  .gi-nav-pl {
    padding-left: 2%;
    padding-right: 0;
  }
}
/**
 * OBJECTS.LAYOUT
 *
 * @description : Core layout objects used in addition to the grid
 *
 */
.o-page {
  background: #2d205d;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .o-page {
    overflow: hidden;
  }
}

.o-content {
  background: white;
}

.o-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1025px) {
  .o-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/**
 * OBJECTS.MODULE
 *
 * @description :
 *
 */
.o-module--margin {
  margin-bottom: 2.5rem;
}
@media (min-width: 769px) {
  .o-module--margin {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1025px) {
  .o-module--margin {
    margin-bottom: 7.5rem;
  }
}

.o-module--padded {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 769px) {
  .o-module--padded {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media (min-width: 1025px) {
  .o-module--padded {
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}

.o-embed-container {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  width: 100%;
}
.o-embed-container iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.o-image-grid {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .o-image-grid {
    flex-wrap: nowrap;
  }
}

.o-image-grid__secondary-images {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .o-image-grid__secondary-images {
    margin-left: 32px;
    width: 50%;
  }
}

.o-image-grid__image {
  background-size: cover;
  background-position: center;
}

.o-image-grid__image--main {
  width: 100%;
  height: 320px;
}
@media (min-width: 481px) {
  .o-image-grid__image--main {
    height: 420px;
  }
}
@media (min-width: 769px) {
  .o-image-grid__image--main {
    height: 600px;
    width: 50%;
  }
}

.o-image-grid__image--profile {
  width: 100%;
  height: 320px;
  margin-bottom: 32px;
}
@media (min-width: 481px) {
  .o-image-grid__image--profile {
    margin-bottom: 0;
    height: 420px;
  }
}
@media (min-width: 769px) {
  .o-image-grid__image--profile {
    height: 640px;
  }
}

.o-image-grid__image--secondary {
  width: 589px;
  height: 286px;
  flex: 100%;
  margin-top: 28px;
}
@media (min-width: 769px) {
  .o-image-grid__image--secondary {
    margin-top: 0;
  }
}

.o-image-grid__image--tertiary {
  width: 286px;
  height: 286px;
  flex: 1;
  margin-right: 32px;
  margin-top: 28px;
}
.o-image-grid__image--tertiary:last-child {
  margin-left: auto;
  margin-right: 0;
}

/**
 *  6. TYPOGRAPHY
 *  All styles on top of resets that affect typography, including titles, paragraphs, lists, links etc.
 *  Prefer classes where possible
 */
/**
* TYPOGRAPHY.COPY
*
* @description : Main body copy styles
*
*/
.t-body, .t-rich_text p {
  font-size: 1rem;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 350;
  letter-spacing: 0.21px;
}
@media (min-width: 769px) {
  .t-body, .t-rich_text p {
    font-size: 1.125rem;
  }
}
.t-body strong, .t-rich_text p strong {
  font-weight: 700;
}
.t-body em, .t-rich_text p em {
  font-style: italic;
}

/**
 * TYPOGRAPHY.CTA-LINK
 *
 * @description :
 *
 */
a.t-cta_link {
  color: #2d205d;
  text-decoration: none;
}

.t-cta_link:has(span.u-c_white)::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" version="1.1"><g id="link-bullet" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <path d="M8,0 C3.58865625,0 0,3.58865625 0,8 C0,12.4113438 3.58865625,16 8,16 C12.4113438,16 16,12.4113438 16,8 C16,3.58865625 12.4113438,0 8,0 Z M10.4713437,8.47134375 L7.138,11.8046563 C7.008,11.9346563 6.83734375,12 6.66665625,12 C6.496,12 6.3253125,11.9346562 6.1953125,11.8046563 C5.93465625,11.544 5.93465625,11.1226563 6.1953125,10.862 L9.05734375,8 L6.19534375,5.138 C5.9346875,4.87734375 5.9346875,4.456 6.19534375,4.19534375 C6.456,3.9346875 6.87734375,3.9346875 7.138,4.19534375 L10.4713437,7.5286875 C10.732,7.78934375 10.732,8.21065625 10.4713437,8.47134375 Z" id="Shape-Copy" fill="white" fill-rule="nonzero"/> </g> </svg>');
}

span.u-c_white .t-cta_link::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" version="1.1"><g id="link-bullet" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <path d="M8,0 C3.58865625,0 0,3.58865625 0,8 C0,12.4113438 3.58865625,16 8,16 C12.4113438,16 16,12.4113438 16,8 C16,3.58865625 12.4113438,0 8,0 Z M10.4713437,8.47134375 L7.138,11.8046563 C7.008,11.9346563 6.83734375,12 6.66665625,12 C6.496,12 6.3253125,11.9346562 6.1953125,11.8046563 C5.93465625,11.544 5.93465625,11.1226563 6.1953125,10.862 L9.05734375,8 L6.19534375,5.138 C5.9346875,4.87734375 5.9346875,4.456 6.19534375,4.19534375 C6.456,3.9346875 6.87734375,3.9346875 7.138,4.19534375 L10.4713437,7.5286875 C10.732,7.78934375 10.732,8.21065625 10.4713437,8.47134375 Z" id="Shape-Copy" fill="white" fill-rule="nonzero"/> </g> </svg>');
}

.t-cta_link::after {
  display: inline-block;
  margin-left: 0.5em;
  content: "";
  width: 1.125em;
  height: 1.125em;
  background-image: url("/dist/images/link-bullet.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(0.25em);
}

.t-cta_link--reverse::before {
  display: inline-block;
  margin-right: 0.5em;
  content: "";
  width: 1.125em;
  height: 1.125em;
  background-image: url("/dist/images/link-bullet.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(0.25em) rotate(180deg);
  margin-bottom: 9px;
}
.t-cta_link--reverse::after {
  display: none;
}

/**
 * TYPOGRAPHY.DISPLAY
 *
 * @description : Display Text
 *
 */
.t-display_4, .t-display_3, .t-display_2, .t-display_1 {
  line-height: 1;
}

.t-display_1 {
  font-size: 3.75rem;
}
@media (min-width: 769px) {
  .t-display_1 {
    font-size: 4rem;
  }
}
@media (min-width: 1369px) {
  .t-display_1 {
    font-size: 6rem;
  }
}

.t-display_2 {
  font-size: 2.1875rem;
}
@media (min-width: 769px) {
  .t-display_2 {
    font-size: 3rem;
  }
}
@media (min-width: 1369px) {
  .t-display_2 {
    font-size: 3.75rem;
  }
}

.t-display_3 {
  letter-spacing: 0.93px;
  font-size: 1.125rem;
  color: #2d205d;
}
@media (min-width: 769px) {
  .t-display_3 {
    font-size: 1.25rem;
  }
}

.t-display_4 {
  letter-spacing: 0.93px;
  font-size: 1.25rem;
  color: #2d205d;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
}
@media (min-width: 769px) {
  .t-display_4 {
    font-size: 1.375rem;
  }
}

/**
* TYPOGRAPHY.HEADINGS
*
* @description : Main body level headings styles
*
*/
.t-heading-color {
  color: #2d205d;
}

.t-heading_6, .t-heading_5, .t-heading_4, .t-heading_3, .t-heading_2, .c-people__title, .t-heading_1, .c-stat__title {
  font-family: "Financier", Times, "Times New Roman", serif;
  line-height: 1;
  margin: 0;
}

.t-heading_1, .c-stat__title {
  font-size: 2rem;
}
@media (min-width: 769px) {
  .t-heading_1, .c-stat__title {
    font-size: 3rem;
  }
}
@media (min-width: 1369px) {
  .t-heading_1, .c-stat__title {
    font-size: 4.6875rem;
  }
}

.t-heading_2, .c-people__title {
  font-size: 1.75rem;
}
@media (min-width: 769px) {
  .t-heading_2, .c-people__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 1369px) {
  .t-heading_2, .c-people__title {
    font-size: 3.75rem;
  }
}

.t-heading_3 {
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .t-heading_3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1369px) {
  .t-heading_3 {
    font-size: 2.8125rem;
  }
}

.t-heading_4 {
  font-size: 2.125rem;
}
@media (min-width: 1369px) {
  .t-heading_4 {
    font-size: 2.5rem;
  }
}

.t-heading_5 {
  font-size: 1.125rem;
}
@media (min-width: 769px) {
  .t-heading_5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1369px) {
  .t-heading_5 {
    font-size: 2.125rem;
  }
}

.t-heading_6 {
  font-size: 1.875rem;
}

/**
 * TYPOGRAPHY.ICONS
 *
 * @description :
 *
 */
.t-icon {
  display: inline-block;
  height: 1em;
  transform: translateY(0.2em);
}

.t-icon--ml {
  margin-left: 0.25em;
}

.t-icon--mr {
  margin-left: 0.25em;
}

/**
 * TYPOGRAPHY.LINE-ACCENT
 *
 * @description : Adds and accent line to the element (heading, paragraph etc)
 *
 */
.t-has_accent::after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background-color: #c2ac8f;
  margin-top: 0.75em;
  transform: translateX(0.025em);
}
.t-has_accent.u-tc::after {
  margin-left: auto;
  margin-right: auto;
}

.t-has_accent--large::after {
  margin-top: 32px;
  width: 50px;
  height: 2px;
}

.t-has_accent--offset_sm::after {
  margin-top: 0.5em;
}

.t-has_accent--white::after {
  background-color: white;
}

/**
* TYPOGRAPHY.LISTS
*
* @description : List styles
*
*/
/* e.g.
    .t-ulist {
        li  {
            margin-bottom: 1em;
        }
    }

    .t-olist {
        li  {
            margin-bottom: 1em;
        }
    }
*/
.t-ulist--titles ul li {
  font-size: 17px;
  color: #2d205d;
  margin-bottom: 2rem;
}
.t-ulist--titles ul li::before {
  top: 10px !important;
  border-radius: 100%;
  left: 0;
}
.t-ulist--titles ul li li {
  color: #676469;
  font-weight: 400;
  padding-left: 0;
  margin-top: 1rem;
}
.t-ulist--titles ul li li::before {
  content: none;
}

/**
 * TYPOGRAPHY.LEDE
 *
 * @description :
 *
 */
.t-lede_1, .t-rich_text .t-lede_1 {
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 769px) {
  .t-lede_1, .t-rich_text .t-lede_1 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1025px) {
  .t-lede_1, .t-rich_text .t-lede_1 {
    font-size: 1.625rem;
  }
}

.t-lede_2, .t-rich_text .t-lede_2 {
  font-size: 1.0625rem;
  font-weight: 400;
}
@media (min-width: 769px) {
  .t-lede_2, .t-rich_text .t-lede_2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1025px) {
  .t-lede_2, .t-rich_text .t-lede_2 {
    font-size: 1.375rem;
  }
}

.t-lede_insight-intro p {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.56;
}
@media (min-width: 1025px) {
  .t-lede_insight-intro p {
    font-size: 1.125rem;
  }
}

/**
 * TYPOGRAPHY.RICH-TEXT
 *
 * @description :
 *
 */
.t-rich_text {
  font-weight: 350;
  font-size: 18px;
}
.t-rich_text *:last-child {
  margin-bottom: 0;
}
.t-rich_text h1,
.t-rich_text h2,
.t-rich_text h3,
.t-rich_text h4,
.t-rich_text h5,
.t-rich_text h6 {
  margin-bottom: 0.5em;
}
.t-rich_text p,
.t-rich_text ul,
.t-rich_text ol {
  margin-bottom: 1.5em;
}
.t-rich_text a:not(.c-btn) {
  color: #2d205d;
  font-weight: 600;
  transition: border 0.1s ease;
  border-bottom: 1px solid transparent;
}
.t-rich_text a:not(.c-btn):hover {
  border-bottom: 1px solid rgba(45, 32, 93, 0.4);
}
.t-rich_text a:not(.c-btn):has(span.u-c_white) {
  color: white;
}
.t-rich_text a:not(.c-btn):has(span.u-c_white):hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.t-rich_text span.u-c_white a:not(.c-btn) {
  color: white;
}
.t-rich_text span.u-c_white a:not(.c-btn):hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.t-rich_text li {
  margin-bottom: 0.75em;
  padding-left: 2em;
  position: relative;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.t-rich_text li:last-child {
  margin-bottom: 0;
}
.t-rich_text ul {
  margin-bottom: 1.5;
}
.t-rich_text ul li::before {
  display: block;
  width: 4px;
  height: 4px;
  left: 0;
  border-radius: 100%;
  content: "";
  background-color: #2d205d;
  position: absolute;
  top: 0.5em;
}
.t-rich_text ol {
  margin-bottom: 1.5;
  counter-reset: list-counter;
}
.t-rich_text ol li {
  counter-increment: list-counter;
}
.t-rich_text ol li::before {
  display: block;
  left: 0;
  content: counter(list-counter);
  position: absolute;
  top: 0;
  font-weight: normal;
  color: #60397b;
}
.t-rich_text strong {
  font-weight: 400;
}
.c-header__alert .t-rich_text p {
  font-size: 0.8125rem;
  font-weight: 350;
  letter-spacing: 0;
  line-height: 1.0625rem;
}
@media (min-width: 769px) {
  .c-header__alert .t-rich_text p {
    font-size: 0.9375rem;
    line-height: 1.1875rem;
  }
}
.c-header__alert .t-rich_text p a {
  color: #fff;
  font-weight: 350;
  text-decoration: underline;
}

.t-rich_text--780 h1,
.t-rich_text--780 h2,
.t-rich_text--780 h3,
.t-rich_text--780 h4,
.t-rich_text--780 h5,
.t-rich_text--780 h6,
.t-rich_text--780 p,
.t-rich_text--780 ul,
.t-rich_text--780 ol,
.t-rich_text--780 blockquote {
  max-width: 48.75rem;
}
.t-rich_text--780 p + img {
  max-width: 100%;
}

.t-quote {
  font-family: "Financier", Times, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: 1.875rem;
}
@media (min-width: 769px) {
  .t-quote {
    margin-left: 1.875rem;
    font-size: 2.25rem;
  }
}
@media (min-width: 1025px) {
  .t-quote {
    margin-left: 3.75rem;
    margin-bottom: 3.75rem;
    font-size: 2.75rem;
  }
}
@media (min-width: 769px) {
  .t-quote::before {
    content: "“";
    display: block;
    position: absolute;
    left: -0.5em;
    top: -0.22em;
    font-size: 3em;
  }
}

/**
 *  7. COMPONENTS
 *  A component is a reusable chunk of UI that is clearly designed, as opposed to an object.
 *  Clearly refers to a block of UI: pagination, buttons, modals, icons... etc
 *  You should be able to take a component and paste it anywhere in the app
 *  Must be built with classes only
 */
/**
 * COMPONENTS.BANNER_PANEL
 *
 * @description :
 *
 */
.c-banner_panel {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1025px) {
  .c-banner_panel {
    min-height: 38.75rem;
  }
}

.c-banner_panel__panel {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0 12px 36px, rgba(0, 0, 0, 0.1) 0 3px 6px;
  padding: 3rem 2rem;
}
@media (min-width: 769px) {
  .c-banner_panel__panel {
    padding: 3.75rem 3rem;
  }
}
@media (min-width: 1369px) {
  .c-banner_panel__panel {
    padding: 5rem 4.5rem;
  }
}

.c-breadcrumbs__list {
  display: flex;
  margin-bottom: 2.875rem;
}

.c-breadcrumbs__item {
  font-size: 0.625rem;
  font-weight: 600;
  color: #2d205d;
  margin-right: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 481px) {
  .c-breadcrumbs__item {
    margin-right: 1rem;
    letter-spacing: 1.5px;
    font-size: 0.75rem;
  }
}

.c-breadcrumbs__link {
  color: #2d205d;
  font-weight: 600;
}

.c-breadcrumbs__item--current {
  opacity: 0.5;
}

.c-breadcrumbs__chevron {
  display: inline-block;
  height: 17px;
  width: 17px;
  vertical-align: -4px;
}

/**
 * COMPONENTS.BUTTONS
 *
 * @description : Main buttons
 *
 */
.c-btn {
  display: inline-flex;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.2s ease;
  line-height: 1;
  align-items: center;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
}
.c-btn:focus {
  border-radius: 0;
  outline: none;
}

.c-btn--pri {
  background: transparent;
  color: #2d205d;
  padding: 1em 1.5em;
  border: 1px solid #2d205d;
  font-size: 0.9375rem;
  font-weight: 600;
}

.c-btn--reverse-solid {
  background: #2d205d;
  color: white;
}

.c-btn--reverse {
  color: white;
}

.c-btn--wide {
  padding: 1em 3.5em;
}

.c-btn__small {
  color: #2d205d;
  font-size: 0.875rem;
  letter-spacing: 0.93px;
}
.c-btn__small.c-btn--reverse-solid {
  color: white;
}
.c-btn__small:hover {
  cursor: pointer;
}

.c-btn--icon {
  background: none;
  font-size: 0.9375rem;
}
.c-btn--icon:hover {
  cursor: pointer;
}

.c-btn--reverse {
  border-color: white;
  color: white;
}

.c-btn__icon {
  pointer-events: none;
}
.c-btn__icon--start {
  margin-right: 0.5em;
}
.c-btn__icon--end {
  margin-left: 0.5em;
}

.c-btn--arrow::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 2em;
  margin-top: -0.1em;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 5 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolygon fill='%232d205d' fill-rule='nonzero' points='0.972 8 4.972 4 0.972 0 0.028 0.944 3.1 4 0.028 7.072'%3E%3C/polygon%3E%3C/svg%3E");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.c-btn--arrow-white::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 5 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolygon fill='%23FFFFFF' fill-rule='nonzero' points='0.972 8 4.972 4 0.972 0 0.028 0.944 3.1 4 0.028 7.072'%3E%3C/polygon%3E%3C/svg%3E");
}

.c-btn--login {
  color: inherit;
  border-color: transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  margin: auto 0 auto 2rem;
  background: #2d205d;
  color: white;
  display: none;
}
@media (min-width: 1025px) {
  .c-btn--login {
    display: flex;
  }
}
.c-header--reverse .c-btn--login {
  background: white;
  color: #2d205d;
}
.c-header--scrolled .c-btn--login {
  background: #2d205d;
  color: white;
}
.c-btn--login:hover {
  cursor: pointer;
}
.c-btn--login svg {
  vertical-align: middle;
  fill: currentColor;
  height: 1.125rem;
}
.c-btn--login:before {
  display: none;
}
.c-btn--login:has(.c-head:hover) {
  background-color: #2d205d;
  color: white;
}

/**
 * COMPONENTS.CARD
 *
 * @description :
 *
 */
.c-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.c-card--testimonial {
  width: 300px;
  display: inline-block;
  white-space: normal;
}
@media (min-width: 1025px) {
  .c-card--testimonial {
    width: 700px;
  }
}

.c-card__testimonial-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.c-card__link_wrap {
  margin-top: auto;
}

.c-card__link {
  color: #2d205d;
  transition: color 0.2s ease;
  font-weight: 600;
}
.c-card__link:hover {
  color: #60397b;
}

.c-card__img {
  display: block;
  transition: transform 0.2s ease;
}

.c-card__img_link {
  display: block;
  overflow: hidden;
}
.c-card__img_link:hover .c-card__img {
  transform: scale(1.1);
}

.c-card__image-wrap {
  padding-top: 75%;
  position: relative;
}

.c-card__image {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-card__testimonial-heading {
  font-size: 1.375rem;
  line-height: 1.5rem;
}
@media (min-width: 1025px) {
  .c-card__testimonial-heading {
    font-size: 1.75rem;
    line-height: 1.875rem;
    padding-right: 5rem;
  }
}
.c-card__testimonial-heading::before {
  content: "“";
  display: block;
  height: 40px;
  margin-top: 3.5rem;
  font-size: 4em;
}

.c-card__date {
  color: #2d205d;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 2rem 0 1rem 0;
}
@media (min-width: 769px) {
  .c-card__date {
    font-size: 1rem;
  }
}

.c-card__testimonial-citation {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  color: hsl(0, 0%, 40%);
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .c-card__testimonial-citation {
    font-size: 0.9375rem;
    letter-spacing: 1.88px;
  }
}

.c-card__body *:last-child {
  margin-bottom: 0;
}

.c-card__heading {
  font-size: 1.375rem;
  line-height: 1.5rem;
}
@media (min-width: 1025px) {
  .c-card__heading {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}
.c-card__heading a {
  color: inherit;
}
.c-card__heading a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
}

.c-card__heading--two-lines {
  min-height: 2em;
}

.c-card__insights-citation {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  color: hsl(0, 0%, 40%);
}
@media (min-width: 769px) {
  .c-card__insights-citation {
    font-size: 0.9375rem;
    letter-spacing: 1.88px;
  }
}

.c-card__insights-date {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
}
@media (min-width: 769px) {
  .c-card__insights-date {
    font-size: 0.9375rem;
    letter-spacing: 1.88px;
  }
}

/**
 * COMPONENTS.CARDS-MODULE
 *
 * @description :
 *
 */
.c-cards_module {
  background: hsl(0, 0%, 98%);
}

/**
 * COMPONENTS.CAROUSEL
 *
 * @description :
 *
 */
.c-insights-carousel {
  overflow: hidden;
}

.c-carousel {
  background-color: hsl(0, 0%, 60%);
  color: white;
}

.swiper-container {
  overflow: hidden;
}

.c-carousel__slide-video {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

.c-carousel__slide {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  min-height: 32vh;
  max-height: 32vh;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  background-position: center;
}
@media (min-width: 1025px) {
  .c-carousel__slide {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.c-carousel__video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  min-height: 101%;
  min-width: 101%;
  padding: 0;
  padding-bottom: 56.25%;
  pointer-events: none;
}

.c-carousel__slide__inner {
  pointer-events: all;
}
.c-carousel__video-container .c-carousel__slide__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1369px) {
  .c-carousel__video-container .c-carousel__slide__inner {
    padding-left: 0;
  }
}
.c-carousel__slide-video .c-carousel__slide__inner {
  position: absolute;
  top: 50%;
}

.c-carousel__slide_title {
  color: inherit;
  transition: transform 1s 0.6s ease, opacity 1s 0.6s ease;
  opacity: 0;
  transform: translateX(0.25em);
  max-width: 7em;
}
.swiper-slide-active .c-carousel__slide_title {
  opacity: 1;
  transform: translateX(0);
}

.c-carousel__slide_link {
  transition: opacity 1s 1.5s ease;
  opacity: 0;
}
.swiper-slide-active .c-carousel__slide_link {
  opacity: 1;
}

.c-carousel__pagination {
  bottom: 1.25rem;
  display: flex;
  position: absolute;
  z-index: 1;
}
@media (min-width: 1025px) {
  .c-carousel__pagination {
    bottom: 6.25rem;
  }
}

.c-carousel__scrollbar {
  height: 1px !important;
  background: hsl(0, 0%, 40%) !important;
}
.c-carousel__scrollbar .swiper-scrollbar-drag {
  background: #2d205d;
  height: 5px;
  top: -2px;
  border-radius: 10px;
  position: relative;
}

.c-carousel__pagination_bullet {
  align-items: center;
  display: flex;
  height: 1em;
  margin-right: 0.5em;
  width: 2em;
  cursor: pointer;
}
.c-carousel__pagination_bullet::before {
  display: block;
  content: "";
  background: #ffffff;
  height: 2px;
  transition: background 0.2s ease;
  width: 100%;
}
.c-carousel__pagination_bullet.is-active::before, .c-carousel__pagination_bullet:hover::before {
  background: #c2ac8f;
}

.swiper-slide-active {
  z-index: 1;
}

/**
 * COMPONENTS.column-menu
 *
 * @description :
 *
 */
.menu-has_accent::after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background-color: #c2ac8f;
  transform: translateX(0.025em);
  margin-top: 4px;
}
.menu-has_accent.u-tc::after {
  margin-left: auto;
  margin-right: auto;
}

.three-column-menu h2, .two-column-menu h2, .content-menu h2 {
  font-size: 1.25rem;
}
.three-column-menu h2 a, .two-column-menu h2 a, .content-menu h2 a {
  color: #2d205d;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .three-column-menu h2, .two-column-menu h2, .content-menu h2 {
    font-size: 1.5rem;
  }
}

.three-column-menu p, .two-column-menu p {
  margin: 0;
  color: grey;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
}

.sub-menu-wrapper {
  width: 100%;
  padding: 3rem 3rem 5rem 3rem;
  background-color: white;
}

.three-column-menu a, .two-column-menu a, .content-menu a {
  color: #2d205d;
  font-weight: 600;
}

.mobile-primary {
  font-size: 18px;
  color: #2d205d;
}

.mobile-secondary {
  font-size: 14px;
  color: #2d205d;
}

.js-nav-sub-toggle {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.three-column-menu {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1025px) {
  .three-column-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
    max-width: 90rem;
    margin: 0 auto;
  }
}

.three-column-menu > div {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.three-column-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.three-column-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 14px;
  color: #2d205d;
}

.two-column-menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1025px) {
  .two-column-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
    max-width: 90rem;
    margin: 0 auto;
  }
}

.two-column-left {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.two-column-right {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  grid-column: 2/4;
}

.icon-links-wrapper {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  font-size: 14px;
  color: #2d205d;
}
@media (min-width: 1025px) {
  .icon-links-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1rem;
  }
}
.icon-links-wrapper img {
  width: 20px;
}
@media (min-width: 1025px) {
  .icon-links-wrapper img {
    width: 26px;
  }
}

.icon-links-container {
  display: flex;
  gap: 1rem;
  line-height: 0.8;
  flex-basis: calc(50% - 0.75rem);
  align-items: center;
}
@media (min-width: 1025px) {
  .icon-links-container {
    align-items: self-start;
  }
}

.content-menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #2d205d;
}
@media (min-width: 1025px) {
  .content-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5rem;
    max-width: 90rem;
    margin: 0 auto;
  }
}

.content-menu-date {
  font-weight: lighter;
  line-height: 1.1;
  font-size: 1rem;
  color: #2d205d;
}

.content-menu-title {
  line-height: normal;
  font-weight: normal;
}

.content-column-left {
  grid-column: 1/4;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .content-column-left {
    gap: 1.75rem;
  }
}

.content-column-right {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.content-menu-news-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 1025px) {
  .content-menu-news-items {
    display: flex;
    justify-content: space-between;
  }
}

.content-menu-news-content {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.content-menu-news-content p {
  font-size: 0.75rem;
  margin: 0;
  margin-top: 0.75rem;
}
.content-menu-news-content h2 {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .content-menu-news-content p {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .content-menu-news-content h2 {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
}

.content-menu-thumbnail-image {
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.content-menu-thumbnail-image:before {
  display: block;
  content: "";
  padding-top: 48%;
  width: 100%;
}

.content-column-right-nav-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 14px;
  color: #2d205d;
}
.content-column-right-nav-items a {
  color: #2d205d;
}
@media (min-width: 1025px) {
  .content-column-right-nav-items {
    font-size: 1rem;
  }
}

.c-donut-graph {
  height: auto;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .c-donut-graph {
    width: 170px;
    margin-left: 0;
    margin-right: 30px;
  }
}

.c-donut-graph--simple {
  width: 80px;
  height: 80px;
  margin-right: 24px;
}
@media (min-width: 769px) {
  .c-donut-graph--simple {
    width: 100px;
    height: 100px;
    margin-right: 40px;
  }
}

.c-donut-graph__percentages {
  position: absolute;
  margin: 0 auto;
  left: 0;
  text-align: center;
  right: 0;
  font-weight: 100;
  font-size: 18px;
  top: 32px;
  color: #60397b;
}
@media (min-width: 769px) {
  .c-donut-graph__percentages {
    font-size: 22px;
    top: 40px;
  }
}

.c-donut-graph__title {
  color: #2d205d;
  font-size: 1.375rem;
  letter-spacing: 0.41px;
  font-weight: 100;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.375rem;
}

.c-donut-graph__stat {
  font-size: 2rem;
  font-weight: 400;
  color: #2d205d;
}
@media (min-width: 769px) {
  .c-donut-graph__stat {
    font-size: 2.625rem;
    margin-left: 0.5625rem;
  }
}

.c-donut-graph__subtitle {
  color: #2d205d;
  margin: 0;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 100;
}
@media (min-width: 769px) {
  .c-donut-graph__subtitle {
    font-size: 1rem;
  }
}

.c-donut-graph__details {
  height: 48px;
  display: inline-block;
}
@media (min-width: 769px) {
  .c-donut-graph__details {
    display: block;
  }
}

.c-graph-list__key {
  font-size: 1.125rem;
  font-weight: 100;
  margin-bottom: 0.75rem;
}
.c-graph-list__key:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #8D79B4;
  display: inline-block;
  vertical-align: -1px;
  margin-right: 0.375rem;
}
.c-graph-list__key:nth-child(2):before {
  background: #079560;
}
.c-graph-list__key:nth-child(3):before {
  background: #FEDF5F;
}
.c-graph-list__key:nth-child(4):before {
  background: #506E5C;
}
.c-graph-list__key:nth-child(5):before {
  background: #CDC6E1;
}

.c-dropdown {
  margin: auto 0 auto 2rem;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-dropdown {
    margin-top: 32px;
    transition: margin-top 0.25s ease;
  }
  .c-header--scrolled .c-dropdown {
    margin-top: 23px;
  }
}

.c-dropdown__items {
  position: absolute;
  z-index: 9999;
  height: 0;
  pointer-events: none;
  list-style-type: none;
  transition: height 0.2s ease-out;
  overflow: hidden;
  background: white;
  white-space: nowrap;
  left: 2rem;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.c-dropdown--open .c-dropdown__items {
  height: 138px;
  pointer-events: all;
  padding: 1rem 0.75rem 0.75rem 0.4375rem;
}

.c-dropdown__link {
  padding: 6px 16px;
  display: block;
  text-align: left;
  color: #2d205d;
  transition: opacity 0.15s ease;
}
.c-dropdown__link:hover {
  opacity: 0.7;
}

.c-dropdown-desktop {
  display: none;
}
@media (min-width: 1025px) {
  .c-dropdown-desktop {
    display: inline-block;
  }
}

.c-dropdown-mobile {
  display: inline-block;
}
@media (min-width: 1025px) {
  .c-dropdown-mobile {
    display: none;
  }
}

.c-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 1rem 2rem 1rem;
}
@media (min-width: 1025px) {
  .c-filter {
    margin: 2.625rem 2.625rem 6.25rem 2.625rem;
  }
}

.c-filter__item {
  white-space: nowrap;
  margin: 5px;
}

/**
 * COMPONENTS.FOOTER
 *
 * @description : Main site footer
 *
 */
.c-footer {
  color: white;
  background: #2d205d;
}
.c-footer a {
  color: inherit;
  font-weight: 600;
}

.c-footer__site-name:after {
  content: "";
  display: block;
  height: 2px;
  background: #c2ac8f;
  width: 50px;
  margin-top: 1.375rem;
}

.c-footer__tagline {
  color: white;
  font-size: 1.875rem;
  letter-spacing: -0.041875rem;
  line-height: 2.8125rem;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .c-footer__tagline {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}

.c-footer__back-to-top {
  display: inline-block;
  text-align: center;
  width: auto;
}
.c-footer__back-to-top:hover {
  cursor: pointer;
}

.c-footer__back-to-top-icon {
  margin: 0 auto 1rem auto;
  transition: transform 0.35s ease-in-out;
}
.c-footer__back-to-top:hover .c-footer__back-to-top-icon {
  transform: translateY(-10px);
}

.c-footer__icon {
  margin-bottom: 100%;
  width: 2.5rem;
}

.c-footer__product_links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .c-footer__product_links {
    justify-content: flex-end;
    margin-bottom: 0rem;
  }
}

.c-footer__product_link {
  margin: 0 1rem 1rem 0;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  flex: 0 0 auto;
}
@media (min-width: 769px) {
  .c-footer__product_link {
    margin: 0 1em;
  }
}
.c-footer__product_link:hover {
  opacity: 1;
}
.c-footer__product_link:first-child {
  margin-left: 0;
}
.c-footer__product_link:last-child {
  margin-right: 0;
}
.c-footer__product_link img {
  width: 100%;
}

.c-footer__buttons {
  align-items: center;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.c-footer__button {
  align-items: center;
  background: transparent;
  border: 1px solid;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row;
  font: inherit;
  font-size: 0.625rem;
  font-weight: 600;
  justify-content: space-between;
  margin: 0 0.75rem 0.75rem 0;
  max-width: 100%;
  padding: 0.375rem 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.c-footer__button:hover {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .c-footer__button {
    font-size: 0.75rem;
    padding: 0.5rem 0.875rem;
  }
}
.c-footer__button svg {
  display: inline-block;
  fill: currentColor;
  height: 1rem;
  margin-left: 0.6ch;
  width: 1rem;
}

.c-footer__credits {
  font-size: 0.8125rem;
  opacity: 0.5;
  letter-spacing: 0.075em;
}
.c-footer__credits p {
  margin: 0;
}

@media (min-width: 1025px) {
  .c-footer__legal_links {
    display: flex;
    justify-content: flex-end;
  }
}

.c-footer__legal_link_wrap {
  display: inline-block;
}
.c-footer__legal_link_wrap:not(:last-child)::after {
  content: " |";
  display: inline-block;
  opacity: 0.25;
  margin: 0 1em;
}

.c-footer__legal_link {
  font-size: 0.8125rem;
  font-weight: 600;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  letter-spacing: 0.075em;
}
.c-footer__legal_link:hover {
  opacity: 1;
}

/**
 * COMPONENTS.FOOTER-NAV
 *
 * @description :
 *
 */
.c-footer_nav {
  border-bottom: 1px solid #fff;
  font-size: 0.9375rem;
}

.c-footer_nav__list {
  display: flex;
  flex-wrap: wrap;
}

.c-footer_nav__item {
  margin-bottom: 0.75rem;
  width: 100%;
}
@media (min-width: 481px) {
  .c-footer_nav__item {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .c-footer_nav__item {
    flex: 1 0 0;
    padding-right: 1.5rem;
    margin-bottom: 0.5em;
  }
}
.c-footer_nav__item li {
  opacity: 0.7;
  margin-bottom: 0.5em;
}

.c-footer_nav__link {
  color: white;
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 1025px) {
  .c-footer_nav__link {
    margin-bottom: 0.5em;
  }
}

.c-footer_nav__sub_link {
  color: white;
  font-weight: 600;
  opacity: 0.7;
}

.c-graph-list {
  display: flex;
  flex-wrap: wrap;
}

/**
 * COMPONENTS.HEADER
 *
 * @description : Main site header
 *
 */
.c-header-wrapper {
  padding-top: 0;
  transition: all 0.4s ease;
}

.c-header-wrapper--has-alert {
  padding-top: 7.125rem;
}
@media (min-width: 1025px) {
  .c-header-wrapper--has-alert {
    padding-top: 7.25rem;
  }
}
@media (min-width: 1025px) {
  .c-header-wrapper--has-alert {
    padding-top: 3.6875rem;
  }
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 1.25rem 0;
  transition: all 0.4s ease;
}
@media (min-width: 1025px) {
  .c-header {
    padding: 0;
  }
}
.c-header--has-alert {
  padding: 1.25rem 0;
  padding-top: 8.375rem;
}
@media (min-width: 1025px) {
  .c-header--has-alert {
    padding-top: 8.5rem;
  }
}
@media (min-width: 1025px) {
  .c-header--has-alert {
    padding-top: 3.6875rem;
  }
}
.c-header--has-alert.show-mobile-nav {
  padding-top: 1.25rem;
}
.c-header:hover {
  box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.2) !important;
}
.c-header.show-mobile-nav {
  box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.2);
  background: white;
  top: 0 !important;
  z-index: 10001;
}
.c-header.header--active {
  background-color: white;
  color: #2d205d;
}
.c-header.header--active .c-header__logo {
  display: none;
}
.c-header.header--active .c-header__logo--reverse {
  display: block;
}
.c-header:hover {
  box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.2);
}

.c-header--scrolled {
  background: white;
  color: #2d205d;
  box-shadow: 2px 0px 8px 2px rgba(0, 0, 0, 0.2);
}

.c-header__inner {
  display: flex;
}

.c-header__logo_link {
  flex: 0 0 11.25rem;
}
@media (min-width: 1025px) {
  .c-header__logo_link {
    margin: 1.75rem 1.75rem 1.75rem 0;
  }
  .c-header--scrolled .c-header__logo_link {
    margin: 1rem 1.75rem 1rem 0;
  }
}

@media (min-width: 1025px) {
  .c-header__logo {
    height: auto;
  }
}
.c-header--scrolled .c-header__logo, .show-mobile-nav .c-header__logo {
  display: none;
}

.c-header__logo--reverse {
  display: none;
  height: auto;
}
.c-header--scrolled .c-header__logo--reverse, .show-mobile-nav .c-header__logo--reverse {
  display: block;
}

.c-header__nav {
  display: none;
  margin-left: auto;
  box-shadow: 0 500px 0 200px rgba(0, 0, 0, 0.7);
}
@media (min-width: 1025px) {
  .c-header__nav {
    display: block;
    box-shadow: none;
  }
}
@media (min-width: 1025px) and (-ms-high-contrast: none), (min-width: 1025px) and (-ms-high-contrast: active) {
  .c-header__nav {
    display: block;
  }
}
@media all and (max-width: 1025px) {
  .c-header__nav {
    background: rgba(246, 245, 247, 0.98);
    position: fixed;
    z-index: 9999;
    top: 82px;
    left: 0;
    width: 100%;
    padding: 2rem 1rem 6.875rem;
  }
}

.c-header__search_trigger {
  align-self: center;
  background-color: transparent;
  color: inherit;
  padding: 0.5em;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.c-header__search_trigger svg path {
  fill: currentColor;
}
@media (min-width: 1025px) {
  .c-header__search_trigger {
    margin: 0 0 0 2vw;
  }
}

.c-header__login {
  color: inherit;
  border-color: currentColor;
}

.c-header--opacity {
  position: fixed;
  inset: 0;
  background: #2d205d;
  opacity: 70%;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
}

.c-header--opacity--show {
  opacity: 0.7;
  transition: opacity 0.4s ease;
}

/* For the submenu itself */
.c-nav__submenu {
  opacity: 0;
  visibility: hidden;
}

/* For the content inside the submenu */
.column-menu {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-content-open {
  opacity: 1;
  transition: opacity 0.4s ease;
  transition-delay: 0.2s;
}

.c-header--reverse {
  color: white;
}
.c-header--reverse.c-header--scrolled {
  color: #2d205d;
  background-color: white !important;
}
.c-header--reverse.header--active .c-nav__link,
.c-header--reverse.header--active .c-nav__link.is-active {
  color: #2d205d;
}
.c-header--reverse.header--active .c-btn--login {
  background: #2d205d;
  color: white;
}
.c-header--reverse.header--active .c-nav__link::before {
  background-color: #2d205d;
}

.c-header__alert {
  align-items: center;
  background-color: #2d205d;
  color: white;
  padding-block: 1.125rem;
  padding-inline: 1.25rem;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
@media (min-width: 1025px) {
  .c-header__alert {
    flex-direction: row;
    margin-top: 0;
  }
}
.c-header__alert.hidden {
  display: none;
}

.c-header-alert--nav-open {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.c-header__alert-btn {
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 0.5625rem;
  right: 0.5rem;
}
@media (min-width: 1025px) {
  .c-header__alert-btn {
    right: 1.25rem;
  }
}

.c-header__alert-close {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.75rem;
  color: #fff;
}

.c-header__alert-text {
  font-size: 0.9375rem;
  line-height: 1.1875rem;
  font-weight: 350;
  justify-content: center;
  display: flex;
  padding-right: 1.25rem;
  width: 100%;
}

.c-header__alert-text--truncated {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .c-header__alert-text--truncated {
    -webkit-line-clamp: 1;
  }
}

.c-header__alert-text--expanded {
  display: block;
  margin-bottom: 0.375rem;
}

.c-header__alert-inner {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  padding-right: 1.875rem;
  max-width: 90rem;
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .c-header__alert-inner {
    flex-direction: row;
    padding-right: 5rem;
  }
}
@media (min-width: 1600px) {
  .c-header__alert-inner {
    padding-right: 0;
  }
}

.c-header__alert-toggle {
  align-items: center;
  display: flex;
  background: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  white-space: nowrap;
  cursor: pointer;
  gap: 0.5rem;
  margin-top: 0.125rem;
}
@media (min-width: 769px) {
  .c-header__alert-toggle {
    font-size: 0.9375rem;
    line-height: 1.1875rem;
  }
}
.c-header__alert-toggle .chevron {
  width: 10px;
  height: 10px;
  min-width: 10px;
  transition: transform 0.2s ease;
}
@media (min-width: 769px) {
  .c-header__alert-toggle .chevron {
    width: 16px;
    height: 16px;
    min-width: 16px;
  }
}
.c-header__alert-toggle.is-open .chevron {
  transform: rotate(180deg);
}

/**
 * COMPONENTS.HERO
 *
 * @description :
 *
 */
.c-hero {
  background-color: hsl(0, 0%, 60%);
  background-size: cover;
  padding: 7.5rem 0 3.75rem 0;
  position: relative;
  background-position: center;
}
.c-hero.c-hero--short {
  padding: 6.25rem 0 1rem 0;
}
@media (min-width: 769px) {
  .c-hero {
    padding: 11.25rem 0 5rem 0;
  }
  .c-hero.c-hero--short {
    padding: 6.25rem 0 1.5rem 0;
  }
}
@media (min-width: 1025px) {
  .c-hero {
    padding: 13.75rem 0 7.5rem 0;
  }
  .c-hero.c-hero--short {
    padding: 8.125rem 0 2rem 0;
  }
}
.c-hero.c-hero--tall {
  height: 50vh;
}

.c-hero--theme {
  background: #fff;
}

.c-hero__image {
  height: 280px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 769px) {
  .c-hero__image {
    height: 580px;
  }
}

.c-hero--theme-grey {
  background-color: hsl(0, 0%, 20%);
}

.c-hero--short {
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-hero__sharing {
  margin: 3rem 0;
}
@media (min-width: 769px) {
  .c-hero__sharing {
    float: right;
  }
}

.c-hero__title {
  color: white;
  opacity: 0;
  transform: translateX(-50px);
  transition: 0.6s ease-out;
}
@media (min-width: 769px) {
  .c-hero--image-block .c-hero__title {
    padding-left: 48px;
    background: white;
    margin-top: -40px;
    padding-top: 10px;
    padding-bottom: 30px;
    max-width: 920px;
  }
}
@media (min-width: 769px) {
  .c-hero--offset .c-hero__title {
    margin-left: -48px;
  }
}
.c-hero--theme .c-hero__title {
  color: #2d205d;
}
.loaded .c-hero__title {
  opacity: 1;
  transform: translateX(0);
}

.c-hero__intro {
  color: white;
  max-width: 56.25rem;
  opacity: 0;
  transition: 0.6s ease-in-out;
  transition-delay: 0.3s;
}
.c-hero--theme .c-hero__intro {
  color: #676469;
}
@media (min-width: 769px) {
  .c-hero--image-block .c-hero__intro {
    margin-left: 48px;
  }
}
.loaded .c-hero__intro {
  opacity: 1;
}

.c-hero__intro--narrow {
  max-width: 900px;
  margin: auto;
}

.c-hero__byline {
  color: #2d205d;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 2rem 0 1rem 0;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
@media (min-width: 769px) {
  .c-hero__byline {
    font-size: 1rem;
  }
}

/**
 * COMPONENTS.HOME-INTRO
 *
 * @description :
 *
 */
.c-home_intro {
  position: relative;
  z-index: 10;
}
.c-home_intro__title_wrap,
.c-home_intro__text_wrap {
  margin: 1em 0;
}
@media (min-width: 1025px) {
  .c-home_intro__title_wrap,
  .c-home_intro__text_wrap {
    padding: 3rem 3.75rem 1rem 0;
  }
}

.c-icon-btn {
  position: relative;
  margin-left: 32px;
}
.c-icon-btn svg {
  display: inline;
  z-index: 1;
  width: 16px;
  margin-left: 4px;
  height: 18px;
}
.c-icon-btn:before {
  content: "";
  left: 0;
  z-index: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: -25px;
  background: #2d205d;
  border-radius: 100%;
}

.c-icon-btn--small-icon svg {
  height: 14px;
  margin-bottom: 2px;
}

.c-icon-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-icon-list__icon {
  max-width: 200px;
  flex: 1;
  margin: 0 0.4375rem 2.625rem;
}

.c-icon-list__title {
  font-size: 1.75rem;
  text-align: center;
  margin: 1.75rem 0 2rem;
}

.c-icon-list__list {
  text-align: center;
}
.c-icon-list__list p {
  margin-bottom: 0.5625rem;
  font-weight: 100;
  font-size: 1.125rem;
}

.c-icon-list__img {
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #574D7D;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  box-shadow: 3px 6px 30px 2px rgba(0, 0, 0, 0.2);
}

.c-image-panel {
  position: relative;
  height: 450px;
  width: 100%;
}
@media (min-width: 1025px) {
  .c-image-panel {
    height: 580px;
  }
}
.c-image-panel img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 450px;
  width: 100%;
}
@media (min-width: 1025px) {
  .c-image-panel img {
    height: 580px;
  }
}
.c-image-panel:after {
  content: "";
  background: white;
  position: absolute;
  display: block;
  width: 50%;
  height: 35px;
  bottom: 0;
}

/**
 * COMPONENTS.INSIGHT-SYNOPSIS
 *
 * @description :
 *
 */
.c-article_synopsis {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-article_synopsis__link {
  background-color: white;
  border-bottom: 2px solid transparent;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 20px -15px;
  color: inherit;
  display: block;
  height: 100%;
  transition: box-shadow 0.2s ease, border-bottom-color 0.25s ease;
  padding-bottom: 4rem;
}
.c-article_synopsis__link:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 20px -15px;
  border-bottom-color: #2d205d;
}
.c-article_synopsis__link:hover .c-article_synopsis__thumbnail {
  box-shadow: none;
}

.c-article_synopsis__meta {
  font-size: 0.9375rem;
}

.c-article_synopsis__date {
  color: #2d205d;
  text-transform: none;
  font-weight: 100;
}
.c-article_synopsis__date + .c-article_synopsis__author::before {
  content: " ";
  border-left: 1px solid hsl(0, 0%, 80%);
  display: inline-block;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

.c-article_synopsis__author {
  color: hsl(0, 0%, 50%);
}

.c-article_synopsis__title {
  line-height: 1;
}

.c-article_synopsis__thumbnail {
  box-shadow: 2px 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.c-article_synopsis__copy {
  padding: 0 0.625rem;
}

/**
 * COMPONENTS.Lightbox
 *
 * @description : Lightbox Modal Element
 *
 */
.c-lightbox {
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.c-lightbox:after {
  background: black;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}

.c-lightbox__inner {
  position: relative;
  z-index: 2;
  width: 92%;
  max-width: 1440px;
}
@media (min-width: 769px) {
  .c-lightbox__inner {
    width: 80%;
  }
}

.c-lightbox__video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  height: 0;
}
.c-lightbox__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-map {
  width: 100%;
  height: 500px;
}

.c-map__title {
  margin-bottom: 0.75rem;
}
@media (min-width: 769px) {
  .c-map__title {
    margin-bottom: 2rem;
  }
}

/**
 * COMPONENTS.NAV
 *
 * @description :
 *
 */
@media (min-width: 1025px) {
  .c-nav__list {
    display: flex;
    height: 100%;
  }
}

@media (min-width: 1025px) {
  .c-nav__item {
    position: relative;
    height: 100%;
  }
  .c-nav__item:not(:last-child) {
    margin-right: 2vw;
  }
}

.c-nav__submenu {
  opacity: 0;
  pointer-events: none;
  height: 0;
  /*padding: rem(22) rem(62) rem(18) rem(25);*/
  border-top: 0.5px #2d205d solid;
  z-index: 9997;
}
.is-active .c-nav__submenu {
  opacity: 1;
  pointer-events: all;
  height: auto;
}
@media (min-width: 1025px) {
  .c-nav__submenu {
    height: auto;
    position: absolute;
    left: 0;
    position: fixed !important;
    background: white;
    width: 100vw;
    color: #2d205d;
  }
  .c-header--scrolled .c-nav__submenu {
    background: white;
    color: #2d205d;
  }
  .is-active .c-nav__submenu {
    opacity: 0;
    pointer-events: none;
  }
  .c-nav__item:hover .c-nav__submenu {
    /*opacity: 1;*/
    pointer-events: all;
  }
}

@media (min-width: 1025px) {
  .c-nav__item--external {
    display: none;
  }
}

.c-nav__external-link {
  color: rgba(27, 2, 43, 0.4);
  font-size: 0.875rem;
  margin-left: 1rem;
  margin-bottom: 0.375rem;
  display: block;
}

.c-nav__external-item {
  color: rgba(27, 2, 43, 0.4);
}

.c-nav__external-item--large {
  display: flex;
  margin: 1rem 0;
}

.c-nav__sublink {
  padding-bottom: 0.5rem;
  display: block;
  color: #2d205d;
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 1.5rem;
}
.c-nav__sublink.is-active {
  color: #2d205d;
  opacity: 0;
}
.c-nav__sublink.is-active:before {
  content: "";
  background-image: url(../img/link-arrow.svg);
  width: 8px;
  height: 9px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
@media (min-width: 1025px) {
  .c-nav__sublink {
    margin-left: 0;
    color: #2d205d;
    font-size: 1rem;
    white-space: nowrap;
  }
  .c-nav__sublink.is-active:before {
    display: none;
  }
  .c-header--scrolled .c-nav__sublink {
    color: #2d205d;
  }
}

.c-nav__link {
  white-space: nowrap;
  color: #2d205d;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.93px;
  line-height: 44px;
}
.c-nav__link.is-active {
  color: #2d205d;
}
@media (min-width: 1025px) {
  .c-nav__link {
    color: #2d205d;
    align-items: center;
    display: flex;
    height: 100%;
    padding-bottom: 1.125rem;
    padding-top: 1.125rem;
    position: relative;
  }
  .c-nav__link::before {
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    display: block;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(1, 0, 0.75, 1);
  }
  .c-header--scrolled .c-nav__link::before {
    background-color: #2d205d;
  }
  .c-nav__link:hover::before {
    transition: transform 0.2s cubic-bezier(0.6, 0.75, 0.5, 1);
    transform: scaleX(1);
  }
  .c-nav__link:hover .c-header {
    border-bottom: 2px solid;
    border-color: #2d205d;
  }
  .c-nav__link.is-active::before {
    transform: scaleX(1);
  }
}

.c-nav--reverse .c-nav__link {
  color: rgba(27, 2, 43, 0.4);
}
@media (min-width: 1025px) {
  .c-header--scrolled .c-nav--reverse .c-nav__link {
    color: #2d205d;
  }
}
.c-nav--reverse .c-nav__link.is-active {
  color: #2d205d;
}
@media (min-width: 1025px) {
  .c-nav--reverse .c-nav__link {
    color: white;
  }
  .c-nav--reverse .c-nav__link.is-active {
    color: white;
  }
  .c-header--scrolled .c-nav--reverse .c-nav__link.is-active {
    color: #2d205d;
  }
}

/**
 * COMPONENTS.NAV-TOGGLE
 *
 * @description :
 *
 */
.c-nav_toggle {
  background: transparent;
  cursor: pointer;
  align-self: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
}
.c-nav_toggle:hover .c-nav_toggle__line--1 {
  transform: translateY(2px);
}
.c-nav_toggle:hover .c-nav_toggle__line--2 {
  transform: translateY(-2px);
}
.c-nav_toggle.is-active .c-nav_toggle__line--1 {
  transform: translate(-5.5px, 6px) rotate(45deg);
  fill: #2d205d;
}
.c-nav_toggle.is-active .c-nav_toggle__line--2 {
  transform: translate(-6.5px, -6px) rotate(-45deg);
  fill: #2d205d;
}
@media (min-width: 1025px) {
  .c-nav_toggle {
    display: none;
  }
}
.c-header:hover .c-nav_toggle .c-nav_toggle__line--1, .c-header:hover .c-nav_toggle .c-nav_toggle__line--2 {
  fill: #2d205d;
}

.c-nav_toggle__line {
  transform-origin: center;
  transition: all 0.2s ease;
  fill: #2d205d;
}
.c-header--reverse .c-nav_toggle__line {
  fill: #fff;
}
.c-header--scrolled .c-nav_toggle__line {
  fill: #2d205d;
}

.c-header--mobile-nav {
  height: 100dvh;
  background-color: #FBFAFB;
  padding: 1rem;
  padding-top: 6.5rem;
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9998;
}
@media (min-width: 1025px) {
  .c-header--mobile-nav {
    display: none;
    background-color: transparent;
  }
}

.show-mobile-nav {
  display: block;
}

.mobile-nav-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 1025px) {
  .mobile-nav-wrapper {
    display: none;
  }
}

.mobile-main-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.mobile-main-menu-header {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  border-bottom: 2px #c2ac8f solid;
  display: inline-flex;
  margin-top: 1rem;
}

.mobile-menu-links {
  display: flex;
  justify-content: space-between;
  color: white;
}

.mobile-menu-arrow {
  width: 1.5rem;
  background-color: transparent;
  fill: #2d205d;
  cursor: pointer;
}

.mobile-login-items {
  padding: 1rem 1.25rem;
  color: white;
  margin-bottom: 1px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.mobile-login-items:nth-child(1) {
  background-color: #564C7C;
}

.mobile-login-items:nth-child(2) {
  background-color: #42366E;
}

.mobile-login-items:nth-child(3) {
  background-color: #2D205D;
}

.mobile-login-links {
  color: white;
}

.moible-login-icon {
  fill: white;
}

.mobile-submenu-content {
  width: 100vw;
  height: 100dvh;
  background-color: #FBFAFB;
  padding: 2rem 0;
  padding-top: 5.125rem;
  position: fixed;
  inset: 0;
  left: 100%;
  display: block;
  transition: left 0.4s ease;
}
@media (min-width: 1025px) {
  .mobile-submenu-content {
    display: none;
  }
}

.open-submenu {
  left: 0;
  position: fixed;
}

.mobile-back-button {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  color: #2d205d;
  fill: #2d205d;
  cursor: pointer;
  padding: 0.75rem 1rem;
  margin-top: 0.6rem;
  background-color: #F0EFF3 !important;
}

.mobile-back-text {
  margin: 0;
}

.mobile-submenu-links {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 0.5rem;
  padding: 1rem;
  justify-content: space-between;
  max-height: calc(100dvh - 64px - 82px);
  height: 100%;
  overflow-y: scroll;
}

.c-people__person {
  margin-bottom: 3.125rem;
  transition: all 0.5s ease;
  transition: box-shadow 0.2s ease, border-bottom-color 0.25s ease;
  border-bottom: 2px solid transparent;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 20px -15px;
  padding-bottom: 1rem;
}
.c-people__person:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 10px 10px 20px -15px;
  border-bottom-color: #2d205d;
}
@media (min-width: 1025px) {
  .c-people__person {
    margin-bottom: 3.125rem;
  }
}

.c-people__title {
  position: relative;
}
.c-people__title:after {
  content: "";
  display: block;
  background: #c2ac8f;
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: -30px;
}

.c-people__image {
  margin-bottom: 1.875rem;
  box-shadow: 2px 6px 30px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
}

.c-people__link {
  display: block;
}

.c-people__position {
  color: #2d205d;
  font-weight: 100;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

.c-people__copy {
  padding: 0 0.625rem;
}

.c-select {
  max-width: 100%;
  position: relative;
}

.c-select--full {
  width: 100%;
}

.c-select__input {
  border: 1px solid #2d205d;
  color: #2d205d;
  font-size: 15px;
  padding: 1em 5em 1em 1.5em;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.c-select__input:hover {
  cursor: pointer;
}
.c-select__input:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #2d205d;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.c-select__placeholder {
  line-height: 1;
  margin-top: 0.1em;
}

.c-select__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  color: #2d205d;
  background: white;
  min-width: 100%;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.c-select__items {
  padding: 0.75rem;
}

.c-select__item {
  padding: 8px;
  min-width: 100%;
  white-space: nowrap;
  font-weight: 100;
  font-size: 1rem;
  letter-spacing: 1.07px;
}
.c-select__item input {
  opacity: 0;
  height: 0;
  z-index: -9999;
  position: absolute;
  overflow: hidden;
}
.c-select__item:hover {
  cursor: pointer;
  background: hsl(0, 0%, 90%);
}

.c-select__item--selected {
  font-weight: normal;
}

.c-select__placeholder {
  pointer-events: none;
}

/**
 * COMPONENTS.SOCIAL_SHARING
 *
 * @description :
 *
 */
.c-social_sharing {
  align-items: center;
  display: flex;
}
@media (min-width: 769px) {
  .c-social_sharing {
    justify-content: flex-end;
  }
}

.c-social_sharing__item {
  margin: 0 1.5rem 0 0;
}
@media (min-width: 769px) {
  .c-social_sharing__item {
    margin: 0 0 0 2.5rem;
  }
}

.c-social_sharing__link {
  background-color: #2d205d;
  box-shadow: rgba(45, 32, 93, 0) 0 2px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 1rem;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.c-social_sharing__link svg {
  height: 0.75rem;
  width: auto;
}
.c-social_sharing__link:hover {
  background-color: rgb(63.36, 45.056, 130.944);
  box-shadow: rgba(45, 32, 93, 0.5) 0 2px 6px;
}

.c-stat {
  border-top: 5px solid #2d205d;
}

.c-stat__title {
  font-size: 3.75rem;
}
@media (min-width: 769px) {
  .c-stat__title {
    font-size: 7.5rem;
  }
}

.c-stat__copy {
  color: #2d205d;
  font-weight: 100;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 769px) {
  .c-stat__copy {
    line-height: 1.3;
    font-size: 1.5rem;
  }
}

/**
 * COMPONENTS.TEAM GRID
 *
 * @description :
 *
 */
.c-team_grid {
  /*@include breakpoint($md){
       display: grid;
       gap: 33px 33px;
       grid-template-columns: 1fr 1fr;
       grid-template-areas:
           ". ."
           ". ."
           ". ."
           "middle middle";
  }

   @include breakpoint($lg){
       grid-template-columns: 1fr 1fr 1fr;
       grid-template-areas:
           ". . ."
           ". . ."
           "middle middle middle";
   }

   @include breakpoint($lg){
       grid-template-columns: 1fr 1fr 1fr 1fr;
       grid-template-areas:
           ". . . ."
           ". middle middle .";
   }*/
}

.c-team_grid__cols, .c-team_grid__cols--5, .c-team_grid__cols--4, .c-team_grid__cols--3, .c-team_grid__cols--2, .c-team_grid__cols--1 {
  --num-of-cols: 1;
  display: grid;
  gap: 33px 33px;
  grid-template-columns: repeat(var(--num-of-cols), 1fr) !important;
}
@media (min-width: 769px) {
  .c-team_grid__cols--2 {
    --num-of-cols: 2;
  }
}
@media (min-width: 481px) {
  .c-team_grid__cols--3 {
    --num-of-cols: 2;
  }
}
@media (min-width: 769px) {
  .c-team_grid__cols--3 {
    --num-of-cols: 3;
  }
}
@media (min-width: 481px) {
  .c-team_grid__cols--4 {
    --num-of-cols: 2;
  }
}
@media (min-width: 769px) {
  .c-team_grid__cols--4 {
    --num-of-cols: 3;
  }
}
@media (min-width: 1025px) {
  .c-team_grid__cols--4 {
    --num-of-cols: 4;
  }
}
@media (min-width: 481px) {
  .c-team_grid__cols--5 {
    --num-of-cols: 2;
  }
}
@media (min-width: 769px) {
  .c-team_grid__cols--5 {
    --num-of-cols: 3;
  }
}
@media (min-width: 1025px) {
  .c-team_grid__cols--5 {
    --num-of-cols: 4;
  }
}
@media (min-width: 1369px) {
  .c-team_grid__cols--5 {
    --num-of-cols: 5;
  }
}

.c-team_grid__middle {
  grid-area: middle;
}

.c-team_grid__item {
  position: relative;
  background: #FFFFFF;
  margin-bottom: 33px;
  box-shadow: 2px 6px 30px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
  .c-team_grid__item {
    margin-bottom: 0;
  }
}
.c-team_grid__item .c-team_grid__image_wrap {
  background: #2d205d;
  position: relative;
}
.c-team_grid__item .c-team_grid__image_wrap::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.c-team_grid__item .c-team_grid__item_image {
  display: block;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .c-team_grid__item .c-team_grid__item_content {
    position: relative;
    border-bottom: 2px solid transparent;
    transition: 0.3s border-color;
  }
  .c-team_grid__item:hover .c-team_grid__item_content_inner {
    justify-content: center;
    min-height: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .c-team_grid__item:hover .c-team_grid__item_content {
    /*bottom: 0;
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;*/
    border-bottom-color: #2d205d;
  }
  .c-team_grid__item:hover .c-team_grid__item_desc, .c-team_grid__item:hover .c-team_grid__item_link {
    max-height: 60px;
    transition: 0.3s;
  }
}

.c-team_grid__item_feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
@media (min-width: 769px) {
  .c-team_grid__item_feature {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.c-team_grid__welcome {
  background: #2D205D url(/img/consilium-mosaic-background.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .c-team_grid__welcome {
    margin-bottom: 0;
  }
}

.c-testimonial__quote {
  align-items: normal;
  color: #2D205D;
}

.c-team_grid__item_content {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.c-team_grid__item_title {
  color: #2D205D;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.93px;
  line-height: 24px;
}

.c-team_grid__item_desc {
  color: #676469;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.21px;
  line-height: 28px;
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  .c-team_grid__item_desc {
    display: none;
  }
}

.c-team_grid__item_feature_text {
  color: inherit;
  text-align: center;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 34px;
}
@media (min-width: 769px) {
  .c-team_grid__item_feature_text {
    font-size: 60px;
    line-height: 45px;
    max-width: 500px;
  }
}

.c-team_grid__item_link {
  color: #2d205d;
  display: block;
  font-size: 14px;
  margin: 0;
  max-height: 60px;
  overflow: hidden;
  transition: 0s;
}
.c-team_grid__item_link::before {
  content: "";
  display: block;
  height: 16px;
}
@media (min-width: 769px) {
  .c-team_grid__item_link {
    max-height: 0;
  }
}

.c-team_grid__item_feature_icon {
  max-width: 300px;
}

/**
 * COMPONENTS.TESTIMONIAL
 *
 * @description :
 *
 */
.c-testimonial__quotation {
  font-family: "Financier", Times, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1.4;
  position: relative;
  padding-top: 60px;
}
@media (min-width: 769px) {
  .c-testimonial__quotation {
    font-size: 2.25rem;
  }
}
@media (min-width: 1025px) {
  .c-testimonial__quotation {
    font-size: 2.75rem;
  }
}
.c-testimonial__quotation::before {
  content: "“";
  display: block;
  font-size: 3em;
  line-height: 0;
}

.c-testimonial__quotation--small {
  font-family: "Financier", Times, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1.4;
  position: relative;
  padding-top: 60px;
}
@media (min-width: 1025px) {
  .c-testimonial__quotation--small {
    font-size: 1.875rem;
  }
}
.c-testimonial__quotation--small::before {
  content: "“";
  display: block;
  font-size: 4em;
  line-height: 0;
}

.c-testimonial__quote_container {
  order: -1;
}
@media (min-width: 769px) {
  .c-testimonial__quote_container {
    order: 0;
  }
}

.c-testimonial__citation {
  font-size: 0.9375rem;
  color: hsl(0, 0%, 60%);
}
@media (min-width: 769px) {
  .c-testimonial__citation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 16px;
    padding-top: 68px;
    text-align: right;
  }
}

.c-testimonial__attribution {
  color: hsl(0, 0%, 60%);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .c-testimonial__attribution {
    margin-top: 36px;
  }
}

.c-testimonial__position {
  letter-spacing: 0.05em;
}

.c-testimonial__person--light {
  font-size: 15px;
  letter-spacing: 1.88px;
  line-height: 24px;
  color: rgba(103, 100, 105, 0.4);
}

.c-testimonial__position--light {
  font-size: 15px;
  letter-spacing: 1.88px;
  line-height: 24px;
  color: rgba(103, 100, 105, 0.4);
}

/**
 * COMPONENTS.TEXT-MEDIA
 *
 * @description : A panel with text content alongside with video or and image
 *
 */
.c-text_media {
  position: relative;
}
@media (min-width: 1025px) {
  .c-text_media::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: -190px calc(100% + 190px);
    background-size: 600px auto;
    background-repeat: no-repeat;
    opacity: 0.035;
    z-index: 0;
  }
}

.c-text_media--purple {
  background: #2d205d;
}
.c-text_media--purple::after {
  background-image: url(/dist/images/brand/consilium-icon-white.svg);
}
.c-text_media--purple .c-text_media__subtitle {
  color: white;
}
.c-text_media--purple .c-text_media__title {
  color: white;
}
.c-text_media--purple .c-text_media__body {
  color: white;
}
.c-text_media--purple a {
  color: white;
}
.c-text_media--purple .c-btn {
  border-color: white;
}
.c-text_media--purple .c-btn--arrow::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 5 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolygon fill='%23FFFFFF' fill-rule='nonzero' points='0.972 8 4.972 4 0.972 0 0.028 0.944 3.1 4 0.028 7.072'%3E%3C/polygon%3E%3C/svg%3E");
}

.c-text_media--grey {
  background: hsl(0, 0%, 98%);
}
.c-text_media--grey::after {
  background-image: url(/dist/images/brand/consilium-icon-purple.svg);
}

.c-text_media__content {
  position: relative;
  z-index: 1;
}

.c-text_media__subtitle {
  font-size: 1.125rem;
  font-family: "Segoe UI", "Humanist521", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media (min-width: 1025px) {
  .c-text_media__subtitle {
    font-size: 1.25rem;
  }
}

.c-text_media__text,
.c-text_media__media {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-text_media__text,
  .c-text_media__media {
    display: inline-block;
  }
}

.c-text_media__text {
  max-width: 45rem;
}

.c-text_media__media {
  margin-top: 3.75rem;
}
@media (min-width: 1025px) {
  .c-text_media__media {
    margin-top: 0;
  }
}

.c-text-media__media_image {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
}

.c-text-media__media_video_image {
  position: relative;
}

.c-text-media__media_video_play {
  position: absolute;
  width: 20%;
  max-width: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-timeline {
  flex: 50%;
  transition: opacity 0.35s ease-in, transform 0.6s ease-out;
}

.c-timeline__text {
  width: 320px;
}
.c-timeline--left .c-timeline__text {
  margin-left: auto;
  width: auto;
}

@media (min-width: 769px) {
  .c-timeline--center {
    display: none;
  }
}

.c-timeline__connector {
  width: 8px;
  height: 10px;
  border-top: 2px solid #2d205d;
  border-radius: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -6px;
  border-left: 2px solid #2d205d;
  border-right: 2px solid #2d205d;
}
.c-timeline__connector:after {
  content: "";
  width: 12px;
  height: 12px;
  background: white;
  margin-left: -5px;
  display: block;
  margin-top: 5px;
}

.c-timeline--left {
  margin-right: 1.375rem;
  display: none;
}
@media (min-width: 769px) {
  .c-timeline--left {
    text-align: right;
    display: block;
    opacity: 0;
    transform: translateX(-300px);
  }
}

.c-timeline--right {
  margin-left: 1.375rem;
  display: none;
}
@media (min-width: 769px) {
  .c-timeline--right {
    display: block;
    opacity: 0;
    transform: translateX(300px);
  }
}

@media (min-width: 769px) {
  .c-timeline--active {
    opacity: 1;
    transform: translateX(0);
  }
}

.c-timeline__indicator {
  width: 22px;
  height: 22px;
  position: absolute;
  left: -10px;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 769px) {
  .c-timeline__indicator {
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
}

.c-timeline__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 769px) {
  .c-timeline__list {
    overflow: hidden;
  }
}
.c-timeline__list:before, .c-timeline__list:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 2px;
  background: rgb(45, 32, 93);
  background: linear-gradient(-180deg, rgb(45, 32, 93) 50%, rgb(255, 255, 255) 100%);
  margin: 0 auto;
  left: 0;
  z-index: 1;
}
@media (min-width: 769px) {
  .c-timeline__list:before, .c-timeline__list:after {
    right: 0;
  }
}
.c-timeline__list:before {
  transform: translateX(-3px);
}
.c-timeline__list:after {
  transform: translateX(3px);
}

.c-timeline__image {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .c-timeline__image {
    margin-bottom: 44px;
  }
}

.c-timeline__hr {
  height: 2px;
  width: 165px;
  background-color: #2d205d;
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .c-timeline__hr {
    margin-bottom: 48px;
    height: 5px;
    width: 320px;
    transform: scale(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
    transition-delay: 0.3s;
  }
  .c-timeline--right .c-timeline__hr {
    transform-origin: right;
  }
  .c-timeline--left .c-timeline__hr {
    margin-left: auto;
  }
  .c-timeline--active .c-timeline__hr {
    transform: scale(1);
  }
}

.c-timeline__title {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 3.75rem;
  line-height: 3.75rem;
  margin-bottom: 18px;
}
@media (min-width: 769px) {
  .c-timeline__title {
    margin-bottom: 24px;
    font-size: 7.5rem;
    line-height: 6.25rem;
  }
}

.c-timeline__subtitle {
  color: #2d205d;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .c-timeline__subtitle {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2.625rem;
  }
}

.c-timeline__copy {
  color: #2d205d;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 2.75rem;
}
@media (min-width: 769px) {
  .c-timeline__copy {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0 0 1.5em 0;
  }
}
.c-timeline__copy p {
  color: #2d205d;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 2.75rem;
}
@media (min-width: 769px) {
  .c-timeline__copy p {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 0 0 1.5em 0;
  }
}
.c-timeline__copy ul li:before {
  content: "●";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: bottom;
}

.c-field {
  display: flex;
  margin-bottom: 0.75rem;
}

.c-field__label {
  display: none;
  width: 100px;
  color: #676469;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (min-width: 769px) {
  .c-field__label {
    display: inline;
  }
}

.c-field__input {
  flex: 1;
  border-color: hsl(0, 0%, 90%);
  font-size: 0.9375rem;
}

/**
 *  8. UTILITIES
 */
/**
 * UTILITIES.COLORS
 *
 * @description :
 *
 */
.u-c_alpha {
  color: #2d205d;
}

.u-c_beta {
  color: #60397b;
}

.u-c_gamma {
  color: #c2ac8f;
}

.u-c_delta {
  color: #676469;
}

.u-c_white {
  color: white;
}

.u-bg_alpha {
  background-color: #2d205d;
}

.u-bg_beta {
  background-color: #60397b;
}

.u-bg_gamma {
  background-color: #c2ac8f;
}

.u-bg_delta {
  background-color: #676469;
}

.u-bg_white {
  background-color: white;
}

.u-bg_alt {
  background-color: rgba(226, 225, 227, 0.15);
}

/**
 * UTILITIES.LAYOUT
 *
 * @description : These classes trump other preceeding styles.
 *                Userful for quickly applying common adjustments.
 */
.u-fr {
  float: right;
}

.u-fl {
  float: left;
}

.u-mb {
  margin-bottom: 0.03125rem;
}

/**
 * UTILITIES.MARGINS.SCSS
 *
 * @description :
 *
 */
.u-m0 {
  margin: 0 !important;
}

.u-mb--xs {
  margin-bottom: 0.5rem !important;
}
@media (min-width: 769px) {
  .u-mb--xs {
    margin-bottom: 0.5rem !important;
  }
}

.u-mb--sm {
  margin-bottom: 0.5rem !important;
}
@media (min-width: 769px) {
  .u-mb--sm {
    margin-bottom: 1rem !important;
  }
}

.u-mb--md {
  margin-bottom: 1rem !important;
}
@media (min-width: 769px) {
  .u-mb--md {
    margin-bottom: 1.5rem !important;
  }
}

.u-mb--lg {
  margin-bottom: 1.25rem !important;
}
@media (min-width: 769px) {
  .u-mb--lg {
    margin-bottom: 2.25rem !important;
  }
}

.u-mb--xl {
  margin-bottom: 2.25rem !important;
}
@media (min-width: 769px) {
  .u-mb--xl {
    margin-bottom: 3rem !important;
  }
}

.u-mb--xxl {
  margin-bottom: 3rem !important;
}
@media (min-width: 769px) {
  .u-mb--xxl {
    margin-bottom: 3.75rem !important;
  }
}

.u-mb--xxxl {
  margin-bottom: 3rem !important;
}
@media (min-width: 769px) {
  .u-mb--xxxl {
    margin-bottom: 5.625rem !important;
  }
}

.u-mb--xxxxl {
  margin-bottom: 3.75rem !important;
}
@media (min-width: 769px) {
  .u-mb--xxxxl {
    margin-bottom: 7.5rem !important;
  }
}

.u-mt--xs {
  margin-top: 0.5rem !important;
}
@media (min-width: 769px) {
  .u-mt--xs {
    margin-top: 0.5rem !important;
  }
}

.u-mt--sm {
  margin-top: 0.5rem !important;
}
@media (min-width: 769px) {
  .u-mt--sm {
    margin-top: 1rem !important;
  }
}

.u-mt--md {
  margin-top: 1rem !important;
}
@media (min-width: 769px) {
  .u-mt--md {
    margin-top: 1.5rem !important;
  }
}

.u-mt--lg {
  margin-top: 1.25rem !important;
}
@media (min-width: 769px) {
  .u-mt--lg {
    margin-top: 2.25rem !important;
  }
}

.u-mt--xl {
  margin-top: 2.25rem !important;
}
@media (min-width: 769px) {
  .u-mt--xl {
    margin-top: 3rem !important;
  }
}

.u-mt--xxl {
  margin-top: 3rem !important;
}
@media (min-width: 769px) {
  .u-mt--xxl {
    margin-top: 3.75rem !important;
  }
}

.u-mt--xxxl {
  margin-top: 3rem !important;
}
@media (min-width: 769px) {
  .u-mt--xxxl {
    margin-top: 5.625rem !important;
  }
}

.u-mt--xxxxl {
  margin-top: 3.75rem !important;
}
@media (min-width: 769px) {
  .u-mt--xxxxl {
    margin-top: 7.5rem !important;
  }
}

/**
 * UTILITIES.PADDING
 *
 * @description :
 *
 */
.u-pt--xs {
  padding-top: 0.5rem !important;
}
@media (min-width: 769px) {
  .u-pt--xs {
    padding-top: 0.5rem !important;
  }
}

.u-pt--sm {
  padding-top: 0.5rem !important;
}
@media (min-width: 769px) {
  .u-pt--sm {
    padding-top: 1rem !important;
  }
}

.u-pt--md {
  padding-top: 1rem !important;
}
@media (min-width: 769px) {
  .u-pt--md {
    padding-top: 1.5rem !important;
  }
}

.u-pt--lg {
  padding-top: 1.25rem !important;
}
@media (min-width: 769px) {
  .u-pt--lg {
    padding-top: 2.25rem !important;
  }
}

.u-pt--xl {
  padding-top: 2.25rem !important;
}
@media (min-width: 769px) {
  .u-pt--xl {
    padding-top: 3rem !important;
  }
}

.u-pt--xxl {
  padding-top: 3rem !important;
}
@media (min-width: 769px) {
  .u-pt--xxl {
    padding-top: 3.75rem !important;
  }
}

.u-pt--xxxl {
  padding-top: 3.75rem !important;
}
@media (min-width: 769px) {
  .u-pt--xxxl {
    padding-top: 5.625rem !important;
  }
}

.u-pt--xxxxl {
  padding-top: 3.75rem !important;
}
@media (min-width: 769px) {
  .u-pt--xxxxl {
    padding-top: 7.5rem !important;
  }
}

.u-pb--xs {
  padding-bottom: 0.5rem !important;
}
@media (min-width: 769px) {
  .u-pb--xs {
    padding-bottom: 0.5rem !important;
  }
}

.u-pb--sm {
  padding-bottom: 0.5rem !important;
}
@media (min-width: 769px) {
  .u-pb--sm {
    padding-bottom: 1rem !important;
  }
}

.u-pb--md {
  padding-bottom: 1rem !important;
}
@media (min-width: 769px) {
  .u-pb--md {
    padding-bottom: 1.5rem !important;
  }
}

.u-pb--lg {
  padding-bottom: 1.25rem !important;
}
@media (min-width: 769px) {
  .u-pb--lg {
    padding-bottom: 2.25rem !important;
  }
}

.u-pb--xl {
  padding-bottom: 2.25rem !important;
}
@media (min-width: 769px) {
  .u-pb--xl {
    padding-bottom: 3rem !important;
  }
}

.u-pb--xxl {
  padding-bottom: 3rem !important;
}
@media (min-width: 769px) {
  .u-pb--xxl {
    padding-bottom: 3.75rem !important;
  }
}

.u-pb--xxxl {
  padding-bottom: 3.75rem !important;
}
@media (min-width: 769px) {
  .u-pb--xxxl {
    padding-bottom: 5.625rem !important;
  }
}

.u-pb--xxxxl {
  padding-bottom: 3.75rem !important;
}
@media (min-width: 769px) {
  .u-pb--xxxxl {
    padding-bottom: 7.5rem !important;
  }
}

/**
 * UTILITIES.TYPE
 *
 * @description : These classes trump other preceeding styles.
 *                Userful for quickly applying common adjustments.
 */
.u-tc {
  text-align: center;
}

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

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

.u-uc {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 769px) {
  .u-tc--md {
    text-align: center;
  }
  .u-tc--md.t-has_accent::after {
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 * COMPONENTS.VALIDATION
 *
 * @description : Validation styles for form elements
 *
 */
p.u-error {
  color: #c60000;
  font-weight: bold;
  font-size: 0.875em;
  padding: 0.5em 0;
  margin-bottom: 0;
}

input[type=radio].u-error + label,
input[type=checkbox].u-error + label {
  color: #c60000;
}

input[type=text].u-error,
input[type=email].u-error,
input[type=password].u-error,
input[type=tel].u-error,
input[type=search].u-error,
input[type=url].u-error,
select.u-error,
textarea.u-error {
  border-color: #c60000;
}

@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

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