@import url(https://use.typekit.net/vcr1zgs.css);
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/** Light color-scheme **/
:root{
    --cc-bg: #fff;
    --cc-text: #2d4156;
    --cc-btn-primary-bg: #2d4156;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1d2e38;
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #d8e0e6;
    --cc-toggle-bg-off: #919ea6;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #d5dee2;
    --cc-toggle-knob-bg: #fff;
    --cc-toggle-knob-icon-color: #ecf2fa;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-bg-hover: #e9eff4;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e9edf2;
    --cc-overlay-bg: rgba(4, 6, 8, .85);
    --cc-webkit-scrollbar-bg: #cfd5db;
    --cc-webkit-scrollbar-bg-hover: #9199a0;
}

/** Dark color-scheme **/
.c_darkmode{
    --cc-bg: #181b1d;
    --cc-text: #d8e5ea;
    --cc-btn-primary-bg: #a6c4dd;
    --cc-btn-primary-text: #000;
    --cc-btn-primary-hover-bg: #c2dff7;
    --cc-btn-secondary-bg: #33383c;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #3e454a;
    --cc-toggle-bg-off: #667481;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #454c54;
    --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
    --cc-toggle-knob-icon-color: var(--cc-bg);
    --cc-block-text: #b3bfc5;
    --cc-cookie-category-block-bg: #23272a;
    --cc-cookie-category-block-bg-hover: #2b3035;
    --cc-section-border: #292d31;
    --cc-cookie-table-border: #2b3035;
    --cc-webkit-scrollbar-bg: #667481;
    --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    font-family: inherit;
	line-height: 1.2;
    font-size: 1em;
    transition: none;
    animation: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: unset;
    color: inherit;
    background: none;
    border: none;
    border-radius: unset;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    visibility: unset;
    height: auto;
    vertical-align: baseline;
}

.cc_div {
    font-size: 16px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #2d4156;
    color: var(--cc-text);
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before{
    font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc{
    border-radius: .35em;
}

#s-bl .act .b-acc{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.cc_div input,
.cc_div button,
.cc_div a{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc_div a{
    border-bottom: 1px solid;
}

.cc_div a:hover{
    text-decoration: none;
    border-color: transparent;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov{
    transition: visibility .25s linear, opacity .25s ease, transform .25s ease!important;
}

.c--anim .c-bn{
    transition: background-color .25s ease!important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr{
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov{
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr{
    transform: translateX(100%);
    opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr{
    transform: translateX(-100%);
    opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr{
    transform: translateY(1.6em);
}

#cm.top.slide{
    transform: translateY(-1.6em);
}

#cm.bar.slide{
    transform: translateY(100%);
}

#cm.bar.top.slide{
    transform: translateY(-100%);
}
/* end transitions */

/* Show modals */

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr{
    opacity: 1;
    transform: scale(1);
    visibility: visible!important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle{
    transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt{
    visibility: visible!important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov{
    visibility: visible!important;
    opacity: 1!important;
}

#cm{
    font-family: inherit;
    padding: 1.1em 1.8em 1.4em 1.8em;
    position: fixed;
    z-index: 1;
    background: #fff;
    background: var(--cc-bg);
    max-width: 24.2em;
    width: 100%;
    bottom: 1.250em;
    right: 1.250em;
    box-shadow: 0 0.625em 1.875em #000000;
    box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    line-height: initial;
}

/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
    display: block!important;
}

#c-ttl{
    margin-bottom: .7em;
    font-size: 1.05em;
}

.cloud #c-ttl{
    margin-top: -.15em;
}

#c-txt{
    font-size: 0.9em;
    line-height: 1.5em;
}

.cc_div #c-bns{
    display: flex;
    justify-content: space-between;
    margin-top: 1.4em;
}

.cc_div .c-bn{
    color: #40505a;
    color: var(--cc-btn-secondary-text);
    background: #e5ebef;
    background: var(--cc-btn-secondary-bg);
    padding: 1em 1.7em;
    display: inline-block;
    cursor: pointer;
    font-size: 0.82em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: 4px;
    flex: 1;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn{
    float: right;
    margin-left: 1em;
}

#s-cnt #s-rall-bn{
    float: none;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover{
    background: #d8e0e6;
    background: var(--cc-btn-secondary-hover-bg);
}

/**
CookieConsent settings modal
**/
#s-cnt{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    display: table;
    height: 100%;
    visibility: hidden;
}

#s-bl{
    outline: none;
}

#s-bl .title{
    margin-top: 1.4em;
}

#s-bl .title:first-child{
    margin-top: 0;
}

#s-bl .b-bn{
    margin-top: 0;
}

#s-bl .b-acc .p{
    margin-top: 0;
    padding: 1em;
}

#s-cnt .b-bn .b-tl{
    display: block;
    font-family: inherit;
    font-size: .95em;
    width: 100%;
    position: relative;
    padding: 1.3em 6.4em 1.3em 2.7em;
    background: none;
    transition: background-color .25s ease;
}

#s-cnt .b-bn .b-tl.exp{
    cursor: pointer;
}

#s-cnt .act .b-bn .b-tl{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover{
    background: #e9eff4;
    background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn{
    position: relative;
}

#s-bl .c-bl{
    padding: 1em;
    margin-bottom: .5em;
    border: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
    transition: background-color .25s ease;
}

#s-bl .c-bl:hover{
    background: #f0f4f7;
    background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child{
    margin-bottom: .5em;
}

#s-bl .c-bl:first-child{
    transition: none;
    padding: 0;
    margin-top: 0;
    border:none;
    margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover{
    background: transparent;
    background: unset;
}

#s-bl .c-bl.b-ex{
    padding: 0;
    border: none;
    background: #f0f4f7;
    background: var(--cc-cookie-category-block-bg);
    transition: none;
}

#s-bl .c-bl.b-ex + .c-bl{
    margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex{
    margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child{
    margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child{
    margin-bottom: .5em;
}

#s-bl .b-acc{
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
    display: none;
}

#s-bl .act .b-acc{
    max-height: 100%;
    display: block;
    overflow: hidden;
}

#s-cnt .p{
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: .85em;
    color: #2d4156;
    color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled{
    cursor: not-allowed;
}

#c-vln{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#cs{
    padding: 0 1.7em;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

#s-inr{
    height: 100%;
    position: relative;
    max-width: 45em;
    margin: 0 auto;
    transform: scale(.96);
    opacity: 0;
    padding-top: 4.75em;
    padding-bottom: 4.75em;
    position: relative;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    box-shadow: rgba(3, 6, 9, .26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns{
    background: #fff;
    background: var(--cc-bg);
}

#s-bl{
	overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden;
    height: 100%;
    padding: 1.3em 2.1em;
    display: block;
    width: 100%;
}

#s-bns{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 2.1em;
    border-top: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
    height: 4.75em;
}

.cc_div .cc-link{
    color: #253b48;
    color: var(--cc-btn-primary-bg);
    border-bottom: 1px solid #253b48;
    border-color: var(--cc-btn-primary-bg);
    display: inline;
    padding-bottom: 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active{
    border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child{
    color: #fff;
    color: var(--cc-btn-primary-text);
    background: #253b48;
    background: var(--cc-btn-primary-bg);
}

#c-bns.swap button:first-child{
    color: #40505a;
    color: var(--cc-btn-secondary-text);
    background: #e5ebef;
    background: var(--cc-btn-secondary-bg);
}

#c-bns.swap button:last-child{
    color: #fff;
    color: var(--cc-btn-primary-text);
    background: #253b48;
    background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg{
    background: #253b48;
    background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover{
    background: #1d2e38;
    background: var(--cc-btn-primary-hover-bg);
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover{
    background: #d8e0e6;
    background: var(--cc-btn-secondary-hover-bg);
}

#s-hdr{
    position: absolute;
    top: 0;
    width: 100%;
    display: table;
    padding: 0 2.1em;
    height: 4.75em;
    vertical-align: middle;
    z-index: 2;
    border-bottom: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
}

#s-ttl{
	display: table-cell;
    vertical-align: middle;
    font-size: 1em;
}

#s-c-bn{
    padding: 0;
    width: 1.7em;
    height: 1.7em;
    font-size: 1.45em;
    margin: 0;
    font-weight: initial;
    position: relative;
}

#s-c-bnc{
    display: table-cell;
    vertical-align: middle;
}

.cc_div span.t-lb {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

#c_policy__text{
    height: 31.250em;
    overflow-y: auto;
    margin-top: 1.250em;
}

#c-s-in{
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    height: 100%;
    height: calc(100% - 2.5em);
    max-height: 37.5em;
}

@media screen and (min-width: 688px) {
    /** works only on webkit-based browsers **/
    #s-bl::-webkit-scrollbar{
        width: .9em;
        height: 100%;
        background: transparent;
        border-radius: 0 0.250em 0.250em 0;
    }
    
    #s-bl::-webkit-scrollbar-thumb{
        border: 0.25em solid var(--cc-bg);
        background: #cfd5db;
        background: var(--cc-webkit-scrollbar-bg);
        border-radius: 100em;
    }

    #s-bl::-webkit-scrollbar-thumb:hover{
        background: #9199a0;
        background: var(--cc-webkit-scrollbar-bg-hover);
    }

    #s-bl::-webkit-scrollbar-button {
        width: 10px;
        height: 5px;
    }
}

/** custom checkbox **/
/* The container */
.cc_div .b-tg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    right: 1.2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
    vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
    position: absolute;
    background: #919ea6;
    background: var(--cc-toggle-bg-off);
    transition: background-color .25s ease, box-shadow .25s ease;
    pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl{
    width: 3.4em;
    height: 1.5em;
    border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro{
    cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro{
    background: #d5dee2;
    background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after{
    box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
    content: "";
    position: relative;
    display: block;
    left: 0.125em;
    top: 0.125em;
    width: 1.25em;
    height: 1.25em;
    border: none;
    box-sizing: content-box;
    background: #fff;
    background: var(--cc-toggle-knob-bg);
    box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
    transition: transform .25s ease;
    border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after{
    transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td{
    border: none;
}

#s-bl tbody tr{
    transition: background-color .25s ease;
}

#s-bl tbody tr:hover{
    background: #e9eff4;
    background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table { 
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#s-bl td, 
#s-bl th { 
    padding: 0.8em 0.625em;
    text-align: left;
    vertical-align: top;
    font-size: .8em;
    padding-left: 1.2em;
}

#s-bl th { 
	font-family: inherit;
    padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child{
    border-bottom: 1px solid #e9edf2;
    border-color: var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs{
    width: 100vw;
}

#cm-ov,
#cs-ov{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background: #070707;
    background: rgba(4, 6, 8, .85);
    background: var(--cc-overlay-bg);
    display: none;
    transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov{
    display: block;
}

#cs-ov{
    z-index: 2;
}

.force--consent .cc_div{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 100vw;
    visibility: hidden;
    transition: visibility .25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div{
    visibility: visible;
}

.force--consent #cm{
    position: absolute;
}

.force--consent #cm.bar{
    width: 100vw;
    max-width: 100vw;
}

html.force--consent.show--consent{
    overflow-y: hidden!important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body{
    height: auto!important;
    overflow-x: hidden!important;
}
/** END BLOCK PAGE SCROLL */

/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before{
    border: solid #2d4156;
    border-color: var(--cc-btn-secondary-text);
    border-width: 0 2px 2px 0;
    padding: .2em;
    display: inline-block;
    position: absolute;
    content: '';
    margin-right: 15px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 1.2em;
    top: 50%;
}

.cc_div .act .b-bn .b-tl::before{
    transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before{
    border: solid #fff;
    border-color: var(--cc-toggle-knob-icon-color);
    border-width: 0 2px 2px 0;
    padding: .1em;
    display: inline-block;
    padding-bottom: .45em;
    content: '';
    margin: 0 auto;
    transform: rotate(45deg);
    top: .37em;
    left: .75em;
    position: absolute;
}

#s-c-bn::before,
#s-c-bn::after{
    content: '';
    position: absolute;
    left: .82em;
    top: .58em;
    height: .6em;
    width: 1.5px;
    background: #444d53;
    background: var(--cc-btn-secondary-text);
    transform: rotate(45deg);
    border-radius: 1em;
    margin: 0 auto;
}

#s-c-bn::after{
    transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i{
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    transition: opacity .15s ease;
}

.cc_div .on-i{
    left: 0;
    opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after{
    right: .8em;
    top: .42em;
    content: ' ';
    height: .7em;
    width: .09375em;
    display: block;
    background: #cdd6dc;
    background: var(--cc-toggle-knob-icon-color);
    margin: 0 auto;
    position: absolute;
    transform-origin: center;
}

.cc_div .off-i::before {
    transform: rotate(45deg);
}
.cc_div .off-i::after {
    transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i{
    opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i{
    opacity: 0;
}
/** END ICONS **/

#cm.box.middle,
#cm.cloud.middle{
    top: 50%;
    transform: translateY(-37%);
    bottom: auto;
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom{
    transform: scale(.95) translateY(-50%);
}

#cm.box.center{
    left: 1em;
    right: 1em;
    margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
    max-width: 50em;
    margin: 0 auto;
    text-align: center;
    left: 1em;
    right: 1em;
    overflow: hidden;
    padding: 1.3em 2em;
    width: unset;
}

.cc_div .cloud #c-inr{
    display: table;
    width: 100%;
}

.cc_div .cloud #c-inr-i{
    width: 70%;
    display: table-cell;
    vertical-align: top;
    padding-right: 2.4em;
}

.cc_div .cloud #c-txt{
    font-size: 0.85em;
}

.cc_div .cloud #c-bns{
    min-width: 170px;
    display: table-cell;
    vertical-align: middle;
}

#cm.cloud .c-bn{
    margin: .625em 0 0 0;
    width: 100%;
}

#cm.cloud .c-bn:first-child{
    margin: 0;
}

#cm.cloud.left{
    margin-right: 1.25em;
}

#cm.cloud.right{
    margin-left: 1.25em;
}
/* End cloud layout */

/* Start bar layout */
#cm.bar {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    position: fixed;
    padding: 2em;
}

#cm.bar #c-inr{
    max-width: 32em;
    margin: 0 auto;
}

#cm.bar #c-bns{
    max-width: 33.75em;
}

#cm.bar #cs{
    padding: 0;
}

.cc_div .bar #c-s-in{
    top: 0;
    transform: none;
    height: 100%;
    max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
    padding-left: 1.6em;
    padding-right: 1.6em;
}

.cc_div .bar #cs{
    padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr{
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    border-radius: 0;
    max-width: 32em;
}

.cc_div .bar.left #s-inr{
    margin-left: 0;
    margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table, 
.cc_div .bar #s-bl thead, 
.cc_div .bar #s-bl tbody, 
.cc_div .bar #s-bl th, 
.cc_div .bar #s-bl td, 
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt{ 
    display: block; 
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr{ 
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.cc_div .bar #s-bl tr{
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td { 
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%; 
}

.cc_div .bar #s-bl td:before { 
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
}
/* End bar layout */

/* Positions */
#cm.top {
    bottom: auto;
    top: 1.250em;
}

#cm.left{
    right: auto;
    left: 1.250em;
}

#cm.right{
    left: auto;
    right: 1.250em;
}

#cm.bar.left,
#cm.bar.right{
    left: 0;
    right: 0;
}

#cm.bar.top{
    top: 0;
}
/* end positions */

@media screen and (max-width: 688px) {

    #cm,
    #cm.cloud,
    #cm.left,
    #cm.right{
        width: auto;
        max-width: 100%;
        margin: 0;
        padding: 1.4em!important;
        right: 1em;
        left: 1em;
        bottom: 1em;
        display: block;
    }

    .force--consent #cm,
    .force--consent #cm.cloud{
        width: auto;
        max-width: 100vw;
    }

    #cm.top{
        top: 1em;
        bottom: auto;
    }

    #cm.bottom{
        bottom: 1em;
        top: auto;
    }

    #cm.bar.bottom{
        bottom: 0;
    }

    #cm.cloud .c-bn{
        font-size: .85em;
    }

    #s-bns,
    .cc_div .bar #s-bns{
        padding: 1em 1.3em;
    }

    .cc_div .bar #s-inr{
        max-width: 100%;
        width: 100%;
    }

    .cc_div .cloud #c-inr-i{
        padding-right: 0;
    }

    #cs{
        border-radius: 0;
        padding: 0;
    }

    #c-s-in{
        max-height: 100%;
        height: 100%;
        top: 0;
        transform: none;
    }

    .cc_div .b-tg{
        transform: scale(1.1);
        right: 1.1em;
    }

    #s-inr{
        margin: 0;
        padding-bottom: 7.9em;
        border-radius: 0;
    }

    #s-bns{
        height: 7.9em;
    }

	#s-bl,
    .cc_div .bar #s-bl{
		padding: 1.3em;
    }
    
	#s-hdr,
    .cc_div .bar #s-hdr{
        padding: 0 1.3em;
    }

    /** dynamic table layout **/
    #s-bl table { 
        width: 100%; 
    }

    #s-inr.bns-t{
        padding-bottom: 10.5em;
    }

    .bns-t #s-bns{
        height: 10.5em;
    }

    .cc_div .bns-t .c-bn{
        font-size: 0.83em;
        padding: .9em 1.6em;
    }

    #s-cnt .b-bn .b-tl{
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }

    /* Force table to not be like tables anymore */
    #s-bl table, 
    #s-bl thead, 
    #s-bl tbody, 
    #s-bl th, 
    #s-bl td, 
    #s-bl tr,
    #s-cnt{ 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #s-bl thead tr{ 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #s-bl tr{
        border-top: 1px solid #e3e7ed;
        border-color: var(--cc-cookie-table-border);
    }

    #s-bl td { 
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 35%; 
    }

    #s-bl td:before { 
        position: absolute;
        left: 1em;
        padding-right: 0.625em;
        white-space: nowrap;
        content: attr(data-column);
        color: #000;
        color: var(--cc-text);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #cm .c-bn,
    .cc_div .c-bn{
        width: 100%;
        margin-right: 0;
    }

    #s-cnt #s-rall-bn{
        margin-left: 0;
    }

    .cc_div #c-bns{
        flex-direction: column;
    }

    #c-bns button + button,
    #s-cnt button + button{
        margin-top: 0.625em;
        margin-left: 0;
        float: unset;
    }

    #cm.cloud,
    #cm.box{
        left: 1em;
        right: 1em;
        width: auto;
    }

    #cm.cloud.right,
    #cm.cloud.left{
        margin: 0;
    }

    .cc_div .cloud #c-bns,
    .cc_div .cloud #c-inr,
    .cc_div .cloud #c-inr-i{
        display: block;
        width: auto;
        min-width: unset;
    }

    .cc_div .cloud #c-txt{
        font-size: .9em;
    }

    .cc_div .cloud #c-bns{
        margin-top: 1.625em;
    }
}

/* Begin IE fixes */
.cc_div.ie #c-vln{
	height: 100%;
	padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln{
    padding-top: 0;
}

.cc_div.ie #cs{
    max-height: 37.5em;
    position: relative;
	top: 0;
	margin-top: -5.625em;
}

.cc_div.ie .bar #cs{
    margin-top:0;
    max-height: 100%;
}

.cc_div.ie #cm{
    border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in{
    top: 0;
}

.cc_div.ie .b-tg{
	padding-left: 1em;
	margin-bottom: 0.7em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after{
    left: 1.95em;
}

.cc_div.ie #s-bl table{
	overflow: auto;
}

.cc_div.ie .b-tg .c-tg{
    display: none;
}

.cc_div.ie .b-tg .c-tgl{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.2em;
    height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl{
    padding: 1.3em 6.4em 1.3em 1.4em
}

.cc_div.ie  .bar #s-bl td:before{
    display: none;
}

.cc_div.ie .bar #s-bl td{
    padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr{
    position: relative;
}

