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





body {
  margin: 0;
}



main {
  display: block;
}



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





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



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





a {
  background-color: transparent;
}



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



b,
strong {
  font-weight: bolder;
}



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



small {
  font-size: 80%;
}



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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}





img {
  border-style: none;
}





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



button,
input { 
  overflow: visible;
}



button,
select { 
  text-transform: none;
}



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



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



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



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



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



progress {
  vertical-align: baseline;
}



textarea {
  overflow: auto;
}



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



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



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



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



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





details {
  display: block;
}



summary {
  display: list-item;
}





template {
  display: none;
}



[hidden] {
  display: none;
}
.slick-slider
{
    position: relative;

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

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html { overflow-y: scroll; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -moz-box-sizing: inherit; -webkit-box-sizing: inherit; box-sizing: inherit; }
ul { padding: 0; }

body { background: #fff; font: 18px SansFont, sans-serif; color: #212429; }
#page { overflow-x: hidden; }

p { font-size: 17px; line-height: 1.7em; margin: 0 0 30px; }
h1 { font-weight: 600; }
h2 { font: 38px Aleo, serif; font-weight: 700; line-height: 48px; margin: 0 0 30px; }
h3 { font-weight: 600; font-size: 24px; margin: 0 0 30px; }
h4 { font-weight: 600; font-size: 24px; margin: 0 0 30px; }
p b, p strong, b, strong { font-weight: 500; }

p a { color: inherit; }
li a { color: inherit; }

body { --header-bg: #1A1F4D; }


.rich-text h3,
.block-call_to_action .rich-text h3,
.block-raw_html h3  { font-weight: 600; font-size: 39px; line-height: 48px; margin: 0 0 30px; }
.rich-text h4,
.block-raw_html h4 { font-weight: 600; font-size: 24px; margin: 0 0 30px; }

.rich-text ul { padding: 0; margin-bottom: 0; }
.rich-text ul li { font-size: 17px; line-height: 1.7em; margin: 0 0 20px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none'%3E%3Cellipse cx='3.653' cy='3.684' fill='%235D3FD6' rx='3.653' ry='3.684'/%3E%3C/svg%3E") left 8px top 10px no-repeat; list-style-type: none; padding-left: 40px; }
.rich-text ul li ul { margin-top: 20px; }
.rich-text ol { padding: 0 0 0 0px; }

.rich-text ol { counter-reset: item; list-style-position: inside; }
.rich-text ol li { display: block; margin: 0 0 30px; }
.rich-text ol li:before { 
    content: counter(item) ". ";
    counter-increment: item;
    width: 30px;
    display: inline-block;
}
.rich-text ol li ol { margin: 30px 0 0 30px; }
.rich-text ol li { line-height: 30px; margin: 0 0 30px; padding-left: 0; }

.rich-text a { border-bottom-width: 2px; border-bottom-style: solid; text-decoration: none; }

.rich-text .richtext-image { border-radius: 10px; }
.rich-text .richtext-image.left { float: left; width: 50%; height: auto; margin: 0 30px 20px 0; }
.rich-text .richtext-image.right { float: right; width: 50%; height: auto; margin: 0 0 20px 30px; }


.container { width: 1380px; margin: 0 auto; position: relative; }
.outer { position: relative; z-index: 1; }

.main { min-height: 400px; }
.rel { position: relative; }
.right { text-align: right; }

.con-1, .con-2, .con-3, .con-4, .con-5, .con-6, .con-7, .con-8, .con-9, .con-10, .con-11, .con-12 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -ms-align-content: flex-start; -webkit-align-content: flex-start; -moz-align-content: flex-start; align-content: flex-start; }
.con-1 > .col-1.nm { margin-left: 0; margin-right: 0; }
.con-1 > .col-1 { margin-left: 8.69565%; margin-right: 8.69565%; }
.con-1 > .col-1.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-1 > .col-1 { -ms-flex: 0 0 82.60870%; -webkit-flex: 0 0 82.60870%; -moz-flex: 0 0 82.60870%; flex: 0 0 82.60870%; }
.con-2 > .col-1.nm, .con-2 > .col-2.nm { margin-left: 0; margin-right: 0; }
.con-2 > .col-1, .con-2 > .col-2 { margin-left: 4.34783%; margin-right: 4.34783%; }
.con-2 > .col-1.nm { -ms-flex: 0 0 50.00000%; -webkit-flex: 0 0 50.00000%; -moz-flex: 0 0 50.00000%; flex: 0 0 50.00000%; }
.con-2 > .col-1 { -ms-flex: 0 0 41.30435%; -webkit-flex: 0 0 41.30435%; -moz-flex: 0 0 41.30435%; flex: 0 0 41.30435%; }
.con-2 > .col-2.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-2 > .col-2 { -ms-flex: 0 0 91.30435%; -webkit-flex: 0 0 91.30435%; -moz-flex: 0 0 91.30435%; flex: 0 0 91.30435%; }
.con-3 > .col-1.nm, .con-3 > .col-2.nm, .con-3 > .col-3.nm { margin-left: 0; margin-right: 0; }
.con-3 > .col-1, .con-3 > .col-2, .con-3 > .col-3 { margin-left: 2.89855%; margin-right: 2.89855%; }
.con-3 > .col-1.nm { -ms-flex: 0 0 33.33333%; -webkit-flex: 0 0 33.33333%; -moz-flex: 0 0 33.33333%; flex: 0 0 33.33333%; }
.con-3 > .col-1 { -ms-flex: 0 0 27.53623%; -webkit-flex: 0 0 27.53623%; -moz-flex: 0 0 27.53623%; flex: 0 0 27.53623%; }
.con-3 > .col-2.nm { -ms-flex: 0 0 66.66667%; -webkit-flex: 0 0 66.66667%; -moz-flex: 0 0 66.66667%; flex: 0 0 66.66667%; }
.con-3 > .col-2 { -ms-flex: 0 0 60.86957%; -webkit-flex: 0 0 60.86957%; -moz-flex: 0 0 60.86957%; flex: 0 0 60.86957%; }
.con-3 > .col-3.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-3 > .col-3 { -ms-flex: 0 0 94.20290%; -webkit-flex: 0 0 94.20290%; -moz-flex: 0 0 94.20290%; flex: 0 0 94.20290%; }
.con-4 > .col-1.nm, .con-4 > .col-2.nm, .con-4 > .col-3.nm, .con-4 > .col-4.nm { margin-left: 0; margin-right: 0; }
.con-4 > .col-1, .con-4 > .col-2, .con-4 > .col-3, .con-4 > .col-4 { margin-left: 2.17391%; margin-right: 2.17391%; }
.con-4 > .col-1.nm { -ms-flex: 0 0 25.00000%; -webkit-flex: 0 0 25.00000%; -moz-flex: 0 0 25.00000%; flex: 0 0 25.00000%; }
.con-4 > .col-1 { -ms-flex: 0 0 20.65217%; -webkit-flex: 0 0 20.65217%; -moz-flex: 0 0 20.65217%; flex: 0 0 20.65217%; }
.con-4 > .col-2.nm { -ms-flex: 0 0 50.00000%; -webkit-flex: 0 0 50.00000%; -moz-flex: 0 0 50.00000%; flex: 0 0 50.00000%; }
.con-4 > .col-2 { -ms-flex: 0 0 45.65217%; -webkit-flex: 0 0 45.65217%; -moz-flex: 0 0 45.65217%; flex: 0 0 45.65217%; }
.con-4 > .col-3.nm { -ms-flex: 0 0 75.00000%; -webkit-flex: 0 0 75.00000%; -moz-flex: 0 0 75.00000%; flex: 0 0 75.00000%; }
.con-4 > .col-3 { -ms-flex: 0 0 70.65217%; -webkit-flex: 0 0 70.65217%; -moz-flex: 0 0 70.65217%; flex: 0 0 70.65217%; }
.con-4 > .col-4.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-4 > .col-4 { -ms-flex: 0 0 95.65217%; -webkit-flex: 0 0 95.65217%; -moz-flex: 0 0 95.65217%; flex: 0 0 95.65217%; }
.con-5 > .col-1.nm, .con-5 > .col-2.nm, .con-5 > .col-3.nm, .con-5 > .col-4.nm, .con-5 > .col-5.nm { margin-left: 0; margin-right: 0; }
.con-5 > .col-1, .con-5 > .col-2, .con-5 > .col-3, .con-5 > .col-4, .con-5 > .col-5 { margin-left: 1.73913%; margin-right: 1.73913%; }
.con-5 > .col-1.nm { -ms-flex: 0 0 20.00000%; -webkit-flex: 0 0 20.00000%; -moz-flex: 0 0 20.00000%; flex: 0 0 20.00000%; }
.con-5 > .col-1 { -ms-flex: 0 0 16.52174%; -webkit-flex: 0 0 16.52174%; -moz-flex: 0 0 16.52174%; flex: 0 0 16.52174%; }
.con-5 > .col-2.nm { -ms-flex: 0 0 40.00000%; -webkit-flex: 0 0 40.00000%; -moz-flex: 0 0 40.00000%; flex: 0 0 40.00000%; }
.con-5 > .col-2 { -ms-flex: 0 0 36.52174%; -webkit-flex: 0 0 36.52174%; -moz-flex: 0 0 36.52174%; flex: 0 0 36.52174%; }
.con-5 > .col-3.nm { -ms-flex: 0 0 60.00000%; -webkit-flex: 0 0 60.00000%; -moz-flex: 0 0 60.00000%; flex: 0 0 60.00000%; }
.con-5 > .col-3 { -ms-flex: 0 0 56.52174%; -webkit-flex: 0 0 56.52174%; -moz-flex: 0 0 56.52174%; flex: 0 0 56.52174%; }
.con-5 > .col-4.nm { -ms-flex: 0 0 80.00000%; -webkit-flex: 0 0 80.00000%; -moz-flex: 0 0 80.00000%; flex: 0 0 80.00000%; }
.con-5 > .col-4 { -ms-flex: 0 0 76.52174%; -webkit-flex: 0 0 76.52174%; -moz-flex: 0 0 76.52174%; flex: 0 0 76.52174%; }
.con-5 > .col-5.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-5 > .col-5 { -ms-flex: 0 0 96.52174%; -webkit-flex: 0 0 96.52174%; -moz-flex: 0 0 96.52174%; flex: 0 0 96.52174%; }
.con-6 > .col-1.nm, .con-6 > .col-2.nm, .con-6 > .col-3.nm, .con-6 > .col-4.nm, .con-6 > .col-5.nm, .con-6 > .col-6.nm { margin-left: 0; margin-right: 0; }
.con-6 > .col-1, .con-6 > .col-2, .con-6 > .col-3, .con-6 > .col-4, .con-6 > .col-5, .con-6 > .col-6 { margin-left: 1.44928%; margin-right: 1.44928%; }
.con-6 > .col-1.nm { -ms-flex: 0 0 16.66667%; -webkit-flex: 0 0 16.66667%; -moz-flex: 0 0 16.66667%; flex: 0 0 16.66667%; }
.con-6 > .col-1 { -ms-flex: 0 0 13.76812%; -webkit-flex: 0 0 13.76812%; -moz-flex: 0 0 13.76812%; flex: 0 0 13.76812%; }
.con-6 > .col-2.nm { -ms-flex: 0 0 33.33333%; -webkit-flex: 0 0 33.33333%; -moz-flex: 0 0 33.33333%; flex: 0 0 33.33333%; }
.con-6 > .col-2 { -ms-flex: 0 0 30.43478%; -webkit-flex: 0 0 30.43478%; -moz-flex: 0 0 30.43478%; flex: 0 0 30.43478%; }
.con-6 > .col-3.nm { -ms-flex: 0 0 50.00000%; -webkit-flex: 0 0 50.00000%; -moz-flex: 0 0 50.00000%; flex: 0 0 50.00000%; }
.con-6 > .col-3 { -ms-flex: 0 0 47.10145%; -webkit-flex: 0 0 47.10145%; -moz-flex: 0 0 47.10145%; flex: 0 0 47.10145%; }
.con-6 > .col-4.nm { -ms-flex: 0 0 66.66667%; -webkit-flex: 0 0 66.66667%; -moz-flex: 0 0 66.66667%; flex: 0 0 66.66667%; }
.con-6 > .col-4 { -ms-flex: 0 0 63.76812%; -webkit-flex: 0 0 63.76812%; -moz-flex: 0 0 63.76812%; flex: 0 0 63.76812%; }
.con-6 > .col-5.nm { -ms-flex: 0 0 83.33333%; -webkit-flex: 0 0 83.33333%; -moz-flex: 0 0 83.33333%; flex: 0 0 83.33333%; }
.con-6 > .col-5 { -ms-flex: 0 0 80.43478%; -webkit-flex: 0 0 80.43478%; -moz-flex: 0 0 80.43478%; flex: 0 0 80.43478%; }
.con-6 > .col-6.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-6 > .col-6 { -ms-flex: 0 0 97.10145%; -webkit-flex: 0 0 97.10145%; -moz-flex: 0 0 97.10145%; flex: 0 0 97.10145%; }
.con-7 > .col-1.nm, .con-7 > .col-2.nm, .con-7 > .col-3.nm, .con-7 > .col-4.nm, .con-7 > .col-5.nm, .con-7 > .col-6.nm, .con-7 > .col-7.nm { margin-left: 0; margin-right: 0; }
.con-7 > .col-1, .con-7 > .col-2, .con-7 > .col-3, .con-7 > .col-4, .con-7 > .col-5, .con-7 > .col-6, .con-7 > .col-7 { margin-left: 1.24224%; margin-right: 1.24224%; }
.con-7 > .col-1.nm { -ms-flex: 0 0 14.28571%; -webkit-flex: 0 0 14.28571%; -moz-flex: 0 0 14.28571%; flex: 0 0 14.28571%; }
.con-7 > .col-1 { -ms-flex: 0 0 11.80124%; -webkit-flex: 0 0 11.80124%; -moz-flex: 0 0 11.80124%; flex: 0 0 11.80124%; }
.con-7 > .col-2.nm { -ms-flex: 0 0 28.57143%; -webkit-flex: 0 0 28.57143%; -moz-flex: 0 0 28.57143%; flex: 0 0 28.57143%; }
.con-7 > .col-2 { -ms-flex: 0 0 26.08696%; -webkit-flex: 0 0 26.08696%; -moz-flex: 0 0 26.08696%; flex: 0 0 26.08696%; }
.con-7 > .col-3.nm { -ms-flex: 0 0 42.85714%; -webkit-flex: 0 0 42.85714%; -moz-flex: 0 0 42.85714%; flex: 0 0 42.85714%; }
.con-7 > .col-3 { -ms-flex: 0 0 40.37267%; -webkit-flex: 0 0 40.37267%; -moz-flex: 0 0 40.37267%; flex: 0 0 40.37267%; }
.con-7 > .col-4.nm { -ms-flex: 0 0 57.14286%; -webkit-flex: 0 0 57.14286%; -moz-flex: 0 0 57.14286%; flex: 0 0 57.14286%; }
.con-7 > .col-4 { -ms-flex: 0 0 54.65839%; -webkit-flex: 0 0 54.65839%; -moz-flex: 0 0 54.65839%; flex: 0 0 54.65839%; }
.con-7 > .col-5.nm { -ms-flex: 0 0 71.42857%; -webkit-flex: 0 0 71.42857%; -moz-flex: 0 0 71.42857%; flex: 0 0 71.42857%; }
.con-7 > .col-5 { -ms-flex: 0 0 68.94410%; -webkit-flex: 0 0 68.94410%; -moz-flex: 0 0 68.94410%; flex: 0 0 68.94410%; }
.con-7 > .col-6.nm { -ms-flex: 0 0 85.71429%; -webkit-flex: 0 0 85.71429%; -moz-flex: 0 0 85.71429%; flex: 0 0 85.71429%; }
.con-7 > .col-6 { -ms-flex: 0 0 83.22981%; -webkit-flex: 0 0 83.22981%; -moz-flex: 0 0 83.22981%; flex: 0 0 83.22981%; }
.con-7 > .col-7.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-7 > .col-7 { -ms-flex: 0 0 97.51553%; -webkit-flex: 0 0 97.51553%; -moz-flex: 0 0 97.51553%; flex: 0 0 97.51553%; }
.con-8 > .col-1.nm, .con-8 > .col-2.nm, .con-8 > .col-3.nm, .con-8 > .col-4.nm, .con-8 > .col-5.nm, .con-8 > .col-6.nm, .con-8 > .col-7.nm, .con-8 > .col-8.nm { margin-left: 0; margin-right: 0; }
.con-8 > .col-1, .con-8 > .col-2, .con-8 > .col-3, .con-8 > .col-4, .con-8 > .col-5, .con-8 > .col-6, .con-8 > .col-7, .con-8 > .col-8 { margin-left: 1.08696%; margin-right: 1.08696%; }
.con-8 > .col-1.nm { -ms-flex: 0 0 12.50000%; -webkit-flex: 0 0 12.50000%; -moz-flex: 0 0 12.50000%; flex: 0 0 12.50000%; }
.con-8 > .col-1 { -ms-flex: 0 0 10.32609%; -webkit-flex: 0 0 10.32609%; -moz-flex: 0 0 10.32609%; flex: 0 0 10.32609%; }
.con-8 > .col-2.nm { -ms-flex: 0 0 25.00000%; -webkit-flex: 0 0 25.00000%; -moz-flex: 0 0 25.00000%; flex: 0 0 25.00000%; }
.con-8 > .col-2 { -ms-flex: 0 0 22.82609%; -webkit-flex: 0 0 22.82609%; -moz-flex: 0 0 22.82609%; flex: 0 0 22.82609%; }
.con-8 > .col-3.nm { -ms-flex: 0 0 37.50000%; -webkit-flex: 0 0 37.50000%; -moz-flex: 0 0 37.50000%; flex: 0 0 37.50000%; }
.con-8 > .col-3 { -ms-flex: 0 0 35.32609%; -webkit-flex: 0 0 35.32609%; -moz-flex: 0 0 35.32609%; flex: 0 0 35.32609%; }
.con-8 > .col-4.nm { -ms-flex: 0 0 50.00000%; -webkit-flex: 0 0 50.00000%; -moz-flex: 0 0 50.00000%; flex: 0 0 50.00000%; }
.con-8 > .col-4 { -ms-flex: 0 0 47.82609%; -webkit-flex: 0 0 47.82609%; -moz-flex: 0 0 47.82609%; flex: 0 0 47.82609%; }
.con-8 > .col-5.nm { -ms-flex: 0 0 62.50000%; -webkit-flex: 0 0 62.50000%; -moz-flex: 0 0 62.50000%; flex: 0 0 62.50000%; }
.con-8 > .col-5 { -ms-flex: 0 0 60.32609%; -webkit-flex: 0 0 60.32609%; -moz-flex: 0 0 60.32609%; flex: 0 0 60.32609%; }
.con-8 > .col-6.nm { -ms-flex: 0 0 75.00000%; -webkit-flex: 0 0 75.00000%; -moz-flex: 0 0 75.00000%; flex: 0 0 75.00000%; }
.con-8 > .col-6 { -ms-flex: 0 0 72.82609%; -webkit-flex: 0 0 72.82609%; -moz-flex: 0 0 72.82609%; flex: 0 0 72.82609%; }
.con-8 > .col-7.nm { -ms-flex: 0 0 87.50000%; -webkit-flex: 0 0 87.50000%; -moz-flex: 0 0 87.50000%; flex: 0 0 87.50000%; }
.con-8 > .col-7 { -ms-flex: 0 0 85.32609%; -webkit-flex: 0 0 85.32609%; -moz-flex: 0 0 85.32609%; flex: 0 0 85.32609%; }
.con-8 > .col-8.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-8 > .col-8 { -ms-flex: 0 0 97.82609%; -webkit-flex: 0 0 97.82609%; -moz-flex: 0 0 97.82609%; flex: 0 0 97.82609%; }
.con-9 > .col-1.nm, .con-9 > .col-2.nm, .con-9 > .col-3.nm, .con-9 > .col-4.nm, .con-9 > .col-5.nm, .con-9 > .col-6.nm, .con-9 > .col-7.nm, .con-9 > .col-8.nm, .con-9 > .col-9.nm { margin-left: 0; margin-right: 0; }
.con-9 > .col-1, .con-9 > .col-2, .con-9 > .col-3, .con-9 > .col-4, .con-9 > .col-5, .con-9 > .col-6, .con-9 > .col-7, .con-9 > .col-8, .con-9 > .col-9 { margin-left: 0.96618%; margin-right: 0.96618%; }
.con-9 > .col-1.nm { -ms-flex: 0 0 11.11111%; -webkit-flex: 0 0 11.11111%; -moz-flex: 0 0 11.11111%; flex: 0 0 11.11111%; }
.con-9 > .col-1 { -ms-flex: 0 0 9.17874%; -webkit-flex: 0 0 9.17874%; -moz-flex: 0 0 9.17874%; flex: 0 0 9.17874%; }
.con-9 > .col-2.nm { -ms-flex: 0 0 22.22222%; -webkit-flex: 0 0 22.22222%; -moz-flex: 0 0 22.22222%; flex: 0 0 22.22222%; }
.con-9 > .col-2 { -ms-flex: 0 0 20.28986%; -webkit-flex: 0 0 20.28986%; -moz-flex: 0 0 20.28986%; flex: 0 0 20.28986%; }
.con-9 > .col-3.nm { -ms-flex: 0 0 33.33333%; -webkit-flex: 0 0 33.33333%; -moz-flex: 0 0 33.33333%; flex: 0 0 33.33333%; }
.con-9 > .col-3 { -ms-flex: 0 0 31.40097%; -webkit-flex: 0 0 31.40097%; -moz-flex: 0 0 31.40097%; flex: 0 0 31.40097%; }
.con-9 > .col-4.nm { -ms-flex: 0 0 44.44444%; -webkit-flex: 0 0 44.44444%; -moz-flex: 0 0 44.44444%; flex: 0 0 44.44444%; }
.con-9 > .col-4 { -ms-flex: 0 0 42.51208%; -webkit-flex: 0 0 42.51208%; -moz-flex: 0 0 42.51208%; flex: 0 0 42.51208%; }
.con-9 > .col-5.nm { -ms-flex: 0 0 55.55556%; -webkit-flex: 0 0 55.55556%; -moz-flex: 0 0 55.55556%; flex: 0 0 55.55556%; }
.con-9 > .col-5 { -ms-flex: 0 0 53.62319%; -webkit-flex: 0 0 53.62319%; -moz-flex: 0 0 53.62319%; flex: 0 0 53.62319%; }
.con-9 > .col-6.nm { -ms-flex: 0 0 66.66667%; -webkit-flex: 0 0 66.66667%; -moz-flex: 0 0 66.66667%; flex: 0 0 66.66667%; }
.con-9 > .col-6 { -ms-flex: 0 0 64.73430%; -webkit-flex: 0 0 64.73430%; -moz-flex: 0 0 64.73430%; flex: 0 0 64.73430%; }
.con-9 > .col-7.nm { -ms-flex: 0 0 77.77778%; -webkit-flex: 0 0 77.77778%; -moz-flex: 0 0 77.77778%; flex: 0 0 77.77778%; }
.con-9 > .col-7 { -ms-flex: 0 0 75.84541%; -webkit-flex: 0 0 75.84541%; -moz-flex: 0 0 75.84541%; flex: 0 0 75.84541%; }
.con-9 > .col-8.nm { -ms-flex: 0 0 88.88889%; -webkit-flex: 0 0 88.88889%; -moz-flex: 0 0 88.88889%; flex: 0 0 88.88889%; }
.con-9 > .col-8 { -ms-flex: 0 0 86.95652%; -webkit-flex: 0 0 86.95652%; -moz-flex: 0 0 86.95652%; flex: 0 0 86.95652%; }
.con-9 > .col-9.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-9 > .col-9 { -ms-flex: 0 0 98.06763%; -webkit-flex: 0 0 98.06763%; -moz-flex: 0 0 98.06763%; flex: 0 0 98.06763%; }
.con-10 > .col-1.nm, .con-10 > .col-2.nm, .con-10 > .col-3.nm, .con-10 > .col-4.nm, .con-10 > .col-5.nm, .con-10 > .col-6.nm, .con-10 > .col-7.nm, .con-10 > .col-8.nm, .con-10 > .col-9.nm, .con-10 > .col-10.nm { margin-left: 0; margin-right: 0; }
.con-10 > .col-1, .con-10 > .col-2, .con-10 > .col-3, .con-10 > .col-4, .con-10 > .col-5, .con-10 > .col-6, .con-10 > .col-7, .con-10 > .col-8, .con-10 > .col-9, .con-10 > .col-10 { margin-left: 0.86957%; margin-right: 0.86957%; }
.con-10 > .col-1.nm { -ms-flex: 0 0 10.00000%; -webkit-flex: 0 0 10.00000%; -moz-flex: 0 0 10.00000%; flex: 0 0 10.00000%; }
.con-10 > .col-1 { -ms-flex: 0 0 8.26087%; -webkit-flex: 0 0 8.26087%; -moz-flex: 0 0 8.26087%; flex: 0 0 8.26087%; }
.con-10 > .col-2.nm { -ms-flex: 0 0 20.00000%; -webkit-flex: 0 0 20.00000%; -moz-flex: 0 0 20.00000%; flex: 0 0 20.00000%; }
.con-10 > .col-2 { -ms-flex: 0 0 18.26087%; -webkit-flex: 0 0 18.26087%; -moz-flex: 0 0 18.26087%; flex: 0 0 18.26087%; }
.con-10 > .col-3.nm { -ms-flex: 0 0 30.00000%; -webkit-flex: 0 0 30.00000%; -moz-flex: 0 0 30.00000%; flex: 0 0 30.00000%; }
.con-10 > .col-3 { -ms-flex: 0 0 28.26087%; -webkit-flex: 0 0 28.26087%; -moz-flex: 0 0 28.26087%; flex: 0 0 28.26087%; }
.con-10 > .col-4.nm { -ms-flex: 0 0 40.00000%; -webkit-flex: 0 0 40.00000%; -moz-flex: 0 0 40.00000%; flex: 0 0 40.00000%; }
.con-10 > .col-4 { -ms-flex: 0 0 38.26087%; -webkit-flex: 0 0 38.26087%; -moz-flex: 0 0 38.26087%; flex: 0 0 38.26087%; }
.con-10 > .col-5.nm { -ms-flex: 0 0 50.00000%; -webkit-flex: 0 0 50.00000%; -moz-flex: 0 0 50.00000%; flex: 0 0 50.00000%; }
.con-10 > .col-5 { -ms-flex: 0 0 48.26087%; -webkit-flex: 0 0 48.26087%; -moz-flex: 0 0 48.26087%; flex: 0 0 48.26087%; }
.con-10 > .col-6.nm { -ms-flex: 0 0 60.00000%; -webkit-flex: 0 0 60.00000%; -moz-flex: 0 0 60.00000%; flex: 0 0 60.00000%; }
.con-10 > .col-6 { -ms-flex: 0 0 58.26087%; -webkit-flex: 0 0 58.26087%; -moz-flex: 0 0 58.26087%; flex: 0 0 58.26087%; }
.con-10 > .col-7.nm { -ms-flex: 0 0 70.00000%; -webkit-flex: 0 0 70.00000%; -moz-flex: 0 0 70.00000%; flex: 0 0 70.00000%; }
.con-10 > .col-7 { -ms-flex: 0 0 68.26087%; -webkit-flex: 0 0 68.26087%; -moz-flex: 0 0 68.26087%; flex: 0 0 68.26087%; }
.con-10 > .col-8.nm { -ms-flex: 0 0 80.00000%; -webkit-flex: 0 0 80.00000%; -moz-flex: 0 0 80.00000%; flex: 0 0 80.00000%; }
.con-10 > .col-8 { -ms-flex: 0 0 78.26087%; -webkit-flex: 0 0 78.26087%; -moz-flex: 0 0 78.26087%; flex: 0 0 78.26087%; }
.con-10 > .col-9.nm { -ms-flex: 0 0 90.00000%; -webkit-flex: 0 0 90.00000%; -moz-flex: 0 0 90.00000%; flex: 0 0 90.00000%; }
.con-10 > .col-9 { -ms-flex: 0 0 88.26087%; -webkit-flex: 0 0 88.26087%; -moz-flex: 0 0 88.26087%; flex: 0 0 88.26087%; }
.con-10 > .col-10.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-10 > .col-10 { -ms-flex: 0 0 98.26087%; -webkit-flex: 0 0 98.26087%; -moz-flex: 0 0 98.26087%; flex: 0 0 98.26087%; }
.con-11 > .col-1.nm, .con-11 > .col-2.nm, .con-11 > .col-3.nm, .con-11 > .col-4.nm, .con-11 > .col-5.nm, .con-11 > .col-6.nm, .con-11 > .col-7.nm, .con-11 > .col-8.nm, .con-11 > .col-9.nm, .con-11 > .col-10.nm, .con-11 > .col-11.nm { margin-left: 0; margin-right: 0; }
.con-11 > .col-1, .con-11 > .col-2, .con-11 > .col-3, .con-11 > .col-4, .con-11 > .col-5, .con-11 > .col-6, .con-11 > .col-7, .con-11 > .col-8, .con-11 > .col-9, .con-11 > .col-10, .con-11 > .col-11 { margin-left: 0.79051%; margin-right: 0.79051%; }
.con-11 > .col-1.nm { -ms-flex: 0 0 9.09091%; -webkit-flex: 0 0 9.09091%; -moz-flex: 0 0 9.09091%; flex: 0 0 9.09091%; }
.con-11 > .col-1 { -ms-flex: 0 0 7.50988%; -webkit-flex: 0 0 7.50988%; -moz-flex: 0 0 7.50988%; flex: 0 0 7.50988%; }
.con-11 > .col-2.nm { -ms-flex: 0 0 18.18182%; -webkit-flex: 0 0 18.18182%; -moz-flex: 0 0 18.18182%; flex: 0 0 18.18182%; }
.con-11 > .col-2 { -ms-flex: 0 0 16.60079%; -webkit-flex: 0 0 16.60079%; -moz-flex: 0 0 16.60079%; flex: 0 0 16.60079%; }
.con-11 > .col-3.nm { -ms-flex: 0 0 27.27273%; -webkit-flex: 0 0 27.27273%; -moz-flex: 0 0 27.27273%; flex: 0 0 27.27273%; }
.con-11 > .col-3 { -ms-flex: 0 0 25.69170%; -webkit-flex: 0 0 25.69170%; -moz-flex: 0 0 25.69170%; flex: 0 0 25.69170%; }
.con-11 > .col-4.nm { -ms-flex: 0 0 36.36364%; -webkit-flex: 0 0 36.36364%; -moz-flex: 0 0 36.36364%; flex: 0 0 36.36364%; }
.con-11 > .col-4 { -ms-flex: 0 0 34.78261%; -webkit-flex: 0 0 34.78261%; -moz-flex: 0 0 34.78261%; flex: 0 0 34.78261%; }
.con-11 > .col-5.nm { -ms-flex: 0 0 45.45455%; -webkit-flex: 0 0 45.45455%; -moz-flex: 0 0 45.45455%; flex: 0 0 45.45455%; }
.con-11 > .col-5 { -ms-flex: 0 0 43.87352%; -webkit-flex: 0 0 43.87352%; -moz-flex: 0 0 43.87352%; flex: 0 0 43.87352%; }
.con-11 > .col-6.nm { -ms-flex: 0 0 54.54545%; -webkit-flex: 0 0 54.54545%; -moz-flex: 0 0 54.54545%; flex: 0 0 54.54545%; }
.con-11 > .col-6 { -ms-flex: 0 0 52.96443%; -webkit-flex: 0 0 52.96443%; -moz-flex: 0 0 52.96443%; flex: 0 0 52.96443%; }
.con-11 > .col-7.nm { -ms-flex: 0 0 63.63636%; -webkit-flex: 0 0 63.63636%; -moz-flex: 0 0 63.63636%; flex: 0 0 63.63636%; }
.con-11 > .col-7 { -ms-flex: 0 0 62.05534%; -webkit-flex: 0 0 62.05534%; -moz-flex: 0 0 62.05534%; flex: 0 0 62.05534%; }
.con-11 > .col-8.nm { -ms-flex: 0 0 72.72727%; -webkit-flex: 0 0 72.72727%; -moz-flex: 0 0 72.72727%; flex: 0 0 72.72727%; }
.con-11 > .col-8 { -ms-flex: 0 0 71.14625%; -webkit-flex: 0 0 71.14625%; -moz-flex: 0 0 71.14625%; flex: 0 0 71.14625%; }
.con-11 > .col-9.nm { -ms-flex: 0 0 81.81818%; -webkit-flex: 0 0 81.81818%; -moz-flex: 0 0 81.81818%; flex: 0 0 81.81818%; }
.con-11 > .col-9 { -ms-flex: 0 0 80.23715%; -webkit-flex: 0 0 80.23715%; -moz-flex: 0 0 80.23715%; flex: 0 0 80.23715%; }
.con-11 > .col-10.nm { -ms-flex: 0 0 90.90909%; -webkit-flex: 0 0 90.90909%; -moz-flex: 0 0 90.90909%; flex: 0 0 90.90909%; }
.con-11 > .col-10 { -ms-flex: 0 0 89.32806%; -webkit-flex: 0 0 89.32806%; -moz-flex: 0 0 89.32806%; flex: 0 0 89.32806%; }
.con-11 > .col-11.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-11 > .col-11 { -ms-flex: 0 0 98.41897%; -webkit-flex: 0 0 98.41897%; -moz-flex: 0 0 98.41897%; flex: 0 0 98.41897%; }
.con-12 > .col-1.nm, .con-12 > .col-2.nm, .con-12 > .col-3.nm, .con-12 > .col-4.nm, .con-12 > .col-5.nm, .con-12 > .col-6.nm, .con-12 > .col-7.nm, .con-12 > .col-8.nm, .con-12 > .col-9.nm, .con-12 > .col-10.nm, .con-12 > .col-11.nm, .con-12 > .col-12.nm { margin-left: 0; margin-right: 0; }
.con-12 > .col-1, .con-12 > .col-2, .con-12 > .col-3, .con-12 > .col-4, .con-12 > .col-5, .con-12 > .col-6, .con-12 > .col-7, .con-12 > .col-8, .con-12 > .col-9, .con-12 > .col-10, .con-12 > .col-11, .con-12 > .col-12 { margin-left: 0.72464%; margin-right: 0.72464%; }
.con-12 > .col-1.nm { -ms-flex: 0 0 8.33333%; -webkit-flex: 0 0 8.33333%; -moz-flex: 0 0 8.33333%; flex: 0 0 8.33333%; }
.con-12 > .col-1 { -ms-flex: 0 0 6.88406%; -webkit-flex: 0 0 6.88406%; -moz-flex: 0 0 6.88406%; flex: 0 0 6.88406%; }
.con-12 > .col-2.nm { -ms-flex: 0 0 16.66667%; -webkit-flex: 0 0 16.66667%; -moz-flex: 0 0 16.66667%; flex: 0 0 16.66667%; }
.con-12 > .col-2 { -ms-flex: 0 0 15.21739%; -webkit-flex: 0 0 15.21739%; -moz-flex: 0 0 15.21739%; flex: 0 0 15.21739%; }
.con-12 > .col-3.nm { -ms-flex: 0 0 25.00000%; -webkit-flex: 0 0 25.00000%; -moz-flex: 0 0 25.00000%; flex: 0 0 25.00000%; }
.con-12 > .col-3 { -ms-flex: 0 0 23.55072%; -webkit-flex: 0 0 23.55072%; -moz-flex: 0 0 23.55072%; flex: 0 0 23.55072%; }
.con-12 > .col-4.nm { -ms-flex: 0 0 33.33333%; -webkit-flex: 0 0 33.33333%; -moz-flex: 0 0 33.33333%; flex: 0 0 33.33333%; }
.con-12 > .col-4 { -ms-flex: 0 0 31.88406%; -webkit-flex: 0 0 31.88406%; -moz-flex: 0 0 31.88406%; flex: 0 0 31.88406%; }
.con-12 > .col-5.nm { -ms-flex: 0 0 41.66667%; -webkit-flex: 0 0 41.66667%; -moz-flex: 0 0 41.66667%; flex: 0 0 41.66667%; }
.con-12 > .col-5 { -ms-flex: 0 0 40.21739%; -webkit-flex: 0 0 40.21739%; -moz-flex: 0 0 40.21739%; flex: 0 0 40.21739%; }
.con-12 > .col-6.nm { -ms-flex: 0 0 50.00000%; -webkit-flex: 0 0 50.00000%; -moz-flex: 0 0 50.00000%; flex: 0 0 50.00000%; }
.con-12 > .col-6 { -ms-flex: 0 0 48.55072%; -webkit-flex: 0 0 48.55072%; -moz-flex: 0 0 48.55072%; flex: 0 0 48.55072%; }
.con-12 > .col-7.nm { -ms-flex: 0 0 58.33333%; -webkit-flex: 0 0 58.33333%; -moz-flex: 0 0 58.33333%; flex: 0 0 58.33333%; }
.con-12 > .col-7 { -ms-flex: 0 0 56.88406%; -webkit-flex: 0 0 56.88406%; -moz-flex: 0 0 56.88406%; flex: 0 0 56.88406%; }
.con-12 > .col-8.nm { -ms-flex: 0 0 66.66667%; -webkit-flex: 0 0 66.66667%; -moz-flex: 0 0 66.66667%; flex: 0 0 66.66667%; }
.con-12 > .col-8 { -ms-flex: 0 0 65.21739%; -webkit-flex: 0 0 65.21739%; -moz-flex: 0 0 65.21739%; flex: 0 0 65.21739%; }
.con-12 > .col-9.nm { -ms-flex: 0 0 75.00000%; -webkit-flex: 0 0 75.00000%; -moz-flex: 0 0 75.00000%; flex: 0 0 75.00000%; }
.con-12 > .col-9 { -ms-flex: 0 0 73.55072%; -webkit-flex: 0 0 73.55072%; -moz-flex: 0 0 73.55072%; flex: 0 0 73.55072%; }
.con-12 > .col-10.nm { -ms-flex: 0 0 83.33333%; -webkit-flex: 0 0 83.33333%; -moz-flex: 0 0 83.33333%; flex: 0 0 83.33333%; }
.con-12 > .col-10 { -ms-flex: 0 0 81.88406%; -webkit-flex: 0 0 81.88406%; -moz-flex: 0 0 81.88406%; flex: 0 0 81.88406%; }
.con-12 > .col-11.nm { -ms-flex: 0 0 91.66667%; -webkit-flex: 0 0 91.66667%; -moz-flex: 0 0 91.66667%; flex: 0 0 91.66667%; }
.con-12 > .col-11 { -ms-flex: 0 0 90.21739%; -webkit-flex: 0 0 90.21739%; -moz-flex: 0 0 90.21739%; flex: 0 0 90.21739%; }
.con-12 > .col-12.nm { -ms-flex: 0 0 100.00000%; -webkit-flex: 0 0 100.00000%; -moz-flex: 0 0 100.00000%; flex: 0 0 100.00000%; }
.con-12 > .col-12 { -ms-flex: 0 0 98.55072%; -webkit-flex: 0 0 98.55072%; -moz-flex: 0 0 98.55072%; flex: 0 0 98.55072%; }

.contain.con-8,
.contain.con-9,
.contain.con-10 { margin-left: 8.33333%; margin-right: 8.33333%; }
.contain-thirds { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; padding: 0 5.9%; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; }
.contain-thirds > .col-3 { flex-basis: 26.3%; margin-left: 3.5%; margin-right: 3.5%; }
.contain-thirds > .col-6 { flex-basis: 59.7%; margin-left: 3.5%; margin-right: 3.5%; }
.con-10 > .col-466 { flex-basis: 45.56521%; margin-left: 0.86957%; margin-right: 0.86957%; }
.contain.con-8 > .col-2 { margin-left: 0.869568%; margin-right: 0.869568%; }
.contain.con-9 > .col-3 { margin-left: 0.87043%; margin-right: 0.87043%; }
.space-between { -ms-justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; }


.outer.bg-light_purple,
.inner.bg-light_purple,
.outer.bg-light_purple .block-blog_post .image .category,
.outer.bg-light_purple .blog_post .image .category,
.outer.bg-light_purple .block-contact_form label { background: #F5F5F5;  }
.outer.bg-light_grey,
.inner.bg-light_grey,
.outer.bg-light_grey .block-blog_post .image .category,
.outer.bg-light_grey .blog_post .image .category { background: #F5F5F5; }
.outer.bg-green { background: #22F5A9; }
.outer.bg-blue { background: #1A1F4D;  }
.outer.bg-purple { background: #5744cd; }




.xxouter.angled { margin-bottom: 38px; }
.xxouter.bg-light_grey + .footer { margin-top: -38px; }
.xxouter.angled:after { content: ""; display: block; background: #F5F5F5; position: absolute; width: 100%; bottom: -38px; height: 40px; 
    -ms-clip-path: polygon(
        0 0, 
        100% 0,  
        100% 5px, 
        0 100% 
    ); -webkit-clip-path: polygon(
        0 0, 
        100% 0,  
        100% 5px, 
        0 100% 
    ); -moz-clip-path: polygon(
        0 0, 
        100% 0,  
        100% 5px, 
        0 100% 
    ); clip-path: polygon(
        0 0, 
        100% 0,  
        100% 5px, 
        0 100% 
    ); }

.outer.angled { -ms-clip-path: polygon(
        0 -10%,
        100% -10%,
        100% calc(100% - 3vw),
        0 100%
    ); -webkit-clip-path: polygon(
        0 -10%,
        100% -10%,
        100% calc(100% - 3vw),
        0 100%
    ); -moz-clip-path: polygon(
        0 -10%,
        100% -10%,
        100% calc(100% - 3vw),
        0 100%
    ); clip-path: polygon(
        0 -10%,
        100% -10%,
        100% calc(100% - 3vw),
        0 100%
    );  padding-bottom: 30px; margin-bottom: 0px; }



    
.xxouter.bg-purple:after { background-color: #212429; }
.xxouter.bg-green:after { background-color: #22F5A9; }

.outer.bg-white + .container-carousel.bg-white,
.outer.bg-white + .container-product_cta.bg-white .block-product_cta,
.outer.bg-white + .container-text.bg-white,
.outer.bg-white + .container-image.bg-white,
.outer.bg-white + .container-pullquote.bg-white,
.outer.bg-white + .container-multi_column.bg-white,
.outer.bg-white + .container-call_to_action.bg-white .block-call_to_action.image-style-full_height > .body,
.outer.bg-white + .container-call_to_action.bg-white .block-call_to_action.image-style-full_height > .image { padding-top: 0; }




.outer.bg-green .block-cross_sell .blog_post .image .category
{ background: #22F5A9;; }

div[data-section] { opacity: 0; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); transform: translateY(10px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0,.79,.2,.99); }
div[data-section].in { opacity: 1; -webkit-transform: translate(0); -moz-transform: translate(0); transform: translate(0); -webkit-backface-visibility: hidden; }


.container-call_to_action[data-section] { opacity: 1; -webkit-transform: none; -moz-transform: none; transform: none; }
.container-call_to_action[data-section] > div { opacity: 0; -webkit-transform: translateX(50px); -moz-transform: translateX(50px); transform: translateX(50px); transition: opacity 0.7s ease 0.2s, transform 0.7s cubic-bezier(0,.79,.2,.99) 0.2s;}
.container-call_to_action[data-section] > div.image-right { -webkit-transform: translateX(-50px); -moz-transform: translateX(-50px); transform: translateX(-50px); }
.container-call_to_action[data-section].in > div { opacity: 1; -webkit-transform: translate(0); -moz-transform: translate(0); transform: translate(0); }






.header.outer { color: #ffffff;  position: relative; min-height: 475px; transition: min-height 0.3s ease;  }
.header.outer.no-image { min-height: 435px; }
.header.outer > .bg {
    
    margin-top: -110px;
    width: 100%;
    background: url('../images/bg-header-purple.svg') bottom no-repeat;
	background-size: 100%;
    padding: 110px 0 0;
    
    border-top: 0px solid var(--header-bg);
    transition: padding-top 0.3s ease, margin-bottom 0.3s ease, border-top-width 0.3s ease; 
}
.header.outer .container-outer { position: relative; }
.header.outer .container { position: static; }
.header.outer .con-10 { padding: 0 8.33333%; align-items: flex-start; }
.header.outer .fg { z-index: 3; height: 110px; }
.header.outer .fg > .container { height: 110px; }
.header ul.menu { list-style-type: none; margin: 40px 0 0 -20px; padding: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; position: relative; z-index: 3; overflow: hidden; }
.header ul.menu > li { padding: 4px 20px 0 20px; line-height: 24px; }
.header ul.menu > li > a { color: #ffffff; text-decoration: none; font-weight: 500; }
.header ul.menu > li > ul { list-style-type: none;  }
.header ul.menu > li > ul > li.external > a { padding-right: 25px; background: url('../images/icon-external.svg') right top no-repeat; }
.header ul.menu > li > ul > li.external > a:hover { background-image: url('../images/icon-external-pink.svg'); }
.header ul.menu > li > ul > li > a { display: inline-block; color: #838383; text-decoration: none; font-size: 15px; padding: 0 0 10px; }

.header ul.menu li.logo { position: absolute; display: none; }

.header ul.menu > li.item-sign-in { padding-top: 0px; }
.header ul.menu > li.item-sign-in > a { background: url('../images/icon-user-white.svg') center no-repeat; text-indent: -10000px; width: 20px; display: inline-block; }
.header ul.menu > li.item-sign-in.no-children { visibility: hidden; }

.header ul.menu li.search a { background: url('../images/icon-search-grey.svg') center no-repeat; text-indent: -10000px; width: 20px; display: none; }
.header ul.menu li.search a:hover { background-image: url('../images/icon-search-pink.svg'); }
.header.hover-menu ul.menu:hover li.search a { display: inline-block; }

.header ul.menu li.region a { background: url('../images/icon-region-grey.svg') center no-repeat; text-indent: -10000px; width: 23px; display: none; }
.header ul.menu li.region span { vertical-align: middle; font-size: 14px; text-transform: uppercase; padding-left: 5px; display: none; }
.header ul.menu li.region a:hover { background-image: url('../images/icon-region-pink.svg'); }
.header.hover-menu ul.menu:hover li.region a { display: inline-block; }

.header ul.icon-menu { top: 22px; position: absolute; right: 0; list-style-type: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 16.9%; max-width: 147px; z-index: 3; }
.header ul.icon-menu > li { padding: 0; line-height: 25px; }


.header ul.icon-menu li.login a { background: url('../images/icon-user-white.svg') center no-repeat; text-indent: -10000px; display: inline-block; width: 20px; }
.header ul.icon-menu li.login a:hover { background-image: url('../images/icon-user-pink.svg'); }

.header ul.icon-menu li.search a { background: url('../images/icon-search-white.svg') center no-repeat; text-indent: -10000px; display: inline-block; width: 20px; }
.header ul.icon-menu li.search a:hover { background-image: url('../images/icon-search-pink.svg'); }


.header ul.icon-menu li.region a { background: url('../images/icon-region-white.svg') center no-repeat; text-indent: -10000px; display: inline-block; vertical-align: middle; width: 23px; }
.header ul.icon-menu li.region span { display: inline-block; vertical-align: middle; font-size: 14px; text-transform: uppercase; padding-left: 5px;}
.header ul.icon-menu li.region a:hover { background-image: url('../images/icon-region-pink.svg'); }


.header.hover-menu ul.menu:hover + ul.icon-menu { display: none; }

.header div.logo { margin: 20px 0 0; }
.header .menus { -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }

.header .heading { padding: 84px 0 95px; }
.header h1 { font-size: 70px; line-height: 70px; margin: 0 0 42px; color: #FF435F; }
.header h1 span { color: #ffffff; }
.header .heading p { font-size: 28px; line-height: 40px; }
.header .heading a.button { display: inline-block; text-align: center; border: 3px solid #21F5A8; border-radius: 0.5556rem; color: #ffffff; font-size: 24px; font-weight: 500; text-decoration: none; padding: 14px 22px; margin-top: 8px; min-width: 180px; transition: background 0.15s ease, color 0.15s ease;}
.header .heading a.button:hover { background: #21F5A8; color: #212429; }
 

.header h4 { font-size: 16px; font-weight: normal; margin-bottom: 23px; }

.header .image { background: url('../images/bg-header-diamond-purple_pink.svg') top left no-repeat; background-size: contain; position: absolute; width: 49.6%; top: -8px; right: 0; height: 650px; margin: 0; transition: margin-top 0.3s ease; }


.header.image-style-diamond_crop .image { background: none !important; }
.header.image-style-diamond_crop .image .inner { 
    background-size: cover; position: relative; left: 29px; top: -51px; position: absolute; width: 564px; height: 640px;  -ms-clip-path: polygon(
    0 60%,  
    77% 0, 
    100% 86.5%, 
    40% 100% 
); -webkit-clip-path: polygon(
    0 60%,  
    77% 0, 
    100% 86.5%, 
    40% 100% 
); -moz-clip-path: polygon(
    0 60%,  
    77% 0, 
    100% 86.5%, 
    40% 100% 
); clip-path: polygon(
    0 60%,  
    77% 0, 
    100% 86.5%, 
    40% 100% 
); }
.header.image-style-full_height .image { background: none !important; width: 55%; }
.header.image-style-full_height .image .inner { 
    background-size: auto 500px;
    background-position: 10% top;
    background-repeat: no-repeat;
    height: 500px;
}

.header .video-wrapper { position: absolute; width: 50%; right: 0; transition: margin-top 0.3s ease; padding-top: 60px; margin-top: -60px;  }
.header .video-wrapper .video-preview,
.header .video { margin: 140px 0 130px 0; width: 680px; height: 382px; cursor: pointer; position: relative; background-position: center; background-size: cover; }
.header .video-wrapper .video-preview:before { content: ""; display: block; width: 100%; height: 100%; background: url('../images/button-play-pink.svg') center no-repeat; }

*[data-video-embed] { opacity: 0; transition: opacity 0.3s ease, transform 0.3s ease; -webkit-transform: translateX(10px); -moz-transform: translateX(10px); transform: translateX(10px); }
*[data-video-embed].in { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0);}

.header.outer.no-image { min-height: 0px; margin-bottom: 50px; }
.header.no-image .image { display: none; }




.header.outer.image-style-white_cutout {
    margin-bottom: 50px;
}

.header.outer.image-style-white_cutout > .bg {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%23421c4a;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E") #ffffff no-repeat right 39.7vw bottom 0px;
    background-size: auto 100%;
    min-height: min(34.5vw, 34.5rem);
    -ms-clip-path: none !important; -webkit-clip-path: none !important; -moz-clip-path: none !important; clip-path: none !important;
}
.header.outer.image-style-white_cutout > .fg {
    background: #421c4a;
}
.header.outer.image-style-white_cutout .heading {
    padding-top: 7.5rem;
    padding-bottom: 6rem;
}
.header.outer.image-style-white_cutout .image {
    background: none;
}

.header.outer.image-style-white_cutout .image .inner {
    height: max(35vw, 28rem);
    background-repeat: no-repeat;
    background-position: left 0 bottom 1vw;
    background-size: auto 65%;
}




.header.banner-copy_led_banner .fg { background: #1A1F4D; }

.header.banner-copy_led_banner.bg-white { background: none; }
.header.banner-copy_led_banner.bg-white .bg { background: none; }
.header.banner-copy_led_banner.bg-white .bg p { color: #212429; }
.header.banner-copy_led_banner.bg-white .heading { padding-bottom: 40px; }

.header.banner-copy_led_banner.bg-light_grey { background: none; }
.header.banner-copy_led_banner.bg-light_grey .bg { background: url('../images/bg-header-light_grey.svg') bottom no-repeat; background-size: 100%; }
.header.banner-copy_led_banner.bg-light_grey .bg p { color: #212429; }
.header.banner-copy_led_banner.bg-light_grey .bg .container { background: url('../images/bg-diamond-white.svg') right 10% bottom 0px no-repeat; }
.header.banner-copy_led_banner.bg-light_grey .heading { padding-bottom: 80px; }

.header.banner-copy_led_banner.bg-light_purple { background: none; }
.header.banner-copy_led_banner.bg-light_purple .bg { background: url('../images/bg-header-light_purple.svg') bottom no-repeat; background-size: 100%; color: #212429; }
.header.banner-copy_led_banner.bg-light_purple .bg .container { background: url('../images/bg-diamond-white.svg') right 10% bottom 0px no-repeat; }
.header.banner-copy_led_banner.bg-light_purple .heading { padding-bottom: 80px; }

.header.banner-copy_led_banner.bg-purple { background: none; }
.header.banner-copy_led_banner.bg-purple .heading { padding-bottom: 80px; }

.header.banner-copy_led_banner .heading p { font-size: 59px; line-height: 73px; font-weight: 500; }
.header.banner-copy_led_banner a.button { display: inline-block; text-align: center; border: 2px solid #5D3FD6; border-radius: 0.5556rem; color: #5D3FD6; font-size: 16px; font-weight: 500; text-decoration: none; padding: 12px 20px; margin-top: 8px; min-width: 180px; transition: background 0.15s ease, color 0.15s ease;}
.header.banner-copy_led_banner a.button:hover { background: #5D3FD6; color: #ffffff; }




.header .search-bar { background: #F5F5F5;  overflow: hidden; height: 0; transition: height 0.3s ease; position: relative; }
.header .search-bar input { background: #F5F5F5; padding: 30px 0; border: none; outline: none; width: 78%; margin-left: 25.8%; font-size: 32px; color: #212429; font-weight: 500; opacity: 0; transition: opacity 0.4s ease 0.3s;}
.header .search-bar .quickfind-results { color: #212429; margin-left: 25.8%; border-top: 2px solid #f6f5f6; padding: 40px 0 30px; }
.header .search-bar .quickfind-results p { font-size: 19px; font-weight: 500; margin: 20px 0; }
.header .search-bar .quickfind-results ul { list-style-type: none; margin: 0 0 40px; padding: 0; }
.header .search-bar .quickfind-results ul li { font-size: 24px; margin-bottom: 18px; }
.header .search-bar .quickfind-results ul li a { color: #212429; text-decoration: none; }
.header .search-bar .quickfind-results a.show-all { font-weight: 500; text-decoration: none; color: #212429; border-bottom: 1px solid #21F5A8; font-size: 16px; }
body.search-open .header .search-bar,
body.template-search .header .search-bar { height: 96px; }
body.search-open .header .search-bar input,
body.template-search .header .search-bar input { opacity: 1; }
body.template-search .header.outer > .bg { padding-top: 206px; }
body.search-open .header .search-bar.has-results { height: auto !important; }

.mobile-quickfind { margin-left: -24px; margin-right: -24px; }

.outer.main { padding-top: 50px; }



.footer.outer { background: #1A1F4D; color: #ffffff; }
.footer.outer .con-11 { padding: 41px 0 47px 8.33333%; }
.footer .logo { margin-bottom: 42px; }
.footer p { font-size: 16px; line-height: 1.2em; max-width: 250px; }
.footer p b { color: #B2FCE0; }
.footer h4 { color: #23F0C7; font-size: 16px; font-weight: normal; margin: 20px 0 59px; }
.footer ul { list-style-type: none; margin: 0; padding: 0; }
.footer ul li { margin-bottom: 16px; }
.footer ul li a { color: #ffffff; text-decoration: none; font-weight: 500; }
.footer .copyright { font-size: 13px; margin-top: 40px; }



body > .overlay {
    z-index: 20;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(58, 28, 70, 0.85);
    opacity: 0;
    transition: opacity 0.3s ease;
}

body > .overlay.in {
    opacity: 1;
}

body > .overlay > .cloak {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body > .overlay > .video-container {
    width: 75%;
    max-width: 900px;
    margin: 50px auto;
}



body.template-login .header.outer { min-height: 0; }
body.template-login .header.outer > .bg { background: #1A1F4D; -ms-clip-path: none; -webkit-clip-path: none; -moz-clip-path: none; clip-path: none; min-height: 0; }
body.template-login .header.outer { margin-bottom: 0; }
body.template-login .header.outer .image { display: none; }
.outer-password_required { background: #ececec; }
.container-password_required { background: url('../images/bg-diamond-white.svg') left 10% bottom 20% no-repeat #ececec; background-size: auto 230%; }
.container-password_required .contain { -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; padding: 70px 0 120px; }
.container-password_required h2 { font-size: 48px; line-height: 52px; font-weight: 600; margin: 0 0 15px; }
.container-password_required ul.errorlist { list-style-type: none; color: #ff435f; }
.container-password_required input[type=text],
.container-password_required input[type=password] { border: 2px solid #212429; border-radius: 0.5556rem; font: 17px SansFont, sans-serif; padding: 14px 12px 10px; line-height: 20px; margin-bottom: 25px; background: none; display: block; width: 100%; max-width: 350px;}
.container-password_required .button { background: #1cf5ab; display: inline-block; text-align: center; border-radius: 0.5556rem; border: none; color: #212429; font-size: 16px; font-weight: 500; text-decoration: none; padding: 16px 20px; margin-top: 8px; min-width: 160px; transition: background 0.15s ease, color 0.15s ease; cursor: pointer; }
.container-password_required .button:hover { background: #B5FFE4; }





.header.image-style-diamond_crop + .container-call_to_action .block-call_to_action > .body { padding-top: 140px; }
.header + .outer.under { z-index: 0; }
.container-call_to_action .block-call_to_action > .body { padding-top: 90px; }
.container-call_to_action.bg-white { padding-top: 0; }
.block-call_to_action.image-style-full_height_slant { padding-bottom: 0; }
.block-call_to_action.image-style-full_height_slant > .body { padding-bottom: 90px; }
.block-call_to_action.image-style-full_height > .image { padding-top: 90px; min-height: 600px; }


.outer.angled.container-call_to_action { padding-bottom: 0; }

.block-call_to_action { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; padding-bottom: 90px; }
.block-call_to_action.bg-white > .body { padding-bottom: 90px; }



.block-call_to_action:before { content: ""; display: block; -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; }
.block-call_to_action:after { content: ""; display: block; -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; }

.block-call_to_action.image-right { -ms-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; flex-direction: row-reverse; }

.block-call_to_action > .image,
.block-call_to_action > .image-carousel  { -ms-flex: 0 0 600px; -webkit-flex: 0 0 600px; -moz-flex: 0 0 600px; flex: 0 0 600px; min-height: 1px; min-width: 1px; }
.block-call_to_action > .image-carousel > .slick-list { overflow: visible; }
.block-call_to_action .image > .inner { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: contain; }
.block-call_to_action > .body { -ms-flex: 0 0 600px; -webkit-flex: 0 0 600px; -moz-flex: 0 0 600px; flex: 0 0 600px; padding: 0px 10px 0px; }
.block-call_to_action > .body > .icon-action:last-child,
.block-call_to_action > .body > .rich-text:last-child > p:last-child,
.block-call_to_action > .body > .rich-text:last-child > ul:last-child > li:last-child { margin-bottom: 0; }
.block-call_to_action.image-right > .body { padding-left: 35px; }


.block-call_to_action.image-style-full_height.image-left > .image { padding-right: 5.4%; }
.block-call_to_action.image-style-full_height.image-right > .image { padding-left: 5.4%; }

.block-call_to_action.image-style-full_height_slant > .image { -ms-flex: 0 0 50%; -webkit-flex: 0 0 50%; -moz-flex: 0 0 50%; flex: 0 0 50%;  }
.block-call_to_action.image-style-full_height_slant > .image > .inner { background-size: cover; }
.block-call_to_action.image-style-full_height_slant.image-right > .image { padding-left: 85px; }
.block-call_to_action.image-style-full_height_slant.image-right:before { display: none; }
.block-call_to_action.image-style-full_height_slant.image-left > .image { padding-right: 3%; }
.block-call_to_action.image-style-full_height_slant.image-left:before { display: none; }

.block-call_to_action.image-style-diamond_crop .image,
.block-call_to_action.image-style-diamond_crop_diamonds .image { padding: 0 15px 0px; height: 600px; }
.block-call_to_action.image-style-diamond_crop .image > .inner,
.block-call_to_action.image-style-diamond_crop.image-right > .image > .inner ,
.block-call_to_action.image-style-diamond_crop_diamonds.image-right > .image > .inner { left: 50px; }

.block-call_to_action.image-style-diamond_crop_diamonds > .image:after {
    content: "";
    display: block;
    position: absolute;
    background: url('../images/diamonds-large.svg') right top no-repeat;
    width: 239px;
    height: 620px;
    top: -40px;
    margin-left: 239px;
}

.block-call_to_action.image-style-square_on_diamond .body { padding-top: 169px; }
.block-call_to_action.image-style-square_on_diamond > .image { position: relative; top: -51px; margin-bottom: -51px; }

.block-call_to_action.image-style-square_on_diamond > .image:before { content: ""; display: block; position: absolute; top: 0; left: -100px; width: 95%; bottom: 0; background: url('../images/bg-diamond-green.svg') center no-repeat; background-size: contain; }

.block-call_to_action.image-style-square_on_diamond > .image > .inner { position: relative; display: block; margin: 195px 13% 0 6%; width: auto; background-size: cover; height: 336px; }
.block-call_to_action.image-style-square_on_diamond.image-right > .image:before { left: 50px; }
.block-call_to_action.image-style-square_on_diamond.image-right > .image > .inner { margin-left: 13%; margin-right: 6%; }



.block-call_to_action { min-height: 600px; }

.block-call_to_action h2 { font: 38px Aleo, serif; line-height: 1.2em; font-weight: 700; margin-bottom: 31px; }
.block-call_to_action h3 { font-size: 28px; line-height: 35px; margin-bottom: 35px; }
.block-call_to_action h4 { font-size: 28px; line-height: 35px; margin-bottom: 35px; }
.block-call_to_action a.button { display: inline-block; text-align: center; border: 2px solid #5D3FD6; border-radius: 0.555rem; color: #1A1F4D; font-size: 18px; font-weight: 600; text-decoration: none; padding: 12px 15px; margin-top: 8px; min-width: 170px; transition: background 0.15s ease, color 0.15s ease;}
.block-call_to_action a.button:after { content: ">"; display: inline; margin-left: 1rem; }
.block-call_to_action a.button:hover { background: #5D3FD6; color: #ffffff; }
.outer.bg-purple .block-call_to_action a.button { color: #ffffff; border-color: #23F0C7; }
.outer.bg-purple .block-call_to_action a.button:hover { background: #23F0C7; color: #1A1F4D; }
.block-call_to_action .form { margin-left: -5px; }

.block-call_to_action.bg-purple .body { color: #ffffff; }

.block-call_to_action h2 span,
.block-call_to_action h3 span { color: #5D3FD6; }

.icon-action { margin-bottom: 43px; }
.icon-action:after { content: ''; display: block; clear: both; }
.icon-action img { float: left; }
.icon-action .rich-text { margin-left: 62px; padding-top: 5px; }
.icon-action .rich-text p { font-size: 24px; line-height: 35px; }





.container-cross_sell { padding-top: 70px; }
.container-cross_sell.bg-blue,
.container-cross_sell.bg-purple { color: #ffffff; }

.block-cross_sell {  padding-bottom: 60px; }
.block-cross_sell .con-10 { margin-left: 8.33333%; margin-right: 8.33333%; }

.block-cross_sell h2 { margin-bottom: 40px; }
.block-cross_sell .item { margin-bottom: 30px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; align-items: flex-start; }
.block-cross_sell .item .image { height: 300px; width: 100%; margin-bottom: 32px; background-position: center; background-size: cover; background-repeat: no-repeat; border-radius: 14px; }
.block-cross_sell .item .rich-text { -ms-flex: 1 0 0; -webkit-flex: 1 0 0; -moz-flex: 1 0 0; flex: 1 0 0; width: 100%; }
.block-cross_sell .item h3 { margin: 0 0 10px; font-size: 24px; line-height: 30px; width: 100%; max-width: 300px; }

.block-cross_sell.style-contain .item .image { background-size: contain; }

.block-cross_sell a.button { display: inline-block; text-align: center; border: 2px solid #5D3FD6; border-radius: 0.555rem; color: #1A1F4D; font-size: 18px; font-weight: 600; text-decoration: none; padding: 12px 15px; margin-top: 8px; min-width: 170px; transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;}
.block-cross_sell a.button:after { content: ">"; display: inline; margin-left: 1rem; }
.block-cross_sell a.button:hover { background: #5D3FD6; color: #ffffff; }

.container-cross_sell.bg-blue a.button { color: #ffffff; border-color: #23F0C7; }
.container-cross_sell.bg-blue a.button:hover { background: #23F0C7; border-color: #23F0C7; color: #212429; }

.container-cross_sell.bg-purple a.button { color: #ffffff; border-color: #23F0C7; }
.container-cross_sell.bg-purple a.button:hover { background: #23F0C7; color: #1A1F4D; }

.block-cross_sell .blog_post a { text-decoration: none; color: inherit; }
.block-cross_sell .blog_post .image { height: 300px; background-position: center; background-size: cover; margin-bottom: 25px; position: relative; }
.block-cross_sell .blog_post .image .category { background: #ffffff; display: inline-block; min-width: 150px; position: absolute; padding-top: 15px; bottom: -4px; left: -1px; padding-left: 1px; padding-right: 25px; color: #5D3FD6; }
.block-cross_sell .blog_post h3 { margin: 0 0 10px; width: 100%; }
.block-cross_sell .blog_post p.attribution { font-size: 13px; color: #BEB4C2; }



.container-carousel { padding: 80px 0 65px; }
.container-carousel.bg-purple { color: #ffffff; }

.block-carousel h2 { margin-bottom: 80px; }
.block-carousel .item-icon_with_text .rich-text p { font-size: 24px; line-height: 35px; text-align: center; font-weight: 500; }

.carousel-container { -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding: 0 6.3%; }
.carousel-container .slick-slide { -webkit-transform: none !important; -moz-transform: none !important; transform: none !important;  }
.carousel-item { width: 33.33333%; display: inline-block; margin-bottom: 10px; }
.carousel-item .inner { margin: 0 9.3%; }


.block-carousel .icon { text-align: center; }
.block-carousel .icon img { width: auto; height: 90px; margin: 0 auto; }

.block-carousel .item-person { position: relative; cursor: pointer; }
.block-carousel .item-person .image { height: 400px; background-size: cover; background-position: center; }
.block-carousel .item-person .caption { background: #B5FFE4; padding: 23px 15px 8px; width: 93%; margin-left: 7%; margin-top: -42px; }
.block-carousel .item-person .caption h3 { margin: 0 0 5px; }
.block-carousel .item-person .caption p { font-size: 16px; margin: 0; }

.block-carousel .item-person .description { background: #F5F5F5; position: absolute; width: 100%; top: 0; bottom: 0; left: 90.7%; z-index: 2; padding: 30px; opacity: 0; transition: opacity 0.3s ease; display: none; user-select: text; overflow-y: auto; }
.bg-light_grey .block-carousel .item-person .description { background: #ffffff; }
.block-carousel .item-person .description .rich-text p { font-size: 17px; line-height: 27px; }
.block-carousel .item-person.in .description { display: block; }
.block-carousel .item-person.fade .description { opacity: 1; }

.block-carousel .item-person.lhs .description { left: auto; right: 90.7%; }

dl { margin: 0; }
dt { float: left; font-weight: 500; clear: left; }
dd { margin-left: 24px; margin-bottom: 6px; font-size: 16px; line-height: 20px; }
dd a { text-decoration: none; color: #5D3FD6; }

.block-carousel .item-address { user-select: text; }
.block-carousel .item-address h3 { margin-bottom: 14px; }
.block-carousel .item-address p { margin-bottom: 15px; }

.container-carousel[data-section] { -webkit-transform: none; -moz-transform: none; transform: none; }
.reveal .slick-slide { opacity: 0; transition: opacity 0.5s ease, transform 0.5s ease; -webkit-transform: matrix(1, 0, 0, 1, -10, 10); -moz-transform: matrix(1, 0, 0, 1, -10, 10); transform: matrix(1, 0, 0, 1, -10, 10); transition-delay: 0.4s; }
.reveal .slick-slide[data-slick-index="1"] { transition-delay: 0.8s; }
.reveal .slick-slide[data-slick-index="2"] { transition-delay: 1.2s; }
.reveal.in .slick-slide { opacity: 1; -webkit-transform: matrix(1, 0, 0, 1, 0, 0); -moz-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0); }

.slick-slider { position: relative; }
.slick-arrow { position: absolute; border: none; background: url('../images/arrow-left-pink.svg') center no-repeat; width: 105px; height: 90%; text-indent: -1000px; overflow: hidden; left: 0px; top: 0; z-index: 3; outline: none; cursor: pointer; }  
.slick-arrow.slick-next { background-image: url('../images/arrow-right-pink.svg'); left: auto; right: 0; }
.slick-arrow:focus, .slick-arrow::-moz-focus-inner { border: none; outline: none; }
.slick-arrow.slick-disabled { opacity: 0.3; }



.header.has-image + .container-text { margin-top: 60px; }
.container-text .contain.con-10,
.container-expander .contain.con-10,
.container-download .contain.con-10 { -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }

.container-text { padding-top: 50px; }
.container-image { padding-top: 50px; }


.block-text {  margin-bottom: 25px; }
.block-text .rich-text h4 { line-height: 35px; }



.block-expander { max-height: 35px; overflow: hidden; transition: max-height 0.5s ease; margin-bottom: 40px; }
.block-expander .heading { border-bottom: 1px solid #F5F5F5; cursor: pointer; margin-bottom: 20px; background: url('../images/arrow-down-small-pink.svg') right 8px no-repeat; }
.block-expander.in { max-height: 1000px;  }
.block-expander.in .heading { background-image: url('../images/arrow-up-small-pink.svg'); }
.block-expander .heading h3 { margin-bottom: 10px; padding-right: 25px; }
.block-expander .inner { padding-bottom: 1px; }



.block-image { text-align: center; margin: 0 auto 55px; padding: 0 2.9167%; }
.block-image img { width: 100%; display: block; }
.block-image.position-right { padding-left: 25.7%; }



.container-video .contain { -ms-justify-content: flex-end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }
.block-video { margin-bottom: 30px; }
.block-video.position-left,
.block-video.position-right { padding-top: 90px; padding-bottom: 50px; }
.outer.bg-purple .block-video .caption { color: #ffffff; }

.block-video .video { width: 100%; }
.block-video .caption { padding: 20px 10px; }
.block-video.position-right { -ms-flex-direction: row-reverse; -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; flex-direction: row-reverse; }



.block-video-list { padding-top: 90px; padding-bottom: 50px; }
.block-video-list .video { margin-bottom: 30px; }
.block-video-list ul { list-style-type: none; list-style-position: inside; margin: 10px 0; }

.block-video-list ul li.active:before { opacity: 1; }
.block-video-list ul li { padding-left: 10px; margin-bottom: 30px; cursor: pointer; overflow: hidden; max-height: 22px; transition: max-height 0.3s linear; }
.block-video-list ul li.active { max-height: 150px; }
.block-video-list ul li p { font-size: 15px; margin: 0 0 8px; line-height: 23px; }
.block-video-list .runtime { float: right; font-size: 15px; }
.outer.bg-purple .block-video-list { color: #ffffff; }

.block-video-grid { padding-top: 90px; padding-bottom: 40px; }
.block-video-grid p { margin-bottom: 20px; }
.block-video-grid-item { min-height: 340px; padding-bottom: 20px; }
.block-video-grid-item .video { margin-bottom: 25px; }
.block-video-grid-item p { margin: 0 0 5px; padding-right: 10%; }
.outer.bg-purple .block-video-grid { color: #ffffff; }



.container-table .contain { -ms-justify-content: flex-end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }
.block-table { margin-bottom: 50px; }
.block-table table { width: 100%; border: 1px double #1A1F4D; border-collapse: collapse; }
.block-table th { padding: 17px 15px 20px; font-weight: 500; font-size: 13px; margin: 0; text-align: left; border-bottom: 1px solid #cccccc; }
.block-table td { text-align: left; font-size: 13px; padding: 17px 15px; margin: 0; border: 1px solid #cccccc; }
.block-table thead th,
.block-table tbody tr:nth-child(2n) > * { background: #F5F5F5; }

.block-table.style-simple_responsive_green table { border: none; }
.block-table.style-simple_responsive_green th {
    font-size: 20px;
    padding: 30px;
    background: #d3fdee;
    border: none;
}
.block-table.style-simple_responsive_green td { border-top: 0; border-bottom: 0; font-size: 17px; padding: 30px; text-align: left; }
.block-table.style-simple_responsive_green td:first-child { border-left: none; }
.block-table.style-simple_responsive_green td:last-child { border-right: none; }




.block-download a { background: url('../images/icon-download-pink.svg') left no-repeat; padding: 25px 0 5px 57px; min-height: 65px; color: #FF4863; text-decoration: none; font-weight: 500; font-size: 17px; display: inline-block; }



.outer-message_panel + .outer { padding-top: 50px; }

.block-message_panel { position: relative; padding: 50px 0; }
.block-message_panel .image { overflow: hidden; position: absolute; width: 100%; top: 0; bottom: 0; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; background-size: cover; }
.block-message_panel .image video { -ms-flex: 1 1 100%; -webkit-flex: 1 1 100%; -moz-flex: 1 1 100%; flex: 1 1 100%; display: block; }
.block-message_panel .body { position: relative; z-index: 1; padding: 40px 40px 50px 25px; }
.block-message_panel .body h2 { font-size: 36px; line-height: 42px; padding-right: 20%; }
.block-message_panel .body p { font-size: 24px; line-height: 30px; }
.block-message_panel .body a.button { display: inline-block; text-align: center; border: 2px solid #5D3FD6; border-radius: 0.5556rem; color: #5D3FD6; font-size: 16px; font-weight: 500; text-decoration: none; padding: 12px 20px; margin-top: 8px; min-width: 180px; transition: background 0.15s ease, color 0.15s ease;}
.block-message_panel .body a.button:hover { background: #5D3FD6; color: #ffffff; }

.block-message_panel.style-floating_right .contain { -ms-justify-content: flex-end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }

.block-message_panel .body.bg-white { background: #ffffff; }
.block-message_panel .body.bg-light_grey { background: #f9f9f9; }
.block-message_panel .body.bg-light_purple { background: #F5F5F5; }
.block-message_panel .body.bg-purple { background: #371D41; color: #ffffff; }
.colour-purple_green .block-message_panel .body.bg-purple a.button { border-color: #21F5A8; color: #21F5A8; }
.colour-purple_green .block-message_panel .body.bg-purple a.button:hover { background: #21F5A8; color: #371D41; }





.block-product_cta { padding: 80px 0 90px; margin-bottom: 0px; }
.block-product_cta .con-10 { margin-left: 8.33333%; margin-right: 8.33333%; }
.block-product_cta h2 { margin-bottom: 50px; }

.block-product_cta .item { padding: 29px 30px 30px 20px; background: #1A1F4D; color: #ffffff; position: relative; min-height: 240px; margin: 75px 0 40px; }

.block-product_cta .item:before { content: ""; position: absolute; background: #22F5A9; left: -23%; top: -76px; width: 308px; height: 355px; z-index: -1; background: url('../images/bg-diamond-green.svg') center no-repeat; background-size: contain; }
.block-product_cta .item h3 { font-size: 28px; margin-bottom: 22px; line-height: 1em; }
.block-product_cta .item p { padding: 0 3px; }
.block-product_cta .item a.button { display: inline-block; text-align: center; border-radius: 0.5556rem; color: #212429; font-size: 17px; font-weight: 600; text-decoration: none; padding: 17px 20px; margin-top: 8px; min-width: 160px; transition: background 0.15s ease, color 0.15s ease;}
.block-product_cta .item .button { background: #B5FFE4; position: absolute; right: -20px; border: none; border-radius: 0; bottom: -20px; min-width: 160px; padding: 15px 20px; }

.block-product_cta .item:nth-child(4n+2) { background: #FF435F; }
.block-product_cta .item:nth-child(4n+2):before { content: ""; display: block; background: url('../images/diamonds.svg') center no-repeat; width: 119px; height: 160px; -ms-clip-path: none; -webkit-clip-path: none; -moz-clip-path: none; clip-path: none; z-index: 2; top: -72px; left: auto; right: -34px; }

.block-product_cta .item:nth-child(4n+4):before { content: ""; display: block; background: url('../images/diamonds-pink.svg') center no-repeat; width: 119px; height: 160px; -ms-clip-path: none; -webkit-clip-path: none; -moz-clip-path: none; clip-path: none; z-index: 2; top: -72px; left: auto; right: -34px; }

.block-product_cta .item:nth-child(4n+3) { background: #22F5A9; color: #212429; }
.block-product_cta .item:nth-child(4n+3):before {  background-image: url('../images/bg-diamond-pink.svg'); left: 26%; right: -21%;}



.container-address_book { background: #F5F5F5; padding: 50px 0;}

.block-address_book .item-address h3 { margin-bottom: 14px; }
.block-address_book .item-address p { margin-bottom: 15px; }
.block-address_book .item-address dl { margin: 0; }
.block-address_book .item-address dt { float: left; font-weight: 500; clear: left; }
.block-address_book .item-address dd { margin-left: 24px; margin-bottom: 6px; font-size: 16px; line-height: 20px; }
.block-address_book .item-address dd a { text-decoration: none; color: #5D3FD6; }



.block-share_price .share-price { background: #1A1F4D; color: #ffffff; padding: 37px 0px 22px 40px; }
.block-share_price .share-price * { opacity: 0; transition: opacity 0.3s ease; }
.block-share_price .share-price.in * { opacity: 1; }
.block-share_price .share-price h3 { font-size: 16px; margin-bottom: 32px; }
.block-share_price .share-price .price { font-size: 69px; margin-bottom: 11px; font-weight: 500; }
.block-share_price .share-price .detail { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; line-height: 29px; margin-bottom: 37px; padding-right: 30px; }
.block-share_price .share-price .item { color: #94849A; -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto;}
.block-share_price .share-price .item span { color: #22F5A9; font-weight: 500; background: url('../images/price-up.svg') top left no-repeat; padding-left: 20px; }
.block-share_price .share-price .item span.down { color: #FF435F; background-image: url('../images/price-down.svg'); }
.block-share_price .share-price p { color: #94849A; font-size: 13px; margin: 0; }
.block-share_price .share-chart { background: #F9FAFB; padding: 37px 15px 10px 25px; }
.block-share_price .share-chart h3 { font-size: 16px; margin-bottom: 4px; margin-left: 44px; }
.block-share_price .share-chart img { width: 100%; }
.block-share_price .share-price,
.block-share_price .share-chart { margin-bottom: 40px; }

.block-share_price table { width: 100%; border: 1px solid #212429;}
.block-share_price th { padding: 17px 0 20px; font-weight: 500; background: #F5F5F5; font-size: 13px; border-right: 1px solid #ffffff; margin: 0; }
.block-share_price th:last-child { border: none; }
.block-share_price td { text-align: center; font-size: 13px; padding: 17px 0; margin: 0; }
.block-share_price tr:nth-child(2n) td { background: #F5F5F5; }



.container-large_copy.bg-light_grey,
.container-large_copy.bg-light_purple { background: url('../images/bg-diamond-white.svg') calc(50% - 500px) 60% no-repeat #f9f9f9; }
.container-large_copy.bg-purple { background: url('../images/bg-diamond-green.svg') calc(50% - 500px) 60% no-repeat #1A1F4D; color: #ffffff; }
.block-large_copy { padding: 70px 0 60px; -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }
.block-large_copy p { font-size: 59px; line-height: 73px; font-weight: 500; }
.block-large_copy a.button { display: inline-block; text-align: center; border: 2px solid #5D3FD6; border-radius: 0.5556rem; color: #5D3FD6; font-size: 16px; font-weight: 500; text-decoration: none; padding: 12px 20px; margin-top: 8px; min-width: 180px; transition: background 0.15s ease, color 0.15s ease;}
.block-large_copy a.button:hover { background: #5D3FD6; color: #ffffff; }

.container-large_copy.bg-purple .block-large_copy a.button { border-color: #ffffff; color: #ffffff; }
.container-large_copy.bg-purple .block-large_copy a.button:hover { background: #ffffff; color: #212429; }



.block-quote p { font-size: 48px; line-height: 1.19em; font-weight: 500; margin-bottom: 22px; }
.block-quote .attribution { font-size: 24px; font-weight: 500; }
.block-quote.style-quotes .rich-text p:first-child:before { content: '“'; display: block; position: absolute; margin-left: -0.65em; }
.block-quote.style-quotes .rich-text p:last-child:after { content: '”'; display: inline-block; margin-left: 0.2em; }
.block-quote + a.button { margin-top: 40px; }

.header .block-quote { padding-top: 5.4vw; padding-bottom: 5.4vw; }
.header .col-5 .block-quote { padding-right: 10%; }

.header .block-quote.style-quotes .rich-text p:first-child:before,
.header .block-quote.style-quotes .rich-text p:last-child:after,
.header .block-quote.style-quotes .attribution,
.block-quote.style-quotes .rich-text p:first-child:before,
.block-quote.style-quotes .rich-text p:last-child:after,
.bg-purple .block-quote.style-quotes .attribution 
    { color: #21F5A8; }
.block-quote .attribution span { position: relative; }
.bg-white .block-quote.style-quotes .attribution span:after,
.bg-light_grey .block-quote.style-quotes .attribution span:after,
.bg-light_purple .block-quote.style-quotes .attribution span:after { content: ""; position: absolute; display: block; width: 100%; border-bottom: 9px solid #21F5A8; z-index: -1; bottom: 2px;  }



.container-contact_details .contain { -ms-justify-content: flex-end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }
.block-contact_details { border-top: 2px solid #FFA2B0; padding: 35px 0 60px;}
.block-contact_details h3 { font-size: 18px; }
.block-contact_details p { margin-bottom: 15px; }
.block-contact_details .contact { margin-bottom: 20px; }

body.template-press_release .container-contact_details .contain { -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }



.container-raw_html .contain { -ms-justify-content: flex-end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }
.block-raw_html { margin-bottom: 40px; }

.block-raw_html_alongside_text .col-5 { 
    padding: 5rem 0;
}



.block-blog_post { margin-bottom: 40px; }
.block-blog_post a { text-decoration: none; color: inherit; }
.block-blog_post .image { height: 300px; background-position: center; background-size: cover; margin-bottom: 25px; position: relative; background-color: #f9f9f9; border-radius: 1rem; }
.block-blog_post .image .category { background: rgba(255, 255, 255, 0.7); display: inline-block; position: absolute; margin-right: 25px; left: 0.55rem; bottom: 0.55rem; padding: 0.3rem 0.6rem; color: #1A1F4D; border-radius: 0.5rem; font-size: 0.9444rem; }
.block-blog_post h3 { margin-bottom: 25px; }
.block-blog_post p { font-size: 17px; line-height: 25px; }
.block-blog_post p.attribution { font-size: 13px; color: #6e6e6e; margin-bottom: 0; line-height: 23px; }

.outer.blog-featured { background: none; position: static; margin-bottom: 60px; }
.underlay { content: ""; display: block; position: absolute; width: 100%; height: 300px; background: none; margin-top: -300px; z-index: -1; }

body.template-blog .outer.blog-featured,
body.template-blog .mode-recent.has-top-post .filter-overlay,
body.template-blog .underlay { background: #F5F5F5; }




body.template-blog_post .header .bg .con-10 { min-height: 370px; -ms-align-content: center; -webkit-align-content: center; -moz-align-content: center; align-content: center; }
body.template-blog_post .header h1 { color: #ffffff; font-size: 36px; }
body.template-blog_post .header .heading { margin-left: 21%; -ms-flex: 1 0 0; -webkit-flex: 1 0 0; -moz-flex: 1 0 0; flex: 1 0 0; text-align: left;  }
body.template-blog_post .header.outer .fg { background: #1A1F4D; }

.blog-post-info p.category { margin: 4px 0 14px; }
.blog-post-info p.category a { color: #5D3FD6; text-decoration: none; }
p.social img { width: 25px; margin-right: 3px; }
.blog-post-info .bio { padding: 14px 0 11px; border-top: 1px solid #F5F5F5; border-bottom: 1px solid #F5F5F5; margin: 0 0 13px; }
.blog-post-info .bio img { margin-bottom: 8px; float: left; margin-right: 10px; -ms-clip-path: polygon(
        0 0,
        100% 0,
        100% 95%,
        0 100%
    ); -webkit-clip-path: polygon(
        0 0,
        100% 0,
        100% 95%,
        0 100%
    ); -moz-clip-path: polygon(
        0 0,
        100% 0,
        100% 95%,
        0 100%
    ); clip-path: polygon(
        0 0,
        100% 0,
        100% 95%,
        0 100%
    ); }
.blog-post-info .bio h3 { font-size: 13px; line-height: 15px; margin: 4px 0 7px; }
.blog-post-info .bio p { font-size: 11px; line-height: 14px; margin-bottom: 10px; }
.blog-post-info .bio:after { content: ""; display: block; clear: both; }
.blog-post-info p.date { font-size: 13px; margin: 0; line-height: 20px; }
.blog-post-info p.attribution { font-size: 13px; color: #9d8ea3; padding: 0 0 3px; margin: 0 0 14px; border-bottom: 1px solid #F5F5F5; }

.outer.blog-related { margin-top: 50px; padding: 100px 0 10px; }
.outer.blog-related h3 { font-size: 29px; }

.header-links { text-align: right; line-height: 52px; }
.header-links a { color: #5D3FD6; text-decoration: none; }

.blog-top-post { margin-bottom: 60px; }
.blog-top-post .image { width: 92.356%; height: 360px; background-size: cover; background-position: center; }
.blog-top-post .body { padding-top: 30px; }
.blog-top-post .body a { text-decoration: none; color: inherit; }
.blog-top-post h3 { font-size: 26px; line-height: 40px; }
.blog-top-post p { line-height: 24px; font-size: 17px; }
.blog-top-post p.attribution { font-size: 13px; color: #9d8ea3; margin: 0 0 4px; }
.blog-top-post p.category { margin-bottom: 10px; }
.blog-top-post p.category a { color: #5D3FD6; text-decoration: none; }

.blog-top-posts { padding: 90px 0 20px; }

.blog-top-post-list { margin-top: 50px; margin-bottom: 50px; }
.blog-top-post-list h3 { font-size: 18px; color: #5D3FD6; }
.blog-top-post-list .thumbnail { width: 75px; height: 75px; background: #B5FFE4; background-size: cover; float: left; margin-right: 20px; margin-top: -3px;}
.blog-top-post-list a { display: block; color: #371D41; text-decoration: none; font-size: 17px; border-bottom: 2px solid #f8f6f8; padding-top: 3px; line-height: 24px; padding-bottom: 18px; margin-bottom: 18px; }
.blog-top-post-list a:after { content: ""; display: block; clear: both; }
.blog-top-post-list a:last-child { border-bottom: none; }



.outer.press-releases { padding: 33px 0 70px; min-height: 600px; }
.outer.press-releases .con-10 { align-items: stretch; -ms-justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; }

.outer.press-releases .no-content,
*[data-blog] .no-content  { text-align: center; line-height: 30px; margin: 50px 0 100px; color: #838383; }


.block-press_release { background: #F5F5F5; position: relative; margin-bottom: 50px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; }

.block-press_release .body { -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding: 0px 25px 0 30px; }
.block-press_release .image { height: 150px; background-position: center; background-size: cover; margin-bottom: 25px; position: relative; background-color: #f9f9f9; }
.block-press_release .image .category { background: url('../images/bg-angled-right-light_purple.svg') top right no-repeat; display: inline-block; min-width: 150px; position: absolute; padding-top: 20px; bottom: -4px; left: -1px; padding-left: 31px; padding-right: 30px; font-size: 16px; color: #5D3FD6;  }

.block-press_release h3 { font-size: 24px; line-height: 35px; margin: 0 0 15px; }
.block-press_release p { font-size: 14px; line-height: 24px; }
.block-press_release p.attribution { font-size: 13px; color: #9d8ea3; margin-bottom: 0; }
.block-press_release .actions { padding: 30px; }
.block-press_release .actions img { vertical-align: bottom; margin-right: 15px; }
.block-press_release .actions a { color: #5D3FD6; font-size: 17px; font-weight: 500; text-decoration: none; line-height: 36px; }
.block-press_release .actions a.button { display: block; text-align: center; border: 2px solid #5D3FD6; border-radius: 0.5556rem;  padding: 7px 20px 3px; margin-top: 8px; min-width: 180px; transition: background 0.15s ease, color 0.15s ease;}
.block-press_release .actions a.button:hover { background: #5D3FD6; color: #ffffff; }
.block-press_release:after { content: ""; display: block; background: #F5F5F5; position: absolute; left: 0; right: 0; bottom: -23px; height: 24px; 
    -ms-clip-path: polygon(
        0 0, 
        100% 0,  
        100% 5px, 
        0 100% 
    ); -webkit-clip-path: polygon(
        0 0, 
        100% 0,  
        100% 5px, 
        0 100% 
    ); -moz-clip-path: polygon(
        0 0, 
        100% 0,  
        100% 5px, 
        0 100% 
    ); clip-path: polygon(
        0 0, 
        100% 0,  
        100% 5px, 
        0 100% 
    ); }
.block-press_release.bg-purple,
.block-press_release.bg-purple:after { background: #371D41; }
.block-press_release.bg-purple h3 { color: #ffffff; }
.block-press_release.bg-purple p { color: #ffffff; }

p.download-link a { text-decoration: none; color: #5D3FD6; font-weight: 500; font-size: 16px; line-height: 38px; }
p.download-link a img { vertical-align: bottom; margin-right: 15px; }

.filter-by-container { z-index: 1; }

.filter-by { color: #838383; margin-bottom: 50px; }
.filter-by a.selector { color: #838383; margin-left: 20px; text-decoration: none; }
.filter-by a.categories { margin-left: 15px; }
.filter-by a.selector.selected { text-decoration: underline; font-weight: 500; }
.filter-by img { margin: 0 6px 0 4px; vertical-align: middle; }

.filter-overlay { position: absolute; width: 100%; z-index: 10; background: #ffffff; box-shadow: 0 150px 100px rgba(0, 0, 0, 0.2);}

.tag-filter { margin-bottom: 44px; }
.tag-filter h4 { font-size: 18px; color: #858585; margin: 0 0 22px; }
.tag-filter a.filter, .filter-by a.categories { display: inline-block; color: #1A1F4D; text-decoration: none; font-size: 16px; font-weight: 500; min-width: 100px; text-align: center; border: 2px solid #5D3FD6; padding: 0.5rem 1rem; margin-right: 25px; border-radius: 0.5556rem;}
.tag-filter a.filter { margin-bottom: 25px; }
.tag-filter a.filter:hover, .filter-by a.categories:hover, .filter-by a.filter.in, .tag-filter a.filter.in { background: #5D3FD6; color: #ffffff; }

.filter-by a.reset, .tag-filter a.reset { text-decoration: none; color: #828282; background: url('../images/icon-reset-filters.svg') left top no-repeat; padding-left: 25px; }

.press-release-info a { color: #5D3FD6; text-decoration: none; }

body.template-press_release .header .bg .con-10 { min-height: 370px; -ms-align-content: center; -webkit-align-content: center; -moz-align-content: center; align-content: center; }
body.template-press_release .header h1 { color: #ffffff; font-size: 36px; line-height: 48px; }
body.template-press_release .header .heading { margin-left: 21%; -ms-flex: 1 0 0; -webkit-flex: 1 0 0; -moz-flex: 1 0 0; flex: 1 0 0; text-align: left;  }
body.template-press_release .header.outer .fg { background: #FF435F; }



div[data-press-releases2] h3 { color: #212429; font-weight: 700; font-size: 42px; margin-bottom: 40px; }
div[data-press-releases2] .filter-by { margin-bottom: 20px; }
div[data-press-releases2] a.button { display: inline-block; background: #1A1F4D; color: #ffffff; padding: 22px 75px 20px; text-decoration: none; font-size: 25px; }
div[data-press-releases2] .filter-overlay { position: static; box-shadow: none; }
div[data-press-releases2] .load-more { margin: 20px 0 0 0; }
.media-library-row {  }
.media-library-row .date { color: #999999; font-weight: 500; margin: 0 0 5px; }
.media-library-row h4 { font-size: 24px; line-height: 29px; font-weight: 400;  }
.media-library-row h4 a { text-decoration: none; color: #202020; }
.media-library-row h4 a img { vertical-align: top; width: 28px; margin: -2px 0 0 5px; }



.container-contact_form .con-10 { -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }
.block-contact_form { margin-top: 30px; }
.block-contact_form h3 { padding-right: 20%; }
.block-contact_form h3 span { color: #5D3FD6; }
.block-contact_form .thank-you { display: none; }
.block-contact_form .form { padding-top: 5px; padding-bottom: 50px; }
.block-contact_form label { font-size: 13px; line-height: 14px; font-weight: 500; position: absolute; margin: -5px 0 0 11px; padding: 0 4px; background: #ffffff; }
.block-contact_form form { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: row; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; -ms-justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; }
.block-contact_form input[type=text],
.block-contact_form input[type=email] { border: 2px solid #212429; border-radius: 4px; font: 17px SansFont, sans-serif; padding: 14px 12px 10px; line-height: 20px; margin-bottom: 25px; background: none; display: block; width: 100%; }
.block-contact_form input[type=checkbox] { margin-right: 5px; }
.block-contact_form button { border: 2px solid #5D3FD6; color: #5D3FD6; border-radius: 0.5556rem; background: none; font-weight: 500; font-size: 15px; padding: 13px 50px; cursor: pointer; }
.block-contact_form .form-group.checkbox label { position: static; display: block; margin: 0 0 20px; font-size: 16px; font-weight: 500; }

.block-contact_form .form-group { -ms-flex: 0 0 100%; -webkit-flex: 0 0 100%; -moz-flex: 0 0 100%; flex: 0 0 100%; }
.block-contact_form .form-group.width-half { -ms-flex: 0 0 48.5%; -webkit-flex: 0 0 48.5%; -moz-flex: 0 0 48.5%; flex: 0 0 48.5%; }

.block-contact_form .loader { display: none; margin: 4px 0 0 30px; height: 36px; width: 36px; vertical-align: middle; border-width: 3px; }
.block-contact_form.loading .loader { display: inline-block; }

.block-contact_form.success .thank-you { display: block; }
.block-contact_form.success .form { display: none; }



body.template-404 .header h1 { color: #fff; }



body.template-search .header.outer { min-height: 0; margin-bottom: 50px; }
body.template-search .header.outer > .bg { max-height: 206px; ;}

.search-result { border-bottom: 1px solid #F5F5F5; margin-bottom: 20px; }
.search-result h4 { font-size: 19px; font-weight: normal; margin: 0 0 14px;}
.search-result h4 span {  font-weight: 500; }
.search-result p { font-size: 17px; line-height: 24px; margin-bottom: 20px; }
.search-result p.link { font-size: 14px; margin-bottom: 20px;}
.search-result p.link a { text-decoration: none; border-bottom: 2px solid #3CF7B3; }
.search-result span { font-weight: 500; }

.search-result + h4 { margin-top: 50px; }

.block-product_a_to_z .search-result h3 span { color: #5D3FD6; }
.block-product_a_to_z .search-result p.link a { border-color: #5D3FD6; }



.load-more { background: #1A1F4D; color: #ffffff; border: none; padding: 15px 50px; display: block; margin: 50px auto 50px; cursor: pointer; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(58,28,70, 0.2);
  border-right: 1.1em solid rgba(58,28,70, 0.2);
  border-bottom: 1.1em solid rgba(58,28,70, 0.2);
  border-left: 1.1em solid #212429;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  overflow: hidden;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);
  }
}



#share_tooltip { background: #3A1B46; height: 35px; width: 150px; position: absolute; color: #ffffff; display: none; opacity: 0; transition: opacity 0.3s ease; z-index: 10; padding: 5px 0; }
#share_tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(58, 27, 70, 0);
    border-top-color: #3A1B46;
    border-width: 8px;
    margin-left: -8px;
}

#share_tooltip a { display: inline-block; height: 24px; border-right: 1px solid #ffffff; text-decoration: none; }
#share_tooltip a:last-child { border: none; }
#share_tooltip a.email { background: url('../images/tip-email.svg') center no-repeat; background-size: 24px; width: 50px;  }
#share_tooltip a.email:hover { background-image: url('../images/tip-email-sel.svg'); }
#share_tooltip a.sms { background: url('../images/tip-sms.svg') center no-repeat; background-size: 21px; width: 50px;  }
#share_tooltip a.sms:hover { background-image: url('../images/tip-sms-sel.svg'); }
#share_tooltip a.pic { background: url('../images/tip-pic.svg') center no-repeat; background-size: 19px; width: 50px;  }
#share_tooltip a.pic:hover { background-image: url('../images/tip-pic-sel.svg'); }
#share_tooltip a.fb { background: url('../images/tip-fb.svg') center no-repeat; background-size: 9px; width: 50px;  }
#share_tooltip a.fb:hover { background-image: url('../images/tip-fb-sel.svg'); }
#share_tooltip a.wa { background: url('../images/tip-whatsapp.svg') center no-repeat; background-size: 19px; width: 50px;  }
#share_tooltip a.wa:hover { background-image: url('../images/tip-whatsapp-sel.svg'); }
#share_tooltip a.msg { background: url('../images/tip-msg.svg') center no-repeat; background-size: 19px; width: 50px;  }
#share_tooltip a.msg:hover { background-image: url('../images/tip-msg-sel.svg'); }
#share_tooltip a.twitter { background: url('../images/tip-twitter.svg') center no-repeat; background-size: 19px; width: 50px;  }
#share_tooltip a.twitter:hover { background-image: url('../images/tip-twitter-sel.svg'); }



.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; height: auto; z-index: 11; background: #1A1F4D; color: #ffffff; font-size: 16px; font-weight: 500; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25); padding: 25px 0; line-height: 22px; opacity: 1; transition: opacity 0.2s ease; }
.cookie-bar.hidden { opacity: 0; }
.cookie-bar a { color: inherit; text-decoration: none; border-bottom: 1px solid #ff435f; }
.cookie-bar .col-8 { padding-top: 15px; }
.cookie-bar .col-2 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; }
.cookie-bar .button { border: 2px solid #ffffff; border-radius: 0.5556rem; background: none; width: 100%; color: #ffffff;  font-weight: 500; padding: 14px 0 13px 0; cursor: pointer; max-width: 50%; }



.back-to-top { position: fixed; right: calc(50% - 680px); top: 50px; transition: opacity 0.5s ease; z-index: 1000; opacity: 0; }
.back-to-top.in { opacity: 1; }



.container-newsletter_signup_bar { background: #5D3FD6; }
.block-newsletter_signup_bar { padding: 4.5rem 0 4.2rem; }
.block-newsletter_signup_bar .col-2 { -ms-align-content: center; -webkit-align-content: center; -moz-align-content: center; align-content: center; }
.block-newsletter_signup_bar .col-8 { padding-right: 5%; -ms-align-content: center; -webkit-align-content: center; -moz-align-content: center; align-content: center; }
.block-newsletter_signup_bar h2 { font: 1.5rem SansFont, sans-serif; margin: 0; color: #ffffff; font-weight: 700; line-height: 1em; }
.block-newsletter_signup_bar p { font-size: 1.125rem; color: #ffffff; margin: 0; }
.block-newsletter_signup_bar a.button { display: inline-block; text-align: center; border: 2px solid #23F0C7; border-radius: 0.5556rem; color: #FFFFFF; font-size: 1.125rem; font-weight: 600; text-decoration: none; padding: 0.7rem; margin-top: 8px; width: 100%; transition: background 0.15s ease, color 0.15s ease;}
.block-newsletter_signup_bar a.button:hover {
    background: #23F0C7; color: #212429; 
}

.bg-light_purple .rich-text a, .bg-white .rich-text a { border-bottom-width: 2px; border-bottom-style: solid; text-decoration: none; border-color: #5D3FD6; color: #212429; transition: all 0.3s ease-in-out; }
.bg-light_purple .rich-text a:hover, .bg-white .rich-text a:hover, .bg-light_purple .rich-text a:focus, .bg-white .rich-text a:focus { color: #5D3FD6; }
.content-block a {transition: all 0.3s ease-in-out}
.content-block a:hover, .content-block a:focus {color: #5D3FD6;}



.block-price_matrix { margin-top: 30px; margin-bottom: 30px; }
.block-price_matrix .inner { overflow-x: auto; margin: 0 10px; width: 100%; }
table.price_matrix { border-collapse: separate; margin-bottom: 15px; width: 100%; }
table.price_matrix h2 { font-weight: 600; font-size: 37px; line-height: 48px; margin: 20px 0; }
table.price_matrix h3 { margin-bottom: 20px; }
table.price_matrix p { font-weight: 500; max-width: 90%; }
table.price_matrix svg { vertical-align: middle; }
table.price_matrix th { font-weight: normal;  padding: 10px; border-bottom: 1px solid #212429; vertical-align: top; }
table.price_matrix th img { margin: 40px 0 35px; }
table.price_matrix th:first-child { text-align: left; background: #ffffff; }

table.price_matrix td { min-width: 175px; margin: 0; background: #ffffff; font-size: 14px; text-align: center; }
table.price_matrix tr:nth-child(2n+1) td { background: #e2dde4;}

table.price_matrix th:first-child,
table.price_matrix td:first-child { position: sticky; left: 0; border-right: 1px solid #212429; }
table.price_matrix td:first-child { text-align: left; white-space: nowrap; padding: 14px 20px 11px 8px; }

table.price_matrix th:nth-child(2n),
table.price_matrix td:nth-child(2n) { background: #ebe8ec; }

table.price_matrix tr:nth-child(2n+1) td:nth-child(2n) { background: #d0c9d3; }

table.price_matrix td span { line-height: 14px; border: 2px solid #212429; border-radius: 0.5556rem; padding: 3px 8px 0px; font-weight: 500; display: inline-block; vertical-align: middle; }
table.price_matrix td span.red { background: #ff3266; color: #ffffff; border-color: #ff3266; }



.block-container_led_panel { overflow-x: hidden; position: relative; }
.block-container_led_panel .bg { position: absolute; width: 150%; top: 0; bottom: 0; background-size: cover; margin-left: auto; margin-right: auto; }
.block-container_led_panel .contain { min-height: 400px; -ms-align-content: space-around; -webkit-align-content: space-around; -moz-align-content: space-around; align-content: space-around; }
.block-container_led_panel .body { padding: 100px 0; }
.block-container_led_panel h3 { font-size: 74px; line-height: 74px; font-weight: 300; }
.block-container_led_panel h4 { font-size: 56px; line-height: 56px; font-weight: 300; }
.block-container_led_panel p { font-size: 28px; line-height: 40px; }

.block-container_led_panel a.button { display: inline-block; text-align: center; border: 3px solid #212429; border-radius: 0.5556rem; color: inherit; font-size: 24px; font-weight: 500; text-decoration: none; padding: 14px 22px; margin-top: 8px; min-width: 180px; transition: background 0.15s ease, color 0.15s ease;}
.block-container_led_panel a.button:hover { background: #1A1F4D; color: #ffffff; }

.block-container_led_panel .body.fg-light { color: #ffffff; }
.block-container_led_panel .body.fg-light a.button { border-color: #21F5A8; }
.block-container_led_panel .body.fg-light a.button:hover { background: #21F5A8; color: #212429; }



.container-multi_column { padding-top: 65px; padding-bottom: 60px; }
.container-multi_column.bg-light_grey,
.container-multi_column.bg-light_purple { background-image: url('../images/bg-diamond-white.svg'); background-repeat: no-repeat; background-size: 75%; background-position: left 50% top -100px; }
.container-multi_column.bg-purple h2 { color: #ffffff; }

.block-multi_column .item { border: 3px solid #5D3FD6; border-radius: 20px; padding: 30px 20px; background: #ffffff; position: relative; }
.block-multi_column .item:nth-child(4n+3) { border-color: #5D3FD6; }
.block-multi_column .item:nth-child(4n+4) { border-color: #CC68FA; }
.block-multi_column .item:nth-child(4n+5) { border-color: #709bf8; }
.block-multi_column h2 { margin: 0 0 45px; }
.block-multi_column h3 { font-size: 36px; margin: 0 0 20px;  }

  
  .block-multi_column .item { -ms-flex: 1 1 80%; -webkit-flex: 1 1 80%; -moz-flex: 1 1 80%; flex: 1 1 80%; margin: 0 10% 15px; cursor: pointer; background: url('../images/expander-down-purple.svg') no-repeat #ffffff right 40px top 40px; }
  .block-multi_column .item .rich-text { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  .block-multi_column .item .rich-text p:first-child { margin-top: 40px; }
  .block-multi_column .item.in { background-image: url('../images/expander-up-purple.svg'); }
  .block-multi_column .item.in .rich-text { max-height: 600px; }
  .block-multi_column .item h3 { margin: 0 60px 9px 160px; min-height: 0; }
  .block-multi_column .item p.subtitle { margin: 0 0 -7px 160px; display: block; font-size: 1.1em; }
  .block-multi_column .item .icon { width: 75px; height: 75px; background-size: contain; position: absolute; left: 50px; top: 30px; }

  



.container-find_out_more_grid { padding-top: 80px; padding-bottom: 60px; }
.block-find_out_more_grid .items { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; gap: 70px; }
.block-find_out_more_grid .item { -ms-flex: 1 0 280px; -webkit-flex: 1 0 280px; -moz-flex: 1 0 280px; flex: 1 0 280px; border: 2px solid #000000; border-radius: 15px; padding: 20px 20px 25px; background: #ffffff; position: relative; box-shadow: 0 0 0px rgba(0, 0, 0, 0.15); transition: box-shadow 0.3s ease; }
.block-find_out_more_grid .item:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
.block-find_out_more_grid h2 { margin: 0 0 45px; }
.block-find_out_more_grid h3 { font-size: 24px; margin: 22px 0 45px;  }
.block-find_out_more_grid p { margin-bottom: 30px; min-height: 100px; }
.block-find_out_more_grid .item .icon { float: left; width: 55px; height: 55px; background-size: contain; background-position: center; background-repeat: no-repeat; margin-right: 30px; }
.block-find_out_more_grid a.highlight-link { display: inline-block; color: #212429; font-size: 24px; font-weight: 500; text-decoration: none; line-height: 8px; border-bottom: 5px solid #22f5a9; }
.block-find_out_more_grid a.border-blue { border-color: #02defb; }
.block-find_out_more_grid a.border-red { border-color: #ff8582; }




.header.outer.banner-background_video > .bg {
    padding-top:  0;
    
    background: #ffffff;
}

.header.outer.banner-background_video .background_video { 
    overflow: hidden; 
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
    align-items: center; 
    background-size: cover;
}

.header.outer.banner-background_video .background_video video { -ms-flex: 1 1 100%; -webkit-flex: 1 1 100%; -moz-flex: 1 1 100%; flex: 1 1 100%; max-height: 35.7vw; object-fit: cover; margin-bottom: -1px; }




.block-background_video { position: relative; padding: 0; }
.block-background_video .image { overflow: hidden; width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; background-position: center; background-size: cover; }
.block-background_video .image video { -ms-flex: 1 1 100%; -webkit-flex: 1 1 100%; -moz-flex: 1 1 100%; flex: 1 1 100%; display: block; }



@font-face {
    font-display: swap; 
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/barlow-v12-latin-300.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/barlow-v12-latin-300italic.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/barlow-v12-latin-italic.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/barlow-v12-latin-500.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/barlow-v12-latin-500italic.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/barlow-v12-latin-600.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/barlow-v12-latin-600italic.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700.woff2') format('woff2'); 
  }
  
  @font-face {
    font-display: swap; 
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700italic.woff2') format('woff2'); 
  }


@font-face {
  font-display: swap; 
  font-family: 'SansFont';
  font-style: normal;
  font-weight: 400; 
  src: url('../fonts/tasa-orbiter-v2-latin-500.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'SansFont';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/tasa-orbiter-v2-latin-700.woff2') format('woff2'); 
}



@font-face {
  font-display: swap; 
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/aleo-v16-latin-300.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/aleo-v16-latin-300italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/aleo-v16-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/aleo-v16-latin-italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/aleo-v16-latin-500.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/aleo-v16-latin-500italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Aleo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/aleo-v16-latin-700.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Aleo';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/aleo-v16-latin-700italic.woff2') format('woff2'); 
}
.header ul.sub-menu li {list-style: none;}
.header ul.sub-menu li a {
    display: inline-block;
    color: #838383;
    text-decoration: none;
    font-size: 15px;
    padding: 0 0 10px;
}


.header ul.sub-menu li a:hover,
.header ul.sub-menu li a:focus {
    color: #5D3FD6;
}


.header ul.menu a.active,
.header ul.sub-menu a.active { color: #5D3FD6; font-weight: 500}


.header li.menu-item > ul > li span.open-menu__button {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  width: 20px;
  height: 10px;
  cursor: pointer;
}

.header li.menu-item > ul > li span.open-menu__button:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #ff435f;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
    -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg);
    right: 5px;
    top: 50%;
    margin-top: 3px;
    transition: all 0.3s ease-in-out;
}

.header ul.menu > li > ul > li > .menu-intro p {
    margin-bottom: 10px;
}

.header ul.menu > li > ul > li > .menu-intro p a {
    color: #7acabc;
    border: none;
    text-decoration: underline;
}

@media (max-width: 720px) {
    .header ul.sub-menu li a {
        font-size: 16px;
    }
    .header li.menu-item > ul > li .menu-intro {
        padding-left: 20px;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        opacity: 0;
    }

    .header li.menu-item > ul > li .menu-intro .sub-menu {
        margin-bottom: 15px;
    }

    .header li.menu-item > ul > li.opened .menu-intro {
        max-height: none;
        overflow: hidden;
        opacity: 1;
    }

    .header li.menu-item > ul > li.opened span.open-menu__button:after {
        -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);
        margin-top: -5px;
    }

    .header ul.menu > li > ul > li > .menu-intro img {
        margin-bottom: 25px;
        width: 100%;
    }

    .header ul.menu > li > ul > li > .menu-intro p {
        display: none;
    }

}

@media (min-width: 721px) {
    .header ul.menu > li > ul > li > .menu-intro {
        position: absolute;
        display: block;
        opacity: 0;
        left: 28.8%;
        top: 18px;
        color: #838383;
        padding: 29px 0 0 25px;
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        right: 0;
        bottom: 0;
        transition: opacity 0.3s ease;
    }

    .header ul.sub-menu.sub-menu--2col {
        column-count: 2;
        column-gap: 15px;
        max-width: 290px;
    }
    .header li.menu-item > ul > li.opened span.open-menu__button:after {
        -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);
        margin-top: 0;
    }
}

@media (min-width: 721px) and (max-width: 1099px){
    .header ul.menu li.menu-item > ul > li.opened .menu-intro {
        opacity: 1;
        z-index: 5;
    }
}


@media (min-width: 1100px) {

    .header li.menu-item > ul > li span.open-menu__button {
        display: none;
    }

    .header ul.menu li.menu-item > ul > li.item-upfront .menu-intro {
        opacity: 1;
        z-index: 2;
    }

    .header ul.menu li.menu-item > ul > li:hover .menu-intro {
        opacity: 1;
        z-index: 5;
    }

    .header ul.menu > li > ul > li > .menu-intro {
        background: #f3f3f3;
        left: 27.8%;
        padding: 29px 0 0 37px;
    }

    .header ul.sub-menu.sub-menu--2col {
        column-gap: 30px;
        max-width: 350px;
    }
}
ul.side-menu { list-style-type: none; margin: 0 0 40px; padding: 0; }
ul.side-menu li { margin-bottom: 15px; font-size: 16px; color: #212429; }
ul.side-menu a { color: #212429; text-decoration: none; font-size: 16px; line-height: 19px; }
ul.side-menu li a.active { color: #5D3FD6; font-weight: 600; font-size: 17px; line-height: 19px;  }

body.template-search li.active a { color: #28F6AC; }

.filter-menu.side-menu { margin-top: 62px; }
ul.side-menu.filter-menu li, ul.side-menu.filter-menu a { font-size: 16px; }


ul.submenu {
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

ul.submenu li {
  list-style: none;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}


ul.side-menu li.has_children span.menu-item__button {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  width: 20px;
  height: 10px;
  top: 2px;
  cursor: pointer;
}

ul.side-menu li.has_children span.menu-item__button:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #5D3FD6;
    transition: .2s ease;
    display: block;
    transform-origin: 100% 0;
    -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg);
    right: 5px;
    top: 50%;
    margin-top: 3px;
    transition: all 0.3s ease-in-out;
}

ul.side-menu li.has_children.opened span.menu-item__button:after {
    -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);
    margin-top: -5px;
}

ul.side-menu li.has_children.opened ul.submenu {
    max-height: none;
    overflow: hidden;
    opacity: 1;
}


ul.side-menu li {
  transition: all 0.3s ease-in-out;
}

ul.side-menu li ul.submenu li a.active {
   color: #212429; font-weight: 400; font-size: 14px; line-height: 19px;
}

ul.side-menu li ul.submenu li a.active {
   font-weight: 500;
}


@media (max-width: 720px) {
    .side-menu ul.side-menu {
      background-color: #fff;
    }
    .side-menu.hoverable li.has_children span.menu-item__button:after {
      display: none;
    }
    .side-menu.hoverable.hovering li.has_children span.menu-item__button:after {
      display: block;
      border-color: #212429;
    }
}


@media (min-width: 721px) {

  
  ul.side-menu li ul.submenu li a.active {
    color: #212429;
    font-weight: 400;
    font-size: 16px;
  }
  ul.side-menu li ul.submenu li a.active {
      color: #5D3FD6; font-weight: 500; font-size: 17px; line-height: 19px;
  }

  ul.side-menu li.has_children.opened ul.submenu {
      margin-top: 20px;
      margin-bottom: 5px;
  }

  
  ul.side-menu li.side-menu__item:first-child {
    display: none;
  }

  ul.side-menu {
    border: 2px solid #5D3FD6;
    border-radius: 1.111rem;
    padding: 24px 18px 32px;
    position: relative;
  }
}

@media (min-width: 721px) and (max-width: 1199px) {
  .template-search .container-sidebar  div.content-block {
    padding-left: 30px;
  }
  .container-sidebar.container-text .contain.con-10 {
    -ms-justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between;
  }
  .container-sidebar  div.side-menu {
    width: 200px;
    -ms-flex: none; -webkit-flex: none; -moz-flex: none; flex: none;
  }
  .container-sidebar  div.content-block {
    width: calc(100% - 230px);
    -ms-flex: none!important; -webkit-flex: none!important; -moz-flex: none!important; flex: none!important;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  .container-sidebar.container-text .contain.con-10 {
    -ms-justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between;
  }
  .container-sidebar  div.side-menu {
    width: 280px;
    -ms-flex: none; -webkit-flex: none; -moz-flex: none; flex: none;
  }
  .container-sidebar  div.content-block {
    width: calc(100% - 300px);
    -ms-flex: none!important; -webkit-flex: none!important; -moz-flex: none!important; flex: none!important;
  }

  ul.side-menu:after {
      -webkit-transform: skewY(-11.7deg); -moz-transform: skewY(-11.7deg); transform: skewY(-11.7deg);
  }
}

@media (min-width: 1200px) {
  ul.side-menu {
     margin-right: 40px;
  }
}

@media (min-width: 1360px) {
  ul.side-menu {
    width: 280px;
  }
   ul.side-menu:after {
      -webkit-transform: skewY(-10.4deg); -moz-transform: skewY(-10.4deg); transform: skewY(-10.4deg);
      transform-origin: 100%;
      bottom: -22px;
  }
  ul.side-menu:before {
      height: calc(100% - 50px);
  }
}
.breadcrumbs {
  position: relative;
}

@media (max-width: 720px) {
  .breadcrumbs {
    margin-bottom: 40px;
    margin-top: 35px;
  }
  .header.outer.image-style-full_height.has-video + .breadcrumbs {
    padding-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media (min-width: 721px) {
  .breadcrumbs {
    margin-bottom: 50px;
    margin-top: 35px;
  }

  .header.outer + .breadcrumbs {
    margin-bottom: 60px;
    margin-top: 35px;
  }
}

.breadcrumbs + .outer.container-text {
  padding-top: 0;
}

.template-blog .header.outer{
  min-height: 440px;
}

.template-blog .header.outer + .breadcrumbs {
  margin-top: 0;
}

.breadcrumbs__list {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.breadcrumbs__list li {
  list-style: none;
  display: inline-block;
}

.breadcrumbs__list a {
    color: #6E6E6E;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-right: 20px;
    margin-right: 15px;
    font-weight: 700;
}

.breadcrumbs__list a:after {
    content: '';
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out;

    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #6E6E6E;
    display: block;
    transform-origin: 100% 0;
    -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
}

.breadcrumbs__list a:hover, .breadcrumbs a:focus {
    color: #212429;
}

.breadcrumbs__list a:hover:after, .breadcrumbs a:focus:after {
    border-color: #212429;
}

.breadcrumbs__list span {
    color: #212429;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}

.breadcrumbs__list li.active span {
    color: #000000;
}
@media all and (min-width:721px) {
    .mobile-only { display: none; }
    
    .header.hover-menu ul.menu:hover { background: #F3F3F3; position: absolute; z-index: 5; left: 0; right: 0; top: 0; padding-left: calc(50% - 600px + 265px); padding-right: calc(50% - 600px + 89px); height: 400px; margin-top: 0; padding-top: 40px; transition: background 0.15s ease; }
    .header.hover-menu ul.menu:hover > li > a { color: #838383; }
    .header.hover-menu ul.menu > li:hover > ul { visibility: visible; opacity: 1; transition: opacity 0.3s ease; }
    .header.hover-menu ul.menu:hover li.logo { display: block; margin-top: -24px; left: calc(50% - 575px); }
    .header.hover-menu ul.menu > li > a:hover { color: #ff425e; }

    .header ul.menu > li > ul { visibility: hidden; list-style-type: none; padding: 47px 0 0 0; position: absolute; left: calc(50% - 600px + 275px); width: 832px; height: 280px; opacity: 0; }

    .header.hover-menu ul.menu li.search, .header ul.icon-menu li.search { position: absolute; right: 120px; width: 60px; padding-left: 0; }
    .header.hover-menu ul.menu li.region, .header ul.icon-menu li.region { position: absolute; right: 0; width: 120px; padding-left: 0; }
    .header.hover-menu ul.menu:hover li.region span { color: #838383; display: inline-block; }

    .header.hover-menu ul.menu:hover > li.item-sign-in,
    .header.hover-menu ul.menu:hover li.search,
    .header.hover-menu ul.menu:hover li.region { line-height: 24px; padding-top: 0; }
    .header.hover-menu ul.menu:hover li.login a { display: inline-block; }

    .header.hover-menu ul.menu > li.close { display: none; }
    
    .header.hover-menu ul.menu:hover > li.item-sign-in > a { background-image: url('../images/icon-user-grey.svg'); }
	.header.hover-menu ul.menu > li.item-sign-in > a:hover { background-image: url('../images/icon-user-pink.svg'); }

    .header ul.menu > li > ul > li > .menu-intro:before { content: ""; display: block; position: absolute; top: 26px; bottom: 0; left: 0; border-left: 2px solid #d7d7d7; }
    .header ul.menu > li > ul > li > .menu-intro p { font-size: 15px; line-height: 24px; }
    .header ul.menu > li > ul > li > .menu-intro img { float: left; margin: 0 15px 15px -5px; }
    .header ul.menu > li > ul > li > .menu-intro img + p { max-width: none; }
    .header ul.menu > li > ul > li > .menu-intro a.button { display: inline-block; text-align: center; border: 2px solid #ff435f; border-radius: 999px; color: #ff435f; font-size: 16px; font-weight: 500; text-decoration: none; padding: 12px 20px; margin-top: 8px; min-width: 180px; transition: background 0.15s ease, color 0.15s ease;}
    .header ul.menu > li > ul > li > .menu-intro a.button:hover { background: #ff435f; color: #ffffff; }
    .header ul.menu > li > ul > li > .menu-intro .img { background-size: cover; height: 100px; }

    .header.image-style-diamond_crop { min-height: 610px; }
    .header.has-video { min-height: 550px; }
    .header.image-style-diamond_crop + .container-call_to_action { margin-top: -50px; }
    .header.image-style-diamond_crop + *[data-press-releases] { margin-top: -50px; position: relative; z-index: 2; }
    .header.image-style-diamond_crop.has-video + .container-call_to_action { margin-top: 0px; }
    
    
    body.search-open .header.outer > .bg { border-top: 92px solid var(--header-bg); }
    body.search-open .header.outer.banner-background_video > .bg { border-top-width: 92px; }
    body.search-open .header .image { margin-top: 96px;  }
    
    body.search-open .header.outer { min-height: 532px; }
    body.search-open .header.image-style-diamond_crop { min-height: 706px; }
    li.mobile-quickfind { display: none; }

    .header + *[data-press-releases] { margin-top: 50px; }

    .block-raw_html_alongside_text .col-5:first-child { padding-right: 20px; }
}


@media all and (min-width:1101px) {
    .header ul.menu > li > ul > li > a:hover { color: #ff425e; }
	.cookie-bar .button:hover { background: #FF425F; border-color: #FF425F; }

	.header ul.icon-menu { top: 22px; position: relative; list-style-type: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 190px; max-width: 190px; z-index: 3; margin-left: -190px }
    .header.hover-menu ul.menu li.search, .header ul.icon-menu li.search { position: relative; right: auto; width: 70px; padding-left: 0; text-align: center; }
    .header ul.icon-menu li.search { padding-right: 20px; }
    .header.hover-menu ul.menu li.region, .header ul.icon-menu li.region { position: relative; right: auto; width: 120px; padding-left: 0; }


  
  .block-multi_column.count-1-4 .item { -ms-flex: 1 1 calc(25% - 20px); -webkit-flex: 1 1 calc(25% - 20px); -moz-flex: 1 1 calc(25% - 20px); flex: 1 1 calc(25% - 20px); margin: 0 9px 15px; padding-bottom: 70px; background: #ffffff; cursor: unset; }
  .block-multi_column.count-1-4 .item .rich-text { max-height: none; overflow: visible; }
  .block-multi_column.count-1-4 h3 { margin-left: 0; margin-right: 0; min-height: 86px; }
  .block-multi_column.count-1-4 p.subtitle { display: none; }
  .block-multi_column.count-1-4 .item .icon { width: 60px; height: 60px; right: 20px; left: auto; top: auto; bottom: 20px; }

}


@media all and (max-width:1100px) {
	.cookie-bar .button { background: #FF425F; border-color: #FF425F; }
}



@media all and (min-width:721px) and (max-width:1400px) {
    .container { width: 100%; margin: 0; }
    

    

    .header.image-style-full_height .image .inner { background-size: 100%; }

    .header.hover-menu ul.menu:hover { padding-left: 25.7%; padding-right: 16%; }
    .header.hover-menu ul.menu:hover li.logo { left: 9%; }
    .header ul.menu > li > ul { left: calc(25.7% + 5px); }
    

    .header h1 { font-size: 55px; line-height: 60px; }
    .header .heading p { font-size: 28px; line-height: 35px; }
    .header.image-style-full_height .image .inner { background-position: center; }

    .block-call_to_action { min-height: 0; }
    .block-call_to_action:before,
    .block-call_to_action:after { display: none; }
    .block-call_to_action > .image,
    .block-call_to_action > .body { -ms-flex: 0 1 50%; -webkit-flex: 0 1 50%; -moz-flex: 0 1 50%; flex: 0 1 50%; }
    .block-call_to_action.image-style-diamond_crop .image, 
    .block-call_to_action.image-style-diamond_crop_diamonds .image { height: auto; }
    .block-call_to_action.image-style-diamond_crop .image > .inner,
	.block-call_to_action.image-style-diamond_crop_diamonds .image > .inner { height: 49.383vw; width: auto; left: -50px; }
	.block-call_to_action.image-style-diamond_crop_diamonds > .image:after { background-size: contain; margin-left: 15%; width: 28%; height: 50vw; }

	.block-call_to_action.image-style-square_on_diamond > .image > .inner { height: 24vw; margin-left: 10%; margin-right: 20%; margin-bottom: 5vw; }
	.block-call_to_action.image-style-square_on_diamond > .image:before { width: 80%; bottom: auto; height: 45vw; top: 9%; }
	
    .block-call_to_action.image-left .body { padding-right: 8.33333%; }
    .block-call_to_action.image-right .body { padding-left: 8.33333%; }

    .block-blog_post .image { height: 21vw; }


    .block-blog_post h3 { font-size: 22px; line-height: 30px; margin-bottom: 20px; }
    .block-blog_post p { font-size: 16px; line-height: 22px; }

    .header.banner-copy_led_banner .heading p { font-size: 39px; line-height: 51px; }
    .block-large_copy p { font-size: 39px; line-height: 51px; }
    .container-large_copy { background-size: 50% !important; background-position: -20% 60% !important; }

    .block-product_cta .item:before { left: -8%; }
    .block-product_cta .item:nth-child(4n+3):before { left: 8%; }
    
    .back-to-top { right: 30px; }
}


@media all and (min-width:721px) and (max-width:1100px) {
    .con-10 > .block-press_release.col-3 { -ms-flex: 0 0 45%; -webkit-flex: 0 0 45%; -moz-flex: 0 0 45%; flex: 0 0 45%; }
    .contain-thirds > .col-3,
    .contain-thirds > .col-6 { -ms-flex: 0 0 43%; -webkit-flex: 0 0 43%; -moz-flex: 0 0 43%; flex: 0 0 43%; }

    .container-text .contain.con-10 { -ms-justify-content: flex-end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; }
    .con-8 > .block-text.col-6 { flex-basis: 100%; }
    .container-text .contain.con-10 > .col-6 { flex-basis: 78.26087%; }

    .block-cross_sell .item .image { height: 220px; }

    .block-product_cta .con-10 .item { flex-basis: 45%; }

    .blog-post-info .bio img { float: none; }

    .block-container_led_panel h3,
    .block-container_led_panel h4 { font-size: 55px; line-height: 55px; }

}
@media all and (min-width:1291px) and (max-width:1400px) {
    .header ul.menu > li > ul { left: calc(25.7% + 15px); }
}

@media all and (min-width:961px) and (max-width:1290px) {
    .header ul.menu > li > ul { left: calc(25.7% + 10px); }
}


@media all and (min-width:801px) and (max-width:1290px) {
    .header.hover-menu ul.menu:hover { padding-right: 0; margin-right: -15px; }
	.header .video-wrapper .video-preview, .header .video { margin-top: 180px; margin-left: 5%; width: 90%; height: 25.25vw; }
	
	
}
@media all and (min-width:801px) and (max-width:960px) {
    .header ul.menu > li { padding: 4px 15px 0 15px;}
}

@media all and (min-width:721px) and (max-width:800px) {
    .header ul.menu > li { padding: 4px 10px 0 10px;}
	.header ul.menu > li > ul { left: calc(25% + 10px); }

	.header.hover-menu ul.menu li.search, .header ul.icon-menu li.search { right: 100px; width: 50px; }
    .header.hover-menu ul.menu li.region, .header ul.icon-menu li.region { right: 0; width: 100px; }

	.header.image-style-diamond_crop .image .inner { width: 50vw; height: 68vw; top: 0; }
	
	.header .video-wrapper .video-preview, .header .video { margin-left: 5%; width: 90%; height: 25.25vw; }
	.header ul.menu > li > ul > li.hovering > .menu-intro { background: none !important; }
	
	
	.footer .intro { padding-right: 25px; }
	
	.header ul.menu > li > ul { width: 90%; }

    p.social img { margin-right: 4px; }

    .side-menu.col-2 { -ms-flex: 0 0 29%; -webkit-flex: 0 0 29%; -moz-flex: 0 0 29%; flex: 0 0 29%; }
    .side-menu.col-2 + .col-8 { -ms-flex: 0 0 68%; -webkit-flex: 0 0 68%; -moz-flex: 0 0 68%; flex: 0 0 68%; }
    
}


@media all and (min-width:721px) and (max-width:960px) {
}


@media all and (max-width:720px), print {
    .container { width: 100%; }
    h2 { font-size: 25px; line-height: 30px; }
    h3 { font-size: 18px; line-height: 25px; }
    h4 { font-size: 18px; line-height: 25px; }
    .rich-text h3,
    .block-raw_html h3 { font-size: 25px; line-height: 30px; }
    .block-text .rich-text h4 { font-size: 18px; line-height: 25px; }
    body { font-size: 15px; line-height: 24px;}
    p { font-size: 15px; line-height: 25px; margin-bottom: 20px;  }
    .rich-text ul li { padding-left: 30px; background-position: left 9px top 8px; line-height: 25px; font-size: 15px; }
    .rich-text ol li { margin-bottom: 15px; line-height: 25px; }

    .block-call_to_action a.button,
    .block-press_release .actions a.button,
    .block-cross_sell a.button { min-width: 150px; padding: 6px 20px; }

    .no-mobile { display: none; }

    .contain-con-9,
    .contain.con-10 { padding-left: 25px; padding-right: 25px; -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; flex-flow: column;}
    .con-8 { -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; flex-flow: column; }
    .con-9 > .col-466,
    .con-10 > .col-466 { margin-left: 0; margin-right: 0; -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; }
    .con-9 > .col-3,
    .con-10 > .col-3 { -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; }
    .con-9 > .col-2,
    .con-10 > .col-2 { -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; }
    .contain-thirds { padding: 0 20px; }
    .contain-thirds > .col-3 { margin-left: 5px; margin-right: 5px; flex-basis: 46.8%;}
    .contain-thirds > .col-6 { margin-left: 5px; margin-right: 5px; -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; -moz-flex: 1 1 auto; flex: 1 1 auto; }
    .spacer { display: none; }
    .sidebar.col-2 { -ms-flex: 0 0 100%; -webkit-flex: 0 0 100%; -moz-flex: 0 0 100%; flex: 0 0 100%; padding-left: 25px; padding-right: 25px; }
    .con-12 > .col-8 { -ms-flex: 0 0 100%; -webkit-flex: 0 0 100%; -moz-flex: 0 0 100%; flex: 0 0 100%; margin: 0; padding-left: 25px; padding-right: 25px;}
    .con-10 > .col-8 { -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; }
    .con-10 > .col-8.nm { -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; }
    .con-10 > .col-6,
    .con-10 > .col-5 { -ms-flex: 1 1 100%; -webkit-flex: 1 1 100%; -moz-flex: 1 1 100%; flex: 1 1 100%; margin-left: 0; margin-right: 0; }
    .con-8 > .col-8 { margin: 0; }
    .con-8 > .col-6.nm { -ms-flex: 0 0 100%; -webkit-flex: 0 0 100%; -moz-flex: 0 0 100%; flex: 0 0 100%; margin-left: 0; margin-right: 0; }

    .outer.angled { padding-bottom: 22px; }

    .header div.logo { margin-top: 10px; }
    .header div.logo img { width: 64px; }
    .header.no-video.image-style-diamond_crop .image .inner { width: 150px; height: auto; left: auto; right: -10px; top: 155px; }
    .header.outer .fg { height: 80px; }
    .header.outer > .bg { padding-top: 80px; margin-top: -80px; min-height: 250px; -ms-clip-path: polygon(
        0 0, 
        5000px 0,  
        5000px 0, 
        0 100% 
    ); -webkit-clip-path: polygon(
        0 0, 
        5000px 0,  
        5000px 0, 
        0 100% 
    ); -moz-clip-path: polygon(
        0 0, 
        5000px 0,  
        5000px 0, 
        0 100% 
    ); clip-path: polygon(
        0 0, 
        5000px 0,  
        5000px 0, 
        0 100% 
    ); }    
    .header .heading { padding: 26px 0 20px 10px; }
    .header.outer .con-10 { padding: 0 12px; -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; }
    .header h1 { font-size: 38px; line-height: 40px; margin-bottom: 19px; }
    .header.has-video h2 br { display: none; }
    .header .heading p { font-size: 17px; font-weight: 500; line-height: 25px; padding-right: 15%; }
    .header .heading a.button { font-size: 18px; border-width: 2px; padding: 8px; min-width: 150px; }
    .header .image { width: 56%; right: -10px; height: 260px; }
    .header.outer.image-style-full_height { margin-bottom: 50px; }
    .header.image-style-full_height .bg { min-height: 400px; }
    .header.no-image .bg { min-height: 220px; }
    .header.image-style-full_height .image { width: 300px; margin-top: 240px; padding-right: 15px; height: auto; }
    .header.image-style-full_height .image .inner { height: 190px; background-size: contain; background-position: right; }
    .header.outer { min-height: 0; }
    
    .header.has-image.image-style-diamond_crop .heading .rich-text:before { content: "";
    display: block;
    float: right;
    height: 80px;
    width: 206px;
    shape-outside: polygon(60% 0%, 100% 0%, 100% 100%, 0% 100%); }
    .header.has-video.image-style-diamond_crop .heading .rich-text:before { width: 120px; }

    body.colour-purple_green .header .heading p { color: #21F5A8; }

    .header ul.menu > li { padding: 4px 10px 0 10px;}
    .header ul.menu li.region span { color: #838383; display: inline-block; }
    .header ul.icon-menu { display: none; }
    .header ul.menu { display: none; }
    body.menu-open .header { z-index: 10; }
    body.menu-open .header ul.menu { display: block; background: #F3F3F3; position: absolute; z-index: 5; right: 0; top: 0; margin-top: 0; transition: background 0.15s ease; width: 290px; left: auto; padding: 24px 24px 500px; box-shadow: -80px 0 100px rgba(58, 28, 70, 0.3); }
    body.menu-open #page { height: 1750px; overflow: hidden; }
    .header.hover-menu ul.menu { -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; }
    .header ul.menu > li > a { color: #5D3FD6; }
    .header ul.menu > li > ul { margin-top: 21px; margin-bottom: 20px; }
    .header ul.menu > li > ul > li > a { font-size: 18px; font-weight: 500; padding-bottom: 19px; }

    .header ul.menu > li:nth-child(2) { margin-top: 66px; }
    
	.header ul.menu > li.item-sign-in { transition: max-height 0.3s ease; }
	.header ul.menu > li.item-sign-in > ul { margin-top: 40px; }
    body.user-open .header ul.menu > li.item-sign-in { max-height: 150px;  }
    body .header ul.menu > li:nth-child(3) { transition: padding-top 0.3s ease; }
    body.user-open .header ul.menu > li:nth-child(3) { padding-top: 150px; }

    
    .header ul.menu > li.item-sign-in > a,
    .header ul.menu li.search a { display: block; }
    .header ul.menu li.region a { display: inline-block; }

    .header ul.menu > li.item-sign-in > a { background-image: url('../images/icon-user-purple.svg');  }
    .header ul.menu li.search a { background-image: url('../images/icon-search-purple.svg');  }
    .header ul.menu li.region a { background-image: url('../images/icon-region-purple.svg');  }


    .header ul.menu > li.item-sign-in,
    .header ul.menu > li.search,
    .header ul.menu > li.region { position: absolute; top: 24px; left: 23px; padding-top: 0; }
    .header ul.menu > li.search { left: 63px; }
    .header ul.menu > li.region { left: 103px; }
    .header ul.menu > li.close { position: absolute; top: 0; right: 0; padding: 25px 25px 0 0; }

    .header ul.menu > li.item-sign-in { max-height: 26px; overflow: hidden; }

    .header .video-wrapper { width: 100%; bottom: 0; background: none !important; margin-top: 90px; padding: 0px 15px 0; height: auto; z-index: 1; }
    .header .video-wrapper .video-preview, .header .video {
        width: 100%;
        margin: 0;
        height: calc(56.25vw - 20px);
    }
    .header .video-wrapper .video-preview:before { background-size: 19%; }
    
    .header.outer.no-image { margin-bottom: 0px; }
    .header.outer { margin-bottom: 70px; }

    .container.breadcrumbs > .con-10 { padding: 0; }
    
    .header .heading { height: 238px; }
    .header.outer.has-video { padding-bottom: 100px; margin-bottom: 20px; }
    .header.has-video .bg { padding-bottom: calc(55vw - 100px); }
    .header.outer.has-video .fg { position: static; }
    .header.outer.has-video .fg > div > div > div.col-2,
    .header.outer.has-video .fg > div > div > div.menus { z-index: 2; }
    .header.outer.has-video + .breadcrumbs { padding-top: 35px !important; }
    

    .header.outer.image-style-white_cutout .heading { height: auto; padding-top: 5rem; padding-bottom: 5rem; max-width: 20rem; }
    .header.outer.image-style-white_cutout .image .inner { background-size: 80%; height: 25rem; display: none; }
    
    .header.outer.image-style-white_cutout > .bg {
        background-position: right calc(50vw - 9rem) top 50%;
    }

    .header.banner-copy_led_banner .heading { height: auto; padding-bottom: 50px !important; }
    .header.banner-copy_led_banner .heading p { font-size: 25px; line-height: 31px; }
    .header.banner-copy_led_banner.bg-light_grey .bg .container { background-size: 67%; }
    .header.banner-copy_led_banner a.button { padding: 6px 20px; }
   
    .container-large_copy { background-size: 75% !important; background-position: right 160% top 50% !important; }
    .block-large_copy.contain.con-10 { padding: 40px 0px; }
    .block-large_copy p { font-size: 25px; line-height: 31px; }

    

	.header .search-bar { background: #F5F5F5; transition: none;   }
    .header .search-bar input { margin: 0; width: 100%; padding: 10px 25px; padding-top: 20px; font-size: 18px; }
    .header ul.menu > li.mobile-quickfind { padding-left: 0; }
    .header .mobile-quickfind .search-bar input { margin-left: 24px; padding: 5px 0 5px 20px; background: #F5F5F5; }
    .header .search-bar .quickfind-results { margin-left: 24px; border: none; padding: 12px 0; display: none; }
    .header .search-bar .quickfind-results ul { margin-bottom: 17px; }
    .header .search-bar .quickfind-results ul li { font-size: 14px; margin-bottom: 8px;}
    .header .search-bar .quickfind-results a.show-all { color: #ff425e; border-color: #ff425e; font-size: 14px; }
    .header .mobile-quickfind .search-bar .container { background: #F5F5F5; margin-bottom: 5px; padding-bottom: 11px; }
    body.template-search .header .search-bar { height: 60px; }
	body.search-open .header .search-bar { margin-top: -25px; padding-top: 10px; margin-bottom: 25px; transition: height 0.3s ease; height: 77px; }
	body.search-open .header .search-bar .quickfind-results,
    body.template-search .header .search-bar .quickfind-results { display: block; }
	.header .search-bar.has-results { height: 0px !important; }
	body.search-open .header .search-bar.has-results,
    body.template-search .header .search-bar.has-results { height: auto !important; }


    ul.side-menu { padding-bottom: 6px; background: url('../images/arrow-down-mobile-purple.svg') 93.7% 14px no-repeat;}
    ul.side-menu.hovering { background-image: url('../images/arrow-up-mobile-purple.svg') }
    ul.side-menu { border: 2px solid #212429; border-radius: 3px; }
    ul.side-menu li { padding: 10px 10px 1px; margin: 0; display: none; }
    ul.side-menu.hovering li { display: block; }
    ul.side-menu li.side-menu__item.active { display: block; }
    ul.side-menu a { font-size: 14px; color: #3A1C45; }
    ul.side-menu li:first-child a { font-weight: inherit; }
    ul.side-menu li.active a { font-size: 14px; color: inherit; color: #3A1C45;}
    ul.side-menu.filter-menu li:first-child {display: block;}

    .footer.outer .con-11 { padding: 19px 0 40px 25px; column-gap: 15px; }
    .footer .col-3 { margin: 0; flex-basis: 100%; }
    .footer .col-2 { margin: 0; flex-basis: 47.8%; padding-bottom: 20px; }
    .footer .logo { margin-bottom: 19px; width: 46px; margin-left: -10px; }
    .footer h4 { font-size: 14px; margin: 3px 0 15px; }
    .footer p { font-size: 14px; letter-spacing: 0.25px; line-height: 20px; max-width: 90%; }
    .footer ul li { margin-bottom: 10px; }
    .footer .con-11 > .col-2:nth-child(3) { order: 9; }
    .footer .copyright { font-size: 12px; margin: 5px 0 0; order: 10; }

    .container-password_required .contain { padding: 40px 0; }
    .container-password_required h2 { font-size: 38px; line-height: 40px; }

	.header + .container-call_to_action .block-call_to_action > .image { display: none; }
	.header.image-style-diamond_crop + .container-call_to_action .block-call_to_action > .body { margin-top: 10px; }
    
    .block-call_to_action { -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; min-height: 0; padding-bottom: 1px;}
    .block-call_to_action:before,
    .block-call_to_action:after { display: none; }
    .block-call_to_action { -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; flex-direction: column-reverse; }
    .block-call_to_action.image-left,
	.block-call_to_action.image-right { -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; }
    .block-call_to_action > .image,
    .block-call_to_action > .body { -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; margin-bottom: 30px; }
    .block-call_to_action > .body { padding: 25px 8.33333% 0px !important; }
    .block-call_to_action h2 { font-size: 25px; }
    .block-call_to_action h3 { font-size: 18px; line-height: 25px; margin-bottom: 12px; }
    .block-call_to_action > .image > .inner { min-height: 270px; }
    
    .block-call_to_action.image-style-diamond_crop .image > .inner, 
	.block-call_to_action.image-style-diamond_crop_diamonds .image > .inner { top: 0; height: 300px; width: 254px; left: auto; right: 0px; margin-bottom: 0px; }
	.block-call_to_action.image-style-diamond_crop_diamonds > .image:after { background-size: contain; margin-left: 80px; width: 185px; height: 300px; top: 0; }
	

	
	.block-call_to_action.image-style-full_height .body { padding-top: 169px; }
	.block-call_to_action.image-style-full_height > .image { position: relative; top: -21px; margin-bottom: -51px; padding-top: 10px; min-height: 0; }
	.block-call_to_action.image-style-full_height > .image:before { content: ""; display: none; position: absolute; top: 0; left: -100px; width: 95%; bottom: 30px; background: #22f5a9; -ms-clip-path: polygon(
		0 60%,  
		77% 0, 
		100% 86.5%, 
		40% 100% 
	); -webkit-clip-path: polygon(
		0 60%,  
		77% 0, 
		100% 86.5%, 
		40% 100% 
	); -moz-clip-path: polygon(
		0 60%,  
		77% 0, 
		100% 86.5%, 
		40% 100% 
	); clip-path: polygon(
		0 60%,  
		77% 0, 
		100% 86.5%, 
		40% 100% 
	); }
	.block-call_to_action.image-style-full_height > .image > .inner { position: relative; display: block; margin: 15px 13% 35px 6%; width: auto; background-size: cover; height: 336px; }
	.block-call_to_action.image-style-full_height.image-right > .image:before { left: 50px; }
	.block-call_to_action.image-style-full_height.image-right > .image > .inner { margin-left: 13%; margin-right: 6%; }

	body.colour-purple_pink .block-call_to_action.image-style-full_height > .image:before { background: #FF435F; }
	body.colour-pink_purple .block-call_to_action.image-style-full_height > .image:before { background: #3A1C46; }


	
    .block-call_to_action.image-style-full_height_slant > .image { -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; -moz-flex: 1 0 auto; flex: 1 0 auto; padding: 0 !important; margin-bottom: 10px; }
    .block-call_to_action.image-style-full_height_slant > .image > .inner { min-height: 250px; }
    .block-call_to_action.image-style-diamond_crop .image, 
    .block-call_to_action.image-style-diamond_crop_diamonds .image { height: 300px; margin-bottom: 20px; }
    
    .block-call_to_action.image-style-square_on_diamond > .image > .inner { min-height: 0; height: 200px; margin-right: 7%; margin-top: 45px; }
    
    .block-call_to_action.image-style-square_on_diamond > .image:before { bottom: -25px; left: -58px; width: 59%; }
	
    .block-call_to_action.image-style-square_on_diamond > .image { margin-bottom: 40px; top: 0; min-height: 0; }

    .icon-action .rich-text p { font-size: 18px; line-height: 25px; }

    .block-text.col-6 { -ms-flex: 1 0 100%; -webkit-flex: 1 0 100%; -moz-flex: 1 0 100%; flex: 1 0 100%; margin: 0px; }

	.container-cross_sell { padding-top: 30px; }
	.block-cross_sell { padding-bottom: 1px; }
    .block-cross_sell .con-10 { padding: 0 25px; -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; }
    .block-cross_sell h2 { margin-bottom: 17px; }
    .block-cross_sell p { margin-bottom: 11px; }
    .block-cross_sell .item .image { height: 220px; margin-bottom: 23px; }
    .block-cross_sell .item h3 { margin-bottom: 10px; }
    .block-cross_sell .blog_post { margin-bottom: 10px; }

    .container-carousel { padding: 50px 0 15px; }
    .carousel-item { width: auto; }
    .carousel-item .inner { position: relative; }
    .block-carousel .item-person .image { height: 300px; }
    .block-carousel .item-person .description { left: 0; right: 0; width: auto; padding: 20px 40px 20px 20px; }
    .block-carousel .item-person .description .rich-text p { line-height: 20px; font-size: 14px; }
    .block-carousel .item-person .description .close { position: absolute; right: 13px; top: 13px; width: 15px; height: 15px; background: url('../images/icon-close-purple.svg') no-repeat center; background-size: contain; }
    
    .block-carousel .item-icon_with_text .rich-text p { font-size: 20px; line-height: 24px; }

    .slick-arrow { width: 50px; }

	.block-product_cta { padding: 25px 20px 40px 0px; }
	.block-product_cta h2 { margin-bottom: 17px; }
    .block-product_cta .item { min-height: 0; margin-top: 65px; margin-bottom: 50px; }
    .block-product_cta .item:first-child { margin-top: 40px; }
    .block-product_cta .item:before { height: 260px; top: -40px; width: 200px; }
    .block-product_cta .item p { font-size: 16px; }

    .block-message_panel .image video { display: none; }
    .block-message_panel .body { padding: 30px 20px; }
    .block-message_panel .body h2 { font-size: 25px; line-height: 30px; padding: 0; }
    .block-message_panel .body p { font-size: 15px; line-height: 25px; }

    .header .block-quote { padding: 30px 20px 50px; }
    .block-quote p { font-size: 25px; }
    .block-quote + a.button { margin-top: 30px; }

    .outer.press-releases { background: #ffffff !important; }
    .outer.press-releases .con-10 { -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; }
    .block-press_release.col-3  { margin-left: 0; margin-right: 0; }
    .block-press_release { background: #F5F5F5; }
    .block-press_release .image { height: 155px; position: relative; }
    .block-press_release .image .category { background: #F5F5F5; display: inline-block; min-width: 55%; position: absolute; padding-top: 15px; bottom: -4px; left: 0px; padding-left: 20px; color: #5D3FD6; -ms-clip-path: polygon(
        0 0, 
        100% 0,  
        97% 100%, 
        0 100% 
    ); -webkit-clip-path: polygon(
        0 0, 
        100% 0,  
        97% 100%, 
        0 100% 
    ); -moz-clip-path: polygon(
        0 0, 
        100% 0,  
        97% 100%, 
        0 100% 
    ); clip-path: polygon(
        0 0, 
        100% 0,  
        97% 100%, 
        0 100% 
    ); }
    .block-press_release .body { padding: 20px 20px 0;  }
    .block-press_release .actions { padding: 20px; }
    .block-press_release .attributes { display: none; }
    .block-press_release:after { display: none; }
    .block-press_release h3 { font-size: 18px; line-height: 25px; margin-bottom: 5px; }
    .block-press_release p { line-height: 19px; }
    .block-press_release .actions a.button { display: inline-block; color: #ffffff; background: #ff435f;}

    div[data-press-releases2] h3 { font-size: 32px; }
    .media-library-row h4 { font-size: 18px; }
    .media-library-row h4 a img { width: 26px; margin-top: 0; }

    body.template-press_release .header .bg .con-10 { min-height: 170px; -ms-align-content: flex-start; -webkit-align-content: flex-start; -moz-align-content: flex-start; align-content: flex-start; }
    body.template-press_release .header h1 { font-size: 25px; line-height: 32px;}
    body.template-press_release .header .heading { padding-top: 44px; text-align: center; margin-left: 0;  }

    .blog-top-post { margin-bottom: 20px; }
    
    .blog-top-post-lists { -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;  }
    .blog-top-post-list.col-3 { -ms-flex: 0 0 100%; -webkit-flex: 0 0 100%; -moz-flex: 0 0 100%; flex: 0 0 100%; margin: 0; padding: 30px 0 0;}

    .block-blog_post { margin-bottom: 21px; }
    .block-blog_post .image { height: 138px; margin-bottom: 18px; }
    .block-blog_post .image .category { min-width: 87%; display: inline-block; min-width: 55%; padding-top: 8px; padding-right: 20px; color: #5D3FD6; font-size: 13px;  }
    .block-blog_post h3 { font-size: 18px; line-height: 25px; margin-bottom: 9px; }
    .block-blog_post p { font-size: 14px; line-height: 19px; margin-bottom: 16px; }
    .block-blog_post p.attribution { font-size: 11px; }
	
	.blog-top-posts { padding-top: 35px; }

	body.template-blog_post .header.outer { margin-bottom: 20px; }
	
    body.template-blog_post .header.image-style-full_height .bg { min-height: 270px; }

    body.template-blog_post .header .bg .con-10 { min-height: 170px; -ms-align-content: flex-start; -webkit-align-content: flex-start; -moz-align-content: flex-start; align-content: flex-start; }
    body.template-blog_post .header h1 { font-size: 25px; line-height: 32px;}
    body.template-blog_post .header .heading { padding-top: 44px; text-align: center; margin-left: 0; }
    .blog-post-info { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; -ms-justify-content: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; align-items: baseline; margin: 0 0 10px !important; }
    .blog-post-info p.category { margin: 0 0 10px; -ms-flex: 1 0 100%; -webkit-flex: 1 0 100%; -moz-flex: 1 0 100%; flex: 1 0 100%; }
    .blog-post-info .social { display: none; }
    .blog-post-info .bio { -ms-flex: 1 0 100%; -webkit-flex: 1 0 100%; -moz-flex: 1 0 100%; flex: 1 0 100%; }
    .blog-post-info p.date { -ms-flex: 1 0 50%; -webkit-flex: 1 0 50%; -moz-flex: 1 0 50%; flex: 1 0 50%; }
    .blog-post-info p.attribution { font-size: 11px; border: none;}
    .outer.blog-related { padding-top: 50px; }
    .outer.blog-related h3 { font-size: font-size: 25px; }
    .header-links { text-align: left; }

    .outer.press-releases { min-height: 930px; }

    .tag-filter a.filter, .filter-by a.categories { font-size: 14px; padding: 6px 18px 4px; margin: 0 15px 10px 0; line-height: 17px; min-width: 80px; }
    .filter-by { margin-bottom: 20px; white-space: nowrap; }
    .filter-by a.categories { margin-left: 10px; margin-right: 0; }
    .filter-by a.selector { margin-left: 9px; }
    .filter-by img { margin-right: 4px; }
    .filter-by a.reset { display: none; }

    .search-result p { font-size: 16px; }
    
    .form iframe { width: 90vw !important; }
    .block-raw_html iframe { max-width: 100% !important; }

    .block-contact_form button { color: #ffffff; background: #5D3FD6; }
    
    .con-8 > .col-3.nm.share-price { -ms-flex: 0 0 100%; -webkit-flex: 0 0 100%; -moz-flex: 0 0 100%; flex: 0 0 100%; margin-bottom: 0; }
    .con-8 > .col-5.nm.share-chart { -ms-flex: 0 0 100%; -webkit-flex: 0 0 100%; -moz-flex: 0 0 100%; flex: 0 0 100%; padding: 20px 0 0px 17px; }
    .block-share_price .share-price { padding: 25px 20px 20px; }
    .block-share_price .share-price h3 { font-size: 14px; margin-bottom: 20px; }
    .block-share_price .share-price .price { font-size: 38px; margin-bottom: 15px; }
    .block-share_price .share-price .detail { margin-bottom: 10px; }
    .block-share_price .share-price .item { font-size: 14px; line-height: 26px; }
    .block-share_price .share-price .item span { background-size: 13px; padding-left: 17px; }
    .block-share_price .share-chart h3 { margin-left: 2px; font-size: 14px; }
    .block-share_price th, .block-share_price td { font-size: 12px; padding: 8px 0; line-height: 17px; }
    
    .block-expander { margin-bottom: 20px; }
    .block-expander .heading h3 { margin-bottom: 7px; }
 
    .block-video-grid-item { min-height: 0; padding-bottom: 30px; }

    .container-text { padding-top: 30px; }
    .container-image { padding-top: 30px; }
    

    .header.image-style-full_height.has-image .heading { padding-bottom: 165px; }

    .header.image-style-full_height .image .inner {
        background-size: cover;
        background-position: center;
        height: 210px;
    }

    body.page-iress .header.image-style-full_height .image .inner {
        background-size: cover;
        background-position: center;
        height: 260px;
    }

    .header.image-style-full_height .image {
        margin-top: 240px;
    }
    
    .cookie-bar { padding-top: 10px; }
    .cookie-bar .col-8 { margin-bottom: 20px; }

    .back-to-top { top: 15px; right: 15px; }

    .block-newsletter_signup_bar { padding: 3rem 0; }
    .block-newsletter_signup_bar h2 { font-size: 1.25rem; margin-bottom: 1.5rem; }
    .block-newsletter_signup_bar p { margin-bottom: 2rem; font-size: 1rem; }
    
    .contain.con-10 .block-video .video { margin-left: -23px; width: calc(100% + 46px); margin-bottom: 20px; padding: 0; }
    .block-video,
    .block-video-grid,
    .block-video-list { padding: 35px 0 0 !important; }
    .block-video-list ul li { padding-left: 0; }

    .header.outer.banner-background_video > .bg { min-height: 0; }

    .block-price_matrix .inner { width: auto; }
    table.price_matrix th:first-child, table.price_matrix td:first-child { position: static; }

    .block-container_led_panel h3,
    .block-container_led_panel h4 { font-size: 38px; line-height: 40px; }
    .block-container_led_panel .bg { top: auto; height: 150px; background-size: auto 150px !important; }
    .block-container_led_panel .body { padding: 50px 0 150px; }
    .block-container_led_panel a.button { font-size: 16px; padding: 13px 19px; min-width: 0; }

    .container-multi_column .contain.con-10 { padding: 0; }
    .block-multi_column .item { -ms-flex: 1 1 100%; -webkit-flex: 1 1 100%; -moz-flex: 1 1 100%; flex: 1 1 100%; margin: 0 0 15px; padding: 15px 20px 20px; border-width: 2px; background-size: 15px; background-position: right 20px top 20px; }
    .block-multi_column .item h3 { font-size: 20px; margin: 0 20px 3px 70px; }
    .block-multi_column .item p.subtitle { font-size: 1em; margin-left: 70px; }
    .block-multi_column .item .icon { width: 40px; height: 40px; left: 20px; top: 20px; }

    .block-find_out_more_grid .contain.con-10 { padding: 0; }
    .block-find_out_more_grid .items { gap: 15px; }
    .block-find_out_more_grid .item .icon { width: 40px; height: 40px; margin-right: 20px; }
    .block-find_out_more_grid h2 { margin: 0 0 35px; }
    .block-find_out_more_grid h3 { font-size: 20px; margin: 14px 0 25px;  }
    .block-find_out_more_grid p { min-height: 0px; }
    .block-find_out_more_grid a.highlight-link { font-size: 20px; line-height: 7px; }

    .container .contain .block-table { margin-left: -25px; margin-right: -25px; overflow-x: auto; }
    .block-table.style-simple_responsive_green table thead { display: block; float: left; }
    .block-table.style-simple_responsive_green table thead th { display: block; width: 140px; font-size: 15px; height: 100px; padding: 20px; }
    .block-table.style-simple_responsive_green table tbody { display: block; overflow-x: auto; }
    .block-table.style-simple_responsive_green table tbody tr { display: table-cell; }
    .block-table.style-simple_responsive_green table tbody tr td { display: block; width: 150px; font-size: 15px; height: 100px; border-left: none; border-right: none; padding: 20px; }
    .block-table.style-simple_responsive_green:before {
        display: block;
        color: #999;
        content: "Scroll horizontally >";
        padding: 10px 0 10px 150px;
    }
}



@media all and (-ms-high-contrast:none) {
    
    .con-8 > .col-3.nm.share-price { -ms-flex: 0 0 28.5%; -webkit-flex: 0 0 28.5%; -moz-flex: 0 0 28.5%; flex: 0 0 28.5%; }
    .header ul.menu { -ms-flex: 0 0 35%; -webkit-flex: 0 0 35%; -moz-flex: 0 0 35%; flex: 0 0 35%; }
    .header ul.icon-menu { left: 51.8%; max-width: 185px; }
}
@media only print {
    body {
        background: none;
        color: black;
    }

    div[data-section] { opacity: 1; }
    

    .header h2 span { color: black; }
    

    ul.menu > li > ul { display: none; }


    .header.outer > .bg,
    .footer ul li a,
    .footer h4,
    .footer p b,
    .header.outer,
    .header ul.menu > li > a,
    body.template-blog_post .header h2,
    body.template-blog_post .header.outer .fg,
    .outer.bg-purple,
    .bg-purple .body,
    .outer.bg-green,
    .outer.bg-light_grey, 
    .outer.bg-light_grey .block-blog_post .image .category, 
    .outer.bg-light_grey .blog_post .image .category,
    .footer.outer { background: none !important; color: #000000 !important; }
    
    .footer { page-break-before: always; }
    
    h3,
    .header .heading p,
    .block-call_to_action h4,
    .block-pullquote p,
    .block-call_to_action h3,
    .block-contact_form h3,
    .block-cross_sell .item h4 { font-size: 20px; line-height: 28px; }
    
    .rich-text ul li ul { margin-top: 10px; }
    .rich-text ul li { margin-bottom: 10px; }
    
    .header.outer.has-video { min-height: 340px; }
    .header.outer .con-10 { display: block; }

    .footer svg.logo > g > path:nth-child(2) { fill: #000000; }
    .footer .logo { margin-left: 0; }

    
    .header ul.menu { visibility: hidden; }
    ul.side-menu { visibility: hidden; }
    body a.open-mobile-menu { display: none; }
    

    h1.logo picture { content:url('../images/logo-navy-pink.svg'); }
    h1.logo img { visibility: hidden; }
    
    .header.image-style-full_height .bg { min-height: 420px; }
    .header .image { right: auto; -webkit-print-color-adjust: exact; }
    
    body .header .video-wrapper,
    .header .video-wrapper .video-preview, 
    .header .video { -webkit-print-color-adjust: exact; }
    
    .contain.con-10 > .col-8.con-8 > .col-6 { -ms-flex: 1 0 100%; -webkit-flex: 1 0 100%; -moz-flex: 1 0 100%; flex: 1 0 100%; }
    
    .header .video-wrapper { position: static; margin-top: 175px; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); transform: scale(0.8); }

    
    body.template-blog_post .header.image-style-full_height .bg,
    .header.image-style-full_height .bg { min-height: 0; }
    
    .block-pullquote .body { -webkit-print-color-adjust: exact; }
    
    .block-cross_sell .item { margin-bottom: 80px; }
    .block-cross_sell .item .image { width: 40%; -webkit-print-color-adjust: exact; }
    .block-cross_sell .blog_post .image { height: auto; }
    
    .block-carousel .item-person .image { -webkit-print-color-adjust: exact; }
    
    body .block-call_to_action > .image:before { -webkit-print-color-adjust: exact; }
    .block-call_to_action > .image > .inner { -webkit-print-color-adjust: exact; } 
    .block-call_to_action > .image { width: 40% !important; top: 0 !important; margin-bottom: 20px !important; min-height: 0 !important; }
    .block-call_to_action.image-style-full_height > .image > .inner  { margin-top: 80px; height: 150px; }
    .block-call_to_action.image-style-full_height_slant > .image { margin-left: 20px; }
    
    body.template-blog_post .header .heading { margin-left: 0.83333%; }
    body.template-blog_post .header .bg .con-10 { min-height: 0; }
    body.template-blog_post .header.image-style-full_height .bg { min-height: 0; }
    body.template-blog_post .header .heading  { padding-bottom: 20px !important; height: 120px; text-align: left; }

    .container-pullquote { page-break-inside: avoid; }

    a.open-mobile-menu,
    .back-to-top,
    .region-selector-bg,
    .cookie-bar { display: none !important; }
}
.sitemap {
    margin-bottom: 100px;
    margin-top: -20px;
}

.sitemap .menu {
    padding: 0;
    margin: 0;
}

.sitemap .menu a {
    color: #212429;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.sitemap .menu a:hover, .sitemap .menu a:focus {
    color: #FF435F;
}

.sitemap .menu li {
    list-style: none;
}

.sitemap .menu li.menu-item {
    margin-bottom: 5px;
}

.sitemap .menu li.menu-item--has-children {
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}

.sitemap .menu li.menu-item--has-children > .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.sitemap .menu li.menu-item--has-children.opened > .sub-menu {
    max-height: none;
    opacity: 1;
}

.sitemap .menu li.menu-item--has-children > a {
    position: relative;
    padding-left: 25px;
}
.sitemap .menu li.menu-item--has-children > a:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #ff435f;
    display: block;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg);
    left: 0;
    top: 50%;
    transition: all 0.3s ease-in-out;
    margin-top: -6px;
}

.sitemap .menu li.menu-item--has-children.opened > a:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg);
    margin-top: 2px;
}
.sitemap .sub-menu li.sub-menu-item > a {
    position: relative;
    padding-left: 15px;
}
.sitemap .sub-menu li.sub-menu-item > a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 0;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -2px;
    transition: all 0.3s ease-in-out;
    background-color: #ff435f;
    -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%);
}

.sitemap .sub-menu .sub-menu li.sub-menu-item > a:before {
    border-radius: 100%;
}

.sitemap .sub-menu .sub-menu .sub-menu li.sub-menu-item > a:before {
    content: none;
}

.sitemap .menu .sub-menu {
    margin-left: 25px;
}

.sitemap .menu .sub-menu .sub-menu {
    margin-left: 15px;
}

.sitemap .menu .sub-menu .sub-menu .sub-menu {
    margin-left: 10px;
}
body.brand-guidelines .side-menu a {
    font-size: 24px;
    text-decoration: none;
    color: #212429;
    font-weight: 500;
    line-height: 2em;
}

body.brand-guidelines .block-bgdownload {
    border: 2px solid #212429;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 50px;
}

body.brand-guidelines .block-bgdownload h4 {
    padding: 1.5rem 1.7rem 1.4rem;
    margin: 0;
}

body.brand-guidelines .block-bgdownload a {
    display: block;
    padding: 0.7rem 1.7rem 0.5rem;
    color: #212429;
    background: #22F5A9;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    border-top: 2px solid #212429;
}

body.brand-guidelines .block-bgdownload a svg {
    vertical-align: top;
    margin: 0px 0 0 8px;
}

body.brand-guidelines .block-bgdownload-narrow a {
    display: block;
    color: #212429;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 0 50px;
}

body.brand-guidelines .block-bgdownload-narrow a svg {
    vertical-align: top;
    margin: 0px 0 0 8px;
}



body.brand-guidelines .block-bgimages {
    -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;
    gap: 18px;
    margin: 0 0 40px;
    align-items: center;
}


body.brand-guidelines .block-bgimage img {
    width: 100%;
}

body.brand-guidelines .block-bgimage .rich-text {
    min-height: 4rem;
}

body.brand-guidelines .block-bgimage .rich-text p {
    margin: 0.25rem 0 0rem;
}

body.brand-guidelines .block-bgimage .rich-text b {
    font-weight: 400;
    color: #00DDFD;
}


body.brand-guidelines .bgsection {
    border-bottom: 2px solid #22F5A9;
    margin-bottom: 45px;
    background: url("data:image/svg+xml,%3Csvg width='34' height='20' fill='none' version='1.1' viewBox='0 0 34 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m32 1.5858-15 15-15-15' stroke='%233a1c46' stroke-width='4'/%3E%3C/svg%3E") right 0px top 0.6rem no-repeat;;
    max-height: 85px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

body.brand-guidelines .bgsection > * {
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.brand-guidelines .bgsection-header {
    cursor: pointer;
    opacity: 1;
}

body.brand-guidelines .bgsection.open {
    max-height: none;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='34' height='20' viewBox='0 0 34 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 18L17 3L2 18' stroke='%233A1C46' stroke-width='4'/%3E%3C/svg%3E%0A");
}

body.brand-guidelines .bgsection.open > * {
    opacity: 1;
}


@media (max-width: 720px) {
    body.brand-guidelines h3 {
        font-size: 24px;
    }

    body.brand-guidelines .side-menu {
        display: none;
    }

    body.brand-guidelines .bgsection {
        border-bottom-width: 1px;
        background-size: 20px;
        background-position: right 0 top 8px;
        margin-bottom: 25px;
        max-height: 55px;
    }
}
.region-selector-bg { position: relative; z-index: 101; background: #B5FFE4; }
.region-selector { background: #B5FFE4; padding: 30px 0 0px; z-index: 10; display: none; }
.region-selector p { font-size: 17px; line-height: 24px; font-weight: 500; padding-right: 5%; margin-bottom: 30px; }
.region-selector ul.dropdown { padding: 0; margin: 0; width: 100%; border: 2px solid #212429; border-radius: 2px; list-style-type: none; height: 48px; overflow: hidden; background: #B5FFE4; z-index: 50; }
.region-selector.no-react ul.dropdown:hover,
.region-selector ul.dropdown.open { overflow: visible; height: auto; position: absolute; }
.region-selector ul.dropdown li { padding: 14px 15px 13px; font-size: 17px; line-height: 17px; cursor: pointer; }
.region-selector ul.dropdown li a { display: block; text-decoration: none; color: inherit; font-weight: 600; }
.region-selector button { width: 100%; background: none;  border: 2px solid #212429; border-radius: 999px; height: 48px; font-size: 17px; font-weight: 600; cursor: pointer; }
body.change-region .region-selector,
.region-selector.in { display: block; }
.region-selector a.close { background: url('../images/icon-close-purple.svg') center no-repeat; display: inline-block; height: 48px; width: 48px; overflow: hidden; text-indent: 10000px;}



@media all and (min-width:721px) {
    .region-selector ul.dropdown { background: url('../images/arrow-down-purple.svg') 93% 15px no-repeat #B5FFE4; }
    .region-selector ul.dropdown.open { background-image: url('../images/arrow-up-purple.svg'); }
}

@media all and (max-width:720px), print {
    .region-selector { padding: 20px 25px; }
    .region-selector p { font-size: 14px; margin-bottom: 12px; padding-right: 12%; }
    .region-selector .col-1:first-child { display: none; }
    .region-selector .col-4 { -ms-flex: 0 0 100%; -webkit-flex: 0 0 100%; -moz-flex: 0 0 100%; flex: 0 0 100%; margin: 0; }
    .region-selector .col-3 { -ms-flex: 0 0 63.3%; -webkit-flex: 0 0 63.3%; -moz-flex: 0 0 63.3%; flex: 0 0 63.3%; margin: 0; }
    .region-selector .col-2 { -ms-flex: 1 0 0; -webkit-flex: 1 0 0; -moz-flex: 1 0 0; flex: 1 0 0; margin: 0; padding-left: 10px; }
    .region-selector .col-1.right { position: absolute; right: -14px; top: -9px; }
    .region-selector ul.dropdown,
    .region-selector button { height: 40px;  }
    .region-selector button { color: #B5FFE4; background: #3A1C46; font-size: 14px; line-height: 37px; }
    .region-selector ul.dropdown li { font-size: 14px; line-height: 23px; padding: 8px 10px 7px; }

    .region-selector ul.dropdown { background: url('../images/arrow-down-mobile-purple.svg') 92% 15px no-repeat #B5FFE4; }
}
.menu2__outer {
    position: relative;
    z-index: 100;
}

.menu2 {
    max-width: 1380px;
    margin: 0 auto;
    min-height: 100px;
    font-size: 18px;
}

.menu2__menu {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    list-style: none;
    padding-left: 9.20287%;
    padding-top: 20px;
    margin: 0;
    position: relative;
}

.menu2__menu > li.menu2__logo {
    -ms-flex: 0 0 16.6%; -webkit-flex: 0 0 16.6%; -moz-flex: 0 0 16.6%; flex: 0 0 16.6%;
    padding: 0;
    margin-top: 0;
}

.menu2__menu img.menu2__hover,
.menu2__menu svg.menu2__hover {
    display: none;
}

.menu2__menu.in img.menu2__nonhover,
.menu2__menu.in svg.menu2__nonhover {
    display: none;
}
.menu2__menu.in img.menu2__hover,
.menu2__menu.in svg.menu2__hover {
    display: inline;
}



.menu2__menu > li {
    padding: 4px 20px 0 20px;
    line-height: 24px;
    margin-top: 20px;
}

.menu2__menu > li > a {
    text-decoration: none;
    font-weight: 500;
    color: #ffffff;
}

body.colour-white .menu2__menu > li > a,
.header2 .menu2__menu.in > li > a {
    color: #838383;
}

body .header2 .menu2__menu.in > li > a {
    color: #222429;
}


.menu2__menu > li > ul {
    visibility: hidden;
    position: absolute;
    left: calc(50% - 600px + 265px);
    list-style: none;
    padding-top: 47px;
    width: 63%;
    height: 280px;
    opacity: 0;
}

.menu2__menu > li > ul > li > ul {
    visibility: hidden;
    position: absolute;
    list-style: none;
    opacity: 0;
    top: 0;
    height: 100%;
    padding-top: 47px;
    left: 15rem;
    
}

.menu2__sub-menu {
    -ms-align-content: start; -webkit-align-content: start; -moz-align-content: start; align-content: start;
    grid-auto-flow: column;
    grid-template-columns: auto auto;
    column-gap: 3rem;
}

.menu2__menu > li > ul > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 44px;
    bottom: 0;
    left: -37px;
    border-left: 2px solid #d7d7d7;
}

.menu2__menu > li > ul > li > a,
.menu2__menu > li > ul > li > ul > li > a {
    display: inline-block;
    text-decoration: none;
    color: #838383;
    font-size: 15px;
    padding-bottom: 10px;
}



.menu2__mobile-quickfind,
.menu2__menu > li.close { 
    display: none; 
}

.menu2__menu > li.item-sign-in,
.menu2__menu > li.search,
.menu2__menu > li.region {
    padding-top: 0;
    padding-right: 14px;
}

.menu2__menu > li.item-sign-in > a {
    background: url('../images/icon-user-green.svg') center no-repeat;
    text-indent: -10000px;
    width: 20px;
    display: inline-block;
}

.header2[theme-light] .menu2__menu > li.item-sign-in > a,
body .menu2__menu.in > li.item-sign-in > a {
    background: url('../images/icon-user-purple.svg') center no-repeat;
}

.menu2__menu > li.search > a {
    background: url('../images/icon-search-green.svg') center no-repeat;
    text-indent: -10000px;
    width: 20px;
    display: inline-block;
}

.header2[theme-light] .menu2__menu > li.search > a {
    background: url('../images/icon-search-purple.svg') center no-repeat;
}

.header2 .menu2__menu.in > li.search > a {
    background: url('../images/icon-search-grey.svg') center no-repeat;
}

.menu2__menu > li.region > a {
    background: url('../images/icon-region-green.svg') center no-repeat;
    text-indent: -10000px;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
}

.header2[theme-light] .menu2__menu > li.region > a {
    background: url('../images/icon-region-purple.svg') center no-repeat;
}

.header2 .menu2__menu.in > li.region > a {
    background: url('../images/icon-region-grey.svg') center no-repeat;
}

.menu2__menu > li.item-sign-in > a:hover,
body .menu2__menu.in > li.item-sign-in > a:hover { background-image: url('../images/icon-user-purple.svg'); }
.menu2__menu > li.search > a:hover { background-image: url('../images/icon-search-purple.svg'); }

.menu2__menu > li.region span {
    color: #23F0C7;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 5px;
    vertical-align: top;
    line-height: 28px;
}


.header2[theme-light] .menu2__menu li.region span {
    color: #5D3FD6;
}
.header2 .menu2__menu.in li.region span {
    color: #838383;
}






.menu2__outer .search-bar { 
    background: #F5F5F5;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    position: relative;
}

.menu2__outer .search-bar input {
    background: #F5F5F5;
    padding: 30px 0;
    border: none;
    outline: none;
    width: 78%;
    margin-left: 25.8%;
    font: 32px SansFont, sans-serif;
    color: #212429;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.4s ease 0.3s;
}

.menu2__outer .search-bar .quickfind-results { color: #212429; margin-left: 25.8%; border-top: 2px solid #f6f5f6; padding: 40px 0 30px; }
.menu2__outer .search-bar .quickfind-results p { font-size: 19px; font-weight: 500; margin: 20px 0; }
.menu2__outer .search-bar .quickfind-results ul { list-style-type: none; margin: 0 0 40px; padding: 0; }
.menu2__outer .search-bar .quickfind-results ul li { font-size: 24px; margin-bottom: 18px; }
.menu2__outer .search-bar .quickfind-results ul li a { color: #212429; text-decoration: none; }
.menu2__outer .search-bar .quickfind-results a.show-all { font-weight: 500; text-decoration: none; color: #212429; border-bottom: 1px solid #21F5A8; font-size: 16px; }



body.search-open .menu2__search .search-bar { height: 96px; }
body.search-open .menu2__mobile-quickfind .search-bar { min-height: 60px; }
body:not(.search-open) .menu2__outer .search-bar input { transition: none; }
body:not(.search-open) .menu2__search .search-bar .quickfind-results { display: none; }
body.search-open .menu2__outer .search-bar input { opacity: 1;  }
body.search-open .menu2__outer .search-bar.has-results { height: auto !important; }

.menu2__mobile-quickfind .search-bar {
    margin-top: -20px;
}

.menu2__mobile-quickfind .search-bar input {
    margin-top: 25px;
    margin-left: 15px;
    font-size: 18px;
    padding: 5px 0 5px 20px;
}

.menu2__menu > .menu2__mobile-quickfind {
    padding: 0;
    margin-left: -24px;
}

.menu2 a.open-mobile-menu { display: none; }

@media (min-width: 1100px) {
    .menu2__sub-menu-rows--5,
    .menu2__sub-menu-rows--6 { display: grid; grid-template-rows: auto auto auto; }
    .menu2__sub-menu-rows--7,
    .menu2__sub-menu-rows--8 { display: grid; grid-template-rows: auto auto auto auto; }
    .menu2__sub-menu-rows--9,
    .menu2__sub-menu-rows--10 { display: grid; grid-template-rows: auto auto auto auto auto; }
}

@media (max-width: 1099px) {
    .menu2__menu > li.menu-item > ul > li span.open-menu__button {
        position: relative;
        display: inline-block;
        padding-right: 20px;
        width: 20px;
        height: 10px;
        cursor: pointer;
    }
    
    .menu2__menu > li.menu-item > ul > li span.open-menu__button:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        border-width: 2px 2px 0 0;
        border-style: solid;
        border-color: #5744cd;
        transition: .2s ease;
        display: block;
        transform-origin: 80% -12%;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg);
        right: 5px;
        top: 70%;
        margin-top: 3px;
        transition: all 0.3s ease-in-out;
    }
    
    .menu2__menu > li.menu-item > ul > li.opened span.open-menu__button:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg);
        margin-top: -5px;
    }
}

@media (min-width: 721px) and (max-width: 1099px){
    .menu2__menu > li.menu-item > ul > li.opened .menu-intro {
        opacity: 1;
        z-index: 5;
    }

    .menu2__menu > li > ul > li > ul {
        left: 15rem;
    }
}



@media (min-width: 721px) {
    

    .menu2__menu.in:hover {
        background: #f3f3f3;
        transition: background 0.15s ease;
        position: absolute;
        z-index: 50;
        left: 0;
        right: 0;
        top: 0;
        height: 400px;
        padding-left: calc(50% - 356px);
        padding-right: calc(50% - 600px + 89px);
    }

    .menu2__menu.in:hover > li.menu2__logo {
        position: absolute;
        display: block;
        
        
        left: calc(50% - 564px);
    }

    .menu2__menu.in > li:hover > ul,
    .menu2__menu.in > li > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    .menu2__menu > li > a:hover,
    body .menu2__menu.in > li > a:hover,
    .menu2__menu > li > ul > li > a:hover,
    .menu2__menu > li > ul > li > ul > li > a:hover {
        text-decoration: none;
        color: #5744cd;
    }

    .menu2__menu > li.menu2__sliding-submenu {
        display: none;
    }
}

@media all and (min-width:721px) and (max-width:1400px) {
    .menu2__menu.in:hover { padding-left: 24.25%; }
    .menu2__menu.in:hover > li.menu2__logo { left: 9.203%; }
    .menu2__menu > li > ul { left: calc(24.25% + 20px); }    
}


@media (min-width: 801px) and (max-width: 960px) {
    .menu2__menu.in:hover { padding-left: 24.25%; }
    .menu2__menu > li { padding: 4px 15px 0 15px; }
    .menu2__menu > li.item-sign-in, .menu2__menu > li.search, .menu2__menu > li.region {
        padding-right: 9px;
    }

    .menu2__menu > li > ul {
        left: calc(24.25% + 15px); 
    }
    .menu2__menu > li > ul > li > ul { left: 50%; }
}


@media (max-width: 720px) {
    .menu2 {
        min-height: 0;
    }

    body .menu2__menu {
        
        overflow: hidden;
        height: 0px; 
    }

    .menu2__menu > li.menu-item,
    .menu2__menu > li.search,
    .menu2__menu > li.region {
        display: none;
    }

    body.menu-open .menu2__menu {
        display: block;
        background: #F3F3F3;
        position: absolute;
        z-index: 5;
        right: 0;
        top: 0;
        margin-top: 0;
        transition: background 0.15s ease;
        width: 290px;
        left: auto;
        padding: 24px 15px 500px 24px;
        box-shadow: -80px 0 100px rgba(58, 28, 70, 0.3);
    }

    body.menu-open .menu2__menu > li.menu-item,
    body.menu-open .menu2__menu > li.search,
    body.menu-open .menu2__menu > li.region {
        display: block;
    }

    .menu2__menu[data-showing-item] .menu-item:not(.item-sign-in) {
        -webkit-transform: translateX(-120%); -moz-transform: translateX(-120%); transform: translateX(-120%);
    }

    .menu2__menu > li.menu2__logo {
        display: none;
    }
    
    .menu2__mobile-logo {
        padding: 10px 15px;
    }

    .menu2__mobile-logo img,
    .menu2__mobile-logo svg {
        width: 64px;
    }

    .menu2__menu > li {
        padding: 25px 10px 0 0;
        transition: padding-top 0.3s ease, transform 0.3s ease;
    }

    .menu2__menu > li > a {
        color: #212429 !important;
        font-size: 24px;
        font-weight: 500;
        display: block;
    }

    .menu2__menu > li > a:hover {
        text-decoration: none;
    }


    .menu2__menu > li.menu-item:not(.item-sign-in) {
        border-top: 1px solid #212429;
        max-height: 52px;
        overflow: hidden;
    }

    .menu2__menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        width: auto;
        height: auto;
        padding-top: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    
    .menu2__menu > li > ul > li {
        border-top: 1px solid #EBEBEB;
        padding-top: 20px;
    }

    .menu2__menu > li > ul > li > a {
        font-size: 24px;
        color: #212429;
        padding-bottom: 19px;
        font-weight: 500;
    }

    .menu2__menu > li > ul > li > a.menu2__small {
        font-size: 16px;
        line-height: 20px;
        color: #838383;
        font-weight: 400;
    }

    .menu2__menu > li > ul > li > a.menu2__small strong {
        font-weight: 500;
    }

    .menu2__menu > li.menu2__sliding-submenu {
        transition: transform 0.3s ease;
        -webkit-transform: translateX(280px); -moz-transform: translateX(280px); transform: translateX(280px);
        position: absolute;
        padding: 0;
        margin: 0;
        top: 80px;
        width: 90%;
    }

    .menu2__menu[data-showing-item] > li.menu2__sliding-submenu {
        -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0);
    }

    .menu2__menu > li.menu2__sliding-submenu > a {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='20' viewBox='0 0 20 15'%3E%3Cpath stroke='%23838383' stroke-width='2' d='M20 8H2M8 1.5l-6 6 6 6'/%3E%3C/svg%3E") left top no-repeat;
        font-size: 16px;
        line-height: 20px;
        padding-left: 30px;
        color: #838383 !important;
    }

    .menu2__menu > li > ul > li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
        padding-top: 0;
        padding-bottom: 20px;
    }
    
    .menu2__menu > li > ul > li > ul:before {
        display: none;
    }

    .menu2__menu > li > ul > li > ul > li > a {
        font-size: 16px;
        padding-bottom: 7px;
    }
    


    .menu2 a.open-mobile-menu { display: block; position: absolute; width: 73px; height: 76px; top: 0; right: 0; z-index: 3; text-align: center; padding-top: 30px; }
    .menu2 a.open-mobile-menu svg { width: 26px; }
    .menu2__menu > li.close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 8px 25px 0 0;
    }

    body.menu-open .menu2__menu > li.close {
        display: block; 
    }

    .menu2__menu > li.menu2__mobile-quickfind {
        margin-top: 66px;
    }

    .menu2__mobile-quickfind .search-bar input {
        margin-top: 15px;
    }

    .menu2__menu > li.menu-item.menu2__mobile-title {
        border-top: none;
        font-size: 24px;
        font-weight: 500;
        padding-left: 0;
    }

    .menu2__menu > li.menu-item.menu2__mobile-title > a {
        color: #3A1C46 !important;
    }

    .menu2__menu > li.menu-item + li.menu-item.menu2__mobile-title {
        margin-top: 30px;
    }

    .menu2__menu > li.menu-item.menu2__mobile-title-pink > a {
        color: #5744cd !important;
    }

    .menu2__menu > li.item-sign-in {
        position: absolute;
        top: 5px;
        overflow: hidden;
        max-height: 30px;
        transition: max-height 0.3s ease;
    }
    .menu2__menu > li.item-sign-in > a {
        background-image: url('../images/icon-user-purple.svg') !important;
    }
    body.user-open .menu2__menu > li.item-sign-in {
        max-height: 180px;
    }
    .menu2__menu > li.item-sign-in > ul {
        padding-top: 20px;
    }
    .menu2__menu > li:nth-child(3) {
        xpadding-top: 25px;
    }
    body.user-open .menu2__menu > li:nth-child(3) {
        xpadding-top: 150px;
    }

    .menu2__menu > li.search {
        position: absolute;
        top: 5px;
        margin-left: 40px;
    }
    .menu2__menu > li.search > a {
        background-image: url('../images/icon-search-purple.svg') !important;
    }
    .menu2__mobile-quickfind {
        display: block;
    }

    .menu2__menu > li.region {
        position: absolute;
        top: 5px;
        margin-left: 80px;
    }
    .menu2__menu > li.region > a {
        background-image: url('../images/icon-region-purple.svg') !important;
    }
    .menu2__menu > li.region span {
        color: #3a1c46 !important;
    }


    .menu2__outer .search-bar .quickfind-results {
        margin-left: 35px;
        border: none;
        padding: 12px 0;
        
    }
    .menu2__outer .search-bar .quickfind-results ul {
        margin-bottom: 17px;
    }
    .menu2__outer .search-bar .quickfind-results ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .menu2__outer .search-bar .quickfind-results a.show-all {
        color: #5744cd;
        border-color: #5744cd;
        font-size: 14px;
    }
}
.container-partners {
    background: #F5F5F5;
    padding-top: 4rem;
    padding-bottom: 0.1rem;
}

.outer.bg-light_grey + .container-partners {
    padding-top: 0;
}

.block-partners {
    margin-bottom: 4rem;
}

.block-partners__grid {
    display: grid;
    column-gap: 1rem;
    row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block-partners__partner {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    color: #361E44;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;

    background: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wgARCAAJABADAREAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQf/xAAXAQEBAQEAAAAAAAAAAAAAAAAFAwIE/9oADAMBAAIQAxAAAAG4Nc7ZWRlIPD3/AP/EABYQAQEBAAAAAAAAAAAAAAAAAAADAv/aAAgBAQABBQKSeUUn/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAIDARL/2gAIAQMBAT8BWnQ+khz/xAAXEQEBAQEAAAAAAAAAAAAAAAAAAgMB/9oACAECAQE/AdV9bLf/xAAUEAEAAAAAAAAAAAAAAAAAAAAg/9oACAEBAAY/Ah//xAAYEAEAAwEAAAAAAAAAAAAAAAAAASExQf/aAAgBAQABPyGNqnDEP//aAAwDAQACAAMAAAAQ1o//xAAYEQACAwAAAAAAAAAAAAAAAAAAARARMf/aAAgBAwEBPxBqD6hg/8QAFhEBAQEAAAAAAAAAAAAAAAAAACEx/9oACAECAQE/EIXYaf/EABgQAAMBAQAAAAAAAAAAAAAAAAABERAx/9oACAEBAAE/ELoWQ7wv/9k=');
    background-size: cover;
}

.block-partners__partner img {
    display: block;
    width: 100%;
    aspect-ratio: 2;
    object-fit: contain;
    margin-bottom: 0.5rem;
    border-radius: 0.5556rem;
}

.block-partners__categories {
    margin-top: auto;
}

.block-partners__category {
    border-radius: 0.5556rem;
    background: #5D3FD680;
    text-align: center;
    padding: 0.7rem 0.5rem 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    color: #ffffff;
}

.block-partners__category + .block-partners__category {
    margin-top: 0.5rem;
}

.block-partners__partner h3 {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
}

.block-partners__partner p {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0 0 1rem;
}


.block-partners__partner:hover {
    border-color: #212429;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.block-partners__category-filter {
    margin-bottom: 3.5rem;
}

.block-partners__category-filter a {
    border: 2px solid #5D3FD6;
    border-radius: 0.5556rem;
    color: #1A1F4D;
    display: inline-block;
    font-weight: 700;
    padding: 0.6rem 0.9rem;
    margin: 0 0.8rem 1rem 0;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.3s ease;
}

.block-partners__category-filter a.active {
    background: #5D3FD6;
    color: #ffffff;
}

.block-partners__category-filter a[data-reset] {
    border-color: #CC68FA;
    display: none;
}

.block-partners[data-filtering] a[data-reset] {
    display: inline-block;
}

.block-partners__partner {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.block-partners__partner.in {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}

.block-partners__partner.fade {
    opacity: 1;
}

@media (min-width: 721px) {
    .block-partners__category-filter a:hover {
        background: #5D3FD6;
        color: #ffffff;
    }

    .block-partners__category-filter a[data-reset]:hover {
        background: #CC68FA;
    }
}

@media (max-width: 720px) {
    .block-partners > .contain {
        grid-template-columns: 1fr;
        padding: 0;
        row-gap: 1.5rem;
    }

    .block-partners__category-filter {
        margin-bottom: 1.5rem;
    }

    .block-partners__category-filter a {
        margin: 0 0.5rem 0.5rem 0;
        padding: 0.2rem 0.7rem;
        font-size: 14px;
    }

    .block-partners__category {
        padding: 0.2rem 0.5rem 0.25rem;
        font-size: 0.9rem;
    }

    .container-partners {
        padding-top: 3rem;
    }
    
}
.header.outer.image-style-white_cutout.bg-primary_green > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%2321f5a8;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-primary_green > .fg {
    background: #21f5a8;
}

.header.outer.image-style-white_cutout.bg-primary_green > .bg .heading h1 {
    color: #3c1e46;
}
.header.outer.image-style-white_cutout.bg-primary_green .logo_line {
    fill: #3c1e46;
}
.header.outer.image-style-white_cutout.bg-primary_green > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-primary_green > .bg .heading p {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-primary_green .menu2 a.open-mobile-menu svg { 
    stroke: #3c1e46; 
}


.header.outer.image-style-white_cutout.bg-primary_purple > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%233c1e46;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-primary_purple > .fg {
    background: #3c1e46;
}

.header.outer.image-style-white_cutout.bg-primary_purple > .bg .heading h1 {
    color: #21f5a8;
}
.header.outer.image-style-white_cutout.bg-primary_purple .logo_line {
    fill: #21f5a8;
}
.header.outer.image-style-white_cutout.bg-primary_purple > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-primary_purple > .bg .heading p {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-primary_purple .menu2 a.open-mobile-menu svg { 
    stroke: #21f5a8; 
}


.header.outer.image-style-white_cutout.bg-primary_pink > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%23ff425e;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-primary_pink > .fg {
    background: #ff425e;
}

.header.outer.image-style-white_cutout.bg-primary_pink > .bg .heading h1 {
    color: #3c1e46;
}
.header.outer.image-style-white_cutout.bg-primary_pink .logo_line {
    fill: #3c1e46;
}
.header.outer.image-style-white_cutout.bg-primary_pink > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-primary_pink > .bg .heading p {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-primary_pink .menu2 a.open-mobile-menu svg { 
    stroke: #3c1e46; 
}


.header.outer.image-style-white_cutout.bg-secondary_magenta > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%23af147c;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-secondary_magenta > .fg {
    background: #af147c;
}

.header.outer.image-style-white_cutout.bg-secondary_magenta > .bg .heading h1 {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-secondary_magenta .logo_line {
    fill: #ffffff;
}
.header.outer.image-style-white_cutout.bg-secondary_magenta > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-secondary_magenta > .bg .heading p {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-secondary_magenta .menu2 a.open-mobile-menu svg { 
    stroke: #ffffff; 
}


.header.outer.image-style-white_cutout.bg-secondary_yellow > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%23fceb0f;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-secondary_yellow > .fg {
    background: #fceb0f;
}

.header.outer.image-style-white_cutout.bg-secondary_yellow > .bg .heading h1 {
    color: #ee5354;
}
.header.outer.image-style-white_cutout.bg-secondary_yellow .logo_line {
    fill: #ee5354;
}
.header.outer.image-style-white_cutout.bg-secondary_yellow > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-secondary_yellow > .bg .heading p {
    color: #3c1e46;
}
.header.outer.image-style-white_cutout.bg-secondary_yellow .menu2 a.open-mobile-menu svg { 
    stroke: #ee5354; 
}


.header.outer.image-style-white_cutout.bg-secondary_peach > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%23ff8782;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-secondary_peach > .fg {
    background: #ff8782;
}

.header.outer.image-style-white_cutout.bg-secondary_peach > .bg .heading h1 {
    color: #fceb0f;
}
.header.outer.image-style-white_cutout.bg-secondary_peach .logo_line {
    fill: #fceb0f;
}
.header.outer.image-style-white_cutout.bg-secondary_peach > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-secondary_peach > .bg .heading p {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-secondary_peach .menu2 a.open-mobile-menu svg { 
    stroke: #fceb0f; 
}


.header.outer.image-style-white_cutout.bg-mortgages_purple > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%23B28EE0;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-mortgages_purple > .fg {
    background: #B28EE0;
}

.header.outer.image-style-white_cutout.bg-mortgages_purple > .bg .heading h1 {
    color: #0a3b37;
}
.header.outer.image-style-white_cutout.bg-mortgages_purple .logo_line {
    fill: #0a3b37;
}
.header.outer.image-style-white_cutout.bg-mortgages_purple > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-mortgages_purple > .bg .heading p {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-mortgages_purple .menu2 a.open-mobile-menu svg { 
    stroke: #0a3b37; 
}


.header.outer.image-style-white_cutout.bg-mortgages_green > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%230A3B37;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-mortgages_green > .fg {
    background: #0A3B37;
}

.header.outer.image-style-white_cutout.bg-mortgages_green > .bg .heading h1 {
    color: #b28ee0;
}
.header.outer.image-style-white_cutout.bg-mortgages_green .logo_line {
    fill: #b28ee0;
}
.header.outer.image-style-white_cutout.bg-mortgages_green > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-mortgages_green > .bg .heading p {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-mortgages_green .menu2 a.open-mobile-menu svg { 
    stroke: #b28ee0; 
}


.header.outer.image-style-white_cutout.bg-wealth_pink > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%23FF99A8;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-wealth_pink > .fg {
    background: #FF99A8;
}

.header.outer.image-style-white_cutout.bg-wealth_pink > .bg .heading h1 {
    color: #13213F;
}
.header.outer.image-style-white_cutout.bg-wealth_pink .logo_line {
    fill: #13213F;
}
.header.outer.image-style-white_cutout.bg-wealth_pink > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-wealth_pink > .bg .heading p {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-wealth_pink .menu2 a.open-mobile-menu svg { 
    stroke: #13213F; 
}


.header.outer.image-style-white_cutout.bg-wealth_blue > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%2313213F;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-wealth_blue > .fg {
    background: #13213F;
}

.header.outer.image-style-white_cutout.bg-wealth_blue > .bg .heading h1 {
    color: #FF99A8;
}
.header.outer.image-style-white_cutout.bg-wealth_blue .logo_line {
    fill: #FF99A8;
}
.header.outer.image-style-white_cutout.bg-wealth_blue > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-wealth_blue > .bg .heading p {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-wealth_blue .menu2 a.open-mobile-menu svg { 
    stroke: #FF99A8; 
}


.header.outer.image-style-white_cutout.bg-trading_blue > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%2300DEFC;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-trading_blue > .fg {
    background: #00DEFC;
}

.header.outer.image-style-white_cutout.bg-trading_blue > .bg .heading h1 {
    color: #212429;
}
.header.outer.image-style-white_cutout.bg-trading_blue .logo_line {
    fill: #212429;
}
.header.outer.image-style-white_cutout.bg-trading_blue > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-trading_blue > .bg .heading p {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-trading_blue .menu2 a.open-mobile-menu svg { 
    stroke: #212429; 
}


.header.outer.image-style-white_cutout.bg-trading_grey > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%23212429;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-trading_grey > .fg {
    background: #212429;
}

.header.outer.image-style-white_cutout.bg-trading_grey > .bg .heading h1 {
    color: #00defc;
}
.header.outer.image-style-white_cutout.bg-trading_grey .logo_line {
    fill: #00defc;
}
.header.outer.image-style-white_cutout.bg-trading_grey > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-trading_grey > .bg .heading p {
    color: #ffffff;
}
.header.outer.image-style-white_cutout.bg-trading_grey .menu2 a.open-mobile-menu svg { 
    stroke: #00defc; 
}


.header.outer.image-style-white_cutout.bg-dark_grey > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%23ebebeb;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-dark_grey > .fg {
    background: #ebebeb;
}

.header.outer.image-style-white_cutout.bg-dark_grey > .bg .heading h1 {
    color: #3c1e46;
}
.header.outer.image-style-white_cutout.bg-dark_grey .logo_line {
    fill: #3c1e46;
}
.header.outer.image-style-white_cutout.bg-dark_grey > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-dark_grey > .bg .heading p {
    color: #3c1e46;
}
.header.outer.image-style-white_cutout.bg-dark_grey .menu2 a.open-mobile-menu svg { 
    stroke: #3c1e46; 
}


.header.outer.image-style-white_cutout.bg-light_grey > .bg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 3000 578'%3E%3Cpath d='M-697.464-206.988v152.93H24.69c39.665 0 71.597-31.938 71.597-71.61v-81.32z' style='fill:%23F5F5F5;fill-opacity:1;stroke-width:.516587;stroke-miterlimit:10' transform='matrix(3.78 0 0 3.78 2636.084 782.316)'/%3E%3C/svg%3E");
}
.header.outer.image-style-white_cutout.bg-light_grey > .fg {
    background: #F5F5F5;
}

.header.outer.image-style-white_cutout.bg-light_grey > .bg .heading h1 {
    color: #3c1e46;
}
.header.outer.image-style-white_cutout.bg-light_grey .logo_line {
    fill: #3c1e46;
}
.header.outer.image-style-white_cutout.bg-light_grey > .bg .heading h1 span,
.header.outer.image-style-white_cutout.bg-light_grey > .bg .heading p {
    color: #3c1e46;
}
.header.outer.image-style-white_cutout.bg-light_grey .menu2 a.open-mobile-menu svg { 
    stroke: #3c1e46; 
}



.header.outer.bg-light_grey .menu2__logo svg path.logo_text,
.header.outer.bg-light_grey .menu2__mobile-logo svg path.logo_text { fill: #212429; }
.header.outer.bg-light_grey .menu2__logo svg path.logo_line,
.header.outer.bg-light_grey .menu2__mobile-logo svg path.logo_line { fill: #5C3FD6 !important; }
.header.outer.bg-light_grey .menu2__menu > li > a:not(:hover),
.header.outer.bg-light_grey .menu2__menu > li.region span { color: #212429; }
.header.outer.bg-light_grey .menu2__menu > li.item-sign-in > a:not(:hover) { background-image: url('../images/icon-user-navy.svg'); }
.header.outer.bg-light_grey .menu2__menu > li.search > a:not(:hover) { background-image: url('../images/icon-search-navy.svg'); }
.header.outer.bg-light_grey .menu2__menu > li.region > a { background-image: url('../images/icon-region-navy.svg'); }
.header.outer.image-style-white_cutout.bg-light_grey > .bg .heading h1 span { color: #5C3FD6; }
.header.outer.image-style-white_cutout.bg-light_grey > .bg .heading p { color: #212429; }
.header.outer.bg-light_grey .heading a.button { border-color: #5C3FD6; color: #212429; }
.header.outer.bg-light_grey .heading a.button:hover { background-color: #5C3FD6; color: #ffffff; }
.quote-carousel {
    margin: 0 0 3rem;
}

.quote-carousel * {
    
    min-height: 0;
    min-width: 0;
}


.quote-carousel__container {
    margin-left: -0.5rem;
    margin-right: -2rem;
    padding-bottom: 2.7rem;
}

.quxote-carousel__container .slick-slide { x-webkit-transform: none !important; -moz-transform: none !important; transform: none !important;  }
.quote-carousel__container:after {
    content: "";
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.5rem;
}

.quote-carousel h2 {
    margin: 0 0 3rem;
}

.quote-carousel h2 span,
.quote-carousel__quote span {
    font-weight: 500;
    color: #5C3FD6;
}

.quote-carousel__item { position: relative; width: 33.33333%; max-width: 28rem; display: inline-block; margin-bottom: 10px; }

.quote-carousel__item {
    padding: 0 1rem;
    height: 100%;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-items: stretch;
}

.quote-carousel .slick-list {
    padding-bottom: 1rem;
}

.quote-carousel .slick-track {
    display: flex !important;
}

.quote-carousel .slick-track > * {
    height: inherit !important;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-items: stretch;
}

.quote-carousel__item .inner {
    border: 2px solid #bfbebe;
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
    align-items: flex-start;
}

.quote-carousel__quote {
    font-size: 2.625rem;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.quote-carousel__name {
    font-size: 1.5rem;
    font-weight: 500;
    margin: auto 0 0.4rem;
}

.quote-carousel__description {
    font-size: 1.125rem;
    line-height: 1.444em;
    color: #361e44;
    margin: 0 0 0.5rem;
}

.quote-carousel__button {
    margin: 0.85rem 0 1.25rem;
    display: inline-block;
    background: #EEECEF;
    border-radius: 999px;
    padding: 0.6rem 1.5rem 0.7rem;
    text-decoration: none;
    color: #3A1C46;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.quote-carousel__button:hover {
    background-color: #5C3FD6;
    color: #ffffff;
}

.quote-carousel .slick-arrow {
    top: auto;
    left: 1rem;
    bottom: 0rem;
    width: 2.7rem;
    height: 2.7rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='25' fill='none'%3E%3Cpath stroke='%23361E44' stroke-width='2' d='M13.686 24 2.373 12.686 13.686 1.373'/%3E%3C/svg%3E") left 44% top 50% no-repeat #EEECEF;
    border-radius: 999px;
    transition: background-color 0.1s ease;
}

.quote-carousel .slick-arrow:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='25' fill='none'%3E%3Cpath stroke='%23FFFFFF' stroke-width='2' d='M13.686 24 2.373 12.686 13.686 1.373'/%3E%3C/svg%3E") left 44% top 50% no-repeat #5C3FD6;
}

.quote-carousel .slick-arrow.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='25' fill='none'%3E%3Cpath stroke='%23361E44' stroke-width='2' d='m1.314 1 11.313 11.314L1.314 23.627'/%3E%3C/svg%3E");
    background-position: right 44% top 50%;
    left: auto;
}

.quote-carousel .slick-arrow.slick-next:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='25' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='m1.314 1 11.313 11.314L1.314 23.627'/%3E%3C/svg%3E") right 44% top 50% no-repeat #5C3FD6;
}

@media all and (max-width:720px), print {
    .quote-carousel__container {
        margin-left: -0.9rem;
        padding-bottom: 0;
    }
    
    .quote-carousel .contain.con-10 {
        margin-left: 0;
        margin-right: 0;
    }

    .quote-carousel h2 {
        margin: 0 0 1.5rem;
    }

    .quote-carousel__item {
        max-width: 80vw;
    }

    .quote-carousel__quote {
        font-size: 1.8rem;
    }

    .quote-carousel__name {
        font-size: 20px;
    }

    .quote-carousel__description {
        font-size: 15px;
    }

    .quote-carousel .slick-arrow {
        display: none !important;
    }

    .quote-carousel .slick-arrow.slick-next {
        right: 2rem;
    }
}
.tabber-combo {
    padding-bottom: 3rem;

}

.tabber-combo h2 span {
    color: #5C3FD6;
}

.tabber-combo__tabs {
    margin-bottom: 1.5rem;
}

.tabber-combo__tabs > div {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    gap: 1rem;
}

.tabber-combo__tabs a {
    display: inline-block;
    white-space: nowrap;
    border-radius: 999px;
    background: #EEECEF;
    padding: 0.5rem 1.75rem 0.7rem;
    color: #3A1C46;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.tabber-combo__tabs a:hover,
.tabber-combo__tabs a[data-tab-fade] {
    background: #5C3FD6;
    color: #FFF;
}

.tabber-combo__frame {
    border: 2px solid #bfbebe;
    border-radius: 2rem;
    padding: 1rem;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateY(0.5rem); -moz-transform: translateY(0.5rem); transform: translateY(0.5rem);
}

.tabber-combo__frame[data-tab-in] {
    display: grid;
}

.tabber-combo__frame[data-tab-fade] {
    position: static;
    opacity: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
    -webkit-transform: translateY(0); -moz-transform: translateY(0); transform: translateY(0);
}

.tabber-combo__items {
    padding: 1.5rem 1rem;
}

.tabber-combo__expander {
    margin-bottom: 2rem;
}

.tabber-combo__expander:last-child {
    margin-bottom: 1rem;
}

.tabber-combo__expander > h3 {
    color: #361E44;
    border-bottom: 1px solid #BFBEBE;
    padding: 0.5rem;
    margin: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%235C3FD6' stroke-width='2' d='M14.686 8.843 7.843 2 1 8.843'/%3E%3C/svg%3E") right 1rem top 50%  no-repeat;
    cursor: pointer;
}

.tabber-combo__expander[data-expanded] > h3 {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%235C3FD6' stroke-width='2' d='m14.686 6.843-6.843 6.843L1 6.843'/%3E%3C/svg%3E") right 1rem top 35% no-repeat;
}

.tabber-combo__expander > div {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.tabber-combo__expander > div > div {
    padding: 0.5rem;
}

.tabber-combo__expander > div > div p:last-child {
    margin-bottom: 0;
}

.tabber-combo__expander img {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    margin-top: 1.25rem;
}

.tabber-combo__images {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 1.25rem;
    overflow: hidden;
}

.tabber-combo__images img {
    width: 100%;
    border-radius: 1.25rem;
    grid-row: 1;
    grid-column: 1;
    opacity: 0;
    -webkit-transform: translateX(20%); -moz-transform: translateX(20%); transform: translateX(20%);
}

.tabber-combo__images img[data-tab-in] {
    z-index: 5;
}

.tabber-combo__images img[data-tab-fade] {
    z-index: 5;
    transition: opacity 0.5s ease 0.1s, transform 0.6s ease;
    opacity: 1;
    -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0);
}

@media all and (max-width:720px), print {
    .tabber-combo {
        padding-bottom: 1.75rem;
    }

    .tabber-combo__tabs {
        position: relative;
        margin-bottom: 0.75rem;
    }

    .tabber-combo__tabs > div {
        overflow-x: auto;
        gap: 0.5rem;
        padding-bottom: 0.4rem;
        padding-right: 0.75rem;
        position: relative;
    }

    .tabber-combo__tabs a {
        padding: 0.25rem 1rem;
    }

    .tabber-combo__tabs:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 10;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
        width: 1.25rem;
        top: 0;
        right: 0;
        height: 100%;
        pointer-events: none;
    }

    .tabber-combo .contain.con-10 {
        padding: 0;
    }

    .tabber-combo__expander {
        margin-bottom: 1rem;
    }

    .tabber-combo__frame[data-tab-in] {
        display: block;
    }

    .tabber-combo__items {
        padding: 0;
    }

    .tabber-combo__images {
        display: none;
    }
}
.header2 {
    position: relative;
    width: 100%;
    height: 560px;
    margin: 0 0 3rem;
}

.header2__fg {
    position: relative;
    height: 100%;
    z-index: 1;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
}



.header2__fg > .container {
    height: 100%;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-items: center;
    -ms-justify-content: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center;
    color: #ffffff;
    text-align: center;
    width: 1130px;
}

.header2[has-image] .header2__fg > .container {
    -ms-justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between;
    text-align: left;
    gap: 3rem;
    overflow: hidden;
}

.header2__bg {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    
    background: #2a276e;
}

.header2[theme-blue_gradient] .header2__bg {
    background: url('../images/bg-header-blue-tiny.png') center no-repeat #2a276e;
    background-size: cover;
}

.header2[theme-light] .header2__bg {
    background: url('../images/bg-header-light-tiny.png') center no-repeat #d2d0f6;
    background-size: cover;
}

.header2__fg > .container h1 {
    font-display: optional;
    font: 4rem 'Aleo', serif;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 1.5rem;
}

.header2__fg > .container h1 span {
    color: #23F0C7;
}

.header2__fg > .container p {
    font-size: 1.555rem;
    font-weight: 700;
    line-height: 1.2em;
}

.header2__buttons {
    margin-bottom: 1.5rem;
}

.header2__button {
    display: inline-block;
    border-radius: 0.7rem;
    padding: 0.6rem 1rem;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    border: 2px solid #23F0C7;
    transition: background-color 0.15s ease;
}

.header2__button:hover {
    background: #23F0C7;
}


.header2[has-body][has-buttons] .header2__fg > .container > div {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    align-self: stretch;
    -ms-flex-direction: column; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column;
    padding: 1.75rem 0;
}
.header2[has-body][has-buttons] .header2__fg > .container > div:before {
    display: block;
    content: "";
    margin-bottom: auto;
}
.header2[has-body][has-buttons] .header2__buttons {
    margin-top: auto;
}



.header2 .menu2__logo .logo_line,
.header2 .menu2__mobile-logo .logo_line {
    fill: #21f5a8;
}

.header2__image {
    -ms-flex: 0 0 45%; -webkit-flex: 0 0 45%; -moz-flex: 0 0 45%; flex: 0 0 45%;
}


.header2[theme-light] .header2__bg {
    background-color: #f4f4f4;   
}
.header2[theme-light] .menu2__menu > li > a {
    color: #1A1F4D;
}
.header2[theme-light] .menu2__logo .logo_text {
    fill: #3A1C46;
}
.header2[theme-light] .header2__fg > .container {
    color: #1A1F4D;
}
.header2[theme-light] .header2__fg > .container h1 span {
    color: #5D3FD6;
}
.header2[theme-light] .menu2__logo .logo_line {
    fill: #5D3FD6;
}
.header2[theme-light] .header2__button {
    border-color: #5D3FD6;
    color: #1A1F4D;
}
.header2[theme-light] .header2__button:hover {
    background: #5D3FD6;
    color: #ffffff;
}


@media all and (max-width:1440px) {
    .header2__fg > .container {
        width: auto;
        padding-left: max(50% - 565px, 2rem);
        padding-right: max(50% - 565px, 2rem);
    }
}

@media all and (max-width:720px), print {
    .header2 {
        
        height: 450px;
    }

    .header2__fg > .container {
        width: auto;
        text-align: left;
        -ms-justify-content: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start;
        margin: 0;
        padding: 0 22px;
    }

    .header2__fg > .container h1 {
        font-size: 34px;
        margin-bottom: 1.9rem;
    }

    .header2__fg > .container p {
        font-size: 22px;
        line-height: 1.2em;
    }
}
.block-pullquote { width: 100%; margin-bottom: 80px; color: #1A1F4D; }
.block-pullquote.no-image .body { margin: 50px 20% 0px 15.8%; padding: 60px 0 15px 10.5%;  min-height: 158px; }

.block-pullquote.no-image .body:before {
    content: "";
    display: inline-block;
    position: absolute;
    margin-left: -46px;
    margin-top: -8px;
    width: 39px;
    height: 35px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='35' fill='none'%3E%3Cpath fill='%235D3FD6' d='m29.415 32.595-5.565 2.226c-.848-2.12-1.43-4.187-1.749-6.201a24.181 24.181 0 0 1-.159-6.201c.53-4.134 2.067-8.109 4.611-11.925C29.097 6.572 32.224 3.074 35.934 0l2.067 1.431c.424.424.583.795.477 1.113-.106.53-.318.954-.636 1.272-2.332 2.65-4.346 5.3-6.042 7.95-1.59 2.65-2.544 5.406-2.862 8.268-.212 1.696-.212 3.286 0 4.77.318 1.484.848 3.074 1.59 4.77.106.318.16.583.16.795.105.212.158.424.158.636-.106.742-.583 1.272-1.43 1.59Zm-21.624 0-5.565 2.226c-.848-2.12-1.43-4.187-1.749-6.201a24.181 24.181 0 0 1-.159-6.201c.53-4.134 2.067-8.109 4.611-11.925C7.473 6.572 10.6 3.074 14.31 0l2.067 1.431c.424.424.583.795.477 1.113-.106.53-.318.954-.636 1.272-2.332 2.65-4.346 5.3-6.042 7.95-1.59 2.65-2.544 5.406-2.862 8.268-.212 1.696-.212 3.286 0 4.77.318 1.484.848 3.074 1.59 4.77.106.318.16.583.16.795.105.212.158.424.158.636-.106.742-.583 1.272-1.43 1.59Z' opacity='.2'/%3E%3C/svg%3E") center no-repeat;
}

.block-pullquote.no-image .body p:last-child:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 39px;
    height: 35px;
    margin-left: 30px;
    margin-top: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='35' fill='none'%3E%3Cpath fill='%235D3FD6' d='M31.005 2.226 36.411 0c.954 2.014 1.537 4.08 1.75 6.2.317 2.015.37 4.029.158 6.043-.53 4.134-2.067 8.162-4.61 12.084-2.545 3.816-5.619 7.314-9.223 10.494l-2.226-1.59c-.424-.212-.583-.583-.477-1.113.106-.212.16-.371.16-.477.105-.212.264-.424.476-.636 2.332-2.65 4.293-5.3 5.883-7.95 1.696-2.756 2.703-5.512 3.021-8.268.212-1.696.16-3.286-.159-4.77-.212-1.59-.689-3.233-1.43-4.93l-.319-.635c0-.212.053-.424.16-.636 0-.742.476-1.272 1.43-1.59Zm-21.624 0L14.787 0c.954 2.014 1.537 4.08 1.75 6.2.317 2.015.37 4.029.158 6.043-.53 4.134-2.067 8.162-4.61 12.084C9.54 28.143 6.465 31.64 2.861 34.82L.636 33.23c-.424-.212-.583-.583-.477-1.113.106-.212.16-.371.16-.477.105-.212.264-.424.476-.636 2.332-2.65 4.293-5.3 5.883-7.95 1.696-2.756 2.703-5.512 3.021-8.268.212-1.696.16-3.286-.159-4.77-.212-1.59-.689-3.233-1.43-4.93l-.319-.635c0-.212.053-.424.16-.636 0-.742.476-1.272 1.43-1.59Z' opacity='.2'/%3E%3C/svg%3E") center no-repeat;
}

.block-pullquote.has-image {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    margin-top: 3.5rem;
    margin-bottom: 6rem;
    gap: 4rem;
}

.block-pullquote.has-image .block-pullquote__quote {
    -ms-flex: 1 1 50%; -webkit-flex: 1 1 50%; -moz-flex: 1 1 50%; flex: 1 1 50%;
    padding: 4rem 0;
}

.block-pullquote.has-image .body {
    padding: 0 0 0 1rem;
}

.block-pullquote.has-image p {
    font-weight: 500;
}

.block-pullquote.has-image .body p:first-child:before {
    content: "“";
    display: inline-block;
    margin-left: -1rem;
    margin-right: 0.2rem;
}
.block-pullquote.has-image .body p:last-child:after {
    content: "”";
    display: inline-block;
    margin-left: -1px;
}
.block-pullquote.has-image .body p:last-child {
    margin-bottom: 1rem;
}


.block-pullquote p { font: 32px Aleo, serif; font-style: italic; line-height: 1.6em; font-weight: 300;  }
.block-pullquote p:last-child:after { content: "”"; margin-left: -1px; }

.block-pullquote .attribution { font-size: 17px; line-height: 1.7em; }
.block-pullquote.no-image .attribution { width: 50%; float: right; }
.block-pullquote .attribution strong { font-weight: 700; }
.block-pullquote .attribution .image { width: 75px; height: 75px; border-radius: 38px; float: left; margin-right: 16px; background-size: cover; background-position: center; }

.block-pullquote__image {
    -ms-flex: 1 1 38%; -webkit-flex: 1 1 38%; -moz-flex: 1 1 38%; flex: 1 1 38%;
    background-size: auto 14rem;
    background-position: left;
    background-repeat: no-repeat;
}


@media all and (min-width:721px) and (max-width:960px) {
    .block-pullquote__image {
        background-size: contain;
    }
}

@media all and (max-width:720px) {
    .block-pullquote.has-image {
        -ms-flex-direction: column-reverse; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; flex-direction: column-reverse;
        gap: 2rem;
    }

    .container-pullquote .contain.con-10 {
        padding: 0;
    }

    .block-pullquote p {
        font-size: 24px;
    }
    .block-pullquote .attribution {
        font-size: 15px;
    }

    .block-pullquote__image {
        -ms-flex: 1 1 16rem; -webkit-flex: 1 1 16rem; -moz-flex: 1 1 16rem; flex: 1 1 16rem;
        background-size: contain;
    }
    .block-pullquote.has-image .block-pullquote__quote {
        padding: 0;
    }
    .block-pullquote.has-image .body {
        padding-left: 0.5rem;
    }

    .block-pullquote.no-image .body:before {
        width: 18px;
        background-size: 18px;
        margin-left: -23px;
    }
    .block-pullquote.no-image .body p:last-child:after {
        width: 18px;
        background-size: 18px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .block-pullquote.no-image .body {
        margin: 0;
        padding: 40px 0 0 0.5rem;
        min-height: auto;
    }
    .block-pullquote.no-image .attribution {
        width: auto;
        float: none;
    }
}