.cc_div.ie .b-tg .t-lb{
    filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov{
    filter: alpha(opacity=80);
}

/** END IE FIXES **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

a {
  text-decoration: none; }
  a:not([href]) {
    cursor: pointer; }

img, svg, iframe {
  max-width: 100%; }

img,
fieldset,
a img {
  border: none; }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  -webkit-appearance: none; }

input[type="submit"],
button {
  cursor: pointer; }
  input[type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

textarea {
  overflow: auto; }

input, button {
  margin: 0;
  padding: 0;
  border: 0; }

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.opacity-before--10:before {
  opacity: -1; }

.opacity--10 {
  opacity: -1; }

.opacity-after--10:after {
  opacity: -1; }

.pt--10 {
  padding-top: -10rem; }

.pb--10 {
  padding-bottom: -10rem; }

.mt--10 {
  margin-top: -10rem !important; }

.mb--10 {
  margin-bottom: -10rem !important; }

.mr--10 {
  margin-right: -10rem !important; }

.ml--10 {
  margin-left: -10rem !important; }

.opacity-before--9:before {
  opacity: -0.9; }

.opacity--9 {
  opacity: -0.9; }

.opacity-after--9:after {
  opacity: -0.9; }

.pt--9 {
  padding-top: -9rem; }

.pb--9 {
  padding-bottom: -9rem; }

.mt--9 {
  margin-top: -9rem !important; }

.mb--9 {
  margin-bottom: -9rem !important; }

.mr--9 {
  margin-right: -9rem !important; }

.ml--9 {
  margin-left: -9rem !important; }

.opacity-before--8:before {
  opacity: -0.8; }

.opacity--8 {
  opacity: -0.8; }

.opacity-after--8:after {
  opacity: -0.8; }

.pt--8 {
  padding-top: -8rem; }

.pb--8 {
  padding-bottom: -8rem; }

.mt--8 {
  margin-top: -8rem !important; }

.mb--8 {
  margin-bottom: -8rem !important; }

.mr--8 {
  margin-right: -8rem !important; }

.ml--8 {
  margin-left: -8rem !important; }

.opacity-before--7:before {
  opacity: -0.7; }

.opacity--7 {
  opacity: -0.7; }

.opacity-after--7:after {
  opacity: -0.7; }

.pt--7 {
  padding-top: -7rem; }

.pb--7 {
  padding-bottom: -7rem; }

.mt--7 {
  margin-top: -7rem !important; }

.mb--7 {
  margin-bottom: -7rem !important; }

.mr--7 {
  margin-right: -7rem !important; }

.ml--7 {
  margin-left: -7rem !important; }

.opacity-before--6:before {
  opacity: -0.6; }

.opacity--6 {
  opacity: -0.6; }

.opacity-after--6:after {
  opacity: -0.6; }

.pt--6 {
  padding-top: -6rem; }

.pb--6 {
  padding-bottom: -6rem; }

.mt--6 {
  margin-top: -6rem !important; }

.mb--6 {
  margin-bottom: -6rem !important; }

.mr--6 {
  margin-right: -6rem !important; }

.ml--6 {
  margin-left: -6rem !important; }

.opacity-before--5:before {
  opacity: -0.5; }

.opacity--5 {
  opacity: -0.5; }

.opacity-after--5:after {
  opacity: -0.5; }

.pt--5 {
  padding-top: -5rem; }

.pb--5 {
  padding-bottom: -5rem; }

.mt--5 {
  margin-top: -5rem !important; }

.mb--5 {
  margin-bottom: -5rem !important; }

.mr--5 {
  margin-right: -5rem !important; }

.ml--5 {
  margin-left: -5rem !important; }

.opacity-before--4:before {
  opacity: -0.4; }

.opacity--4 {
  opacity: -0.4; }

.opacity-after--4:after {
  opacity: -0.4; }

.pt--4 {
  padding-top: -4rem; }

.pb--4 {
  padding-bottom: -4rem; }

.mt--4 {
  margin-top: -4rem !important; }

.mb--4 {
  margin-bottom: -4rem !important; }

.mr--4 {
  margin-right: -4rem !important; }

.ml--4 {
  margin-left: -4rem !important; }

.opacity-before--3:before {
  opacity: -0.3; }

.opacity--3 {
  opacity: -0.3; }

.opacity-after--3:after {
  opacity: -0.3; }

.pt--3 {
  padding-top: -3rem; }

.pb--3 {
  padding-bottom: -3rem; }

.mt--3 {
  margin-top: -3rem !important; }

.mb--3 {
  margin-bottom: -3rem !important; }

.mr--3 {
  margin-right: -3rem !important; }

.ml--3 {
  margin-left: -3rem !important; }

.opacity-before--2:before {
  opacity: -0.2; }

.opacity--2 {
  opacity: -0.2; }

.opacity-after--2:after {
  opacity: -0.2; }

.pt--2 {
  padding-top: -2rem; }

.pb--2 {
  padding-bottom: -2rem; }

.mt--2 {
  margin-top: -2rem !important; }

.mb--2 {
  margin-bottom: -2rem !important; }

.mr--2 {
  margin-right: -2rem !important; }

.ml--2 {
  margin-left: -2rem !important; }

.opacity-before--1:before {
  opacity: -0.1; }

.opacity--1 {
  opacity: -0.1; }

.opacity-after--1:after {
  opacity: -0.1; }

.pt--1 {
  padding-top: -1rem; }

.pb--1 {
  padding-bottom: -1rem; }

.mt--1 {
  margin-top: -1rem !important; }

.mb--1 {
  margin-bottom: -1rem !important; }

.mr--1 {
  margin-right: -1rem !important; }

.ml--1 {
  margin-left: -1rem !important; }

.opacity-before-0:before {
  opacity: 0; }

.opacity-0 {
  opacity: 0; }

.opacity-after-0:after {
  opacity: 0; }

.pt-0 {
  padding-top: 0rem; }

.pb-0 {
  padding-bottom: 0rem; }

.mt-0 {
  margin-top: 0rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

.mr-0 {
  margin-right: 0rem !important; }

.ml-0 {
  margin-left: 0rem !important; }

.opacity-before-1:before {
  opacity: 0.1; }

.opacity-1 {
  opacity: 0.1; }

.opacity-after-1:after {
  opacity: 0.1; }

.pt-1 {
  padding-top: 1rem; }

.pb-1 {
  padding-bottom: 1rem; }

.mt-1 {
  margin-top: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.opacity-before-2:before {
  opacity: 0.2; }

.opacity-2 {
  opacity: 0.2; }

.opacity-after-2:after {
  opacity: 0.2; }

.pt-2 {
  padding-top: 2rem; }

.pb-2 {
  padding-bottom: 2rem; }

.mt-2 {
  margin-top: 2rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.opacity-before-3:before {
  opacity: 0.3; }

.opacity-3 {
  opacity: 0.3; }

.opacity-after-3:after {
  opacity: 0.3; }

.pt-3 {
  padding-top: 3rem; }

.pb-3 {
  padding-bottom: 3rem; }

.mt-3 {
  margin-top: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.opacity-before-4:before {
  opacity: 0.4; }

.opacity-4 {
  opacity: 0.4; }

.opacity-after-4:after {
  opacity: 0.4; }

.pt-4 {
  padding-top: 4rem; }

.pb-4 {
  padding-bottom: 4rem; }

.mt-4 {
  margin-top: 4rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.opacity-before-5:before {
  opacity: 0.5; }

.opacity-5 {
  opacity: 0.5; }

.opacity-after-5:after {
  opacity: 0.5; }

.pt-5 {
  padding-top: 5rem; }

.pb-5 {
  padding-bottom: 5rem; }

.mt-5 {
  margin-top: 5rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.opacity-before-6:before {
  opacity: 0.6; }

.opacity-6 {
  opacity: 0.6; }

.opacity-after-6:after {
  opacity: 0.6; }

.pt-6 {
  padding-top: 6rem; }

.pb-6 {
  padding-bottom: 6rem; }

.mt-6 {
  margin-top: 6rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

.ml-6 {
  margin-left: 6rem !important; }

.opacity-before-7:before {
  opacity: 0.7; }

.opacity-7 {
  opacity: 0.7; }

.opacity-after-7:after {
  opacity: 0.7; }

.pt-7 {
  padding-top: 7rem; }

.pb-7 {
  padding-bottom: 7rem; }

.mt-7 {
  margin-top: 7rem !important; }

.mb-7 {
  margin-bottom: 7rem !important; }

.mr-7 {
  margin-right: 7rem !important; }

.ml-7 {
  margin-left: 7rem !important; }

.opacity-before-8:before {
  opacity: 0.8; }

.opacity-8 {
  opacity: 0.8; }

.opacity-after-8:after {
  opacity: 0.8; }

.pt-8 {
  padding-top: 8rem; }

.pb-8 {
  padding-bottom: 8rem; }

.mt-8 {
  margin-top: 8rem !important; }

.mb-8 {
  margin-bottom: 8rem !important; }

.mr-8 {
  margin-right: 8rem !important; }

.ml-8 {
  margin-left: 8rem !important; }

.opacity-before-9:before {
  opacity: 0.9; }

.opacity-9 {
  opacity: 0.9; }

.opacity-after-9:after {
  opacity: 0.9; }

.pt-9 {
  padding-top: 9rem; }

.pb-9 {
  padding-bottom: 9rem; }

.mt-9 {
  margin-top: 9rem !important; }

.mb-9 {
  margin-bottom: 9rem !important; }

.mr-9 {
  margin-right: 9rem !important; }

.ml-9 {
  margin-left: 9rem !important; }

.opacity-before-10:before {
  opacity: 1; }

.opacity-10 {
  opacity: 1; }

.opacity-after-10:after {
  opacity: 1; }

.pt-10 {
  padding-top: 10rem; }

.pb-10 {
  padding-bottom: 10rem; }

.mt-10 {
  margin-top: 10rem !important; }

.mb-10 {
  margin-bottom: 10rem !important; }

.mr-10 {
  margin-right: 10rem !important; }

.ml-10 {
  margin-left: 10rem !important; }

@media (min-width: 480px) {
  .hide-from-xs {
    display: none; } }

@media (min-width: 768px) {
  .hide-from-sm {
    display: none; } }

@media (min-width: 1080px) {
  .hide-from-ml {
    display: none; } }

@media (min-width: 996px) {
  .hide-from-md {
    display: none; } }

@media (min-width: 1200px) {
  .hide-from-lg {
    display: none; } }

@media (min-width: 1600px) {
  .hide-from-xl {
    display: none; } }

@font-face {
  font-family: Geomanist;
  src: url("/fonts/Geomanist-Bold.otf");
  font-weight: 700; }

@font-face {
  font-family: Geomanist;
  src: url("/fonts/Geomanist-Medium.otf");
  font-weight: 600; }

@font-face {
  font-family: Geomanist;
  src: url("/fonts/Geomanist-Book.otf");
  font-weight: 500; }

@font-face {
  font-family: Geomanist;
  src: url("/fonts/Geomanist-Regular.otf");
  font-weight: 400; }

@font-face {
  font-family: Geomanist;
  src: url("/fonts/Geomanist-Light.otf");
  font-weight: 300; }

html {
  font-family: hero-new, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #03045E; }

h1, h2, h3, h4 {
  font-family: Geomanist, sans-serif;
  font-weight: 600;
  color: #03045E; }

h1 {
  font-size: calc(2 * 1.2vmax + 1rem);
  line-height: 1;
  margin-bottom: 1.2em; }

h2 {
  font-size: calc(1.2 * 1.2vmax + 1rem);
  line-height: 1.2;
  margin-bottom: 1em; }

h3 {
  font-size: calc(0.6 * 1.2vmax + 1rem);
  line-height: 1.3;
  margin-bottom: 0.9em; }

h4 {
  font-size: calc(0.4 * 1.2vmax + 1rem);
  line-height: 1.4;
  margin-bottom: 0.8em; }

@media (min-width: 1920px) {
  h1 {
    font-size: 83px; }
  h2 {
    font-size: 43px; }
  h3 {
    font-size: 30px; }
  h4 {
    font-size: 25px; } }

.btn {
  position: relative;
  padding: .5em 2em;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 100px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: background-color cubic-bezier(0.65, 0, 0.35, 1) 0.3s, color cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
  transition: background-color cubic-bezier(0.65, 0, 0.35, 1) 0.3s, color cubic-bezier(0.65, 0, 0.35, 1) 0.3s; }
  .btn span {
    position: relative;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: color cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
    transition: color cubic-bezier(0.65, 0, 0.35, 1) 0.3s; }
  .btn.tracked:after, .btn.vtracked:after {
    content: '';
    position: absolute;
    left: 50%;
    left: var(--x);
    top: 50%;
    top: var(--y);
    width: 0;
    height: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.7, 1), height 0.3s cubic-bezier(0.4, 0, 0.7, 1), color 0.3s linear;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.7, 1), height 0.3s cubic-bezier(0.4, 0, 0.7, 1), color 0.3s linear; }
  .btn:hover:after, .btn.touched:after {
    width: 300px;
    height: 300px; }
  .btn.small {
    font-size: 0.8rem;
    padding: .3em 1.6em; }
  .btn ~ .btn {
    margin-left: 2rem; }

p.tag {
  color: #3C99FB;
  font-size: 16px; }
  p.tag.blue-light {
    color: #65B2D6; }
  p.tag.small {
    font-size: 12px; }
  p.tag.mid {
    font-size: 14px; }
  p.tag.bold {
    font-weight: 700; }

.page-contact {
  position: fixed;
  bottom: 20px;
  right: 5px;
  min-height: 74px;
  max-width: 90%;
  z-index: 3;
  border-radius: 35px;
  overflow: hidden;
  background-color: white;
  opacity: 0;
  -webkit-animation: opacityIn linear forwards .4s .4s;
          animation: opacityIn linear forwards .4s .4s;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(calc(var(--targetprogress) * 0.80%));
          transform: translateX(calc(var(--targetprogress) * 0.80%));
  -webkit-transition: -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: transform cubic-bezier(0, 0.1, 0, 1) 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s; }
  @media (min-width: 768px) {
    .page-contact {
      min-height: 0;
      max-width: none;
      right: 20px;
      border-radius: 6px;
      -webkit-transform: translateX(calc(var(--targetprogress) * 0.95%));
              transform: translateX(calc(var(--targetprogress) * 0.95%)); } }
  .page-contact:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .page-contact-inner {
    position: relative; }
    @media (min-width: 768px) {
      .page-contact-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .page-contact-inner-img {
      position: absolute;
      width: 70px;
      height: 70px;
      left: 2px;
      top: 2px;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .page-contact-inner-img {
          position: relative;
          width: 200px;
          height: auto;
          left: auto;
          top: auto;
          border-radius: 0; } }
    .page-contact-inner-detail {
      padding: 5px 20px 5px 80px;
      background-color: white;
      min-width: 240px; }
      @media (min-width: 768px) {
        .page-contact-inner-detail {
          min-width: 300px;
          padding: 20px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
      .page-contact-inner-detail p {
        font-size: 9px;
        margin-bottom: 2px;
        text-transform: uppercase;
        color: #3C99FB;
        font-weight: 400; }
        @media (min-width: 768px) {
          .page-contact-inner-detail p {
            font-size: 11px;
            margin-bottom: 0; } }
      .page-contact-inner-detail h4 {
        margin-bottom: 5px;
        color: #03045E; }
        @media (max-width: 767px) {
          .page-contact-inner-detail h4 {
            margin-bottom: 0;
            font-size: 18px;
            line-height: 1.1;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; } }
      .page-contact-inner-detail h5 {
        margin-bottom: 12px;
        font-weight: 400;
        color: #03045E; }
        @media (max-width: 767px) {
          .page-contact-inner-detail h5 {
            margin-bottom: 0;
            font-size: 12px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; } }
      .page-contact-inner-detail a {
        display: block; }
        .page-contact-inner-detail a.ctc {
          display: none;
          font-size: 14px;
          font-weight: 500;
          color: #03045E; }
          @media (min-width: 768px) {
            .page-contact-inner-detail a.ctc {
              display: block; } }

.rte-flex p {
  margin-bottom: 0 !important; }

@media (min-width: 768px) {
  .rte-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .rte-flex > * {
      margin-right: 6px; } }

.box-bg {
  position: relative;
  background-color: var(--box-bg);
  -webkit-box-shadow: 1000px 0 0 var(--box-bg);
          box-shadow: 1000px 0 0 var(--box-bg); }
  .box-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-box-shadow: -1000px 0 0 var(--box-bg);
            box-shadow: -1000px 0 0 var(--box-bg); }

@-webkit-keyframes opacityIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacityIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

[v-cloak] p, [v-cloak] span, [v-cloak] i, [v-cloak] a, [v-cloak] h1, [v-cloak] h2, [v-cloak] h3, [v-cloak] h4, [v-cloak] h5 {
  opacity: 0; }

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  form .form-field {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0 30px 0; }
    form .form-field label {
      display: block;
      font-size: 14px;
      line-height: 16px;
      margin: 0 0 15px 0;
      color: #65B2D6;
      text-transform: uppercase; }
    form .form-field .input-group {
      position: relative; }
    form .form-field input, form .form-field select {
      width: 100%;
      border: 1px solid #65B2D6;
      background: white;
      border-radius: 6px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 15px 24px;
      font-size: 1rem;
      color: #333;
      accent-color: #65B2D6; }
    form .form-field select {
      -moz-appearance: none;
      /* Firefox */
      -webkit-appearance: none;
      /* Safari and Chrome */
      appearance: none;
      cursor: pointer;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Generator: Gravit.io --%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='isolation:isolate' viewBox='0 0 32 32' width='32pt' height='32pt'%3E%3Cdefs%3E%3CclipPath id='_clipPath_6OxDPhpsXAh2GekTS652SAld9Sb9aAQx'%3E%3Crect width='32' height='32'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23_clipPath_6OxDPhpsXAh2GekTS652SAld9Sb9aAQx)'%3E%3Cpath d=' M 14.86 26.432 L 1.8 13.372 C 1.171 12.743 1.171 11.721 1.8 11.092 L 3.324 9.568 C 3.952 8.94 4.971 8.939 5.602 9.566 L 16 19.915 L 26.398 9.566 C 27.029 8.939 28.048 8.94 28.676 9.568 L 30.2 11.092 C 30.829 11.721 30.829 12.743 30.2 13.372 L 17.14 26.432 C 16.511 27.061 15.489 27.061 14.86 26.432 Z ' fill='rgb(101, 178, 214)'/%3E%3C/g%3E%3C/svg%3E");
      background-position: calc(100% - 20px) center;
      background-repeat: no-repeat;
      background-size: 20px 20px; }
    form .form-field input.has-icon {
      padding-right: 84px; }
    form .form-field input + button, form .form-field input + span {
      position: absolute;
      bottom: 0;
      right: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      background-color: #54d5c4;
      color: white;
      border-radius: 0 6px 6px 0; }
      form .form-field input + button .fas, form .form-field input + span .fas {
        font-size: 22px; }

.nformr {
  max-width: 700px; }
  .nformr-form-field:not(:last-of-type) {
    margin-bottom: 2em; }
  .nformr-form-field.error label {
    color: #D63034; }
  .nformr-form-field.error input {
    border-color: #D63034; }
  .nformr-form-field-label {
    font-weight: 600;
    margin-bottom: .5em; }
  .nformr-form-field-input input, .nformr-form-field-input textarea, .nformr-form-field-input select, .nformr-form-field-textarea input, .nformr-form-field-textarea textarea, .nformr-form-field-textarea select, .nformr-form-field-select input, .nformr-form-field-select textarea, .nformr-form-field-select select {
    background-color: #FAFAFA;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%; }
  .nformr-form-field-checks label, .nformr-form-field-radios label {
    position: relative;
    padding-left: 30px; }
  .nformr-form-field-checks input[type="checkbox"], .nformr-form-field-checks input[type="radio"], .nformr-form-field-radios input[type="checkbox"], .nformr-form-field-radios input[type="radio"] {
    display: none; }
    .nformr-form-field-checks input[type="checkbox"]:checked + label:before, .nformr-form-field-checks input[type="radio"]:checked + label:before, .nformr-form-field-radios input[type="checkbox"]:checked + label:before, .nformr-form-field-radios input[type="radio"]:checked + label:before {
      background-color: #03045E; }
    .nformr-form-field-checks input[type="checkbox"] + label:before, .nformr-form-field-checks input[type="radio"] + label:before, .nformr-form-field-radios input[type="checkbox"] + label:before, .nformr-form-field-radios input[type="radio"] + label:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      width: 1.3em;
      height: 1.3em;
      margin-right: 10px;
      border: 2px solid #03045E;
      background-color: transparent;
      -webkit-transition: background-color ease 0.3s;
      transition: background-color ease 0.3s; }
  .nformr-form-field-checks input[type="checkbox"]:checked + label:before, .nformr-form-field-radios input[type="checkbox"]:checked + label:before {
    background-color: #03045E; }
  .nformr-form-field-checks input[type="checkbox"] + label:before, .nformr-form-field-radios input[type="checkbox"] + label:before {
    border-radius: 0px; }
  .nformr-form-field-checks input[type="radio"]:checked + label:before, .nformr-form-field-radios input[type="radio"]:checked + label:before {
    background-color: #03045E; }
  .nformr-form-field-checks input[type="radio"]:checked + label:after, .nformr-form-field-radios input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: .4em;
    left: .4em;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background-color: white; }
  .nformr-form-field-checks input[type="radio"] + label:before, .nformr-form-field-radios input[type="radio"] + label:before {
    border-radius: 50%; }
  .nformr-form-field-upload label {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer; }
  .nformr-form-field-upload-button span {
    display: block; }
  .nformr-form-field-upload-clear {
    cursor: pointer; }
  .nformr-form-field-error {
    font-size: .8rem;
    color: #D63034; }
  .nformr-form-actions button {
    -webkit-appearance: none;
    border: none !important;
    border-radius: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1em 2em;
    background-color: #8aded3 !important;
    color: #03045E !important;
    font-weight: 700;
    font-size: 1rem;
    font-family: hero-new, sans-serif;
    cursor: pointer; }

ul.pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  width: 100%; }
  ul.pagination li {
    list-style: none;
    margin: 0 0 12px 0;
    border-radius: 3px; }
    ul.pagination li + li {
      margin-left: 8px; }
    ul.pagination li button, ul.pagination li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 44px;
      width: 44px;
      background: transparent; }
      ul.pagination li button:hover, ul.pagination li a:hover {
        -webkit-box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.1);
                box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  ul.pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto; } }

.tabs_container {
  max-width: 100%; }
  .tabs_container.full-width {
    width: 100%; }

ul.tabs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%; }
  ul.tabs li {
    list-style: none;
    margin: 0 2px 0 0;
    font-size: 14px;
    line-height: 20px;
    background-color: white;
    text-align: center;
    font-weight: bold;
    color: #03045E;
    padding: 16px 17px 13px 17px;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0px -1px 0px #e6e6e633;
            box-shadow: 0px -1px 0px #e6e6e633;
    cursor: pointer; }
    ul.tabs li.active {
      background-color: #65B2D6;
      color: white; }
    ul.tabs li:hover {
      text-decoration: underline; }

.tab {
  -webkit-box-shadow: 0px 10px 10px #F5F5F5;
          box-shadow: 0px 10px 10px #F5F5F5;
  border-radius: 6px;
  margin: 0;
  position: relative;
  background-color: white;
  padding: 40px 30px;
  font-size: 16px;
  line-height: 26px;
  max-width: 100%; }
  .tab:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
    display: block;
    background-color: #65B2D6;
    border-radius: 0 6px 0 0; }

@media (min-width: 768px) {
  ul.tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    margin-left: 30px; }
    ul.tabs li {
      min-width: 140px; }
    ul.tabs + li {
      margin-left: 0px; }
  .tab:before {
    border-radius: 6px 6px 0 0; } }

.checkbox-toggle {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5em; }

.checkbox-slide {
  width: 4em;
  padding: 0;
  margin: 0;
  border-radius: .25em;
  cursor: pointer; }

.checkbox-switch {
  padding: 0;
  margin: 0;
  width: 2em;
  height: 2em;
  border-radius: 0.25em;
  background: #03045E;
  cursor: pointer; }

.checkbox-label {
  margin-left: 0.5em; }

.checkbox-switch.checked {
  -webkit-transform: translateX(2em);
          transform: translateX(2em);
  -webkit-transition: all 350ms;
  transition: all 350ms; }

.checkbox-switch.unchecked {
  -webkit-transition: all 350ms;
  transition: all 350ms; }

.checkbox-slide.checked {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  background: #8aded3; }

.checkbox-slide.unchecked {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  background: #ccc; }

.checkbox-switch.disabled {
  cursor: not-allowed;
  background: #1c1ef8; }

.checkbox-slide.disabled {
  cursor: not-allowd;
  background: #d9d9d9; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.78);
  overflow: auto;
  z-index: 999;
  -webkit-animation: ModalFadeIn 200ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: ModalFadeIn 200ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
  @media (min-width: 996px) {
    .modal {
      padding: 30px; } }
  .modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23253F86' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px'%3E%3Cpath d='M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 Z'/%3E%3C/svg%3E");
    background-size: cover;
    height: 18px;
    width: 18px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    .modal__close:hover {
      -webkit-transform: rotateZ(90deg);
              transform: rotateZ(90deg); }
  .modal.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.modal__window {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: absolute;
  background-color: white;
  padding: 30px 20px;
  margin: 0;
  width: 98vw;
  height: 98vh;
  overflow: auto;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  border-top: 10px solid #03045E;
  border-radius: 0 0 6px 6px;
  opacity: 0;
  -webkit-animation: ModalSlideIn 200ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: ModalSlideIn 200ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
  @media (min-width: 996px) {
    .modal__window {
      max-width: 780px;
      min-height: 50vh;
      height: auto;
      max-height: 80vh;
      padding: 45px 40px; } }

.modal__window_header {
  font-size: 12px;
  line-height: 18px;
  margin: -45px -40px 30px -40px;
  padding: 28px 40px 18px 40px;
  font-weight: normal;
  font-family: hero-new, sans-serif;
  background-color: #e9f5f9; }
  .modal__window_header h1, .modal__window_header h2, .modal__window_header h3, .modal__window_header h4 {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    font-weight: normal;
    font-family: Geomanist, sans-serif;
    letter-spacing: 0.5px; }
  .modal__window_header p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 18px 0;
    font-family: hero-new, sans-serif; }

.modal__window_body {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: normal;
  font-family: hero-new, sans-serif; }
  .modal__window_body h1, .modal__window_body h2, .modal__window_body h3, .modal__window_body h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    font-weight: bold;
    font-family: Geomanist, sans-serif; }
  .modal__window_body p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 26px 0;
    font-family: hero-new, sans-serif; }
  .modal__window_body hr {
    background-color: #65B2D6;
    height: 1px;
    border: none;
    opacity: 0.3;
    margin: 16px 0; }
  .modal__window_body label {
    font-weight: bold; }
  @media (min-width: 768px) {
    .modal__window_body table th, .modal__window_body table td {
      font-size: 12px;
      line-height: 16px;
      padding: 8px 12px; } }

@-webkit-keyframes ModalFadeIn {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.78); } }

@keyframes ModalFadeIn {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.78); } }

@-webkit-keyframes ModalSlideIn {
  0% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes ModalSlideIn {
  0% {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

.loading-spinner,
.loading-spinner:before,
.loading-spinner:after {
  background: #e9e9e9;
  -webkit-animation: loading-spinner1 1s infinite ease-in-out;
  animation: loading-spinner1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.loading-spinner {
  color: #e9e9e9;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loading-spinner:before,
.loading-spinner:after {
  position: absolute;
  top: 0;
  content: ''; }

.loading-spinner:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loading-spinner:after {
  left: 1.5em; }

@-webkit-keyframes loading-spinner1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em; } }

@keyframes loading-spinner1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    height: 4em; }
  40% {
    -webkit-box-shadow: 0 -2em;
            box-shadow: 0 -2em;
    height: 5em; } }

.data-list {
  font-size: 14px;
  line-height: 18px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .data-list .data-list-header {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ddd; }
    .data-list .data-list-header output {
      margin-left: auto; }
    .data-list .data-list-header .data-list-item-field {
      font-weight: bold;
      color: #65B2D6;
      text-transform: uppercase; }
    .data-list .data-list-header + .data-list-header {
      border-top: 2px solid #03045E; }
  .data-list .data-list-item {
    background-color: white;
    -webkit-box-shadow: 0px 4px 0px #0037710F;
            box-shadow: 0px 4px 0px #0037710F;
    border-radius: 6px;
    padding: 24px 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 20px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
    .data-list .data-list-item .data-list-item-field {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 0 0 5px 0; }
      .data-list .data-list-item .data-list-item-field.data-list-item-col > * + * {
        padding: 5px 0 0 0; }
    .data-list .data-list-item:last-child {
      border-bottom: none; }
    .data-list .data-list-item strong {
      font-weight: bold;
      font-size: 24px;
      line-height: 24px; }
    .data-list .data-list-item em {
      font-weight: normal;
      font-style: normal;
      color: #999;
      font-size: 12px; }
  .data-list a, .data-list a:visited {
    color: #65B2D6;
    text-decoration: underline; }
  .data-list a:active, .data-list a:hover {
    color: #65B2D6;
    text-decoration: underline; }

@media (min-width: 768px) {
  .data-list {
    background-color: white;
    -webkit-box-shadow: 0px 0px 20px #0037710F;
            box-shadow: 0px 0px 20px #0037710F;
    border-radius: 10px;
    padding: 20px 40px 75px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .data-list .data-list-header {
      min-height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .data-list .data-list-item {
      min-height: 60px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 21px 0;
      margin: 0;
      border-bottom: 1px solid #ddd;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      box-sizing: border-box;
      overflow: hidden;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      font-size: 14px; }
      .data-list .data-list-item .data-list-item-field {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        padding: 0 20px; }
        .data-list .data-list-item .data-list-item-field:first-child {
          padding: 0;
          margin: 0 auto 0 0; }
        .data-list .data-list-item .data-list-item-field:last-child {
          padding: 0;
          margin-left: 0 0 0 auto; }
        .data-list .data-list-item .data-list-item-field.data-list-item-col > * + * {
          padding: 0; }
      .data-list .data-list-item:last-child {
        border-bottom: none; }
      .data-list .data-list-item strong {
        font-weight: bold;
        font-size: 14px;
        line-height: 14px; }
      .data-list .data-list-item em {
        font-weight: normal;
        font-style: normal;
        color: #999;
        font-size: 12px; } }

.table-scrollable-container {
  overflow: auto; }

table.data {
  border-collapse: collapse;
  max-width: 100%; }
  table.data td.show-sm, table.data th.show-sm,
  table.data td.show-ml, table.data th.show-ml,
  table.data td.show-lg, table.data th.show-lg {
    display: none; }
  table.data td.nowrap, table.data th.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  table.data th {
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    color: white;
    background-color: #B1DBDF;
    text-align: left;
    padding: 4px 4px; }
  table.data tr.alternative-color th {
    background-color: #65B2D6; }
  table.data th + th {
    text-align: center; }
    table.data th + th:last-child {
      text-align: right; }
  table.data td {
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    text-align: left;
    padding: 4px 4px;
    border-top: 1px solid #B1DBDF; }
  table.data tr:first-child td {
    border-top: none; }
  table.data tr:last-child td {
    border-bottom: 1px solid #B1DBDF; }
  table.data td + td {
    text-align: center; }
    table.data td + td:last-child {
      text-align: right; }
  table.data tbody th {
    background-color: #FAFAFA;
    color: #03045E;
    font-weight: normal; }
  table.data tbody tr.table-body-header + tr td {
    border-top: none; }
  table.data.small-table td + td, table.data.small-table th + th {
    text-align: left; }
    table.data.small-table td + td:last-child, table.data.small-table th + th:last-child {
      text-align: right; }

@media (min-width: 480px) {
  table.data th, table.data td {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px; }
  table.data th {
    vertical-align: middle; }
  table.data td.nowrap-xs, table.data th.nowrap-xs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  table.data th, table.data td {
    font-size: 12px;
    line-height: 16px;
    padding: 20px 30px; }
  table.data td.show-sm, table.data th.show-sm {
    display: table-cell; }
  table.data td.nowrap-sm, table.data th.nowrap-sm {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1080px) {
  table.data td.show-ml, table.data th.show-ml {
    display: table-cell; }
  table.data td.nowrap-ml, table.data th.nowrap-ml {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  table.data td.show-lg, table.data th.show-lg {
    display: table-cell; }
  table.data td.nowrap-lg, table.data th.nowrap-lg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1600px) {
  table.data td.show-xl, table.data th.show-xl {
    display: table-cell; }
  table.data td.nowrap-xl, table.data th.nowrap-xl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

.data-cells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .data-cells .data-cell {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 15px 0 30px 0;
    max-width: 250px;
    min-width: 120px; }
    .data-cells .data-cell .key {
      font-size: 12px;
      line-height: 24px;
      text-transform: uppercase;
      padding: 10px 0 0 0;
      border-top: 1px solid #65B2D6; }
    .data-cells .data-cell .val {
      font-size: 20px;
      line-height: 24px;
      font-weight: bold; }

.field-list {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 16px 0; }
  .field-list .field-list-field label {
    font-weight: bold; }
  .field-list .field-list-field output {
    display: block; }
    .field-list .field-list-field output.mt {
      margin: 12px 0 0 0; }
    .field-list .field-list-field output a strong {
      color: #03045E; }
  .field-list .field-list-field.col, .field-list.col > .field-list-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .field-list .field-list-field.col label, .field-list.col > .field-list-field label {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .field-list .field-list-field.col output, .field-list.col > .field-list-field output {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      text-align: right;
      max-width: 70%; }
  .field-list.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .field-list.row > .field-list-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 0 15px 0; }
    .field-list.row > .field-list-field label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-height: 24px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: left; }
    .field-list.row > .field-list-field output {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      text-align: left; }

html {
  background-color: #f7f7f7; }
  html.noscroll {
    overflow-y: hidden; }

.page {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

.content-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .content-wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .content-wrap {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 1470px) {
    .content-wrap {
      max-width: 1380px; } }

.article .content-wrap, .article .rte {
  padding-left: 0;
  padding-right: 0; }

.header {
  background-color: #03045E;
  padding: 15px 20px;
  position: relative;
  z-index: 9; }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px; }
    .header-inner-brand {
      width: 100px; }
      .header-inner-brand a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .header-inner-nav {
      background-color: #03045E; }
      .header-inner-nav:after {
        content: '';
        height: 0;
        opacity: 0;
        width: 40px;
        position: absolute;
        bottom: -5px;
        left: var(--x);
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
        background: white;
        -webkit-transition: height cubic-bezier(0.4, 0, 0.7, 1) 0.3s, opacity linear 0.3s;
        transition: height cubic-bezier(0.4, 0, 0.7, 1) 0.3s, opacity linear 0.3s; }
      .header-inner-nav:hover:after, .header-inner-nav.touched:after {
        height: 3px;
        opacity: 1; }
      @media (min-width: 1080px) {
        .header-inner-nav {
          position: relative; } }
      .header-inner-nav ul {
        position: fixed;
        left: 0;
        right: 0;
        height: calc(100vh - 70px);
        overflow-y: auto;
        list-style: none;
        background: linear-gradient(150deg, #03045E, #253F86);
        z-index: 3;
        top: -10000vh;
        opacity: 0;
        -webkit-transition: top linear 0s 0.4s, opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
        transition: top linear 0s 0.4s, opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
        transition: top linear 0s 0.4s, opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
        transition: top linear 0s 0.4s, opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
        -webkit-transform: translateY(30px);
                transform: translateY(30px); }
        .header-inner-nav ul.on {
          top: 70px;
          opacity: 1;
          -webkit-transition: opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
          transition: opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
          transition: opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
          transition: opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        @media (min-width: 1080px) {
          .header-inner-nav ul {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 0;
            height: auto;
            top: 0 !important;
            opacity: 1;
            -webkit-transform: none;
                    transform: none;
            background: #03045E; } }
        .header-inner-nav ul li {
          font-weight: 600;
          font-size: 14px;
          position: relative;
          border-bottom: 1px solid rgba(221, 221, 221, 0.5);
          -webkit-transition: background-color cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
          transition: background-color cubic-bezier(0.65, 0, 0.35, 1) 0.4s; }
          @media (min-width: 1080px) {
            .header-inner-nav ul li.tabletOnly {
              display: none; } }
          .header-inner-nav ul li.on {
            background-color: #03045E; }
          @media (min-width: 1080px) {
            .header-inner-nav ul li {
              border-bottom: none; }
              .header-inner-nav ul li:not(:first-child) {
                margin-left: 30px; } }
          .header-inner-nav ul li .header-item {
            padding: 10px 0;
            margin: 0 40px;
            font-size: 1.5em; }
            @media (min-width: 1080px) {
              .header-inner-nav ul li .header-item {
                padding: 0;
                margin: 0; } }
            .header-inner-nav ul li .header-item-link {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              .header-inner-nav ul li .header-item-link .fas {
                font-size: 1em;
                color: #8aded3; }
            @media (min-width: 1080px) {
              .header-inner-nav ul li .header-item {
                display: block;
                border-bottom: none;
                padding-bottom: 0;
                font-size: 1em; }
                .header-inner-nav ul li .header-item .fas {
                  display: none; } }
          .header-inner-nav ul li:hover a.header-item-link, .header-inner-nav ul li.touched a.header-item-link {
            color: #54d5c4; }
          .header-inner-nav ul li a {
            color: white;
            -webkit-transition: color linear .3s;
            transition: color linear .3s; }
    .header-inner-burger-wrap {
      text-align: right;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-inner-burger-wrap a.btn {
        margin-right: 20px; }
      .header-inner-burger-wrap a.search {
        margin-right: 20px;
        color: white;
        font-size: 20px; }
      .header-inner-burger-wrap-burger {
        position: relative;
        z-index: 4;
        width: 32px;
        height: 21px;
        background: transparent;
        cursor: pointer; }
        .header-inner-burger-wrap-burger.on rect:nth-child(1), .header-inner-burger-wrap-burger.on rect:nth-child(3) {
          y: 9; }
        .header-inner-burger-wrap-burger.on rect:nth-child(1), .header-inner-burger-wrap-burger.on rect:nth-child(2) {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .header-inner-burger-wrap-burger.on rect:nth-child(3) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .header-inner-burger-wrap-burger svg {
          overflow: visible; }
        .header-inner-burger-wrap-burger rect {
          fill: white;
          -webkit-transition: all .2s;
          transition: all .2s;
          -webkit-transform-origin: center;
                  transform-origin: center; }
  .header-drop {
    max-height: 0;
    overflow: hidden;
    background-color: #03045E;
    padding: 0;
    -webkit-transition: max-height cubic-bezier(0.65, 0, 0.35, 1) 0.4s, padding cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
    transition: max-height cubic-bezier(0.65, 0, 0.35, 1) 0.4s, padding cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .header-drop::-webkit-scrollbar {
      display: none; }
    @media (min-width: 1080px) {
      .header-drop {
        display: none; } }
    .header-drop a {
      display: block;
      color: white;
      -webkit-transition: color linear .3s;
      transition: color linear .3s;
      padding: 10px 40px; }
      .header-drop a.hasgc {
        font-size: 15px;
        color: #8aded3;
        padding-top: 0; }
      .header-drop a:last-child {
        padding-bottom: 40px; }
      .header-drop a:hover {
        color: #8aded3; }
    .header-drop.on {
      max-height: 80vh;
      overflow-y: auto; }
    .header-drop-sub a {
      padding: 5px 40px; }
      .header-drop-sub a span {
        font-weight: 300;
        opacity: 0.5; }
      .header-drop-sub a:last-child {
        padding-bottom: 20px; }

.pagenav {
  padding: 10px 20px;
  background-color: #8aded3;
  position: sticky;
  top: -1px;
  z-index: 2;
  display: none; }
  @media (min-width: 480px) {
    .pagenav {
      display: block; } }
  .pagenav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pagenav-inner:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 40px;
      background: -webkit-gradient(linear, right top, left top, from(#8aded3), to(transparent));
      background: linear-gradient(270deg, #8aded3, transparent); }
    @media (min-width: 1080px) {
      .pagenav-inner:after {
        content: none; } }
    .pagenav-inner a.title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 20px; }
      @media (min-width: 1080px) {
        .pagenav-inner a.title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .pagenav-inner a.title:before {
            content: '';
            display: inline-block;
            width: 40px;
            height: 1px;
            background-color: white;
            opacity: 0.2;
            margin-right: 10px; } }
    .pagenav-inner p {
      width: 150px; }
    .pagenav-inner p.pad {
      display: none; }
      @media (min-width: 996px) {
        .pagenav-inner p.pad {
          display: block; } }
    .pagenav-inner p, .pagenav-inner a {
      font-size: 12px;
      font-weight: 600; }
    .pagenav-inner-items {
      list-style: none;
      width: auto;
      overflow-x: auto;
      overflow-y: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1080px) {
        .pagenav-inner-items {
          overflow: visible; } }
      .pagenav-inner-items li {
        position: relative;
        text-align: center;
        white-space: nowrap; }
        .pagenav-inner-items li:not(:first-child) {
          margin-left: 20px; }
          @media (min-width: 1600px) {
            .pagenav-inner-items li:not(:first-child) {
              margin-left: 30px; } }
        .pagenav-inner-items li:last-child {
          margin-right: 20px; }
          @media (min-width: 1080px) {
            .pagenav-inner-items li:last-child {
              margin-right: 0; } }
        .pagenav-inner-items li a {
          color: #03045E; }
        .pagenav-inner-items li:after {
          content: '';
          height: 3px;
          opacity: calc(var(--targetseen) / 100);
          width: 100%;
          position: absolute;
          bottom: -1px;
          left: 0;
          background: #03045E;
          -webkit-transition: height cubic-bezier(0.4, 0, 0.7, 1) 0.3s, opacity linear 0.3s;
          transition: height cubic-bezier(0.4, 0, 0.7, 1) 0.3s, opacity linear 0.3s; }
          @media (min-width: 1080px) {
            .pagenav-inner-items li:after {
              bottom: -5px; } }

.burger-nav {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  height: calc(100vh - 70px);
  overflow-y: auto;
  background: linear-gradient(150deg, #03045E, #253F86);
  z-index: 8;
  color: white;
  display: none;
  top: -10000vh;
  opacity: 0;
  -webkit-transition: top linear 0s 0.4s, opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: top linear 0s 0.4s, opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: top linear 0s 0.4s, opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: top linear 0s 0.4s, opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); }
  .burger-nav.on {
    top: 70px;
    opacity: 1;
    -webkit-transition: opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    transition: opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    transition: opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    transition: opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media (min-width: 1080px) {
    .burger-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .burger-nav a {
    color: white; }
  .burger-nav ul {
    list-style: none; }
  .burger-nav-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    background-color: #03045E; }
    .burger-nav-left-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 1600px) {
        .burger-nav-left-inner {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          padding: 30px 100px 30px 0; } }
      .burger-nav-left-inner ul {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
        .burger-nav-left-inner ul li {
          font-size: 26px;
          font-weight: 600;
          padding: 20px 0; }
          .burger-nav-left-inner ul li.on a {
            color: #8aded3; }
          .burger-nav-left-inner ul li:not(:last-child) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
          .burger-nav-left-inner ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .burger-nav-left-inner ul li a i {
              margin-left: 100px; }
          .burger-nav-left-inner ul li button {
            font-size: 26px;
            font-weight: 600;
            padding: 20px 0;
            background-color: transparent !important;
            color: white !important;
            border: none !important;
            padding: 0 !important;
            border-radius: 0; }
  .burger-nav-mid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }
    @media (min-width: 1600px) {
      .burger-nav-mid {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 55%;
                flex: 0 0 55%; } }
    .burger-nav-mid-inner {
      padding: 50px 50px 0; }
      .burger-nav-mid-inner h3 {
        color: white; }
      .burger-nav-mid-inner p {
        max-width: 75%; }
      .burger-nav-mid-inner .btn {
        margin: 30px 0 50px; }
      .burger-nav-mid-inner-cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .burger-nav-mid-inner-cols-col.c1, .burger-nav-mid-inner-cols-col.c2, .burger-nav-mid-inner-cols-col.c3 {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; }
        .burger-nav-mid-inner-cols-col ul li {
          font-weight: 300;
          padding: 15px 0 15px 15px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
          .burger-nav-mid-inner-cols-col ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .burger-nav-mid-inner-cols-col ul li a i {
              color: white;
              opacity: .4;
              margin-left: 10px; }
          .burger-nav-mid-inner-cols-col ul li.overview {
            font-weight: 500;
            padding-left: 0; }
            .burger-nav-mid-inner-cols-col ul li.overview a {
              color: #8aded3; }
        .burger-nav-mid-inner-cols-col:first-child ul {
          padding-right: 30px; }
        .burger-nav-mid-inner-cols-col:not(:first-child) ul {
          padding: 0 30px 30px;
          border-left: 1px solid rgba(255, 255, 255, 0.4); }
  .burger-nav-right {
    display: none; }
    @media (min-width: 1600px) {
      .burger-nav-right {
        display: block;
        -ms-flex-item-align: center;
            align-self: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 15%;
                flex: 0 0 15%;
        padding-top: 0; } }
    .burger-nav-right a, .burger-nav-right p {
      display: block;
      padding: 8px 0;
      margin-left: 40px; }
    .burger-nav-right p {
      color: #8aded3;
      font-weight: 400;
      font-size: 0.85em;
      text-transform: uppercase; }

#navigation {
  position: relative; }

.burger-search {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px 30px;
  background-color: #03045E;
  top: -10000vh;
  opacity: 0;
  -webkit-transition: top linear 0s 0.4s, opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: top linear 0s 0.4s, opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: top linear 0s 0.4s, opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: top linear 0s 0.4s, opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); }
  .burger-search.on {
    top: 64px;
    opacity: 1;
    -webkit-transition: opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    transition: opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    transition: opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    transition: opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .burger-search form {
    position: relative;
    width: 100%; }
    .burger-search form input {
      width: 100%;
      padding: 10px 40px 10px 20px;
      font-size: 26px;
      color: #03045E; }
      .burger-search form input::-webkit-input-placeholder {
        color: #aaa;
        font-size: 20px; }
      .burger-search form input::-moz-placeholder {
        color: #aaa;
        font-size: 20px; }
      .burger-search form input:-ms-input-placeholder {
        color: #aaa;
        font-size: 20px; }
      .burger-search form input::-ms-input-placeholder {
        color: #aaa;
        font-size: 20px; }
      .burger-search form input::placeholder {
        color: #aaa;
        font-size: 20px; }
    .burger-search form button {
      background: none;
      outline: none;
      background-color: transparent !important;
      color: #03045E !important;
      border: none !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      right: 10px;
      top: 15px;
      font-size: 26px; }

.footer {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto; }
  .footer.articles {
    margin-top: 250px; }
    .footer.articles h3 {
      text-align: center; }
      @media (min-width: 1080px) {
        .footer.articles h3 {
          -webkit-transform: translatey(-200px);
                  transform: translatey(-200px);
          margin-bottom: 2em; } }
  @media (min-width: 1080px) {
    .footer-articles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-transform: translatey(-200px);
              transform: translatey(-200px);
      margin-bottom: -150px; } }
  .footer-articles-item {
    background-color: white;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 4px 0 transparent;
            box-shadow: 0 4px 0 transparent;
    -webkit-transition: -webkit-box-shadow linear .4s;
    transition: -webkit-box-shadow linear .4s;
    transition: box-shadow linear .4s;
    transition: box-shadow linear .4s, -webkit-box-shadow linear .4s; }
    @media (min-width: 1080px) {
      .footer-articles-item {
        margin-bottom: 0;
        width: 32%; } }
    .footer-articles-item-inner {
      padding: 20px 40px 20px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
      .footer-articles-item-inner p.tag {
        margin-bottom: 30px; }
      .footer-articles-item-inner p.read {
        margin-top: auto; }
        .footer-articles-item-inner p.read a {
          color: #03045E;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .footer-articles-item-inner p.read a:before {
            content: '';
            display: inline-block;
            width: 40px;
            height: 1px;
            background-color: #03045E;
            opacity: 0.2;
            margin-right: 10px; }
    .footer-articles-item:hover {
      -webkit-box-shadow: 0 4px 0 #54d5c4;
              box-shadow: 0 4px 0 #54d5c4; }
      .footer-articles-item:hover p.read a {
        color: #54d5c4; }
  @media (min-width: 768px) {
    .footer-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .footer-inner-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .footer-inner-social {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 0; } }
    .footer-inner-social a {
      background-color: #03045E;
      color: white;
      border-radius: 50%;
      font-size: 24px;
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
      transition: all cubic-bezier(0.65, 0, 0.35, 1) 0.4s; }
      .footer-inner-social a:not(:first-child) {
        margin-left: 20px; }
      .footer-inner-social a:hover {
        background-color: white;
        color: #03045E;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
  .footer-inner-news a.btn {
    display: block; }
  .footer-top {
    padding: 20px 0;
    background-color: #e9f5f9; }
  .footer-bottom {
    margin-top: 40px;
    text-align: center;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .footer-bottom {
        padding: 0; } }
    .footer-bottom p {
      font-size: 14px; }
    .footer-bottom p.locations {
      margin-bottom: 40px;
      font-weight: 600; }
      .footer-bottom p.locations span:not(:first-child) {
        margin-left: 15px; }
    .footer-bottom p.address {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px;
      max-width: 90%;
      font-size: 12px; }
      @media (min-width: 768px) {
        .footer-bottom p.address {
          font-size: 14px; } }
      @media (min-width: 1080px) {
        .footer-bottom p.address {
          max-width: 40%; } }
    .footer-bottom ul.links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style: none;
      margin-bottom: 35px;
      font-size: 14px;
      font-weight: 600; }
      .footer-bottom ul.links li a {
        color: #03045E; }
        .footer-bottom ul.links li a:hover {
          text-decoration: underline; }
      .footer-bottom ul.links li:not(:first-child) {
        margin-left: 15px; }
    .footer-bottom .copyright {
      margin-bottom: 100px; }

.page.blue .hero:after {
  background: -webkit-gradient(linear, left top, right top, from(#03045E), to(transparent));
  background: linear-gradient(to right, #03045E, transparent); }

.page.blue .marketdata, .page.blue .currentmembers {
  background: linear-gradient(100deg, #03045E, #253F86); }

.page.blue .price-ticker {
  background-color: #54d5c4; }
  .page.blue .price-ticker .price-ticker-heading {
    color: white; }
    .page.blue .price-ticker .price-ticker-heading a, .page.blue .price-ticker .price-ticker-heading a:visited, .page.blue .price-ticker .price-ticker-heading a:active {
      color: white; }
    .page.blue .price-ticker .price-ticker-heading a:hover {
      color: white; }
  .page.blue .price-ticker .price-ticker-list-item {
    background-color: #54d5c4; }
  .page.blue .price-ticker .price-ticker-list-item-heading {
    font-weight: bold; }
  .page.blue .price-ticker .price-ticker-list-item-values {
    color: white; }

.page.green .hero:after {
  background: -webkit-gradient(linear, left top, right top, from(#253B02), to(transparent));
  background: linear-gradient(to right, #253B02, transparent);
  mix-blend-mode: multiply; }

.page.green .pagenav {
  background-color: #A8D56C; }
  .page.green .pagenav-inner:after {
    background: -webkit-gradient(linear, right top, left top, from(#A8D56C), to(transparent));
    background: linear-gradient(270deg, #A8D56C, transparent); }

.page.green .logos-block-list-item {
  -webkit-box-shadow: 0 4px 0 #a8d56c;
          box-shadow: 0 4px 0 #a8d56c; }

.page.green .tabs .active {
  background-color: #A8D56C; }

.page.green .tab:before {
  background-color: #A8D56C; }

.page.green table th {
  background-color: transparent; }

.page.green .securities-embed table.data th, .page.green .sustainable-securities-embed table.data th {
  background-color: #eef5e5;
  color: #A8D56C; }

.page.green .childlisting-list {
  background-color: #eef5e5; }

.page.green .marketdata, .page.green .currentmembers {
  background: #eef5e5; }
  .page.green .marketdata h2, .page.green .currentmembers h2 {
    color: #A8D56C; }

.page.green .price-ticker {
  background-color: #A8D56C; }
  .page.green .price-ticker .price-ticker-heading {
    color: white; }
    .page.green .price-ticker .price-ticker-heading a, .page.green .price-ticker .price-ticker-heading a:visited, .page.green .price-ticker .price-ticker-heading a:active {
      color: white; }
    .page.green .price-ticker .price-ticker-heading a:hover {
      color: white; }
  .page.green .price-ticker .price-ticker-list-item {
    background-color: #A8D56C; }
  .page.green .price-ticker .price-ticker-list-item-heading {
    font-weight: bold; }
  .page.green .price-ticker .price-ticker-list-item-values {
    color: white; }

.page.green .footer-top {
  background-color: #eef5e5; }

.page.green .products-list-item:hover {
  -webkit-box-shadow: 0 4px 0 #A8D56C;
          box-shadow: 0 4px 0 #A8D56C; }
  .page.green .products-list-item:hover p.view {
    color: #A8D56C; }
    .page.green .products-list-item:hover p.view span {
      background-color: #A8D56C; }

.page.green .infopanels-items-item a {
  color: #A8D56C; }
  .page.green .infopanels-items-item a span {
    background-color: #A8D56C; }

.page.green .infopanels-items-item:hover h4 {
  color: #A8D56C; }

.page.green form .form-field label {
  color: #A8D56C; }

.page.green form .form-field input, .page.green form .form-field select {
  border-color: #A8D56C;
  accent-color: #A8D56C; }

.page.green form .form-field select {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Generator: Gravit.io --%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='isolation:isolate' viewBox='0 0 32 32' width='32pt' height='32pt'%3E%3Cdefs%3E%3CclipPath id='_clipPath_6OxDPhpsXAh2GekTS652SAld9Sb9aAQx'%3E%3Crect width='32' height='32'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23_clipPath_6OxDPhpsXAh2GekTS652SAld9Sb9aAQx)'%3E%3Cpath d=' M 14.86 26.432 L 1.8 13.372 C 1.171 12.743 1.171 11.721 1.8 11.092 L 3.324 9.568 C 3.952 8.94 4.971 8.939 5.602 9.566 L 16 19.915 L 26.398 9.566 C 27.029 8.939 28.048 8.94 28.676 9.568 L 30.2 11.092 C 30.829 11.721 30.829 12.743 30.2 13.372 L 17.14 26.432 C 16.511 27.061 15.489 27.061 14.86 26.432 Z ' fill='rgb(168, 213, 108)'/%3E%3C/g%3E%3C/svg%3E"); }

.page.green .data-list .data-list-header .data-list-item-field {
  color: #A8D56C; }

.page.green .data-list .data-list-header + .data-list-header {
  border-top: 2px solid #ABD632; }

.page.green .securities .data-list output {
  color: #A8D56C; }

.page.purple .hero:after {
  background: -webkit-gradient(linear, left top, right top, from(#03045E), to(transparent));
  background: linear-gradient(to right, #03045E, transparent); }

.page.purple .logos-block-list-item {
  -webkit-box-shadow: 0 4px 0 #923091;
          box-shadow: 0 4px 0 #923091; }

.page.purple .marketdata, .page.purple .currentmembers {
  background: linear-gradient(145deg, #822897, #03045E); }

.page.purple .price-ticker {
  background-color: #923091; }
  .page.purple .price-ticker .price-ticker-heading {
    color: white; }
    .page.purple .price-ticker .price-ticker-heading a, .page.purple .price-ticker .price-ticker-heading a:visited, .page.purple .price-ticker .price-ticker-heading a:active {
      color: white; }
    .page.purple .price-ticker .price-ticker-heading a:hover {
      color: white; }
  .page.purple .price-ticker .price-ticker-list-item {
    background-color: #923091; }
  .page.purple .price-ticker .price-ticker-list-item-heading {
    font-weight: bold; }
  .page.purple .price-ticker .price-ticker-list-item-values {
    color: white; }

.page.purple .pagenav {
  background-color: #923091;
  color: white; }
  .page.purple .pagenav-inner:after {
    background: -webkit-gradient(linear, right top, left top, from(#923091), to(transparent));
    background: linear-gradient(270deg, #923091, transparent); }
  .page.purple .pagenav p.title:before {
    background-color: white; }
  .page.purple .pagenav ul li:after {
    background-color: white; }
  .page.purple .pagenav ul li a {
    color: white; }

.page.purple .tabs .active {
  background-color: #923091; }

.page.purple .tab:before {
  background-color: #923091; }

.page.purple .products-list-item:hover {
  -webkit-box-shadow: 0 4px 0 #923091;
          box-shadow: 0 4px 0 #923091; }
  .page.purple .products-list-item:hover p.view {
    color: #923091; }
    .page.purple .products-list-item:hover p.view span {
      background-color: #923091; }

.page.purple .infopanels-items-item a {
  color: #923091; }
  .page.purple .infopanels-items-item a span {
    background-color: #923091; }

.page.purple .infopanels-items-item:hover h4 {
  color: #923091; }

.page.purple form .form-field label {
  color: #923091; }

.page.purple form .form-field input, .page.purple form .form-field select {
  border-color: #923091;
  accent-color: #923091; }

.page.purple form .form-field select {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Generator: Gravit.io --%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='isolation:isolate' viewBox='0 0 32 32' width='32pt' height='32pt'%3E%3Cdefs%3E%3CclipPath id='_clipPath_6OxDPhpsXAh2GekTS652SAld9Sb9aAQx'%3E%3Crect width='32' height='32'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23_clipPath_6OxDPhpsXAh2GekTS652SAld9Sb9aAQx)'%3E%3Cpath d=' M 14.86 26.432 L 1.8 13.372 C 1.171 12.743 1.171 11.721 1.8 11.092 L 3.324 9.568 C 3.952 8.94 4.971 8.939 5.602 9.566 L 16 19.915 L 26.398 9.566 C 27.029 8.939 28.048 8.94 28.676 9.568 L 30.2 11.092 C 30.829 11.721 30.829 12.743 30.2 13.372 L 17.14 26.432 C 16.511 27.061 15.489 27.061 14.86 26.432 Z ' fill='rgb(146, 48, 145)'/%3E%3C/g%3E%3C/svg%3E"); }

.page.purple .data-list .data-list-header .data-list-item-field {
  color: #923091; }

.page.purple .data-list .data-list-header + .data-list-header {
  border-top: 2px solid #923091; }

.page.purple .securities .data-list output {
  color: #923091; }

.page.purple .childlisting-list.cards {
  background: rgba(146, 48, 145, 0.4); }

.page.yellow .hero:after {
  background: -webkit-gradient(linear, left top, right top, from(#03045E), to(transparent));
  background: linear-gradient(to right, #03045E, transparent); }

.page.yellow .logos-block-list-item {
  -webkit-box-shadow: 0 4px 0 #f9c82d;
          box-shadow: 0 4px 0 #f9c82d; }

.page.yellow .marketdata, .page.yellow .currentmembers {
  background: linear-gradient(145deg, #F9C82D, #D1A018); }
  .page.yellow .marketdata h2, .page.yellow .marketdata h3, .page.yellow .marketdata p, .page.yellow .currentmembers h2, .page.yellow .currentmembers h3, .page.yellow .currentmembers p {
    color: #03045E; }
  .page.yellow .marketdata span.line, .page.yellow .currentmembers span.line {
    background-color: #03045E; }

.page.yellow .price-ticker {
  background-color: #F9C82D; }
  .page.yellow .price-ticker .price-ticker-heading {
    color: white; }
    .page.yellow .price-ticker .price-ticker-heading a, .page.yellow .price-ticker .price-ticker-heading a:visited, .page.yellow .price-ticker .price-ticker-heading a:active {
      color: white; }
    .page.yellow .price-ticker .price-ticker-heading a:hover {
      color: white; }
  .page.yellow .price-ticker .price-ticker-list-item {
    background-color: #F9C82D; }
  .page.yellow .price-ticker .price-ticker-list-item-heading {
    font-weight: bold; }
  .page.yellow .price-ticker .price-ticker-list-item-values {
    color: white; }

.page.yellow .pagenav {
  background-color: #F9C82D;
  color: #03045E; }
  .page.yellow .pagenav-inner:after {
    background: -webkit-gradient(linear, right top, left top, from(#F9C82D), to(transparent));
    background: linear-gradient(270deg, #F9C82D, transparent); }
  .page.yellow .pagenav p.title:before {
    background-color: #03045E; }
  .page.yellow .pagenav ul li:after {
    background-color: #03045E; }
  .page.yellow .pagenav ul li a {
    color: #03045E; }

.page.yellow .tabs .active {
  background-color: #F9C82D;
  color: #03045E; }

.page.yellow .tab:before {
  background-color: #F9C82D; }

.page.yellow .products-list-item:hover {
  -webkit-box-shadow: 0 4px 0 #F9C82D;
          box-shadow: 0 4px 0 #F9C82D; }
  .page.yellow .products-list-item:hover p.view {
    color: #F9C82D; }
    .page.yellow .products-list-item:hover p.view span {
      background-color: #F9C82D; }

.page.yellow .infopanels-items-item a {
  color: #F9C82D; }
  .page.yellow .infopanels-items-item a span {
    background-color: #F9C82D; }

.page.yellow .infopanels-items-item:hover h4 {
  color: #F9C82D; }

.page.yellow form .form-field label {
  color: #F9C82D; }

.page.yellow form .form-field input, .page.yellow form .form-field select {
  border-color: #F9C82D;
  accent-color: #F9C82D; }

.page.yellow form .form-field select {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Generator: Gravit.io --%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='isolation:isolate' viewBox='0 0 32 32' width='32pt' height='32pt'%3E%3Cdefs%3E%3CclipPath id='_clipPath_6OxDPhpsXAh2GekTS652SAld9Sb9aAQx'%3E%3Crect width='32' height='32'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23_clipPath_6OxDPhpsXAh2GekTS652SAld9Sb9aAQx)'%3E%3Cpath d=' M 14.86 26.432 L 1.8 13.372 C 1.171 12.743 1.171 11.721 1.8 11.092 L 3.324 9.568 C 3.952 8.94 4.971 8.939 5.602 9.566 L 16 19.915 L 26.398 9.566 C 27.029 8.939 28.048 8.94 28.676 9.568 L 30.2 11.092 C 30.829 11.721 30.829 12.743 30.2 13.372 L 17.14 26.432 C 16.511 27.061 15.489 27.061 14.86 26.432 Z ' fill='rgb(146, 48, 145)'/%3E%3C/g%3E%3C/svg%3E"); }

.page.yellow .data-list .data-list-header .data-list-item-field {
  color: #F9C82D; }

.page.yellow .data-list .data-list-header + .data-list-header {
  border-top: 2px solid #F9C82D; }

.page.yellow .securities .data-list output {
  color: #F9C82D; }

.page.yellow .childlisting-list.cards {
  background: rgba(249, 200, 45, 0.4); }

.page.blue .btn {
  background-color: #03045E;
  border: 1px solid #03045E;
  color: white; }
  .page.blue .btn.tracked:after, .page.blue .btn.vtracked:after {
    background: radial-gradient(circle closest-side, #1c2f7b, transparent); }
  .page.blue .btn:not(.tracked):not(.vtracked):hover {
    background-color: white;
    color: #03045E; }

.page.blue button, .page.blue ul.pagination li {
  background-color: #03045E;
  color: white;
  border: 1px solid #03045E; }
  .page.blue button a, .page.blue ul.pagination li a {
    color: white; }
  .page.blue button:hover, .page.blue button.active, .page.blue ul.pagination li:hover, .page.blue ul.pagination li.active {
    background-color: white;
    color: #03045E; }
    .page.blue button:hover a, .page.blue button.active a, .page.blue ul.pagination li:hover a, .page.blue ul.pagination li.active a {
      color: #03045E; }

.btn.blue {
  background-color: #03045E !important;
  border: 1px solid #03045E !important;
  color: white !important; }
  .btn.blue.tracked:after, .btn.blue.vtracked:after {
    background: radial-gradient(circle closest-side, #1c2f7b, transparent) !important; }
  .btn.blue:not(.tracked):not(.vtracked):hover {
    background-color: white !important;
    color: #03045E !important; }

.page.green .btn {
  background-color: #A8D56C;
  border: 1px solid #A8D56C;
  color: white; }
  .page.green .btn.tracked:after, .page.green .btn.vtracked:after {
    background: radial-gradient(circle closest-side, #6aa942, transparent); }
  .page.green .btn:not(.tracked):not(.vtracked):hover {
    background-color: white;
    color: #A8D56C; }

.page.green button, .page.green ul.pagination li {
  background-color: #A8D56C;
  color: white;
  border: 1px solid #A8D56C; }
  .page.green button a, .page.green ul.pagination li a {
    color: white; }
  .page.green button:hover, .page.green button.active, .page.green ul.pagination li:hover, .page.green ul.pagination li.active {
    background-color: white;
    color: #A8D56C; }
    .page.green button:hover a, .page.green button.active a, .page.green ul.pagination li:hover a, .page.green ul.pagination li.active a {
      color: #A8D56C; }

.btn.green {
  background-color: #A8D56C !important;
  border: 1px solid #A8D56C !important;
  color: white !important; }
  .btn.green.tracked:after, .btn.green.vtracked:after {
    background: radial-gradient(circle closest-side, #6aa942, transparent) !important; }
  .btn.green:not(.tracked):not(.vtracked):hover {
    background-color: white !important;
    color: #A8D56C !important; }

.page.purple .btn {
  background-color: #923091;
  border: 1px solid #923091;
  color: white; }
  .page.purple .btn.tracked:after, .page.purple .btn.vtracked:after {
    background: radial-gradient(circle closest-side, #6668fa, transparent); }
  .page.purple .btn:not(.tracked):not(.vtracked):hover {
    background-color: white;
    color: #923091; }

.page.purple button, .page.purple ul.pagination li {
  background-color: #923091;
  color: white;
  border: 1px solid #923091; }
  .page.purple button a, .page.purple ul.pagination li a {
    color: white; }
  .page.purple button:hover, .page.purple button.active, .page.purple ul.pagination li:hover, .page.purple ul.pagination li.active {
    background-color: white;
    color: #923091; }
    .page.purple button:hover a, .page.purple button.active a, .page.purple ul.pagination li:hover a, .page.purple ul.pagination li.active a {
      color: #923091; }

.btn.purple {
  background-color: #923091 !important;
  border: 1px solid #923091 !important;
  color: white !important; }
  .btn.purple.tracked:after, .btn.purple.vtracked:after {
    background: radial-gradient(circle closest-side, #6668fa, transparent) !important; }
  .btn.purple:not(.tracked):not(.vtracked):hover {
    background-color: white !important;
    color: #923091 !important; }

.page.white .btn {
  background-color: white;
  border: 1px solid white;
  color: #03045E; }
  .page.white .btn.tracked:after, .page.white .btn.vtracked:after {
    background: radial-gradient(circle closest-side, #8aded3, transparent); }
  .page.white .btn:not(.tracked):not(.vtracked):hover {
    background-color: #03045E;
    color: white; }

.page.white button, .page.white ul.pagination li {
  background-color: white;
  color: #03045E;
  border: 1px solid white; }
  .page.white button a, .page.white ul.pagination li a {
    color: #03045E; }
  .page.white button:hover, .page.white button.active, .page.white ul.pagination li:hover, .page.white ul.pagination li.active {
    background-color: #03045E;
    color: white; }
    .page.white button:hover a, .page.white button.active a, .page.white ul.pagination li:hover a, .page.white ul.pagination li.active a {
      color: white; }

.btn.white {
  background-color: white !important;
  border: 1px solid white !important;
  color: #03045E !important; }
  .btn.white.tracked:after, .btn.white.vtracked:after {
    background: radial-gradient(circle closest-side, #8aded3, transparent) !important; }
  .btn.white:not(.tracked):not(.vtracked):hover {
    background-color: #03045E !important;
    color: white !important; }

.page.yellow .btn {
  background-color: #F9C82D;
  border: 1px solid #F9C82D;
  color: #03045E; }
  .page.yellow .btn.tracked:after, .page.yellow .btn.vtracked:after {
    background: radial-gradient(circle closest-side, white, transparent); }
  .page.yellow .btn:not(.tracked):not(.vtracked):hover {
    background-color: #03045E;
    color: #F9C82D; }

.page.yellow button, .page.yellow ul.pagination li {
  background-color: #F9C82D;
  color: #03045E;
  border: 1px solid #F9C82D; }
  .page.yellow button a, .page.yellow ul.pagination li a {
    color: #03045E; }
  .page.yellow button:hover, .page.yellow button.active, .page.yellow ul.pagination li:hover, .page.yellow ul.pagination li.active {
    background-color: #03045E;
    color: #F9C82D; }
    .page.yellow button:hover a, .page.yellow button.active a, .page.yellow ul.pagination li:hover a, .page.yellow ul.pagination li.active a {
      color: #F9C82D; }

.btn.yellow {
  background-color: #F9C82D !important;
  border: 1px solid #F9C82D !important;
  color: #03045E !important; }
  .btn.yellow.tracked:after, .btn.yellow.vtracked:after {
    background: radial-gradient(circle closest-side, white, transparent) !important; }
  .btn.yellow:not(.tracked):not(.vtracked):hover {
    background-color: #03045E !important;
    color: #F9C82D !important; }

.logos-block[class*="mb--"] ~ .marketdata {
  padding-top: 150px; }

.skeleton h1:empty, .skeleton h2:empty, .skeleton h3:empty, .skeleton p:empty {
  background-color: transparent !important;
  color: #f0f0f0 !important; }
  .skeleton h1:empty:before, .skeleton h2:empty:before, .skeleton h3:empty:before, .skeleton p:empty:before {
    content: " ";
    display: inline-block;
    min-height: 1.2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f0f0f0;
    color: #f0f0f0; }

.skeleton h1:empty:before {
  min-width: 75%; }

.skeleton h2:empty:before {
  min-width: 85%; }

.skeleton h3:empty:before {
  min-width: 95%; }

.skeleton p:empty:before {
  display: inline;
  min-width: 100%;
  content: "__________ ______ __________ __ __________ ______ __________ __ __________ ______ _ __________ __ __________ ______ __________ __";
  word-break: break-word;
  white-space: pre-wrap; }

.skeleton p:empty + p:empty:before {
  content: "__ ____ ______ __ ____ ______ __ ____ _ ______ __ ____ ______ __ ____ ______ __ ____ _ ______ __ ____ ______ __ ____ ______ __ ____ ______"; }

.skeleton p.long:empty:before {
  content: "__________ ______ __________ __ __________ ______ __________ __ __________ ______ __________ __ __________ ______ __________ __ __________ ______ __________ __ __________ ______ __________ __ __________ ______ __________ __ __ _ __________ ______ __________ __ __________ ______ __________ __ __________ ______ __________ __ __________ ______ __________ __ __________ ______ __________ __"; }

.skeleton p:empty + p:empty.long:before {
  content: "__ ____ ______ __ ____ ______ __ ____ ______ __ ____ _ ______ __ ____ ______ __ ____ ______ __ ____ ______ __ ____ ______ _ __ ____ ______ __ ____ ______ __ ____ ______ __ ____ ______ __ ____ ______ _ __ ____ ______ __ ____ ______ __ ____ ______ __ ____ ______ __ ____ ______ __ ____ ______ _ __ ____ ______ __ ____ ______ __ ____ ______ __ ____ _ ______ __ ____ ______ __ ____ ______ __ ____ ______ __ ____ ______"; }

.skeleton ul.tabs li:empty:before {
  content: " ";
  display: inline-block;
  min-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f0f0f0;
  color: #f0f0f0; }

.skeleton .tab:empty {
  min-height: 480px; }

.skeleton p.img {
  display: block;
  background-color: #f0f0f0 !important;
  display: block;
  height: 300px; }
  .skeleton p.img:before {
    content: "";
    display: none; }

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50vmin;
  overflow: hidden; }
  .hero video, .hero iframe {
    display: none; }
    @media (min-width: 1080px) {
      .hero video, .hero iframe {
        display: block;
        position: absolute;
        top: 0;
        width: 100%; } }
    @media (min-width: 1600px) {
      .hero video, .hero iframe {
        -webkit-transform: translateY(-25%);
                transform: translateY(-25%); } }
  .hero.without-image .hero-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1080px) {
      .hero.without-image .hero-content-text {
        padding-right: 10vw; } }
  .hero.data {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  @media (min-width: 1080px) {
    .hero {
      min-height: 60vmin;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .hero:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .hero-content {
    position: relative;
    max-width: 90%;
    z-index: 1; }
    .hero-content-text {
      padding-top: 10vmin;
      padding-bottom: 10vmin; }
      @media (min-width: 480px) {
        .hero-content-text {
          padding: 50px 0; } }
      @media (min-width: 1080px) {
        .hero-content-text {
          padding: 150px 0 90px 10vw; } }
      .hero-content-text img {
        display: block;
        margin-bottom: 50px; }
      .hero-content-text em {
        text-transform: uppercase;
        font-style: italic;
        font-weight: 700;
        color: #64ceee; }
    .hero-content h1, .hero-content p {
      color: white; }
    .hero-content h1 {
      margin-bottom: .2em;
      font-size: 45px; }
    .hero-content p.intro {
      font-size: 24px; }
      @media (min-width: 1080px) {
        .hero-content p.intro {
          max-width: 45%; } }
    @media (min-width: 1080px) {
      .hero-content p.intro-clos {
        max-width: 90%; } }
    .hero-content .link-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .hero-content .link-wrap:before {
        content: '';
        display: inline-block;
        width: 55px;
        height: 1px;
        background-color: white;
        opacity: 1;
        margin-right: 10px; }
      .hero-content .link-wrap a {
        font-size: 16px;
        font-weight: 700; }
        .hero-content .link-wrap a:not(.btn) {
          color: white; }
    .hero-content-data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 4vw 0 2vw; }
      @media (min-width: 1080px) {
        .hero-content-data {
          margin: 4vw 0 2vw 10vw; } }
      .hero-content-data-item {
        background-color: rgba(3, 4, 94, 0.8); }
        .hero-content-data-item:not(:first-child) {
          margin-left: 2px; }
        .hero-content-data-item:first-child {
          border-top-left-radius: 6px;
          border-bottom-left-radius: 6px; }
        .hero-content-data-item:last-child {
          border-top-right-radius: 6px;
          border-bottom-right-radius: 6px; }
        .hero-content-data-item-inner {
          padding: 10px; }
          @media (min-width: 1080px) {
            .hero-content-data-item-inner {
              padding: 25px; } }
          .hero-content-data-item-inner p.tag {
            color: #8aded3;
            margin-bottom: 30px; }
          .hero-content-data-item-inner p.data {
            font-weight: 600; }
            .hero-content-data-item-inner p.data a {
              color: white; }
        .hero-content-data-item.link {
          background-color: rgba(138, 222, 211, 0.8); }
          .hero-content-data-item.link p, .hero-content-data-item.link p a {
            color: #03045E; }

.infopanels-head h2 {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1080px) {
    .infopanels-head h2 {
      max-width: 70%; } }
  @media (min-width: 1600px) {
    .infopanels-head h2 {
      max-width: 50%; } }

.infopanels-head p {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1080px) {
    .infopanels-head p {
      max-width: 80%; } }
  @media (min-width: 1600px) {
    .infopanels-head p {
      max-width: 62%; } }

.infopanels-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  max-width: 90%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .infopanels-items {
      grid-template-columns: repeat(2, 1fr);
      justify-items: center;
      gap: 0 25px; } }
  @media (min-width: 1200px) {
    .infopanels-items {
      grid-template-columns: repeat(3, 1fr);
      justify-items: start; } }
  .infopanels-items-item {
    width: 100%;
    cursor: pointer;
    padding: 30px 0; }
    @media (min-width: 768px) {
      .infopanels-items-item {
        padding: 40px 0;
        margin: auto;
        height: 100%; } }
    @media (min-width: 1200px) {
      .infopanels-items-item {
        width: 100%;
        padding: 50px 0; } }
    .infopanels-items-item-img {
      height: 70px;
      display: table-cell;
      vertical-align: middle; }
    .infopanels-items-item h4 {
      margin: .5em 0;
      -webkit-transition: color cubic-bezier(0, 0.1, 0, 1) 0.4s;
      transition: color cubic-bezier(0, 0.1, 0, 1) 0.4s; }
    .infopanels-items-item p {
      font-size: 15px; }
    .infopanels-items-item a {
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #54d5c4;
      font-size: 13px;
      font-weight: 700; }
      .infopanels-items-item a span {
        margin-right: 10px;
        height: 1px;
        width: 50px;
        background-color: #54d5c4;
        -webkit-transition: width cubic-bezier(0, 0.1, 0, 1) 0.4s;
        transition: width cubic-bezier(0, 0.1, 0, 1) 0.4s; }
    .infopanels-items-item:hover h4 {
      color: #8aded3; }
    .infopanels-items-item:hover a span {
      width: 80px; }

.infopanels-popout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  bottom: 0;
  -webkit-transform: translateX(101vw);
          transform: translateX(101vw);
  -webkit-transition: -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  transition: transform cubic-bezier(0, 0.1, 0, 1) 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
  background-color: white;
  -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: -10px 0 20px rgba(0, 0, 0, 0.16);
  z-index: 4; }
  @media (min-width: 768px) {
    .infopanels-popout {
      -webkit-transform: translateX(71vw);
              transform: translateX(71vw);
      left: 30vw;
      width: 70vw; } }
  @media (min-width: 1080px) {
    .infopanels-popout {
      -webkit-transform: translateX(61vw);
              transform: translateX(61vw);
      left: 40vw;
      width: 60vw; } }
  @media (min-width: 1200px) {
    .infopanels-popout {
      -webkit-transform: translateX(51vw);
              transform: translateX(51vw);
      left: 50vw;
      width: 50vw; } }
  .infopanels-popout.on {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .infopanels-popout i.fa-times {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 50px;
    font-size: 30px; }
  .infopanels-popout-slider {
    margin-top: 70px;
    height: calc(95vh - 70px); }
    .infopanels-popout-slider-item {
      width: 100%; }
      .infopanels-popout-slider-item-inner {
        padding: 0 5vw;
        max-height: calc(90vh - 70px);
        overflow-y: auto; }
        .infopanels-popout-slider-item-inner h3 {
          margin: .5em 0; }

.products {
  background: linear-gradient(100deg, #03045E, #253F86);
  position: relative;
  padding: 50px 0;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1660px) {
    .products {
      border-radius: 6px; } }
  @media (min-width: 1080px) {
    .products {
      padding: 70px 0; } }
  @media (max-width: 1080px) {
    .products .content-wrap {
      padding-left: 0;
      padding-right: 0; } }
  .products h2 {
    color: white;
    text-align: center; }
  .products canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .products-list {
    position: relative;
    z-index: 1; }
    @media (min-width: 1080px) {
      .products-list {
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 1600px) {
      .products-list {
        grid-column-gap: 15px;
        grid-row-gap: 15px; } }
    .products-list-item {
      background-color: rgba(255, 255, 255, 0.95);
      border-radius: 6px;
      margin: 0 5px;
      -webkit-box-shadow: 0 4px 0 transparent;
              box-shadow: 0 4px 0 transparent;
      -webkit-transition: -webkit-box-shadow linear .4s;
      transition: -webkit-box-shadow linear .4s;
      transition: box-shadow linear .4s;
      transition: box-shadow linear .4s, -webkit-box-shadow linear .4s;
      width: 85%;
      min-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #03045E; }
      @media (min-width: 480px) {
        .products-list-item {
          margin: 0 10px;
          width: 60%; } }
      @media (min-width: 768px) {
        .products-list-item {
          width: 50%; } }
      @media (min-width: 996px) {
        .products-list-item {
          width: 30%; } }
      @media (min-width: 1080px) {
        .products-list-item {
          margin: 0;
          width: 100%; } }
      .products-list-item-inner {
        padding: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 100%;
        width: 100%; }
        .products-list-item-inner p:not(.view) {
          margin-bottom: 15px; }
        .products-list-item-inner .desc p, .products-list-item-inner .desc span {
          font-size: 15px; }
        .products-list-item-inner p.view {
          margin-top: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 13px;
          font-weight: 700;
          -webkit-transition: color linear .4s;
          transition: color linear .4s; }
          .products-list-item-inner p.view span {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin-right: 10px;
            height: 1px;
            width: 50px;
            background-color: #03045E;
            -webkit-transition: background-color linear .4s;
            transition: background-color linear .4s; }
      .products-list-item:hover {
        -webkit-box-shadow: 0 4px 0 #54d5c4;
                box-shadow: 0 4px 0 #54d5c4; }
        .products-list-item:hover p.view {
          color: #54d5c4; }
          .products-list-item:hover p.view span {
            background-color: #54d5c4; }
  .products-popup {
    position: fixed;
    right: 10%;
    left: 10%;
    z-index: 1;
    -webkit-box-shadow: 0 0 2000px 200px black;
            box-shadow: 0 0 2000px 200px black;
    background-color: white;
    padding: 50px;
    max-height: 80vh;
    overflow-y: auto;
    top: -10000vh;
    opacity: 0;
    -webkit-transition: top linear 0s 0.4s, opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    transition: top linear 0s 0.4s, opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    transition: top linear 0s 0.4s, opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    transition: top linear 0s 0.4s, opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
    .products-popup.on {
      top: 10%;
      opacity: 1;
      -webkit-transition: opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
      transition: opacity linear 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
      transition: opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
      transition: opacity linear 0.4s, transform cubic-bezier(0, 0.1, 0, 1) 0.4s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 0.4s;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .products-popup:before {
      content: '\f00d';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 20px;
      position: absolute;
      top: 10px;
      right: 20px; }

.accordion {
  margin-left: auto;
  margin-right: auto;
  counter-reset: item; }
  .accordion-item {
    overflow: hidden;
    background-color: white;
    margin-bottom: 20px;
    padding: 15px 20px; }
    @media (min-width: 768px) {
      .accordion-item {
        padding: 20px 50px; } }
    @media (min-width: 1200px) {
      .accordion-item {
        padding: 30px 100px; } }
    .accordion-item h4 {
      position: relative;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      counter-increment: item; }
      .accordion-item h4.num:before {
        margin-right: 20px;
        content: counter(item) "."; }
        @media (min-width: 1200px) {
          .accordion-item h4.num:before {
            margin-right: 0;
            position: absolute;
            left: -50px; } }
      .accordion-item h4.img span {
        max-width: 35px;
        margin-right: 20px; }
        .accordion-item h4.img span img {
          display: block; }
        @media (min-width: 1200px) {
          .accordion-item h4.img span {
            margin-right: 0;
            position: absolute;
            left: -60px; } }
    .accordion-item:not(.on) p.nowrap {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .accordion-item:not(.on) .opener .less {
      display: none; }
    .accordion-item.on .opener .more {
      display: none; }
    .accordion-item p.more {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: opacity ease .4s, max-height ease .4s;
      transition: opacity ease .4s, max-height ease .4s; }
    .accordion-item a.opener {
      display: block;
      margin-top: 1em;
      font-size: 12px;
      font-weight: 700; }
      .accordion-item a.opener:before {
        content: '';
        height: 1px;
        width: 50px;
        background-color: #03045E;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: .4em;
        opacity: .16; }
    .accordion-item.on p.more {
      max-height: 100vh;
      margin-top: 1em;
      opacity: 1; }

.rte {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .rte {
      padding: 0 50px; } }
  @media (min-width: 1200px) {
    .rte {
      padding: 0 100px; } }
  .rte.narrow {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto; }
  .rte p:not(:last-child), .rte blockquote:not(:last-child), .rte ul:not(:last-child), .rte ol:not(:last-child), .rte table:not(:last-child) {
    margin-bottom: 2em; }
  .rte ul, .rte ol {
    padding-left: 2em; }
  .rte blockquote {
    padding: 1.2em 0 1.2em 1.5em;
    border-left: 5px solid rgba(84, 213, 196, 0.32); }
  .rte .green {
    color: #A8D56C; }
  @media (min-width: 768px) {
    .rte .cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .rte .cols .col-item {
    margin-bottom: 4em; }
    @media (min-width: 768px) {
      .rte .cols .col-item {
        width: calc(50% - 20px); } }
  .rte table {
    border: none;
    border-collapse: collapse; }
    .rte table thead th {
      text-align: left;
      padding: 15px 0;
      font-size: 14px;
      font-weight: 700; }
      .rte table thead th:not(:first-child) {
        padding-left: 15px; }
    .rte table tbody tr {
      border-bottom: 1px solid rgba(3, 4, 94, 0.16); }
      .rte table tbody tr td {
        padding: 15px 0; }
        .rte table tbody tr td:not(:first-child) {
          padding-left: 15px; }
  .rte .btn {
    background-color: #03045E; }
    .rte .btn:before {
      content: none; }
  .rte .btn.btn2 {
    background-color: #4542c8 !important;
    color: white !important;
    padding: 15px 45px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    border: none !important;
    font-size: 1.2rem; }
    .rte .btn.btn2:before {
      content: none; }

.imagescrolltext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 1200px) {
    .imagescrolltext {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .imagescrolltext-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh; }
    @media (min-width: 1200px) {
      .imagescrolltext-img {
        position: sticky;
        top: 0;
        height: 100vh;
        width: 42%; } }
  .imagescrolltext-blocks {
    padding: 50px 0;
    z-index: 1; }
    @media (min-width: 1200px) {
      .imagescrolltext-blocks {
        width: 55%; } }

@media (min-width: 1200px) {
  .imagescrolltext:not(.rev) .imagescrolltext-blocks {
    padding-right: 50px; } }

@media (min-width: 1470px) {
  .imagescrolltext:not(.rev) .imagescrolltext-blocks {
    padding-left: calc((99vw - 1380px) / 2); } }

@media (min-width: 1920px) {
  .imagescrolltext:not(.rev) .imagescrolltext-blocks {
    padding-left: 130px; } }

@media (min-width: 1200px) {
  .imagescrolltext.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media (min-width: 1200px) {
  .imagescrolltext.rev .imagescrolltext-blocks {
    padding-left: 50px; } }

@media (min-width: 1470px) {
  .imagescrolltext.rev .imagescrolltext-blocks {
    padding-right: calc((99vw - 1380px) / 2); } }

@media (min-width: 1920px) {
  .imagescrolltext.rev .imagescrolltext-blocks {
    padding-right: 130px; } }

.imagescrolltext-blocks .content-wrap .rte, .textscrolltext-blocks .content-wrap .rte, .textscrolltext-pin .content-wrap .rte {
  padding-left: 0;
  padding-right: 0; }

.imagescrolltext-blocks .childlisting-list .content-wrap, .textscrolltext-blocks .childlisting-list .content-wrap, .textscrolltext-pin .childlisting-list .content-wrap {
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 768px) {
    .imagescrolltext-blocks .childlisting-list .content-wrap, .textscrolltext-blocks .childlisting-list .content-wrap, .textscrolltext-pin .childlisting-list .content-wrap {
      grid-template-columns: repeat(2, 1fr); } }

.textscrolltext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1200px) {
    .textscrolltext {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .textscrolltext-pin {
    margin-bottom: 2em; }
    @media (min-width: 1200px) {
      .textscrolltext-pin {
        padding-top: 50px;
        padding-right: 5vw;
        margin-bottom: 0;
        width: 40%; }
        .textscrolltext-pin .content-wrap .rte {
          padding-left: 0;
          padding-right: 0; } }
    @media (min-width: 1470px) {
      .textscrolltext-pin {
        padding-left: calc((99vw - 1380px) / 2); } }
    @media (min-width: 1920px) {
      .textscrolltext-pin {
        padding-left: 130px; } }
    .textscrolltext-pin-inner {
      position: sticky;
      top: 20%; }
  .textscrolltext-blocks {
    z-index: 1; }
    @media (min-width: 1200px) {
      .textscrolltext-blocks {
        padding-top: 50px;
        padding-left: 50px;
        width: 55%; } }
    @media (min-width: 1470px) {
      .textscrolltext-blocks {
        padding-right: calc((99vw - 1380px) / 2); } }
    @media (min-width: 1920px) {
      .textscrolltext-blocks {
        padding-right: 130px; } }

.people-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px; }
  @media (min-width: 480px) {
    .people-block {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 768px) {
    .people-block {
      grid-template-columns: repeat(3, 1fr); } }
  .people-block .person {
    background-color: white;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-box-shadow: #d9e7eb 0 3px 0;
            box-shadow: #d9e7eb 0 3px 0; }
    .people-block .person img {
      display: block; }
    .people-block .person-detail {
      padding: 30px; }
      .people-block .person-detail a {
        color: #03045E; }
      .people-block .person-detail h4 {
        margin-bottom: .8em; }
      .people-block .person-detail p {
        font-size: 12px; }

.tiledlinks {
  background: linear-gradient(100deg, #03045E, #253F86);
  position: relative;
  padding: 70px 0 50px;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1080px) {
    .tiledlinks {
      padding: 110px 0 130px; } }
  .tiledlinks h2 {
    color: #8aded3;
    text-align: center; }
  .tiledlinks-list {
    position: relative;
    z-index: 1; }
    @media (min-width: 480px) {
      .tiledlinks-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: row;
        grid-column-gap: 10px;
        grid-row-gap: 10px; } }
    @media (min-width: 768px) {
      .tiledlinks-list {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1080px) {
      .tiledlinks-list {
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 1600px) {
      .tiledlinks-list {
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px; } }
    .tiledlinks-list-item {
      background-color: white;
      border-radius: 6px;
      color: #03045E;
      margin-bottom: 20px;
      -webkit-box-shadow: 0 4px 0 transparent;
              box-shadow: 0 4px 0 transparent;
      -webkit-transition: -webkit-box-shadow linear .4s;
      transition: -webkit-box-shadow linear .4s;
      transition: box-shadow linear .4s;
      transition: box-shadow linear .4s, -webkit-box-shadow linear .4s;
      width: 100%;
      min-height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .tiledlinks-list-item-inner {
        padding: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 100%;
        width: 100%; }
        .tiledlinks-list-item-inner p:not(.view) {
          margin-bottom: 15px; }
        .tiledlinks-list-item-inner .desc p, .tiledlinks-list-item-inner .desc span {
          font-size: 15px; }
        .tiledlinks-list-item-inner p.view {
          margin-top: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 13px;
          font-weight: 700;
          -webkit-transition: color linear .4s;
          transition: color linear .4s; }
          .tiledlinks-list-item-inner p.view span {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin-right: 10px;
            height: 1px;
            width: 50px;
            background-color: #03045E;
            -webkit-transition: background-color linear .4s;
            transition: background-color linear .4s; }
      .tiledlinks-list-item:hover {
        -webkit-box-shadow: 0 4px 0 #54d5c4;
                box-shadow: 0 4px 0 #54d5c4; }
        .tiledlinks-list-item:hover p.view {
          color: #54d5c4; }
          .tiledlinks-list-item:hover p.view span {
            background-color: #54d5c4; }
  .tiledlinks p.more {
    margin-top: 50px; }
    .tiledlinks p.more a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: white; }
      .tiledlinks p.more a:before {
        content: '';
        width: 40px;
        height: 1px;
        margin-right: 10px;
        background-color: white; }
  .tiledlinks ~ .tiledlinks {
    background: #e9f5f9; }
    .tiledlinks ~ .tiledlinks h2 {
      color: #03045E; }
    .tiledlinks ~ .tiledlinks p.more a {
      color: #8aded3; }

.imagecta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50vh;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1080px) {
    .imagecta {
      min-height: 85vh;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .imagecta.blue:before, .imagecta.purple:before, .imagecta.yellow:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#03045E), to(transparent));
    background: linear-gradient(to right, #03045E, transparent); }
  .imagecta.green:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#253B02), to(transparent));
    background: linear-gradient(to right, #253B02, transparent);
    mix-blend-mode: multiply; }
  .imagecta.yellow .imagecta-content h2 {
    color: #F9C82D; }
  .imagecta-content {
    position: relative;
    max-width: 90%; }
    @media (min-width: 480px) {
      .imagecta-content {
        max-width: 80%; } }
    @media (min-width: 1080px) {
      .imagecta-content {
        max-width: 60%;
        padding-left: 10vw; } }
    .imagecta-content h2 {
      color: #54d5c4;
      margin-bottom: .7em;
      -webkit-transition: -webkit-transform cubic-bezier(0, 0.1, 0, 1) 1s;
      transition: -webkit-transform cubic-bezier(0, 0.1, 0, 1) 1s;
      transition: transform cubic-bezier(0, 0.1, 0, 1) 1s;
      transition: transform cubic-bezier(0, 0.1, 0, 1) 1s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 1s; }
    .imagecta-content p {
      color: white;
      font-size: 16px;
      font-weight: 500; }
      @media (min-width: 1080px) {
        .imagecta-content p {
          max-width: 70%; } }
    .imagecta-content .link-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .imagecta-content .link-wrap:before {
        content: '';
        display: inline-block;
        width: 55px;
        height: 1px;
        background-color: white;
        opacity: 1;
        margin-right: 10px; }
      .imagecta-content .link-wrap a {
        font-size: 16px;
        font-weight: 700; }
        .imagecta-content .link-wrap a:not(.btn) {
          color: white; }

.textslider {
  background: linear-gradient(100deg, #03045E, #253F86);
  position: relative;
  padding: 30px 0 50px;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1080px) {
    .textslider {
      padding: 70px 0 130px; } }
  .textslider img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .textslider p.tag {
    color: white;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1080px) {
      .textslider p.tag {
        margin-bottom: 80px; } }
  .textslider h2 {
    color: white;
    text-align: center; }
    @media (min-width: 1080px) {
      .textslider h2 {
        margin-bottom: 100px; } }
    .textslider h2 span {
      color: #8aded3; }
  .textslider-slides-item {
    width: 100%; }
    @media (min-width: 1200px) {
      .textslider-slides-item .cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    .textslider-slides-item .cols h3 {
      color: white;
      text-align: center;
      font-weight: 400; }
    @media (min-width: 1200px) {
      .textslider-slides-item .cols.c1 h3 {
        width: 90%; }
      .textslider-slides-item .cols.c2 h3 {
        width: 40%; }
      .textslider-slides-item .cols.c3 h3 {
        width: 31%; }
      .textslider-slides-item .cols.c4 h3 {
        width: 23%; } }
  .textslider-slides .flickity-prev-next-button {
    top: 40%; }
  .textslider-slides .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #8aded3; }
    .textslider-slides .flickity-page-dots .dot.is-selected {
      background: white; }

.marketdata {
  position: relative;
  padding: 70px 0 50px 0;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto; }
  .marketdata .securities-embed, .marketdata .sustainable-securities-embed {
    margin-top: -100px;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
    .marketdata .securities-embed p, .marketdata .sustainable-securities-embed p {
      margin: 0 0 1em 0; }
    .marketdata .securities-embed table.data th, .marketdata .sustainable-securities-embed table.data th {
      background-color: #B1DBDF; }
  @media (min-width: 1660px) {
    .marketdata {
      border-radius: 6px; } }
  @media (min-width: 1080px) {
    .marketdata {
      padding: 70px 0 30px; } }
  .marketdata .content-wrap {
    z-index: 1;
    position: relative; }
  .marketdata h2 {
    color: white;
    text-align: center; }
    .marketdata h2 img {
      display: block;
      width: 110px;
      margin: 0 auto; }
  .marketdata-highlight {
    margin: 50px 0; }
    @media (min-width: 768px) {
      .marketdata-highlight {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1200px) {
      .marketdata-highlight {
        margin: 100px 0; } }
    .marketdata-highlight-item:not(:last-child) {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .marketdata-highlight-item:not(:last-child) {
          margin-bottom: 0; } }
    .marketdata-highlight-item-inner h2, .marketdata-highlight-item-inner h3 {
      text-align: center;
      margin: 0;
      text-shadow: 0 0px 1px #03045E; }
    .marketdata-highlight-item-inner h2 {
      font-size: calc(2 * 1.2vmax + 1rem); }
    .marketdata-highlight-item-inner h3 {
      color: #8aded3; }
    .marketdata-highlight span.line {
      width: 150px;
      height: 1px;
      background-color: #8aded3; }
  .marketdata-intro {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    margin-bottom: 50px;
    color: white; }
    @media (min-width: 1200px) {
      .marketdata-intro {
        max-width: 50%;
        margin-bottom: 100px; } }

.currentmembers {
  position: relative;
  padding: 70px 0 50px 0;
  max-width: 1640px;
  background: #e9f5f9 !important;
  margin-bottom: 340px;
  margin-left: auto;
  margin-right: auto; }
  .currentmembers #members-vm {
    margin-top: -100px;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  @media (min-width: 1660px) {
    .currentmembers {
      border-radius: 6px; } }
  @media (min-width: 1080px) {
    .currentmembers {
      padding: 70px 0 30px; } }
  .currentmembers .content-wrap {
    z-index: 1;
    position: relative; }
  .currentmembers h2 {
    text-align: center; }
  .currentmembers-highlight {
    margin: 50px 0; }
    @media (min-width: 768px) {
      .currentmembers-highlight {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1200px) {
      .currentmembers-highlight {
        margin: 100px 0; } }
    .currentmembers-highlight-item:not(:last-child) {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .currentmembers-highlight-item:not(:last-child) {
          margin-bottom: 0; } }
    .currentmembers-highlight-item-inner h2, .currentmembers-highlight-item-inner h3 {
      text-align: center;
      margin: 0;
      text-shadow: 0 0px 1px #03045E; }
    .currentmembers-highlight-item-inner h2 {
      font-size: calc(2 * 1.2vmax + 1rem); }
    .currentmembers-highlight-item-inner h3 {
      color: #8aded3; }
    .currentmembers-highlight span.line {
      width: 150px;
      height: 1px;
      background-color: #8aded3; }
  .currentmembers .marketdata-intro {
    margin-left: auto;
    margin-right: auto;
    max-width: none !important;
    margin-bottom: 50px;
    color: #03045E !important; }

.childlisting {
  position: relative;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  @media (min-width: 1200px) {
    .childlisting {
      margin-bottom: 70px; } }
  .childlisting h2 {
    margin-bottom: 100px; }
  .childlisting-list {
    background: #e9f5f9;
    position: relative;
    z-index: 1;
    padding: 10px 0; }
    @media (min-width: 996px) {
      .childlisting-list {
        padding: 0; } }
    .childlisting-list .content-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 996px) {
        .childlisting-list .content-wrap {
          -webkit-transform: translatey(-50px);
                  transform: translatey(-50px); } }
      @media (min-width: 1600px) {
        .childlisting-list .content-wrap {
          gap: 15px; } }
    .childlisting-list-item {
      background-color: white;
      border-radius: 6px;
      color: #03045E;
      -webkit-box-shadow: 0 4px 0 transparent;
              box-shadow: 0 4px 0 transparent;
      -webkit-transition: -webkit-box-shadow linear .4s;
      transition: -webkit-box-shadow linear .4s;
      transition: box-shadow linear .4s;
      transition: box-shadow linear .4s, -webkit-box-shadow linear .4s;
      margin: 0 0 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      width: 100%; }
      @media (min-width: 480px) {
        .childlisting-list-item {
          width: calc(50% - 5px); } }
      @media (min-width: 768px) {
        .childlisting-list-item {
          width: calc(33% - 7px); } }
      @media (min-width: 996px) {
        .childlisting-list-item {
          width: calc(25% - 8px); } }
      @media (min-width: 1600px) {
        .childlisting-list-item {
          width: calc(25% - 12px); } }
      @media (min-width: 996px) {
        .childlisting-list-item {
          min-height: 100%; } }
      .childlisting-list-item a {
        color: #03045E; }
      .childlisting-list-item-inner {
        padding: 15px 35px;
        width: 100%; }
        @media (min-width: 996px) {
          .childlisting-list-item-inner {
            min-height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        .childlisting-list-item-inner p:not(.view) {
          margin-bottom: 15px; }
        .childlisting-list-item-inner .desc p, .childlisting-list-item-inner .desc span {
          font-size: 15px; }
        .childlisting-list-item-inner p.view {
          margin-top: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 13px;
          font-weight: 700;
          -webkit-transition: color linear .4s;
          transition: color linear .4s; }
          .childlisting-list-item-inner p.view span {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin-right: 10px;
            height: 1px;
            width: 50px;
            background-color: #03045E;
            -webkit-transition: background-color linear .4s;
            transition: background-color linear .4s; }
      .childlisting-list-item:hover {
        -webkit-box-shadow: 0 4px 0 #54d5c4;
                box-shadow: 0 4px 0 #54d5c4; }
        .childlisting-list-item:hover p.view {
          color: #54d5c4; }
          .childlisting-list-item:hover p.view span {
            background-color: #54d5c4; }
    @media (min-width: 996px) {
      .childlisting-list.rows-5 .childlisting-list-item, .childlisting-list.c5 .childlisting-list-item {
        width: calc(20% - 8px); } }
    @media (min-width: 1600px) {
      .childlisting-list.rows-5 .childlisting-list-item, .childlisting-list.c5 .childlisting-list-item {
        width: calc(20% - 12px); } }
    @media (min-width: 996px) {
      .childlisting-list.rows-4 .childlisting-list-item, .childlisting-list.c4 .childlisting-list-item {
        width: calc(25% - 8px);
        min-width: 200px; } }
    @media (min-width: 1600px) {
      .childlisting-list.rows-4 .childlisting-list-item, .childlisting-list.c4 .childlisting-list-item {
        width: calc(25% - 12px); } }
    @media (min-width: 996px) {
      .childlisting-list.rows-3 .childlisting-list-item, .childlisting-list.c3 .childlisting-list-item {
        width: calc(33% - 8px); } }
    @media (min-width: 1600px) {
      .childlisting-list.rows-3 .childlisting-list-item, .childlisting-list.c3 .childlisting-list-item {
        width: calc(33% - 12px); } }
    @media (min-width: 1080px) {
      .childlisting-list.cards.c2 .content-wrap {
        grid-template-columns: repeat(2, 1fr); }
      .childlisting-list.cards.c3 .content-wrap {
        grid-template-columns: repeat(3, 1fr); } }
  .childlisting p.more {
    margin-top: 50px; }
    .childlisting p.more a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: white; }
      .childlisting p.more a:before {
        content: '';
        width: 40px;
        height: 1px;
        margin-right: 10px;
        background-color: white; }

.dualcta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50vh;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1080px) {
    .dualcta {
      min-height: 65vh;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .dualcta.blue:before, .dualcta.purple:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(170deg, #03045E 60%, #24366c); }
  .dualcta.green:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#253B02), to(transparent));
    background: linear-gradient(to right, #253B02, transparent);
    mix-blend-mode: multiply; }
  .dualcta canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .dualcta-content {
    z-index: 1; }
    .dualcta-content:after {
      content: '';
      position: absolute;
      height: 1px;
      left: 25%;
      width: 50%;
      top: 56%;
      background-color: rgba(138, 222, 211, 0.4); }
    @media (min-width: 1080px) {
      .dualcta-content {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .dualcta-content:after {
          left: 50%;
          top: 10%;
          height: 80%;
          width: 1px; } }
    .dualcta-content-item {
      text-align: center;
      padding: 6vmin 6vmax; }
      @media (min-width: 1080px) {
        .dualcta-content-item {
          padding: 0;
          width: 50%; } }
      .dualcta-content-item h2 {
        color: white;
        margin-bottom: .7em;
        -webkit-transition: -webkit-transform cubic-bezier(0, 0.1, 0, 1) 1s;
        transition: -webkit-transform cubic-bezier(0, 0.1, 0, 1) 1s;
        transition: transform cubic-bezier(0, 0.1, 0, 1) 1s;
        transition: transform cubic-bezier(0, 0.1, 0, 1) 1s, -webkit-transform cubic-bezier(0, 0.1, 0, 1) 1s; }
      .dualcta-content-item p {
        color: white;
        font-size: 16px;
        font-weight: 500; }
        @media (min-width: 1080px) {
          .dualcta-content-item p {
            max-width: 70%;
            margin-left: auto;
            margin-right: auto; } }
      .dualcta-content-item a {
        font-size: 16px;
        font-weight: 700; }
        .dualcta-content-item a:not(.btn) {
          color: white; }

.logos-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .logos-block-list-item {
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 0 #03045E;
            box-shadow: 0 4px 0 #03045E;
    background-color: white;
    z-index: 1;
    padding: 20px 10px;
    margin: 0 15px 20px; }
    @media (min-width: 480px) {
      .logos-block-list-item.c3, .logos-block-list-item.c4 {
        width: 49%; } }
    @media (min-width: 768px) {
      .logos-block-list-item.c3 {
        width: 31%; }
      .logos-block-list-item.c4 {
        width: 21%; } }

.alisting {
  padding: 100px 0;
  position: relative; }
  @media (min-width: 1080px) {
    .alisting {
      padding: 125px 0; } }
  .alisting__title {
    text-align: center; }
    .alisting__title.white {
      color: white; }
  .alisting.white {
    color: white; }
  .alisting__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .alisting__content {
        padding: 0 30px; } }
    @media (min-width: 1080px) {
      .alisting__content {
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 0; } }
  @media (min-width: 1080px) {
    .alisting__cover {
      margin-bottom: 10px; } }
  .alisting__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    width: 100%; }
    @media (min-width: 480px) {
      .alisting__item {
        gap: 20px; } }
    @media (min-width: 1080px) {
      .alisting__item {
        gap: 0;
        max-width: 360px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .alisting__item-title {
      display: block;
      margin-left: 20px;
      width: 120px; }
      @media (min-width: 480px) {
        .alisting__item-title {
          display: none;
          margin-bottom: 32px;
          width: 175px; } }
      @media (min-width: 1080px) {
        .alisting__item-title {
          display: block;
          width: auto;
          margin-left: 0; } }
    .alisting__item-btn {
      display: none; }
      @media (min-width: 1080px) {
        .alisting__item-btn {
          margin-top: auto;
          display: block; } }
      .alisting__item-btn--inner {
        display: inline-block;
        margin-top: 10px; }
        @media (min-width: 1080px) {
          .alisting__item-btn--inner {
            display: none; } }
        .alisting__item-btn--inner2 {
          display: block;
          margin-top: 10px;
          padding: 10px 20px;
          font-size: 12px;
          width: 120px;
          text-align: center; }
          @media (min-width: 480px) {
            .alisting__item-btn--inner2 {
              display: none; } }
    .alisting__item-image {
      width: 150px;
      height: 100px; }
      @media (min-width: 1080px) {
        .alisting__item-image {
          width: 300px;
          height: 200px; } }
    .alisting__item-desc {
      width: 75%;
      display: none; }
      @media (min-width: 480px) {
        .alisting__item-desc {
          display: block;
          line-height: 1.4; }
          .alisting__item-desc p {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical; } }
      @media (min-width: 768px) {
        .alisting__item-desc {
          width: 65%; } }
      @media (min-width: 1080px) {
        .alisting__item-desc {
          width: initial;
          margin-bottom: 32px; }
          .alisting__item-desc p {
            display: block; } }
  .alisting__img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0; }

.dual-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px; }
  @media (min-width: 996px) {
    .dual-form__grid {
      gap: 80px;
      grid-template-columns: repeat(2, 1fr); } }
  .dual-form__grid .rte {
    padding: 0 !important; }
  .dual-form__grid .nformr {
    max-width: none; }

.imagetext {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: none; }
  @media (min-width: 768px) {
    .imagetext {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .imagetext__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .imagetext__row:first-of-type {
      border-radius: 5px 5px 0 0; }
    .imagetext__row:last-of-type {
      border-radius: 0 0 5px 5px; }
    @media (min-width: 768px) {
      .imagetext__row {
        display: grid;
        grid-template-columns: repeat(2, 1fr); } }
  .imagetext__rte {
    padding: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 1080px) {
      .imagetext__rte {
        padding: 15%; } }
    .imagetext__rte p {
      margin-bottom: 1em; }
    .imagetext__rte--white p, .imagetext__rte--white h1, .imagetext__rte--white h2, .imagetext__rte--white h3, .imagetext__rte--white h4 {
      color: white; }
    .imagetext__rte a {
      position: relative;
      padding: .5em 2em;
      cursor: pointer;
      outline: none;
      overflow: hidden;
      border-radius: 100px;
      display: inline-block;
      font-size: 1rem;
      font-weight: 700;
      -webkit-transition: background-color cubic-bezier(0.65, 0, 0.35, 1) 0.3s, color cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
      transition: background-color cubic-bezier(0.65, 0, 0.35, 1) 0.3s, color cubic-bezier(0.65, 0, 0.35, 1) 0.3s;
      background-color: white; }
  .imagetext__image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .imagetext.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .imagetext.mobile {
        display: none; } }

.search-header h1 {
  margin: 50px 0;
  text-align: center; }

.search-header-form {
  padding: 1px 8px;
  background-color: #03045E;
  border-radius: 6px;
  position: relative; }
  .search-header-form input {
    width: 100%;
    padding: 12px 40px 12px 20px;
    font-size: 26px;
    color: #03045E; }
  .search-header-form span {
    color: #03045E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
    font-size: 26px; }

.search h2 {
  margin: 50px 0 32px 20px; }

.search h2 + .search-body .search-body-market {
  -webkit-transform: translateY(-44px);
          transform: translateY(-44px);
  margin-top: 0; }

.search-subtitle {
  font-weight: 400;
  padding-left: 20px; }

.search-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (min-width: 1080px) {
    .search-body {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .search-body.onlysec .search-body-results {
    display: none; }
  @media (min-width: 1080px) {
    .search-body.onlysec .search-body-market {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .search-body.onlysec .search-body-market:after {
        content: '';
        -webkit-box-flex: 0;
            -ms-flex: 0 0 32%;
                flex: 0 0 32%; } }
  @media (min-width: 1080px) {
    .search-body.onlysec .ss-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 32%;
              flex: 0 0 32%; } }
  .search-body .search-body-market {
    margin-top: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    @media (min-width: 600px) {
      .search-body .search-body-market {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 1080px) {
      .search-body .search-body-market {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 46%;
                flex: 0 0 46%; } }
  .search-body .search-body-results {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    @media (min-width: 1080px) {
      .search-body .search-body-results {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }

.search .ss-card {
  font-size: 14px;
  padding: 24px 24px 20px;
  margin: 0 0 16px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 0px #0037710f;
          box-shadow: 0px 4px 0px #0037710f;
  border-radius: 6px; }
  @media (min-width: 600px) {
    .search .ss-card {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%; } }
  .search .ss-card-mnemonic {
    font-size: 24px;
    line-height: 30px; }
  .search .ss-card-company {
    display: block;
    color: #65B2D6;
    line-height: 22px; }
  .search .ss-card-type {
    position: relative;
    padding-top: 13px;
    margin-top: 13px;
    line-height: 22px;
    border-top: 1px solid #ddd; }
  .search .ss-card-currency {
    position: absolute;
    right: 0;
    top: -14px;
    color: white;
    padding: 2px 7px;
    background-color: #aaa;
    border-radius: 4px;
    font-size: 12px; }
  .search .ss-card-class em {
    font-weight: normal;
    font-style: normal;
    color: #999;
    font-size: 12px; }

.search-results-item {
  display: block;
  padding: 20px;
  color: #03045E;
  -webkit-transition: background-color cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
  transition: background-color cubic-bezier(0.65, 0, 0.35, 1) 0.4s; }
  .search-results-item:not(:last-child) {
    border-bottom: 1px solid rgba(3, 4, 94, 0.25); }
  .search-results-item h3 {
    margin: 0; }
  .search-results-item p {
    margin: 10px 0 0; }
  .search-results-item h3, .search-results-item p {
    -webkit-transition: color cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
    transition: color cubic-bezier(0.65, 0, 0.35, 1) 0.4s; }
  .search-results-item:hover {
    background: #03045E; }
    .search-results-item:hover h3, .search-results-item:hover p {
      color: white; }

.article {
  margin: 50px 0; }
  @media (min-width: 996px) {
    .article {
      margin: 100px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .article-meta {
    margin-bottom: 50px; }
    @media (min-width: 996px) {
      .article-meta {
        margin-bottom: 0;
        width: 40%; } }
    @media (min-width: 996px) {
      .article-meta-container {
        position: sticky;
        top: 12vh; } }
  @media (min-width: 996px) {
    .article-content {
      width: 57%; } }

.person-page {
  margin: 50px 0; }
  @media (min-width: 996px) {
    .person-page {
      margin: 100px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .person-page-meta {
    margin-bottom: 50px; }
    @media (min-width: 996px) {
      .person-page-meta {
        margin-bottom: 0;
        width: 40%; } }
    @media (min-width: 996px) {
      .person-page-meta-container {
        position: sticky;
        top: 12vh; } }
  .person-page-content h2, .person-page-content h3 {
    margin-bottom: 0.5em; }
  .person-page-content p.contact {
    margin-bottom: 10px; }
    .person-page-content p.contact a {
      color: #03045E; }
    .person-page-content p.contact i {
      margin-right: 10px; }
  .person-page-content .bio {
    margin-top: 50px; }
  @media (min-width: 996px) {
    .person-page-content {
      width: 57%; } }

.securities .article-meta {
  width: 100%;
  min-width: 200px;
  margin-bottom: 0; }

.securities .article-content {
  width: 100%; }

.securities .securities-data-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.securities .article-meta-container p.subheader {
  font-size: 12px;
  line-height: 17px; }
  .securities .article-meta-container p.subheader a, .securities .article-meta-container p.subheader a:visited, .securities .article-meta-container p.subheader a:active {
    color: #03045E; }
  .securities .article-meta-container p.subheader a:hover {
    color: #03045E; }

.securities .article-meta-container h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: normal; }

.securities .article-meta-container h2 {
  font-size: 40px;
  line-height: 50px;
  color: #65B2D6;
  margin: 0 0 5px 0;
  font-weight: bold; }

.securities .article-meta-container p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 16px 0; }

.securities .article-meta-container form {
  margin: 46px 0 0 0; }

.securities .article-meta-container hr {
  background-color: #65B2D6;
  height: 1px;
  border: none;
  opacity: 0.3;
  margin: 16px 0; }

.securities .article-meta-container label {
  font-weight: bold; }

.securities .article-content .tab h1, .securities .article-content .tab h2, .securities .article-content .tab h3, .securities .article-content .tab h4 {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  font-weight: bold;
  font-family: hero-new, sans-serif; }

.securities .article-content .tab p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 26px 0;
  font-family: hero-new, sans-serif; }

.securities .article-content .tab hr {
  background-color: #65B2D6;
  height: 1px;
  border: none;
  opacity: 0.3;
  margin: 16px 0; }

.securities .article-content .tab label {
  font-weight: bold; }

.securities .article-content .tab .data-cell-panel {
  margin: 0 0 26px 0; }

.securities .article-content .tab .security-details-section {
  margin: 54px 0 54px 0; }
  .securities .article-content .tab .security-details-section.security-details-section-news {
    margin: 0 0 54px 0; }
    .securities .article-content .tab .security-details-section.security-details-section-news .checkbox-toggle {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0 0 30px 0;
      font-size: 14px; }

.securities .article-content .tab pre {
  overflow: auto; }

.securities .article-content .tab .security-details-auction h4 {
  font-size: 18px;
  margin-bottom: 1em; }

.securities .article-content .tab .security-details-auction .field-list {
  max-width: 320px;
  margin-bottom: 2em; }

.securities .article-content .tab .security-details-auction .security-details-auction-orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .securities .article-content .tab .security-details-auction .security-details-auction-orders .security-details-auction-orders-col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 48%; }

.securities.securities-embed {
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px #0037710F;
          box-shadow: 0px 0px 20px #0037710F;
  border-radius: 10px;
  padding: 20px 40px 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .securities.securities-embed form {
    padding: 10px 0 20px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .securities.securities-embed form .form-field {
      margin: 0 0 30px 0;
      width: 100%; }
    .securities.securities-embed form a {
      margin: 0 0 10px 0; }
  .securities.securities-embed .data-list-header:first-child {
    display: none; }
  .securities.securities-embed .data-list-postscript {
    padding: 0;
    margin: 0 -20px; }
  .securities.securities-embed .data-list .data-list-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #03045E;
    border-radius: 0;
    padding: 12px 0; }

.securities .data-list .security-company, .securities .data-list .security-type, .securities .data-list .security-class {
  display: block;
  line-height: 24px; }

.securities .data-list output {
  font-size: 12px;
  color: #65B2D6; }

.securities .data-list .data-list-item-field {
  margin-bottom: 20px; }
  .securities .data-list .data-list-item-field + .data-list-item-field {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: bold; }
  .securities .data-list .data-list-item-field + .data-list-item-field + .data-list-item-field {
    margin-bottom: 0;
    border-bottom: none; }
  .securities .data-list .data-list-item-field [data-label]:before {
    content: attr(data-label);
    display: block;
    color: #999;
    font-size: 10px;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    font-weight: normal; }

.securities .data-list-postscript {
  padding: 64px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 768px) {
  .securities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .securities .data-list-postscript {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .securities .article-meta {
      width: 30%;
      max-width: 407px; }
    .securities .article-content {
      width: 69%;
      max-width: 1154px;
      margin-left: 30px; }
    .securities.securities-embed {
      background-color: white;
      -webkit-box-shadow: 0px 0px 20px #0037710F;
              box-shadow: 0px 0px 20px #0037710F;
      border-radius: 10px;
      padding: 20px 40px 20px 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .securities.securities-embed form {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .securities.securities-embed form .form-field {
          width: auto;
          min-width: 360px;
          margin: 0 0 10px 0; }
        .securities.securities-embed form a {
          margin: 0 0 10px auto; }
      .securities.securities-embed .data-list {
        background-color: white;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .securities.securities-embed .data-list-postscript {
        padding: 0;
        margin: 20px 0 -10px 0; }
        .securities.securities-embed .data-list-postscript .btn {
          margin-bottom: 10px; }
      .securities.securities-embed .data-list .data-list-item {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-bottom: 1px solid #03045E;
        border-radius: 0;
        padding: 21px 0; }
    .securities .data-list .security-company, .securities .data-list .security-type, .securities .data-list .security-class {
      display: block;
      /*white-space: nowrap;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;*/
      line-height: 18px; }
    .securities .data-list .data-list-item-field {
      width: 38%;
      margin-bottom: 0; }
      .securities .data-list .data-list-item-field + .data-list-item-field {
        width: auto;
        text-align: center;
        min-width: 100px;
        font-weight: normal;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .securities .data-list .data-list-item-field + .data-list-item-field + .data-list-item-field {
        width: 32%;
        text-align: right; }
      .securities .data-list .data-list-item-field [data-label]:before {
        content: "";
        display: none; } }

@media (min-width: 996px) {
  .securities .article-meta {
    max-width: 480px; }
  .securities .article-content {
    max-width: 1154px; } }

.company .article-meta {
  width: 100%;
  min-width: 200px;
  margin-bottom: 0; }

.company .article-content {
  width: 100%; }

.company .market-news-data-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .company .market-news-data-list .data-list-header h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0;
    font-size: 26px;
    font-weight: normal; }
  .company .market-news-data-list .data-list-item-field:last-child {
    text-align: right; }

.company .article-meta-container p.subheader {
  font-size: 12px;
  line-height: 17px; }
  .company .article-meta-container p.subheader a, .company .article-meta-container p.subheader a:visited, .company .article-meta-container p.subheader a:active {
    color: #03045E; }
  .company .article-meta-container p.subheader a:hover {
    color: #03045E; }

.company .article-meta-container h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: normal; }

.company .article-meta-container h2 {
  font-size: 40px;
  line-height: 50px;
  color: #65B2D6;
  margin: 0 0 5px 0;
  font-weight: bold; }

.company .article-meta-container p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 16px 0; }

.company .article-meta-container form {
  margin: 46px 0 0 0; }

.company .article-meta-container hr {
  background-color: #65B2D6;
  height: 1px;
  border: none;
  opacity: 0.3;
  margin: 16px 0; }

.company .article-meta-container label {
  font-weight: bold; }

.company .data-list-postscript {
  padding: 64px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 768px) {
  .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .company .data-list-postscript {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .company .article-meta {
      width: 30%;
      max-width: 407px; }
    .company .article-content {
      width: 69%;
      max-width: 1154px;
      margin-left: 30px; }
    .company .market-news-data-list .data-list-item-field {
      max-width: 28%; }
    .company .market-news-data-list .market-news-headline {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      width: 48%;
      max-width: 48%; }
    .company .market-news-data-list .data-list-item-field:last-child {
      max-width: 22%;
      min-width: 150px;
      text-align: right; } }

@media (min-width: 996px) {
  .company .article-meta {
    max-width: 480px; }
  .company .article-content {
    max-width: 1154px; } }

.market-news .article-meta {
  width: 100%;
  min-width: 200px;
  margin-bottom: 0; }

.market-news .article-content {
  width: 100%; }

.market-news .market-news-data-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .market-news .market-news-data-list .data-list-item-field:last-child {
    text-align: right; }

.market-news .article-meta-container p.subheader {
  font-size: 12px;
  line-height: 17px; }
  .market-news .article-meta-container p.subheader a, .market-news .article-meta-container p.subheader a:visited, .market-news .article-meta-container p.subheader a:active {
    color: #03045E; }
  .market-news .article-meta-container p.subheader a:hover {
    color: #03045E; }

.market-news .article-meta-container h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: normal; }

.market-news .article-meta-container h2 {
  font-size: 40px;
  line-height: 50px;
  color: #65B2D6;
  margin: 0 0 5px 0;
  font-weight: bold; }

.market-news .article-meta-container p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 16px 0; }

.market-news .article-meta-container form {
  margin: 46px 0 0 0; }

.market-news .article-meta-container hr {
  background-color: #65B2D6;
  height: 1px;
  border: none;
  opacity: 0.3;
  margin: 16px 0; }

.market-news .article-meta-container label {
  font-weight: bold; }

.market-news .data-list-postscript {
  padding: 64px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 768px) {
  .market-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .market-news .data-list-postscript {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .market-news .article-meta {
      width: 30%;
      max-width: 407px; }
    .market-news .article-content {
      width: 69%;
      max-width: 1154px;
      margin-left: 30px; }
    .market-news .market-news-data-list .data-list-item-field {
      max-width: 28%; }
    .market-news .market-news-data-list .market-news-headline {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      width: 48%;
      max-width: 48%; }
    .market-news .market-news-data-list .data-list-item-field:last-child {
      max-width: 22%;
      min-width: 150px;
      text-align: right; } }

@media (min-width: 996px) {
  .market-news .article-meta {
    max-width: 480px; }
  .market-news .article-content {
    max-width: 1154px; } }

.members.member-detail .members-data-list .data-list-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .members .article-meta {
      width: 30%;
      max-width: 407px; }
    .members .article-content {
      width: 69%;
      max-width: 1154px;
      margin-left: 30px; }
    .members .tab .data-list {
      background-color: white;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0; }
    .members .members-categories-label {
      display: none; }
    .members .members-data-list .data-list-item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .members .members-data-list .data-list-item-field {
      max-width: 28%; }
    .members .members-data-list .members-name {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%;
      width: 48%;
      max-width: 48%; }
    .members .members-data-list .members-categories {
      min-width: 130px;
      text-align: center; }
    .members .members-data-list .data-list-body .members-categories {
      font-size: 18px; }
    .members .members-data-list .data-list-item-field:last-child {
      max-width: 22%;
      width: 150px;
      text-align: right; }
    .members.member-detail .members-data-list .data-list-item {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .members.member-detail .members-data-list .members-security-name {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      max-width: 50%; }
    .members.member-detail .members-data-list .members-security-type {
      max-width: none;
      -webkit-box-flex: 2;
          -ms-flex: 2 0 auto;
              flex: 2 0 auto;
      text-align: right; }
    .members .article-meta-container p.subheader {
      font-size: 12px;
      line-height: 17px; }
      .members .article-meta-container p.subheader a, .members .article-meta-container p.subheader a:visited, .members .article-meta-container p.subheader a:active {
        color: #03045E; }
      .members .article-meta-container p.subheader a:hover {
        color: #03045E; }
    .members .article-meta-container h1 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 30px;
      font-weight: normal; }
    .members .article-meta-container h2 {
      font-size: 40px;
      line-height: 50px;
      color: #65B2D6;
      margin: 0 0 5px 0;
      font-weight: bold; }
    .members .article-meta-container p {
      font-size: 14px;
      line-height: 24px;
      margin: 0 0 16px 0; }
    .members .article-meta-container form {
      margin: 46px 0 0 0; }
    .members .article-meta-container hr {
      background-color: #65B2D6;
      height: 1px;
      border: none;
      opacity: 0.3;
      margin: 16px 0; }
    .members .article-meta-container label {
      font-weight: bold; } }

@media (min-width: 996px) {
  .members .article-meta {
    max-width: 480px; }
  .members .article-content {
    max-width: 1154px; } }

@media (min-width: 768px) {
  .market-update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .market-update .article-meta {
      width: 30%;
      max-width: 407px; }
    .market-update .article-content {
      width: 69%;
      max-width: 1154px;
      margin-left: 30px; }
    .market-update .article-meta-container p.subheader {
      font-size: 12px;
      line-height: 17px; }
      .market-update .article-meta-container p.subheader a, .market-update .article-meta-container p.subheader a:visited, .market-update .article-meta-container p.subheader a:active {
        color: #03045E; }
      .market-update .article-meta-container p.subheader a:hover {
        color: #03045E; }
    .market-update .article-meta-container h1 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 30px;
      font-weight: normal; }
    .market-update .article-meta-container h2 {
      font-size: 40px;
      line-height: 50px;
      color: #65B2D6;
      margin: 0 0 5px 0;
      font-weight: bold; }
    .market-update .article-meta-container p {
      font-size: 14px;
      line-height: 24px;
      margin: 0 0 16px 0; }
    .market-update .article-meta-container form {
      margin: 46px 0 0 0; }
    .market-update .article-meta-container hr {
      background-color: #65B2D6;
      height: 1px;
      border: none;
      opacity: 0.3;
      margin: 16px 0; }
    .market-update .article-meta-container label {
      font-weight: bold; } }

@media (min-width: 996px) {
  .market-update .article-meta {
    max-width: 480px; }
  .market-update .article-content {
    max-width: 1154px; } }

.price-ticker {
  overflow: hidden;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 64px;
  -webkit-animation: AnimationFadeIn cubic-bezier(0.28, 0.13, 0.39, 0.94) 300ms;
          animation: AnimationFadeIn cubic-bezier(0.28, 0.13, 0.39, 0.94) 300ms;
  font-family: hero-new, sans-serif; }
  .price-ticker ul, .price-ticker li {
    list-style: none;
    padding: 0; }
  .price-ticker .price-ticker-heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 24px 36px 24px 20px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    color: #969696;
    line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .price-ticker .price-ticker-heading a, .price-ticker .price-ticker-heading a:visited, .price-ticker .price-ticker-heading a:active {
      color: #969696;
      text-decoration: none; }
    .price-ticker .price-ticker-heading a:hover {
      color: #969696;
      text-decoration: none; }
  .price-ticker .price-ticker-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: block;
    position: relative;
    max-width: calc(100% - 100px); }
  .price-ticker .price-ticker-list-item {
    position: absolute;
    width: 100%;
    height: 64px;
    top: 0;
    left: 0;
    background-color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: -webkit-transform cubic-bezier(0.28, 0.13, 0.39, 0.94) 1s;
    transition: -webkit-transform cubic-bezier(0.28, 0.13, 0.39, 0.94) 1s;
    transition: transform cubic-bezier(0.28, 0.13, 0.39, 0.94) 1s;
    transition: transform cubic-bezier(0.28, 0.13, 0.39, 0.94) 1s, -webkit-transform cubic-bezier(0.28, 0.13, 0.39, 0.94) 1s;
    z-index: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 5px 14px 25px;
    font-size: 12px;
    line-height: 18px; }
    .price-ticker .price-ticker-list-item:before {
      position: absolute;
      content: " ";
      top: 19px;
      left: 10px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.3);
      -webkit-transition: background-color cubic-bezier(0.28, 0.13, 0.39, 0.94) 300ms;
      transition: background-color cubic-bezier(0.28, 0.13, 0.39, 0.94) 300ms; }
    .price-ticker .price-ticker-list-item a, .price-ticker .price-ticker-list-item a:visited, .price-ticker .price-ticker-list-item a:active {
      color: #03045E;
      text-decoration: none; }
    .price-ticker .price-ticker-list-item a:hover {
      color: #03045E;
      text-decoration: none; }
    .price-ticker .price-ticker-list-item:hover:before {
      background-color: #03045E; }
    .price-ticker .price-ticker-list-item:nth-child(1) {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      z-index: 4; }
    .price-ticker .price-ticker-list-item:nth-child(2) {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      z-index: 5; }
    .price-ticker .price-ticker-list-item:nth-child(3) {
      -webkit-transform: translateX(200%);
              transform: translateX(200%);
      z-index: 6; }
    .price-ticker .price-ticker-list-item:nth-child(4) {
      -webkit-transform: translateX(300%);
              transform: translateX(300%);
      z-index: 7; }
    .price-ticker .price-ticker-list-item:nth-child(5) {
      -webkit-transform: translateX(400%);
              transform: translateX(400%);
      z-index: 2; }
    .price-ticker .price-ticker-list-item:nth-child(n+6) {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      z-index: 2; }
    .price-ticker .price-ticker-list-item:last-child {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      z-index: 3; }
  .price-ticker .price-ticker-list-item-heading {
    line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #03045E; }
  .price-ticker .price-ticker-list-item-values {
    line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #969696; }

@media (min-width: 480px) {
  .price-ticker .price-ticker-list-item {
    width: 50%; } }

@media (min-width: 1200px) {
  .price-ticker .price-ticker-list-item {
    width: 33%; } }

@media (min-width: 1600px) {
  .price-ticker .price-ticker-list-item {
    width: 25%; } }

@-webkit-keyframes AnimationFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes AnimationFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.notices-listing-item {
  display: block;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #03045E; }
  .notices-listing-item h3 {
    margin-bottom: 10px; }
    .notices-listing-item h3 a {
      color: #03045E; }
  .notices-listing-item p.tag {
    margin: 10px 0; }

.notices ul.pagination {
  padding: 0;
  margin-top: 40px; }

.articles .data-list-item-field.data-list-item-col .security-mnemonic {
  color: #03045E; }

.articles .data-list-item-field.data-list-item-col .security-company {
  color: #65B2D6; }

.private-market-login-wrapper {
  min-height: 60vh;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .private-market-login-wrapper form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .private-market-login-wrapper .private-market-login {
    max-width: 550px;
    font-size: 16px;
    color: var(--textcolor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .private-market-login-wrapper .private-market-login:before {
      background-color: var(--brandcolor); }
    .private-market-login-wrapper .private-market-login h1 {
      font-size: 22px;
      margin: 0 0 1em 0;
      color: var(--textcolor); }
    .private-market-login-wrapper .private-market-login .rte {
      margin: 0 auto 1em 0;
      padding: 0;
      color: var(--textcolor); }
    .private-market-login-wrapper .private-market-login form {
      color: var(--textcolor); }
    .private-market-login-wrapper .private-market-login label {
      display: block;
      color: var(--textcolor); }
    .private-market-login-wrapper .private-market-login input {
      display: block;
      border: 1px solid #ccc;
      border-radius: 6px;
      margin: 0;
      font-size: 16px;
      color: var(--textcolor);
      padding: 10px; }
    .private-market-login-wrapper .private-market-login .validation-summary-errors {
      color: #D63034;
      margin: 0;
      font-size: 13px; }
      .private-market-login-wrapper .private-market-login .validation-summary-errors ul {
        list-style: none;
        margin-bottom: 1em;
        font-size: 16px; }
    .private-market-login-wrapper .private-market-login button {
      margin: 1em 0 0 auto;
      background-color: var(--brandcolor);
      color: var(--textbrandcolor); }
    .private-market-login-wrapper .private-market-login-body {
      margin-bottom: 0.5em; }

.site-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.8em 0; }
  .site-banner .content-wrap {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    text-wrap: balance; }
  body:has(.burger-nav.on, .header-inner-nav .on) .site-banner {
    display: none; }

.private-market-header {
  padding: 20px;
  text-align: center;
  background-color: var(--bannercolor); }

.private-market h2 {
  color: var(--brandcolor) !important; }

.private-market p, .private-market span, .private-market h1, .private-market h3, .private-market h4, .private-market ul, .private-market li, .private-market ol {
  color: var(--textcolor) !important; }

.private-market a {
  color: var(--highlightcolor); }

.private-market ul.tabs li.active,
.private-market table.data th,
.private-market a.btn,
.private-market .tab:before {
  background-color: var(--brandcolor);
  color: var(--textbrandcolor) !important; }

.private-market table.data td {
  border-top: 1px solid var(--brandcolor); }

.private-market tr.alternative-color th {
  background-color: var(--brandcolor) !important;
  color: var(--textbrandcolor) !important; }

.private-market .field-list-field label,
.private-market .field-list-field output {
  color: var(--textcolor) !important; }

.private-market-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  .private-market-checkbox input[type=checkbox] {
    padding: 20px; }

.disclaimer {
  min-height: 60vh;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .disclaimer-form-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
  .disclaimer-login {
    max-width: 800px;
    font-size: 16px;
    color: var(--textcolor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .disclaimer-login:before {
      background-color: var(--brandcolor); }
    .disclaimer-login h1 {
      font-size: 22px;
      margin: 0 0 1em 0;
      color: var(--textcolor); }
    .disclaimer-login .rte {
      margin: 0 auto 1em 0;
      padding: 0;
      color: var(--textcolor); }
    .disclaimer-login form {
      color: var(--textcolor); }
    .disclaimer-login label {
      display: block;
      color: var(--textcolor); }
    .disclaimer-login input[hidden] {
      display: none; }
    .disclaimer-login .validation-summary-errors {
      color: #D63034;
      margin: 0;
      font-size: 13px; }
      .disclaimer-login .validation-summary-errors ul {
        list-style: none;
        margin-bottom: 1em;
        font-size: 16px; }
    .disclaimer-login button {
      background-color: var(--brandcolor);
      color: var(--textbrandcolor); }
    .disclaimer-login-body {
      margin-bottom: 0.5em; }

.landing .header {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  padding: 15px 20px 0;
  background-color: transparent;
  z-index: 99; }
  @media (min-width: 996px) {
    .landing .header {
      padding-top: 20px; } }
  .landing .header-inner {
    padding-bottom: 15px;
    border-bottom: 1px solid white; }
    @media (min-width: 996px) {
      .landing .header-inner {
        padding-bottom: 20px; } }
    .landing .header-inner-brand {
      width: 52px; }
      @media (min-width: 996px) {
        .landing .header-inner-brand {
          width: 68px; } }
    .landing .header-inner .holder-login {
      color: white;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .landing .header-inner .holder-login:hover {
        text-decoration: underline; }

.landing .hero {
  min-height: calc(58vmin + 52px); }
  .landing .hero.hero-narrow {
    min-height: calc(30vmin + 52px); }
    .landing .hero.hero-narrow .hero-content-text {
      padding-top: 20px; }
      @media (min-width: 1080px) {
        .landing .hero.hero-narrow .hero-content-text {
          padding-top: 190px; } }
    .landing .hero.hero-narrow .hero-content-image {
      margin-top: 100px; }
      .landing .hero.hero-narrow .hero-content-image img {
        max-height: 200px; }

@media (min-width: 1080px) {
  .landing .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 100%; } }

@media (min-width: 1080px) {
  .landing .hero-content h1 {
    font-size: 60px; } }

.landing .hero-content .link-wrap {
  margin-top: 20px; }

.landing .hero-content-text {
  margin-top: 0; }

.landing .hero-narrow.without-image .hero-content-text {
  padding-top: 120px; }
  @media (min-width: 1080px) {
    .landing .hero-narrow.without-image .hero-content-text {
      padding-top: 190px; } }

.landing .hero-content-image {
  margin-top: 65px;
  padding-right: 20px; }
  @media (min-width: 1080px) {
    .landing .hero-content-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 0;
      padding-left: 20px; } }

.landing .imagescrolltext-img {
  background-size: contain; }

.landing .image img {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.landing_pm .hero {
  background: transparent linear-gradient(66deg, #64ceee 10%, #483fd0 25%, #e834be 49%, #ea6d61 63%, #f3b91c 82%, #EBB946 96%) no-repeat;
  background-position: 0 0; }
  .landing_pm .hero:after {
    display: none; }

.landing_pm .block-wrapper {
  overflow: hidden; }

.landing_pm .pagenav {
  background-color: #7DCBE9; }

.landing_pm .pm-orange {
  color: #DC7365; }

.landing_pm .pm-purple {
  color: #8744BF; }

.landing_pm .pm-pink {
  color: #D749B8; }

.landing_pm .pm-plum {
  color: #923091; }

.landing_pm .childlisting-list {
  background: transparent; }
  .landing_pm .childlisting-list .content-wrap {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 480px) {
      .landing_pm .childlisting-list .content-wrap {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 768px) {
      .landing_pm .childlisting-list .content-wrap {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 996px) {
      .landing_pm .childlisting-list .content-wrap {
        -webkit-transform: translatey(-50px);
                transform: translatey(-50px);
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 1600px) {
      .landing_pm .childlisting-list .content-wrap {
        gap: 15px; } }
  .landing_pm .childlisting-list-item {
    -webkit-box-shadow: 0 4px 0 #54d5c4;
            box-shadow: 0 4px 0 #54d5c4;
    width: 100%;
    margin: 0 0 20px;
    width: auto !important; }
    .landing_pm .childlisting-list-item-inner {
      position: relative;
      padding-top: 30px; }
      .landing_pm .childlisting-list-item-inner:after {
        content: '';
        position: absolute;
        left: 35px;
        bottom: 30px;
        width: 50%;
        height: 1px;
        background-color: #54d5c4;
        display: none; }
    .landing_pm .childlisting-list-item:nth-child(1) {
      -webkit-box-shadow: 0 4px 0 #4542C8;
              box-shadow: 0 4px 0 #4542C8; }
      .landing_pm .childlisting-list-item:nth-child(1) .childlisting-list-item-inner h4 {
        color: #4542C8; }
      .landing_pm .childlisting-list-item:nth-child(1) .childlisting-list-item-inner:after {
        background-color: #4542C8; }
    .landing_pm .childlisting-list-item:nth-child(2) {
      -webkit-box-shadow: 0 4px 0 #D749B8;
              box-shadow: 0 4px 0 #D749B8; }
      .landing_pm .childlisting-list-item:nth-child(2) .childlisting-list-item-inner h4 {
        color: #D749B8; }
      .landing_pm .childlisting-list-item:nth-child(2) .childlisting-list-item-inner:after {
        background-color: #D749B8; }
    .landing_pm .childlisting-list-item:nth-child(3) {
      -webkit-box-shadow: 0 4px 0 #7DCBE9;
              box-shadow: 0 4px 0 #7DCBE9; }
      .landing_pm .childlisting-list-item:nth-child(3) .childlisting-list-item-inner h4 {
        color: #7DCBE9; }
      .landing_pm .childlisting-list-item:nth-child(3) .childlisting-list-item-inner:after {
        background-color: #7DCBE9; }
    .landing_pm .childlisting-list-item:nth-child(4) {
      -webkit-box-shadow: 0 4px 0 #923091;
              box-shadow: 0 4px 0 #923091; }
      .landing_pm .childlisting-list-item:nth-child(4) .childlisting-list-item-inner h4 {
        color: #923091; }
      .landing_pm .childlisting-list-item:nth-child(4) .childlisting-list-item-inner:after {
        background-color: #923091; }
    .landing_pm .childlisting-list-item:nth-child(5) {
      -webkit-box-shadow: 0 4px 0 #DC7365;
              box-shadow: 0 4px 0 #DC7365; }
      .landing_pm .childlisting-list-item:nth-child(5) .childlisting-list-item-inner h4 {
        color: #DC7365; }
      .landing_pm .childlisting-list-item:nth-child(5) .childlisting-list-item-inner:after {
        background-color: #DC7365; }
    .landing_pm .childlisting-list-item:nth-child(6) {
      -webkit-box-shadow: 0 4px 0 #EBB946;
              box-shadow: 0 4px 0 #EBB946; }
      .landing_pm .childlisting-list-item:nth-child(6) .childlisting-list-item-inner h4 {
        color: #EBB946; }
      .landing_pm .childlisting-list-item:nth-child(6) .childlisting-list-item-inner:after {
        background-color: #EBB946; }

@media (min-width: 996px) {
  .landing_pm .childlisting .content-wrap {
    -webkit-transform: translatey(0);
            transform: translatey(0);
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1200px) {
  .landing_pm .childlisting .content-wrap {
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1600px) {
  .landing_pm .childlisting .content-wrap {
    gap: 15px; } }

.landing_pm .infopanels {
  position: relative;
  padding: 65px 0 50px; }
  .landing_pm .infopanels-head .svg-banner {
    margin: 30px auto; }
    @media (min-width: 1080px) {
      .landing_pm .infopanels-head .svg-banner {
        margin-top: 50px; } }
    .landing_pm .infopanels-head .svg-banner img {
      max-width: 100%; }
  .landing_pm .infopanels:before {
    content: '';
    position: absolute;
    left: -120px;
    top: 0;
    width: calc(100% + 240px);
    height: 100%;
    z-index: -1;
    background-color: #E9F5F9;
    border-radius: 10px 10px 0px 0px; }
  .landing_pm .infopanels-items-item:nth-child(1) h4 {
    color: #4542C8; }
  .landing_pm .infopanels-items-item:nth-child(2) h4 {
    color: #D749B8; }
  .landing_pm .infopanels-items-item:nth-child(3) h4 {
    color: #EBB946; }
  .landing_pm .infopanels-items-item:nth-child(4) h4 {
    color: #7DCBE9; }
  .landing_pm .infopanels-items-item:nth-child(5) h4 {
    color: #8744BF; }
  .landing_pm .infopanels-items-item:nth-child(6) h4 {
    color: #DC7365; }

.landing_pm .pm-panel {
  position: relative;
  padding: 40px 0; }
  @media (min-width: 996px) {
    .landing_pm .pm-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1080px) {
    .landing_pm .pm-panel {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .landing_pm .pm-panel {
      padding: 100px 0; } }
  .landing_pm .pm-panel:before {
    content: '';
    position: absolute;
    left: -120px;
    top: 0;
    width: calc(100% + 240px);
    height: 100%;
    z-index: -1;
    background-color: white;
    border-radius: 10px 10px 0px 0px; }
  .landing_pm .pm-panel.grad-purple:before {
    background: -webkit-gradient(linear, left top, right top, from(#537ADC), to(#843AC9)) 0 0 no-repeat;
    background: linear-gradient(to right, #537ADC 0%, #843AC9 100%) 0 0 no-repeat; }
  @media (min-width: 996px) {
    .landing_pm .pm-panel.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .landing_pm .pm-panel-copy {
    padding: 25px 0; }
    @media (min-width: 996px) {
      .landing_pm .pm-panel-copy {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 49%;
                flex: 0 0 49%; } }
    .landing_pm .pm-panel-copy > div {
      max-width: 560px; }
    .landing_pm .pm-panel-copy p {
      margin-top: 1.2em; }
  @media (min-width: 996px) {
    .landing_pm .pm-panel-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; } }
  .landing_pm .pm-panel-img > div {
    max-width: 300px; }
    @media (min-width: 996px) {
      .landing_pm .pm-panel-img > div {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; } }
    .landing_pm .pm-panel-img > div img {
      display: block; }

.landing_pm .footer {
  color: white;
  background: transparent linear-gradient(66deg, #64ceee 10%, #483fd0 25%, #e834be 49%, #ea6d61 63%, #f3b91c 82%, #EBB946 96%) no-repeat;
  background-position: 0 0;
  padding-bottom: 20px;
  max-width: none; }
  .landing_pm .footer-logo {
    padding: 30px 0; }
    .landing_pm .footer-logo > div {
      max-width: 200px;
      margin: 0 auto; }
      @media (min-width: 1080px) {
        .landing_pm .footer-logo > div {
          padding: 30px 0;
          max-width: 250px; } }
  .landing_pm .footer-top {
    background-color: rgba(255, 255, 255, 0.15); }
  .landing_pm .footer-inner .btn.blue {
    background-color: transparent !important;
    border: 1px solid white !important; }
  .landing_pm .footer .footer-inner-social a {
    background-color: white;
    color: #4542C8; }
    .landing_pm .footer .footer-inner-social a:hover {
      background-color: #4542C8;
      color: white; }
  .landing_pm .footer .footer-bottom ul.links li a {
    color: white; }
    .landing_pm .footer .footer-bottom ul.links li a:hover {
      color: white;
      text-decoration: underline; }

