/*! Flickity v2.3.0
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;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:rgba(0,0,0,0)}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1,.fct-content-blockquote-left p,.fct-content-blockquote-full p,.fct-content-blockquote-right p{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{color:#000 !important;text-shadow:none !important;background:rgba(0,0,0,0) !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}@-ms-viewport{width:device-width}.visible-xs{display:none !important}.visible-sm{display:none !important}.visible-md{display:none !important}.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media(max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media(max-width: 767px){.visible-xs-block{display:block !important}}@media(max-width: 767px){.visible-xs-inline{display:inline !important}}@media(max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-block{display:block !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media(min-width: 768px)and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-block{display:block !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-inline{display:inline !important}}@media(min-width: 992px)and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important}}@media(min-width: 1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media(min-width: 1200px){.visible-lg-block{display:block !important}}@media(min-width: 1200px){.visible-lg-inline{display:inline !important}}@media(min-width: 1200px){.visible-lg-inline-block{display:inline-block !important}}@media(max-width: 767px){.hidden-xs{display:none !important}}@media(min-width: 768px)and (max-width: 991px){.hidden-sm{display:none !important}}@media(min-width: 992px)and (max-width: 1199px){.hidden-md{display:none !important}}@media(min-width: 1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}html{--fct-color-white: #ffffff;--fct-color-black: #000000;--fct-color-green-dark: #00532f;--fct-color-green: #177b57;--fct-color-green-blue: #3fad93;--fct-color-green-light: #32c77f;--fct-color-green-hover: #3ca46a;--fct-color-yellow: #e4ef39;--fct-color-green-nav-hover: #11593f;--fct-color-green-nav-active: #0c402d;--fct-color-background: #ffffff;--fct-color-text: #000000;--fct-color-grey-dark: #333333;--fct-color-grey: #707070;--fct-color-grey-light: #b7b7b7;--fct-color-grey-light-extra: #d9d9d9;--fct-color-grey-bg: #f2f2f2;--fct-color-grey-bg-2: #fafafa;--fct-color-grey-main-nav-bg: #ebebeb;--fct-color-grey-extra: #a6a6a6;--fct-color-primary-dark: var(--fct-color-green-dark);--fct-color-primary: var(--fct-color-green);--fct-color-clickable: var(--fct-color-green-blue);--fct-color-primary-light: var(--fct-color-green-light);--fct-color-clickable-hover: var(--fct-color-green-hover);--fct-color-info: var(--fct-color-yellow);--fct-color-nav-hover: var(--fct-color-green-nav-hover);--fct-color-nav-active: var(--fct-color-green-nav-active);--fct-color-image-background: #e0e0e0;--fct-color-share: var(--fct-color-grey);--fct-font-regular-serif: HendersonBCGSerif, Georgia, Times New Roman, serif;--fct-font-regular-serif-head: HendersonBCGSerifHead, Georgia, Times New Roman, serif;--fct-font-regular-sans: HendersonBCGSansWF, tahoma, sans-serif;--fct-body-font: var(--fct-font-regular-serif);--fct-body-font-sans: var(--fct-font-regular-sans);--fct-body-font-head: var(--fct-font-regular-serif-head);--fct-body-font-size-multiplier: 1;--fct-body-line-height-multiplier: 1;--fct-body-font-style: normal;--fct-body-font-weight: 300;--fct-h1-font: var(--fct-font-regular-sans);--fct-h1-font-serif: var(--fct-font-regular-serif-head);--fct-h1-font-size-multiplier: 1;--fct-h1-line-height-multiplier: 1;--fct-h1-font-weight: 200;--fct-h1-font-style: normal;--fct-h1-text-transform: inherit;--fct-h2-font: var(--fct-font-regular-sans);--fct-h2-font-size-multiplier: 1;--fct-h2-line-height-multiplier: 1;--fct-h2-font-weight: 400;--fct-h2-font-style: normal;--fct-h2-text-transform: inherit;--fct-h3-font: var(--fct-font-regular-sans);--fct-h3-font-size-multiplier: 1;--fct-h3-line-height-multiplier: 1;--fct-h3-font-weight: 700;--fct-h3-font-style: normal;--fct-h3-text-transform: uppercase;--fct-dek-font: var(--fct-font-regular-sans);--fct-dek-font-size-multiplier: 1;--fct-dek-line-height-multiplier: 1;--fct-dek-font-weight: var(--fct-body-font-weight);--fct-dek-font-style: normal;--fct-dek-text-transform: none;--fct-cta-font: var(--fct-font-regular-sans);--fct-cta-text-transform: uppercase;--fct-cta-font-weight: 700;--fct-list-bullet-content: "•";--fct-list-bottom-space: 12px;--fct-list-bottom-space-md: 13.5px;--fct-list-bullet-space: 35px;--fct-list-bullet-space-md: 35px;--fct-gutter: 20px;--fct-grid-gutter: 30px;--fct-grid-alignment: flex-start;--fct-grid-default-spacing: 20px;--fct-grid-default-spacing-sm: 75px;--fct-grid-default-spacing-md: 75px;--fct-grid-default-spacing-lg: 100px;--fct-grid-regular-delta-left-xs: 0px;--fct-grid-regular-delta-left-sm: 0px;--fct-grid-regular-delta-left-md: 0px;--fct-grid-regular-delta-left-lg: 0px;--fct-grid-regular-delta-right-xs: 0px;--fct-grid-regular-delta-right-sm: 0px;--fct-grid-regular-delta-right-md: 15%;--fct-grid-regular-delta-right-lg: 15%;--fct-grid-regular-max-width-lg: 100%;--fct-grid-extended-margin-left-xs: 0px;--fct-grid-extended-margin-left-sm: 0px;--fct-grid-extended-margin-left-md: 0px;--fct-grid-extended-margin-left-lg: 5%;--fct-grid-extended-padding-left-xs: 0px;--fct-grid-extended-padding-left-sm: 0px;--fct-grid-extended-padding-left-md: 0px;--fct-grid-extended-padding-left-lg: 0px;--fct-grid-extended-delta-right-xs: 0px;--fct-grid-extended-delta-right-sm: 0px;--fct-grid-extended-delta-right-md: 15%;--fct-grid-extended-delta-right-lg: 15%;--fct-grid-extended-max-width-lg: 100%;--fct-grid-wide-delta-xs: var(--fct-grid-default-spacing);--fct-grid-wide-delta-sm: var(--fct-grid-default-spacing-sm);--fct-grid-wide-delta-md: var(--fct-grid-default-spacing-md);--fct-grid-wide-delta-lg: var(--fct-grid-default-spacing-lg);--fct-grid-wide-max-width-lg: 100%;--fct-grid-container-margin-bottom-default: 40px;--fct-grid-container-margin-bottom-none: 0px;--fct-grid-container-margin-bottom-small: 20px;--fct-grid-container-margin-bottom-medium: 50px;--fct-grid-container-margin-bottom-large: 100px;--fct-nav-block-dimension: 50px;--fct-nav-block-dimension-large: 65px;--fct-deepmode-content-spacing-left-md: 0px;--fct-deepmode-content-spacing-left-lg: 0px;--fct-deepmode-position-left-md: var(--fct-grid-default-spacing-md);--fct-deepmode-position-left-lg: var(--fct-grid-default-spacing-lg);--fct-modal-outlet-nav-gap: var(--fct-gutter);--fct-modal-outlet-margin: auto;--fct-modal-outlet-border: none;--fct-modal-outlet-border-radius: none;--fct-modal-nav-color: var(--fct-color-grey-dark);--fct-modal-outlet-nav-close-icon-dimension: var(--fct-nav-block-dimension);--fct-modal-outlet-nav-close-icon-dimension-large: var(--fct-nav-block-dimension-large);--fct-cta-link-list-circles-position: 0}@font-face{font-family:"HendersonBCGSansWF";src:local("Henderson BCG Sans Bold"),url(HendersonBCGSans-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"HendersonBCGSansWF";src:local("Henderson BCG Sans Bold Italic"),url(HendersonBCGSans-BoldItalic.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"HendersonBCGSansWF";src:local("Henderson BCG Sans Regular"),url(HendersonBCGSans-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"HendersonBCGSansWF";src:local("Henderson BCG Sans Sans Italic"),url(HendersonBCGSans-Italic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"HendersonBCGSansWF";src:local("Henderson BCG Sans Light"),url(HendersonBCGSans-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"HendersonBCGSansWF";src:local("Henderson BCG Sans Light Italic"),url(HendersonBCGSans-LightItalic.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"HendersonBCGSansWF";src:local("Henderson BCG Sans Thin"),url(HendersonBCGSans-Thin.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:"HendersonBCGSansWFThin";src:local("Henderson BCG Sans Thin"),url(HendersonBCGSans-Thin.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:"HendersonBCGSerif";src:local("Henderson BCG Serif Bold"),url(BCGHenSerifBold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"HendersonBCGSerif";src:local("Henderson BCG Serif Bold Italic"),url(BCGHenSerifBoldIta.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"HendersonBCGSerif";src:local("Henderson BCG Serif Regular"),url(BCGHenSerifRegular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"HendersonBCGSerif";src:local("Henderson BCG Serif Italic"),url(BCGHenSerifItalic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"HendersonBCGSerifHead";src:local("Henderson BCG Serif Head Regular"),url(BCGHenSerifHead.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-Black"),url(BCGHendersonMod-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-ExtraBold"),url(BCGHendersonMod-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-Bold"),url(BCGHendersonMod-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-Regular"),url(BCGHendersonMod-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-Light"),url(BCGHendersonMod-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-Thin"),url(BCGHendersonMod-Thin.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-BlackItalic"),url(BCGHendersonMod-BlackItalic.woff) format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-ExtraBoldItalic"),url(BCGHendersonMod-ExtraBoldItalic.woff) format("woff");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-BoldItalic"),url(BCGHendersonMod-BoldItalic.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-Italic"),url(BCGHendersonMod-Italic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-LightItalic"),url(BCGHendersonMod-LightItalic.woff) format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-ThinItalic"),url(BCGHendersonMod-ThinItalic.woff) format("woff");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:"BCGHendersonMod";src:local("BCGHendersonMod-HairlineItalic"),url(BCGHendersonMod-HairlineItalic.woff) format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"BCGHendersonMod-ExtraBold";src:local("BCGHendersonMod-ExtraBold"),url(BCGHendersonMod-ExtraBold.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"dotBCG-Icons";src:local("dotBCG-Icons"),url(pex-icons.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"MarkOffc";src:local("MarkOffc"),url(MarkOffc.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"MarkOffc-Medium";src:local("MarkOffc-Medium"),url(MarkOffc-Medium-Web-Custom.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"MarkOffc-Web";src:local("MarkOffc-Web"),url(MarkOffc-Web-Custom.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}html,body{padding:0;margin:0;height:100%;width:100%}body{background:fixed top}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.fct-grid-container{z-index:1;margin-bottom:var(--fct-grid-container-margin-bottom-default);background-position:center;background-size:cover;background-repeat:no-repeat}.fct-grid-container.margin-bottom-none{margin-bottom:var(--fct-grid-container-margin-bottom-none)}.fct-grid-container.margin-bottom-small{margin-bottom:var(--fct-grid-container-margin-bottom-small)}.fct-grid-container.margin-bottom-medium{margin-bottom:var(--fct-grid-container-margin-bottom-medium)}.fct-grid-container.margin-bottom-large{margin-bottom:var(--fct-grid-container-margin-bottom-large)}.fct-deepmode-layer-content .fct-grid-container{z-index:1000}.col-no-padding{padding:0}.fct-grid-row-wrapper{display:flex;justify-content:var(--fct-grid-alignment);flex-wrap:wrap;flex-grow:1;flex-shrink:1;position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-grid-row-wrapper:before,.fct-grid-row-wrapper:after{content:" ";display:table}.fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1280px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-left>.row{margin-left:0;padding-left:0}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-left>.row{margin-right:0;padding-right:0}}@media(min-width: 768px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper--less-space-right{margin-right:calc(var(--fct-grid-wide-delta-xs)*2)}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper--less-space-right{margin-left:calc(var(--fct-grid-wide-delta-xs)*2)}}@media(min-width: 1024px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper--less-space-right{margin-right:calc(var(--fct-grid-wide-delta-xs)*2)}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper--less-space-right{margin-left:calc(var(--fct-grid-wide-delta-xs)*2)}}@media(min-width: 1280px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper--less-space-right{margin-right:calc(var(--fct-grid-wide-delta-xs)*2)}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper--less-space-right{margin-left:calc(var(--fct-grid-wide-delta-xs)*2)}}@media(min-width: 1024px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-right>.row,html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-right-below-lg>.row{margin-right:0;padding-right:0}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-right>.row,html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-right-below-lg>.row{margin-left:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-right>.row,html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-right-below-lg>.row{margin-right:0;padding-right:0}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-right>.row,html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-right-below-lg>.row{margin-left:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-right-below-lg>.row{margin-right:calc(15% - var(--fct-grid-gutter));padding-right:15%}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-space-right-below-lg>.row{margin-left:calc(15% - var(--fct-grid-gutter));padding-left:15%}}.fct-grid-row-wrapper.fct-grid-row-wrapper--no-space-below-sm{margin:0}@media(min-width: 768px){.fct-grid-row-wrapper.fct-grid-row-wrapper--no-space-below-sm{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-grid-row-wrapper.fct-grid-row-wrapper--no-space-below-sm{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-grid-row-wrapper.fct-grid-row-wrapper--no-space-below-sm{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}.fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-fitting>.row{flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-fitting>.row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-fitting>.row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-fitting>.row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-fitting>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper--no-row-fitting>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}.fct-grid-row-wrapper>.row{position:relative;flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}.fct-grid-row-wrapper>.row:before,.fct-grid-row-wrapper>.row:after{content:" ";display:table}.fct-grid-row-wrapper>.row:after{clear:both}@media(min-width: 1024px){html[dir=ltr] .fct-grid-row-wrapper>.row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-grid-row-wrapper>.row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-grid-row-wrapper>.row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-grid-row-wrapper>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-grid-row-wrapper>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}.fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}}@media(min-width: 0px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:0;margin-right:0}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:0;margin-right:0}}.fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{max-width:none}html[dir=ltr] .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-grid-row-wrapper .fct-grid-row-wrapper{display:block}html[dir=ltr] .fct-grid-row-wrapper .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-grid-row-wrapper .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=ltr] .fct-grid-row-wrapper .fct-grid-row-wrapper>.row,html[dir=ltr] .fct-grid-row-wrapper .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row,html[dir=ltr] .fct-grid-row-wrapper .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row,html[dir=ltr] .fct-grid-row-wrapper .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(-1*var(--fct-grid-gutter)/2);margin-left:calc(-1*var(--fct-grid-gutter)/2);padding-right:0;padding-left:0}html[dir=rtl] .fct-grid-row-wrapper .fct-grid-row-wrapper>.row,html[dir=rtl] .fct-grid-row-wrapper .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed>.row,html[dir=rtl] .fct-grid-row-wrapper .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row,html[dir=rtl] .fct-grid-row-wrapper .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(-1*var(--fct-grid-gutter)/2);margin-left:calc(-1*var(--fct-grid-gutter)/2);padding-right:0;padding-left:0}.fct-grid-row-content{display:flex;flex-wrap:wrap}.column{position:relative;min-height:1px;padding-left:calc(var(--fct-grid-gutter)/2);padding-right:calc(var(--fct-grid-gutter)/2);float:left;width:100%}html[dir=rtl] .column{float:right}.fct-deepmode-layer-content .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}.fct-deepmode-layer-content .fct-grid-row-wrapper>.row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper>.row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper>.row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-grid-row-wrapper>.row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper>.row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper>.row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-wide>.row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width:before,.fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width:after{content:" ";display:table}.fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:0;margin-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:0;margin-right:0}}.fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-left:calc(-1*0px);margin-right:calc(-1*0px);padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-left:calc(-1*0px);margin-right:calc(-1*0px);padding-left:0;padding-right:0}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=ltr] .fct-deepmode-layer-content .fct-grid-row-wrapper .fct-grid-row-wrapper>.row{margin-right:calc(-1*var(--fct-grid-gutter)/2);margin-left:calc(-1*var(--fct-grid-gutter)/2);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-grid-row-wrapper .fct-grid-row-wrapper>.row{margin-right:calc(-1*var(--fct-grid-gutter)/2);margin-left:calc(-1*var(--fct-grid-gutter)/2);padding-right:0;padding-left:0}.fct-grid-row-wrapper-fullscreen{width:100% !important;margin-left:0 !important;margin-right:0 !important}.fct-grid-row-wrapper-fullscreen>.row{margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important}.fct-grid-row-wrapper-fullscreen>.row>.column{padding-left:0 !important;padding-right:0 !important;float:none !important}.fct-spacer.fct-spacer-small{height:var(--fct-grid-container-margin-bottom-small)}.fct-spacer.fct-spacer-medium{height:var(--fct-grid-container-margin-bottom-medium)}.fct-spacer.fct-spacer-large{height:var(--fct-grid-container-margin-bottom-large)}.dark,.light-green,.light-grey{background-position:center;background-size:cover;background-repeat:no-repeat}.light-green{background-color:var(--fct-color-primary-light)}.light-grey{background-color:var(--fct-color-grey-bg)}.background-top{background-position:center top;background-size:cover;background-repeat:no-repeat}.background-centered{background-position:center center;background-size:cover;background-repeat:no-repeat}.background-bottom{background-position:center bottom;background-size:cover;background-repeat:no-repeat}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:calc(var(--fct-grid-gutter)/2);padding-right:calc(var(--fct-grid-gutter)/2)}html[dir=ltr] .col-xs-1,html[dir=ltr] .col-xs-2,html[dir=ltr] .col-xs-3,html[dir=ltr] .col-xs-4,html[dir=ltr] .col-xs-5,html[dir=ltr] .col-xs-6,html[dir=ltr] .col-xs-7,html[dir=ltr] .col-xs-8,html[dir=ltr] .col-xs-9,html[dir=ltr] .col-xs-10,html[dir=ltr] .col-xs-11,html[dir=ltr] .col-xs-12{float:left}html[dir=rtl] .col-xs-1,html[dir=rtl] .col-xs-2,html[dir=rtl] .col-xs-3,html[dir=rtl] .col-xs-4,html[dir=rtl] .col-xs-5,html[dir=rtl] .col-xs-6,html[dir=rtl] .col-xs-7,html[dir=rtl] .col-xs-8,html[dir=rtl] .col-xs-9,html[dir=rtl] .col-xs-10,html[dir=rtl] .col-xs-11,html[dir=rtl] .col-xs-12{float:right}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}html[dir=ltr] .col-xs-pull-0{right:auto}html[dir=rtl] .col-xs-pull-0{left:auto}html[dir=ltr] .col-xs-pull-1{right:8.3333333333%}html[dir=rtl] .col-xs-pull-1{left:8.3333333333%}html[dir=ltr] .col-xs-pull-2{right:16.6666666667%}html[dir=rtl] .col-xs-pull-2{left:16.6666666667%}html[dir=ltr] .col-xs-pull-3{right:25%}html[dir=rtl] .col-xs-pull-3{left:25%}html[dir=ltr] .col-xs-pull-4{right:33.3333333333%}html[dir=rtl] .col-xs-pull-4{left:33.3333333333%}html[dir=ltr] .col-xs-pull-5{right:41.6666666667%}html[dir=rtl] .col-xs-pull-5{left:41.6666666667%}html[dir=ltr] .col-xs-pull-6{right:50%}html[dir=rtl] .col-xs-pull-6{left:50%}html[dir=ltr] .col-xs-pull-7{right:58.3333333333%}html[dir=rtl] .col-xs-pull-7{left:58.3333333333%}html[dir=ltr] .col-xs-pull-8{right:66.6666666667%}html[dir=rtl] .col-xs-pull-8{left:66.6666666667%}html[dir=ltr] .col-xs-pull-9{right:75%}html[dir=rtl] .col-xs-pull-9{left:75%}html[dir=ltr] .col-xs-pull-10{right:83.3333333333%}html[dir=rtl] .col-xs-pull-10{left:83.3333333333%}html[dir=ltr] .col-xs-pull-11{right:91.6666666667%}html[dir=rtl] .col-xs-pull-11{left:91.6666666667%}html[dir=ltr] .col-xs-pull-12{right:100%}html[dir=rtl] .col-xs-pull-12{left:100%}html[dir=ltr] .col-xs-push-0{left:auto}html[dir=rtl] .col-xs-push-0{right:auto}html[dir=ltr] .col-xs-push-1{left:8.3333333333%}html[dir=rtl] .col-xs-push-1{right:8.3333333333%}html[dir=ltr] .col-xs-push-2{left:16.6666666667%}html[dir=rtl] .col-xs-push-2{right:16.6666666667%}html[dir=ltr] .col-xs-push-3{left:25%}html[dir=rtl] .col-xs-push-3{right:25%}html[dir=ltr] .col-xs-push-4{left:33.3333333333%}html[dir=rtl] .col-xs-push-4{right:33.3333333333%}html[dir=ltr] .col-xs-push-5{left:41.6666666667%}html[dir=rtl] .col-xs-push-5{right:41.6666666667%}html[dir=ltr] .col-xs-push-6{left:50%}html[dir=rtl] .col-xs-push-6{right:50%}html[dir=ltr] .col-xs-push-7{left:58.3333333333%}html[dir=rtl] .col-xs-push-7{right:58.3333333333%}html[dir=ltr] .col-xs-push-8{left:66.6666666667%}html[dir=rtl] .col-xs-push-8{right:66.6666666667%}html[dir=ltr] .col-xs-push-9{left:75%}html[dir=rtl] .col-xs-push-9{right:75%}html[dir=ltr] .col-xs-push-10{left:83.3333333333%}html[dir=rtl] .col-xs-push-10{right:83.3333333333%}html[dir=ltr] .col-xs-push-11{left:91.6666666667%}html[dir=rtl] .col-xs-push-11{right:91.6666666667%}html[dir=ltr] .col-xs-push-12{left:100%}html[dir=rtl] .col-xs-push-12{right:100%}html[dir=ltr] .col-xs-offset-0{margin-left:0%}html[dir=rtl] .col-xs-offset-0{margin-right:0%}html[dir=ltr] .col-xs-offset-1{margin-left:8.3333333333%}html[dir=rtl] .col-xs-offset-1{margin-right:8.3333333333%}html[dir=ltr] .col-xs-offset-2{margin-left:16.6666666667%}html[dir=rtl] .col-xs-offset-2{margin-right:16.6666666667%}html[dir=ltr] .col-xs-offset-3{margin-left:25%}html[dir=rtl] .col-xs-offset-3{margin-right:25%}html[dir=ltr] .col-xs-offset-4{margin-left:33.3333333333%}html[dir=rtl] .col-xs-offset-4{margin-right:33.3333333333%}html[dir=ltr] .col-xs-offset-5{margin-left:41.6666666667%}html[dir=rtl] .col-xs-offset-5{margin-right:41.6666666667%}html[dir=ltr] .col-xs-offset-6{margin-left:50%}html[dir=rtl] .col-xs-offset-6{margin-right:50%}html[dir=ltr] .col-xs-offset-7{margin-left:58.3333333333%}html[dir=rtl] .col-xs-offset-7{margin-right:58.3333333333%}html[dir=ltr] .col-xs-offset-8{margin-left:66.6666666667%}html[dir=rtl] .col-xs-offset-8{margin-right:66.6666666667%}html[dir=ltr] .col-xs-offset-9{margin-left:75%}html[dir=rtl] .col-xs-offset-9{margin-right:75%}html[dir=ltr] .col-xs-offset-10{margin-left:83.3333333333%}html[dir=rtl] .col-xs-offset-10{margin-right:83.3333333333%}html[dir=ltr] .col-xs-offset-11{margin-left:91.6666666667%}html[dir=rtl] .col-xs-offset-11{margin-right:91.6666666667%}html[dir=ltr] .col-xs-offset-12{margin-left:100%}html[dir=rtl] .col-xs-offset-12{margin-right:100%}@media(min-width: 768px){html[dir=ltr] .col-sm-1,html[dir=ltr] .col-sm-2,html[dir=ltr] .col-sm-3,html[dir=ltr] .col-sm-4,html[dir=ltr] .col-sm-5,html[dir=ltr] .col-sm-6,html[dir=ltr] .col-sm-7,html[dir=ltr] .col-sm-8,html[dir=ltr] .col-sm-9,html[dir=ltr] .col-sm-10,html[dir=ltr] .col-sm-11,html[dir=ltr] .col-sm-12{float:left}html[dir=rtl] .col-sm-1,html[dir=rtl] .col-sm-2,html[dir=rtl] .col-sm-3,html[dir=rtl] .col-sm-4,html[dir=rtl] .col-sm-5,html[dir=rtl] .col-sm-6,html[dir=rtl] .col-sm-7,html[dir=rtl] .col-sm-8,html[dir=rtl] .col-sm-9,html[dir=rtl] .col-sm-10,html[dir=rtl] .col-sm-11,html[dir=rtl] .col-sm-12{float:right}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}html[dir=ltr] .col-sm-pull-0{right:auto}html[dir=rtl] .col-sm-pull-0{left:auto}html[dir=ltr] .col-sm-pull-1{right:8.3333333333%}html[dir=rtl] .col-sm-pull-1{left:8.3333333333%}html[dir=ltr] .col-sm-pull-2{right:16.6666666667%}html[dir=rtl] .col-sm-pull-2{left:16.6666666667%}html[dir=ltr] .col-sm-pull-3{right:25%}html[dir=rtl] .col-sm-pull-3{left:25%}html[dir=ltr] .col-sm-pull-4{right:33.3333333333%}html[dir=rtl] .col-sm-pull-4{left:33.3333333333%}html[dir=ltr] .col-sm-pull-5{right:41.6666666667%}html[dir=rtl] .col-sm-pull-5{left:41.6666666667%}html[dir=ltr] .col-sm-pull-6{right:50%}html[dir=rtl] .col-sm-pull-6{left:50%}html[dir=ltr] .col-sm-pull-7{right:58.3333333333%}html[dir=rtl] .col-sm-pull-7{left:58.3333333333%}html[dir=ltr] .col-sm-pull-8{right:66.6666666667%}html[dir=rtl] .col-sm-pull-8{left:66.6666666667%}html[dir=ltr] .col-sm-pull-9{right:75%}html[dir=rtl] .col-sm-pull-9{left:75%}html[dir=ltr] .col-sm-pull-10{right:83.3333333333%}html[dir=rtl] .col-sm-pull-10{left:83.3333333333%}html[dir=ltr] .col-sm-pull-11{right:91.6666666667%}html[dir=rtl] .col-sm-pull-11{left:91.6666666667%}html[dir=ltr] .col-sm-pull-12{right:100%}html[dir=rtl] .col-sm-pull-12{left:100%}html[dir=ltr] .col-sm-push-0{left:auto}html[dir=rtl] .col-sm-push-0{right:auto}html[dir=ltr] .col-sm-push-1{left:8.3333333333%}html[dir=rtl] .col-sm-push-1{right:8.3333333333%}html[dir=ltr] .col-sm-push-2{left:16.6666666667%}html[dir=rtl] .col-sm-push-2{right:16.6666666667%}html[dir=ltr] .col-sm-push-3{left:25%}html[dir=rtl] .col-sm-push-3{right:25%}html[dir=ltr] .col-sm-push-4{left:33.3333333333%}html[dir=rtl] .col-sm-push-4{right:33.3333333333%}html[dir=ltr] .col-sm-push-5{left:41.6666666667%}html[dir=rtl] .col-sm-push-5{right:41.6666666667%}html[dir=ltr] .col-sm-push-6{left:50%}html[dir=rtl] .col-sm-push-6{right:50%}html[dir=ltr] .col-sm-push-7{left:58.3333333333%}html[dir=rtl] .col-sm-push-7{right:58.3333333333%}html[dir=ltr] .col-sm-push-8{left:66.6666666667%}html[dir=rtl] .col-sm-push-8{right:66.6666666667%}html[dir=ltr] .col-sm-push-9{left:75%}html[dir=rtl] .col-sm-push-9{right:75%}html[dir=ltr] .col-sm-push-10{left:83.3333333333%}html[dir=rtl] .col-sm-push-10{right:83.3333333333%}html[dir=ltr] .col-sm-push-11{left:91.6666666667%}html[dir=rtl] .col-sm-push-11{right:91.6666666667%}html[dir=ltr] .col-sm-push-12{left:100%}html[dir=rtl] .col-sm-push-12{right:100%}html[dir=ltr] .col-sm-offset-0{margin-left:0%}html[dir=rtl] .col-sm-offset-0{margin-right:0%}html[dir=ltr] .col-sm-offset-1{margin-left:8.3333333333%}html[dir=rtl] .col-sm-offset-1{margin-right:8.3333333333%}html[dir=ltr] .col-sm-offset-2{margin-left:16.6666666667%}html[dir=rtl] .col-sm-offset-2{margin-right:16.6666666667%}html[dir=ltr] .col-sm-offset-3{margin-left:25%}html[dir=rtl] .col-sm-offset-3{margin-right:25%}html[dir=ltr] .col-sm-offset-4{margin-left:33.3333333333%}html[dir=rtl] .col-sm-offset-4{margin-right:33.3333333333%}html[dir=ltr] .col-sm-offset-5{margin-left:41.6666666667%}html[dir=rtl] .col-sm-offset-5{margin-right:41.6666666667%}html[dir=ltr] .col-sm-offset-6{margin-left:50%}html[dir=rtl] .col-sm-offset-6{margin-right:50%}html[dir=ltr] .col-sm-offset-7{margin-left:58.3333333333%}html[dir=rtl] .col-sm-offset-7{margin-right:58.3333333333%}html[dir=ltr] .col-sm-offset-8{margin-left:66.6666666667%}html[dir=rtl] .col-sm-offset-8{margin-right:66.6666666667%}html[dir=ltr] .col-sm-offset-9{margin-left:75%}html[dir=rtl] .col-sm-offset-9{margin-right:75%}html[dir=ltr] .col-sm-offset-10{margin-left:83.3333333333%}html[dir=rtl] .col-sm-offset-10{margin-right:83.3333333333%}html[dir=ltr] .col-sm-offset-11{margin-left:91.6666666667%}html[dir=rtl] .col-sm-offset-11{margin-right:91.6666666667%}html[dir=ltr] .col-sm-offset-12{margin-left:100%}html[dir=rtl] .col-sm-offset-12{margin-right:100%}}@media(min-width: 1024px){html[dir=ltr] .col-md-1,html[dir=ltr] .col-md-2,html[dir=ltr] .col-md-3,html[dir=ltr] .col-md-4,html[dir=ltr] .col-md-5,html[dir=ltr] .col-md-6,html[dir=ltr] .col-md-7,html[dir=ltr] .col-md-8,html[dir=ltr] .col-md-9,html[dir=ltr] .col-md-10,html[dir=ltr] .col-md-11,html[dir=ltr] .col-md-12{float:left}html[dir=rtl] .col-md-1,html[dir=rtl] .col-md-2,html[dir=rtl] .col-md-3,html[dir=rtl] .col-md-4,html[dir=rtl] .col-md-5,html[dir=rtl] .col-md-6,html[dir=rtl] .col-md-7,html[dir=rtl] .col-md-8,html[dir=rtl] .col-md-9,html[dir=rtl] .col-md-10,html[dir=rtl] .col-md-11,html[dir=rtl] .col-md-12{float:right}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}html[dir=ltr] .col-md-pull-0{right:auto}html[dir=rtl] .col-md-pull-0{left:auto}html[dir=ltr] .col-md-pull-1{right:8.3333333333%}html[dir=rtl] .col-md-pull-1{left:8.3333333333%}html[dir=ltr] .col-md-pull-2{right:16.6666666667%}html[dir=rtl] .col-md-pull-2{left:16.6666666667%}html[dir=ltr] .col-md-pull-3{right:25%}html[dir=rtl] .col-md-pull-3{left:25%}html[dir=ltr] .col-md-pull-4{right:33.3333333333%}html[dir=rtl] .col-md-pull-4{left:33.3333333333%}html[dir=ltr] .col-md-pull-5{right:41.6666666667%}html[dir=rtl] .col-md-pull-5{left:41.6666666667%}html[dir=ltr] .col-md-pull-6{right:50%}html[dir=rtl] .col-md-pull-6{left:50%}html[dir=ltr] .col-md-pull-7{right:58.3333333333%}html[dir=rtl] .col-md-pull-7{left:58.3333333333%}html[dir=ltr] .col-md-pull-8{right:66.6666666667%}html[dir=rtl] .col-md-pull-8{left:66.6666666667%}html[dir=ltr] .col-md-pull-9{right:75%}html[dir=rtl] .col-md-pull-9{left:75%}html[dir=ltr] .col-md-pull-10{right:83.3333333333%}html[dir=rtl] .col-md-pull-10{left:83.3333333333%}html[dir=ltr] .col-md-pull-11{right:91.6666666667%}html[dir=rtl] .col-md-pull-11{left:91.6666666667%}html[dir=ltr] .col-md-pull-12{right:100%}html[dir=rtl] .col-md-pull-12{left:100%}html[dir=ltr] .col-md-push-0{left:auto}html[dir=rtl] .col-md-push-0{right:auto}html[dir=ltr] .col-md-push-1{left:8.3333333333%}html[dir=rtl] .col-md-push-1{right:8.3333333333%}html[dir=ltr] .col-md-push-2{left:16.6666666667%}html[dir=rtl] .col-md-push-2{right:16.6666666667%}html[dir=ltr] .col-md-push-3{left:25%}html[dir=rtl] .col-md-push-3{right:25%}html[dir=ltr] .col-md-push-4{left:33.3333333333%}html[dir=rtl] .col-md-push-4{right:33.3333333333%}html[dir=ltr] .col-md-push-5{left:41.6666666667%}html[dir=rtl] .col-md-push-5{right:41.6666666667%}html[dir=ltr] .col-md-push-6{left:50%}html[dir=rtl] .col-md-push-6{right:50%}html[dir=ltr] .col-md-push-7{left:58.3333333333%}html[dir=rtl] .col-md-push-7{right:58.3333333333%}html[dir=ltr] .col-md-push-8{left:66.6666666667%}html[dir=rtl] .col-md-push-8{right:66.6666666667%}html[dir=ltr] .col-md-push-9{left:75%}html[dir=rtl] .col-md-push-9{right:75%}html[dir=ltr] .col-md-push-10{left:83.3333333333%}html[dir=rtl] .col-md-push-10{right:83.3333333333%}html[dir=ltr] .col-md-push-11{left:91.6666666667%}html[dir=rtl] .col-md-push-11{right:91.6666666667%}html[dir=ltr] .col-md-push-12{left:100%}html[dir=rtl] .col-md-push-12{right:100%}html[dir=ltr] .col-md-offset-0{margin-left:0%}html[dir=rtl] .col-md-offset-0{margin-right:0%}html[dir=ltr] .col-md-offset-1{margin-left:8.3333333333%}html[dir=rtl] .col-md-offset-1{margin-right:8.3333333333%}html[dir=ltr] .col-md-offset-2{margin-left:16.6666666667%}html[dir=rtl] .col-md-offset-2{margin-right:16.6666666667%}html[dir=ltr] .col-md-offset-3{margin-left:25%}html[dir=rtl] .col-md-offset-3{margin-right:25%}html[dir=ltr] .col-md-offset-4{margin-left:33.3333333333%}html[dir=rtl] .col-md-offset-4{margin-right:33.3333333333%}html[dir=ltr] .col-md-offset-5{margin-left:41.6666666667%}html[dir=rtl] .col-md-offset-5{margin-right:41.6666666667%}html[dir=ltr] .col-md-offset-6{margin-left:50%}html[dir=rtl] .col-md-offset-6{margin-right:50%}html[dir=ltr] .col-md-offset-7{margin-left:58.3333333333%}html[dir=rtl] .col-md-offset-7{margin-right:58.3333333333%}html[dir=ltr] .col-md-offset-8{margin-left:66.6666666667%}html[dir=rtl] .col-md-offset-8{margin-right:66.6666666667%}html[dir=ltr] .col-md-offset-9{margin-left:75%}html[dir=rtl] .col-md-offset-9{margin-right:75%}html[dir=ltr] .col-md-offset-10{margin-left:83.3333333333%}html[dir=rtl] .col-md-offset-10{margin-right:83.3333333333%}html[dir=ltr] .col-md-offset-11{margin-left:91.6666666667%}html[dir=rtl] .col-md-offset-11{margin-right:91.6666666667%}html[dir=ltr] .col-md-offset-12{margin-left:100%}html[dir=rtl] .col-md-offset-12{margin-right:100%}}@media(min-width: 1280px){html[dir=ltr] .col-lg-1,html[dir=ltr] .col-lg-2,html[dir=ltr] .col-lg-3,html[dir=ltr] .col-lg-4,html[dir=ltr] .col-lg-5,html[dir=ltr] .col-lg-6,html[dir=ltr] .col-lg-7,html[dir=ltr] .col-lg-8,html[dir=ltr] .col-lg-9,html[dir=ltr] .col-lg-10,html[dir=ltr] .col-lg-11,html[dir=ltr] .col-lg-12{float:left}html[dir=rtl] .col-lg-1,html[dir=rtl] .col-lg-2,html[dir=rtl] .col-lg-3,html[dir=rtl] .col-lg-4,html[dir=rtl] .col-lg-5,html[dir=rtl] .col-lg-6,html[dir=rtl] .col-lg-7,html[dir=rtl] .col-lg-8,html[dir=rtl] .col-lg-9,html[dir=rtl] .col-lg-10,html[dir=rtl] .col-lg-11,html[dir=rtl] .col-lg-12{float:right}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}html[dir=ltr] .col-lg-pull-0{right:auto}html[dir=rtl] .col-lg-pull-0{left:auto}html[dir=ltr] .col-lg-pull-1{right:8.3333333333%}html[dir=rtl] .col-lg-pull-1{left:8.3333333333%}html[dir=ltr] .col-lg-pull-2{right:16.6666666667%}html[dir=rtl] .col-lg-pull-2{left:16.6666666667%}html[dir=ltr] .col-lg-pull-3{right:25%}html[dir=rtl] .col-lg-pull-3{left:25%}html[dir=ltr] .col-lg-pull-4{right:33.3333333333%}html[dir=rtl] .col-lg-pull-4{left:33.3333333333%}html[dir=ltr] .col-lg-pull-5{right:41.6666666667%}html[dir=rtl] .col-lg-pull-5{left:41.6666666667%}html[dir=ltr] .col-lg-pull-6{right:50%}html[dir=rtl] .col-lg-pull-6{left:50%}html[dir=ltr] .col-lg-pull-7{right:58.3333333333%}html[dir=rtl] .col-lg-pull-7{left:58.3333333333%}html[dir=ltr] .col-lg-pull-8{right:66.6666666667%}html[dir=rtl] .col-lg-pull-8{left:66.6666666667%}html[dir=ltr] .col-lg-pull-9{right:75%}html[dir=rtl] .col-lg-pull-9{left:75%}html[dir=ltr] .col-lg-pull-10{right:83.3333333333%}html[dir=rtl] .col-lg-pull-10{left:83.3333333333%}html[dir=ltr] .col-lg-pull-11{right:91.6666666667%}html[dir=rtl] .col-lg-pull-11{left:91.6666666667%}html[dir=ltr] .col-lg-pull-12{right:100%}html[dir=rtl] .col-lg-pull-12{left:100%}html[dir=ltr] .col-lg-push-0{left:auto}html[dir=rtl] .col-lg-push-0{right:auto}html[dir=ltr] .col-lg-push-1{left:8.3333333333%}html[dir=rtl] .col-lg-push-1{right:8.3333333333%}html[dir=ltr] .col-lg-push-2{left:16.6666666667%}html[dir=rtl] .col-lg-push-2{right:16.6666666667%}html[dir=ltr] .col-lg-push-3{left:25%}html[dir=rtl] .col-lg-push-3{right:25%}html[dir=ltr] .col-lg-push-4{left:33.3333333333%}html[dir=rtl] .col-lg-push-4{right:33.3333333333%}html[dir=ltr] .col-lg-push-5{left:41.6666666667%}html[dir=rtl] .col-lg-push-5{right:41.6666666667%}html[dir=ltr] .col-lg-push-6{left:50%}html[dir=rtl] .col-lg-push-6{right:50%}html[dir=ltr] .col-lg-push-7{left:58.3333333333%}html[dir=rtl] .col-lg-push-7{right:58.3333333333%}html[dir=ltr] .col-lg-push-8{left:66.6666666667%}html[dir=rtl] .col-lg-push-8{right:66.6666666667%}html[dir=ltr] .col-lg-push-9{left:75%}html[dir=rtl] .col-lg-push-9{right:75%}html[dir=ltr] .col-lg-push-10{left:83.3333333333%}html[dir=rtl] .col-lg-push-10{right:83.3333333333%}html[dir=ltr] .col-lg-push-11{left:91.6666666667%}html[dir=rtl] .col-lg-push-11{right:91.6666666667%}html[dir=ltr] .col-lg-push-12{left:100%}html[dir=rtl] .col-lg-push-12{right:100%}html[dir=ltr] .col-lg-offset-0{margin-left:0%}html[dir=rtl] .col-lg-offset-0{margin-right:0%}html[dir=ltr] .col-lg-offset-1{margin-left:8.3333333333%}html[dir=rtl] .col-lg-offset-1{margin-right:8.3333333333%}html[dir=ltr] .col-lg-offset-2{margin-left:16.6666666667%}html[dir=rtl] .col-lg-offset-2{margin-right:16.6666666667%}html[dir=ltr] .col-lg-offset-3{margin-left:25%}html[dir=rtl] .col-lg-offset-3{margin-right:25%}html[dir=ltr] .col-lg-offset-4{margin-left:33.3333333333%}html[dir=rtl] .col-lg-offset-4{margin-right:33.3333333333%}html[dir=ltr] .col-lg-offset-5{margin-left:41.6666666667%}html[dir=rtl] .col-lg-offset-5{margin-right:41.6666666667%}html[dir=ltr] .col-lg-offset-6{margin-left:50%}html[dir=rtl] .col-lg-offset-6{margin-right:50%}html[dir=ltr] .col-lg-offset-7{margin-left:58.3333333333%}html[dir=rtl] .col-lg-offset-7{margin-right:58.3333333333%}html[dir=ltr] .col-lg-offset-8{margin-left:66.6666666667%}html[dir=rtl] .col-lg-offset-8{margin-right:66.6666666667%}html[dir=ltr] .col-lg-offset-9{margin-left:75%}html[dir=rtl] .col-lg-offset-9{margin-right:75%}html[dir=ltr] .col-lg-offset-10{margin-left:83.3333333333%}html[dir=rtl] .col-lg-offset-10{margin-right:83.3333333333%}html[dir=ltr] .col-lg-offset-11{margin-left:91.6666666667%}html[dir=rtl] .col-lg-offset-11{margin-right:91.6666666667%}html[dir=ltr] .col-lg-offset-12{margin-left:100%}html[dir=rtl] .col-lg-offset-12{margin-right:100%}}.fct-person-header-h3-wrap{z-index:10}[class^=icon-],[class*=" icon-"],.fct-icon,.fct-interstitial-footer-container i:before,.fct-panels-button-next,body.search-results .fct-search-header .searchform .fct-search-filters li label span,body.search-no-results .fct-search-header .searchform .fct-search-filters li label span,.fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav>.close,.fct-modal-outlet-nav-close,.fct-deepmode-layer .fct-deepmode-layer-nav>.back,.fct-deepmode-layer .fct-deepmode-layer-nav>.close,.fct-filter-settings-container a.fct-filter-settings-clear i,.fct-filter-settings-container a.fct-filter-settings-toggle i,header.fct-header-simple.fct-header-menu-is-expanded .fct-nav-hamburger .fct-nav-hamburger-icon,header.fct-header-simple .fct-nav-search .fct-header-search-icon,header.fct-header-simple .fct-nav-hamburger .fct-nav-hamburger-icon,header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close,header.fct-header-regular .fct-nav-search .fct-header-search-icon,header.fct-header-regular .fct-nav-hamburger .fct-nav-hamburger-icon,header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon,.flickity-prev-next-button{font-family:"dotBCG-Icons";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-archetype-form-carrot:before,.fct-panels-button-next:before{content:""}.icon-archetype-collapse:before{content:""}.icon-archetype-expand:before{content:""}.icon-archetype-next-previous:before,.fct-carousel-container .flickity-prev-next-button.next:before,.fct-carousel-container .flickity-prev-next-button.previous:before{content:""}.icon-archetype-profile-blank:before{content:""}.icon-archetype-quote-commentary:before{content:""}.icon-archetype-form-success:before{content:""}.icon-archetype-video-play:before{content:""}.icon-archetype_zoom:before{content:""}.icon-cta_link_internal:before{content:""}.icon-cta-infographic:before{content:""}.icon-cta-download:before{content:""}.icon-cta_audio:before{content:""}.icon-cta-link-out:before{content:""}.icon-cta-video:before{content:""}.icon-cta-view:before{content:""}.icon-deep-mode-back:before{content:""}.icon-deep-mode-close:before{content:""}.icon-filters-carrot:before{content:""}.icon-filters-check-mark:before,body.search-results .fct-search-header .searchform .fct-search-filters li label input:checked+span:before,body.search-no-results .fct-search-header .searchform .fct-search-filters li label input:checked+span:before,.fct-modal-outlet-nav-checkbox:before,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-checkbox.active .fct-filter-checkbox:before{content:""}.icon-filters-clear:before{content:""}.icon-filters-close:before,.fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav>.close:before,.fct-modal-outlet-nav-close:before,.fct-deepmode-layer .fct-deepmode-layer-nav>.close:before,.fct-filter-expanded .fct-filter-settings-container a.fct-filter-settings-toggle i:before,.fct-filter-settings-container a.fct-filter-settings-clear i:before,header.fct-header-simple.fct-header-menu-is-expanded .fct-nav-hamburger .fct-nav-hamburger-icon:before,header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close:before{content:""}.icon-filters-back:before,.fct-deepmode-layer .fct-deepmode-layer-nav>.back:before,html[dir=rtl] .flickity-prev-next-button.next:before,.flickity-prev-next-button.previous:before{content:""}.icon-filters-filter:before,.fct-filter-settings-container a.fct-filter-settings-toggle i:before{content:""}.icon-filters-grid-view:before{content:""}.icon-filters-list-view:before{content:""}.icon-filters-search:before{content:""}.icon-main-menu-expand:before,html[dir=rtl] .flickity-prev-next-button.previous:before,.flickity-prev-next-button.next:before{content:""}.icon-main-menu-link-out:before{content:""}.icon-media-tag-audio:before{content:""}.icon-media-tag-infographic:before{content:""}.icon-media-tag-photos:before{content:""}.icon-media-tag-video:before{content:""}.icon-nav-menu-bcg-logo:before,header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon:before{content:""}.icon-nav-menu-hamburger-1280:before,header.fct-header-simple .fct-nav-hamburger .fct-nav-hamburger-icon:before,header.fct-header-regular .fct-nav-hamburger .fct-nav-hamburger-icon:before{content:""}.icon-nav-menu-hamburger-768-320:before{content:""}.icon-nav-menu-search:before,header.fct-header-simple .fct-nav-search .fct-header-search-icon:before,header.fct-header-regular .fct-nav-search .fct-header-search-icon:before{content:""}.icon-nav-interstitial-arrow:before,.fct-interstitial-footer-container i:before{content:""}.icon-nav-search-contact-close-1280-768:before{content:""}.icon-nav-search-contact-close-320:before{content:""}.icon-social-bio-email:before{content:""}.icon-social-share-email:before{content:""}.icon-social-share-facebook:before{content:""}.icon-social-share-google:before{content:""}.icon-social-share-linkedin:before{content:""}.icon-social-share-twitter:before{content:""}.icon-social-share:before{content:""}.icon-social-trending-source-facebook:before{content:""}.icon-social-trending-source-google:before{content:""}.icon-social-trending-source-instagram:before{content:""}.icon-social-trending-source-linkedin:before{content:""}.icon-social-trending-source-twitter:before{content:""}.icon-social-trending-source-youtube:before{content:""}.icon-social-share-email-inverse:before{content:""}.icon-social-share-email-outline:before{content:""}.icon-social-share-linkedin-outline:before{content:""}.icon-social-share-twitter-outline:before{content:""}.icon-social-share-email-no-outline:before{content:""}.icon-social-share-linkedin-no-outline:before{content:""}.icon-social-share-twitter-no-outline:before{content:""}.icon-calendar-block:before{content:""}.icon-calendar:before{content:""}.icon-login-arrow:before{content:""}.icon-fullscreen:before,.fct-gallery-nav a.fct-gallery-nav-fullscreen:before{content:""}body,.wpb_vc_param_value.textarea_html{font-size:calc(16px*var(--fct-body-font-size-multiplier));line-height:calc(24px*var(--fct-body-line-height-multiplier));font-weight:var(--fct-body-font-weight);color:var(--fct-color-grey-dark);font-family:var(--fct-body-font-sans)}@media screen and (min-width: 768px){body,.wpb_vc_param_value.textarea_html{font-size:calc(18px*var(--fct-body-font-size-multiplier));line-height:calc(27px*var(--fct-body-line-height-multiplier))}}a{color:var(--fct-color-clickable);text-decoration:none}.fct-color-scheme.dark a{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark a{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark a{color:var(--fct-color-primary-light)}.fct-color-scheme.light-green a{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green a{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green a{color:var(--fct-color-background)}.fct-color-scheme.light-grey a{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-grey a{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey a{color:var(--fct-color-primary)}a:hover,a:active,a:focus{color:var(--fct-color-primary-dark);text-decoration:none}.fct-color-scheme.dark a:hover,.fct-color-scheme.dark a:active,.fct-color-scheme.dark a:focus{color:var(--fct-color-clickable-hover)}.fct-color-scheme .fct-color-scheme.dark a:hover,.fct-color-scheme .fct-color-scheme.dark a:active,.fct-color-scheme .fct-color-scheme.dark a:focus{color:var(--fct-color-clickable-hover)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark a:hover,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark a:active,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark a:focus{color:var(--fct-color-clickable-hover)}.fct-color-scheme.light-green a:hover,.fct-color-scheme.light-green a:active,.fct-color-scheme.light-green a:focus{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-green a:hover,.fct-color-scheme .fct-color-scheme.light-green a:active,.fct-color-scheme .fct-color-scheme.light-green a:focus{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green a:hover,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green a:active,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green a:focus{color:var(--fct-color-primary-dark)}.fct-color-scheme.light-grey a:hover,.fct-color-scheme.light-grey a:active,.fct-color-scheme.light-grey a:focus{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey a:hover,.fct-color-scheme .fct-color-scheme.light-grey a:active,.fct-color-scheme .fct-color-scheme.light-grey a:focus{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey a:hover,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey a:active,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey a:focus{color:var(--fct-color-primary-dark)}p{color:var(--fct-color-grey-dark);margin:0 0 var(--fct-gutter) 0}.fct-color-scheme.dark p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark p{color:var(--fct-color-background)}.fct-color-scheme.light-green p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green p{color:var(--fct-color-background)}.fct-color-scheme.light-grey p{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme.light-grey p{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey p{color:var(--fct-color-grey-dark)}@media(min-width: 768px){p{margin-bottom:var(--fct-gutter)}}@media(min-width: 1024px){p{margin-bottom:var(--fct-gutter)}}h1,.fct-content-blockquote-left p,.fct-content-blockquote-full p,.fct-content-blockquote-right p,h2,h3,h4,h5{margin:0;padding:0}@media(max-width: 768px){h1 br,.fct-content-blockquote-left p br,.fct-content-blockquote-full p br,.fct-content-blockquote-right p br,h2 br,h3 br,h4 br,h5 br{display:none}}h1,.fct-content-blockquote-left p,.fct-content-blockquote-full p,.fct-content-blockquote-right p{font-size:calc(30px*var(--fct-h1-font-size-multiplier));line-height:calc(36px*var(--fct-h1-line-height-multiplier));font-weight:var(--fct-h1-font-weight);color:var(--fct-color-text);font-family:var(--fct-h1-font);font-style:var(--fct-h1-font-style);text-transform:var(--fct-h1-text-transform);margin-bottom:35px}@media screen and (min-width: 768px){h1,.fct-content-blockquote-left p,.fct-content-blockquote-full p,.fct-content-blockquote-right p{font-size:calc(48px*var(--fct-h1-font-size-multiplier));line-height:calc(56px*var(--fct-h1-line-height-multiplier))}}@media screen and (min-width: 1024px){h1,.fct-content-blockquote-left p,.fct-content-blockquote-full p,.fct-content-blockquote-right p{font-size:calc(60px*var(--fct-h1-font-size-multiplier));line-height:calc(68px*var(--fct-h1-line-height-multiplier))}}.fct-color-scheme.dark h1,.fct-color-scheme.dark .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-color-scheme.dark p,.fct-color-scheme.dark .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-color-scheme.dark p,.fct-color-scheme.dark .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-color-scheme.dark p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark h1,.fct-color-scheme .fct-color-scheme.dark .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-color-scheme .fct-color-scheme.dark p,.fct-color-scheme .fct-color-scheme.dark .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-color-scheme .fct-color-scheme.dark p,.fct-color-scheme .fct-color-scheme.dark .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-color-scheme .fct-color-scheme.dark p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark h1,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-color-scheme .fct-color-scheme .fct-color-scheme.dark p,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-color-scheme .fct-color-scheme .fct-color-scheme.dark p,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-color-scheme .fct-color-scheme .fct-color-scheme.dark p{color:var(--fct-color-background)}.fct-color-scheme.light-green h1,.fct-color-scheme.light-green .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-color-scheme.light-green p,.fct-color-scheme.light-green .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-color-scheme.light-green p,.fct-color-scheme.light-green .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-color-scheme.light-green p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green h1,.fct-color-scheme .fct-color-scheme.light-green .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-color-scheme .fct-color-scheme.light-green p,.fct-color-scheme .fct-color-scheme.light-green .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-color-scheme .fct-color-scheme.light-green p,.fct-color-scheme .fct-color-scheme.light-green .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-color-scheme .fct-color-scheme.light-green p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green h1,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green p,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green p,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green p{color:var(--fct-color-background)}.fct-color-scheme.light-grey h1,.fct-color-scheme.light-grey .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-color-scheme.light-grey p,.fct-color-scheme.light-grey .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-color-scheme.light-grey p,.fct-color-scheme.light-grey .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-color-scheme.light-grey p{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme.light-grey h1,.fct-color-scheme .fct-color-scheme.light-grey .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-color-scheme .fct-color-scheme.light-grey p,.fct-color-scheme .fct-color-scheme.light-grey .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-color-scheme .fct-color-scheme.light-grey p,.fct-color-scheme .fct-color-scheme.light-grey .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-color-scheme .fct-color-scheme.light-grey p{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey h1,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey p,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey p,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey p{color:var(--fct-color-text)}h1.fct-h1-small-above-sm,.fct-content-blockquote-left p.fct-h1-small-above-sm,.fct-content-blockquote-full p.fct-h1-small-above-sm,.fct-content-blockquote-right p.fct-h1-small-above-sm{font-size:calc(30px*var(--fct-h1-font-size-multiplier));line-height:calc(36px*var(--fct-h1-line-height-multiplier))}@media screen and (min-width: 768px){h1.fct-h1-small-above-sm,.fct-content-blockquote-left p.fct-h1-small-above-sm,.fct-content-blockquote-full p.fct-h1-small-above-sm,.fct-content-blockquote-right p.fct-h1-small-above-sm{font-size:calc(53px*var(--fct-h1-font-size-multiplier));line-height:calc(60px*var(--fct-h1-line-height-multiplier))}}@media screen and (min-width: 1024px){h1.fct-h1-small-above-sm,.fct-content-blockquote-left p.fct-h1-small-above-sm,.fct-content-blockquote-full p.fct-h1-small-above-sm,.fct-content-blockquote-right p.fct-h1-small-above-sm{font-size:calc(53px*var(--fct-h1-font-size-multiplier));line-height:calc(60px*var(--fct-h1-line-height-multiplier))}}h1.fct-h1-large-above-sm,.fct-content-blockquote-left p.fct-h1-large-above-sm,.fct-content-blockquote-full p.fct-h1-large-above-sm,.fct-content-blockquote-right p.fct-h1-large-above-sm{font-size:calc(30px*var(--fct-h1-font-size-multiplier));line-height:calc(36px*var(--fct-h1-line-height-multiplier))}@media screen and (min-width: 768px){h1.fct-h1-large-above-sm,.fct-content-blockquote-left p.fct-h1-large-above-sm,.fct-content-blockquote-full p.fct-h1-large-above-sm,.fct-content-blockquote-right p.fct-h1-large-above-sm{font-size:calc(60px*var(--fct-h1-font-size-multiplier));line-height:calc(68px*var(--fct-h1-line-height-multiplier))}}@media screen and (min-width: 1024px){h1.fct-h1-large-above-sm,.fct-content-blockquote-left p.fct-h1-large-above-sm,.fct-content-blockquote-full p.fct-h1-large-above-sm,.fct-content-blockquote-right p.fct-h1-large-above-sm{font-size:calc(60px*var(--fct-h1-font-size-multiplier));line-height:calc(68px*var(--fct-h1-line-height-multiplier))}}h1.fct-h1-xlarge-above-sm,.fct-content-blockquote-left p.fct-h1-xlarge-above-sm,.fct-content-blockquote-full p.fct-h1-xlarge-above-sm,.fct-content-blockquote-right p.fct-h1-xlarge-above-sm{font-size:calc(30px*var(--fct-h1-font-size-multiplier));line-height:calc(36px*var(--fct-h1-line-height-multiplier))}@media screen and (min-width: 768px){h1.fct-h1-xlarge-above-sm,.fct-content-blockquote-left p.fct-h1-xlarge-above-sm,.fct-content-blockquote-full p.fct-h1-xlarge-above-sm,.fct-content-blockquote-right p.fct-h1-xlarge-above-sm{font-size:calc(75px*var(--fct-h1-font-size-multiplier));line-height:calc(75px*var(--fct-h1-line-height-multiplier))}}@media screen and (min-width: 1024px){h1.fct-h1-xlarge-above-sm,.fct-content-blockquote-left p.fct-h1-xlarge-above-sm,.fct-content-blockquote-full p.fct-h1-xlarge-above-sm,.fct-content-blockquote-right p.fct-h1-xlarge-above-sm{font-size:calc(75px*var(--fct-h1-font-size-multiplier));line-height:calc(75px*var(--fct-h1-line-height-multiplier))}}h1.fct-h1-serif-head,.fct-content-blockquote-left p.fct-h1-serif-head,.fct-content-blockquote-full p.fct-h1-serif-head,.fct-content-blockquote-right p.fct-h1-serif-head{font-family:var(--fct-h1-font-serif)}h1.fct-h1-sans,.fct-content-blockquote-left p.fct-h1-sans,.fct-content-blockquote-full p.fct-h1-sans,.fct-content-blockquote-right p.fct-h1-sans{font-family:var(--fct-h1-font)}h1.fct-h1-black,.fct-content-blockquote-left p.fct-h1-black,.fct-content-blockquote-full p.fct-h1-black,.fct-content-blockquote-right p.fct-h1-black{color:var(--fct-color-text) !important}h2{font-size:calc(24px*var(--fct-h2-font-size-multiplier));line-height:calc(30px*var(--fct-h2-line-height-multiplier));font-weight:var(--fct-h2-font-weight);color:var(--fct-color-text);font-family:var(--fct-h2-font);font-style:var(--fct-h2-font-style);text-transform:var(--fct-h2-text-transform);margin-bottom:35px}@media screen and (min-width: 768px){h2{font-size:calc(28px*var(--fct-h2-font-size-multiplier));line-height:calc(36px*var(--fct-h2-line-height-multiplier))}}@media screen and (min-width: 1024px){h2{font-size:calc(35px*var(--fct-h2-font-size-multiplier));line-height:calc(44px*var(--fct-h2-line-height-multiplier))}}.fct-color-scheme.dark h2{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark h2{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark h2{color:var(--fct-color-background)}.fct-color-scheme.light-green h2{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green h2{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green h2{color:var(--fct-color-background)}.fct-color-scheme.light-grey h2{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-grey h2{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey h2{color:var(--fct-color-grey)}h3{font-size:calc(16px*var(--fct-h3-font-size-multiplier));line-height:calc(21px*var(--fct-h3-line-height-multiplier));font-weight:var(--fct-h3-font-weight);color:var(--fct-color-primary);font-family:var(--fct-h3-font);font-style:var(--fct-h3-font-style);text-transform:var(--fct-h3-text-transform);margin-bottom:16px}@media screen and (min-width: 768px){h3{font-size:calc(18px*var(--fct-h3-font-size-multiplier));line-height:calc(23px*var(--fct-h3-line-height-multiplier))}}.fct-color-scheme.dark h3{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark h3{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark h3{color:var(--fct-color-background)}.fct-color-scheme.light-green h3{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-green h3{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green h3{color:var(--fct-color-primary-dark)}.fct-color-scheme.light-grey h3{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey h3{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey h3{color:var(--fct-color-primary-dark)}@media(min-width: 768px){h3{margin-bottom:20px}}ul{list-style:none;padding:0;margin:0}ul li{color:var(--fct-color-grey-dark)}.fct-color-scheme.dark ul li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark ul li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark ul li{color:var(--fct-color-background)}.fct-color-scheme.light-green ul li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green ul li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green ul li{color:var(--fct-color-background)}.fct-color-scheme.light-grey ul li{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey ul li{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey ul li{color:var(--fct-color-primary-dark)}.fct-color-scheme.dark ul li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark ul li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark ul li:before{color:var(--fct-color-background)}.fct-color-scheme.light-green ul li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green ul li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green ul li:before{color:var(--fct-color-background)}.fct-color-scheme.light-grey ul li:before{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-grey ul li:before{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey ul li:before{color:var(--fct-color-primary)}ol li{color:var(--fct-color-grey-dark)}.fct-color-scheme.dark ol li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark ol li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark ol li{color:var(--fct-color-background)}.fct-color-scheme.light-green ol li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green ol li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green ol li{color:var(--fct-color-background)}.fct-color-scheme.light-grey ol li{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey ol li{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey ol li{color:var(--fct-color-primary-dark)}.fct-color-scheme.dark ol li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark ol li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark ol li:before{color:var(--fct-color-background)}.fct-color-scheme.light-green ol li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green ol li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green ol li:before{color:var(--fct-color-background)}.fct-color-scheme.light-grey ol li:before{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-grey ol li:before{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey ol li:before{color:var(--fct-color-primary)}ul.fct-list,ul.fct-list-links,ol.fct-list-numbers,.fct-content-container ul,.fct-content-container ol,.fct-featured-list-item__summary ul,.fct-featured-list-item__summary ol,.wpb_vc_param_value.textarea_html{list-style:none;padding:0;margin:0}ul.fct-list li,ul.fct-list-links li,ol.fct-list-numbers li,.fct-content-container ul li,.fct-content-container ol li,.fct-featured-list-item__summary ul li,.fct-featured-list-item__summary ol li,.wpb_vc_param_value.textarea_html li{font-size:calc(16px*var(--fct-body-font-size-multiplier));line-height:calc(24px*var(--fct-body-line-height-multiplier));font-weight:300;position:relative;list-style:none;margin-bottom:var(--fct-list-bottom-space);font-family:var(--fct-body-font-sans);padding-left:var(--fct-list-bullet-space)}@media screen and (min-width: 768px){ul.fct-list li,ul.fct-list-links li,ol.fct-list-numbers li,.fct-content-container ul li,.fct-content-container ol li,.fct-featured-list-item__summary ul li,.fct-featured-list-item__summary ol li,.wpb_vc_param_value.textarea_html li{font-size:calc(18px*var(--fct-body-font-size-multiplier));line-height:calc(27px*var(--fct-body-line-height-multiplier))}}@media(min-width: 768px){ul.fct-list li,ul.fct-list-links li,ol.fct-list-numbers li,.fct-content-container ul li,.fct-content-container ol li,.fct-featured-list-item__summary ul li,.fct-featured-list-item__summary ol li,.wpb_vc_param_value.textarea_html li{margin-bottom:var(--fct-list-bottom-space-md);padding-left:var(--fct-list-bullet-space-md)}}ul.fct-list li:before,ul.fct-list-links li:before,ol.fct-list-numbers li:before,.fct-content-container ul li:before,.fct-content-container ol li:before,.fct-featured-list-item__summary ul li:before,.fct-featured-list-item__summary ol li:before,.wpb_vc_param_value.textarea_html li:before{font-weight:300;content:var(--fct-list-bullet-content);width:var(--fct-list-bullet-space);position:absolute;box-sizing:border-box;color:var(--fct-color-primary);pointer-events:none;margin-left:calc(-1*var(--fct-list-bullet-space))}@media(min-width: 768px){ul.fct-list li:before,ul.fct-list-links li:before,ol.fct-list-numbers li:before,.fct-content-container ul li:before,.fct-content-container ol li:before,.fct-featured-list-item__summary ul li:before,.fct-featured-list-item__summary ol li:before,.wpb_vc_param_value.textarea_html li:before{width:var(--fct-list-bullet-space-md);margin-left:calc(-1*var(--fct-list-bullet-space-md))}}ul.fct-list-links{margin:0;padding:0;list-style:none}ul.fct-list-links li{padding-left:0;margin-bottom:12px}@media(min-width: 768px){ul.fct-list-links li{margin-bottom:14px}}@media(min-width: 1024px){ul.fct-list-links li{margin-bottom:14px}}ul.fct-list-links li:before{display:none}ol.fct-list-numbers,.fct-content-container ol{counter-reset:li}ol.fct-list-numbers li:before,.fct-content-container ol li:before{content:counter(li, decimal-leading-zero) ".";counter-increment:li}.fct-dek{font-size:calc(19px*var(--fct-dek-font-size-multiplier));line-height:calc(28px*var(--fct-dek-line-height-multiplier));color:var(--fct-color-grey-dark);font-family:var(--fct-dek-font);font-style:var(--fct-dek-font-style);text-transform:var(--fct-dek-text-transform)}@media screen and (min-width: 768px){.fct-dek{font-size:calc(22px*var(--fct-dek-font-size-multiplier));line-height:calc(31px*var(--fct-dek-line-height-multiplier))}}@media screen and (min-width: 1024px){.fct-dek{font-size:calc(24px*var(--fct-dek-font-size-multiplier));line-height:calc(33px*var(--fct-dek-line-height-multiplier))}}.fct-color-scheme.dark .fct-dek{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-dek{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-dek{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-dek{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-dek{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-dek{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-dek{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-dek{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-dek{color:var(--fct-color-primary-dark)}.fct-dek.fct-dek--small{font-size:calc(16px*var(--fct-dek-font-size-multiplier));line-height:calc(24px*var(--fct-dek-line-height-multiplier))}@media screen and (min-width: 768px){.fct-dek.fct-dek--small{font-size:calc(18px*var(--fct-dek-font-size-multiplier));line-height:calc(27px*var(--fct-dek-line-height-multiplier))}}.fct-dek.fct-dek--small-below-sm{font-size:calc(16px*var(--fct-dek-font-size-multiplier));line-height:calc(24px*var(--fct-dek-line-height-multiplier))}@media screen and (min-width: 768px){.fct-dek.fct-dek--small-below-sm{font-size:calc(22px*var(--fct-dek-font-size-multiplier));line-height:calc(31px*var(--fct-dek-line-height-multiplier))}}@media screen and (min-width: 1024px){.fct-dek.fct-dek--small-below-sm{font-size:calc(24px*var(--fct-dek-font-size-multiplier));line-height:calc(33px*var(--fct-dek-line-height-multiplier))}}.fct-dek.fct-dek--green-light{color:var(--fct-color-primary-light) !important}.fct-dek.fct-dek--grey-dark{color:var(--fct-color-grey-dark) !important}.fct-eyebrow{font-size:16px;line-height:24px;color:var(--fct-color-text)}@media screen and (min-width: 768px){.fct-eyebrow{font-size:18px;line-height:27px}}.fct-color-scheme.dark .fct-eyebrow{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-eyebrow{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-eyebrow{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-eyebrow{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-green .fct-eyebrow{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-eyebrow{color:var(--fct-color-primary-dark)}.fct-color-scheme.light-grey .fct-eyebrow{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-eyebrow{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-eyebrow{color:var(--fct-color-primary-dark)}.fct-eyebrow br{display:none}@media(min-width: 768px){.fct-eyebrow br{display:inherit}}.fct-media-caption{font-size:12px;line-height:16px;font-weight:300;color:var(--fct-color-grey);font-family:var(--fct-body-font-sans);margin-top:20px}@media screen and (min-width: 768px){.fct-media-caption{font-size:18px;line-height:27px}}@media screen and (min-width: 1024px){.fct-media-caption{font-size:14px;line-height:19px}}.fct-color-scheme.dark .fct-media-caption{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-media-caption{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-media-caption{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-media-caption{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-media-caption{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-media-caption{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-media-caption{color:rgba(var(--fct-color-grey), 0.8)}.fct-color-scheme .fct-color-scheme.light-grey .fct-media-caption{color:rgba(var(--fct-color-grey), 0.8)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-media-caption{color:rgba(var(--fct-color-grey), 0.8)}.fct-share-button{color:var(--fct-color-share)}.fct-share-button:before{content:"";display:inline-block;height:100%;vertical-align:middle}.fct-share-button i{vertical-align:middle;margin-right:10px}.fct-share-button span{vertical-align:middle;display:none}@media(min-width: 768px){.fct-share-button span{display:inline-block}}address{font-style:normal}.fct-button{padding:9px 40px 8px;border-width:1px;border-style:solid;display:inline-block;cursor:pointer;text-align:center;font-size:14px;font-weight:700;text-transform:uppercase;-webkit-appearance:none;border-radius:0;background-color:rgba(0,0,0,0);color:var(--fct-color-primary-light);border-color:var(--fct-color-primary-light)}.fct-button:focus{outline:none}.fct-button:disabled,.fct-button.is-disabled{opacity:.6;cursor:default}.fct-color-scheme.dark .fct-button{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-button{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-button{color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-button{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-button{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-button{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-button{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-button{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-button{color:var(--fct-color-primary-light)}.fct-color-scheme.dark .fct-button{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-button{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-button{border-color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-button{border-color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-button{border-color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-button{border-color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-button{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-button{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-button{border-color:var(--fct-color-primary-light)}.fct-button-primary{padding:9px 40px 8px;border-width:1px;border-style:solid;display:inline-block;cursor:pointer;text-align:center;font-size:14px;font-weight:700;text-transform:uppercase;-webkit-appearance:none;border-radius:0;background-color:var(--fct-color-primary-light);color:var(--fct-color-background);border-color:var(--fct-color-primary-light)}.fct-button-primary:focus{outline:none}.fct-button-primary:disabled,.fct-button-primary.is-disabled{opacity:.6;cursor:default}.fct-color-scheme.dark .fct-button-primary{background-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-button-primary{background-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-button-primary{background-color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-button-primary{background-color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-button-primary{background-color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-button-primary{background-color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-button-primary{background-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-button-primary{background-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-button-primary{background-color:var(--fct-color-primary-light)}.fct-color-scheme.dark .fct-button-primary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-button-primary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-button-primary{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-button-primary{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-green .fct-button-primary{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-button-primary{color:var(--fct-color-primary-light)}.fct-color-scheme.light-grey .fct-button-primary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-grey .fct-button-primary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-button-primary{color:var(--fct-color-background)}.fct-color-scheme.dark .fct-button-primary{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-button-primary{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-button-primary{border-color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-button-primary{border-color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-button-primary{border-color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-button-primary{border-color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-button-primary{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-button-primary{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-button-primary{border-color:var(--fct-color-primary-light)}body{overflow-x:hidden}body>.fct-container{transform:translate3d(0, 0, 0);border-bottom:1px solid rgba(0,0,0,0)}main{display:flex;flex-direction:column}.is-ie main>.fct-grid-container-wrapper{flex-shrink:0}.fct-loading:before,.fct-video-playlist-container .fct-video-playlist-player-container .fct-video-playlist-player-loader:before,.fct-video-container .vjs-default-skin .vjs-loading-spinner:before,.fct-deepmode-layer.loading .fct-deepmode-layer-content:before,.fct-incremental-list-assets-spinner:before{content:"";position:absolute;top:50%;left:50%;width:100px;height:100px;margin-top:-50px;border-radius:50%;border:3px solid #ebebeb;margin-left:-50px}.fct-loading:after,.fct-video-playlist-container .fct-video-playlist-player-container .fct-video-playlist-player-loader:after,.fct-video-container .vjs-default-skin .vjs-loading-spinner:after,.fct-deepmode-layer.loading .fct-deepmode-layer-content:after,.fct-incremental-list-assets-spinner:after{content:"";position:absolute;top:50%;left:50%;width:94px;height:94px;margin-top:-47px;margin-left:-47px;border-radius:50%;border:6px solid var(--fct-color-primary-light);border-top-color:rgba(0,0,0,0);border-bottom-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0);transform:translateZ(0);animation:fctloadinganimation 1.1s infinite linear}@keyframes fctloadinganimation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.form-group{margin-bottom:20px}.form-control{background-color:#e0e0e0;border-color:#e0e0e0;border-width:0px;border-style:solid;-webkit-appearance:none;outline:none;width:100%;padding:10px 30px;color:#58595b;border-radius:0;display:block;font-weight:400;font-family:var(--fct-body-font-sans);line-height:normal}.form-control:-moz-placeholder,.form-control::-moz-placeholder{color:#a9a9a9;opacity:1}.form-control:-ms-input-placeholder{color:#a9a9a9}.form-control::-webkit-input-placeholder{color:#a9a9a9}textarea.form-control{height:auto}.form-control.form-button{color:#fff;background-color:#a5278f;transition:all .5s linear;font-weight:700;text-transform:uppercase}.form-control.form-button:hover{background-color:#751965}.js-flickity{height:0;overflow:hidden}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-enabled.is-draggable{user-select:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.fct-deepmode-layer-content .flickity-viewport{z-index:1000}.flickity-slider{position:absolute;width:100%;height:100%}.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-prev-next-button{position:absolute;width:40px;height:100%;border-radius:0;transition:all .25s linear 0s;padding:0;color:#fff;background:rgba(0,0,0,.2);cursor:pointer}.fct-deepmode-layer-content .flickity-prev-next-button{z-index:1100}.flickity-prev-next-button:disabled{opacity:0}.flickity-prev-next-button:hover{background:var(--fct-color-primary-light)}.flickity-prev-next-button:focus{box-shadow:none}.flickity-prev-next-button.next{left:auto;right:0}.flickity-prev-next-button.previous{left:0;right:auto}html[dir=rtl] .flickity-prev-next-button.next{left:0;right:auto}html[dir=rtl] .flickity-prev-next-button.previous{left:auto;right:0}.flickity-prev-next-button svg{display:none}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}.flickity-page-dots{line-height:10px}.flickity-page-dots .dot{display:inline-block;vertical-align:middle;width:10px;height:10px;border-radius:50%;background-color:var(--fct-color-grey-light);margin-left:0;margin-right:calc(var(--fct-grid-gutter)*.6);filter:none;opacity:1;transition:all .25s linear 0s}.flickity-page-dots .dot:hover{background-color:var(--fct-color-primary)}.flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary)}.fct-color-scheme.light-green .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-green .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary-dark)}.fct-color-scheme.dark .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.dark .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary-dark)}.fct-color-scheme.light-grey .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary-dark)}.fct-color-scheme.light-green .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-green .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary-dark)}.fct-color-scheme.dark .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.dark .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary-dark)}.fct-color-scheme.light-grey .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary-dark)}.fct-quotes-container .flickity-page-dots{z-index:1;bottom:-32.5px;width:auto}.fct-color-scheme.light-green .fct-quotes-list .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-green .fct-quotes-list .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-quotes-list .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary)}.fct-color-scheme.dark .fct-quotes-list .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.dark .fct-quotes-list .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-quotes-list .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary)}.fct-color-scheme.light-grey .fct-quotes-list .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-list .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-list .flickity-page-dots .dot:hover{background-color:var(--fct-color-primary)}.fct-color-scheme.light-green .fct-quotes-list .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-green .fct-quotes-list .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-quotes-list .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary)}.fct-color-scheme.dark .fct-quotes-list .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.dark .fct-quotes-list .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-quotes-list .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary)}.fct-color-scheme.light-grey .fct-quotes-list .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-list .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-list .flickity-page-dots .dot.is-selected{background-color:var(--fct-color-primary)}img.fct-content-image{width:100%}img.fct-media-image{width:100%}.fct-detail-header-info{position:relative;margin-bottom:15px}.fct-detail-header-info:before,.fct-detail-header-info:after{content:" ";display:table}.fct-detail-header-info:after{clear:both}@media(min-width: 768px){.fct-detail-header-info{margin-bottom:20px}}@media(min-width: 768px){.fct-detail-header-info.fct-detail-header-info-has-client-logo{margin-bottom:60px}}.fct-detail-header-info a{line-height:20px;display:inline-block}.fct-detail-header-info.fct-detail-header-info-nodate{margin-bottom:0}.fct-detail-header-metadata{border-top:1px solid var(--fct-color-grey-bg);border-bottom:1px solid var(--fct-color-grey-bg);padding-top:20px;padding-bottom:20px}.fct-detail-header-metadata:before,.fct-detail-header-metadata:after{content:" ";display:table}.fct-detail-header-metadata:after{clear:both}.fct-detail-header-media{width:146px;height:146px;margin-bottom:15px;position:relative}html[dir=ltr] .fct-detail-header-media{margin-right:0}html[dir=rtl] .fct-detail-header-media{margin-left:0}@media(min-width: 768px){.fct-detail-header-media{float:left;margin-bottom:40px;margin-bottom:0}html[dir=ltr] .fct-detail-header-media{margin-right:30px}html[dir=rtl] .fct-detail-header-media{margin-left:30px;float:right}}@media(min-width: 1280px){html[dir=ltr] .fct-detail-header-media{margin-right:40px}html[dir=rtl] .fct-detail-header-media{margin-left:40px}}.fct-detail-header-media--grayscale{filter:grayscale(100%)}.fct-detail-header-h3-wrap.gt-768{display:none}@media(min-width: 768px){.fct-detail-header-h3-wrap.lt-768{display:none}.fct-detail-header-h3-wrap.gt-768{display:block}}.fct-person-header-h3-wrap{margin-bottom:20px}@media(min-width: 768px){html[dir=ltr] .fct-person-header-h3-wrap{padding-right:100px}html[dir=rtl] .fct-person-header-h3-wrap{padding-left:100px}}.fct-detail-header-category,.fct-person-header-title{font-size:16px;line-height:21px;font-weight:700;color:var(--fct-color-grey-light-extra);margin-bottom:5px;font-family:var(--fct-body-font-sans);text-transform:inherit}@media screen and (min-width: 768px){.fct-detail-header-category,.fct-person-header-title{font-size:18px;line-height:23px}}@media screen and (min-width: 1280px){.fct-detail-header-category,.fct-person-header-title{font-size:18px;line-height:23px}}.fct-detail-header-category a,.fct-person-header-title a{color:var(--fct-color-primary)}.fct-detail-header-source,.fct-person-header-office{font-size:16px;line-height:21px;font-weight:700;color:var(--fct-color-grey-light-extra);font-family:var(--fct-body-font-sans);text-transform:inherit;display:block;margin-bottom:5px}@media screen and (min-width: 768px){.fct-detail-header-source,.fct-person-header-office{font-size:18px;line-height:23px}}@media screen and (min-width: 1280px){.fct-detail-header-source,.fct-person-header-office{font-size:18px;line-height:23px}}.fct-detail-header-source a,.fct-person-header-office a{color:var(--fct-color-primary)}.fct-detail-header-source i,.fct-person-header-office i{color:var(--fct-color-primary);font-size:.75em}html[dir=ltr] .fct-detail-header-source i,html[dir=ltr] .fct-person-header-office i{margin-left:10px}html[dir=rtl] .fct-detail-header-source i,html[dir=rtl] .fct-person-header-office i{margin-right:10px}.fct-detail-header-title{margin-bottom:35px}.fct-detail-header-info-nodate .fct-detail-header-title{margin-bottom:0}.fct-detail-header-likes{display:flex;margin-top:15px;justify-content:flex-start}.fct-detail-header-date+.fct-detail-header-likes{margin-top:-25px;justify-content:flex-end}.fct-detail-header-date{font-size:14px;line-height:19px;font-size:16px;line-height:21px;font-weight:300;color:var(--fct-color-grey);font-family:var(--fct-body-font-sans);text-transform:inherit;margin-bottom:30px;margin-bottom:0}@media screen and (min-width: 768px){.fct-detail-header-date{font-size:14px;line-height:19px}}@media screen and (min-width: 1280px){.fct-detail-header-date{font-size:14px;line-height:19px}}@media screen and (min-width: 768px){.fct-detail-header-date{font-size:18px;line-height:23px}}@media screen and (min-width: 1280px){.fct-detail-header-date{font-size:18px;line-height:23px}}@media(min-width: 768px){.fct-detail-header-date{margin-bottom:40px;margin-bottom:0}}html[dir=ltr] .fct-detail-header-media~.fct-detail-header-h3-wrap,html[dir=ltr] .fct-detail-header-media~.fct-detail-header-title,html[dir=ltr] .fct-detail-header-media~.fct-person-header-h3-wrap,html[dir=ltr] .fct-case-example-client-logo~.fct-detail-header-h3-wrap,html[dir=ltr] .fct-case-example-client-logo~.fct-detail-header-title,html[dir=ltr] .fct-case-example-client-logo~.fct-person-header-h3-wrap{padding-left:0}html[dir=rtl] .fct-detail-header-media~.fct-detail-header-h3-wrap,html[dir=rtl] .fct-detail-header-media~.fct-detail-header-title,html[dir=rtl] .fct-detail-header-media~.fct-person-header-h3-wrap,html[dir=rtl] .fct-case-example-client-logo~.fct-detail-header-h3-wrap,html[dir=rtl] .fct-case-example-client-logo~.fct-detail-header-title,html[dir=rtl] .fct-case-example-client-logo~.fct-person-header-h3-wrap{padding-right:0}@media(min-width: 768px){html[dir=ltr] .fct-detail-header-media~.fct-detail-header-h3-wrap,html[dir=ltr] .fct-detail-header-media~.fct-detail-header-title,html[dir=ltr] .fct-detail-header-media~.fct-person-header-h3-wrap,html[dir=ltr] .fct-case-example-client-logo~.fct-detail-header-h3-wrap,html[dir=ltr] .fct-case-example-client-logo~.fct-detail-header-title,html[dir=ltr] .fct-case-example-client-logo~.fct-person-header-h3-wrap{padding-left:176px}html[dir=rtl] .fct-detail-header-media~.fct-detail-header-h3-wrap,html[dir=rtl] .fct-detail-header-media~.fct-detail-header-title,html[dir=rtl] .fct-detail-header-media~.fct-person-header-h3-wrap,html[dir=rtl] .fct-case-example-client-logo~.fct-detail-header-h3-wrap,html[dir=rtl] .fct-case-example-client-logo~.fct-detail-header-title,html[dir=rtl] .fct-case-example-client-logo~.fct-person-header-h3-wrap{padding-right:176px}}@media(min-width: 1280px){html[dir=ltr] .fct-detail-header-media~.fct-detail-header-h3-wrap,html[dir=ltr] .fct-detail-header-media~.fct-detail-header-title,html[dir=ltr] .fct-detail-header-media~.fct-person-header-h3-wrap,html[dir=ltr] .fct-case-example-client-logo~.fct-detail-header-h3-wrap,html[dir=ltr] .fct-case-example-client-logo~.fct-detail-header-title,html[dir=ltr] .fct-case-example-client-logo~.fct-person-header-h3-wrap{padding-left:186px}html[dir=rtl] .fct-detail-header-media~.fct-detail-header-h3-wrap,html[dir=rtl] .fct-detail-header-media~.fct-detail-header-title,html[dir=rtl] .fct-detail-header-media~.fct-person-header-h3-wrap,html[dir=rtl] .fct-case-example-client-logo~.fct-detail-header-h3-wrap,html[dir=rtl] .fct-case-example-client-logo~.fct-detail-header-title,html[dir=rtl] .fct-case-example-client-logo~.fct-person-header-h3-wrap{padding-right:186px}}.fct-detail-header-authors{font-size:16px;line-height:30px;font-weight:300;color:var(--fct-color-grey);width:100%}@media screen and (min-width: 768px){.fct-detail-header-authors{font-size:18px;line-height:30px}}@media screen and (min-width: 1280px){.fct-detail-header-authors{font-size:18px;line-height:30px}}@media(min-width: 768px){.fct-detail-header-authors{float:left}html[dir=ltr] .fct-detail-header-authors{padding-right:120px}html[dir=rtl] .fct-detail-header-authors{padding-left:120px;float:right}}.fct-detail-header-topics-tags{font-size:16px;line-height:30px;font-weight:300;color:var(--fct-color-grey);width:100%}@media screen and (min-width: 768px){.fct-detail-header-topics-tags{font-size:18px;line-height:30px}}@media screen and (min-width: 1280px){.fct-detail-header-topics-tags{font-size:18px;line-height:30px}}@media(min-width: 768px){.fct-detail-header-topics-tags{float:left}html[dir=ltr] .fct-detail-header-topics-tags{padding-right:120px}html[dir=rtl] .fct-detail-header-topics-tags{float:right;padding-left:120px}}.fct-detail-header-summary{margin-top:30px}@media(min-width: 768px){.fct-detail-header-summary{margin-top:40px}}.fct-detail-header-share-wrapper:before,.fct-detail-header-share-wrapper:after,.fct-person-header-share-wrapper:before,.fct-person-header-share-wrapper:after{content:" ";display:table}.fct-detail-header-share-wrapper:after,.fct-person-header-share-wrapper:after{clear:both}@media(min-width: 768px){.fct-detail-header-share-wrapper,.fct-person-header-share-wrapper{float:right}html[dir=rtl] .fct-detail-header-share-wrapper,html[dir=rtl] .fct-person-header-share-wrapper{float:left}}.fct-detail-header-share-wrapper i,.fct-person-header-share-wrapper i{font-size:30px;width:1em;height:1em;line-height:1em;display:inline-block;background-color:var(--fct-color-grey-extra);transition:all .25s linear 0s;color:#fff;float:left;cursor:pointer}html[dir=ltr] .fct-detail-header-share-wrapper i,html[dir=ltr] .fct-person-header-share-wrapper i{margin-left:1px}html[dir=rtl] .fct-detail-header-share-wrapper i,html[dir=rtl] .fct-person-header-share-wrapper i{margin-right:1px;float:right}.fct-detail-header-share-wrapper i:hover,.fct-person-header-share-wrapper i:hover{background-color:var(--fct-color-primary-light)}@media(min-width: 768px){.fct-detail-header-share-wrapper i,.fct-person-header-share-wrapper i{float:right}html[dir=rtl] .fct-detail-header-share-wrapper i,html[dir=rtl] .fct-person-header-share-wrapper i{float:left}}.fct-person-header-share-wrapper{margin-bottom:20px}@media(min-width: 768px){.fct-person-header-share-wrapper{margin-bottom:0;position:relative;bottom:8px}}.fct-detail-header__icon-buttons{height:20px;display:flex;margin-top:10px}@media(min-width: 768px){.fct-detail-header__icon-buttons{margin-top:-28px;justify-content:flex-end}}.fct-detail-header__icon-buttons>a:nth-child(2){margin-left:5px}.fct-detail-header__icon-buttons>a:nth-child(3){display:flex;margin-left:5px}.fct-detail-header__icon-buttons .icon-social-bio-email{font-size:20px;color:var(--fct-color-grey-light)}.fct-detail-header__icon-buttons .icon-social-bio-email:hover{color:var(--fct-color-primary-light)}.fct-detail-header__icon-buttons-button{display:flex;fill:var(--fct-color-grey-extra);width:20px;height:20px}.fct-color-scheme.light-green .fct-detail-header__icon-buttons-button{fill:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-green .fct-detail-header__icon-buttons-button{fill:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-detail-header__icon-buttons-button{fill:var(--fct-color-grey)}.fct-color-scheme.light-grey .fct-detail-header__icon-buttons-button{fill:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-grey .fct-detail-header__icon-buttons-button{fill:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-detail-header__icon-buttons-button{fill:var(--fct-color-grey)}.fct-detail-header__icon-buttons-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-detail-header__icon-buttons-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-green .fct-detail-header__icon-buttons-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-detail-header__icon-buttons-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme.light-grey .fct-detail-header__icon-buttons-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-detail-header__icon-buttons-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-detail-header__icon-buttons-button:hover{fill:var(--fct-color-primary-light)}.fct-detail-header__icon-buttons-button svg{width:inherit;height:inherit}.fct-category-header-container{margin-bottom:0}.fct-category-header-info:before,.fct-category-header-info:after{content:" ";display:table}.fct-category-header-info:after{clear:both}.fct-category-header-title{margin-bottom:35px}.fct-category-footer-info{text-align:center}.fct-category-footer-info:before,.fct-category-footer-info:after{content:" ";display:table}.fct-category-footer-info:after{clear:both}.fct-category-footer-info span{margin-right:15px;margin-left:15px}.single-funct_article .fct-content-container .fct-inner-row-container .row,.single-funct_news .fct-content-container .fct-inner-row-container .row,.single-funct_event .fct-content-container .fct-inner-row-container .row{padding:0 15%}.single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container .row,.single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container .row,.single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container .row{padding:0}.single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container p,.single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container p,.single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container p{padding:0}.single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container ul,.single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container ol,.single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container ul,.single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container ol,.single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container ul,.single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container ol{padding:0}.single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container h1,.single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container .fct-content-blockquote-left p,.fct-content-blockquote-left .single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container p,.single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container .fct-content-blockquote-full p,.fct-content-blockquote-full .single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container p,.single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container .fct-content-blockquote-right p,.fct-content-blockquote-right .single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container p,.single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container h2,.single-funct_article .fct-content-container .fct-inner-row-container .row .fct-content-container h3,.single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container h1,.single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container .fct-content-blockquote-left p,.fct-content-blockquote-left .single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container p,.single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container .fct-content-blockquote-full p,.fct-content-blockquote-full .single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container p,.single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container .fct-content-blockquote-right p,.fct-content-blockquote-right .single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container p,.single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container h2,.single-funct_news .fct-content-container .fct-inner-row-container .row .fct-content-container h3,.single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container h1,.single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container .fct-content-blockquote-left p,.fct-content-blockquote-left .single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container p,.single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container .fct-content-blockquote-full p,.fct-content-blockquote-full .single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container p,.single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container .fct-content-blockquote-right p,.fct-content-blockquote-right .single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container p,.single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container h2,.single-funct_event .fct-content-container .fct-inner-row-container .row .fct-content-container h3{padding:0}.single-funct_article .fct-content-container .fct-cta-container .row,.single-funct_news .fct-content-container .fct-cta-container .row,.single-funct_event .fct-content-container .fct-cta-container .row{padding:0 5%}@media(min-width: 768px){.single-funct_article .fct-content-container .fct-cta-container .row,.single-funct_news .fct-content-container .fct-cta-container .row,.single-funct_event .fct-content-container .fct-cta-container .row{padding:0 15%}}@media(max-width: 568px){.single-funct_article .fct-content-container .fct-cta-container .row,.single-funct_news .fct-content-container .fct-cta-container .row,.single-funct_event .fct-content-container .fct-cta-container .row{padding:0}}.single-funct_article .fct-content-container .fct-people-list-container .row,.single-funct_news .fct-content-container .fct-people-list-container .row,.single-funct_event .fct-content-container .fct-people-list-container .row{padding:0 5%}@media(min-width: 768px){.single-funct_article .fct-content-container .fct-people-list-container .row,.single-funct_news .fct-content-container .fct-people-list-container .row,.single-funct_event .fct-content-container .fct-people-list-container .row{padding:0 15%}}@media(max-width: 568px){.single-funct_article .fct-content-container .fct-people-list-container .row,.single-funct_news .fct-content-container .fct-people-list-container .row,.single-funct_event .fct-content-container .fct-people-list-container .row{padding:0}}.single-funct_article .fct-content-container .fct-people-list-container .row .fct-people-list-item,.single-funct_news .fct-content-container .fct-people-list-container .row .fct-people-list-item,.single-funct_event .fct-content-container .fct-people-list-container .row .fct-people-list-item{width:100%}.fct-content-blockquote-left,.fct-content-blockquote-full,.fct-content-blockquote-right{margin:0;width:100%}.fct-content-blockquote-left p,.fct-content-blockquote-full p,.fct-content-blockquote-right p{font-size:20px;line-height:29px;font-weight:300;color:var(--fct-color-primary-dark);font-family:var(--fct-body-font);padding:35px 40px 35px 20px;margin-bottom:30px;background-color:var(--fct-color-grey-bg)}html[dir=rtl] .fct-content-blockquote-left p,html[dir=rtl] .fct-content-blockquote-full p,html[dir=rtl] .fct-content-blockquote-right p{padding:35px 20px 35px 40px;margin:30px 10px 30px 30px}.fct-content-blockquote-left p:before,.fct-content-blockquote-full p:before,.fct-content-blockquote-right p:before{font-size:23px;color:var(--fct-color-grey-extra);margin-bottom:17px;display:block;font-family:"dotBCG-Icons";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}@media(min-width: 768px){.fct-content-blockquote-left{float:left;width:50%}.fct-content-blockquote-left p{margin-right:30px}html[dir=rtl] .fct-content-blockquote-left{float:right}.fct-content-blockquote-right{margin-left:30px;float:right;width:50%}html[dir=rtl] .fct-content-blockquote-right{float:left}}.u-vertical-center{display:flex;align-items:center}.u-space-bottom{margin-bottom:var(--fct-gutter)}.u-space-top{margin-top:var(--fct-gutter)}.u-text-center{text-align:center}@media(min-width: 768px){.u-hide-above-sm{display:none}}.u-hide-below-sm{display:none}@media(min-width: 768px){.u-hide-below-sm{display:block}}@media(min-width: 1024px){.u-hide-above-md{display:none}}.u-hide-below-md{display:none}@media(min-width: 1024px){.u-hide-below-md{display:block}}#consent_blackbar{position:fixed;bottom:0;z-index:3;width:100%;background-color:#fff;color:var(--fct-color-text);font-family:"HendersonBCGSans",tahoma,sans-serif;font-size:14px;line-height:20px}#consent_blackbar #truste-consent-track{padding:20px calc(2*20px);border-top:1px solid var(--fct-color-grey-light)}#consent_blackbar #truste-consent-text{margin-bottom:10px}#consent_blackbar #truste-consent-buttons{display:flex;flex-wrap:wrap;align-items:center;margin-right:-10px;margin-bottom:-10px}#consent_blackbar #truste-consent-buttons>*{margin-right:10px;margin-bottom:10px}#consent_blackbar #truste-consent-buttons a{color:var(--fct-color-primary-light);text-decoration:none}#consent_blackbar #truste-consent-buttons a:hover{color:var(--fct-color-primary)}#consent_blackbar #truste-consent-buttons button{white-space:normal;background-color:var(--fct-color-primary-light);color:#fff;padding:5px 10px;cursor:pointer;border:1px solid var(--fct-color-primary-light)}#consent_blackbar #truste-consent-buttons button:hover{background-color:rgba(0,0,0,0);color:var(--fct-color-primary-light)}.fct-c-cookie-denied-message{border:2px dotted var(--fct-color-primary-light);background-color:rgba(255,255,255,.33);text-align:center;padding:calc(var(--fct-gutter) + var(--fct-gutter)/2) var(--fct-gutter)}.fct-c-cookie-denied-message .fct-c-cookie-denied-message__headline{font-weight:bold}.fct-c-cookie-denied-message .fct-c-cookie-denied-message__button{background:var(--fct-color-primary-light);padding:4px 24px;color:#fff !important;margin-top:var(--fct-gutter);display:inline-block;cursor:pointer}.xtra-cookie-button>div{display:flex}.xtra-cookie-button a{background-color:#32c77f;padding:3px 10px;border-radius:5px;border:1px solid #32c77f;color:#fff}.xtra-cookie-button a:hover{color:#32c77f;background-color:rgba(0,0,0,0)}.xtra-cookie-button a:focus{outline:none}header.fct-header-none{display:none !important}header.fct-header-none~.fct-main-menu-wrapper{display:none !important}html.fct-main-menu-opened,html.fct-main-menu-opened body{overflow:hidden;-ms-overflow-style:none}header.fct-header-regular{position:fixed;height:0;width:100%;top:0;left:0;right:0;z-index:100;transform:translate3d(0, 0, 0);transition:1s}header.fct-header-regular .fct-header-background{height:50px;background-color:var(--fct-color-primary);position:absolute;top:0;left:0;right:0;transition:1s;display:none}@media(min-width: 1px){header.fct-header-regular .fct-header-background{display:block}}@media(min-width: 768px){header.fct-header-regular .fct-header-background{display:none}}header.fct-header-regular .fct-header-title{display:none;position:absolute;font-size:16px;overflow:hidden;line-height:1.05em}@media(min-width: 768px){header.fct-header-regular .fct-header-title{height:50px;width:23%}html[dir=ltr] header.fct-header-regular .fct-header-title{left:var(--fct-grid-default-spacing-sm)}html[dir=rtl] header.fct-header-regular .fct-header-title{right:var(--fct-grid-default-spacing-sm)}}@media(min-width: 1024px){header.fct-header-regular .fct-header-title{display:block}}@media(min-width: 1280px){header.fct-header-regular .fct-header-title{height:65px}html[dir=ltr] header.fct-header-regular .fct-header-title{left:var(--fct-grid-default-spacing-lg)}html[dir=rtl] header.fct-header-regular .fct-header-title{right:var(--fct-grid-default-spacing-lg)}}header.fct-header-regular .fct-header-title span{display:block;top:50%;transform:translateY(-50%);position:relative}header.fct-header-regular .fct-nav-block-wrapper{text-align:center;vertical-align:middle;display:inline-block;width:100%;height:100%;color:var(--fct-color-background);outline:none;text-decoration:none;background-color:var(--fct-color-primary);transition:1s;position:relative}@media(min-width: 768px){header.fct-header-regular .fct-nav-block-wrapper:hover{background-color:var(--fct-color-nav-hover)}header.fct-header-regular .fct-nav-block-wrapper:active{background-color:var(--fct-color-nav-active)}}header.fct-header-regular .fct-nav-block-wrapper:before{content:"";vertical-align:middle;display:inline-block;height:50px}@media(min-width: 1280px){header.fct-header-regular .fct-nav-block-wrapper:before{height:65px}}header.fct-header-regular .fct-custom-logo{width:50px;height:50px;position:absolute;top:0;visibility:visible;opacity:1;transition:1s}html[dir=ltr] header.fct-header-regular .fct-custom-logo{left:0}html[dir=rtl] header.fct-header-regular .fct-custom-logo{right:0}@media(min-width: 768px){header.fct-header-regular .fct-custom-logo{width:50px;height:51px;border-bottom:1px solid var(--fct-color-primary-dark)}}@media(min-width: 1280px){header.fct-header-regular .fct-custom-logo{width:65px;height:66px}}header.fct-header-regular .fct-custom-logo .fct-custom-logo-wrapper{text-align:center;vertical-align:middle;display:inline-block;width:100%;height:100%;outline:none;text-decoration:none;background-color:var(--fct-color-background);transition:1s;position:relative}header.fct-header-regular .fct-custom-logo .fct-custom-logo-wrapper img{max-width:50px;max-height:50px}@media(min-width: 1280px){header.fct-header-regular .fct-custom-logo .fct-custom-logo-wrapper img{max-width:65px;max-height:65px}}header.fct-header-regular .fct-nav-logo{width:auto;height:50px;position:absolute;top:0;transition:1s}html[dir=ltr] header.fct-header-regular .fct-nav-logo{left:0}html[dir=rtl] header.fct-header-regular .fct-nav-logo{right:0}@media(min-width: 768px){header.fct-header-regular .fct-nav-logo{width:50px;height:51px;border-bottom:1px solid var(--fct-color-primary-dark);opacity:1;visibility:visible;transform:translate3d(0, 0, 0)}}@media(min-width: 1280px){header.fct-header-regular .fct-nav-logo{width:65px;height:66px}}header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon{font-size:23px;display:inline-block;vertical-align:middle;transition:1s}html[dir=ltr] header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon{margin:0 0 0 14px}html[dir=rtl] header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon{margin:0 14px 0 0}header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon:before{transition:1s}@media(min-width: 768px){header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon{font-size:16px}html[dir=ltr] header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon{margin-left:-5px}html[dir=rtl] header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon{margin-right:-5px}}@media(min-width: 1280px){header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon{font-size:20.8px}html[dir=ltr] header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon{margin-left:-5px}html[dir=rtl] header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon{margin-right:-5px}}header.fct-header-regular .fct-nav-hamburger{width:51px;height:50px;position:absolute;top:0;transition:1s}html[dir=ltr] header.fct-header-regular .fct-nav-hamburger{border-left:1px solid var(--fct-color-primary-dark);right:0}html[dir=rtl] header.fct-header-regular .fct-nav-hamburger{border-right:1px solid var(--fct-color-primary-dark);left:0}@media(min-width: 768px){header.fct-header-regular .fct-nav-hamburger{width:50px;height:51px;border-bottom:1px solid var(--fct-color-primary-dark);opacity:1;visibility:visible;transform:translate3d(0, 0, 0)}html[dir=ltr] header.fct-header-regular .fct-nav-hamburger{border-left:none;left:0}html[dir=rtl] header.fct-header-regular .fct-nav-hamburger{border-right:none;right:0}}@media(min-width: 1280px){header.fct-header-regular .fct-nav-hamburger{width:65px;height:66px}}header.fct-header-regular .fct-nav-hamburger .fct-nav-hamburger-icon{font-size:14px;display:inline-block;vertical-align:middle;transition:1s}html[dir=ltr] header.fct-header-regular .fct-nav-hamburger .fct-nav-hamburger-icon{margin-left:-5px}html[dir=rtl] header.fct-header-regular .fct-nav-hamburger .fct-nav-hamburger-icon{margin-right:-5px}@media(min-width: 1280px){header.fct-header-regular .fct-nav-hamburger .fct-nav-hamburger-icon{font-size:17px}}header.fct-header-regular .fct-nav-search{width:51px;height:50px;position:absolute;top:0;transition:1s}html[dir=ltr] header.fct-header-regular .fct-nav-search{border-left:1px solid var(--fct-color-primary-dark);right:0}html[dir=rtl] header.fct-header-regular .fct-nav-search{border-right:1px solid var(--fct-color-primary-dark);left:0}@media(min-width: 768px){header.fct-header-regular .fct-nav-search{width:50px;height:50px;opacity:1;visibility:visible;transform:translate3d(0, 0, 0)}html[dir=ltr] header.fct-header-regular .fct-nav-search{border-left:none;left:0}html[dir=rtl] header.fct-header-regular .fct-nav-search{border-right:none;right:0}}@media(min-width: 1280px){header.fct-header-regular .fct-nav-search{width:65px;height:65px}}header.fct-header-regular .fct-nav-search .fct-header-search-icon{font-size:17px;vertical-align:middle;display:inline-block;transition:1s}html[dir=ltr] header.fct-header-regular .fct-nav-search .fct-header-search-icon{margin-left:-4px}html[dir=rtl] header.fct-header-regular .fct-nav-search .fct-header-search-icon{margin-right:-4px}@media(min-width: 1280px){header.fct-header-regular .fct-nav-search .fct-header-search-icon{font-size:22px}}header.fct-header-regular .fct-nav-search .fct-nav-search-bar{position:fixed;top:50px;left:0;right:0;width:100%;height:0;background-color:var(--fct-color-grey-main-nav-bg);transition:1s;overflow:hidden;visibility:hidden;opacity:0;display:none}@media(min-width: 1px){header.fct-header-regular .fct-nav-search .fct-nav-search-bar{display:block}}@media(min-width: 768px){header.fct-header-regular .fct-nav-search .fct-nav-search-bar{height:50px;width:650px;position:absolute;top:0;overflow:inherit}html[dir=ltr] header.fct-header-regular .fct-nav-search .fct-nav-search-bar{transform:translate3d(-100%, 0, 0);right:auto}html[dir=rtl] header.fct-header-regular .fct-nav-search .fct-nav-search-bar{transform:translate3d(100%, 0, 0);left:auto}}@media(min-width: 1024px){header.fct-header-regular .fct-nav-search .fct-nav-search-bar{width:900px}}@media(min-width: 1280px){header.fct-header-regular .fct-nav-search .fct-nav-search-bar{height:65px}}header.fct-header-regular .fct-nav-search .fct-nav-search-bar form{width:100%;height:100%}header.fct-header-regular .fct-nav-search .fct-nav-search-bar input#fct-nav-search-bar-input{position:relative;top:50%;transform:translate3d(0, -50%, 0);background-color:rgba(0,0,0,0);border:none;color:var(--fct-color-grey-dark);font-size:18px;outline:0;width:calc(100% - 140px);font-weight:400;font-family:var(--fct-body-font);display:inline-block}html[dir=ltr] header.fct-header-regular .fct-nav-search .fct-nav-search-bar input#fct-nav-search-bar-input{padding:0 0 0 20px;float:left}html[dir=rtl] header.fct-header-regular .fct-nav-search .fct-nav-search-bar input#fct-nav-search-bar-input{padding:0 20px 0 0;float:right}@media(min-width: 768px){header.fct-header-regular .fct-nav-search .fct-nav-search-bar input#fct-nav-search-bar-input{font-size:20px}html[dir=ltr] header.fct-header-regular .fct-nav-search .fct-nav-search-bar input#fct-nav-search-bar-input{padding:0 0 0 80px}html[dir=rtl] header.fct-header-regular .fct-nav-search .fct-nav-search-bar input#fct-nav-search-bar-input{padding:0 80px 0 0}}@media(min-width: 1280px){header.fct-header-regular .fct-nav-search .fct-nav-search-bar input#fct-nav-search-bar-input{font-size:28px}html[dir=ltr] header.fct-header-regular .fct-nav-search .fct-nav-search-bar input#fct-nav-search-bar-input{padding:0 0 0 95px}html[dir=rtl] header.fct-header-regular .fct-nav-search .fct-nav-search-bar input#fct-nav-search-bar-input{padding:0 95px 0 0}}header.fct-header-regular .fct-nav-search .fct-nav-search-bar button{background-color:rgba(0,0,0,0);border:1px solid var(--fct-color-grey-light);color:var(--fct-color-grey-light);font-size:12px;line-height:normal;margin:0 20px;padding:5px 25px;text-transform:uppercase;font-weight:300;top:50%;transform:translate3d(0, -50%, 0);position:absolute;display:block}html[dir=ltr] header.fct-header-regular .fct-nav-search .fct-nav-search-bar button{right:0}html[dir=rtl] header.fct-header-regular .fct-nav-search .fct-nav-search-bar button{left:0}@media(min-width: 768px){header.fct-header-regular .fct-nav-search .fct-nav-search-bar button{margin-right:19px;margin-left:0}html[dir=rtl] header.fct-header-regular .fct-nav-search .fct-nav-search-bar button{margin-right:0;margin-left:19px}}header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close{font-size:18px;color:var(--fct-color-primary);width:50px;height:50px;position:absolute;padding:16px;cursor:pointer;transition:1s;top:0;display:none}html[dir=ltr] header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close{left:0}html[dir=rtl] header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close{right:0}@media(min-width: 768px){header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close{display:inline-block}html[dir=ltr] header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close{left:650px}html[dir=rtl] header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close{right:650px}}@media(min-width: 1024px){html[dir=ltr] header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close{left:900px}html[dir=rtl] header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close{right:900px}}@media(min-width: 1280px){header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close{width:65px;height:65px;padding:23.5px}}@media(max-width: 767px){header.fct-header-regular .fct-nav-search.expanded .fct-header-search-icon{font-size:18px;display:inline-block;vertical-align:middle;color:var(--fct-color-primary)}html[dir=ltr] header.fct-header-regular .fct-nav-search.expanded .fct-header-search-icon{margin-left:-5px}html[dir=rtl] header.fct-header-regular .fct-nav-search.expanded .fct-header-search-icon{margin-right:-5px}header.fct-header-regular .fct-nav-search.expanded .fct-header-search-icon:before{content:""}}header.fct-header-regular .fct-nav-search.expanded .fct-nav-search-wrapper{background-color:var(--fct-color-grey-main-nav-bg)}@media(min-width: 768px){header.fct-header-regular .fct-nav-search.expanded .fct-nav-search-wrapper{background-color:var(--fct-color-grey)}}header.fct-header-regular .fct-nav-search.expanded .fct-nav-search-bar{width:100%;height:64px;visibility:visible;opacity:1}@media(min-width: 768px){header.fct-header-regular .fct-nav-search.expanded .fct-nav-search-bar{width:650px;height:50px}html[dir=rtl] header.fct-header-regular .fct-nav-search.expanded .fct-nav-search-bar{transform:translate3d(0, 0, 0)}html[dir=ltr] header.fct-header-regular .fct-nav-search.expanded .fct-nav-search-bar{transform:translate3d(0, 0, 0)}}@media(min-width: 1024px){header.fct-header-regular .fct-nav-search.expanded .fct-nav-search-bar{width:900px}}@media(min-width: 1280px){header.fct-header-regular .fct-nav-search.expanded .fct-nav-search-bar{height:65px}}header.fct-header-regular .fct-nav-search.expanded~.fct-content-overlay{opacity:1;visibility:visible}header.fct-header-regular nav.fct-interstitial-menu{position:absolute;padding:0 20px;height:51px;overflow-y:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch;background-color:var(--fct-color-background);top:50px;width:100%;transition:1s;border-bottom:1px solid #b8b8b8;display:none}html[dir=ltr] header.fct-header-regular nav.fct-interstitial-menu{text-align:left}html[dir=rtl] header.fct-header-regular nav.fct-interstitial-menu{text-align:right}@media(min-width: 1px){header.fct-header-regular nav.fct-interstitial-menu{display:block}}@media(min-width: 768px){header.fct-header-regular nav.fct-interstitial-menu{height:50px;border:0;padding-left:0;padding-right:0;width:calc(100% - 75px - 50px);overflow-y:hidden;overflow-x:auto;background-color:rgba(0,0,0,0);top:0}html[dir=ltr] header.fct-header-regular nav.fct-interstitial-menu{text-align:right;right:50px;left:auto}html[dir=rtl] header.fct-header-regular nav.fct-interstitial-menu{text-align:left;right:auto;left:50px}}@media(min-width: 1024px){header.fct-header-regular nav.fct-interstitial-menu{width:calc(77% - 150px - 50px)}}@media(min-width: 1280px){header.fct-header-regular nav.fct-interstitial-menu{height:65px}}header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list{display:inline-block;overflow:hidden;margin-top:18.5px}@media(min-width: 1280px){header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list{margin-top:26px}}header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li{margin:0 10px;padding:0;position:relative;display:block}html[dir=ltr] header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li{float:left}html[dir=rtl] header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li{float:right}@media(min-width: 1280px){header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li{margin:0 12px}}html[dir=ltr] header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li:first-child{margin-left:0}html[dir=rtl] header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li:first-child{margin-right:0}header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li a{font-size:13px;line-height:13px;color:var(--fct-color-text);font-weight:400;text-transform:uppercase;text-decoration:none;display:block;position:relative}@media screen and (min-width: 1280px){header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li a{font-size:13px;line-height:13px}}@media(max-width: 767px){header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li.current-menu-item a{color:var(--fct-color-primary-light)}}@media(min-width: 768px){header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li:hover a,header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li.current-menu-item a{padding:0 0 2px 0;border-bottom:3px solid var(--fct-color-primary-light)}}header.fct-header-regular nav.fct-interstitial-menu ul.fct-interstitial-menu-list>li ul.sub-menu{display:none}header.fct-header-regular .fct-header-overlay{opacity:0;visibility:hidden;position:absolute;width:100%;height:100%;background-color:rgba(255,255,255,.9);transition:1s;transform:translate3d(0, 0, 0)}header.fct-header-regular .fct-header-background{z-index:100}header.fct-header-regular .fct-header-title{z-index:200}header.fct-header-regular .fct-interstitial-menu{z-index:200}header.fct-header-regular .fct-client-logo{z-index:200}header.fct-header-regular .fct-custom-logo{z-index:501}header.fct-header-regular .fct-nav-logo{z-index:500}header.fct-header-regular .fct-nav-hamburger{z-index:500}header.fct-header-regular .fct-nav-search{z-index:1200}header.fct-header-regular .fct-nav-search .fct-nav-block-wrapper{z-index:100}header.fct-header-regular .fct-header-overlay{z-index:90}@media(min-width: 768px){header.fct-header-regular .fct-header-overlay{z-index:300}}header.fct-header-regular~div.fct-main-menu-wrapper{z-index:1100}@media(min-width: 768px){header.fct-header-regular~div.fct-main-menu-wrapper{z-index:1}}header.fct-header-regular~.fct-content-overlay{z-index:1300}header.fct-header-regular .fct-client-logo,header.fct-header-regular:not(.fct-header-has-custom-logo) .fct-custom-logo,header.fct-header-regular.fct-header-has-custom-logo .fct-nav-logo,header.fct-header-regular:not(.fct-header-has-main-logo) .fct-nav-logo,header.fct-header-regular:not(.fct-header-has-search) .fct-nav-search,header.fct-header-regular:not(.fct-header-has-main-nav) .fct-nav-hamburger,header.fct-header-regular:not(.fct-header-has-interstitial-nav) .fct-interstitial-menu,header.fct-header-regular:not(.fct-header-has-interstitial-nav) .fct-header-title{display:none}header.fct-header-regular~div.fct-main-menu-wrapper{position:fixed;width:100%;height:100%;top:0;background-color:var(--fct-color-grey-main-nav-bg);transition:1s;overflow:hidden;transform:translate3d(0, 50px, 0);backface-visibility:hidden;max-height:0;display:none}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper{left:0}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper{right:0}@media(min-width: 1px){header.fct-header-regular~div.fct-main-menu-wrapper{display:block}}@media(min-width: 768px){header.fct-header-regular~div.fct-main-menu-wrapper{top:0;width:350px;height:100%;max-height:100%;padding:50px 0;transform:translate3d(0, 0, 0)}header.fct-header-regular~div.fct-main-menu-wrapper:after{content:"";height:100%;width:8px;position:absolute;top:0}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper:after{right:0;background:linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%)}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper:after{left:0;background:linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%)}}header.fct-header-regular~div.fct-main-menu-wrapper nav.fct-main-menu{height:100%;overflow-y:scroll;overflow-x:hidden;position:relative}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper nav.fct-main-menu{padding-right:100px;margin-right:-100px;left:0}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper nav.fct-main-menu{padding-left:100px;margin-left:-100px;right:0}header.fct-header-regular~div.fct-main-menu-wrapper a{color:var(--fct-color-primary-dark);font-size:18px;line-height:24px;font-weight:300;outline:none}header.fct-header-regular~div.fct-main-menu-wrapper a span{overflow:hidden;display:block}header.fct-header-regular~div.fct-main-menu-wrapper ul{transition:transform .25s;position:absolute;width:100%}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper ul{left:0;transform:translate3d(100%, 0, 0);padding-right:100px}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper ul{right:0;transform:translate3d(-100%, 0, 0);padding-left:100px}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper ul.expanded{padding-left:0}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper ul.expanded{padding-right:0}header.fct-header-regular~div.fct-main-menu-wrapper ul.expanded>li:not(.parent){display:none}header.fct-header-regular~div.fct-main-menu-wrapper li{max-height:0;transition:max-height 0s .25s}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper li{padding-left:30px;margin-left:15px}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper li{padding-right:30px;margin-right:15px}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper li.parent{padding-left:0}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper li.parent{padding-right:0}header.fct-header-regular~div.fct-main-menu-wrapper li.current-menu-item{background-color:var(--fct-color-background);border-top:1px solid var(--fct-color-background);border-bottom:1px solid var(--fct-color-background);margin-bottom:-1px}header.fct-header-regular~div.fct-main-menu-wrapper li.current-menu-item>a{border-top:none}header.fct-header-regular~div.fct-main-menu-wrapper li:not(.parent):hover{background-color:#dfdfdf;border-top:1px solid var(--fct-color-background);border-bottom:1px solid var(--fct-color-background);margin-bottom:-1px}header.fct-header-regular~div.fct-main-menu-wrapper li:not(.parent):hover>a{border-top:none}header.fct-header-regular~div.fct-main-menu-wrapper li>a{display:block;border-top:1px solid var(--fct-color-background);position:relative}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper li>a{padding:12px 25px 12px 0;margin-right:25px}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper li>a{padding:12px 0 12px 25px;margin-left:25px}header.fct-header-regular~div.fct-main-menu-wrapper li.menu-item-has-children>a:after{font-family:"dotBCG-Icons";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:block;position:absolute;top:50%;transform:translate3d(0, -50%, 0)}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper li.menu-item-has-children>a:after{right:0}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper li.menu-item-has-children>a:after{left:0}header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu,header.fct-header-regular~div.fct-main-menu-wrapper li.parent>a{font-weight:700;display:block;font-size:16px;text-transform:uppercase;border-bottom:1px solid var(--fct-color-background)}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu,html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper li.parent>a{margin:0 25px 0 0;margin-bottom:-1px;padding:12px 0 12px 15px}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu,html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper li.parent>a{margin:0 0 0 25px;margin-bottom:-1px;padding:12px 15px 12px 0}header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu:after,header.fct-header-regular~div.fct-main-menu-wrapper li.parent>a:after{display:none}header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu+ul,header.fct-header-regular~div.fct-main-menu-wrapper li.parent>a+ul{transform:translate3d(0, 0, 0)}header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu{position:relative}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu{margin-left:15px}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu{margin-right:15px}header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu.parent.parent-back,header.fct-header-regular~div.fct-main-menu-wrapper li.parent.parent-back>a{color:var(--fct-color-grey-light)}header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu.parent.parent-back:before,header.fct-header-regular~div.fct-main-menu-wrapper li.parent.parent-back>a:before{font-family:"dotBCG-Icons";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:block;position:absolute;top:50%;transform:translate3d(0, -50%, 0);color:var(--fct-color-grey-light)}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu.parent.parent-back:before,html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper li.parent.parent-back>a:before{left:0}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu.parent.parent-back:before,html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper li.parent.parent-back>a:before{right:0}header.fct-header-regular~div.fct-main-menu-wrapper a.main-menu+ul>li,header.fct-header-regular~div.fct-main-menu-wrapper li.parent>ul>li{max-height:200px;transition:max-height 0s 0s}header.fct-header-regular~div.fct-main-menu-wrapper .fct-main-menu-controls{position:absolute;bottom:0;height:30px;box-shadow:0 3px 5px var(--fct-color-text);width:100%;background-color:var(--fct-color-grey-main-nav-bg);color:var(--fct-color-primary-dark)}header.fct-header-regular~div.fct-main-menu-wrapper .fct-main-menu-controls span{height:100%;display:block;padding:10px;width:50%;font-size:8px;text-align:center;cursor:pointer}html[dir=ltr] header.fct-header-regular~div.fct-main-menu-wrapper .fct-main-menu-controls span{float:left}html[dir=rtl] header.fct-header-regular~div.fct-main-menu-wrapper .fct-main-menu-controls span{float:right}header.fct-header-regular~div.fct-main-menu-wrapper .fct-main-menu-controls span:hover{background-color:rgba(0,0,0,.1)}header.fct-header-regular~div.fct-main-menu-wrapper .fct-main-menu-controls span.up{transform:rotateZ(180deg)}header.fct-header-regular~div.fct-main-menu-wrapper.expanded{max-height:calc(100% - 50px);padding:0 0 50px 0}@media(min-width: 768px){header.fct-header-regular~div.fct-main-menu-wrapper.expanded{padding:50px 0;max-height:100%;width:350px;height:100%}}header.fct-header-regular~.fct-content-overlay{opacity:0;visibility:hidden;position:fixed;width:100%;height:100%;background-color:rgba(255,255,255,.9);transition:1s;transform:translate3d(0, 0, 0)}header.fct-header-regular~.fct-content-overlay .fct-close-main-menu-wrapper{visibility:hidden;opacity:0;position:absolute;top:0;width:50px;height:50px;transition:1s;cursor:pointer}html[dir=ltr] header.fct-header-regular~.fct-content-overlay .fct-close-main-menu-wrapper{left:0}html[dir=rtl] header.fct-header-regular~.fct-content-overlay .fct-close-main-menu-wrapper{right:0}@media(min-width: 768px){header.fct-header-regular~.fct-content-overlay .fct-close-main-menu-wrapper{width:50px;height:50px}}@media(min-width: 1280px){header.fct-header-regular~.fct-content-overlay .fct-close-main-menu-wrapper{width:65px;height:65px}}header.fct-header-regular~.fct-content-overlay .fct-close-main-menu-wrapper .fct-close-main-menu{text-align:center;display:block;width:100%;height:100%;color:var(--fct-color-primary-dark);outline:none;text-decoration:none;transition:1s;position:relative}header.fct-header-regular~.fct-content-overlay .fct-close-main-menu-wrapper .fct-close-main-menu:hover{color:var(--fct-color-grey-extra)}header.fct-header-regular~.fct-content-overlay .fct-close-main-menu-wrapper .fct-close-main-menu .fct-close-main-menu-icon{position:relative;top:50%;transform:translate3d(0, -50%, 0)}header.fct-header-regular~.fct-content-overlay .fct-close-main-menu-wrapper .fct-close-main-menu .fct-close-main-menu-icon:before{font-family:"dotBCG-Icons";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:""}header.fct-header-regular~main{background-color:var(--fct-color-background);transform:translate3d(0, 0, 0);transition:transform 1s;position:relative}header.fct-header-regular~main{padding-top:50px}@media(min-width: 768px){header.fct-header-regular~main{z-index:1;padding-top:0}}header.fct-header-regular.fct-header-has-interstitial-nav~main{padding-top:100px}@media(min-width: 768px){header.fct-header-regular.fct-header-has-interstitial-nav~main{padding-top:50px}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-interstitial-nav~main{padding-top:65px}}header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child{padding-top:50px}@media(min-width: 768px){header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child{padding-top:101px}}@media(min-width: 1280px){header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child{padding-top:131px}}header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--top-bleed{margin-top:-50px}header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container{padding-top:50px !important}header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--top-bleed,header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--no-spacing-top,header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container{padding-top:0 !important}@media(min-width: 768px){header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container,header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container{padding-top:101px !important}}@media(min-width: 1280px){header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container,header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container{padding-top:131px !important}}header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container{padding-top:0 !important}@media(min-width: 768px){header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container{padding-top:0 !important}}@media(min-width: 1280px){header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container{padding-top:0 !important}}header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container{margin-top:-50px !important;padding-top:0 !important}@media(min-width: 768px){header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container{margin-top:0 !important;padding-top:0 !important}}@media(min-width: 1280px){header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container{padding-top:0 !important}}header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section{padding-top:50px !important}@media(min-width: 768px){header.fct-header-regular~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section{padding-top:0 !important}}@media(min-width: 768px){header.fct-header-regular.fct-header-nav-block-count-3~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child{padding-top:152px}}@media(min-width: 1280px){header.fct-header-regular.fct-header-nav-block-count-3~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child{padding-top:197px}}@media(min-width: 768px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child{padding-top:51px}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child{padding-top:66px}}header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--top-bleed{margin-top:-100px}@media(min-width: 768px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--top-bleed{margin-top:-50px}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--top-bleed{margin-top:-65px}}@media(min-width: 768px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container,header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container{padding-top:51px !important}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container,header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container{padding-top:66px !important}}@media(min-width: 768px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container{padding-top:0 !important}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container{padding-top:0 !important}}header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container{margin-top:-100px !important;padding-top:0 !important}@media(min-width: 768px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container{margin-top:-50px !important;padding-top:0 !important}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container{margin-top:-65px !important;padding-top:0 !important}}header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section:first-child{padding-top:100px !important}@media(min-width: 768px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section:first-child{padding-top:50px !important}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section:first-child{padding-top:65px !important}}header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section:not(:first-child){padding-top:100px !important}@media(min-width: 768px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section:not(:first-child){padding-top:50px !important}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section:not(:first-child){padding-top:65px !important}}@media(min-width: 768px){header.fct-header-regular.fct-header-has-interstitial-nav.fct-header-nav-block-count-3~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child{padding-top:102px}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-interstitial-nav.fct-header-nav-block-count-3~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child{padding-top:132px}}@media(min-width: 768px){header.fct-header-regular.fct-header-has-interstitial-nav .fct-header-background{display:block;background-color:var(--fct-color-background)}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-interstitial-nav .fct-header-background{height:65px}}html[dir=ltr] header.fct-header-regular.fct-header-has-main-nav .fct-nav-search{right:51px}html[dir=rtl] header.fct-header-regular.fct-header-has-main-nav .fct-nav-search{left:51px}@media(min-width: 768px){header.fct-header-regular.fct-header-has-main-nav .fct-nav-search{top:51px}html[dir=ltr] header.fct-header-regular.fct-header-has-main-nav .fct-nav-search{right:auto}html[dir=rtl] header.fct-header-regular.fct-header-has-main-nav .fct-nav-search{left:auto}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-main-nav .fct-nav-search{top:66px}}header.fct-header-regular.fct-header-has-main-nav:not(.fct-header-has-search) .fct-nav-hamburger{border-bottom:none;height:50px}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-main-nav:not(.fct-header-has-search) .fct-nav-hamburger{height:65px}}@media(min-width: 768px){header.fct-header-regular.fct-header-has-main-logo .fct-nav-hamburger{top:51px}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-main-logo .fct-nav-hamburger{top:66px}}@media(min-width: 768px){header.fct-header-regular.fct-header-has-main-logo .fct-nav-search{top:51px}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-main-logo .fct-nav-search{top:66px}}@media(min-width: 768px){header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav .fct-nav-search{top:102px}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav .fct-nav-search{top:132px}}header.fct-header-regular.fct-header-search-is-expanded .fct-header-overlay{opacity:1;visibility:visible}@media(min-width: 768px){html[dir=ltr] header.fct-header-regular.fct-header-menu-is-expanded{transform:translate3d(350px, 0, 0)}html[dir=rtl] header.fct-header-regular.fct-header-menu-is-expanded{transform:translate3d(-350px, 0, 0)}}@media(max-width: 767px){header.fct-header-regular.fct-header-menu-is-expanded .fct-nav-hamburger-wrapper{background-color:var(--fct-color-grey-main-nav-bg)}}@media(max-width: 767px){header.fct-header-regular.fct-header-menu-is-expanded .fct-nav-hamburger-icon{font-size:18px;display:inline-block;vertical-align:middle;color:var(--fct-color-primary)}html[dir=ltr] header.fct-header-regular.fct-header-menu-is-expanded .fct-nav-hamburger-icon{margin-left:-5px}html[dir=rtl] header.fct-header-regular.fct-header-menu-is-expanded .fct-nav-hamburger-icon{margin-right:-5px}header.fct-header-regular.fct-header-menu-is-expanded .fct-nav-hamburger-icon:before{content:""}}@media(min-width: 768px){header.fct-header-regular.fct-header-menu-is-expanded .fct-nav-logo,header.fct-header-regular.fct-header-menu-is-expanded .fct-nav-search,header.fct-header-regular.fct-header-menu-is-expanded .fct-nav-hamburger,header.fct-header-regular.fct-header-menu-is-expanded .fct-custom-logo{visibility:hidden;opacity:0}}@media(min-width: 768px){header.fct-header-regular.fct-header-menu-is-expanded~.fct-content-overlay{opacity:1;visibility:visible}html[dir=ltr] header.fct-header-regular.fct-header-menu-is-expanded~.fct-content-overlay{transform:translate3d(350px, 0, 0)}html[dir=rtl] header.fct-header-regular.fct-header-menu-is-expanded~.fct-content-overlay{transform:translate3d(-350px, 0, 0)}}@media(min-width: 768px){header.fct-header-regular.fct-header-menu-is-expanded~.fct-content-overlay .fct-close-main-menu-wrapper{visibility:visible;opacity:1}}@media(min-width: 768px){html[dir=ltr] header.fct-header-regular.fct-header-menu-is-expanded~main{transform:translate3d(350px, 0, 0)}html[dir=rtl] header.fct-header-regular.fct-header-menu-is-expanded~main{transform:translate3d(-350px, 0, 0)}}@media(min-width: 768px){html[dir=ltr] header.fct-header-regular.fct-header-menu-is-expanded~footer{transform:translate3d(350px, 0, 0)}html[dir=rtl] header.fct-header-regular.fct-header-menu-is-expanded~footer{transform:translate3d(-350px, 0, 0)}}@media(min-width: 768px){header.fct-header-regular.fct-header-menu-is-expanded~main.search.search-results{position:absolute}html[dir=ltr] header.fct-header-regular.fct-header-menu-is-expanded~main.search.search-results{transform:translate3d(350px, 0, 0)}html[dir=rtl] header.fct-header-regular.fct-header-menu-is-expanded~main.search.search-results{transform:translate3d(-350px, 0, 0)}}header.fct-header-regular.fct-header-menu-is-expanded~main.search.search-results~footer{display:none}@media screen\0 {header.fct-header-regular~main.search.search-results .fct-search-header,header.fct-header-regular~main.search.search-results .fct-search-header-bg{transition:1s}}@media screen\0  and (min-width: 768px){html[dir=ltr] header.fct-header-regular.fct-header-menu-is-expanded~main.search.search-results .fct-search-header,html[dir=ltr] header.fct-header-regular.fct-header-menu-is-expanded~main.search.search-results .fct-search-header-bg{transform:translate3d(350px, 0, 0)}html[dir=rtl] header.fct-header-regular.fct-header-menu-is-expanded~main.search.search-results .fct-search-header,html[dir=rtl] header.fct-header-regular.fct-header-menu-is-expanded~main.search.search-results .fct-search-header-bg{transform:translate3d(-350px, 0, 0)}}html{--fct-header-simple-height: 65px;--fct-header-simple-element-height: 50px;--fct-header-simple-element-height-large: 65px;--fct-header-simple-height-expanded: 100px;--fct-header-simple-height-expanded-lg: calc(var(--fct-header-simple-height) * 2);--fct-header-simple-transition-duration: 0.25s;--fct-header-simple-background-color: var(--fct-color-background)}header.fct-header-simple{position:fixed;height:0;width:100%;top:0;left:0;right:0;z-index:100;transform:translate3d(0, 0, 0);transition:var(--fct-header-simple-transition-duration)}header.fct-header-simple .fct-header-background{height:var(--fct-header-simple-height);position:absolute;top:0;left:0;right:0;transition:var(--fct-header-simple-transition-duration)}@media(min-width: 1280px){header.fct-header-simple .fct-header-background{height:var(--fct-header-simple-height)}}header.fct-header-simple .fct-nav-block-wrapper{display:flex;justify-content:center;align-items:center;vertical-align:middle;width:100%;height:100%;color:var(--fct-header-simple-background-color);outline:none;text-decoration:none;transition:var(--fct-header-simple-transition-duration);position:relative}header.fct-header-simple .fct-nav-block-wrapper:before{content:"";vertical-align:middle;display:inline-block;height:var(--fct-header-simple-element-height)}@media(min-width: 1280px){header.fct-header-simple .fct-nav-block-wrapper:before{height:var(--fct-header-simple-element-height-large)}}header.fct-header-simple .fct-custom-logo{position:absolute;left:0;right:auto;top:0;height:var(--fct-header-simple-height);transition:var(--fct-header-simple-transition-duration)}@media(min-width: 1280px){header.fct-header-simple .fct-custom-logo{height:var(--fct-header-simple-height)}}header.fct-header-simple .fct-custom-logo a{height:100%;width:auto;display:block}header.fct-header-simple .fct-custom-logo img{height:100%;width:auto;display:block}header.fct-header-simple .fct-nav-hamburger{width:var(--fct-header-simple-element-height);height:var(--fct-header-simple-element-height);position:absolute;right:0;top:calc((var(--fct-header-simple-height) - var(--fct-header-simple-element-height))/2)}@media(min-width: 1024px){header.fct-header-simple .fct-nav-hamburger{display:none}}header.fct-header-simple .fct-nav-hamburger .fct-nav-hamburger-icon{font-size:14px;display:inline-block;vertical-align:middle;margin-left:-5px}header.fct-header-simple .fct-nav-search{width:var(--fct-header-simple-element-height);height:var(--fct-header-simple-height);position:absolute;right:0}@media(min-width: 1024px){header.fct-header-simple .fct-nav-search{top:0;right:var(--fct-header-simple-element-height)}}@media(min-width: 1280px){header.fct-header-simple .fct-nav-search{width:var(--fct-header-simple-element-height-large);right:var(--fct-header-simple-element-height-large)}}header.fct-header-simple .fct-nav-search .fct-header-search-icon{font-size:17px;vertical-align:middle;display:inline-block;margin-left:-4px}@media(min-width: 1280px){header.fct-header-simple .fct-nav-search .fct-header-search-icon{font-size:22px}}header.fct-header-simple .fct-nav-search .fct-nav-search-bar{position:fixed;top:var(--fct-header-simple-height);left:0;right:0;width:100%;height:0;background-color:var(--fct-color-grey-main-nav-bg);transition:var(--fct-header-simple-transition-duration);overflow:hidden;padding:0 20px}@media(min-width: 1024px){header.fct-header-simple .fct-nav-search .fct-nav-search-bar{padding:0 var(--fct-header-simple-element-height)}}@media(min-width: 1280px){header.fct-header-simple .fct-nav-search .fct-nav-search-bar{padding:0 var(--fct-header-simple-element-height-large);top:var(--fct-header-simple-height)}}header.fct-header-simple .fct-nav-search .fct-nav-search-bar form{width:100%;height:100%}header.fct-header-simple .fct-nav-search .fct-nav-search-bar input#fct-nav-search-bar-input{position:relative;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,0);border:none;color:var(--fct-color-grey-dark);font-size:20px;outline:0;padding:0;width:calc(100% - 140px);font-weight:400;font-family:var(--fct-body-font);display:inline-block;float:left}@media(min-width: 1280px){header.fct-header-simple .fct-nav-search .fct-nav-search-bar input#fct-nav-search-bar-input{font-size:28px}}header.fct-header-simple .fct-nav-search .fct-nav-search-bar button{background-color:rgba(0,0,0,0);border:1px solid var(--fct-color-grey-light);color:var(--fct-color-grey-light);font-size:12px;line-height:normal;margin:0;padding:5px 0;text-transform:uppercase;font-weight:300;width:100px;top:50%;transform:translateY(-50%);position:relative;display:block;float:right}header.fct-header-simple .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close{display:none}header.fct-header-simple .fct-nav-search.expanded .fct-header-search-icon{font-size:18px;display:inline-block;vertical-align:middle;margin-left:-5px}header.fct-header-simple .fct-nav-search.expanded .fct-header-search-icon:before{content:""}header.fct-header-simple .fct-nav-search.expanded .fct-nav-search-bar{width:100%;height:var(--fct-header-simple-element-height)}@media(min-width: 1280px){header.fct-header-simple .fct-nav-search.expanded .fct-nav-search-bar{height:var(--fct-header-simple-element-height-large)}}header.fct-header-simple .fct-header-overlay{opacity:0;visibility:hidden;position:absolute;width:100%;height:100%;background-color:rgba(255,255,255,.9);transition:var(--fct-header-simple-transition-duration);transform:translate3d(0, 0, 0)}header.fct-header-simple .fct-header-overlay{z-index:100}header.fct-header-simple .fct-header-background{z-index:200}header.fct-header-simple .fct-client-logo{z-index:300}header.fct-header-simple .fct-nav-logo{z-index:300}header.fct-header-simple .fct-custom-logo{z-index:310}header.fct-header-simple .fct-nav-hamburger{z-index:300}header.fct-header-simple .fct-nav-search{z-index:300}header.fct-header-simple .fct-nav-search .fct-nav-block-wrapper{z-index:100}header.fct-header-simple~div.fct-main-menu-wrapper{z-index:1100}header.fct-header-simple:not(.fct-header-has-custom-logo) .fct-custom-logo,header.fct-header-simple .fct-client-logo,header.fct-header-simple .fct-nav-logo,header.fct-header-simple:not(.fct-header-has-search) .fct-nav-search,header.fct-header-simple .fct-interstitial-menu,header.fct-header-simple .fct-header-title,header.fct-header-simple~.fct-content-overlay{display:none}@media(min-width: 1024px){header.fct-header-simple~.fct-main-menu-wrapper{pointer-events:none}header.fct-header-simple~.fct-main-menu-wrapper .fct-main-menu{display:flex;justify-content:flex-end}header.fct-header-simple~.fct-main-menu-wrapper ul li{transition:var(--fct-header-simple-transition-duration)}header.fct-header-simple~.fct-main-menu-wrapper ul li>a{padding:10px 20px;width:100%;display:block;position:relative;transition:var(--fct-header-simple-transition-duration)}}@media(max-width: 1023px){header.fct-header-simple~div.fct-main-menu-wrapper{position:fixed;display:block;width:100%;height:100%;top:0;left:0;background-color:var(--fct-color-grey-main-nav-bg);transition:var(--fct-header-simple-transition-duration);overflow:hidden;-ms-overflow-style:none;transform:translate3d(0, var(--fct-header-simple-height), 0);backface-visibility:hidden;max-height:0}header.fct-header-simple~div.fct-main-menu-wrapper nav.fct-main-menu{height:100%;overflow-y:auto;overflow-x:hidden;position:relative;padding-right:100px;margin-right:-100px;left:0}header.fct-header-simple~div.fct-main-menu-wrapper a{color:var(--fct-color-primary-dark);font-size:18px;line-height:24px;font-weight:300;outline:none}header.fct-header-simple~div.fct-main-menu-wrapper ul{transition:transform .25s;position:absolute;width:100%;left:0;transform:translate3d(100%, 0, 0);padding-right:100px}header.fct-header-simple~div.fct-main-menu-wrapper ul.expanded{padding-left:0}header.fct-header-simple~div.fct-main-menu-wrapper ul.expanded>li:not(.parent){display:none}header.fct-header-simple~div.fct-main-menu-wrapper li{max-height:0;transition:max-height 0s .25s;padding-left:30px;margin-left:15px}header.fct-header-simple~div.fct-main-menu-wrapper li.parent{padding-left:0}header.fct-header-simple~div.fct-main-menu-wrapper li.current-menu-item{background-color:var(--fct-header-simple-background-color);border-top:1px solid var(--fct-header-simple-background-color);border-bottom:1px solid var(--fct-header-simple-background-color);margin-bottom:-1px}header.fct-header-simple~div.fct-main-menu-wrapper li.current-menu-item>a{border-top:none}header.fct-header-simple~div.fct-main-menu-wrapper li:not(.parent):hover{background-color:#dfdfdf;border-top:1px solid var(--fct-header-simple-background-color);border-bottom:1px solid var(--fct-header-simple-background-color);margin-bottom:-1px}header.fct-header-simple~div.fct-main-menu-wrapper li:not(.parent):hover>a{border-top:none}header.fct-header-simple~div.fct-main-menu-wrapper li>a{display:block;border-top:1px solid var(--fct-header-simple-background-color);position:relative}html[dir=ltr] header.fct-header-simple~div.fct-main-menu-wrapper li>a{padding:12px 25px 12px 0;margin-right:25px}html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper li>a{padding:12px 0 12px 25px;margin-left:25px}header.fct-header-simple~div.fct-main-menu-wrapper li.menu-item-has-children>a:after{font-family:"dotBCG-Icons";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:block;position:absolute;top:50%;transform:translate3d(0, -50%, 0);right:0}header.fct-header-simple~div.fct-main-menu-wrapper a.main-menu,header.fct-header-simple~div.fct-main-menu-wrapper li.parent>a{font-weight:700;display:block;font-size:16px;padding:12px 0 12px 15px;margin:0 25px -1px 0;text-transform:uppercase;border-bottom:1px solid var(--fct-header-simple-background-color)}header.fct-header-simple~div.fct-main-menu-wrapper a.main-menu:after,header.fct-header-simple~div.fct-main-menu-wrapper li.parent>a:after{display:none}header.fct-header-simple~div.fct-main-menu-wrapper a.main-menu+ul,header.fct-header-simple~div.fct-main-menu-wrapper li.parent>a+ul{transform:translate3d(0, 0, 0)}header.fct-header-simple~div.fct-main-menu-wrapper a.main-menu{position:relative;margin-left:15px}header.fct-header-simple~div.fct-main-menu-wrapper a.main-menu.parent.parent-back,header.fct-header-simple~div.fct-main-menu-wrapper li.parent.parent-back>a{color:var(--fct-color-grey-light);padding-left:15px}header.fct-header-simple~div.fct-main-menu-wrapper a.main-menu.parent.parent-back:before,header.fct-header-simple~div.fct-main-menu-wrapper li.parent.parent-back>a:before{font-family:"dotBCG-Icons";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:block;position:absolute;top:50%;transform:translate3d(0, -50%, 0);color:var(--fct-color-grey-light)}html[dir=ltr] header.fct-header-simple~div.fct-main-menu-wrapper a.main-menu.parent.parent-back:before,html[dir=ltr] header.fct-header-simple~div.fct-main-menu-wrapper li.parent.parent-back>a:before{left:0}html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper a.main-menu.parent.parent-back:before,html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper li.parent.parent-back>a:before{right:0}header.fct-header-simple~div.fct-main-menu-wrapper a.main-menu+ul>li,header.fct-header-simple~div.fct-main-menu-wrapper li.parent>ul>li{max-height:200px;transition:max-height 0s 0s}header.fct-header-simple~div.fct-main-menu-wrapper .fct-main-menu-controls{position:absolute;bottom:0;height:30px;box-shadow:0 3px 5px var(--fct-color-text);width:100%;background-color:var(--fct-color-grey-main-nav-bg);color:var(--fct-color-primary-dark)}header.fct-header-simple~div.fct-main-menu-wrapper .fct-main-menu-controls span{height:100%;display:block;padding:10px;width:50%;font-size:8px;float:left;text-align:center;cursor:pointer}html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper .fct-main-menu-controls span{float:right}header.fct-header-simple~div.fct-main-menu-wrapper .fct-main-menu-controls span:hover{background-color:rgba(0,0,0,.1)}header.fct-header-simple~div.fct-main-menu-wrapper .fct-main-menu-controls span.up{transform:rotateZ(180deg)}header.fct-header-simple~div.fct-main-menu-wrapper.expanded{max-height:calc(100% - var(--fct-header-simple-height));padding:var(--fct-header-simple-element-height) 0}}@media(min-width: 1024px){header.fct-header-simple~div.fct-main-menu-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;transform:translate3d(0, 0, 0);max-height:var(--fct-header-simple-height);padding:0;background-color:rgba(0,0,0,0);transition:max-height var(--fct-header-simple-transition-duration),background-color 0s var(--fct-header-simple-transition-duration),right 0s var(--fct-header-simple-transition-duration)}}@media(min-width: 1024px)and (min-width: 1280px){header.fct-header-simple~div.fct-main-menu-wrapper{max-height:var(--fct-header-simple-height)}}@media(min-width: 1024px){header.fct-header-simple~div.fct-main-menu-wrapper a.main-menu{display:none}header.fct-header-simple~div.fct-main-menu-wrapper ul li.menu-item-has-children>a:before{font-family:"dotBCG-Icons";font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";font-size:10px;display:block;height:10px;line-height:10px;position:absolute;top:50%;transform:translateY(-50%);transition:var(--fct-header-simple-transition-duration)}html[dir=ltr] header.fct-header-simple~div.fct-main-menu-wrapper ul li.menu-item-has-children>a:before{right:10px}html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper ul li.menu-item-has-children>a:before{left:10px}header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list{height:var(--fct-header-simple-height);visibility:visible;opacity:1;text-align:right;pointer-events:auto;transition:padding-right 0s var(--fct-header-simple-transition-duration)}html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list{text-align:left}}@media(min-width: 1024px)and (min-width: 1280px){header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list{height:var(--fct-header-simple-height)}}@media(min-width: 1024px){html[dir=ltr] header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list{padding-right:var(--fct-header-simple-element-height)}html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list{padding-left:var(--fct-header-simple-element-height)}}@media(min-width: 1024px)and (min-width: 1280px){html[dir=ltr] header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list{padding-right:var(--fct-header-simple-element-height-large)}html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list{padding-left:var(--fct-header-simple-element-height-large)}}@media(min-width: 1024px){header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li{height:100%;padding-top:5px;display:inline-block;text-align:left}html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li{text-align:right}header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li>a{text-transform:uppercase;text-decoration:none;color:var(--fct-color-primary-light);font-weight:700;display:inline-block;transition:var(--fct-header-simple-transition-duration);width:auto;float:left;padding:0 10px;transform:translateY(-50%);top:50%;position:relative;line-height:1em;font-size:16px}html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li>a{float:right}html[dir=ltr] header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li.menu-item-has-children>a{padding-right:35px}html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li.menu-item-has-children>a{padding-left:35px}header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li.menu-item-has-children>a:before{transform:translateY(-50%)}header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li.menu-item-has-children.parent>a:before{transform:translateY(-50%) rotateX(180deg)}header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li.current-menu-item,header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li.current-menu-ancestor{border-top:5px solid var(--fct-color-primary-light);padding-top:0}header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li.current-menu-item.menu-item-has-children>a:before,header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li.current-menu-ancestor.menu-item-has-children>a:before{transform:translateY(-50%)}header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li.current-menu-item.menu-item-has-children.parent>a:before,header.fct-header-simple~div.fct-main-menu-wrapper ul.fct-main-menu-list>li.current-menu-ancestor.menu-item-has-children.parent>a:before{transform:translateY(-50%) rotateX(180deg)}header.fct-header-simple~div.fct-main-menu-wrapper.current-menu-item>ul,header.fct-header-simple~div.fct-main-menu-wrapper.current-menu-ancestor>ul{transform:translate3D(-50%, -5px, 0)}html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper.current-menu-item>ul,html[dir=rtl] header.fct-header-simple~div.fct-main-menu-wrapper.current-menu-ancestor>ul{transform:translate3D(50%, -5px, 0)}header.fct-header-simple~div.fct-main-menu-wrapper .fct-main-menu-controls{display:none !important}html[dir=ltr] header.fct-header-simple.fct-header-has-search~div.fct-main-menu-wrapper .fct-main-menu-list{padding-right:0}html[dir=rtl] header.fct-header-simple.fct-header-has-search~div.fct-main-menu-wrapper .fct-main-menu-list{padding-left:0}html[dir=ltr] header.fct-header-simple.fct-header-has-search~div.fct-main-menu-wrapper.expanded{right:0}html[dir=rtl] header.fct-header-simple.fct-header-has-search~div.fct-main-menu-wrapper.expanded{left:0}header.fct-header-simple.fct-header-has-search~div.fct-main-menu-wrapper.expanded .fct-main-menu-list{transition:padding-right 0s}html[dir=ltr] header.fct-header-simple.fct-header-has-search~div.fct-main-menu-wrapper.expanded .fct-main-menu-list{padding-right:calc(var(--fct-header-simple-element-height)*2)}html[dir=rtl] header.fct-header-simple.fct-header-has-search~div.fct-main-menu-wrapper.expanded .fct-main-menu-list{padding-left:calc(var(--fct-header-simple-element-height)*2)}}@media(min-width: 1024px)and (min-width: 1280px){html[dir=ltr] header.fct-header-simple.fct-header-has-search~div.fct-main-menu-wrapper.expanded .fct-main-menu-list{padding-right:calc(var(--fct-header-simple-element-height-large)*2)}html[dir=rtl] header.fct-header-simple.fct-header-has-search~div.fct-main-menu-wrapper.expanded .fct-main-menu-list{padding-left:calc(var(--fct-header-simple-element-height-large)*2)}}header.fct-header-simple~main{padding-top:var(--fct-header-simple-height)}@media(min-width: 1024px){header.fct-header-simple~main{padding-top:var(--fct-header-simple-height)}}@media(min-width: 1280px){header.fct-header-simple~main{padding-top:var(--fct-header-simple-height)}}header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container{padding-top:calc(var(--fct-header-simple-height)*1.5)}@media(min-width: 1024px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container{padding-top:calc(var(--fct-header-simple-height)*1.5)}}@media(min-width: 1280px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container{padding-top:calc(var(--fct-header-simple-height)*1.5)}}header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-stacked-container{padding-top:var(--fct-header-simple-height)}@media(min-width: 1024px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-stacked-container{padding-top:var(--fct-header-simple-height)}}@media(min-width: 1280px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-stacked-container{padding-top:var(--fct-header-simple-height)}}header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--top-bleed,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--top-bleed{margin-top:calc(-1*var(--fct-header-simple-height))}@media(min-width: 1024px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--top-bleed,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--top-bleed{margin-top:calc(-1*var(--fct-header-simple-height))}}@media(min-width: 1280px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--top-bleed,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--top-bleed{margin-top:calc(-1*var(--fct-header-simple-height))}}header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--top-bleed,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--no-spacing-top,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--top-bleed,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--no-spacing-top,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-carousel-container{padding-top:0}@media(min-width: 1024px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--top-bleed,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--no-spacing-top,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--top-bleed,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--no-spacing-top,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-carousel-container{padding-top:0}}@media(min-width: 1280px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--top-bleed,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--no-spacing-top,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--top-bleed,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--no-spacing-top,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-carousel-container{padding-top:0}}header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container{margin-top:calc(-1*var(--fct-header-simple-height));padding-top:0}@media(min-width: 1024px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container{margin-top:calc(-1*var(--fct-header-simple-height));padding-top:0}}@media(min-width: 1280px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container{margin-top:calc(-1*var(--fct-header-simple-height));padding-top:0}}header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container .fct-panels-section{padding-top:var(--fct-header-simple-height)}@media(min-width: 1024px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container .fct-panels-section{padding-top:var(--fct-header-simple-height)}}@media(min-width: 1280px){header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section,header.fct-header-simple~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container .fct-panels-section{padding-top:var(--fct-header-simple-height)}}@media(min-width: 1024px){header.fct-header-simple.fct-header-simple-green~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a{color:var(--fct-header-simple-background-color)}header.fct-header-simple.fct-header-simple-green~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a:before{color:var(--fct-header-simple-background-color)}}@media(min-width: 1024px){header.fct-header-simple.fct-header-simple-green~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-item,header.fct-header-simple.fct-header-simple-green~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-ancestor{border-top-color:var(--fct-color-primary-light)}}@media(min-width: 1024px){header.fct-header-simple.fct-header-simple-white~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a{color:var(--fct-color-grey)}header.fct-header-simple.fct-header-simple-white~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a:before{color:var(--fct-color-grey)}}@media(min-width: 1024px){header.fct-header-simple.fct-header-simple-white~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-item,header.fct-header-simple.fct-header-simple-white~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-ancestor{border-top-color:var(--fct-color-primary-light)}}header.fct-header-simple:not(.fct-header-bg-dynamic).fct-header-simple-green .fct-nav-block-wrapper,header.fct-header-simple.trigger-dynamic.fct-header-simple-green .fct-nav-block-wrapper{color:var(--fct-header-simple-background-color)}header.fct-header-simple:not(.fct-header-bg-dynamic).fct-header-simple-green .fct-header-background,header.fct-header-simple.trigger-dynamic.fct-header-simple-green .fct-header-background{background-color:var(--fct-color-primary)}header.fct-header-simple:not(.fct-header-bg-dynamic).fct-header-simple-white .fct-nav-block-wrapper,header.fct-header-simple.trigger-dynamic.fct-header-simple-white .fct-nav-block-wrapper{color:var(--fct-color-primary)}header.fct-header-simple:not(.fct-header-bg-dynamic).fct-header-simple-white .fct-header-background,header.fct-header-simple.trigger-dynamic.fct-header-simple-white .fct-header-background{background-color:var(--fct-header-simple-background-color)}@media(min-width: 1024px){header.fct-header-simple.fct-header-height-dynamic .fct-custom-logo{height:var(--fct-header-simple-height-expanded);width:auto}}@media(min-width: 1280px){header.fct-header-simple.fct-header-height-dynamic .fct-custom-logo{height:var(--fct-header-simple-height-expanded-lg)}}@media(min-width: 1024px){header.fct-header-simple.fct-header-height-dynamic:not(.trigger-dynamic) .fct-header-background{height:var(--fct-header-simple-height-expanded)}}@media(min-width: 1280px){header.fct-header-simple.fct-header-height-dynamic:not(.trigger-dynamic) .fct-header-background{height:var(--fct-header-simple-height-expanded-lg)}}@media(min-width: 1024px){header.fct-header-simple.fct-header-height-dynamic.trigger-dynamic .fct-custom-logo,header.fct-header-simple.fct-header-height-dynamic.fct-header-search-is-expanded .fct-custom-logo{height:var(--fct-header-simple-height)}}@media(min-width: 1280px){header.fct-header-simple.fct-header-height-dynamic.trigger-dynamic .fct-custom-logo,header.fct-header-simple.fct-header-height-dynamic.fct-header-search-is-expanded .fct-custom-logo{height:var(--fct-header-simple-height)}}header.fct-header-simple.fct-header-height-dynamic~main{padding-top:var(--fct-header-simple-height)}@media(min-width: 1024px){header.fct-header-simple.fct-header-height-dynamic~main{padding-top:var(--fct-header-simple-height-expanded)}}@media(min-width: 1280px){header.fct-header-simple.fct-header-height-dynamic~main{padding-top:var(--fct-header-simple-height-expanded-lg)}}header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container{padding-top:calc(var(--fct-header-simple-height)*1.5)}@media(min-width: 1024px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container{padding-top:calc(var(--fct-header-simple-height)*.5)}}@media(min-width: 1280px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container{padding-top:calc(var(--fct-header-simple-height)*.5)}}header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-stacked-container{padding-top:var(--fct-header-simple-height)}@media(min-width: 1024px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-stacked-container{padding-top:0}}@media(min-width: 1280px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-stacked-container{padding-top:0}}header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--no-spacing-top,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--no-spacing-top{padding-top:0}@media(min-width: 1024px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--no-spacing-top,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--no-spacing-top{padding-top:0}}@media(min-width: 1280px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--no-spacing-top,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-grid-container--no-spacing-top{padding-top:0}}header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-carousel-container{padding-top:0}@media(min-width: 1024px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-carousel-container{padding-top:0}}@media(min-width: 1280px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-carousel-container{padding-top:0}}header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container{margin-top:calc(-1*var(--fct-header-simple-height));padding-top:0}@media(min-width: 1024px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container{margin-top:calc(-1*var(--fct-header-simple-height-expanded));padding-top:0}}@media(min-width: 1280px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container{margin-top:calc(-1*var(--fct-header-simple-height-expanded-lg));padding-top:0}}header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container .fct-panels-section{padding-top:var(--fct-header-simple-height)}@media(min-width: 1024px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container .fct-panels-section{padding-top:var(--fct-header-simple-height-expanded)}}@media(min-width: 1280px){header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section,header.fct-header-simple.fct-header-height-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container .fct-panels-section{padding-top:var(--fct-header-simple-height-expanded-lg)}}header.fct-header-simple.fct-header-bg-dynamic:not(.trigger-dynamic).fct-header-bg-dynamic-light .fct-nav-block-wrapper{color:var(--fct-header-simple-background-color)}@media(min-width: 1024px){header.fct-header-simple.fct-header-bg-dynamic:not(.trigger-dynamic).fct-header-bg-dynamic-light~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a{color:var(--fct-header-simple-background-color)}}@media(min-width: 1024px){header.fct-header-simple.fct-header-bg-dynamic:not(.trigger-dynamic).fct-header-bg-dynamic-light~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-item,header.fct-header-simple.fct-header-bg-dynamic:not(.trigger-dynamic).fct-header-bg-dynamic-light~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-ancestor{border-top-color:var(--fct-color-primary-light)}}header.fct-header-simple.fct-header-bg-dynamic:not(.trigger-dynamic).fct-header-bg-dynamic-dark .fct-nav-block-wrapper{color:var(--fct-color-primary-dark)}@media(min-width: 1024px){header.fct-header-simple.fct-header-bg-dynamic:not(.trigger-dynamic).fct-header-bg-dynamic-dark~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a{color:var(--fct-color-primary-dark)}}@media(min-width: 1024px){header.fct-header-simple.fct-header-bg-dynamic:not(.trigger-dynamic).fct-header-bg-dynamic-dark~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-item,header.fct-header-simple.fct-header-bg-dynamic:not(.trigger-dynamic).fct-header-bg-dynamic-dark~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-ancestor{border-top-color:var(--fct-color-primary-light)}}header.fct-header-simple.fct-header-bg-dynamic.fct-header-search-is-expanded.fct-header-simple-green .fct-header-background,header.fct-header-simple.fct-header-bg-dynamic.fct-header-menu-is-expanded.fct-header-simple-green .fct-header-background{background-color:var(--fct-color-primary)}header.fct-header-simple.fct-header-bg-dynamic.fct-header-search-is-expanded.fct-header-simple-green .fct-nav-block-wrapper,header.fct-header-simple.fct-header-bg-dynamic.fct-header-menu-is-expanded.fct-header-simple-green .fct-nav-block-wrapper{color:var(--fct-header-simple-background-color)}@media(min-width: 1024px){header.fct-header-simple.fct-header-bg-dynamic.fct-header-search-is-expanded.fct-header-simple-green~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a,header.fct-header-simple.fct-header-bg-dynamic.fct-header-menu-is-expanded.fct-header-simple-green~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a{color:var(--fct-header-simple-background-color)}}@media(min-width: 1024px){header.fct-header-simple.fct-header-bg-dynamic.fct-header-search-is-expanded.fct-header-simple-green~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-item,header.fct-header-simple.fct-header-bg-dynamic.fct-header-search-is-expanded.fct-header-simple-green~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-ancestor,header.fct-header-simple.fct-header-bg-dynamic.fct-header-menu-is-expanded.fct-header-simple-green~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-item,header.fct-header-simple.fct-header-bg-dynamic.fct-header-menu-is-expanded.fct-header-simple-green~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-ancestor{border-top-color:var(--fct-color-primary-light)}}header.fct-header-simple.fct-header-bg-dynamic.fct-header-search-is-expanded.fct-header-simple-white .fct-header-background,header.fct-header-simple.fct-header-bg-dynamic.fct-header-menu-is-expanded.fct-header-simple-white .fct-header-background{background-color:var(--fct-header-simple-background-color)}header.fct-header-simple.fct-header-bg-dynamic.fct-header-search-is-expanded.fct-header-simple-white .fct-nav-block-wrapper,header.fct-header-simple.fct-header-bg-dynamic.fct-header-menu-is-expanded.fct-header-simple-white .fct-nav-block-wrapper{color:var(--fct-color-primary)}@media(min-width: 1024px){header.fct-header-simple.fct-header-bg-dynamic.fct-header-search-is-expanded.fct-header-simple-white~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a,header.fct-header-simple.fct-header-bg-dynamic.fct-header-menu-is-expanded.fct-header-simple-white~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a{color:var(--fct-color-grey)}}@media(min-width: 1024px){header.fct-header-simple.fct-header-bg-dynamic.fct-header-search-is-expanded.fct-header-simple-white~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-item,header.fct-header-simple.fct-header-bg-dynamic.fct-header-search-is-expanded.fct-header-simple-white~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-ancestor,header.fct-header-simple.fct-header-bg-dynamic.fct-header-menu-is-expanded.fct-header-simple-white~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-item,header.fct-header-simple.fct-header-bg-dynamic.fct-header-menu-is-expanded.fct-header-simple-white~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-ancestor{border-top-color:var(--fct-color-primary-light)}}header.fct-header-simple.fct-header-bg-dynamic~main{padding-top:0}header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child,header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container{padding-top:calc(var(--fct-header-simple-height)*2.5)}header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-stacked-container,header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-stacked-container{padding-top:calc(var(--fct-header-simple-height)*2)}header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-hero-banner-container,header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-hero-banner-container{padding-top:var(--fct-header-simple-height)}header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-container,header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-banner-carousel-container,header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-container,header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-banner-carousel-container{padding-top:0}header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container,header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container{margin-top:0;padding-top:0}header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-panels-container .fct-panels-section,header.fct-header-simple.fct-header-bg-dynamic~main>.fct-grid-container-wrapper:first-child>.fct-c-background:first-child+.fct-grid-container.fct-panels-container .fct-panels-section{padding-top:var(--fct-header-simple-height)}header.fct-header-simple.fct-header-has-main-nav .fct-nav-search{right:var(--fct-header-simple-element-height)}@media(min-width: 1280px){header.fct-header-simple.fct-header-has-main-nav .fct-nav-search{right:var(--fct-header-simple-element-height-large)}}header.fct-header-simple.fct-header-has-search~div.fct-main-menu-wrapper{right:calc(var(--fct-header-simple-element-height)*2)}@media(min-width: 1280px){header.fct-header-simple.fct-header-has-search~div.fct-main-menu-wrapper{right:calc(var(--fct-header-simple-element-height-large)*2)}}header.fct-header-simple.fct-header-search-is-expanded .fct-header-overlay{opacity:1;visibility:visible}header.fct-header-simple.fct-header-menu-is-expanded .fct-nav-hamburger .fct-nav-hamburger-icon{font-size:18px;display:inline-block;vertical-align:middle;margin-left:-5px}@media(min-width: 1024px){header.fct-header-simple.fct-header-menu-is-expanded~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a,header.fct-header-simple.fct-header-menu-is-expanded~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li>a:before{color:var(--fct-color-grey) !important}header.fct-header-simple.fct-header-menu-is-expanded~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-item,header.fct-header-simple.fct-header-menu-is-expanded~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.current-menu-ancestor{border-top-color:rgba(0,0,0,0) !important}header.fct-header-simple.fct-header-menu-is-expanded~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.parent>a,header.fct-header-simple.fct-header-menu-is-expanded~div.fct-main-menu-wrapper nav.fct-main-menu>ul>li.parent>a:before{color:var(--fct-color-primary) !important}}@media(min-width: 1024px){header.fct-header-simple.fct-header-simple--flyout~.fct-main-menu-wrapper .fct-simple-header-flyout{padding:10px;top:65px;background-color:#575757;margin-left:-20px;position:absolute;visibility:hidden;opacity:0;transition:opacity .15s linear}header.fct-header-simple.fct-header-simple--flyout~.fct-main-menu-wrapper .fct-simple-header-flyout a{font-size:16px;color:#fff}header.fct-header-simple.fct-header-simple--flyout~.fct-main-menu-wrapper .fct-simple-header-flyout a:hover{color:#b7b7b7}header.fct-header-simple.fct-header-simple--flyout~.fct-main-menu-wrapper .fct-simple-header-flyout a:before{display:none}header.fct-header-simple.fct-header-simple--flyout~.fct-main-menu-wrapper .fct-simple-header-flyout ul.sub-menu{display:none}header.fct-header-simple.fct-header-simple--flyout~.fct-main-menu-wrapper li.menu-item:hover .fct-simple-header-flyout{visibility:visible;opacity:1}}@media(min-width: 1024px){header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper{overflow:hidden}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper .menu-item:not(.parent) .sub-menu{display:none}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu li{display:block}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu{transition:var(--fct-header-simple-transiton-duration)}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu li{border-bottom:1px solid var(--fct-color-background)}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu li>a,header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu li>a:before{color:var(--fct-color-grey-dark)}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu li:last-child{border-bottom:none}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu li.parent{background:var(--fct-color-primary-light)}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu li.parent>a,header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu li.parent>a:before{color:var(--fct-color-background) !important}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu li.menu-item-has-children>a:before{transform:translateY(-50%) rotateZ(-90deg)}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu li.current-menu-item,header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.sub-menu li.current-menu-parent{font-weight:700}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.fct-main-menu-list>li>ul.sub-menu{width:80%;position:absolute;top:100px}html[dir=ltr] header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.fct-main-menu-list>li>ul.sub-menu{left:10%}html[dir=rtl] header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.fct-main-menu-list>li>ul.sub-menu{right:10%}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.fct-main-menu-list>li>ul.sub-menu>li{width:33.3333333333%}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.fct-main-menu-list>li>ul.sub-menu>li>a{text-transform:uppercase;color:var(--fct-color-primary-light);font-weight:400}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.fct-main-menu-list>li>ul.sub-menu>li>a:before{color:var(--fct-color-primary-light)}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.fct-main-menu-list>li>ul.sub-menu>li>ul.sub-menu{width:66.6666666667%;position:absolute;top:0;left:33.3333333333%}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.fct-main-menu-list>li>ul.sub-menu>li>ul.sub-menu>li{width:50%}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper ul.fct-main-menu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu{width:50%;position:absolute;top:0;left:50%}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper li.expanded>ul{visibility:visible;opacity:1}header.fct-header-simple.fct-header-simple--mega-menu~div.fct-main-menu-wrapper.expanded{max-height:100%;padding:0 0 var(--fct-header-simple-element-height) 0;overflow-y:auto;background-color:var(--fct-color-grey-main-nav-bg);right:0;transition:max-height var(--fct-header-simple-transiton-duration),overflow-y 0s var(--fct-header-simple-transiton-duration)}}body.is-footer-covered{padding-bottom:0 !important}body.is-footer-covered main{border-bottom:none}body.is-footer-covered .fct-footer-container{background:none}body.is-footer-covered .fct-footer-container.fct-color-scheme.dark .fct-footer-menu-wrapper{border-top-color:var(--fct-color-grey-light)}body.is-footer-covered .fct-footer-container.fct-color-scheme.dark .fct-footer-menu-item,body.is-footer-covered .fct-footer-container.fct-color-scheme.dark .cookie a{color:var(--fct-color-grey-light-extra)}body.is-footer-covered .fct-footer-container.fct-color-scheme.light-green .fct-footer-menu-wrapper{border-top-color:var(--fct-color-background)}body.is-footer-covered .fct-footer-container.fct-color-scheme.light-green .fct-footer-menu-item,body.is-footer-covered .fct-footer-container.fct-color-scheme.light-green .cookie a{color:var(--fct-color-background)}body.is-footer-covered .fct-footer-container.fct-color-scheme.light-grey .fct-footer-menu-wrapper{border-top-color:var(--fct-color-grey-light)}body.is-footer-covered .fct-footer-container.fct-color-scheme.light-grey .fct-footer-menu-item,body.is-footer-covered .fct-footer-container.fct-color-scheme.light-grey .cookie a{color:var(--fct-color-grey-light)}body{height:auto;min-height:100%;position:relative;padding-bottom:230px}body>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed{margin-bottom:-231px}body[data-footer-logos-count="1"]{padding-bottom:330px}body[data-footer-logos-count="1"]>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed{margin-bottom:-331px}body[data-footer-logos-count="2"]{padding-bottom:430px}body[data-footer-logos-count="2"]>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed{margin-bottom:-431px}body[data-footer-logos-count="3"]{padding-bottom:530px}body[data-footer-logos-count="3"]>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed{margin-bottom:-531px}@media(min-width: 768px){body{padding-bottom:80px}body>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed{margin-bottom:-81px}body[data-footer-logos-count="1"],body[data-footer-logos-count="2"],body[data-footer-logos-count="3"]{padding-bottom:180px}body[data-footer-logos-count="1"]>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed,body[data-footer-logos-count="2"]>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed,body[data-footer-logos-count="3"]>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed{margin-bottom:-181px}}@media(min-width: 1024px){body{padding-bottom:55px}body>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed{margin-bottom:-56px}body[data-footer-logos-count="1"],body[data-footer-logos-count="2"],body[data-footer-logos-count="3"]{padding-bottom:155px}body[data-footer-logos-count="1"]>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed,body[data-footer-logos-count="2"]>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed,body[data-footer-logos-count="3"]>main>.fct-grid-container-wrapper:first-child>.fct-grid-container:first-child.fct-grid-container--bottom-bleed{margin-bottom:-156px}}.fct-footer-container{position:absolute;left:0;right:0;bottom:0;transition:1s;transform:translate3d(0, 0, 0);padding-bottom:20px;background-color:#fff;z-index:1}html[dir=ltr] .fct-footer-container .row{margin-right:calc(-1*var(--fct-grid-gutter)/2);margin-left:calc(-1*var(--fct-grid-gutter)/2);padding-right:0;padding-left:0}html[dir=rtl] .fct-footer-container .row{margin-right:calc(-1*var(--fct-grid-gutter)/2);margin-left:calc(-1*var(--fct-grid-gutter)/2);padding-right:0;padding-left:0}.fct-footer-container .row.fct-footer-logos{text-align:center}@media(min-width: 768px){.fct-footer-container .fct-footer-logo{width:33.3333333333%;float:none;display:inline-block}}.fct-footer-container .fct-footer-logo .fct-footer-logo-wrapper{border-top:1px solid rgba(180,180,180,.6);text-align:center;padding:20px 0;height:101px}.fct-footer-container .fct-footer-logo .fct-footer-logo-wrapper img{max-width:96%;max-height:60px;display:block;margin:auto}.fct-footer-container .fct-footer-menu{text-align:center}@media(min-width: 1024px){.fct-footer-container .fct-footer-menu{text-align:left}html[dir=rtl] .fct-footer-container .fct-footer-menu{text-align:right}}.fct-footer-container .fct-footer-menu .fct-footer-menu-wrapper{border-top:1px solid rgba(180,180,180,.6);padding-top:6px}@media(min-width: 768px){.fct-footer-container .fct-footer-menu .fct-footer-menu-wrapper{min-height:74px}}@media(min-width: 1024px){.fct-footer-container .fct-footer-menu .fct-footer-menu-wrapper{min-height:inherit;padding-top:7px}}.fct-footer-container .fct-footer-menu .fct-footer-menu-item{font-size:14px;line-height:19px;font-weight:300;-webkit-font-smoothing:antialiased;display:inline-block;margin-top:10px;margin-left:8px;margin-right:8px;color:var(--fct-color-grey);text-decoration:none}.fct-footer-container .fct-footer-menu .fct-footer-menu-item.copyright{display:block}.fct-footer-container .fct-footer-menu .fct-footer-menu-item.cookie a{color:var(--fct-color-grey)}.fct-footer-container .fct-footer-menu .fct-footer-menu-item.cookie a:focus{outline:none}@media(min-width: 620px){.fct-footer-container .fct-footer-menu .fct-footer-menu-item{display:inline-block;margin-top:0}html[dir=ltr] .fct-footer-container .fct-footer-menu .fct-footer-menu-item{margin-right:18px}html[dir=rtl] .fct-footer-container .fct-footer-menu .fct-footer-menu-item{margin-left:18px}.fct-footer-container .fct-footer-menu .fct-footer-menu-item.copyright{display:inline-block}html[dir=ltr] .fct-footer-container .fct-footer-menu .fct-footer-menu-item:last-child{margin-right:0}html[dir=rtl] .fct-footer-container .fct-footer-menu .fct-footer-menu-item:last-child{margin-left:0}}.fct-panels-section-container .fct-footer-container{background:none}.fct-panels-section-container.fct-color-scheme.dark .fct-footer-container .fct-footer-menu .fct-footer-menu-item,.fct-panels-section-container.fct-color-scheme.dark .fct-footer-container .fct-footer-menu .cookie a,.fct-panels-section-container.fct-color-scheme.light-green .fct-footer-container .fct-footer-menu .fct-footer-menu-item,.fct-panels-section-container.fct-color-scheme.light-green .fct-footer-container .fct-footer-menu .cookie a,.fct-panels-section-container.fct-color-scheme.light-grey .fct-footer-container .fct-footer-menu .fct-footer-menu-item,.fct-panels-section-container.fct-color-scheme.light-grey .fct-footer-container .fct-footer-menu .cookie a{color:rgba(180,180,180,.8)}img.fct-content-image-bleed-left,img.fct-content-image-bleed-right{width:calc(50% - var(--fct-grid-gutter)/2);max-width:100vw;height:auto;margin-bottom:var(--fct-grid-gutter);transition:opacity 250ms linear;opacity:0}html[dir=ltr] img.fct-content-image-bleed-left{float:left;margin-right:var(--fct-grid-gutter)}html[dir=rtl] img.fct-content-image-bleed-left{float:right;margin-left:var(--fct-grid-gutter)}html[dir=ltr] img.fct-content-image-bleed-right{float:right;margin-left:var(--fct-grid-gutter)}html[dir=rtl] img.fct-content-image-bleed-right{float:left;margin-right:var(--fct-grid-gutter)}.fct-content-container img.alignnone,.fct-content-container img.alignleft,.fct-content-container img.alignright,.fct-content-container img.aligncenter{max-width:100%;height:auto;margin-bottom:var(--fct-grid-gutter)}.fct-content-container img.alignnone[src$=".svg"],.fct-content-container img.alignleft[src$=".svg"],.fct-content-container img.alignright[src$=".svg"],.fct-content-container img.aligncenter[src$=".svg"]{width:100%}.fct-content-container img.alignleft{float:left;margin-right:var(--fct-grid-gutter)}.fct-content-container img.alignleft[src$=".svg"]{width:33%}.fct-content-container img.alignright{float:right;margin-left:var(--fct-grid-gutter)}.fct-content-container img.alignright[src$=".svg"]{width:33%}img[src$=".gif"],img[src$=".png"]{image-rendering:crisp-edges}.fct-c-picture,.fct-c-picture .fct-c-picture__source{width:100%;height:auto}.fct-c-picture__source{vertical-align:middle}.fct-c-picture--size-auto,.fct-c-picture--size-auto .fct-c-picture__source,.fct-c-picture--size-contain,.fct-c-picture--size-contain .fct-c-picture__source,.fct-c-picture--size-cover,.fct-c-picture--size-cover .fct-c-picture__source,.fct-c-picture--size-stretch,.fct-c-picture--size-stretch .fct-c-picture__source{width:100%;height:100%}.fct-c-picture--size-contain,.fct-c-picture--size-contain .fct-c-picture__source{object-fit:contain}.fct-c-picture--size-cover,.fct-c-picture--size-cover .fct-c-picture__source{object-fit:cover}.fct-c-picture--position-top-right,.fct-c-picture--position-top-right .fct-c-picture__source{object-position:top right}.fct-c-picture--position-top-left,.fct-c-picture--position-top-left .fct-c-picture__source{object-position:top left}.fct-c-picture--position-top-center,.fct-c-picture--position-top-center .fct-c-picture__source{object-position:top center}body.error404 main.error404 h1,body.error404 main.error404 .fct-content-blockquote-left p,.fct-content-blockquote-left body.error404 main.error404 p,body.error404 main.error404 .fct-content-blockquote-full p,.fct-content-blockquote-full body.error404 main.error404 p,body.error404 main.error404 .fct-content-blockquote-right p,.fct-content-blockquote-right body.error404 main.error404 p,.fct-deepmode-layer-content main.error404 h1,.fct-deepmode-layer-content main.error404 .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-deepmode-layer-content main.error404 p,.fct-deepmode-layer-content main.error404 .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-deepmode-layer-content main.error404 p,.fct-deepmode-layer-content main.error404 .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-deepmode-layer-content main.error404 p{text-align:center;color:var(--fct-color-primary);font-size:92px}body.error404 main.error404 h2,body.error404 main.error404 p,.fct-deepmode-layer-content main.error404 h2,.fct-deepmode-layer-content main.error404 p{text-align:center}body.error404 footer .fct-footer-logos,.fct-deepmode-layer-content footer .fct-footer-logos{display:none}.fct-c-background-container{position:absolute;top:0;bottom:0;left:0;right:0}div[data-background] .fct-c-background-container{z-index:-100}div[data-background] div[data-background] .fct-c-background-container{z-index:-90}div[data-background] div[data-background] div[data-background] .fct-c-background-container{z-index:-80}div[data-background] div[data-background] div[data-background] div[data-background] .fct-c-background-container{z-index:-70}.fct-background-container-data-holder{position:relative}.fct-deepmode-layer.show .fct-grid-row-wrapper{z-index:100}.fct-deepmode-layer.show div[data-background] .fct-c-background-container{z-index:10}.fct-deepmode-layer.show div[data-background] div[data-background] .fct-c-background-container{z-index:20}.fct-deepmode-layer.show div[data-background] div[data-background] div[data-background] .fct-c-background-container{z-index:30}.fct-deepmode-layer.show div[data-background] div[data-background] div[data-background] div[data-background] .fct-c-background-container{z-index:40}.fct-c-background{position:absolute;top:0;width:100%;height:100%;overflow:hidden;pointer-events:none;transition:opacity .3s ease-in-out,background-color .3s ease-in-out}.fct-c-background .fct-c-background__video,.fct-c-background .fct-c-background__image{width:100%;height:100%;border-radius:.1px;position:absolute;top:0;left:0}.fct-c-background.is-loading{background:var(--fct-color-image-background) !important}.fct-c-background .video-js{visibility:hidden;width:100%;height:100%}.fct-c-background iframe{visibility:hidden;width:100%;height:100%}.is-ie .fct-c-background-container{left:0}.is-ie [class^=col-]>.fct-c-background{margin-left:0}.fct-filter-settings-container{transition:.25s}.fct-filter-settings-container .row{height:50px}.fct-filter-settings-container a{color:var(--fct-color-grey-dark);position:relative;padding:0 20px;height:50px;display:inline-block;transition:.25s;float:left;cursor:pointer}.fct-color-scheme.dark .fct-filter-settings-container a{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-filter-settings-container a{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-filter-settings-container a{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-filter-settings-container a{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-filter-settings-container a{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-filter-settings-container a{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-filter-settings-container a{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-filter-settings-container a{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-filter-settings-container a{color:var(--fct-color-grey-dark)}html[dir=rtl] .fct-filter-settings-container a{float:right}.fct-filter-settings-container a i,.fct-filter-settings-container a span{position:relative;top:50%;transform:translateY(-50%);display:block;float:left;font-size:17px;line-height:17px;height:17px}html[dir=rtl] .fct-filter-settings-container a i,html[dir=rtl] .fct-filter-settings-container a span{float:right}.fct-filter-settings-container a.fct-filter-settings-toggle span{font-style:italic}html[dir=ltr] .fct-filter-settings-container a.fct-filter-settings-toggle span{margin-left:10px}html[dir=rtl] .fct-filter-settings-container a.fct-filter-settings-toggle span{margin-right:10px}.fct-filter-settings-container a.fct-filter-settings-clear{transition:.25s;opacity:0;visibility:hidden}.fct-filter-settings-container a.fct-filter-settings-clear span{font-style:italic}html[dir=ltr] .fct-filter-settings-container a.fct-filter-settings-clear span{margin-right:10px}html[dir=rtl] .fct-filter-settings-container a.fct-filter-settings-clear span{margin-left:10px}.fct-filter-settings-container a.fct-filter-settings-clear.show{opacity:1;visibility:visible}.fct-filter-filters-container{transition:.25s}.fct-filter-filters-container ul.fct-filter-filters:before,.fct-filter-filters-container ul.fct-filter-filters:after{content:" ";display:table}.fct-filter-filters-container ul.fct-filter-filters:after{clear:both}.fct-filter-filters-container ul.fct-filter-filters-group:before,.fct-filter-filters-container ul.fct-filter-filters-group:after{content:" ";display:table}.fct-filter-filters-container ul.fct-filter-filters-group:after{clear:both}@media(min-width: 768px){.fct-filter-filters-container .fct-filter-filters.fct-filter-filters-count-4 .fct-filter-filter{width:25%}}.fct-filter-filters-container li.fct-filter-filter{height:0;width:50%;overflow:hidden;opacity:0;visibility:hidden;display:block;transition:height .25s linear .25s,opacity .25s linear 0s,visibility .25s linear 0s;position:relative}html[dir=ltr] .fct-filter-filters-container li.fct-filter-filter{float:left;padding-right:40px}html[dir=rtl] .fct-filter-filters-container li.fct-filter-filter{float:right;padding-left:40px}@media(min-width: 768px){.fct-filter-filters-container li.fct-filter-filter{width:33.3333333333%}}.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-checkbox .fct-filter-checkbox{position:relative;top:50%;transform:translateY(-50%);vertical-align:top;display:inline-block;width:15px;height:15px;background:var(--fct-color-background);color:var(--fct-color-primary);cursor:pointer}html[dir=ltr] .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-checkbox .fct-filter-checkbox{float:left;margin-right:5px}html[dir=rtl] .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-checkbox .fct-filter-checkbox{float:right;margin-left:5px}.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-checkbox .fct-filter-label{position:relative;top:50%;transform:translateY(-50%);vertical-align:top;display:inline-block;font-size:14px;line-height:19px;color:var(--fct-color-grey);width:calc(100% - 20px);cursor:pointer;float:left}html[dir=rtl] .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-checkbox .fct-filter-label{float:right}.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-checkbox.active .fct-filter-checkbox:before{display:block;position:relative;top:-1px;font-size:16px}.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-checkbox.disabled:not(.active) .fct-filter-label{opacity:.4;cursor:default}.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-interstitial-footer-container i:before,.fct-interstitial-footer-container .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group i:before,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-panels-button-next,.fct-filter-filters-container body.search-results .fct-search-header .searchform .fct-search-filters li.fct-filter-filter.fct-filter-filter-group label span,body.search-results .fct-search-header .searchform .fct-search-filters .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group label span,.fct-filter-filters-container body.search-no-results .fct-search-header .searchform .fct-search-filters li.fct-filter-filter.fct-filter-filter-group label span,body.search-no-results .fct-search-header .searchform .fct-search-filters .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group label span,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav>.close,.fct-fullsizemedia-layer .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-fullsizemedia-layer-nav>.close,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-modal-outlet-nav-close,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-deepmode-layer .fct-deepmode-layer-nav>.back,.fct-deepmode-layer .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-deepmode-layer-nav>.back,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-deepmode-layer .fct-deepmode-layer-nav>.close,.fct-deepmode-layer .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-deepmode-layer-nav>.close,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .flickity-prev-next-button,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon,header.fct-header-regular .fct-nav-logo .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-nav-logo-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group header.fct-header-regular .fct-nav-hamburger .fct-nav-hamburger-icon,header.fct-header-regular .fct-nav-hamburger .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-nav-hamburger-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group header.fct-header-regular .fct-nav-search .fct-header-search-icon,header.fct-header-regular .fct-nav-search .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-header-search-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close,header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-nav-search-bar-close,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group header.fct-header-simple .fct-nav-hamburger .fct-nav-hamburger-icon,header.fct-header-simple .fct-nav-hamburger .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-nav-hamburger-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group header.fct-header-simple .fct-nav-search .fct-header-search-icon,header.fct-header-simple .fct-nav-search .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-header-search-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-filter-settings-container a.fct-filter-settings-toggle i,.fct-filter-settings-container a.fct-filter-settings-toggle .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group i,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-filter-settings-container a.fct-filter-settings-clear i,.fct-filter-settings-container a.fct-filter-settings-clear .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group i{position:absolute;top:50%;transform:translateY(-50%);display:block;color:var(--fct-color-grey-dark);cursor:pointer;font-size:9px;transition:.25s}.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-filter-label{position:absolute;top:50%;transform:translateY(-50%);display:block;font-size:14px;line-height:19px;color:var(--fct-color-grey-dark);cursor:pointer;text-transform:uppercase;font-weight:700;transition:.25s}html[dir=ltr] .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-filter-label{padding-left:25px}html[dir=rtl] .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-filter-label{padding-right:25px}.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-interstitial-footer-container i:before,.fct-interstitial-footer-container .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded i:before,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-panels-button-next,.fct-filter-filters-container body.search-results .fct-search-header .searchform .fct-search-filters li.fct-filter-filter.fct-filter-filter-group.expanded label span,body.search-results .fct-search-header .searchform .fct-search-filters .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded label span,.fct-filter-filters-container body.search-no-results .fct-search-header .searchform .fct-search-filters li.fct-filter-filter.fct-filter-filter-group.expanded label span,body.search-no-results .fct-search-header .searchform .fct-search-filters .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded label span,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav>.close,.fct-fullsizemedia-layer .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-fullsizemedia-layer-nav>.close,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-modal-outlet-nav-close,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-deepmode-layer .fct-deepmode-layer-nav>.back,.fct-deepmode-layer .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-deepmode-layer-nav>.back,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-deepmode-layer .fct-deepmode-layer-nav>.close,.fct-deepmode-layer .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-deepmode-layer-nav>.close,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .flickity-prev-next-button,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded header.fct-header-regular .fct-nav-logo .fct-nav-logo-icon,header.fct-header-regular .fct-nav-logo .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-nav-logo-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded header.fct-header-regular .fct-nav-hamburger .fct-nav-hamburger-icon,header.fct-header-regular .fct-nav-hamburger .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-nav-hamburger-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded header.fct-header-regular .fct-nav-search .fct-header-search-icon,header.fct-header-regular .fct-nav-search .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-header-search-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-nav-search-bar-close,header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-nav-search-bar-close,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded header.fct-header-simple .fct-nav-hamburger .fct-nav-hamburger-icon,header.fct-header-simple .fct-nav-hamburger .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-nav-hamburger-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded header.fct-header-simple .fct-nav-search .fct-header-search-icon,header.fct-header-simple .fct-nav-search .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-header-search-icon,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-filter-settings-container a.fct-filter-settings-toggle i,.fct-filter-settings-container a.fct-filter-settings-toggle .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded i,.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-filter-settings-container a.fct-filter-settings-clear i,.fct-filter-settings-container a.fct-filter-settings-clear .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded i{transform:translateY(-50%) rotateZ(180deg) translateY(1px);color:var(--fct-color-primary)}.fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group.expanded .fct-filter-label{color:var(--fct-color-primary)}.fct-filter-expanded .fct-filter-settings-container a.fct-filter-settings-toggle{background-color:var(--fct-color-grey-main-nav-bg);color:var(--fct-color-grey) !important}.fct-filter-expanded .fct-filter-filters-container{background-color:#ebebeb;transition:background-color .25s linear 0s}.fct-filter-expanded .fct-filter-filters-container ul.fct-filter-filters li.fct-filter-filter{height:50px;opacity:1;visibility:visible;transition:height .25s linear 0s,opacity .25s linear .25s,visibility .25s linear .25s}.fct-filter-expanded .fct-filter-filters-container ul.fct-filter-filters-group.expanded li.fct-filter-filter{height:50px;opacity:1;visibility:visible;transition:height .25s linear 0s,opacity .25s linear .25s,visibility .25s linear .25s}.fct-filter-expanded .fct-filter-items{margin-top:20px;transition:margin-top .25s}.fct-filters-active .fct-filter-filters-container{background-color:#ebebeb;transition:background-color .25s linear 0s}.fct-filter-item-hidden{display:none}@media(max-width: 768px){.fct-filter-expanded .fct-filter-filters-container .fct-filter-filters{display:flex;flex-direction:column}.fct-filter-expanded .fct-filter-filters-container .fct-filter-filters .fct-filter-filter{width:100%;padding-right:0;padding-left:20px}.fct-filter-expanded .fct-filter-filters-container .fct-filter-filters-group.expanded .fct-filter-filter{width:100% !important;padding-right:20px !important;padding-left:20px !important;padding-bottom:20px !important;display:flex !important;height:auto !important}.fct-filter-expanded .fct-filter-filters-container .fct-filter-filters-group.expanded .fct-filter-filter:first-child{padding-top:10px !important}.fct-filter-expanded .fct-filter-filters-container .fct-filter-filters-group.expanded .fct-filter-label{top:0 !important;transform:none !important}.fct-filter-expanded .fct-filter-filters-container .fct-filter-filters-group.expanded .fct-filter-checkbox{top:2px !important;transform:none !important}}.fct-grid-row-wrapper .fct-filter-expanded .fct-filter-filters-container .fct-filter-filters{display:flex;flex-direction:column}.fct-grid-row-wrapper .fct-filter-expanded .fct-filter-filters-container .fct-filter-filters .fct-filter-filter{width:100%;padding-right:0;padding-left:20px}.fct-grid-row-wrapper .fct-filter-expanded .fct-filter-filters-container .fct-filter-filters-group.expanded .fct-filter-filter{width:100% !important;padding-right:20px !important;padding-left:20px !important;padding-bottom:20px !important;display:flex !important;height:auto !important}.fct-grid-row-wrapper .fct-filter-expanded .fct-filter-filters-container .fct-filter-filters-group.expanded .fct-filter-filter:first-child{padding-top:10px !important}.fct-grid-row-wrapper .fct-filter-expanded .fct-filter-filters-container .fct-filter-filters-group.expanded .fct-filter-label{top:0 !important;transform:none !important}.fct-grid-row-wrapper .fct-filter-expanded .fct-filter-filters-container .fct-filter-filters-group.expanded .fct-filter-checkbox{top:2px !important;transform:none !important}@media(min-width: 768px){.fct-grid-row-wrapper .fct-filter-settings-clear.show{display:flex;flex-direction:row-reverse;align-items:center;width:107px;background-color:#ebebeb;padding-right:0;position:absolute}.fct-grid-row-wrapper .fct-filter-settings-clear.show span{margin-right:0 !important;margin-left:10px !important;font-size:14px;height:auto}.fct-grid-row-wrapper .fct-filter-settings-clear.show i{font-size:15px}.fct-grid-row-wrapper .fct-filter-settings-clear.show span,.fct-grid-row-wrapper .fct-filter-settings-clear.show i{top:0 !important;transform:none !important}}.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container{background-color:rgba(255,255,255,.15)}.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .fct-icon.icon-filters-carrot,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-filter-label,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-checkbox .fct-filter-label,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .fct-icon.icon-filters-carrot,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .fct-interstitial-footer-container i.icon-filters-carrot:before,.fct-interstitial-footer-container .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container i.icon-filters-carrot:before,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-panels-button-next,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container body.search-results .fct-search-header .searchform .fct-search-filters li label span.icon-filters-carrot,body.search-results .fct-search-header .searchform .fct-search-filters li label .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container span.icon-filters-carrot,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container body.search-no-results .fct-search-header .searchform .fct-search-filters li label span.icon-filters-carrot,body.search-no-results .fct-search-header .searchform .fct-search-filters li label .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container span.icon-filters-carrot,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav>.icon-filters-carrot.close,.fct-fullsizemedia-layer .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .fct-fullsizemedia-layer-nav>.icon-filters-carrot.close,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-modal-outlet-nav-close,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .fct-deepmode-layer .fct-deepmode-layer-nav>.icon-filters-carrot.back,.fct-deepmode-layer .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .fct-deepmode-layer-nav>.icon-filters-carrot.back,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .fct-deepmode-layer .fct-deepmode-layer-nav>.icon-filters-carrot.close,.fct-deepmode-layer .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .fct-deepmode-layer-nav>.icon-filters-carrot.close,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.flickity-prev-next-button,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container header.fct-header-regular .fct-nav-logo .icon-filters-carrot.fct-nav-logo-icon,header.fct-header-regular .fct-nav-logo .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-nav-logo-icon,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container header.fct-header-regular .fct-nav-hamburger .icon-filters-carrot.fct-nav-hamburger-icon,header.fct-header-regular .fct-nav-hamburger .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-nav-hamburger-icon,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container header.fct-header-regular .fct-nav-search .icon-filters-carrot.fct-header-search-icon,header.fct-header-regular .fct-nav-search .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-header-search-icon,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container header.fct-header-regular .fct-nav-search .fct-nav-search-bar .icon-filters-carrot.fct-nav-search-bar-close,header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-nav-search-bar-close,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container header.fct-header-simple .fct-nav-hamburger .icon-filters-carrot.fct-nav-hamburger-icon,header.fct-header-simple .fct-nav-hamburger .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-nav-hamburger-icon,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container header.fct-header-simple .fct-nav-search .icon-filters-carrot.fct-header-search-icon,header.fct-header-simple .fct-nav-search .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-header-search-icon,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .fct-filter-settings-container a.fct-filter-settings-toggle i.icon-filters-carrot,.fct-filter-settings-container a.fct-filter-settings-toggle .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container i.icon-filters-carrot,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container .fct-filter-settings-container a.fct-filter-settings-clear i.icon-filters-carrot,.fct-filter-settings-container a.fct-filter-settings-clear .fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container i.icon-filters-carrot,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-filter-label,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-checkbox .fct-filter-label,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .fct-icon.icon-filters-carrot,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .fct-interstitial-footer-container i.icon-filters-carrot:before,.fct-interstitial-footer-container .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container i.icon-filters-carrot:before,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-panels-button-next,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container body.search-results .fct-search-header .searchform .fct-search-filters li label span.icon-filters-carrot,body.search-results .fct-search-header .searchform .fct-search-filters li label .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container span.icon-filters-carrot,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container body.search-no-results .fct-search-header .searchform .fct-search-filters li label span.icon-filters-carrot,body.search-no-results .fct-search-header .searchform .fct-search-filters li label .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container span.icon-filters-carrot,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav>.icon-filters-carrot.close,.fct-fullsizemedia-layer .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .fct-fullsizemedia-layer-nav>.icon-filters-carrot.close,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-modal-outlet-nav-close,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .fct-deepmode-layer .fct-deepmode-layer-nav>.icon-filters-carrot.back,.fct-deepmode-layer .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .fct-deepmode-layer-nav>.icon-filters-carrot.back,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .fct-deepmode-layer .fct-deepmode-layer-nav>.icon-filters-carrot.close,.fct-deepmode-layer .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .fct-deepmode-layer-nav>.icon-filters-carrot.close,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.flickity-prev-next-button,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container header.fct-header-regular .fct-nav-logo .icon-filters-carrot.fct-nav-logo-icon,header.fct-header-regular .fct-nav-logo .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-nav-logo-icon,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container header.fct-header-regular .fct-nav-hamburger .icon-filters-carrot.fct-nav-hamburger-icon,header.fct-header-regular .fct-nav-hamburger .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-nav-hamburger-icon,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container header.fct-header-regular .fct-nav-search .icon-filters-carrot.fct-header-search-icon,header.fct-header-regular .fct-nav-search .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-header-search-icon,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container header.fct-header-regular .fct-nav-search .fct-nav-search-bar .icon-filters-carrot.fct-nav-search-bar-close,header.fct-header-regular .fct-nav-search .fct-nav-search-bar .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-nav-search-bar-close,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container header.fct-header-simple .fct-nav-hamburger .icon-filters-carrot.fct-nav-hamburger-icon,header.fct-header-simple .fct-nav-hamburger .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-nav-hamburger-icon,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container header.fct-header-simple .fct-nav-search .icon-filters-carrot.fct-header-search-icon,header.fct-header-simple .fct-nav-search .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .icon-filters-carrot.fct-header-search-icon,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .fct-filter-settings-container a.fct-filter-settings-toggle i.icon-filters-carrot,.fct-filter-settings-container a.fct-filter-settings-toggle .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container i.icon-filters-carrot,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container .fct-filter-settings-container a.fct-filter-settings-clear i.icon-filters-carrot,.fct-filter-settings-container a.fct-filter-settings-clear .fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container i.icon-filters-carrot,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-group .fct-filter-label,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-filters-container li.fct-filter-filter.fct-filter-filter-checkbox .fct-filter-label{color:#fff}.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-toggle.is-clear-open,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-toggle.is-clear-open,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-settings-toggle.is-clear-open{display:none}.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-toggle,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-clear.show,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-toggle,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-clear.show,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-settings-toggle,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-settings-clear.show{background-color:rgba(255,255,255,.15)}.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-toggle i,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-toggle span,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-clear.show i,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-clear.show span,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-toggle i,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-toggle span,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-clear.show i,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey).fct-filter-expanded .fct-filter-settings-clear.show span,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-settings-toggle i,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-settings-toggle span,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-settings-clear.show i,.fct-color-scheme.dark.fct-filter-expanded .fct-filter-settings-clear.show span{color:#fff}.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-color-scheme:not(.light-green):not(.light-grey) .fct-filter-settings-clear,.fct-color-scheme.dark .fct-color-scheme:not(.light-green):not(.light-grey) .fct-filter-settings-clear,.fct-color-scheme.dark .fct-filter-settings-clear{transition:visibility 0s}.fct-incremental-list-item-hidden,.fct-featured-list--style_3 .fct-featured-list-item.fct-incremental-list-item-hidden{display:none}.fct-incremental-list-assets{clear:left;overflow:hidden;margin-top:var(--fct-gutter);border-top-color:var(--fct-color-grey-light-extra);border-top-style:solid;border-top-width:1px}.fct-color-scheme.dark .fct-incremental-list-assets{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.dark .fct-incremental-list-assets{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-incremental-list-assets{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-green .fct-incremental-list-assets{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-green .fct-incremental-list-assets{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-incremental-list-assets{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-grey .fct-incremental-list-assets{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-grey .fct-incremental-list-assets{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-incremental-list-assets{border-top-color:var(--fct-color-grey-light-extra)}.fct-regular-list:not(.fct-grid-item-container) .fct-incremental-list-assets{border-top:none;margin-top:0}.fct-incremental-list-assets-button{margin-top:23px;margin-bottom:23px}.fct-incremental-list-assets-spinner{height:60px;margin-top:15px;margin-bottom:16px;width:100%;position:relative}.fct-incremental-list-assets-spinner:before{width:60px;height:60px;margin-top:-30px}html[dir=ltr] .fct-incremental-list-assets-spinner:before{margin-left:-30px}html[dir=rtl] .fct-incremental-list-assets-spinner:before{margin-right:-30px}.fct-incremental-list-assets-spinner:after{width:54px;height:54px;margin-top:-27px;margin-left:-27px}.fct-cta-link{font-size:calc(16px*var(--fct-body-font-size-multiplier));line-height:calc(24px*var(--fct-body-line-height-multiplier));color:var(--fct-color-primary-light);position:relative;vertical-align:middle;display:inline-block;min-height:60px;padding:15px 0 15px 0;font-family:var(--fct-cta-font);font-weight:var(--fct-cta-font-weight)}@media screen and (min-width: 768px){.fct-cta-link{font-size:calc(18px*var(--fct-body-font-size-multiplier));line-height:calc(27px*var(--fct-body-line-height-multiplier))}}.fct-color-scheme.dark .fct-cta-link{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-cta-link{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-cta-link{color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-cta-link{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-green .fct-cta-link{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-cta-link{color:var(--fct-color-primary)}.fct-color-scheme.light-grey .fct-cta-link{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-grey .fct-cta-link{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-cta-link{color:var(--fct-color-primary)}.fct-cta-link .fct-cta-link__icon{font-size:24px;line-height:24px;position:absolute;top:50%;transform:translateY(-50%);vertical-align:middle;display:inline-block}@media screen and (min-width: 768px){.fct-cta-link .fct-cta-link__icon{font-size:24px;line-height:27px}}.fct-cta-link .fct-cta-link__text{vertical-align:text-top;display:inline-block;text-transform:var(--fct-cta-text-transform);padding-left:34px}.fct-cta-link .fct-cta-link__text:before{vertical-align:middle;content:"";display:inline-block;height:100%}.fct-cta-link--featured{color:var(--fct-color-primary-light);width:100%;min-height:0;padding:0;line-height:1em}.fct-color-scheme.dark .fct-cta-link--featured{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-cta-link--featured{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-cta-link--featured{color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-cta-link--featured{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-cta-link--featured{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-cta-link--featured{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-cta-link--featured{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-cta-link--featured{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-cta-link--featured{color:var(--fct-color-primary-light)}.fct-cta-link--featured .fct-cta-link__icon{float:left;display:block;height:24px;width:24px;line-height:24px;font-size:24px}html[dir=rtl] .fct-cta-link--featured .fct-cta-link__icon{float:right}.fct-cta-link--featured .fct-cta-link__text{float:left;display:block;font-size:14px;line-height:24px;font-weight:bold;text-transform:var(--fct-cta-text-transform)}html[dir=rtl] .fct-cta-link--featured .fct-cta-link__text{float:right}.fct-cta-link--featured .fct-cta-link__text:before{display:none}.fct-cta-link--padded{padding:15px 0 15px 0}.fct-c-appear-effect-target--pop-up,.fct-c-appear-effect-target--pop-up-left,.fct-c-appear-effect-target--pop-up-right,.fct-c-appear-effect-target--pop-up-top{opacity:0}.fct-c-appear-effect-target--pop-up.is-triggered,.fct-c-appear-effect-target--pop-up-left.is-triggered,.fct-c-appear-effect-target--pop-up-right.is-triggered,.fct-c-appear-effect-target--pop-up-top.is-triggered{transition-property:opacity,transform;transition-timing-function:ease-out;transition-duration:.6s;transform:none;opacity:1}.fct-c-appear-effect-target--pop-up{transform:translateY(30px)}.fct-c-appear-effect-target--pop-up-top{transform:translateY(-30px)}.fct-c-appear-effect-target--pop-up-right{transform:translateX(30px)}.fct-c-appear-effect-target--pop-up-left{transform:translateX(-30px)}.fct-c-appear-effect-target--fade-in{opacity:0}.fct-c-appear-effect-target--fade-in.is-triggered{transition:opacity .6s ease-out;opacity:1}.fct-c-appear-effect-target--speed-slow.is-triggered{transition-duration:1.8s}.fct-c-appear-effect-target--speed-fast.is-triggered{transition-duration:.3s}.fct-deepmode-layer-content .fct-c-appear-effect-target.is-animating:not(.fct-c-background-container){position:relative;z-index:100}.fct-c-visibility-element.is-hidden{display:none}.fct-c-content-section{display:flex;flex-direction:column}.fct-c-content-section--full-height{min-height:100vh}.fct-c-content-section--layout-flex-start{justify-content:flex-start}.fct-c-content-section--layout-flex-end{justify-content:flex-end}.fct-c-content-section--layout-center{justify-content:center}.fct-c-content-section--layout-space-between{justify-content:space-between}.fct-c-content-section--layout-space-around{justify-content:space-around}.fct-c-column{display:flex;flex-direction:column}.fct-c-column--flex-start>.fct-c-column__container,.fct-c-column--flex-end>.fct-c-column__container,.fct-c-column--center>.fct-c-column__container,.fct-c-column--space-between>.fct-c-column__container,.fct-c-column--space-around>.fct-c-column__container{height:100%;display:flex;flex-direction:column}.fct-c-column--flex-start>.fct-c-column__container{justify-content:flex-start}.fct-c-column--flex-end>.fct-c-column__container{justify-content:flex-end}.fct-c-column--center>.fct-c-column__container{justify-content:center}.fct-c-column--space-between .fct-c-column__container{justify-content:space-between}.fct-c-column--space-around .fct-c-column__container{justify-content:space-around}.fct-c-column--sticky-top .fct-c-column__container{position:sticky;top:0}header.fct-header-simple~main .fct-c-column--sticky-top .fct-c-column__container{top:65px}header.fct-header-regular~main .fct-c-column--sticky-top .fct-c-column__container{top:50px}@media(min-width: 1024px){header.fct-header-simple.fct-header-height-dynamic:not(.trigger-dynamic)~main .fct-c-column--sticky-top .fct-c-column__container{top:100px}}@media(min-width: 1280px){header.fct-header-regular~main .fct-c-column--sticky-top .fct-c-column__container{top:65px}header.fct-header-simple.fct-header-height-dynamic:not(.trigger-dynamic)~main .fct-c-column--sticky-top .fct-c-column__container{top:130px}}body:not(.is-ie) header.fct-header-simple.fct-header-height-dynamic~main .fct-c-column--sticky-top .fct-c-column__container{transition:top .25s ease}.fct-c-column--sticky-middle .fct-c-column__container{position:sticky}.fct-c-column--sticky-bottom .fct-c-column__container{position:sticky}.is-ie .fct-c-column.is-polyfill-pending .fct-c-column__container{visibility:hidden}.fct-c-social-likes-counter{height:25px;padding-right:5px;padding-left:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:16px;background-color:var(--fct-color-primary-light);border-radius:5px}.fct-c-social-likes-counter:before{width:17px;height:17px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iCiAgICAgICAgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiCiAgICAgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IndoaXRlIiBkPSJNMTIuMSwxOC41NUwxMiwxOC42NUwxMS44OSwxOC41NUM3LjE0LDE0LjI0IDQsMTEuMzkgNCw4LjVDNCw2LjUgNS41LDUgNy41LDVDOS4wNCw1IDEwLjU0LDYgMTEuMDcsNy4zNkgxMi45M0MxMy40Niw2IDE0Ljk2LDUgMTYuNSw1QzE4LjUsNSAyMCw2LjUgMjAsOC41QzIwLDExLjM5IDE2Ljg2LDE0LjI0IDEyLjEsMTguNTVNMTYuNSwzQzE0Ljc2LDMgMTMuMDksMy44MSAxMiw1LjA4QzEwLjkxLDMuODEgOS4yNCwzIDcuNSwzQzQuNDIsMyAyLDUuNDEgMiw4LjVDMiwxMi4yNyA1LjQsMTUuMzYgMTAuNTUsMjAuMDNMMTIsMjEuMzVMMTMuNDUsMjAuMDNDMTguNiwxNS4zNiAyMiwxMi4yNyAyMiw4LjVDMjIsNS40MSAxOS41OCwzIDE2LjUsM1oiLz4KPC9zdmc+);background-size:cover;content:" ";margin-right:5px}.fct-c-social-likes-counter.is-hidden{display:none}.fct-c-social-likes-counter.is-liked:before{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iCiAgICAgICAgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiCiAgICAgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IndoaXRlIiBkPSJNMTIsMjEuMzVMMTAuNTUsMjAuMDNDNS40LDE1LjM2IDIsMTIuMjcgMiw4LjVDMiw1LjQxIDQuNDIsMyA3LjUsM0M5LjI0LDMgMTAuOTEsMy44MSAxMiw1LjA4QzEzLjA5LDMuODEgMTQuNzYsMyAxNi41LDNDMTkuNTgsMyAyMiw1LjQxIDIyLDguNUMyMiwxMi4yNyAxOC42LDE1LjM2IDEzLjQ1LDIwLjAzTDEyLDIxLjM1WiIvPgo8L3N2Zz4=)}html.fct-deepmode-opened,html.fct-deepmode-opened body{overflow:hidden}body>.fct-container,body>.pex-nav-container,body>.fct-footer-container{transition:-webkit-filter .25s ease 0s,filter .25s ease 0s}body.blur>.fct-container,body.blur>.pex-nav-container,body.blur>.fct-footer-container{filter:blur(3px)}.fct-deepmode-layer{background:rgba(255,255,255,.9);width:100%;height:100%;position:fixed;top:0;z-index:5000;display:none}html[dir=ltr] .fct-deepmode-layer{left:0}html[dir=rtl] .fct-deepmode-layer{right:0}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer{padding:50px 0 0 var(--fct-deepmode-position-left-md)}html[dir=rtl] .fct-deepmode-layer{padding:50px var(--fct-deepmode-position-left-md) 0 0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer{padding:65px 0 0 var(--fct-deepmode-position-left-lg)}html[dir=rtl] .fct-deepmode-layer{padding:65px var(--fct-deepmode-position-left-lg) 0 0}}.fct-deepmode-layer.show{display:block}.fct-deepmode-layer .fct-container{padding-top:65px !important}.fct-deepmode-layer .fct-container.search{padding-top:0 !important}.fct-deepmode-layer .fct-deepmode-layer-content{overflow:scroll;-webkit-overflow-scrolling:touch;overflow-x:hidden;position:relative;height:100%;box-shadow:0 0 16px rgba(0,0,0,.12);background:#fff}.fct-deepmode-layer .fct-deepmode-layer-nav{position:fixed;top:0;width:101px;z-index:1500}html[dir=ltr] .fct-deepmode-layer .fct-deepmode-layer-nav{right:0}html[dir=rtl] .fct-deepmode-layer .fct-deepmode-layer-nav{left:0}@media(min-width: 1280px){.fct-deepmode-layer .fct-deepmode-layer-nav{width:131px}}.fct-deepmode-layer .fct-deepmode-layer-nav>.close{position:absolute;top:0;cursor:pointer;color:var(--fct-color-background);background:var(--fct-color-primary-light);width:50px;height:50px;text-align:center}html[dir=ltr] .fct-deepmode-layer .fct-deepmode-layer-nav>.close{right:0}html[dir=rtl] .fct-deepmode-layer .fct-deepmode-layer-nav>.close{left:0}@media(min-width: 1280px){.fct-deepmode-layer .fct-deepmode-layer-nav>.close{width:65px;height:65px}}.fct-deepmode-layer .fct-deepmode-layer-nav>.close:before{height:50px;line-height:50px}@media(min-width: 1280px){.fct-deepmode-layer .fct-deepmode-layer-nav>.close:before{height:65px;line-height:65px}}.fct-deepmode-layer .fct-deepmode-layer-nav>.back{position:absolute;top:0;cursor:pointer;display:none;color:var(--fct-color-background);background:var(--fct-color-primary-light);width:50px;height:50px;text-align:center}html[dir=ltr] .fct-deepmode-layer .fct-deepmode-layer-nav>.back{right:51px}html[dir=rtl] .fct-deepmode-layer .fct-deepmode-layer-nav>.back{left:51px}@media(min-width: 1280px){.fct-deepmode-layer .fct-deepmode-layer-nav>.back{width:65px;height:65px}html[dir=ltr] .fct-deepmode-layer .fct-deepmode-layer-nav>.back{right:66px}html[dir=rtl] .fct-deepmode-layer .fct-deepmode-layer-nav>.back{left:66px}}.fct-deepmode-layer .fct-deepmode-layer-nav>.back:before{height:50px;line-height:50px}@media(min-width: 1280px){.fct-deepmode-layer .fct-deepmode-layer-nav>.back:before{height:65px;line-height:65px}}.fct-deepmode-layer .fct-deepmode-layer-nav>.back span{position:absolute;top:0;display:none}html[dir=ltr] .fct-deepmode-layer .fct-deepmode-layer-nav>.back span{right:50px}html[dir=rtl] .fct-deepmode-layer .fct-deepmode-layer-nav>.back span{left:50px}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer .fct-deepmode-layer-nav>.back span{right:65px}html[dir=rtl] .fct-deepmode-layer .fct-deepmode-layer-nav>.back span{left:65px}}.fct-deepmode-layer .fct-deepmode-layer-nav>.back:hover span{display:none}.fct-deepmode-layer-content .fct-hero2-container .fct-hero-content-row{background:#fff}.fct-deepmode-layer-content .fct-hero2-container .fct-hero-content-row:before{background:#fff}.fct-regular-list__item.fct-event-list-item--has-deeplink:hover{background-color:rgba(0,0,0,.052)}.fct-regular-list__item-content{border-top-color:var(--fct-color-grey-light-extra);border-bottom-color:var(--fct-color-grey-light-extra);position:relative;display:block;height:auto;margin-bottom:-1px;padding-top:24px;padding-bottom:23px;border-top-style:solid;border-top-width:1px;border-bottom-style:solid;border-bottom-width:1px}.fct-regular-list__item-content:before,.fct-regular-list__item-content:after{content:" ";display:table}.fct-regular-list__item-content:after{clear:both}.fct-color-scheme.dark .fct-regular-list__item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-green .fct-regular-list__item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-grey .fct-regular-list__item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.dark .fct-regular-list__item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-green .fct-regular-list__item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-grey .fct-regular-list__item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-content{border-bottom-color:var(--fct-color-grey-light-extra)}@media(min-width: 1024px){.fct-regular-list__item-content{padding-right:0}}.fct-regular-list__item-media{float:left;background-color:var(--fct-color-image-background);width:60px;height:60px;margin-right:15px}@media(min-width: 480px){.fct-regular-list__item-media{width:90px;height:90px}}@media(min-width: 768px){.fct-regular-list__item-media{width:100px;height:100px;margin-right:20px}}.fct-regular-list__item-info{font-size:14px;line-height:19px;font-weight:700;color:var(--fct-color-grey-light);display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2px;font-family:var(--fct-body-font-sans);text-transform:uppercase}.fct-color-scheme.dark .fct-regular-list__item-info{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-info{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-info{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-regular-list__item-info{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-info{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-info{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-regular-list__item-info{color:var(--fct-color-grey-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-info{color:var(--fct-color-grey-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-info{color:var(--fct-color-grey-light)}.fct-regular-list__item-info.fct-regular-list__item-info-empty{margin-bottom:0}@media(min-width: 768px){.fct-regular-list__item-info .fct-regular-list__item-date~.fct-regular-list__item-source{border-left-color:var(--fct-color-grey-light-extra);margin-left:12px;padding-left:12px;border-left-style:solid;border-left-width:1px}.fct-color-scheme.dark .fct-regular-list__item-info .fct-regular-list__item-date~.fct-regular-list__item-source{border-left-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-info .fct-regular-list__item-date~.fct-regular-list__item-source{border-left-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-info .fct-regular-list__item-date~.fct-regular-list__item-source{border-left-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-green .fct-regular-list__item-info .fct-regular-list__item-date~.fct-regular-list__item-source{border-left-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-info .fct-regular-list__item-date~.fct-regular-list__item-source{border-left-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-info .fct-regular-list__item-date~.fct-regular-list__item-source{border-left-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-grey .fct-regular-list__item-info .fct-regular-list__item-date~.fct-regular-list__item-source{border-left-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-info .fct-regular-list__item-date~.fct-regular-list__item-source{border-left-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-info .fct-regular-list__item-date~.fct-regular-list__item-source{border-left-color:var(--fct-color-grey-light-extra)}}.fct-regular-list__item-tags{display:flex;flex-wrap:wrap;row-gap:4px}.fct-regular-list__item-tags.fct-regular-list__item-tags--next-to-date{margin-top:-3px}.fct-regular-list__item-tags.fct-regular-list__item-tags--next-to-date-standalone{margin-left:-4px;margin-top:0}.fct-regular-list__item-tags-tag{color:var(--fct-color-grey-dark);font-size:12px;text-transform:none;background-color:var(--fct-color-image-background);padding:2px 8px;border-radius:8px;height:23px;line-height:19px;display:inline-block;font-weight:400;margin-left:4px;opacity:.9;white-space:nowrap}.fct-regular-list__item-date,.fct-regular-list__item-source{display:block}@media(min-width: 768px){.fct-regular-list__item-date,.fct-regular-list__item-source{display:inline}}.fct-regular-list__item-title{font-size:22px;line-height:27px;font-weight:400;color:var(--fct-color-grey-dark);margin-bottom:calc(var(--fct-gutter)/4);padding:0;font-family:var(--fct-body-font)}.fct-color-scheme.dark .fct-regular-list__item-title{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-title{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-title{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-regular-list__item-title{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-title{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-title{color:var(--fct-color-grey-dark)}.fct-color-scheme.light-grey .fct-regular-list__item-title{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-title{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-title{color:var(--fct-color-grey-dark)}.fct-regular-list__item-title--with-tags{display:flex;align-items:flex-start;justify-content:space-between}.fct-regular-list__item-title--with-tags .fct-regular-list__item-tags{margin-left:20px}.fct-regular-list__item-summary{font-size:14px;line-height:19px;color:var(--fct-color-grey)}.fct-color-scheme.dark .fct-regular-list__item-summary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-summary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-regular-list__item-summary{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-regular-list__item-summary{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-summary{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-regular-list__item-summary{color:var(--fct-color-grey)}.fct-color-scheme.light-grey .fct-regular-list__item-summary{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-summary{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-regular-list__item-summary{color:var(--fct-color-grey)}.fct-regular-list__item-author{display:flex;align-items:center}.fct-regular-list__item-author .fct-regular-list__item-author-image{max-height:33px;max-width:33px;border-radius:100%;overflow:hidden;margin-right:calc(var(--fct-gutter)/2)}.fct-regular-list__item-author .fct-regular-list__item-author-name{font-weight:300}.fct-regular-list__item-author .fct-regular-list__item-author-date{font-weight:normal}.fct-regular-list__options-row{position:relative;height:50px;padding-right:calc(var(--fct-grid-gutter)/2);text-align:right}html[dir=rtl] .fct-regular-list__options-row{text-align:left}.fct-regular-list__options-row i{position:relative;top:50%;float:right;transform:translateY(-50%);display:block;color:var(--fct-color-grey-light);cursor:pointer;font-size:24px;margin-left:10px}@media(min-width: 768px){.fct-regular-list__options-row i{font-size:18px}}.fct-regular-list__options-row i.list-view{color:var(--fct-color-primary);margin-right:calc(var(--fct-grid-gutter)/2)}.fct-regular-list__item-likes{display:none}.fct-grid-item-container .fct-regular-list__item-likes{display:block;position:absolute;top:10px;right:17px}.fct-grid-item-container .fct-regular-list__item-content{border-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-green .fct-grid-item-container .fct-regular-list__item-content{border-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-green .fct-grid-item-container .fct-regular-list__item-content{border-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-grid-item-container .fct-regular-list__item-content{border-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.dark .fct-grid-item-container .fct-regular-list__item-content{border-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.dark .fct-grid-item-container .fct-regular-list__item-content{border-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-grid-item-container .fct-regular-list__item-content{border-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-grey .fct-grid-item-container .fct-regular-list__item-content{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-grid-item-container .fct-regular-list__item-content{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-grid-item-container .fct-regular-list__item-content{border-color:var(--fct-color-primary-light)}.fct-grid-item-container .fct-regular-list__item-info{color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-green .fct-grid-item-container .fct-regular-list__item-info{color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-green .fct-grid-item-container .fct-regular-list__item-info{color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-grid-item-container .fct-regular-list__item-info{color:var(--fct-color-grey-light-extra)}.fct-color-scheme.dark .fct-grid-item-container .fct-regular-list__item-info{color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.dark .fct-grid-item-container .fct-regular-list__item-info{color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-grid-item-container .fct-regular-list__item-info{color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-grey .fct-grid-item-container .fct-regular-list__item-info{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-grid-item-container .fct-regular-list__item-info{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-grid-item-container .fct-regular-list__item-info{color:var(--fct-color-primary-light)}.fct-inner-row-container .fct-regular-list .fct-grid-row-wrapper .row .fct-regular-list__item,.fct-inner-row-container .fct-regular-list .fct-grid-row-wrapper .row .fct-people-list-item{width:100%}@media(max-width: 1023px){.fct-inner-row-container .fct-regular-list .fct-grid-row-wrapper .fct-regular-list__item-info .fct-regular-list__item-date,.fct-inner-row-container .fct-regular-list .fct-grid-row-wrapper .fct-regular-list__item-info .fct-regular-list__item-source{display:block;margin:0;padding:0;border:0}}.fct-regular-list[data-filter-enabled=true] .fct-regular-list__options{position:relative;z-index:101;height:0}.fct-regular-list[data-filter-enabled=true] .fct-regular-list__options .fct-regular-list__options-row{position:absolute;margin-bottom:-50px;right:0}@media(min-width: 1280px){.fct-regular-list--style_two-columns:not(.fct-grid-item-container) .fct-regular-list__item:not(.fct-event-list-item){width:50%}}.fct-regular-list--style_blog .fct-regular-list__item-title{margin-bottom:calc(var(--fct-gutter)/2)}.fct-regular-list--style_blog .fct-regular-list__item-summary{margin-top:var(--fct-gutter)}.fct-html5animation-container .column{display:block;width:100%;height:100%;overflow:hidden}.fct-html5animation-container:not(.fct-html5animation-container--responsive) .fct-html5-hypeAnimation{width:0;height:0;display:block}.fct-html5animation-container:not(.fct-html5animation-container--responsive) .fct-html5-hypeAnimation-wrapper{border:0;width:0;height:0;position:absolute;transform-origin:top left}html[dir=rtl] .fct-html5animation-container:not(.fct-html5animation-container--responsive) .fct-html5-hypeAnimation-wrapper{transform-origin:top right}.fct-html5animation-container.fct-html5animation-container--responsive .fct-html5-hypeAnimation{width:100%;height:0;padding-bottom:0;overflow:hidden;position:relative;display:block}.fct-html5animation-container.fct-html5animation-container--responsive .fct-html5-hypeAnimation-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.fct-html5animation-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width .column{position:static;padding-left:0;padding-right:0}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-html5animation-container:first-child{margin-top:-65px}.fct-collapsible-container{overflow:hidden}.fct-collapsible-toggle{display:none}.fct-collapsible-toggle:before,.fct-collapsible-toggle:after{content:" ";display:table}.fct-collapsible-toggle:after{clear:both}@media(min-width: 768px){.fct-collapsible-toggle{display:block}}.fct-collapsible-toggle a{margin-bottom:15px}@media screen and (min-width: 768px){.fct-collapsible-toggle a{font-size:14px;line-height:23px}}html[dir=ltr] .fct-collapsible-toggle a{float:right}html[dir=rtl] .fct-collapsible-toggle a{float:left}.fct-collapsible-toggle .fct-collapsible-collapse-all{display:none}.fct-collapsible-toggle .fct-collapsible-expand-all{display:block}.fct-collapsible-toggle.expanded .fct-collapsible-collapse-all{display:block}.fct-collapsible-toggle.expanded .fct-collapsible-expand-all{display:none}.fct-collapsible-item{border-top:1px solid var(--fct-color-grey-light-extra)}.fct-collapsible-item:last-child{border-bottom:1px solid var(--fct-color-grey-light-extra)}.fct-collapsible-item .fct-collapsible-item-header{color:var(--fct-color-primary);padding:20px 30px 20px 0;transition:all .25s linear 0s;cursor:pointer;margin-bottom:0;position:relative}.fct-color-scheme.dark .fct-collapsible-item .fct-collapsible-item-header{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-collapsible-item .fct-collapsible-item-header{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-collapsible-item .fct-collapsible-item-header{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-collapsible-item .fct-collapsible-item-header{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-green .fct-collapsible-item .fct-collapsible-item-header{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-collapsible-item .fct-collapsible-item-header{color:var(--fct-color-primary-dark)}.fct-color-scheme.light-grey .fct-collapsible-item .fct-collapsible-item-header{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-collapsible-item .fct-collapsible-item-header{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-collapsible-item .fct-collapsible-item-header{color:var(--fct-color-primary-dark)}html[dir=rtl] .fct-collapsible-item .fct-collapsible-item-header{padding:20px 0 20px 30px}@media(min-width: 768px){.fct-collapsible-item .fct-collapsible-item-header{padding:15px 0}}.fct-collapsible-item .fct-collapsible-item-header span{display:block}html[dir=ltr] .fct-collapsible-item .fct-collapsible-item-header span{padding-right:30px}html[dir=rtl] .fct-collapsible-item .fct-collapsible-item-header span{padding-left:30px}.fct-collapsible-item .fct-collapsible-item-header i{color:var(--fct-color-grey-light-extra);position:absolute;top:50%;transform:translateY(-50%)}html[dir=ltr] .fct-collapsible-item .fct-collapsible-item-header i{right:0}html[dir=rtl] .fct-collapsible-item .fct-collapsible-item-header i{left:0}.fct-collapsible-item .fct-collapsible-item-header .icon-archetype-expand{display:block}.fct-collapsible-item .fct-collapsible-item-header .icon-archetype-collapse{display:none}.fct-collapsible-item .fct-collapsible-item-header:hover{color:var(--fct-color-primary-light)}.fct-color-scheme.dark .fct-collapsible-item .fct-collapsible-item-header:hover{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-collapsible-item .fct-collapsible-item-header:hover{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-collapsible-item .fct-collapsible-item-header:hover{color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-collapsible-item .fct-collapsible-item-header:hover{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-green .fct-collapsible-item .fct-collapsible-item-header:hover{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-collapsible-item .fct-collapsible-item-header:hover{color:var(--fct-color-primary-dark)}.fct-color-scheme.light-grey .fct-collapsible-item .fct-collapsible-item-header:hover{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-collapsible-item .fct-collapsible-item-header:hover{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-collapsible-item .fct-collapsible-item-header:hover{color:var(--fct-color-primary-dark)}.fct-collapsible-item .fct-collapsible-item-header:hover i{color:var(--fct-color-grey-light-extra)}.fct-collapsible-item.expanded .fct-collapsible-item-header{margin-bottom:5px}@media(min-width: 768px){.fct-collapsible-item.expanded .fct-collapsible-item-header{margin-bottom:15px}}.fct-collapsible-item.expanded .fct-collapsible-item-header .icon-archetype-expand{display:none}.fct-collapsible-item.expanded .fct-collapsible-item-header .icon-archetype-collapse{display:block}.fct-collapsible-item .fct-collapsible-item-content{opacity:0;visibility:hidden;height:0;transition:all .25s ease-out 0s;overflow:hidden}.fct-collapsible-item.expanded .fct-collapsible-item-content{opacity:1;visibility:visible;margin-bottom:35px;height:auto}@media(min-width: 768px){.fct-collapsible-item.expanded .fct-collapsible-item-content{margin-bottom:50px}}.fct-countdown-container{width:100%;text-align:center}.fct-countdown-container:before,.fct-countdown-container:after{content:" ";display:table}.fct-countdown-container:after{clear:both}.fct-countdown-container .fct-countdown-fragment{display:inline-block;min-width:50px;text-align:right;position:relative}html[dir=rtl] .fct-countdown-container .fct-countdown-fragment{text-align:left}.fct-countdown-container .fct-countdown-fragment:not(:first-of-type):before{display:block;content:":";position:absolute}html[dir=ltr] .fct-countdown-container .fct-countdown-fragment:not(:first-of-type):before{margin-left:11px}html[dir=rtl] .fct-countdown-container .fct-countdown-fragment:not(:first-of-type):before{margin-right:11px}.fct-countdown-container .fct-countdown-fragment:last-of-type{min-width:20px}.fct-countdown-container .fct-countdown-fragment:last-of-type:before{display:block;content:",";position:absolute}html[dir=ltr] .fct-countdown-container .fct-countdown-fragment:last-of-type:before{margin-left:-4px}html[dir=rtl] .fct-countdown-container .fct-countdown-fragment:last-of-type:before{margin-right:-4px}.fct-countdown-container .fct-countdown-fragment .fct-countdown-placeholder{display:block}.fct-countdown-container .fct-countdown-fragment .fct-countdown-label{display:block;font-size:10px;line-height:10px}.fct-countdown-fragment{color:var(--fct-color-grey-dark)}.fct-color-scheme.dark .fct-countdown-fragment{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-countdown-fragment{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-countdown-fragment{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-countdown-fragment{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-countdown-fragment{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-countdown-fragment{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-countdown-fragment{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-countdown-fragment{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-countdown-fragment{color:var(--fct-color-grey-dark)}.fct-gallery-container{z-index:3100}.fct-gallery-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width .column{padding-left:0;padding-right:0}.fct-grid-row-content .fct-gallery-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width .column{padding-left:15px;padding-right:15px}.fct-gallery-nav{right:calc(var(--fct-grid-gutter)/2);left:calc(var(--fct-grid-gutter)/2);margin-top:5px;display:flex;padding-bottom:var(--fct-grid-gutter);z-index:99}@media(min-width: 768px){.fct-gallery-nav{padding-bottom:0}}.fct-deepmode-layer .fct-gallery-nav{z-index:1001}.fct-gallery-nav .fct-gallery-nav-counter{font-size:14px;line-height:19px;color:var(--fct-color-grey);position:relative;top:3px;flex:0 0 75px}.fct-color-scheme.dark .fct-gallery-nav .fct-gallery-nav-counter{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-gallery-nav .fct-gallery-nav-counter{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-gallery-nav .fct-gallery-nav-counter{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-gallery-nav .fct-gallery-nav-counter{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-gallery-nav .fct-gallery-nav-counter{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-gallery-nav .fct-gallery-nav-counter{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-gallery-nav .fct-gallery-nav-counter{color:rgba(var(--fct-color-grey), 0.8)}.fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-nav .fct-gallery-nav-counter{color:rgba(var(--fct-color-grey), 0.8)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-nav .fct-gallery-nav-counter{color:rgba(var(--fct-color-grey), 0.8)}.fct-gallery-nav .fct-gallery-nav-counter-current{color:var(--fct-color-primary-light)}.fct-color-scheme.dark .fct-gallery-nav .fct-gallery-nav-counter-current{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-gallery-nav .fct-gallery-nav-counter-current{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-gallery-nav .fct-gallery-nav-counter-current{color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-gallery-nav .fct-gallery-nav-counter-current{color:var(--fct-color-white)}.fct-color-scheme .fct-color-scheme.light-green .fct-gallery-nav .fct-gallery-nav-counter-current{color:var(--fct-color-white)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-gallery-nav .fct-gallery-nav-counter-current{color:var(--fct-color-white)}.fct-color-scheme.light-grey .fct-gallery-nav .fct-gallery-nav-counter-current{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-nav .fct-gallery-nav-counter-current{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-nav .fct-gallery-nav-counter-current{color:var(--fct-color-primary-light)}.fct-gallery-nav .fct-gallery-nav-caption{font-size:14px;line-height:19px;color:var(--fct-color-grey);position:relative;top:3px;margin-top:0;flex-grow:1}.fct-color-scheme.dark .fct-gallery-nav .fct-gallery-nav-caption{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-gallery-nav .fct-gallery-nav-caption{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-gallery-nav .fct-gallery-nav-caption{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-gallery-nav .fct-gallery-nav-caption{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-gallery-nav .fct-gallery-nav-caption{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-gallery-nav .fct-gallery-nav-caption{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-gallery-nav .fct-gallery-nav-caption{color:rgba(var(--fct-color-grey), 0.8)}.fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-nav .fct-gallery-nav-caption{color:rgba(var(--fct-color-grey), 0.8)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-nav .fct-gallery-nav-caption{color:rgba(var(--fct-color-grey), 0.8)}.fct-gallery-nav .fct-gallery-nav-caption p:last-of-type{margin-bottom:0}.fct-gallery-nav .fct-gallery-nav-fullscreen-container{flex:0 0 75px;text-align:right}.fct-gallery-nav a.fct-gallery-nav-fullscreen{color:var(--fct-color-grey-light);display:inline-block;font-size:16px}.fct-color-scheme.dark .fct-gallery-nav a.fct-gallery-nav-fullscreen{color:var(--fct-color-grey-light)}.fct-color-scheme .fct-color-scheme.dark .fct-gallery-nav a.fct-gallery-nav-fullscreen{color:var(--fct-color-grey-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-gallery-nav a.fct-gallery-nav-fullscreen{color:var(--fct-color-grey-light)}.fct-color-scheme.light-green .fct-gallery-nav a.fct-gallery-nav-fullscreen{color:var(--fct-color-grey-light)}.fct-color-scheme .fct-color-scheme.light-green .fct-gallery-nav a.fct-gallery-nav-fullscreen{color:var(--fct-color-grey-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-gallery-nav a.fct-gallery-nav-fullscreen{color:var(--fct-color-grey-light)}.fct-color-scheme.light-grey .fct-gallery-nav a.fct-gallery-nav-fullscreen{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-nav a.fct-gallery-nav-fullscreen{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-nav a.fct-gallery-nav-fullscreen{color:var(--fct-color-grey-dark)}.fct-gallery-nav a.fct-gallery-nav-fullscreen:hover{color:var(--fct-color-primary-light)}.fct-color-scheme.dark .fct-gallery-nav a.fct-gallery-nav-fullscreen:hover{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-gallery-nav a.fct-gallery-nav-fullscreen:hover{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-gallery-nav a.fct-gallery-nav-fullscreen:hover{color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-gallery-nav a.fct-gallery-nav-fullscreen:hover{color:var(--fct-color-white)}.fct-color-scheme .fct-color-scheme.light-green .fct-gallery-nav a.fct-gallery-nav-fullscreen:hover{color:var(--fct-color-white)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-gallery-nav a.fct-gallery-nav-fullscreen:hover{color:var(--fct-color-white)}.fct-color-scheme.light-grey .fct-gallery-nav a.fct-gallery-nav-fullscreen:hover{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-nav a.fct-gallery-nav-fullscreen:hover{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-nav a.fct-gallery-nav-fullscreen:hover{color:var(--fct-color-primary-light)}.fct-grid-row-wrapper.fct-grid-row-wrapper-full-width .fct-gallery-nav a.fct-gallery-nav-fullscreen,.fct-grid-row-wrapper.fct-grid-row-wrapper-wide .fct-gallery-nav a.fct-gallery-nav-fullscreen,.fct-deepmode-layer .fct-gallery-nav a.fct-gallery-nav-fullscreen{display:none}.fct-grid-row-wrapper .fct-grid-row-content .fct-gallery-nav a.fct-gallery-nav-fullscreen{display:inline-block}.fct-gallery-list,.fct-fullsizemedia-layer-content .fct-gallery-list{width:100%}.fct-gallery-list .fct-gallery-item{width:100%}.fct-gallery-list .fct-gallery-item .fct-gallery-item-media{position:relative;width:100%;height:0;padding-bottom:56.25%;background-color:#ebebeb}.fct-gallery-list .fct-gallery-item .fct-gallery-item-media .fct-media-image{position:absolute;width:100%;height:100%;transition:opacity .25s linear}.fct-gallery-list .fct-gallery-item .fct-gallery-item-caption{position:absolute;top:100%}.fct-gallery-list.is-animating .fct-gallery-item-caption{visibility:hidden}.fct-gallery-list .flickity-prev-next-button{color:var(--fct-color-primary-light);position:absolute;transform:none;font-weight:normal;background:rgba(0,0,0,0);height:var(--fct-grid-gutter);width:var(--fct-grid-gutter);font-size:18px;top:calc(100% + var(--fct-grid-gutter) + 5px)}.fct-color-scheme.dark .fct-gallery-list .flickity-prev-next-button{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-gallery-list .flickity-prev-next-button{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-gallery-list .flickity-prev-next-button{color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-gallery-list .flickity-prev-next-button{color:var(--fct-color-white)}.fct-color-scheme .fct-color-scheme.light-green .fct-gallery-list .flickity-prev-next-button{color:var(--fct-color-white)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-gallery-list .flickity-prev-next-button{color:var(--fct-color-white)}.fct-color-scheme.light-grey .fct-gallery-list .flickity-prev-next-button{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-list .flickity-prev-next-button{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-gallery-list .flickity-prev-next-button{color:var(--fct-color-primary-light)}@media(min-width: 768px){.fct-gallery-list .flickity-prev-next-button{height:100%;font-size:30px;top:0}}.fct-gallery-list .flickity-prev-next-button.next{left:auto;right:-10px}@media(min-width: 768px){.fct-gallery-list .flickity-prev-next-button.next{right:calc(-1*var(--fct-grid-gutter) + 10px)}}.fct-gallery-list .flickity-prev-next-button.previous{left:-10px;right:auto}@media(min-width: 768px){.fct-gallery-list .flickity-prev-next-button.previous{left:calc(-1*var(--fct-grid-gutter) + 10px)}}html[dir=rtl] .fct-gallery-list .flickity-prev-next-button.next{left:-10px;right:auto}@media(min-width: 768px){html[dir=rtl] .fct-gallery-list .flickity-prev-next-button.next{left:calc(-1*var(--fct-grid-gutter) + 10px)}}html[dir=rtl] .fct-gallery-list .flickity-prev-next-button.previous{left:auto;right:-10px}@media(min-width: 768px){html[dir=rtl] .fct-gallery-list .flickity-prev-next-button.previous{right:calc(-1*var(--fct-grid-gutter) + 10px)}}.fct-deepmode-layer .fct-gallery-list .flickity-prev-next-button{z-index:1001}.fct-gallery-list .flickity-prev-next-button svg{display:none}.fct-gallery-list.fct-fullsizemedia-gallery-arrows-below .flickity-prev-next-button{height:var(--fct-grid-gutter);top:calc(100% + 15px)}.fct-gallery-list.fct-fullsizemedia-gallery-arrows-below .flickity-prev-next-button.next{left:auto;right:0}@media(min-width: 768px){.fct-gallery-list.fct-fullsizemedia-gallery-arrows-below .flickity-prev-next-button.next{right:0}}.fct-gallery-list.fct-fullsizemedia-gallery-arrows-below .flickity-prev-next-button.previous{left:0;right:auto}@media(min-width: 768px){.fct-gallery-list.fct-fullsizemedia-gallery-arrows-below .flickity-prev-next-button.previous{left:0}}html[dir=rtl] .fct-gallery-list.fct-fullsizemedia-gallery-arrows-below .flickity-prev-next-button.next{left:0;right:auto}@media(min-width: 768px){html[dir=rtl] .fct-gallery-list.fct-fullsizemedia-gallery-arrows-below .flickity-prev-next-button.next{left:0}}html[dir=rtl] .fct-gallery-list.fct-fullsizemedia-gallery-arrows-below .flickity-prev-next-button.previous{left:auto;right:0}@media(min-width: 768px){html[dir=rtl] .fct-gallery-list.fct-fullsizemedia-gallery-arrows-below .flickity-prev-next-button.previous{right:0}}.fct-carousel-container{padding-bottom:55px}.fct-carousel-container .js-flickity{width:100%}.fct-carousel-container .flickity-viewport{transition:height .25s ease}.fct-carousel-container .fct-carousel-item{width:100%}.fct-carousel-container.fct-carousel-container-fullscreen .fct-carousel-item>.col-xs-12{padding:0}.fct-carousel-container .flickity-page-dots{position:absolute;bottom:-32.5px;left:0;right:0;width:auto;text-align:left}html[dir=ltr] .fct-carousel-container .flickity-page-dots{margin-left:var(--fct-grid-wide-delta-xs)}html[dir=rtl] .fct-carousel-container .flickity-page-dots{margin-right:var(--fct-grid-wide-delta-xs)}@media(min-width: 768px){html[dir=ltr] .fct-carousel-container .flickity-page-dots{margin-left:var(--fct-grid-wide-delta-sm)}html[dir=rtl] .fct-carousel-container .flickity-page-dots{margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){html[dir=ltr] .fct-carousel-container .flickity-page-dots{margin-left:var(--fct-grid-wide-delta-md)}html[dir=rtl] .fct-carousel-container .flickity-page-dots{margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){html[dir=ltr] .fct-carousel-container .flickity-page-dots{margin-left:calc(var(--fct-grid-wide-delta-lg) + 5% - var(--fct-grid-gutter)/2);padding-left:5%}html[dir=rtl] .fct-carousel-container .flickity-page-dots{margin-right:calc(var(--fct-grid-wide-delta-lg) + 5% - var(--fct-grid-gutter)/2);padding-right:5%}}.fct-carousel-container .flickity-prev-next-button{position:absolute;right:0;left:auto;border-radius:0;transform:none;font-family:"dotBCG-Icons";box-shadow:none;transition:all .25s linear 0s;padding:0;margin:0;width:50px;height:50px;background:var(--fct-color-background);color:var(--fct-color-grey);overflow:hidden}html[dir=rtl] .fct-carousel-container .flickity-prev-next-button{right:auto;left:0}@media(min-width: 1280px){.fct-carousel-container .flickity-prev-next-button{width:65px;height:65px}}.fct-carousel-container .flickity-prev-next-button:hover{color:var(--fct-color-primary-light)}.fct-carousel-container .flickity-prev-next-button:before{font-size:52px;line-height:50px;padding:0;margin:0;display:block;width:50px;height:50px;text-align:left;margin-left:-1px;margin-top:-1px}html[dir=rtl] .fct-carousel-container .flickity-prev-next-button:before{text-align:right}@media(min-width: 1280px){.fct-carousel-container .flickity-prev-next-button:before{font-size:67px;line-height:65px;width:65px;height:65px}}.fct-carousel-container .flickity-prev-next-button.previous{top:0;height:51px}html[dir=ltr] .fct-carousel-container .flickity-prev-next-button.previous{transform:scaleX(-1);border-bottom:1px solid var(--fct-color-background)}html[dir=rtl] .fct-carousel-container .flickity-prev-next-button.previous{transform:scaleX(1);border-top:1px solid var(--fct-color-background)}@media(min-width: 1280px){.fct-carousel-container .flickity-prev-next-button.previous{height:66px}}.fct-carousel-container .flickity-prev-next-button.next{top:51px}@media(min-width: 1280px){.fct-carousel-container .flickity-prev-next-button.next{top:66px}}.fct-carousel-container .flickity-prev-next-button svg{display:none}.fct-gyop-container{position:fixed;right:30px;bottom:30px;z-index:4000;font-size:16px;border:1px solid #fff;color:#fff;max-width:200px;text-align:center;text-transform:uppercase}.fct-gyop-container a{display:block;padding:10px 36px;color:inherit;text-decoration:none;background:var(--fct-color-primary);line-height:1.2em}.fct-gyop-container a:hover{background:var(--fct-color-primary-light)}.fct-video-item-media-videojs--default .vjs-modal-dialog .vjs-modal-dialog-content,.fct-video-item-media-videojs--default .video-js .vjs-modal-dialog,.fct-video-item-media-videojs--default .vjs-button>.vjs-icon-placeholder:before,.fct-video-item-media-videojs--default .video-js .vjs-big-play-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-modal-dialog .vjs-modal-dialog-content,.fct-video-item-media-videojs--youtube .video-js .vjs-modal-dialog,.fct-video-item-media-videojs--youtube .vjs-button>.vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%}.fct-video-item-media-videojs--default .vjs-button>.vjs-icon-placeholder:before,.fct-video-item-media-videojs--default .video-js .vjs-big-play-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-button>.vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js .vjs-big-play-button .vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-play,.fct-video-item-media-videojs--default .video-js .vjs-play-control .vjs-icon-placeholder,.fct-video-item-media-videojs--default .video-js .vjs-big-play-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-play,.fct-video-item-media-videojs--youtube .video-js .vjs-play-control .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-play:before,.fct-video-item-media-videojs--default .video-js .vjs-play-control .vjs-icon-placeholder:before,.fct-video-item-media-videojs--default .video-js .vjs-big-play-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-play:before,.fct-video-item-media-videojs--youtube .video-js .vjs-play-control .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js .vjs-big-play-button .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-play-circle,.fct-video-item-media-videojs--youtube .vjs-icon-play-circle{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-play-circle:before,.fct-video-item-media-videojs--youtube .vjs-icon-play-circle:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-pause,.fct-video-item-media-videojs--default .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-pause,.fct-video-item-media-videojs--youtube .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-pause:before,.fct-video-item-media-videojs--default .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-pause:before,.fct-video-item-media-videojs--youtube .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-volume-mute,.fct-video-item-media-videojs--default .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-volume-mute,.fct-video-item-media-videojs--youtube .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-volume-mute:before,.fct-video-item-media-videojs--default .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-volume-mute:before,.fct-video-item-media-videojs--youtube .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-volume-low,.fct-video-item-media-videojs--default .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-volume-low,.fct-video-item-media-videojs--youtube .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-volume-low:before,.fct-video-item-media-videojs--default .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-volume-low:before,.fct-video-item-media-videojs--youtube .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-volume-mid,.fct-video-item-media-videojs--default .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-volume-mid,.fct-video-item-media-videojs--youtube .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-volume-mid:before,.fct-video-item-media-videojs--default .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-volume-mid:before,.fct-video-item-media-videojs--youtube .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-volume-high,.fct-video-item-media-videojs--default .video-js .vjs-mute-control .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-volume-high,.fct-video-item-media-videojs--youtube .video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-volume-high:before,.fct-video-item-media-videojs--default .video-js .vjs-mute-control .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-volume-high:before,.fct-video-item-media-videojs--youtube .video-js .vjs-mute-control .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-fullscreen-enter,.fct-video-item-media-videojs--default .video-js .vjs-fullscreen-control .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-fullscreen-enter,.fct-video-item-media-videojs--youtube .video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-fullscreen-enter:before,.fct-video-item-media-videojs--default .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-fullscreen-enter:before,.fct-video-item-media-videojs--youtube .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-fullscreen-exit,.fct-video-item-media-videojs--default .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-fullscreen-exit,.fct-video-item-media-videojs--youtube .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-fullscreen-exit:before,.fct-video-item-media-videojs--default .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-fullscreen-exit:before,.fct-video-item-media-videojs--youtube .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-square,.fct-video-item-media-videojs--youtube .vjs-icon-square{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-square:before,.fct-video-item-media-videojs--youtube .vjs-icon-square:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-spinner,.fct-video-item-media-videojs--youtube .vjs-icon-spinner{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-spinner:before,.fct-video-item-media-videojs--youtube .vjs-icon-spinner:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-subtitles,.fct-video-item-media-videojs--default .video-js .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--default .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--default .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--default .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--default .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--default .video-js .vjs-subtitles-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-subtitles,.fct-video-item-media-videojs--youtube .video-js .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js .vjs-subtitles-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-subtitles:before,.fct-video-item-media-videojs--default .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--default .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--default .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--default .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--default .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--default .video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-subtitles:before,.fct-video-item-media-videojs--youtube .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-captions,.fct-video-item-media-videojs--default .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--default .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--default .video-js .vjs-captions-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-captions,.fct-video-item-media-videojs--youtube .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js .vjs-captions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-captions:before,.fct-video-item-media-videojs--default .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--default .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--default .video-js .vjs-captions-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-captions:before,.fct-video-item-media-videojs--youtube .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js .vjs-captions-button .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-chapters,.fct-video-item-media-videojs--default .video-js .vjs-chapters-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-chapters,.fct-video-item-media-videojs--youtube .video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-chapters:before,.fct-video-item-media-videojs--default .video-js .vjs-chapters-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-chapters:before,.fct-video-item-media-videojs--youtube .video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-share,.fct-video-item-media-videojs--youtube .vjs-icon-share{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-share:before,.fct-video-item-media-videojs--youtube .vjs-icon-share:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-cog,.fct-video-item-media-videojs--youtube .vjs-icon-cog{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-cog:before,.fct-video-item-media-videojs--youtube .vjs-icon-cog:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-circle,.fct-video-item-media-videojs--default .vjs-seek-to-live-control .vjs-icon-placeholder,.fct-video-item-media-videojs--default .video-js .vjs-volume-level,.fct-video-item-media-videojs--default .video-js .vjs-play-progress,.fct-video-item-media-videojs--youtube .vjs-icon-circle,.fct-video-item-media-videojs--youtube .vjs-seek-to-live-control .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-level,.fct-video-item-media-videojs--youtube .video-js .vjs-play-progress{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-circle:before,.fct-video-item-media-videojs--default .vjs-seek-to-live-control .vjs-icon-placeholder:before,.fct-video-item-media-videojs--default .video-js .vjs-volume-level:before,.fct-video-item-media-videojs--default .video-js .vjs-play-progress:before,.fct-video-item-media-videojs--youtube .vjs-icon-circle:before,.fct-video-item-media-videojs--youtube .vjs-seek-to-live-control .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-level:before,.fct-video-item-media-videojs--youtube .video-js .vjs-play-progress:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-circle-outline,.fct-video-item-media-videojs--youtube .vjs-icon-circle-outline{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-circle-outline:before,.fct-video-item-media-videojs--youtube .vjs-icon-circle-outline:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-circle-inner-circle,.fct-video-item-media-videojs--youtube .vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-circle-inner-circle:before,.fct-video-item-media-videojs--youtube .vjs-icon-circle-inner-circle:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-hd,.fct-video-item-media-videojs--youtube .vjs-icon-hd{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-hd:before,.fct-video-item-media-videojs--youtube .vjs-icon-hd:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-cancel,.fct-video-item-media-videojs--default .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-cancel,.fct-video-item-media-videojs--youtube .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-cancel:before,.fct-video-item-media-videojs--default .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-cancel:before,.fct-video-item-media-videojs--youtube .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-replay,.fct-video-item-media-videojs--default .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-replay,.fct-video-item-media-videojs--youtube .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-replay:before,.fct-video-item-media-videojs--default .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-replay:before,.fct-video-item-media-videojs--youtube .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-facebook,.fct-video-item-media-videojs--youtube .vjs-icon-facebook{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-facebook:before,.fct-video-item-media-videojs--youtube .vjs-icon-facebook:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-gplus,.fct-video-item-media-videojs--youtube .vjs-icon-gplus{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-gplus:before,.fct-video-item-media-videojs--youtube .vjs-icon-gplus:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-linkedin,.fct-video-item-media-videojs--youtube .vjs-icon-linkedin{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-linkedin:before,.fct-video-item-media-videojs--youtube .vjs-icon-linkedin:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-twitter,.fct-video-item-media-videojs--youtube .vjs-icon-twitter{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-twitter:before,.fct-video-item-media-videojs--youtube .vjs-icon-twitter:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-tumblr,.fct-video-item-media-videojs--youtube .vjs-icon-tumblr{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-tumblr:before,.fct-video-item-media-videojs--youtube .vjs-icon-tumblr:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-pinterest,.fct-video-item-media-videojs--youtube .vjs-icon-pinterest{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-pinterest:before,.fct-video-item-media-videojs--youtube .vjs-icon-pinterest:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-audio-description,.fct-video-item-media-videojs--default .video-js .vjs-descriptions-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-audio-description,.fct-video-item-media-videojs--youtube .video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-audio-description:before,.fct-video-item-media-videojs--default .video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-audio-description:before,.fct-video-item-media-videojs--youtube .video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-audio,.fct-video-item-media-videojs--default .video-js .vjs-audio-button .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-audio,.fct-video-item-media-videojs--youtube .video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-audio:before,.fct-video-item-media-videojs--default .video-js .vjs-audio-button .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-audio:before,.fct-video-item-media-videojs--youtube .video-js .vjs-audio-button .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-next-item,.fct-video-item-media-videojs--youtube .vjs-icon-next-item{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-next-item:before,.fct-video-item-media-videojs--youtube .vjs-icon-next-item:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-previous-item,.fct-video-item-media-videojs--youtube .vjs-icon-previous-item{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-previous-item:before,.fct-video-item-media-videojs--youtube .vjs-icon-previous-item:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-picture-in-picture-enter,.fct-video-item-media-videojs--default .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-picture-in-picture-enter,.fct-video-item-media-videojs--youtube .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-picture-in-picture-enter:before,.fct-video-item-media-videojs--default .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-picture-in-picture-enter:before,.fct-video-item-media-videojs--youtube .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .vjs-icon-picture-in-picture-exit,.fct-video-item-media-videojs--default .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-icon-picture-in-picture-exit,.fct-video-item-media-videojs--youtube .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:normal;font-style:normal}.fct-video-item-media-videojs--default .vjs-icon-picture-in-picture-exit:before,.fct-video-item-media-videojs--default .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-icon-picture-in-picture-exit:before,.fct-video-item-media-videojs--youtube .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:""}.fct-video-item-media-videojs--default .video-js,.fct-video-item-media-videojs--youtube .video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:normal;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.fct-video-item-media-videojs--default .video-js:-moz-full-screen,.fct-video-item-media-videojs--youtube .video-js:-moz-full-screen{position:absolute}.fct-video-item-media-videojs--default .video-js:-webkit-full-screen,.fct-video-item-media-videojs--youtube .video-js:-webkit-full-screen{width:100% !important;height:100% !important}.fct-video-item-media-videojs--default .video-js[tabindex="-1"],.fct-video-item-media-videojs--youtube .video-js[tabindex="-1"]{outline:none}.fct-video-item-media-videojs--default .video-js *,.fct-video-item-media-videojs--default .video-js *:before,.fct-video-item-media-videojs--default .video-js *:after,.fct-video-item-media-videojs--youtube .video-js *,.fct-video-item-media-videojs--youtube .video-js *:before,.fct-video-item-media-videojs--youtube .video-js *:after{box-sizing:inherit}.fct-video-item-media-videojs--default .video-js ul,.fct-video-item-media-videojs--youtube .video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.fct-video-item-media-videojs--default .video-js.vjs-fluid,.fct-video-item-media-videojs--default .video-js.vjs-16-9,.fct-video-item-media-videojs--default .video-js.vjs-4-3,.fct-video-item-media-videojs--default .video-js.vjs-9-16,.fct-video-item-media-videojs--default .video-js.vjs-1-1,.fct-video-item-media-videojs--youtube .video-js.vjs-fluid,.fct-video-item-media-videojs--youtube .video-js.vjs-16-9,.fct-video-item-media-videojs--youtube .video-js.vjs-4-3,.fct-video-item-media-videojs--youtube .video-js.vjs-9-16,.fct-video-item-media-videojs--youtube .video-js.vjs-1-1{width:100%;max-width:100%}.fct-video-item-media-videojs--default .video-js.vjs-fluid:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--default .video-js.vjs-16-9:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--default .video-js.vjs-4-3:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--default .video-js.vjs-9-16:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--default .video-js.vjs-1-1:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--youtube .video-js.vjs-fluid:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--youtube .video-js.vjs-16-9:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--youtube .video-js.vjs-4-3:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--youtube .video-js.vjs-9-16:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--youtube .video-js.vjs-1-1:not(.vjs-audio-only-mode){height:0}.fct-video-item-media-videojs--default .video-js.vjs-16-9:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--youtube .video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.fct-video-item-media-videojs--default .video-js.vjs-4-3:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--youtube .video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.fct-video-item-media-videojs--default .video-js.vjs-9-16:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--youtube .video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.fct-video-item-media-videojs--default .video-js.vjs-1-1:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--youtube .video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.fct-video-item-media-videojs--default .video-js.vjs-fill:not(.vjs-audio-only-mode),.fct-video-item-media-videojs--youtube .video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.fct-video-item-media-videojs--default .video-js .vjs-tech,.fct-video-item-media-videojs--youtube .video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.fct-video-item-media-videojs--default .video-js.vjs-audio-only-mode .vjs-tech,.fct-video-item-media-videojs--youtube .video-js.vjs-audio-only-mode .vjs-tech{display:none}.fct-video-item-media-videojs--default body.vjs-full-window,.fct-video-item-media-videojs--youtube body.vjs-full-window{padding:0;margin:0;height:100%}.fct-video-item-media-videojs--default .vjs-full-window .video-js.vjs-fullscreen,.fct-video-item-media-videojs--youtube .vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.fct-video-item-media-videojs--default .video-js.vjs-fullscreen:not(.vjs-ios-native-fs),.fct-video-item-media-videojs--youtube .video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100% !important;height:100% !important;padding-top:0 !important}.fct-video-item-media-videojs--default .video-js.vjs-fullscreen.vjs-user-inactive,.fct-video-item-media-videojs--youtube .video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.fct-video-item-media-videojs--default .vjs-hidden,.fct-video-item-media-videojs--youtube .vjs-hidden{display:none !important}.fct-video-item-media-videojs--default .vjs-disabled,.fct-video-item-media-videojs--youtube .vjs-disabled{opacity:.5;cursor:default}.fct-video-item-media-videojs--default .video-js .vjs-offscreen,.fct-video-item-media-videojs--youtube .video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.fct-video-item-media-videojs--default .vjs-lock-showing,.fct-video-item-media-videojs--youtube .vjs-lock-showing{display:block !important;opacity:1 !important;visibility:visible !important}.fct-video-item-media-videojs--default .vjs-no-js,.fct-video-item-media-videojs--youtube .vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0px auto}.fct-video-item-media-videojs--default .vjs-no-js a,.fct-video-item-media-videojs--default .vjs-no-js a:visited,.fct-video-item-media-videojs--youtube .vjs-no-js a,.fct-video-item-media-videojs--youtube .vjs-no-js a:visited{color:#66a8cc}.fct-video-item-media-videojs--default .video-js .vjs-big-play-button,.fct-video-item-media-videojs--youtube .video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43, 51, 63, 0.7);border-radius:.3em;transition:all .4s}.fct-video-item-media-videojs--default .vjs-big-play-centered .vjs-big-play-button,.fct-video-item-media-videojs--youtube .vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-0.81666em;margin-left:-1.5em}.fct-video-item-media-videojs--default .video-js:hover .vjs-big-play-button,.fct-video-item-media-videojs--default .video-js .vjs-big-play-button:focus,.fct-video-item-media-videojs--youtube .video-js:hover .vjs-big-play-button,.fct-video-item-media-videojs--youtube .video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:rgba(115, 133, 159, 0.5);transition:all 0s}.fct-video-item-media-videojs--default .vjs-controls-disabled .vjs-big-play-button,.fct-video-item-media-videojs--default .vjs-has-started .vjs-big-play-button,.fct-video-item-media-videojs--default .vjs-using-native-controls .vjs-big-play-button,.fct-video-item-media-videojs--default .vjs-error .vjs-big-play-button,.fct-video-item-media-videojs--youtube .vjs-controls-disabled .vjs-big-play-button,.fct-video-item-media-videojs--youtube .vjs-has-started .vjs-big-play-button,.fct-video-item-media-videojs--youtube .vjs-using-native-controls .vjs-big-play-button,.fct-video-item-media-videojs--youtube .vjs-error .vjs-big-play-button{display:none}.fct-video-item-media-videojs--default .vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button,.fct-video-item-media-videojs--youtube .vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.fct-video-item-media-videojs--default .video-js button,.fct-video-item-media-videojs--youtube .video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.fct-video-item-media-videojs--default .vjs-control .vjs-button,.fct-video-item-media-videojs--youtube .vjs-control .vjs-button{width:100%;height:100%}.fct-video-item-media-videojs--default .video-js .vjs-control.vjs-close-button,.fct-video-item-media-videojs--youtube .video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.fct-video-item-media-videojs--default .video-js .vjs-modal-dialog,.fct-video-item-media-videojs--youtube .video-js .vjs-modal-dialog{background:rgba(0, 0, 0, 0.8);background:linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));overflow:auto}.fct-video-item-media-videojs--default .video-js .vjs-modal-dialog>*,.fct-video-item-media-videojs--youtube .video-js .vjs-modal-dialog>*{box-sizing:border-box}.fct-video-item-media-videojs--default .vjs-modal-dialog .vjs-modal-dialog-content,.fct-video-item-media-videojs--youtube .vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.fct-video-item-media-videojs--default .vjs-menu-button,.fct-video-item-media-videojs--youtube .vjs-menu-button{cursor:pointer}.fct-video-item-media-videojs--default .vjs-menu-button.vjs-disabled,.fct-video-item-media-videojs--youtube .vjs-menu-button.vjs-disabled{cursor:default}.fct-video-item-media-videojs--default .vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.fct-video-item-media-videojs--default .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--youtube .vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.fct-video-item-media-videojs--default .vjs-menu .vjs-menu-content>*,.fct-video-item-media-videojs--youtube .vjs-menu .vjs-menu-content>*{box-sizing:border-box}.fct-video-item-media-videojs--default .vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.fct-video-item-media-videojs--default .vjs-menu li,.fct-video-item-media-videojs--youtube .vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.fct-video-item-media-videojs--default .vjs-menu li.vjs-menu-item:focus,.fct-video-item-media-videojs--default .vjs-menu li.vjs-menu-item:hover,.fct-video-item-media-videojs--default .js-focus-visible .vjs-menu li.vjs-menu-item:hover,.fct-video-item-media-videojs--youtube .vjs-menu li.vjs-menu-item:focus,.fct-video-item-media-videojs--youtube .vjs-menu li.vjs-menu-item:hover,.fct-video-item-media-videojs--youtube .js-focus-visible .vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115, 133, 159, 0.5)}.fct-video-item-media-videojs--default .vjs-menu li.vjs-selected,.fct-video-item-media-videojs--default .vjs-menu li.vjs-selected:focus,.fct-video-item-media-videojs--default .vjs-menu li.vjs-selected:hover,.fct-video-item-media-videojs--default .js-focus-visible .vjs-menu li.vjs-selected:hover,.fct-video-item-media-videojs--youtube .vjs-menu li.vjs-selected,.fct-video-item-media-videojs--youtube .vjs-menu li.vjs-selected:focus,.fct-video-item-media-videojs--youtube .vjs-menu li.vjs-selected:hover,.fct-video-item-media-videojs--youtube .js-focus-visible .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.fct-video-item-media-videojs--default .video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),.fct-video-item-media-videojs--default .js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible),.fct-video-item-media-videojs--youtube .video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),.fct-video-item-media-videojs--youtube .js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible){background:none}.fct-video-item-media-videojs--default .vjs-menu li.vjs-menu-title,.fct-video-item-media-videojs--youtube .vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:bold;cursor:default}.fct-video-item-media-videojs--default .vjs-menu-button-popup .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:rgba(43, 51, 63, 0.7)}.fct-video-item-media-videojs--default .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--youtube .vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43, 51, 63, 0.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.fct-video-item-media-videojs--default .vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--default .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--youtube .vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--youtube .vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.fct-video-item-media-videojs--default .vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--youtube .vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.fct-video-item-media-videojs--default .vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--youtube .vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.fct-video-item-media-videojs--default .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--default .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--default .vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--youtube .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--youtube .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.fct-video-item-media-videojs--youtube .vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.fct-video-item-media-videojs--default .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,.fct-video-item-media-videojs--default .vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.fct-video-item-media-videojs--youtube .vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.fct-video-item-media-videojs--default .video-js .vjs-menu-button-inline,.fct-video-item-media-videojs--youtube .video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.fct-video-item-media-videojs--default .video-js .vjs-menu-button-inline:before,.fct-video-item-media-videojs--youtube .video-js .vjs-menu-button-inline:before{width:2.222222222em}.fct-video-item-media-videojs--default .video-js .vjs-menu-button-inline:hover,.fct-video-item-media-videojs--default .video-js .vjs-menu-button-inline:focus,.fct-video-item-media-videojs--default .video-js .vjs-menu-button-inline.vjs-slider-active,.fct-video-item-media-videojs--default .video-js.vjs-no-flex .vjs-menu-button-inline,.fct-video-item-media-videojs--youtube .video-js .vjs-menu-button-inline:hover,.fct-video-item-media-videojs--youtube .video-js .vjs-menu-button-inline:focus,.fct-video-item-media-videojs--youtube .video-js .vjs-menu-button-inline.vjs-slider-active,.fct-video-item-media-videojs--youtube .video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.fct-video-item-media-videojs--default .vjs-menu-button-inline .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.fct-video-item-media-videojs--default .vjs-menu-button-inline:hover .vjs-menu,.fct-video-item-media-videojs--default .vjs-menu-button-inline:focus .vjs-menu,.fct-video-item-media-videojs--default .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-menu-button-inline:hover .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-menu-button-inline:focus .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.fct-video-item-media-videojs--default .vjs-no-flex .vjs-menu-button-inline .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.fct-video-item-media-videojs--default .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.fct-video-item-media-videojs--default .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.fct-video-item-media-videojs--default .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu{width:auto}.fct-video-item-media-videojs--default .vjs-menu-button-inline .vjs-menu-content,.fct-video-item-media-videojs--youtube .vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.fct-video-item-media-videojs--default .video-js .vjs-control-bar,.fct-video-item-media-videojs--youtube .video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43, 51, 63, 0.7)}.fct-video-item-media-videojs--default .vjs-has-started .vjs-control-bar,.fct-video-item-media-videojs--default .vjs-audio-only-mode .vjs-control-bar,.fct-video-item-media-videojs--youtube .vjs-has-started .vjs-control-bar,.fct-video-item-media-videojs--youtube .vjs-audio-only-mode .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.fct-video-item-media-videojs--default .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.fct-video-item-media-videojs--youtube .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.fct-video-item-media-videojs--default .vjs-controls-disabled .vjs-control-bar,.fct-video-item-media-videojs--default .vjs-using-native-controls .vjs-control-bar,.fct-video-item-media-videojs--default .vjs-error .vjs-control-bar,.fct-video-item-media-videojs--youtube .vjs-controls-disabled .vjs-control-bar,.fct-video-item-media-videojs--youtube .vjs-using-native-controls .vjs-control-bar,.fct-video-item-media-videojs--youtube .vjs-error .vjs-control-bar{display:none !important}.fct-video-item-media-videojs--default .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.fct-video-item-media-videojs--default .vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.fct-video-item-media-videojs--youtube .vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.fct-video-item-media-videojs--youtube .vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.fct-video-item-media-videojs--default .vjs-has-started.vjs-no-flex .vjs-control-bar,.fct-video-item-media-videojs--youtube .vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.fct-video-item-media-videojs--default .video-js .vjs-control,.fct-video-item-media-videojs--youtube .video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.fct-video-item-media-videojs--default .video-js .vjs-control.vjs-visible-text,.fct-video-item-media-videojs--youtube .video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.fct-video-item-media-videojs--default .vjs-button>.vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.fct-video-item-media-videojs--default .vjs-button>.vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-button>.vjs-icon-placeholder{display:block}.fct-video-item-media-videojs--default .video-js .vjs-control:focus:before,.fct-video-item-media-videojs--default .video-js .vjs-control:hover:before,.fct-video-item-media-videojs--default .video-js .vjs-control:focus,.fct-video-item-media-videojs--youtube .video-js .vjs-control:focus:before,.fct-video-item-media-videojs--youtube .video-js .vjs-control:hover:before,.fct-video-item-media-videojs--youtube .video-js .vjs-control:focus{text-shadow:0em 0em 1em white}.fct-video-item-media-videojs--default .video-js *:not(.vjs-visible-text)>.vjs-control-text,.fct-video-item-media-videojs--youtube .video-js *:not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.fct-video-item-media-videojs--default .vjs-no-flex .vjs-control,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.fct-video-item-media-videojs--default .video-js .vjs-custom-control-spacer,.fct-video-item-media-videojs--youtube .video-js .vjs-custom-control-spacer{display:none}.fct-video-item-media-videojs--default .video-js .vjs-progress-control,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.fct-video-item-media-videojs--default .video-js .vjs-progress-control.disabled,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-control.disabled{cursor:default}.fct-video-item-media-videojs--default .vjs-live .vjs-progress-control,.fct-video-item-media-videojs--youtube .vjs-live .vjs-progress-control{display:none}.fct-video-item-media-videojs--default .vjs-liveui .vjs-progress-control,.fct-video-item-media-videojs--youtube .vjs-liveui .vjs-progress-control{display:flex;align-items:center}.fct-video-item-media-videojs--default .vjs-no-flex .vjs-progress-control,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-progress-control{width:auto}.fct-video-item-media-videojs--default .video-js .vjs-progress-holder,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.fct-video-item-media-videojs--default .video-js .vjs-progress-control .vjs-progress-holder,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.fct-video-item-media-videojs--default .video-js .vjs-progress-control:hover .vjs-progress-holder,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.fct-video-item-media-videojs--default .video-js .vjs-progress-control:hover .vjs-progress-holder.disabled,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.fct-video-item-media-videojs--default .video-js .vjs-progress-holder .vjs-play-progress,.fct-video-item-media-videojs--default .video-js .vjs-progress-holder .vjs-load-progress,.fct-video-item-media-videojs--default .video-js .vjs-progress-holder .vjs-load-progress div,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-holder .vjs-play-progress,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-holder .vjs-load-progress,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.fct-video-item-media-videojs--default .video-js .vjs-play-progress,.fct-video-item-media-videojs--youtube .video-js .vjs-play-progress{background-color:#fff}.fct-video-item-media-videojs--default .video-js .vjs-play-progress:before,.fct-video-item-media-videojs--youtube .video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-0.5em;top:-0.3333333333em;z-index:1}.fct-video-item-media-videojs--default .video-js .vjs-load-progress,.fct-video-item-media-videojs--youtube .video-js .vjs-load-progress{background:rgba(115, 133, 159, 0.5)}.fct-video-item-media-videojs--default .video-js .vjs-load-progress div,.fct-video-item-media-videojs--youtube .video-js .vjs-load-progress div{background:rgba(115, 133, 159, 0.75)}.fct-video-item-media-videojs--default .video-js .vjs-time-tooltip,.fct-video-item-media-videojs--youtube .video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255, 255, 255, 0.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.fct-video-item-media-videojs--default .video-js .vjs-progress-holder:focus .vjs-time-tooltip,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.fct-video-item-media-videojs--default .video-js .vjs-progress-control:hover .vjs-time-tooltip,.fct-video-item-media-videojs--default .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-control:hover .vjs-time-tooltip,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.fct-video-item-media-videojs--default .video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.fct-video-item-media-videojs--default .video-js .vjs-progress-control .vjs-mouse-display,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.fct-video-item-media-videojs--default .vjs-no-flex .vjs-progress-control .vjs-mouse-display,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.fct-video-item-media-videojs--default .video-js .vjs-progress-control:hover .vjs-mouse-display,.fct-video-item-media-videojs--youtube .video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.fct-video-item-media-videojs--default .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.fct-video-item-media-videojs--youtube .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.fct-video-item-media-videojs--default .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.fct-video-item-media-videojs--youtube .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.fct-video-item-media-videojs--default .vjs-mouse-display .vjs-time-tooltip,.fct-video-item-media-videojs--youtube .vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0, 0, 0, 0.8)}.fct-video-item-media-videojs--default .video-js .vjs-slider,.fct-video-item-media-videojs--youtube .video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115, 133, 159, 0.5)}.fct-video-item-media-videojs--default .video-js .vjs-slider.disabled,.fct-video-item-media-videojs--youtube .video-js .vjs-slider.disabled{cursor:default}.fct-video-item-media-videojs--default .video-js .vjs-slider:focus,.fct-video-item-media-videojs--youtube .video-js .vjs-slider:focus{text-shadow:0em 0em 1em white;box-shadow:0 0 1em #fff}.fct-video-item-media-videojs--default .video-js .vjs-mute-control,.fct-video-item-media-videojs--youtube .video-js .vjs-mute-control{cursor:pointer;flex:none}.fct-video-item-media-videojs--default .video-js .vjs-volume-control,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.fct-video-item-media-videojs--default .video-js .vjs-volume-control.vjs-volume-horizontal,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.fct-video-item-media-videojs--default .video-js .vjs-volume-panel .vjs-volume-control,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.fct-video-item-media-videojs--default .video-js .vjs-volume-panel,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel{transition:width 1s}.fct-video-item-media-videojs--default .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel:active .vjs-volume-control,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel:focus .vjs-volume-control,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel .vjs-volume-control:active,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel:active .vjs-volume-control,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel:focus .vjs-volume-control,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel .vjs-volume-control:active,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.fct-video-item-media-videojs--default .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.fct-video-item-media-videojs--default .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.fct-video-item-media-videojs--default .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.fct-video-item-media-videojs--default .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:10em;transition:width .1s}.fct-video-item-media-videojs--default .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.fct-video-item-media-videojs--default .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.fct-video-item-media-videojs--default .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.fct-video-item-media-videojs--default .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal,.fct-video-item-media-videojs--youtube .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.fct-video-item-media-videojs--default .video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--default .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--youtube .video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.fct-video-item-media-videojs--youtube .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.fct-video-item-media-videojs--default .video-js .vjs-volume-panel,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel{display:flex}.fct-video-item-media-videojs--default .video-js .vjs-volume-bar,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-bar{margin:1.35em .45em}.fct-video-item-media-videojs--default .vjs-volume-bar.vjs-slider-horizontal,.fct-video-item-media-videojs--youtube .vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.fct-video-item-media-videojs--default .vjs-volume-bar.vjs-slider-vertical,.fct-video-item-media-videojs--youtube .vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.fct-video-item-media-videojs--default .video-js .vjs-volume-level,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.fct-video-item-media-videojs--default .video-js .vjs-volume-level:before,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.fct-video-item-media-videojs--default .vjs-slider-vertical .vjs-volume-level,.fct-video-item-media-videojs--youtube .vjs-slider-vertical .vjs-volume-level{width:.3em}.fct-video-item-media-videojs--default .vjs-slider-vertical .vjs-volume-level:before,.fct-video-item-media-videojs--youtube .vjs-slider-vertical .vjs-volume-level:before{top:-0.5em;left:-0.3em;z-index:1}.fct-video-item-media-videojs--default .vjs-slider-horizontal .vjs-volume-level,.fct-video-item-media-videojs--youtube .vjs-slider-horizontal .vjs-volume-level{height:.3em}.fct-video-item-media-videojs--default .vjs-slider-horizontal .vjs-volume-level:before,.fct-video-item-media-videojs--youtube .vjs-slider-horizontal .vjs-volume-level:before{top:-0.3em;right:-0.5em}.fct-video-item-media-videojs--default .video-js .vjs-volume-panel.vjs-volume-panel-vertical,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.fct-video-item-media-videojs--default .vjs-volume-bar.vjs-slider-vertical .vjs-volume-level,.fct-video-item-media-videojs--youtube .vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.fct-video-item-media-videojs--default .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level,.fct-video-item-media-videojs--youtube .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.fct-video-item-media-videojs--default .video-js .vjs-volume-vertical,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43, 51, 63, 0.7)}.fct-video-item-media-videojs--default .video-js .vjs-volume-horizontal .vjs-menu,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.fct-video-item-media-videojs--default .video-js .vjs-volume-tooltip,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-tooltip{background-color:#fff;background-color:rgba(255, 255, 255, 0.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.fct-video-item-media-videojs--default .video-js .vjs-volume-control:hover .vjs-volume-tooltip,.fct-video-item-media-videojs--default .video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-control:hover .vjs-volume-tooltip,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.fct-video-item-media-videojs--default .video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,.fct-video-item-media-videojs--default .video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip{left:1em;top:-12px}.fct-video-item-media-videojs--default .video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.fct-video-item-media-videojs--default .video-js .vjs-volume-control .vjs-mouse-display,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.fct-video-item-media-videojs--default .video-js .vjs-volume-horizontal .vjs-mouse-display,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.fct-video-item-media-videojs--default .vjs-no-flex .vjs-volume-control .vjs-mouse-display,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}.fct-video-item-media-videojs--default .video-js .vjs-volume-control:hover .vjs-mouse-display,.fct-video-item-media-videojs--youtube .video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.fct-video-item-media-videojs--default .video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display,.fct-video-item-media-videojs--youtube .video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.fct-video-item-media-videojs--default .video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display,.fct-video-item-media-videojs--youtube .video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}.fct-video-item-media-videojs--default .vjs-mouse-display .vjs-volume-tooltip,.fct-video-item-media-videojs--youtube .vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:rgba(0, 0, 0, 0.8)}.fct-video-item-media-videojs--default .vjs-poster,.fct-video-item-media-videojs--youtube .vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.fct-video-item-media-videojs--default .vjs-has-started .vjs-poster,.fct-video-item-media-videojs--default .vjs-using-native-controls .vjs-poster,.fct-video-item-media-videojs--youtube .vjs-has-started .vjs-poster,.fct-video-item-media-videojs--youtube .vjs-using-native-controls .vjs-poster{display:none}.fct-video-item-media-videojs--default .vjs-audio.vjs-has-started .vjs-poster,.fct-video-item-media-videojs--default .vjs-has-started.vjs-audio-poster-mode .vjs-poster,.fct-video-item-media-videojs--youtube .vjs-audio.vjs-has-started .vjs-poster,.fct-video-item-media-videojs--youtube .vjs-has-started.vjs-audio-poster-mode .vjs-poster{display:block}.fct-video-item-media-videojs--default .video-js .vjs-live-control,.fct-video-item-media-videojs--youtube .video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.fct-video-item-media-videojs--default .vjs-no-flex .vjs-live-control,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.fct-video-item-media-videojs--default .video-js:not(.vjs-live) .vjs-live-control,.fct-video-item-media-videojs--default .video-js.vjs-liveui .vjs-live-control,.fct-video-item-media-videojs--youtube .video-js:not(.vjs-live) .vjs-live-control,.fct-video-item-media-videojs--youtube .video-js.vjs-liveui .vjs-live-control{display:none}.fct-video-item-media-videojs--default .video-js .vjs-seek-to-live-control,.fct-video-item-media-videojs--youtube .video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.fct-video-item-media-videojs--default .vjs-no-flex .vjs-seek-to-live-control,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.fct-video-item-media-videojs--default .video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.fct-video-item-media-videojs--default .video-js:not(.vjs-live) .vjs-seek-to-live-control,.fct-video-item-media-videojs--youtube .video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.fct-video-item-media-videojs--youtube .video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.fct-video-item-media-videojs--default .vjs-seek-to-live-control.vjs-control.vjs-at-live-edge,.fct-video-item-media-videojs--youtube .vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.fct-video-item-media-videojs--default .vjs-seek-to-live-control .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.fct-video-item-media-videojs--default .vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.fct-video-item-media-videojs--default .video-js .vjs-time-control,.fct-video-item-media-videojs--youtube .video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.fct-video-item-media-videojs--default .vjs-live .vjs-time-control,.fct-video-item-media-videojs--youtube .vjs-live .vjs-time-control{display:none}.fct-video-item-media-videojs--default .video-js .vjs-current-time,.fct-video-item-media-videojs--default .vjs-no-flex .vjs-current-time,.fct-video-item-media-videojs--youtube .video-js .vjs-current-time,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-current-time{display:none}.fct-video-item-media-videojs--default .video-js .vjs-duration,.fct-video-item-media-videojs--default .vjs-no-flex .vjs-duration,.fct-video-item-media-videojs--youtube .video-js .vjs-duration,.fct-video-item-media-videojs--youtube .vjs-no-flex .vjs-duration{display:none}.fct-video-item-media-videojs--default .vjs-time-divider,.fct-video-item-media-videojs--youtube .vjs-time-divider{display:none;line-height:3em}.fct-video-item-media-videojs--default .vjs-live .vjs-time-divider,.fct-video-item-media-videojs--youtube .vjs-live .vjs-time-divider{display:none}.fct-video-item-media-videojs--default .video-js .vjs-play-control,.fct-video-item-media-videojs--youtube .video-js .vjs-play-control{cursor:pointer}.fct-video-item-media-videojs--default .video-js .vjs-play-control .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.fct-video-item-media-videojs--default .vjs-text-track-display,.fct-video-item-media-videojs--youtube .vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.fct-video-item-media-videojs--default .video-js.vjs-controls-disabled .vjs-text-track-display,.fct-video-item-media-videojs--default .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display,.fct-video-item-media-videojs--youtube .video-js.vjs-controls-disabled .vjs-text-track-display,.fct-video-item-media-videojs--youtube .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.fct-video-item-media-videojs--default .video-js .vjs-text-track,.fct-video-item-media-videojs--youtube .video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.fct-video-item-media-videojs--default .vjs-subtitles,.fct-video-item-media-videojs--youtube .vjs-subtitles{color:#fff}.fct-video-item-media-videojs--default .vjs-captions,.fct-video-item-media-videojs--youtube .vjs-captions{color:#fc6}.fct-video-item-media-videojs--default .vjs-tt-cue,.fct-video-item-media-videojs--youtube .vjs-tt-cue{display:block}.fct-video-item-media-videojs--default video::-webkit-media-text-track-display,.fct-video-item-media-videojs--youtube video::-webkit-media-text-track-display{transform:translateY(-3em)}.fct-video-item-media-videojs--default .video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.fct-video-item-media-videojs--default .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display,.fct-video-item-media-videojs--youtube .video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.fct-video-item-media-videojs--youtube .video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.fct-video-item-media-videojs--default .video-js .vjs-picture-in-picture-control,.fct-video-item-media-videojs--youtube .video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.fct-video-item-media-videojs--default .video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,.fct-video-item-media-videojs--youtube .video-js.vjs-audio-only-mode .vjs-picture-in-picture-control{display:none}.fct-video-item-media-videojs--default .video-js .vjs-fullscreen-control,.fct-video-item-media-videojs--youtube .video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.fct-video-item-media-videojs--default .video-js.vjs-audio-only-mode .vjs-fullscreen-control,.fct-video-item-media-videojs--youtube .video-js.vjs-audio-only-mode .vjs-fullscreen-control{display:none}.fct-video-item-media-videojs--default .vjs-playback-rate>.vjs-menu-button,.fct-video-item-media-videojs--default .vjs-playback-rate .vjs-playback-rate-value,.fct-video-item-media-videojs--youtube .vjs-playback-rate>.vjs-menu-button,.fct-video-item-media-videojs--youtube .vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%}.fct-video-item-media-videojs--default .vjs-playback-rate .vjs-playback-rate-value,.fct-video-item-media-videojs--youtube .vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.fct-video-item-media-videojs--default .vjs-playback-rate .vjs-menu,.fct-video-item-media-videojs--youtube .vjs-playback-rate .vjs-menu{width:4em;left:0em}.fct-video-item-media-videojs--default .vjs-error .vjs-error-display .vjs-modal-dialog-content,.fct-video-item-media-videojs--youtube .vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.fct-video-item-media-videojs--default .vjs-error .vjs-error-display:before,.fct-video-item-media-videojs--youtube .vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-0.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.fct-video-item-media-videojs--default .vjs-loading-spinner,.fct-video-item-media-videojs--youtube .vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43, 51, 63, 0.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.fct-video-item-media-videojs--default .vjs-seeking .vjs-loading-spinner,.fct-video-item-media-videojs--default .vjs-waiting .vjs-loading-spinner,.fct-video-item-media-videojs--youtube .vjs-seeking .vjs-loading-spinner,.fct-video-item-media-videojs--youtube .vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards}.fct-video-item-media-videojs--default .vjs-loading-spinner:before,.fct-video-item-media-videojs--default .vjs-loading-spinner:after,.fct-video-item-media-videojs--youtube .vjs-loading-spinner:before,.fct-video-item-media-videojs--youtube .vjs-loading-spinner:after{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:white}.fct-video-item-media-videojs--default .vjs-seeking .vjs-loading-spinner:before,.fct-video-item-media-videojs--default .vjs-seeking .vjs-loading-spinner:after,.fct-video-item-media-videojs--default .vjs-waiting .vjs-loading-spinner:before,.fct-video-item-media-videojs--default .vjs-waiting .vjs-loading-spinner:after,.fct-video-item-media-videojs--youtube .vjs-seeking .vjs-loading-spinner:before,.fct-video-item-media-videojs--youtube .vjs-seeking .vjs-loading-spinner:after,.fct-video-item-media-videojs--youtube .vjs-waiting .vjs-loading-spinner:before,.fct-video-item-media-videojs--youtube .vjs-waiting .vjs-loading-spinner:after{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite}.fct-video-item-media-videojs--default .vjs-seeking .vjs-loading-spinner:before,.fct-video-item-media-videojs--default .vjs-waiting .vjs-loading-spinner:before,.fct-video-item-media-videojs--youtube .vjs-seeking .vjs-loading-spinner:before,.fct-video-item-media-videojs--youtube .vjs-waiting .vjs-loading-spinner:before{border-top-color:white}.fct-video-item-media-videojs--default .vjs-seeking .vjs-loading-spinner:after,.fct-video-item-media-videojs--default .vjs-waiting .vjs-loading-spinner:after,.fct-video-item-media-videojs--youtube .vjs-seeking .vjs-loading-spinner:after,.fct-video-item-media-videojs--youtube .vjs-waiting .vjs-loading-spinner:after{border-top-color:white;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:white}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:white}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.fct-video-item-media-videojs--default .video-js.vjs-audio-only-mode .vjs-captions-button,.fct-video-item-media-videojs--youtube .video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.fct-video-item-media-videojs--default .vjs-chapters-button .vjs-menu ul,.fct-video-item-media-videojs--youtube .vjs-chapters-button .vjs-menu ul{width:24em}.fct-video-item-media-videojs--default .video-js.vjs-audio-only-mode .vjs-descriptions-button,.fct-video-item-media-videojs--youtube .video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.fct-video-item-media-videojs--default .video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-0.1em}.fct-video-item-media-videojs--default .video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"";font-size:1.5em;line-height:inherit}.fct-video-item-media-videojs--default .video-js.vjs-audio-only-mode .vjs-subs-caps-button,.fct-video-item-media-videojs--youtube .video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.fct-video-item-media-videojs--default .video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder,.fct-video-item-media-videojs--youtube .video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-0.1em}.fct-video-item-media-videojs--default .video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,.fct-video-item-media-videojs--youtube .video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" ";font-size:1.5em;line-height:inherit}.fct-video-item-media-videojs--default .video-js.vjs-layout-small .vjs-current-time,.fct-video-item-media-videojs--default .video-js.vjs-layout-small .vjs-time-divider,.fct-video-item-media-videojs--default .video-js.vjs-layout-small .vjs-duration,.fct-video-item-media-videojs--default .video-js.vjs-layout-small .vjs-remaining-time,.fct-video-item-media-videojs--default .video-js.vjs-layout-small .vjs-playback-rate,.fct-video-item-media-videojs--default .video-js.vjs-layout-small .vjs-volume-control,.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-current-time,.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-time-divider,.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-duration,.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-remaining-time,.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-playback-rate,.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-volume-control,.fct-video-item-media-videojs--default .video-js.vjs-layout-tiny .vjs-current-time,.fct-video-item-media-videojs--default .video-js.vjs-layout-tiny .vjs-time-divider,.fct-video-item-media-videojs--default .video-js.vjs-layout-tiny .vjs-duration,.fct-video-item-media-videojs--default .video-js.vjs-layout-tiny .vjs-remaining-time,.fct-video-item-media-videojs--default .video-js.vjs-layout-tiny .vjs-playback-rate,.fct-video-item-media-videojs--default .video-js.vjs-layout-tiny .vjs-volume-control,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-small .vjs-current-time,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-small .vjs-time-divider,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-small .vjs-duration,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-small .vjs-remaining-time,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-small .vjs-playback-rate,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-small .vjs-volume-control,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-current-time,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-time-divider,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-duration,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-remaining-time,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-playback-rate,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-volume-control,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-tiny .vjs-current-time,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-tiny .vjs-time-divider,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-tiny .vjs-duration,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-tiny .vjs-remaining-time,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-tiny .vjs-playback-rate,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-tiny .vjs-volume-control{display:none}.fct-video-item-media-videojs--default .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.fct-video-item-media-videojs--default .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.fct-video-item-media-videojs--default .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.fct-video-item-media-videojs--default .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.fct-video-item-media-videojs--default .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.fct-video-item-media-videojs--default .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.fct-video-item-media-videojs--default .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.fct-video-item-media-videojs--default .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover{width:auto;width:initial}.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-progress-control,.fct-video-item-media-videojs--default .video-js.vjs-layout-tiny .vjs-progress-control,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-progress-control,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-tiny .vjs-progress-control{display:none}.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small .vjs-custom-control-spacer,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.fct-video-item-media-videojs--default .video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer,.fct-video-item-media-videojs--youtube .video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer{width:auto}.fct-video-item-media-videojs--default .vjs-modal-dialog.vjs-text-track-settings,.fct-video-item-media-videojs--youtube .vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43, 51, 63, 0.75);color:#fff;height:70%}.fct-video-item-media-videojs--default .vjs-text-track-settings .vjs-modal-dialog-content,.fct-video-item-media-videojs--youtube .vjs-text-track-settings .vjs-modal-dialog-content{display:table}.fct-video-item-media-videojs--default .vjs-text-track-settings .vjs-track-settings-colors,.fct-video-item-media-videojs--default .vjs-text-track-settings .vjs-track-settings-font,.fct-video-item-media-videojs--default .vjs-text-track-settings .vjs-track-settings-controls,.fct-video-item-media-videojs--youtube .vjs-text-track-settings .vjs-track-settings-colors,.fct-video-item-media-videojs--youtube .vjs-text-track-settings .vjs-track-settings-font,.fct-video-item-media-videojs--youtube .vjs-text-track-settings .vjs-track-settings-controls{display:table-cell}.fct-video-item-media-videojs--default .vjs-text-track-settings .vjs-track-settings-controls,.fct-video-item-media-videojs--youtube .vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports(display: grid){.fct-video-item-media-videojs--default .vjs-text-track-settings .vjs-modal-dialog-content,.fct-video-item-media-videojs--youtube .vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0px 24px}.fct-video-item-media-videojs--default .vjs-track-settings-controls .vjs-default-button,.fct-video-item-media-videojs--youtube .vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.fct-video-item-media-videojs--default .vjs-text-track-settings .vjs-track-settings-controls,.fct-video-item-media-videojs--youtube .vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.fct-video-item-media-videojs--default .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.fct-video-item-media-videojs--default .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,.fct-video-item-media-videojs--default .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.fct-video-item-media-videojs--youtube .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.fct-video-item-media-videojs--youtube .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,.fct-video-item-media-videojs--youtube .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.fct-video-item-media-videojs--default .vjs-track-setting>select,.fct-video-item-media-videojs--youtube .vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.fct-video-item-media-videojs--default .vjs-text-track-settings fieldset,.fct-video-item-media-videojs--youtube .vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.fct-video-item-media-videojs--default .vjs-text-track-settings fieldset span,.fct-video-item-media-videojs--youtube .vjs-text-track-settings fieldset span{display:inline-block}.fct-video-item-media-videojs--default .vjs-text-track-settings fieldset span>select,.fct-video-item-media-videojs--youtube .vjs-text-track-settings fieldset span>select{max-width:7.3em}.fct-video-item-media-videojs--default .vjs-text-track-settings legend,.fct-video-item-media-videojs--youtube .vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}.fct-video-item-media-videojs--default .vjs-text-track-settings .vjs-label,.fct-video-item-media-videojs--youtube .vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}.fct-video-item-media-videojs--default .vjs-track-settings-controls button:focus,.fct-video-item-media-videojs--default .vjs-track-settings-controls button:active,.fct-video-item-media-videojs--youtube .vjs-track-settings-controls button:focus,.fct-video-item-media-videojs--youtube .vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg, #fff 88%, #73859f 100%)}.fct-video-item-media-videojs--default .vjs-track-settings-controls button:hover,.fct-video-item-media-videojs--youtube .vjs-track-settings-controls button:hover{color:rgba(43, 51, 63, 0.75)}.fct-video-item-media-videojs--default .vjs-track-settings-controls button,.fct-video-item-media-videojs--youtube .vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg, #fff 88%, #73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.fct-video-item-media-videojs--default .vjs-track-settings-controls .vjs-default-button,.fct-video-item-media-videojs--youtube .vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.fct-video-item-media-videojs--default .video-js>*:not(.vjs-tech):not(.vjs-poster),.fct-video-item-media-videojs--youtube .video-js>*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.fct-video-item-media-videojs--default .vjs-resize-manager,.fct-video-item-media-videojs--youtube .vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.fct-video-item-media-videojs--default .js-focus-visible .video-js *:focus:not(.focus-visible),.fct-video-item-media-videojs--youtube .js-focus-visible .video-js *:focus:not(.focus-visible){outline:none}.fct-video-item-media-videojs--default .video-js *:focus:not(:focus-visible),.fct-video-item-media-videojs--youtube .video-js *:focus:not(:focus-visible){outline:none}.fct-video-container{overflow:hidden}.fct-video-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width .column{padding-left:0;padding-right:0}.fct-video-item{width:100%}.fct-video-item-caption{max-width:1150px}.fct-video-item-media{height:0;width:100%;padding-bottom:56.25%;position:relative;overflow:hidden}.fct-video-item-media iframe,.fct-video-item-media .video-js{position:absolute;top:0;left:0;width:100%;height:100%}.fct-video-item-media video{width:100%;height:100%}.fct-video-item-media:not(.fct-video-item-media--ready-for-init)>*:not(.fct-video-item-media-fallback){display:none !important}.fct-video-item-media.fct-video-item-media--ready-for-init .fct-video-item-media-fallback{display:none !important}.fct-video-item-media-fallback{position:absolute;width:100%;height:100%}.fct-video-item-media-fallback .fct-c-cookie-denied-message{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.fct-video-item-media-info{background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);pointer-events:none;position:absolute;bottom:0;width:100%;padding-top:100px;padding-left:23px;padding-bottom:23px;padding-right:23px}@media(min-width: 768px){.fct-video-item-media-info{padding:100px 40px 34px 40px}}.col-sm-5 .fct-video-item-media-info,.col-sm-6 .fct-video-item-media-info,.col-sm-7 .fct-video-item-media-info,.col-sm-8 .fct-video-item-media-info,.col-sm-9 .fct-video-item-media-info,.col-sm-10 .fct-video-item-media-info,.col-sm-11 .fct-video-item-media-info{padding-top:100px;padding-left:23px;padding-bottom:23px;padding-right:23px}.col-sm-1 .fct-video-item-media-info,.col-sm-2 .fct-video-item-media-info,.col-sm-3 .fct-video-item-media-info,.col-sm-4 .fct-video-item-media-info{padding-top:100px;padding-left:15px;padding-bottom:15px;padding-right:15px}.fct-video-item-media-section-title{font-size:18px;line-height:21px;font-weight:700;font-family:var(--fct-body-font-sans);color:var(--fct-color-primary-light);text-transform:uppercase;display:none}@media(min-width: 768px){.fct-video-item-media-section-title{display:block;width:70%}html[dir=ltr] .fct-video-item-media-section-title{margin-right:30%}html[dir=rtl] .fct-video-item-media-section-title{margin-left:30%}}.col-sm-1 .fct-video-item-media-section-title,.col-sm-2 .fct-video-item-media-section-title,.col-sm-3 .fct-video-item-media-section-title,.col-sm-4 .fct-video-item-media-section-title,.col-sm-5 .fct-video-item-media-section-title,.col-sm-6 .fct-video-item-media-section-title,.col-sm-7 .fct-video-item-media-section-title,.col-sm-8 .fct-video-item-media-section-title,.col-sm-9 .fct-video-item-media-section-title,.col-sm-10 .fct-video-item-media-section-title,.col-sm-11 .fct-video-item-media-section-title{display:none}.fct-video-item-media-title{font-size:18px;line-height:23px;font-weight:400;width:100%;color:#fff;font-family:var(--fct-body-font)}@media screen and (min-width: 480px){.fct-video-item-media-title{font-size:28px;line-height:36px}}@media screen and (min-width: 768px){.fct-video-item-media-title{font-size:35px;line-height:45px}}@media(min-width: 768px){.fct-video-item-media-title{width:70%}html[dir=ltr] .fct-video-item-media-title{margin-right:30%}html[dir=rtl] .fct-video-item-media-title{margin-left:30%}}.col-sm-1 .fct-video-item-media-title,.col-sm-2 .fct-video-item-media-title,.col-sm-3 .fct-video-item-media-title,.col-sm-4 .fct-video-item-media-title,.col-sm-5 .fct-video-item-media-title,.col-sm-6 .fct-video-item-media-title,.col-sm-7 .fct-video-item-media-title,.col-sm-8 .fct-video-item-media-title,.col-sm-9 .fct-video-item-media-title,.col-sm-10 .fct-video-item-media-title,.col-sm-11 .fct-video-item-media-title{width:100%;font-size:18px;line-height:23px;font-weight:400}html[dir=ltr] .col-sm-1 .fct-video-item-media-title,html[dir=ltr] .col-sm-2 .fct-video-item-media-title,html[dir=ltr] .col-sm-3 .fct-video-item-media-title,html[dir=ltr] .col-sm-4 .fct-video-item-media-title,html[dir=ltr] .col-sm-5 .fct-video-item-media-title,html[dir=ltr] .col-sm-6 .fct-video-item-media-title,html[dir=ltr] .col-sm-7 .fct-video-item-media-title,html[dir=ltr] .col-sm-8 .fct-video-item-media-title,html[dir=ltr] .col-sm-9 .fct-video-item-media-title,html[dir=ltr] .col-sm-10 .fct-video-item-media-title,html[dir=ltr] .col-sm-11 .fct-video-item-media-title{margin-right:0}html[dir=rtl] .col-sm-1 .fct-video-item-media-title,html[dir=rtl] .col-sm-2 .fct-video-item-media-title,html[dir=rtl] .col-sm-3 .fct-video-item-media-title,html[dir=rtl] .col-sm-4 .fct-video-item-media-title,html[dir=rtl] .col-sm-5 .fct-video-item-media-title,html[dir=rtl] .col-sm-6 .fct-video-item-media-title,html[dir=rtl] .col-sm-7 .fct-video-item-media-title,html[dir=rtl] .col-sm-8 .fct-video-item-media-title,html[dir=rtl] .col-sm-9 .fct-video-item-media-title,html[dir=rtl] .col-sm-10 .fct-video-item-media-title,html[dir=rtl] .col-sm-11 .fct-video-item-media-title{margin-left:0}.fct-video-item-media-desc{font-size:14px;line-height:20px;font-weight:var(--fct-body-font-weight);width:100%;color:#fff;font-family:var(--fct-body-font);margin-top:5px;display:none}@media(min-width: 768px){.fct-video-item-media-desc{display:block;width:70%}html[dir=ltr] .fct-video-item-media-desc{margin-right:30%}html[dir=rtl] .fct-video-item-media-desc{margin-left:30%}}.col-sm-1 .fct-video-item-media-desc,.col-sm-2 .fct-video-item-media-desc,.col-sm-3 .fct-video-item-media-desc,.col-sm-4 .fct-video-item-media-desc,.col-sm-5 .fct-video-item-media-desc,.col-sm-6 .fct-video-item-media-desc,.col-sm-7 .fct-video-item-media-desc,.col-sm-8 .fct-video-item-media-desc,.col-sm-9 .fct-video-item-media-desc,.col-sm-10 .fct-video-item-media-desc,.col-sm-11 .fct-video-item-media-desc{display:none}.fct-video-item-media-desc p{color:#fff;margin:0}.fct-video-item-media-titlebar{font-weight:300;height:50px;padding:0 25px;background:rgba(0,0,0,.5);color:#fff;position:absolute;top:0;left:0;width:100%;display:table;font-family:var(--fct-body-font-sans);font-size:16px;line-height:1.2em;opacity:0;visibility:hidden;transition:visibility 1s,opacity 1s}@media(min-width: 1280px){.fct-video-item-media-titlebar{height:65px}}.col-sm-1 .fct-video-item-media-titlebar,.col-sm-2 .fct-video-item-media-titlebar,.col-sm-3 .fct-video-item-media-titlebar,.col-sm-4 .fct-video-item-media-titlebar,.col-sm-5 .fct-video-item-media-titlebar,.col-sm-6 .fct-video-item-media-titlebar,.col-sm-7 .fct-video-item-media-titlebar,.col-sm-8 .fct-video-item-media-titlebar,.col-sm-9 .fct-video-item-media-titlebar,.col-sm-10 .fct-video-item-media-titlebar,.col-sm-11 .fct-video-item-media-titlebar{height:50px;font-weight:300}.fct-video-item-media-titlebar .fct-video-item-media-titlebar-title{display:table-cell;width:100%;height:100%;vertical-align:middle}.fct-video-item-media-titlebar.show{opacity:1;visibility:visible;transition:visibility 1s,opacity 1s}.fct-video-item-media-playbutton,.fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-container .vjs-default-skin .vjs-big-play-button{top:-1px;width:50px;height:50px;position:absolute;transform:none;font-family:"dotBCG-Icons";box-shadow:none;transition:all .25s linear 0s;padding:0;margin:0;color:var(--fct-color-primary-light);display:block;overflow:hidden;background:#fff;border-radius:0;border:none}html[dir=ltr] .fct-video-item-media-playbutton,html[dir=ltr] .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native html[dir=ltr] .fct-video-item-media-native-playbutton,html[dir=ltr] .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin html[dir=ltr] .vjs-big-play-button{left:0}html[dir=rtl] .fct-video-item-media-playbutton,html[dir=rtl] .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native html[dir=rtl] .fct-video-item-media-native-playbutton,html[dir=rtl] .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin html[dir=rtl] .vjs-big-play-button{right:0}@media(min-width: 1280px){.fct-video-item-media-playbutton,.fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-container .vjs-default-skin .vjs-big-play-button{width:65px;height:65px}}.col-sm-1 .fct-video-item-media-playbutton,.col-sm-1 .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native .col-sm-1 .fct-video-item-media-native-playbutton,.col-sm-1 .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin .col-sm-1 .vjs-big-play-button,.col-sm-2 .fct-video-item-media-playbutton,.col-sm-2 .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native .col-sm-2 .fct-video-item-media-native-playbutton,.col-sm-2 .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin .col-sm-2 .vjs-big-play-button,.col-sm-3 .fct-video-item-media-playbutton,.col-sm-3 .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native .col-sm-3 .fct-video-item-media-native-playbutton,.col-sm-3 .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin .col-sm-3 .vjs-big-play-button,.col-sm-4 .fct-video-item-media-playbutton,.col-sm-4 .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native .col-sm-4 .fct-video-item-media-native-playbutton,.col-sm-4 .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin .col-sm-4 .vjs-big-play-button,.col-sm-5 .fct-video-item-media-playbutton,.col-sm-5 .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native .col-sm-5 .fct-video-item-media-native-playbutton,.col-sm-5 .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin .col-sm-5 .vjs-big-play-button,.col-sm-6 .fct-video-item-media-playbutton,.col-sm-6 .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native .col-sm-6 .fct-video-item-media-native-playbutton,.col-sm-6 .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin .col-sm-6 .vjs-big-play-button,.col-sm-7 .fct-video-item-media-playbutton,.col-sm-7 .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native .col-sm-7 .fct-video-item-media-native-playbutton,.col-sm-7 .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin .col-sm-7 .vjs-big-play-button,.col-sm-8 .fct-video-item-media-playbutton,.col-sm-8 .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native .col-sm-8 .fct-video-item-media-native-playbutton,.col-sm-8 .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin .col-sm-8 .vjs-big-play-button,.col-sm-9 .fct-video-item-media-playbutton,.col-sm-9 .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native .col-sm-9 .fct-video-item-media-native-playbutton,.col-sm-9 .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin .col-sm-9 .vjs-big-play-button,.col-sm-10 .fct-video-item-media-playbutton,.col-sm-10 .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native .col-sm-10 .fct-video-item-media-native-playbutton,.col-sm-10 .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin .col-sm-10 .vjs-big-play-button,.col-sm-11 .fct-video-item-media-playbutton,.col-sm-11 .fct-video-item-media-native .fct-video-item-media-native-playbutton,.fct-video-item-media-native .col-sm-11 .fct-video-item-media-native-playbutton,.col-sm-11 .fct-video-container .vjs-default-skin .vjs-big-play-button,.fct-video-container .vjs-default-skin .col-sm-11 .vjs-big-play-button{width:50px;height:50px}.fct-video-item-media-playbutton:hover,.fct-video-item-media-native .fct-video-item-media-native-playbutton:hover,.fct-video-container .vjs-default-skin .vjs-big-play-button:hover{color:var(--fct-color-primary-light)}.fct-video-item-media-playbutton:before,.fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-container .vjs-default-skin .vjs-big-play-button:before{font-family:"dotBCG-Icons";content:"";text-shadow:none;position:relative;line-height:100%;padding:0;display:block;width:100%;height:100%;text-align:left;font-size:50px;margin:0}html[dir=rtl] .fct-video-item-media-playbutton:before,html[dir=rtl] .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .fct-video-item-media-native-playbutton:before,html[dir=rtl] .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .vjs-big-play-button:before{text-align:right}@media(min-width: 1280px){.fct-video-item-media-playbutton:before,.fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-container .vjs-default-skin .vjs-big-play-button:before{font-size:80px;margin-top:-7px}html[dir=ltr] .fct-video-item-media-playbutton:before,html[dir=ltr] .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .fct-video-item-media-native-playbutton:before,html[dir=ltr] .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .vjs-big-play-button:before{margin-left:-7px}html[dir=rtl] .fct-video-item-media-playbutton:before,html[dir=rtl] .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .fct-video-item-media-native-playbutton:before,html[dir=rtl] .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .vjs-big-play-button:before{margin-right:-7px}}.col-sm-1 .fct-video-item-media-playbutton:before,.col-sm-1 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native .col-sm-1 .fct-video-item-media-native-playbutton:before,.col-sm-1 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin .col-sm-1 .vjs-big-play-button:before,.col-sm-2 .fct-video-item-media-playbutton:before,.col-sm-2 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native .col-sm-2 .fct-video-item-media-native-playbutton:before,.col-sm-2 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin .col-sm-2 .vjs-big-play-button:before,.col-sm-3 .fct-video-item-media-playbutton:before,.col-sm-3 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native .col-sm-3 .fct-video-item-media-native-playbutton:before,.col-sm-3 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin .col-sm-3 .vjs-big-play-button:before,.col-sm-4 .fct-video-item-media-playbutton:before,.col-sm-4 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native .col-sm-4 .fct-video-item-media-native-playbutton:before,.col-sm-4 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin .col-sm-4 .vjs-big-play-button:before,.col-sm-5 .fct-video-item-media-playbutton:before,.col-sm-5 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native .col-sm-5 .fct-video-item-media-native-playbutton:before,.col-sm-5 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin .col-sm-5 .vjs-big-play-button:before,.col-sm-6 .fct-video-item-media-playbutton:before,.col-sm-6 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native .col-sm-6 .fct-video-item-media-native-playbutton:before,.col-sm-6 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin .col-sm-6 .vjs-big-play-button:before,.col-sm-7 .fct-video-item-media-playbutton:before,.col-sm-7 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native .col-sm-7 .fct-video-item-media-native-playbutton:before,.col-sm-7 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin .col-sm-7 .vjs-big-play-button:before,.col-sm-8 .fct-video-item-media-playbutton:before,.col-sm-8 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native .col-sm-8 .fct-video-item-media-native-playbutton:before,.col-sm-8 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin .col-sm-8 .vjs-big-play-button:before,.col-sm-9 .fct-video-item-media-playbutton:before,.col-sm-9 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native .col-sm-9 .fct-video-item-media-native-playbutton:before,.col-sm-9 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin .col-sm-9 .vjs-big-play-button:before,.col-sm-10 .fct-video-item-media-playbutton:before,.col-sm-10 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native .col-sm-10 .fct-video-item-media-native-playbutton:before,.col-sm-10 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin .col-sm-10 .vjs-big-play-button:before,.col-sm-11 .fct-video-item-media-playbutton:before,.col-sm-11 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native .col-sm-11 .fct-video-item-media-native-playbutton:before,.col-sm-11 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin .col-sm-11 .vjs-big-play-button:before{font-size:50px}html[dir=ltr] .col-sm-1 .fct-video-item-media-playbutton:before,html[dir=ltr] .col-sm-1 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .col-sm-1 .fct-video-item-media-native-playbutton:before,html[dir=ltr] .col-sm-1 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .col-sm-1 .vjs-big-play-button:before,html[dir=ltr] .col-sm-2 .fct-video-item-media-playbutton:before,html[dir=ltr] .col-sm-2 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .col-sm-2 .fct-video-item-media-native-playbutton:before,html[dir=ltr] .col-sm-2 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .col-sm-2 .vjs-big-play-button:before,html[dir=ltr] .col-sm-3 .fct-video-item-media-playbutton:before,html[dir=ltr] .col-sm-3 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .col-sm-3 .fct-video-item-media-native-playbutton:before,html[dir=ltr] .col-sm-3 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .col-sm-3 .vjs-big-play-button:before,html[dir=ltr] .col-sm-4 .fct-video-item-media-playbutton:before,html[dir=ltr] .col-sm-4 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .col-sm-4 .fct-video-item-media-native-playbutton:before,html[dir=ltr] .col-sm-4 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .col-sm-4 .vjs-big-play-button:before,html[dir=ltr] .col-sm-5 .fct-video-item-media-playbutton:before,html[dir=ltr] .col-sm-5 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .col-sm-5 .fct-video-item-media-native-playbutton:before,html[dir=ltr] .col-sm-5 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .col-sm-5 .vjs-big-play-button:before,html[dir=ltr] .col-sm-6 .fct-video-item-media-playbutton:before,html[dir=ltr] .col-sm-6 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .col-sm-6 .fct-video-item-media-native-playbutton:before,html[dir=ltr] .col-sm-6 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .col-sm-6 .vjs-big-play-button:before,html[dir=ltr] .col-sm-7 .fct-video-item-media-playbutton:before,html[dir=ltr] .col-sm-7 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .col-sm-7 .fct-video-item-media-native-playbutton:before,html[dir=ltr] .col-sm-7 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .col-sm-7 .vjs-big-play-button:before,html[dir=ltr] .col-sm-8 .fct-video-item-media-playbutton:before,html[dir=ltr] .col-sm-8 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .col-sm-8 .fct-video-item-media-native-playbutton:before,html[dir=ltr] .col-sm-8 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .col-sm-8 .vjs-big-play-button:before,html[dir=ltr] .col-sm-9 .fct-video-item-media-playbutton:before,html[dir=ltr] .col-sm-9 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .col-sm-9 .fct-video-item-media-native-playbutton:before,html[dir=ltr] .col-sm-9 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .col-sm-9 .vjs-big-play-button:before,html[dir=ltr] .col-sm-10 .fct-video-item-media-playbutton:before,html[dir=ltr] .col-sm-10 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .col-sm-10 .fct-video-item-media-native-playbutton:before,html[dir=ltr] .col-sm-10 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .col-sm-10 .vjs-big-play-button:before,html[dir=ltr] .col-sm-11 .fct-video-item-media-playbutton:before,html[dir=ltr] .col-sm-11 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=ltr] .col-sm-11 .fct-video-item-media-native-playbutton:before,html[dir=ltr] .col-sm-11 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=ltr] .col-sm-11 .vjs-big-play-button:before{margin:0}html[dir=rtl] .col-sm-1 .fct-video-item-media-playbutton:before,html[dir=rtl] .col-sm-1 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .col-sm-1 .fct-video-item-media-native-playbutton:before,html[dir=rtl] .col-sm-1 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .col-sm-1 .vjs-big-play-button:before,html[dir=rtl] .col-sm-2 .fct-video-item-media-playbutton:before,html[dir=rtl] .col-sm-2 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .col-sm-2 .fct-video-item-media-native-playbutton:before,html[dir=rtl] .col-sm-2 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .col-sm-2 .vjs-big-play-button:before,html[dir=rtl] .col-sm-3 .fct-video-item-media-playbutton:before,html[dir=rtl] .col-sm-3 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .col-sm-3 .fct-video-item-media-native-playbutton:before,html[dir=rtl] .col-sm-3 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .col-sm-3 .vjs-big-play-button:before,html[dir=rtl] .col-sm-4 .fct-video-item-media-playbutton:before,html[dir=rtl] .col-sm-4 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .col-sm-4 .fct-video-item-media-native-playbutton:before,html[dir=rtl] .col-sm-4 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .col-sm-4 .vjs-big-play-button:before,html[dir=rtl] .col-sm-5 .fct-video-item-media-playbutton:before,html[dir=rtl] .col-sm-5 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .col-sm-5 .fct-video-item-media-native-playbutton:before,html[dir=rtl] .col-sm-5 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .col-sm-5 .vjs-big-play-button:before,html[dir=rtl] .col-sm-6 .fct-video-item-media-playbutton:before,html[dir=rtl] .col-sm-6 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .col-sm-6 .fct-video-item-media-native-playbutton:before,html[dir=rtl] .col-sm-6 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .col-sm-6 .vjs-big-play-button:before,html[dir=rtl] .col-sm-7 .fct-video-item-media-playbutton:before,html[dir=rtl] .col-sm-7 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .col-sm-7 .fct-video-item-media-native-playbutton:before,html[dir=rtl] .col-sm-7 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .col-sm-7 .vjs-big-play-button:before,html[dir=rtl] .col-sm-8 .fct-video-item-media-playbutton:before,html[dir=rtl] .col-sm-8 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .col-sm-8 .fct-video-item-media-native-playbutton:before,html[dir=rtl] .col-sm-8 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .col-sm-8 .vjs-big-play-button:before,html[dir=rtl] .col-sm-9 .fct-video-item-media-playbutton:before,html[dir=rtl] .col-sm-9 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .col-sm-9 .fct-video-item-media-native-playbutton:before,html[dir=rtl] .col-sm-9 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .col-sm-9 .vjs-big-play-button:before,html[dir=rtl] .col-sm-10 .fct-video-item-media-playbutton:before,html[dir=rtl] .col-sm-10 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .col-sm-10 .fct-video-item-media-native-playbutton:before,html[dir=rtl] .col-sm-10 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .col-sm-10 .vjs-big-play-button:before,html[dir=rtl] .col-sm-11 .fct-video-item-media-playbutton:before,html[dir=rtl] .col-sm-11 .fct-video-item-media-native .fct-video-item-media-native-playbutton:before,.fct-video-item-media-native html[dir=rtl] .col-sm-11 .fct-video-item-media-native-playbutton:before,html[dir=rtl] .col-sm-11 .fct-video-container .vjs-default-skin .vjs-big-play-button:before,.fct-video-container .vjs-default-skin html[dir=rtl] .col-sm-11 .vjs-big-play-button:before{margin:0}.fct-video-container .vjs-default-skin .vjs-big-play-button .vjs-icon-placeholder{display:none !important}.fct-video-container .vjs-default-skin.vjs-has-started .vjs-big-play-button{display:none}.fct-video-container .vjs-default-skin.vjs-has-started.vjs-ended .vjs-big-play-button{display:block}.fct-video-container .vjs-default-skin .vjs-play-progress,.fct-video-container .vjs-default-skin .vjs-volume-level{background:var(--fct-color-primary-light)}.fct-video-container .vjs-default-skin.vjs-has-started .fct-video-item-media-info,.fct-video-container .vjs-default-skin.vjs-has-started~.fct-video-item-media-info{display:none}.fct-video-container .vjs-default-skin.vjs-has-started.vjs-ended .fct-video-item-media-info,.fct-video-container .vjs-default-skin.vjs-has-started.vjs-ended~.fct-video-item-media-info{display:block}.fct-video-container .vjs-default-skin .fct-video-item-media-titlebar{display:none}.fct-video-container .vjs-default-skin.vjs-has-started .fct-video-item-media-titlebar,.fct-video-container .vjs-default-skin.vjs-has-started~.fct-video-item-media-titlebar{display:table}.fct-video-container .vjs-default-skin.vjs-has-started.vjs-user-active .fct-video-item-media-titlebar,.fct-video-container .vjs-default-skin.vjs-has-started.vjs-user-active~.fct-video-item-media-titlebar{opacity:1;visibility:visible;transition:visibility 1s,opacity 1s}.fct-video-container .vjs-default-skin.vjs-has-started.vjs-ended.vjs-user-active .fct-video-item-media-titlebar,.fct-video-container .vjs-default-skin.vjs-has-started.vjs-ended.vjs-user-active~.fct-video-item-media-titlebar{display:none}.fct-video-container .vjs-default-skin.vjs-has-started.vjs-ended .vjs-control-bar,.fct-video-container .vjs-default-skin.vjs-has-started.vjs-ended~.vjs-control-bar{display:none}.fct-video-container .vjs-default-skin .vjs-loading-spinner{display:none;position:absolute;top:50%;line-height:1;opacity:.75}html[dir=ltr] .fct-video-container .vjs-default-skin .vjs-loading-spinner{left:50%}html[dir=rtl] .fct-video-container .vjs-default-skin .vjs-loading-spinner{right:50%}.fct-video-container .vjs-default-skin .vjs-loading-spinner:before{text-shadow:none}.fct-video-container .vjs-default-skin.vjs-waiting .vjs-loading-spinner,.fct-video-container .vjs-default-skin.vjs-seeking .vjs-loading-spinner{display:block;animation:none}.fct-video-container .vjs-default-skin.vjs-error .vjs-loading-spinner{display:none}.fct-video-container .vjs-default-skin .vjs-poster{vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.fct-video-container .vjs-default-skin.vjs-ended .vjs-poster{display:block}.fct-video-item-media-native iframe.fct-video-item-media-native-iframe{z-index:10}.fct-video-item-media-native .fct-video-item-media-native-overlay{background-repeat:no-repeat;background-size:cover;position:absolute;top:0;width:100%;height:100%;z-index:20;cursor:pointer}.fct-video-item-media-native .fct-video-item-media-info{z-index:30}.fct-video-item-media-native .fct-video-item-media-native-playbutton{z-index:35;position:absolute;cursor:pointer}.fct-video-item-media__likes,.fct-video-item-media-native__likes{opacity:1;transition:visibility 1s,opacity 1s;position:absolute;right:15px;top:12px;z-index:1;pointer-events:auto}@media(min-width: 1280px){.fct-video-item-media__likes,.fct-video-item-media-native__likes{top:20px}}.vjs-has-started:not(.vjs-user-active):not(.vjs-ended) .fct-video-item-media__likes,.vjs-has-started:not(.vjs-user-active):not(.vjs-ended)~.fct-video-item-media__likes{opacity:0}.fct-video-item-media-native__likes{z-index:30}.fct-video-item-media-native--brightcove_native .vjs-big-play-button{display:none !important}.fct-video-item-media-native--brightcove_native .fct-video-item-media__likes{z-index:100}.fct-video-item-media-native--brightcove_native .vjs-dock-text,.fct-video-item-media-native--brightcove_native .vjs-dock-shelf{display:none !important}.fct-video-item-media-native--brightcove_native .video-js.vjs-has-started:not(.vjs-ended)~.fct-video-item-media__likes{opacity:0}.fct-video-item-media-native--brightcove_native .video-js.vjs-has-started.vjs-user-active:not(.not-hover)~.fct-video-item-media-titlebar,.fct-video-item-media-native--brightcove_native .video-js.vjs-has-started.vjs-user-active:not(.not-hover)~.fct-video-item-media__likes{opacity:1;visibility:visible;transition:visibility 1s,opacity 1s}.fct-video-item-media-native--vimeo_native .fct-video-item-media-titlebar{z-index:100}.fct-video-item-media-native--vimeo_native .fct-video-item-media__likes{z-index:100}.fct-video-item-media-native--vimeo_native.has-started .fct-video-item-media__likes{opacity:0}.fct-video-item-media-native--vimeo_native.is-playing:hover .fct-video-item-media-titlebar,.fct-video-item-media-native--vimeo_native.is-playing:hover .fct-video-item-media__likes,.fct-video-item-media-native--vimeo_native.is-paused:hover .fct-video-item-media-titlebar,.fct-video-item-media-native--vimeo_native.is-paused:hover .fct-video-item-media__likes{opacity:1;visibility:visible;transition:visibility 1s,opacity 1s}.fct-video-playlist-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width .column{padding-left:0;padding-right:0}.fct-video-playlist-container .fct-video-container{margin-bottom:4px}.fct-video-playlist-container .fct-video-playlist-player-container{position:relative}.fct-video-playlist-container .fct-video-playlist-player-container .fct-video-playlist-player-loader{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.fct-video-playlist-container .fct-video-playlist-player-container.fct-video-playlist-player-hidden .fct-video-playlist-player-loader{display:block}.fct-video-playlist-container .fct-video-playlist-player-container.fct-video-playlist-player-hidden .fct-video-playlist-player{visibility:hidden}.fct-video-playlist-container .fct-video-playlist-list-container{overflow:hidden}.fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list{margin:0;padding:0;list-style:none;width:calc(100% + 4px);position:relative}html[dir=ltr] .fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list{left:-2px}html[dir=rtl] .fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list{right:-2px}.fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list-item{width:25%;border-left:2px solid rgba(0,0,0,0);border-right:2px solid rgba(0,0,0,0);overflow:hidden}html[dir=ltr] .fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list-item{float:left}html[dir=rtl] .fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list-item{float:right}@media(max-width: 768px){.fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list-item{width:50%}}.fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list-item-content__image{position:absolute;top:0;left:0;width:100%;height:100%}.fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list-item-content{width:100%;height:0;padding-bottom:56.25%;position:relative;font-family:var(--fct-body-font);font-size:14px;color:#fff;line-height:1.2em;cursor:pointer}.fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list-item-content span{display:none;background:var(--fct-color-primary-light);position:absolute;top:0;left:0;right:0;bottom:0;padding:10px}.fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list-item-selected .fct-video-playlist-list-item-content span,.fct-video-playlist-container .fct-video-playlist-list-container .fct-video-playlist-list-item-hovered .fct-video-playlist-list-item-content span{display:block}html.no-touch .fct-video-playlist-container .fct-video-playlist-list .fct-video-playlist-list-item-content:hover span{display:block}.fct-deepmode-layer .fct-video-playlist-container .flickity-prev-next-button{z-index:1001}.fct-video-slider-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width .column{padding-left:0;padding-right:0}.fct-video-slider{display:flex;justify-content:center}.fct-video-slider__slider{display:flex;flex-direction:column;width:100%}.fct-video-slider__carousel{display:flex}.fct-video-slider__carousel.flickity-enabled{display:block}.fct-deepmode-layer .fct-video-slider__carousel .flickity-prev-next-button{z-index:1001}.fct-video-slider__carousel-cell{display:flex;flex-direction:column;box-sizing:content-box;height:171px;width:302.67px;margin-right:12px}.fct-video-slider__carousel:not(.flickity-enabled) .fct-video-slider__carousel-cell{position:relative;left:unset !important;right:unset !important}.fct-video-slider__carousel-cell--medium{height:250px;width:442.5px}.fct-video-slider__image{position:absolute;top:0;left:0;width:100%;height:100%}.fct-video-slider__likes{position:absolute;top:10px;right:10px;z-index:10}.fct-video-slider__cell-content{position:absolute;display:flex;flex-direction:column;justify-content:flex-end;height:100%;width:100%;padding:13px 18px;border:2px solid rgba(0,0,0,0);background:rgba(0,0,0,.33)}.fct-video-slider__cell-content:hover{background:rgba(0,0,0,0);cursor:pointer;border:2px solid var(--fct-color-primary-light)}.fct-video-slider__cell-title{color:#fff;text-decoration:none;line-height:normal;font-size:16px}.fct-people-list-item{transition:background-color .25s ease}@media(min-width: 768px){.fct-people-list-item{width:50%}}.fct-people-list-item.fct-people-list-item--has-deeplink:hover{background-color:rgba(0,0,0,.052)}.fct-person-list-item-content{border-top-color:var(--fct-color-grey-light-extra);border-bottom-color:var(--fct-color-grey-light-extra);border-top-style:solid;border-top-width:1px;border-bottom-style:solid;border-bottom-width:1px;display:block;padding-top:24px;padding-bottom:46px;position:relative;margin-bottom:-1px;height:auto}.fct-person-list-item-content:before,.fct-person-list-item-content:after{content:" ";display:table}.fct-person-list-item-content:after{clear:both}.fct-color-scheme.dark .fct-person-list-item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.dark .fct-person-list-item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-list-item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-green .fct-person-list-item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-list-item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-list-item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-grey .fct-person-list-item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-list-item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-list-item-content{border-top-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.dark .fct-person-list-item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.dark .fct-person-list-item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-list-item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-green .fct-person-list-item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-list-item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-list-item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme.light-grey .fct-person-list-item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-list-item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-list-item-content{border-bottom-color:var(--fct-color-grey-light-extra)}.fct-person-media{width:60px;height:60px;background-color:var(--fct-color-image-background);float:left}.fct-people-list-item:not(.is-introduction-set) .fct-person-media{margin-bottom:-23px}.fct-person-media .fct-c-picture{width:auto;height:auto}.fct-person-media .fct-c-picture img.fct-c-picture__source{width:100%;height:100%;object-fit:cover;object-position:center}html[dir=ltr] .fct-person-media{margin-right:15px}html[dir=rtl] .fct-person-media{margin-left:15px;float:right}@media(min-width: 480px){.fct-person-media{width:90px;height:90px}}@media(min-width: 768px){.fct-person-media{width:100px;height:100px}html[dir=ltr] .fct-person-media{margin-right:20px}html[dir=rtl] .fct-person-media{margin-left:20px}}.fct-person-media--grayscale{filter:grayscale(100%)}.fct-person-name{font-size:20px;line-height:22px;font-weight:400;color:var(--fct-color-text);margin:0 0 calc(var(--fct-gutter)/4) 0;font-family:var(--fct-body-font)}.fct-color-scheme.dark .fct-person-name{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-person-name{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-name{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-person-name{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-name{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-name{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-person-name{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-name{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-name{color:var(--fct-color-text)}.fct-person-name span{display:block}.fct-person-title,.fct-person-office{font-size:14px;line-height:19px;color:var(--fct-color-grey)}.fct-color-scheme.dark .fct-person-title,.fct-color-scheme.dark .fct-person-office{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-person-title,.fct-color-scheme .fct-color-scheme.dark .fct-person-office{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-title,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-office{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-person-title,.fct-color-scheme.light-green .fct-person-office{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-title,.fct-color-scheme .fct-color-scheme.light-green .fct-person-office{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-title,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-office{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-person-title,.fct-color-scheme.light-grey .fct-person-office{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-title,.fct-color-scheme .fct-color-scheme.light-grey .fct-person-office{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-title,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-office{color:var(--fct-color-grey)}.fct-person-introduction{clear:both;padding:10px 0;font-size:14px;line-height:19px;color:var(--fct-color-text)}.fct-color-scheme.dark .fct-person-introduction{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-person-introduction{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-introduction{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-person-introduction{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-person-introduction{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction{color:var(--fct-color-text)}.fct-person-introduction p{font-size:14px;line-height:19px;color:var(--fct-color-text);margin-bottom:8px}.fct-color-scheme.dark .fct-person-introduction p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-person-introduction p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-introduction p{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-person-introduction p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction p{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction p{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-person-introduction p{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction p{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction p{color:var(--fct-color-text)}.fct-person-introduction ul,.fct-person-introduction ol{list-style:none;padding:0;margin:0}.fct-person-introduction ul li,.fct-person-introduction ol li{font-size:14px;line-height:21px;color:var(--fct-color-text);position:relative;list-style:none}.fct-color-scheme.dark .fct-person-introduction ul li,.fct-color-scheme.dark .fct-person-introduction ol li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-person-introduction ul li,.fct-color-scheme .fct-color-scheme.dark .fct-person-introduction ol li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-introduction ul li,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-introduction ol li{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-person-introduction ul li,.fct-color-scheme.light-green .fct-person-introduction ol li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction ul li,.fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction ol li{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction ul li,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction ol li{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-person-introduction ul li,.fct-color-scheme.light-grey .fct-person-introduction ol li{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction ul li,.fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction ol li{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction ul li,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction ol li{color:var(--fct-color-text)}html[dir=ltr] .fct-person-introduction ul li,html[dir=ltr] .fct-person-introduction ol li{padding-left:16px}html[dir=rtl] .fct-person-introduction ul li,html[dir=rtl] .fct-person-introduction ol li{padding-right:16px}.fct-person-introduction ul li:before,.fct-person-introduction ol li:before{font-weight:300;color:var(--fct-color-text);content:"•";width:var(--fct-list-bullet-space);position:absolute;box-sizing:border-box}.fct-color-scheme.dark .fct-person-introduction ul li:before,.fct-color-scheme.dark .fct-person-introduction ol li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-person-introduction ul li:before,.fct-color-scheme .fct-color-scheme.dark .fct-person-introduction ol li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-introduction ul li:before,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-introduction ol li:before{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-person-introduction ul li:before,.fct-color-scheme.light-green .fct-person-introduction ol li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction ul li:before,.fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction ol li:before{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction ul li:before,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-introduction ol li:before{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-person-introduction ul li:before,.fct-color-scheme.light-grey .fct-person-introduction ol li:before{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction ul li:before,.fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction ol li:before{color:var(--fct-color-text)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction ul li:before,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-introduction ol li:before{color:var(--fct-color-text)}html[dir=ltr] .fct-person-introduction ul li:before,html[dir=ltr] .fct-person-introduction ol li:before{margin-left:-16px}html[dir=rtl] .fct-person-introduction ul li:before,html[dir=rtl] .fct-person-introduction ol li:before{margin-right:-16pc}.fct-person-signature{margin-top:15px}.fct-person-signature img{max-height:50px;max-width:100%}html[dir=ltr] .fct-person-media~.fct-person-name,html[dir=ltr] .fct-person-media~.fct-person-title,html[dir=ltr] .fct-person-media~.fct-person-office,html[dir=ltr] .fct-person-media~.fct-person-signature{padding-left:75px}html[dir=rtl] .fct-person-media~.fct-person-name,html[dir=rtl] .fct-person-media~.fct-person-title,html[dir=rtl] .fct-person-media~.fct-person-office,html[dir=rtl] .fct-person-media~.fct-person-signature{padding-right:75px}@media(min-width: 480px){html[dir=ltr] .fct-person-media~.fct-person-name,html[dir=ltr] .fct-person-media~.fct-person-title,html[dir=ltr] .fct-person-media~.fct-person-office,html[dir=ltr] .fct-person-media~.fct-person-signature{padding-left:105px}html[dir=rtl] .fct-person-media~.fct-person-name,html[dir=rtl] .fct-person-media~.fct-person-title,html[dir=rtl] .fct-person-media~.fct-person-office,html[dir=rtl] .fct-person-media~.fct-person-signature{padding-right:105px}}@media(min-width: 768px){html[dir=ltr] .fct-person-media~.fct-person-name,html[dir=ltr] .fct-person-media~.fct-person-title,html[dir=ltr] .fct-person-media~.fct-person-office,html[dir=ltr] .fct-person-media~.fct-person-signature{padding-left:120px}html[dir=rtl] .fct-person-media~.fct-person-name,html[dir=rtl] .fct-person-media~.fct-person-title,html[dir=rtl] .fct-person-media~.fct-person-office,html[dir=rtl] .fct-person-media~.fct-person-signature{padding-right:120px}}html[dir=ltr] .fct-person-share-wrapper~.fct-person-name,html[dir=ltr] .fct-person-share-wrapper~.fct-person-title,html[dir=ltr] .fct-person-share-wrapper~.fct-person-office,html[dir=ltr] .fct-person-share-wrapper~.fct-person-signature{padding-right:40px}html[dir=rtl] .fct-person-share-wrapper~.fct-person-name,html[dir=rtl] .fct-person-share-wrapper~.fct-person-title,html[dir=rtl] .fct-person-share-wrapper~.fct-person-office,html[dir=rtl] .fct-person-share-wrapper~.fct-person-signature{padding-left:40px}.fct-person-share-wrapper{position:absolute;bottom:23px;display:flex;align-items:center}html[dir=ltr] .fct-person-share-wrapper{right:0}html[dir=rtl] .fct-person-share-wrapper{left:0}.fct-person-share-wrapper i{font-size:18px;height:1em;display:inline-block;float:right;color:var(--fct-color-grey-extra);transition:all .25s linear 0s;cursor:pointer}html[dir=ltr] .fct-person-share-wrapper i{margin-left:1px}html[dir=rtl] .fct-person-share-wrapper i{margin-right:1px}.fct-person-share-wrapper i:hover{color:var(--fct-color-primary-light)}.fct-person-share-wrapper i{color:var(--fct-color-grey-extra)}.fct-color-scheme.light-green .fct-person-share-wrapper i{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-share-wrapper i{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-share-wrapper i{color:var(--fct-color-grey)}.fct-color-scheme.light-grey .fct-person-share-wrapper i{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-share-wrapper i{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-share-wrapper i{color:var(--fct-color-grey)}.fct-person-share-wrapper i:hover{color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-person-share-wrapper i:hover{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-share-wrapper i:hover{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-share-wrapper i:hover{color:var(--fct-color-primary-light)}.fct-color-scheme.light-grey .fct-person-share-wrapper i:hover{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-share-wrapper i:hover{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-share-wrapper i:hover{color:var(--fct-color-primary-light)}.fct-person-list-item__social-button{display:flex;fill:var(--fct-color-grey-extra);cursor:pointer;width:18px;height:18px}.fct-color-scheme.light-green .fct-person-list-item__social-button{fill:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-list-item__social-button{fill:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-list-item__social-button{fill:var(--fct-color-grey)}.fct-color-scheme.light-grey .fct-person-list-item__social-button{fill:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-list-item__social-button{fill:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-list-item__social-button{fill:var(--fct-color-grey)}.fct-person-list-item__social-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-person-list-item__social-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-list-item__social-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-list-item__social-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme.light-grey .fct-person-list-item__social-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-list-item__social-button:hover{fill:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-list-item__social-button:hover{fill:var(--fct-color-primary-light)}html[dir=ltr] .fct-person-list-item__social-button{margin-left:6px}html[dir=rtl] .fct-person-list-item__social-button{margin-right:6px}.fct-person-list-item__social-button>svg{pointer-events:none;width:inherit;height:inherit}.fct-person-attribution:before,.fct-person-attribution:after{content:" ";display:table}.fct-person-attribution:after{clear:both}.fct-person-attribution a{display:block}.fct-person-attribution .fct-person-attribution-media{width:40px;height:40px;float:left;background-position:center;background-size:cover;background-repeat:no-repeat}html[dir=ltr] .fct-person-attribution .fct-person-attribution-media{margin-right:15px}html[dir=rtl] .fct-person-attribution .fct-person-attribution-media{margin-left:15px;float:right}.fct-person-attribution .fct-person-attribution-title,.fct-person-attribution .fct-person-attribution-office,.fct-person-attribution .fct-person-attribution-summary{font-size:14px;line-height:19px;color:var(--fct-color-grey)}.fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-title,.fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-office,.fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-summary{color:var(--fct-color-grey-main-nav-bg)}.fct-color-scheme .fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-title,.fct-color-scheme .fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-office,.fct-color-scheme .fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-summary{color:var(--fct-color-grey-main-nav-bg)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-title,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-office,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-summary{color:var(--fct-color-grey-main-nav-bg)}.fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-title,.fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-office,.fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-summary{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-title,.fct-color-scheme .fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-office,.fct-color-scheme .fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-summary{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-title,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-office,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-summary{color:var(--fct-color-primary-dark)}.fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-title,.fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-office,.fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-summary{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-title,.fct-color-scheme .fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-office,.fct-color-scheme .fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-summary{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-title,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-office,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-summary{color:var(--fct-color-primary-dark)}.fct-person-attribution .fct-person-attribution-name{font-size:14px;line-height:14px;color:var(--fct-color-clickable);font-weight:700;margin:0 0 calc(var(--fct-gutter)/4) 0;text-transform:uppercase}.fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-name{color:var(--fct-color-grey-main-nav-bg)}.fct-color-scheme .fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-name{color:var(--fct-color-grey-main-nav-bg)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-person-attribution .fct-person-attribution-name{color:var(--fct-color-grey-main-nav-bg)}.fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-name{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-name{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-person-attribution .fct-person-attribution-name{color:var(--fct-color-primary-dark)}.fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-name{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-name{color:var(--fct-color-primary-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-person-attribution .fct-person-attribution-name{color:var(--fct-color-primary-dark)}.fct-person-attribution .fct-person-attribution-name span{display:block;margin:0}.fct-person-attribution .fct-person-attribution-media~.fct-person-attribution-name,.fct-person-attribution .fct-person-attribution-media~.fct-person-attribution-title,.fct-person-attribution .fct-person-attribution-media~.fct-person-attribution-office,.fct-person-attribution .fct-person-attribution-media~.fct-person-attribution-summary{overflow:hidden}.fct-person-attribution.large .fct-person-attribution-media{width:100px;height:100px}.fct-person-attribution.large .fct-person-attribution-title,.fct-person-attribution.large .fct-person-attribution-office,.fct-person-attribution.large .fct-person-attribution-summary{font-size:14px;line-height:19px}.fct-person-attribution.large .fct-person-attribution-name{font-size:14px;line-height:14px;font-weight:700}.fct-person-attribution.large .fct-person-attribution-media~.fct-person-attribution-name,.fct-person-attribution.large .fct-person-attribution-media~.fct-person-attribution-title,.fct-person-attribution.large .fct-person-attribution-media~.fct-person-attribution-office,.fct-person-attribution.large .fct-person-attribution-media~.fct-person-attribution-summary{overflow:hidden}@media(min-width: 768px){.fct-person-attribution .fct-person-attribution-media{width:90px;height:90px}.fct-person-attribution.large .fct-person-attribution-media{width:200px;height:200px}}.fct-grid-item-container .fct-regular-list__options-row i{color:var(--fct-color-primary)}.fct-grid-item-container .fct-regular-list__options-row i.list-view{color:var(--fct-color-grey-light)}.fct-grid-item-container .fct-regular-list__item-content{border:1px solid var(--fct-color-primary-light);padding:0;margin:0}.fct-grid-item-container .fct-regular-list__item-media{position:relative;display:inline-block;width:100%;height:auto;background-color:rgba(0,0,0,.052)}.fct-grid-item-container .fct-regular-list__item-media>*{position:absolute}.fct-grid-item-container .fct-regular-list__item-media>.object-fit-polyfill{position:absolute !important}.fct-grid-item-container .fct-regular-list__item-media::before{content:"";float:left;padding-bottom:56.25%}@media(min-width: 768px){.fct-grid-item-container .fct-regular-list__item-media::before{padding-bottom:100%}}html[dir=ltr] .fct-grid-item-container .fct-regular-list__item-media{float:none}html[dir=rtl] .fct-grid-item-container .fct-regular-list__item-media{float:none}.fct-grid-item-container .fct-regular-list__item-info{color:var(--fct-color-primary-light);font-size:14px;line-height:14px;margin-bottom:10px;margin-top:15px;display:flex;flex-direction:column-reverse}html[dir=ltr] .fct-grid-item-container .fct-regular-list__item-info{padding:0 13px}html[dir=rtl] .fct-grid-item-container .fct-regular-list__item-info{padding:0 13px}.fct-grid-item-container .fct-regular-list__item-info .fct-regular-list__item-source{display:none}.fct-grid-item-container .fct-regular-list__item-info .fct-regular-list__item-tags{margin-left:-4px;margin-bottom:10px}.fct-grid-item-container .fct-regular-list__item-title{font-size:20px;line-height:20px;color:#333;width:100%;margin-bottom:40px}html[dir=ltr] .fct-grid-item-container .fct-regular-list__item-title{padding:0 13px}html[dir=rtl] .fct-grid-item-container .fct-regular-list__item-title{padding:0 13px}.fct-grid-item-container .fct-regular-list__item-summary{display:none}.fct-grid-item-container .fct-regular-list__item{margin-bottom:calc(var(--fct-grid-gutter)/2);padding-left:15px;padding-right:15px}@media(min-width: 768px){.fct-grid-item-container .fct-regular-list__item{width:33.3333333333%}.fct-grid-item-container .fct-regular-list__item:nth-child(odd){padding-left:calc(var(--fct-grid-gutter)/4);padding-right:calc(var(--fct-grid-gutter)/4)}.fct-grid-item-container .fct-regular-list__item:nth-child(even){padding-left:calc(var(--fct-grid-gutter)/4);padding-right:calc(var(--fct-grid-gutter)/4)}}.fct-grid-item-container .fct-regular-list__item:hover{background-color:rgba(0,0,0,0)}.fct-grid-item-container .fct-regular-list__item:hover.fct-regular-list__item--has-deeplink .fct-regular-list__item-content{background-color:rgba(0,0,0,.052)}@media(min-width: 768px){.fct-grid-item-container .fct-regular-list__item:nth-child(1),.fct-grid-item-container .fct-regular-list__item:nth-child(4),.fct-grid-item-container .fct-regular-list__item:nth-child(5){width:66.6666666667%}.fct-grid-item-container .fct-regular-list__item:nth-child(1) .fct-regular-list__item-media::before,.fct-grid-item-container .fct-regular-list__item:nth-child(4) .fct-regular-list__item-media::before,.fct-grid-item-container .fct-regular-list__item:nth-child(5) .fct-regular-list__item-media::before{padding-bottom:56.25%}}.fct-grid-item-container .fct-regular-list__item.no-media .fct-regular-list__item-content{background-color:var(--fct-color-primary-light);padding-bottom:80px}@media(min-width: 768px){.fct-grid-item-container .fct-regular-list__item.no-media .fct-regular-list__item-content{padding-bottom:100%}}.fct-grid-item-container .fct-regular-list__item.no-media .fct-regular-list__item-info{color:var(--fct-color-primary-dark)}.fct-grid-item-container .fct-regular-list__item.no-media .fct-regular-list__item-title{color:var(--fct-color-background);font-size:18px;line-height:18px}@media(min-width: 768px){.fct-grid-item-container .fct-regular-list__item:nth-child(1).no-media .fct-regular-list__item-content,.fct-grid-item-container .fct-regular-list__item:nth-child(4).no-media .fct-regular-list__item-content,.fct-grid-item-container .fct-regular-list__item:nth-child(5).no-media .fct-regular-list__item-content{padding-bottom:56.25%}}@media(min-width: 768px){.fct-grid-item-container.fct-filters-active .fct-regular-list__item:not(.fct-filter-item-hidden){width:33.3333333333%;padding-right:calc(var(--fct-grid-gutter)/4);padding-left:calc(var(--fct-grid-gutter)/4)}.fct-grid-item-container.fct-filters-active .fct-regular-list__item:not(.fct-filter-item-hidden) .fct-regular-list__item-media::before{padding-bottom:100%}}@media(min-width: 0){html[dir=ltr] .fct-grid-item-container .fct-grid-row-wrapper-full-width{margin-left:calc(var(--fct-grid-gutter)/4);margin-right:calc(var(--fct-grid-gutter)/4)}html[dir=rtl] .fct-grid-item-container .fct-grid-row-wrapper-full-width{margin-left:calc(var(--fct-grid-gutter)/4);margin-right:calc(var(--fct-grid-gutter)/4)}}html[dir=ltr] .fct-inner-row-container .fct-grid-item-container .fct-regular-list__options-row i.list-view{margin-right:calc(var(--fct-grid-gutter)/2)}html[dir=rtl] .fct-inner-row-container .fct-grid-item-container .fct-regular-list__options-row i.list-view{margin-left:calc(var(--fct-grid-gutter)/2)}.fct-inner-row-container .fct-grid-item-container .fct-regular-list__item{padding-right:calc(var(--fct-grid-gutter)/2);padding-left:calc(var(--fct-grid-gutter)/2)}@media(min-width: 768px){.fct-inner-row-container .fct-grid-item-container.fct-filters-active .fct-regular-list__item:not(.fct-filter-item-hidden){width:100%;padding-right:calc(var(--fct-grid-gutter)/2);padding-left:calc(var(--fct-grid-gutter)/2)}}.fct-inner-row-container .fct-grid-item-container .fct-filter-settings-container .column,.fct-inner-row-container .fct-grid-item-container .fct-filter-filters-container .column{padding-left:calc(var(--fct-grid-gutter)/2);padding-right:calc(var(--fct-grid-gutter)/2)}.fct-featured-list{overflow:hidden}.fct-featured-list-item{margin-bottom:var(--fct-grid-gutter)}@media(min-width: 768px){:not(.fct-c-column__container)>.fct-featured-list .fct-featured-list-item{width:50%}}.fct-featured-list-item__content{border-color:var(--fct-color-primary-light);position:relative;border-width:1px;border-style:solid}.fct-color-scheme.dark .fct-featured-list-item__content{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-item__content{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-item__content{border-color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-featured-list-item__content{border-color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-item__content{border-color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-item__content{border-color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-featured-list-item__content{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-item__content{border-color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-item__content{border-color:var(--fct-color-primary-light)}.fct-featured-list-item__media-wrapper{display:block;width:100%}.fct-featured-list-item__media{width:100%;padding-bottom:56.25%;height:0;position:relative;background:var(--fct-color-image-background)}.fct-featured-list-item__media img.fct-c-picture__source{position:absolute;width:100%;height:100%;object-fit:cover}.fct-featured-list-item__media .fct-featured-list-item__media-icon{display:none}.fct-featured-list-item__title{font-size:14px;line-height:18px;color:var(--fct-color-grey-dark);font-weight:700;width:100%;margin-bottom:calc(var(--fct-gutter)/4);text-transform:uppercase}.fct-color-scheme.dark .fct-featured-list-item__title{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-item__title{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-item__title{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-featured-list-item__title{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-item__title{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-item__title{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-featured-list-item__title{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-item__title{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-item__title{color:var(--fct-color-grey-dark)}.col-xs-1 .fct-featured-list-item__title,.col-sm-1 .fct-featured-list-item__title,.col-md-1 .fct-featured-list-item__title,.col-lg-1 .fct-featured-list-item__title,.col-xs-2 .fct-featured-list-item__title,.col-sm-2 .fct-featured-list-item__title,.col-md-2 .fct-featured-list-item__title,.col-lg-2 .fct-featured-list-item__title,.col-xs-3 .fct-featured-list-item__title,.col-sm-3 .fct-featured-list-item__title,.col-md-3 .fct-featured-list-item__title,.col-lg-3 .fct-featured-list-item__title,.col-xs-4 .fct-featured-list-item__title,.col-sm-4 .fct-featured-list-item__title,.col-md-4 .fct-featured-list-item__title,.col-lg-4 .fct-featured-list-item__title,.col-xs-5 .fct-featured-list-item__title,.col-sm-5 .fct-featured-list-item__title,.col-md-5 .fct-featured-list-item__title,.col-lg-5 .fct-featured-list-item__title,.col-xs-6 .fct-featured-list-item__title,.col-sm-6 .fct-featured-list-item__title,.col-md-6 .fct-featured-list-item__title,.col-lg-6 .fct-featured-list-item__title,.col-xs-7 .fct-featured-list-item__title,.col-sm-7 .fct-featured-list-item__title,.col-md-7 .fct-featured-list-item__title,.col-lg-7 .fct-featured-list-item__title,.col-xs-8 .fct-featured-list-item__title,.col-sm-8 .fct-featured-list-item__title,.col-md-8 .fct-featured-list-item__title,.col-lg-8 .fct-featured-list-item__title,.col-xs-9 .fct-featured-list-item__title,.col-sm-9 .fct-featured-list-item__title,.col-md-9 .fct-featured-list-item__title,.col-lg-9 .fct-featured-list-item__title,.col-xs-10 .fct-featured-list-item__title,.col-sm-10 .fct-featured-list-item__title,.col-md-10 .fct-featured-list-item__title,.col-lg-10 .fct-featured-list-item__title,.col-xs-11 .fct-featured-list-item__title,.col-sm-11 .fct-featured-list-item__title,.col-md-11 .fct-featured-list-item__title,.col-lg-11 .fct-featured-list-item__title,.col-xs-12 .fct-featured-list-item__title,.col-sm-12 .fct-featured-list-item__title,.col-md-12 .fct-featured-list-item__title,.col-lg-12 .fct-featured-list-item__title{font-size:18px !important}.fct-featured-list-item__text{min-height:202px;padding:18px var(--fct-gutter) var(--fct-gutter) var(--fct-gutter)}.fct-featured-list-item__text .fct-featured-list-item__summary{font-size:16px;line-height:20px;color:var(--fct-color-grey-dark)}@media screen and (min-width: 768px){.fct-featured-list-item__text .fct-featured-list-item__summary{font-size:16px;line-height:22px}}.fct-color-scheme.dark .fct-featured-list-item__text .fct-featured-list-item__summary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-item__text .fct-featured-list-item__summary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-item__text .fct-featured-list-item__summary{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-featured-list-item__text .fct-featured-list-item__summary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-item__text .fct-featured-list-item__summary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-item__text .fct-featured-list-item__summary{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-featured-list-item__text .fct-featured-list-item__summary{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-item__text .fct-featured-list-item__summary{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-item__text .fct-featured-list-item__summary{color:var(--fct-color-grey-dark)}.fct-featured-list-item__text .fct-featured-list-item__summary p:last-of-type{margin-bottom:0}.fct-featured-list-item__text .fct-featured-list-item__summary li{margin-bottom:4px;font-size:16px;line-height:22px}html[dir=ltr] .fct-featured-list-item__text .fct-featured-list-item__summary li{padding-left:25px}html[dir=rtl] .fct-featured-list-item__text .fct-featured-list-item__summary li{padding-right:25px}html[dir=ltr] .fct-featured-list-item__text .fct-featured-list-item__summary li:before{margin-left:-25px}html[dir=rtl] .fct-featured-list-item__text .fct-featured-list-item__summary li:before{margin-right:-25px}.fct-featured-list-item__text .fct-featured-list-item__summary p~ul{margin-top:var(--fct-gutter)}.fct-featured-list-item__text.fct-featured-list-item__text-with-cta{padding-bottom:58px}.fct-featured-list-item__wrap__fct-cta-link{position:absolute;right:var(--fct-gutter);bottom:var(--fct-gutter);left:var(--fct-gutter);line-height:1em}.fct-featured-list-item--funct_video .fct-featured-list-item__media-icon{position:absolute;top:0;transform:none;display:block;width:50px;height:50px;margin:0;padding:0;border-radius:0;border:none;overflow:hidden;font-family:"dotBCG-Icons";color:var(--fct-color-primary-light);background:var(--fct-color-background);transition:all .25s linear 0s;box-shadow:none}html[dir=ltr] .fct-featured-list-item--funct_video .fct-featured-list-item__media-icon{left:0}html[dir=rtl] .fct-featured-list-item--funct_video .fct-featured-list-item__media-icon{right:0}@media(min-width: 1280px){:not(.fct-c-column__container)>.fct-featured-list .fct-featured-list-item--funct_video .fct-featured-list-item__media-icon{width:65px;height:65px}}.fct-featured-list-item--funct_video .fct-featured-list-item__media-icon:before{position:relative;content:"";display:block;width:100%;height:100%;margin:-15px 0 0 -14px;padding:0;font-family:"dotBCG-Icons";font-size:80px;line-height:100%;text-shadow:none;text-align:left}html[dir=rtl] .fct-featured-list-item--funct_video .fct-featured-list-item__media-icon:before{text-align:right;margin:-15px -14px 0 0}@media(min-width: 1280px){.fct-featured-list-item--funct_video .fct-featured-list-item__media-icon:before{font-size:94px}}@media(min-width: 768px){:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item:last-child:nth-child(odd){width:100%}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item:last-child:nth-child(odd) .fct-featured-list-item__content:before,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item:last-child:nth-child(odd) .fct-featured-list-item__content:after{content:" ";display:table}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item:last-child:nth-child(odd) .fct-featured-list-item__content:after{clear:both}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item:last-child:nth-child(odd) .fct-featured-list-item__media-wrapper{width:calc(50% - var(--fct-grid-gutter)/2);float:left}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item:last-child:nth-child(odd) .fct-featured-list-item__media-wrapper{float:right}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item:last-child:nth-child(odd) .fct-featured-list-item__wrap__fct-cta-link{left:calc(50% + var(--fct-grid-gutter)/2)}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item:last-child:nth-child(odd) .fct-featured-list-item__wrap__fct-cta-link{right:calc(50% + var(--fct-grid-gutter)/2)}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item:last-child:nth-child(odd) .fct-featured-list-item__text{min-height:188px;height:100%;width:50%;float:right}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item:last-child:nth-child(odd) .fct-featured-list-item__text{float:left}}.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item__likes{position:absolute;z-index:1;top:10px;right:25px}.fct-featured-list.fct-featured-list--style_1:not(.fct-filters-active) .fct-featured-list-item--has-likes.no-media .fct-featured-list-item__text{padding-right:60px}.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item{width:100%}.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__likes{display:none}.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__content{width:100%;margin-top:41px}.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__media{position:relative;margin-top:-41px}html[dir=ltr] .fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__media{margin-left:-21px}html[dir=rtl] .fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__media{margin-right:-21px}.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__title{font-size:20px;line-height:25px;margin-bottom:calc(var(--fct-gutter)/2);font-family:var(--fct-body-font);text-transform:none}@media screen and (min-width: 768px){.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__title{font-size:22px;line-height:26px}}@media screen and (min-width: 1024px){.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__title{font-size:25px;line-height:30px}}.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__summary,.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__summary li{font-size:16px;line-height:20px}@media screen and (min-width: 768px){.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__summary,.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item__summary li{font-size:18px;line-height:22px}}@media(min-width: 768px){html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__text{padding-left:0}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__text{padding-right:0}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__wrap__fct-cta-link{left:50%}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__wrap__fct-cta-link{right:50%}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__media{right:-21px;margin-left:auto}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__media{left:-21px;margin-right:auto}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__text,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__wrap__fct-cta-link{order:-1}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__text{padding-right:0}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__text{padding-left:0}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image .fct-featured-list-item__content{display:flex}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image .fct-featured-list-item__media-wrapper,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image .fct-featured-list-item__text,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image .fct-featured-list-item__wrap__fct-cta-link{width:50%}}@media(min-width: 1280px){:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__content{margin-right:0;margin-left:20%}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__content{margin-left:0;margin-right:20%}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__media{margin-left:-80%}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__media{margin-right:-80%}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__text{padding-left:var(--fct-grid-gutter)}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__text{padding-right:var(--fct-grid-gutter)}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__wrap__fct-cta-link{left:calc(33% + var(--fct-gutter))}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(odd) .fct-featured-list-item__wrap__fct-cta-link{right:calc(33% + var(--fct-gutter))}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__content{margin-right:20%;margin-left:0}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__content{margin-left:20%;margin-right:0}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__media{right:auto;margin-left:auto;margin-right:-80%}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__media{left:auto;margin-right:auto;margin-left:-80%}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__text{padding-right:var(--fct-grid-gutter)}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image:nth-child(even) .fct-featured-list-item__text{padding-left:var(--fct-grid-gutter)}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image .fct-featured-list-item__content{width:80%}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image .fct-featured-list-item__media-wrapper{width:31.5%}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image .fct-featured-list-item__media{width:180%;padding-bottom:100%}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image .fct-featured-list-item__text,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_2 .fct-featured-list-item.fct-featured-list-item--with-image .fct-featured-list-item__wrap__fct-cta-link{width:68.5%}}.fct-featured-list.fct-featured-list--style_2 .fct-cta-link.fct-cta-link--featured,.fct-featured-list.fct-featured-list--style_3 .fct-cta-link.fct-cta-link--featured{margin-bottom:calc(var(--fct-gutter)/4)}.fct-featured-list.fct-featured-list--style_2 .fct-cta-link.fct-cta-link--featured .fct-cta-link__icon:before,.fct-featured-list.fct-featured-list--style_3 .fct-cta-link.fct-cta-link--featured .fct-cta-link__icon:before{content:"";display:block}html[dir=rtl] .fct-featured-list.fct-featured-list--style_2 .fct-cta-link.fct-cta-link--featured .fct-cta-link__icon:before,html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-cta-link.fct-cta-link--featured .fct-cta-link__icon:before{transform:scale(-1)}.fct-featured-list.fct-featured-list--style_2 .fct-cta-link.fct-cta-link--featured .fct-cta-link__text,.fct-featured-list.fct-featured-list--style_3 .fct-cta-link.fct-cta-link--featured .fct-cta-link__text{display:none}.fct-featured-list.fct-featured-list--style_3{margin-left:0 !important;margin-right:0 !important}.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__likes{display:none}.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item{margin-bottom:0;padding:0}html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:nth-child(odd){padding-right:calc(var(--fct-grid-gutter)/2 + var(--fct-gutter))}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:nth-child(odd){padding-left:calc(var(--fct-grid-gutter)/2 + var(--fct-gutter))}@media(min-width: 768px){html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:nth-child(odd){padding-left:0;padding-right:0}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:nth-child(odd){padding-left:0;padding-right:0}}html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:nth-child(even){padding-left:calc(var(--fct-grid-gutter)/2 + var(--fct-gutter))}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:nth-child(even){padding-right:calc(var(--fct-grid-gutter)/2 + var(--fct-gutter))}@media(min-width: 768px){html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:nth-child(even){padding-left:0;padding-right:0}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:nth-child(even){padding-left:0;padding-right:0}}.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-1 .fct-featured-list-item__media,.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-12 .fct-featured-list-item__media{padding-bottom:75%}.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-2 .fct-featured-list-item__media,.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-3 .fct-featured-list-item__media,.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-6 .fct-featured-list-item__media,.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-7 .fct-featured-list-item__media,.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-10 .fct-featured-list-item__media,.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-11 .fct-featured-list-item__media{padding-bottom:37.5%}.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-4 .fct-featured-list-item__media,.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-5 .fct-featured-list-item__media,.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-8 .fct-featured-list-item__media,.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image.is-item-9 .fct-featured-list-item__media{padding-bottom:100%}.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__content{width:100%;border:none;background-color:var(--fct-color-grey-dark)}.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__title{font-size:18px;line-height:20px;margin-bottom:calc(var(--fct-gutter)/2);font-weight:300;color:var(--fct-color-primary-light) !important}@media screen and (min-width: 1024px){.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__title{font-size:22px;line-height:26px}}@media(min-width: 1024px){.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__title{color:var(--fct-color-background) !important}}.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__summary,.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__summary li{font-size:16px;line-height:20px}@media(min-width: 768px){:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container::after{display:block;content:"";clear:both}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container:before{display:none}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-incremental-list-item-hidden){display:inline-flex}}@media(min-width: 768px)and (min-width: 768px){:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-incremental-list-item-hidden).is-second{padding-top:40px}}@media(min-width: 768px){:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-incremental-list-item-hidden).fct-filter-item-hidden{display:none}}.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-wide>.fct-featured-list-item__container{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-wide>.fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-wide>.fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-wide>.fct-featured-list-item__container{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-wide>.fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-wide>.fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-wide>.fct-featured-list-item__container{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-wide>.fct-featured-list-item__container{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-wide>.fct-featured-list-item__container{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}}.fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-full-width>.fct-featured-list-item__container{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-full-width>.fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-full-width>.fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-full-width>.fct-featured-list-item__container{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-full-width>.fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-full-width>.fct-featured-list-item__container{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-full-width>.fct-featured-list-item__container{max-width:none}html[dir=ltr] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-full-width>.fct-featured-list-item__container{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-featured-list.fct-featured-list--style_3 .fct-grid-row-wrapper-full-width>.fct-featured-list-item__container{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}@media(min-width: 1280px){:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__container{display:block}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item{width:50%;overflow:hidden}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-incremental-list-item-hidden){display:block}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:nth-child(2){margin-top:0}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-1{padding-left:7.5%}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-1{padding-right:7.5%}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-2{padding-top:13.13%}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-4,html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-5,html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-8,html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-9{padding-left:15%}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-4,html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-5,html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-8,html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-9{padding-right:15%}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-4,html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-8{padding-right:15%;padding-left:0}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-4,html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-8{padding-left:15%;padding-right:0}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-5,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-9{margin-top:-16.26%}html[dir=ltr] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-12{padding-right:7.5%}html[dir=rtl] :not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-12{padding-left:7.5%}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-12+.is-item-1{margin-top:-13.13%}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-12+.is-item-1+.is-item-2{padding-top:0}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image) .fct-featured-list-item__content{height:0}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-1 .fct-featured-list-item__content,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-12 .fct-featured-list-item__content{padding-bottom:75%}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-2 .fct-featured-list-item__content,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-3 .fct-featured-list-item__content,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-6 .fct-featured-list-item__content,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-7 .fct-featured-list-item__content,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-10 .fct-featured-list-item__content,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-11 .fct-featured-list-item__content{padding-bottom:37.5%}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-4 .fct-featured-list-item__content,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-5 .fct-featured-list-item__content,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-8 .fct-featured-list-item__content,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item:not(.fct-featured-list-item--with-image).is-item-9 .fct-featured-list-item__content{padding-bottom:100%}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-filter-item-hidden{display:none}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover .fct-featured-list-item__title{color:var(--fct-color-primary-light) !important}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__wrap__fct-cta-link,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__wrap__fct-cta-link a{position:absolute;top:0;right:0;bottom:0;left:0}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item__wrap__fct-cta-link .fct-cta-link{position:absolute;right:var(--fct-gutter);bottom:var(--fct-gutter);left:var(--fct-gutter)}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.fct-featured-list-item--with-image .fct-featured-list-item__text{transform:translateY(-52px) translateY(-32px)}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-2.fct-featured-list-item--with-image .fct-featured-list-item__text,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-3.fct-featured-list-item--with-image .fct-featured-list-item__text,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-6.fct-featured-list-item--with-image .fct-featured-list-item__text,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-7.fct-featured-list-item--with-image .fct-featured-list-item__text,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-10.fct-featured-list-item--with-image .fct-featured-list-item__text,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-11.fct-featured-list-item--with-image .fct-featured-list-item__text{transform:translateY(-52px) translateY(-32px);transition-duration:.5333333333s}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-2.fct-featured-list-item--with-image .fct-featured-list-item__summary,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-3.fct-featured-list-item--with-image .fct-featured-list-item__summary,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-6.fct-featured-list-item--with-image .fct-featured-list-item__summary,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-7.fct-featured-list-item--with-image .fct-featured-list-item__summary,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-10.fct-featured-list-item--with-image .fct-featured-list-item__summary,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-11.fct-featured-list-item--with-image .fct-featured-list-item__summary{transition-duration:1s}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-2.fct-featured-list-item--with-image .fct-featured-list-item__wrap__fct-cta-link,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-3.fct-featured-list-item--with-image .fct-featured-list-item__wrap__fct-cta-link,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-6.fct-featured-list-item--with-image .fct-featured-list-item__wrap__fct-cta-link,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-7.fct-featured-list-item--with-image .fct-featured-list-item__wrap__fct-cta-link,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-10.fct-featured-list-item--with-image .fct-featured-list-item__wrap__fct-cta-link,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item.is-item-11.fct-featured-list-item--with-image .fct-featured-list-item__wrap__fct-cta-link{transition-duration:1.3333333333s}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item .fct-featured-list-item__title{height:52px;max-height:52px}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item .fct-featured-list-item__summary{max-height:calc(100% - 76px)}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item .fct-featured-list-item__title,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item .fct-featured-list-item__summary{overflow:hidden}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item--with-image .fct-featured-list-item__text{position:absolute;height:101%;width:100%;min-height:inherit;background-color:rgba(var(--fct-color-text), 0.55);transition:transform .8s}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item--with-image .fct-featured-list-item__title{display:flex;flex-direction:column;justify-content:flex-end}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item--with-image .fct-featured-list-item__summary{opacity:0;transition:opacity 1.5s}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item--with-image .fct-featured-list-item__wrap__fct-cta-link{opacity:0;transition:opacity 2s ease;z-index:1}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item--with-image .fct-featured-list-item__content:hover{overflow:hidden}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item--with-image .fct-featured-list-item__content:hover .fct-featured-list-item__text{transform:translateY(-100%)}:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item--with-image .fct-featured-list-item__content:hover .fct-featured-list-item__summary,:not(.fct-c-column__container)>.fct-featured-list.fct-featured-list--style_3 .fct-featured-list-item--with-image .fct-featured-list-item__content:hover .fct-featured-list-item__wrap__fct-cta-link{opacity:1}}.fct-featured-list-style-4__list{margin-top:-10px}.fct-featured-list-style-4__list:not(.flickity-enabled){display:flex}.fct-featured-list-style-4__list .flickity-viewport{width:100%}.fct-featured-list-style-4__list .flickity-prev-next-button{color:#32c77f;width:40px;height:40px;background-color:#fff;border-radius:50px;box-shadow:rgba(0,0,0,.1) 0 2px 10px;right:10px;display:none}@media(min-width: 768px){.fct-featured-list-style-4__list .flickity-prev-next-button{right:25px}}.fct-featured-list-style-4__list .flickity-prev-next-button:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background-image:url("data:image/svg+xml,%3C%3Fxml version=%271.0%27 encoding=%27UTF-8%27%3F%3E%3C%21DOCTYPE svg PUBLIC %27-//W3C//DTD SVG 1.1//EN%27 %27http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%27%3E%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 version=%271.1%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%2332c77f%27 d=%27M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z%27/%3E%3C/svg%3E");background-size:contain}.fct-featured-list-style-4__list .flickity-prev-next-button.previous{right:auto;left:10px}@media(min-width: 768px){.fct-featured-list-style-4__list .flickity-prev-next-button.previous{left:25px}}.fct-featured-list-style-4__list .flickity-prev-next-button.previous:before{transform:rotate(180deg)}.fct-featured-list-style-4__list:hover .flickity-prev-next-button{display:block}.fct-featured-list-style-4__list .flickity-prev-next-button{left:10px;right:auto}@media(min-width: 768px){.fct-featured-list-style-4__list .flickity-prev-next-button{left:25px}}.fct-featured-list-style-4__list .flickity-prev-next-button:before{content:"" !important;transform:rotate(180deg)}.fct-featured-list-style-4__list .flickity-prev-next-button.previous{left:auto;right:10px}@media(min-width: 768px){.fct-featured-list-style-4__list .flickity-prev-next-button.previous{right:25px}}.fct-featured-list-style-4__list .flickity-prev-next-button.previous:before{transform:rotate(0deg)}.fct-featured-list-style-4--restyled-featured-content-element{background:rgba(0,0,0,0) !important}.fct-featured-list-style-4--restyled-featured-content-element .fct-c-background-container{display:none !important}.fct-featured-list-style-4--restyled-featured-content-element.fct-color-scheme.light-grey .fct-featured-list-item__content{background:var(--fct-color-grey-bg) !important}.fct-featured-list-style-4--restyled-featured-content-element.fct-color-scheme.light-green .fct-featured-list-item__content{background:var(--fct-color-primary-light) !important}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item,.fct-featured-list-style-4__list-item-wrapper{flex-grow:0;flex-shrink:0;padding:10px;margin-bottom:0 !important;float:none;position:static;width:75%;flex-basis:75%}@media(min-width: 768px){.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item,.fct-featured-list-style-4__list-item-wrapper{width:30%;flex-basis:30%}}@media(min-width: 1280px){.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item,.fct-featured-list-style-4__list-item-wrapper{width:18%;flex-basis:18%}}.gallery-size-set .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item,.gallery-size-set .fct-featured-list-style-4__list-item-wrapper{height:100%}.gallery-size-set.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item{height:100%}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-featured-list-style-4__list-item{box-shadow:rgba(0,0,0,.17) 0 0 6px;height:100%;transition:all .3s ease 0s;border:none;display:flex;flex-direction:column;position:relative;min-height:420px}.fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-color-scheme.dark .fct-featured-list-style-4__list-item{box-shadow:rgba(0,0,0,.33) 0 0 6px}.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list-item{box-shadow:rgba(0,0,0,.33) 0 0 6px}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list-item{box-shadow:rgba(0,0,0,.33) 0 0 6px}.fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-color-scheme.light-green .fct-featured-list-style-4__list-item{box-shadow:rgba(0,0,0,.33) 0 0 6px}.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list-item{box-shadow:rgba(0,0,0,.33) 0 0 6px}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list-item{box-shadow:rgba(0,0,0,.33) 0 0 6px}.fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-color-scheme.light-grey .fct-featured-list-style-4__list-item{box-shadow:rgba(0,0,0,.17) 0 0 6px}.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list-item{box-shadow:rgba(0,0,0,.17) 0 0 6px}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list-item{box-shadow:rgba(0,0,0,.17) 0 0 6px}@media(min-width: 768px){.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-featured-list-style-4__list-item{min-height:340px}}@media(min-width: 1280px){.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content,.fct-featured-list-style-4__list-item{min-height:300px}}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content.fct-featured-list-item__content--has-deeplink,.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content.fct-featured-list-style-4__list-item--is-clickable,.fct-featured-list-style-4__list-item.fct-featured-list-item__content--has-deeplink,.fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable{cursor:pointer}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content.fct-featured-list-item__content--has-deeplink:hover,.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__content.fct-featured-list-style-4__list-item--is-clickable:hover,.fct-featured-list-style-4__list-item.fct-featured-list-item__content--has-deeplink:hover,.fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable:hover{transform:translateY(-3px)}.fct-featured-list-style-4__list-item.fct-color-scheme:not(.light-grey) .fct-c-background-container,.fct-featured-list-style-4__list-item.fct-color-scheme:not(.light-green) .fct-c-background-container{background:rgba(255,255,255,.15)}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content{cursor:pointer}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover{transform:translateY(-3px)}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover,.fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable:hover{box-shadow:rgba(0,0,0,.25) 0 3px 10px}.fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover,.fct-color-scheme.dark .fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable:hover{box-shadow:rgba(0,0,0,.75) 0 3px 10px}.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover,.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable:hover{box-shadow:rgba(0,0,0,.75) 0 3px 10px}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable:hover{box-shadow:rgba(0,0,0,.75) 0 3px 10px}.fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover,.fct-color-scheme.light-green .fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable:hover{box-shadow:rgba(0,0,0,.75) 0 3px 10px}.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover,.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable:hover{box-shadow:rgba(0,0,0,.75) 0 3px 10px}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable:hover{box-shadow:rgba(0,0,0,.75) 0 3px 10px}.fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover,.fct-color-scheme.light-grey .fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable:hover{box-shadow:rgba(0,0,0,.25) 0 3px 10px}.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover,.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable:hover{box-shadow:rgba(0,0,0,.25) 0 3px 10px}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--has-deeplink .fct-featured-list-item__content:hover,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list-item.fct-featured-list-style-4__list-item--is-clickable:hover{box-shadow:rgba(0,0,0,.25) 0 3px 10px}.fct-featured-list-style-4__list-item>a{width:100%;height:100%;display:flex;flex-direction:column}.fct-featured-list-style-4__list-item-content{flex:1;display:flex;flex-direction:column}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__media,.fct-featured-list-style-4__list-item-media{width:100%;padding-bottom:56.25%;height:0;overflow:hidden;position:relative;z-index:30}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__media .fct-c-picture img,.fct-featured-list-style-4__list-item-media .fct-c-picture img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.fct-featured-list-style-4__list-item--is-video .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__media:after,.fct-featured-list-style-4__list-item--is-video .fct-featured-list-style-4__list-item-media:after{content:"";position:absolute;left:0;top:50%;height:75px;width:100%;transform:translateY(-50%);opacity:.75;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m-2 14.5 6-4.5-6-4.5v9Z%27/%3E%3C/svg%3E");background-size:contain;background-position:center center;background-repeat:no-repeat}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--funct_video .fct-featured-list-item__media:after{content:"";position:absolute;left:0;top:50%;height:75px;width:100%;transform:translateY(-50%);opacity:.75;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27%3E%3Cpath fill=%27%23fff%27 d=%27M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m-2 14.5 6-4.5-6-4.5v9Z%27/%3E%3C/svg%3E");background-size:contain;background-position:center center;background-repeat:no-repeat}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item--funct_video .fct-featured-list-item__media .fct-featured-list-item__media-icon{display:none}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item .fct-featured-list-item__wrap__fct-cta-link{display:none}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__text,.fct-featured-list-style-4__list-item-content{padding:15px 10px;z-index:30}@media(min-width: 768px){.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__text,.fct-featured-list-style-4__list-item-content{padding:25px 20px}}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__title,.fct-featured-list-style-4__list-item-title{color:var(--fct-color-grey-dark);font-size:18px;font-weight:700;line-height:24px;margin-bottom:15px}.fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__title,.fct-color-scheme.dark .fct-featured-list-style-4__list-item-title{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__title,.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list-item-title{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__title,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list-item-title{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__title,.fct-color-scheme.light-green .fct-featured-list-style-4__list-item-title{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__title,.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list-item-title{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__title,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list-item-title{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__title,.fct-color-scheme.light-grey .fct-featured-list-style-4__list-item-title{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__title,.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list-item-title{color:var(--fct-color-grey-dark)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__title,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list-item-title{color:var(--fct-color-grey-dark)}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__summary,.fct-featured-list-style-4__list-item-text{color:var(--fct-color-grey-light);font-size:14px;font-weight:normal;line-height:20px;flex:1}.fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__summary,.fct-color-scheme.dark .fct-featured-list-style-4__list-item-text{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__summary,.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list-item-text{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__summary,.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list-item-text{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__summary,.fct-color-scheme.light-green .fct-featured-list-style-4__list-item-text{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__summary,.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list-item-text{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__summary,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list-item-text{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__summary,.fct-color-scheme.light-grey .fct-featured-list-style-4__list-item-text{color:var(--fct-color-grey-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__summary,.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list-item-text{color:var(--fct-color-grey-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__summary,.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list-item-text{color:var(--fct-color-grey-light)}.fct-featured-list-style-4__list--restyled-featured-content-element .fct-featured-list-item__summary.fct-featured-list-style-4__list-item-text--is-person,.fct-featured-list-style-4__list-item-text.fct-featured-list-style-4__list-item-text--is-person{display:flex}.fct-featured-list-style-4__list-item-text--person-text{flex:1;display:block}.fct-featured-list-style-4__list-item-text .fct-person-share-wrapper{position:relative;right:auto;bottom:auto;align-self:flex-end;margin-left:10px}.fct-featured-list-style-4__list-item-meta{color:var(--fct-color-grey-light);font-size:14px;font-weight:700;line-height:20px;margin-bottom:5px}.fct-color-scheme.dark .fct-featured-list-style-4__list-item-meta{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list-item-meta{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-featured-list-style-4__list-item-meta{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-featured-list-style-4__list-item-meta{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list-item-meta{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-featured-list-style-4__list-item-meta{color:var(--fct-color-background)}.fct-color-scheme.light-grey .fct-featured-list-style-4__list-item-meta{color:var(--fct-color-grey-light)}.fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list-item-meta{color:var(--fct-color-grey-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-featured-list-style-4__list-item-meta{color:var(--fct-color-grey-light)}.fct-featured-list-style-4__list-item-meta-date~.fct-featured-list-style-4__list-item-meta-location:before{content:"|";padding-left:10px;padding-right:10px}.fct-featured-list-style-4__list-item-media-likes{position:absolute;top:10px;right:10px}.fct-featured-list-style-4__list-item-tags{margin-bottom:10px;margin-left:-4px;display:flex;flex-wrap:wrap;row-gap:4px}.fct-quotes-container.margin-bottom-none{margin-bottom:var(--fct-grid-container-margin-bottom-none)}.fct-quotes-container.margin-bottom-small{margin-bottom:var(--fct-grid-container-margin-bottom-small)}.fct-quotes-container.margin-bottom-medium{margin-bottom:var(--fct-grid-container-margin-bottom-medium)}.fct-quotes-container.margin-bottom-large{margin-bottom:var(--fct-grid-container-margin-bottom-large)}.fct-quotes-container .row{background-color:var(--fct-color-grey-bg)}.fct-quotes-container .row .column{padding-left:calc(var(--fct-grid-gutter)/2);padding-right:calc(var(--fct-grid-gutter)/2)}.fct-quotes-list.single-gallery{margin-bottom:0}.fct-quotes-list .fct-grid-row-wrapper{display:block}.fct-quotes-item{padding-top:35px;padding-bottom:35px;width:100.1%;position:relative}.fct-grid-row-wrapper .fct-grid-row-wrapper .fct-quotes-item{padding-left:35px;padding-right:35px}html[dir=ltr] .fct-quotes-item{clear:left}html[dir=rtl] .fct-quotes-item{clear:right}.fct-quotes-item:before,.fct-quotes-item:after{content:" ";display:table}.fct-quotes-item:after{clear:both}.fct-quotes-item .fct-quote-eyebrow{position:absolute;top:35px;line-height:1em}html[dir=ltr] .fct-quotes-item .fct-quote-eyebrow{left:55px}html[dir=rtl] .fct-quotes-item .fct-quote-eyebrow{right:55px}html[dir=ltr] .fct-grid-row-wrapper .fct-grid-row-wrapper .fct-quotes-item .fct-quote-eyebrow{left:90px}html[dir=rtl] .fct-grid-row-wrapper .fct-grid-row-wrapper .fct-quotes-item .fct-quote-eyebrow{right:90px}.fct-quotes-item i.icon-archetype-quote-commentary{font-size:23px;color:var(--fct-color-grey-extra);margin-bottom:17px;display:block}.fct-color-scheme.dark .fct-quotes-item i.icon-archetype-quote-commentary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-quotes-item i.icon-archetype-quote-commentary{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-quotes-item i.icon-archetype-quote-commentary{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-quotes-item i.icon-archetype-quote-commentary{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-green .fct-quotes-item i.icon-archetype-quote-commentary{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-quotes-item i.icon-archetype-quote-commentary{color:var(--fct-color-grey)}.fct-color-scheme.light-grey .fct-quotes-item i.icon-archetype-quote-commentary{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-item i.icon-archetype-quote-commentary{color:var(--fct-color-grey)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-item i.icon-archetype-quote-commentary{color:var(--fct-color-grey)}.fct-quotes-item .fct-quote-text{font-size:20px;line-height:29px;color:var(--fct-color-primary-dark);font-family:var(--fct-body-font);position:relative}.fct-color-scheme.dark .fct-quotes-item .fct-quote-text{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-quotes-item .fct-quote-text{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-quotes-item .fct-quote-text{color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-quotes-item .fct-quote-text{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-green .fct-quotes-item .fct-quote-text{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-quotes-item .fct-quote-text{color:var(--fct-color-primary)}.fct-color-scheme.light-grey .fct-quotes-item .fct-quote-text{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-item .fct-quote-text{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-item .fct-quote-text{color:var(--fct-color-primary)}.fct-quotes-item .fct-quote-text p{color:var(--fct-color-primary-dark)}.fct-color-scheme.dark .fct-quotes-item .fct-quote-text p{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme.dark .fct-quotes-item .fct-quote-text p{color:var(--fct-color-primary-light)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-quotes-item .fct-quote-text p{color:var(--fct-color-primary-light)}.fct-color-scheme.light-green .fct-quotes-item .fct-quote-text p{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-green .fct-quotes-item .fct-quote-text p{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-quotes-item .fct-quote-text p{color:var(--fct-color-primary)}.fct-color-scheme.light-grey .fct-quotes-item .fct-quote-text p{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-item .fct-quote-text p{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-item .fct-quote-text p{color:var(--fct-color-primary)}.fct-quotes-item .fct-quote-text a:hover{color:inherit}.fct-quotes-item .fct-person-attribution{float:left;margin-top:20px;width:100%;max-width:1150px}html[dir=ltr] .fct-quotes-item .fct-person-attribution{padding-right:10%}html[dir=rtl] .fct-quotes-item .fct-person-attribution{padding-left:10%;float:right}@media(min-width: 1024px){html[dir=ltr] .fct-quotes-item .fct-person-attribution{padding-right:20%}html[dir=rtl] .fct-quotes-item .fct-person-attribution{padding-left:20%}}@media(min-width: 1280px){html[dir=ltr] .fct-quotes-item .fct-person-attribution{padding-right:30%}html[dir=rtl] .fct-quotes-item .fct-person-attribution{padding-left:30%}}.fct-quotes-item .fct-person-attribution-media{width:100% !important}.fct-quotes-list.js-flickity .fct-quotes-item .fct-person-attribution-media{width:40px !important}@media(min-width: 768px){.fct-quotes-list.js-flickity .fct-quotes-item .fct-person-attribution-media{width:90px !important}}.fct-quotes-item--hero .fct-quote-text{color:var(--fct-color-primary-dark)}.fct-color-scheme.dark .fct-quotes-item--hero .fct-quote-text{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme.dark .fct-quotes-item--hero .fct-quote-text{color:var(--fct-color-background)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.dark .fct-quotes-item--hero .fct-quote-text{color:var(--fct-color-background)}.fct-color-scheme.light-green .fct-quotes-item--hero .fct-quote-text{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-green .fct-quotes-item--hero .fct-quote-text{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-green .fct-quotes-item--hero .fct-quote-text{color:var(--fct-color-primary)}.fct-color-scheme.light-grey .fct-quotes-item--hero .fct-quote-text{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-item--hero .fct-quote-text{color:var(--fct-color-primary)}.fct-color-scheme .fct-color-scheme .fct-color-scheme.light-grey .fct-quotes-item--hero .fct-quote-text{color:var(--fct-color-primary)}.fct-quotes-item--small i.icon-archetype-quote-commentary{display:none}.fct-quotes-item--small .fct-quote-text{font-size:18px;line-height:24px}@media screen and (min-width: 768px){.fct-quotes-item--small .fct-quote-text{font-size:30px;line-height:37px}}@media screen and (min-width: 1024px){.fct-quotes-item--small .fct-quote-text{font-size:28px;line-height:38px}}.fct-quotes-item--small .fct-quote-text:before{content:"“"}.fct-quotes-item--small .fct-quote-text:after{content:"”"}html[dir=ltr] .fct-quotes-item--large{margin-left:50px;padding-right:var(--fct-gutter)}html[dir=rtl] .fct-quotes-item--large{margin-right:50px;padding-left:var(--fct-gutter)}@media(min-width: 1280px){html[dir=ltr] .fct-quotes-item--large{margin-left:0}html[dir=rtl] .fct-quotes-item--large{margin-right:0}}.fct-quotes-item--large i.icon-archetype-quote-commentary{position:absolute;margin-top:calc(var(--fct-gutter)/4)}html[dir=ltr] .fct-quotes-item--large i.icon-archetype-quote-commentary{left:-50px}html[dir=rtl] .fct-quotes-item--large i.icon-archetype-quote-commentary{right:-50px}@media(min-width: 768px){.fct-quotes-item--large i.icon-archetype-quote-commentary{margin-top:calc(var(--fct-gutter)/2)}}.fct-quotes-item--large .fct-quote-text{font-size:18px;line-height:24px;font-weight:300;font-family:var(--fct-body-font-sans)}@media screen and (min-width: 768px){.fct-quotes-item--large .fct-quote-text{font-size:30px;line-height:37px}}@media screen and (min-width: 1024px){.fct-quotes-item--large .fct-quote-text{font-size:36px;line-height:45px}}@media screen and (min-width: 768px){.fct-quotes-item--large .fct-quote-text{font-weight:200}}.fct-quotes-container--extended .fct-grid-row-wrapper{background-color:var(--fct-color-grey-bg)}.fct-quotes-container--extended .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-quotes-container--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-quotes-container--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-quotes-container--extended .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-quotes-container--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-quotes-container--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-quotes-container--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-quotes-container--extended .row{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-quotes-container--extended .row{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-quotes-container--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-quotes-container--extended .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-quotes-container--wide{background-color:var(--fct-color-grey-bg)}.fct-quotes-container--wide .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-quotes-container--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-quotes-container--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-quotes-container--wide .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-quotes-container--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-quotes-container--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-quotes-container--wide .row{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-quotes-container--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-quotes-container--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}}.fct-quotes-container--full-width{background-color:var(--fct-color-grey-bg)}.fct-quotes-container--full-width .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-quotes-container--full-width .fct-grid-row-wrapper:before,.fct-quotes-container--full-width .fct-grid-row-wrapper:after{content:" ";display:table}.fct-quotes-container--full-width .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-quotes-container--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-quotes-container--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-quotes-container--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-quotes-container--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-quotes-container--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}}.fct-quotes-container--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-quotes-container--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-quotes-container--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-quotes-container--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-quotes-container--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-quotes-container--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-quotes-container--full-width .row{max-width:none}html[dir=ltr] .fct-quotes-container--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-quotes-container--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-quotes-container .fct-grid-row-wrapper{background-color:var(--fct-color-grey-bg)}.fct-deepmode-layer-content .fct-quotes-container--extended .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-quotes-container--extended .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--extended .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-quotes-container--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-quotes-container--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-quotes-container--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.col-xs-1 .fct-quotes-container .fct-quotes-item,.col-sm-1 .fct-quotes-container .fct-quotes-item,.col-md-1 .fct-quotes-container .fct-quotes-item,.col-lg-1 .fct-quotes-container .fct-quotes-item,.col-xs-2 .fct-quotes-container .fct-quotes-item,.col-sm-2 .fct-quotes-container .fct-quotes-item,.col-md-2 .fct-quotes-container .fct-quotes-item,.col-lg-2 .fct-quotes-container .fct-quotes-item,.col-xs-3 .fct-quotes-container .fct-quotes-item,.col-sm-3 .fct-quotes-container .fct-quotes-item,.col-md-3 .fct-quotes-container .fct-quotes-item,.col-lg-3 .fct-quotes-container .fct-quotes-item,.col-xs-4 .fct-quotes-container .fct-quotes-item,.col-sm-4 .fct-quotes-container .fct-quotes-item,.col-md-4 .fct-quotes-container .fct-quotes-item,.col-lg-4 .fct-quotes-container .fct-quotes-item,.col-xs-5 .fct-quotes-container .fct-quotes-item,.col-sm-5 .fct-quotes-container .fct-quotes-item,.col-md-5 .fct-quotes-container .fct-quotes-item,.col-lg-5 .fct-quotes-container .fct-quotes-item,.col-xs-6 .fct-quotes-container .fct-quotes-item,.col-sm-6 .fct-quotes-container .fct-quotes-item,.col-md-6 .fct-quotes-container .fct-quotes-item,.col-lg-6 .fct-quotes-container .fct-quotes-item,.col-xs-7 .fct-quotes-container .fct-quotes-item,.col-sm-7 .fct-quotes-container .fct-quotes-item,.col-md-7 .fct-quotes-container .fct-quotes-item,.col-lg-7 .fct-quotes-container .fct-quotes-item,.col-xs-8 .fct-quotes-container .fct-quotes-item,.col-sm-8 .fct-quotes-container .fct-quotes-item,.col-md-8 .fct-quotes-container .fct-quotes-item,.col-lg-8 .fct-quotes-container .fct-quotes-item,.col-xs-9 .fct-quotes-container .fct-quotes-item,.col-sm-9 .fct-quotes-container .fct-quotes-item,.col-md-9 .fct-quotes-container .fct-quotes-item,.col-lg-9 .fct-quotes-container .fct-quotes-item,.col-xs-10 .fct-quotes-container .fct-quotes-item,.col-sm-10 .fct-quotes-container .fct-quotes-item,.col-md-10 .fct-quotes-container .fct-quotes-item,.col-lg-10 .fct-quotes-container .fct-quotes-item,.col-xs-11 .fct-quotes-container .fct-quotes-item,.col-sm-11 .fct-quotes-container .fct-quotes-item,.col-md-11 .fct-quotes-container .fct-quotes-item,.col-lg-11 .fct-quotes-container .fct-quotes-item,.col-xs-12 .fct-quotes-container .fct-quotes-item,.col-sm-12 .fct-quotes-container .fct-quotes-item,.col-md-12 .fct-quotes-container .fct-quotes-item,.col-lg-12 .fct-quotes-container .fct-quotes-item{padding-left:0;padding-right:0}.fct-map-container{width:100%}.fct-map-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width .column{padding-left:0;padding-right:0}.fct-map-container:before,.fct-map-container:after{content:" ";display:table}.fct-map-container:after{clear:both}.fct-map-container .fct-map-content iframe{border:0;width:100%;height:100%}.fct-map-container.size-auto .fct-map-content iframe{min-height:1px}.fct-map-container.size-small .fct-map-content iframe{min-height:232px}.fct-map-container.size-medium .fct-map-content iframe{min-height:420px}.fct-map-container.size-large .fct-map-content iframe{min-height:615px}.fct-modal-body-overwrite{overflow:hidden;scrollbar-gutter:var(--fct-modal-outlet-scrollbar-gutter)}.fct-modal-body-overwrite .fct-modal-outlet{display:flex}.fct-modal-outlet{display:none;position:fixed;top:0;left:0;z-index:5200;width:100vw;height:100vh}.fct-modal-outlet-inner{position:relative;margin:var(--fct-modal-outlet-margin);width:var(--fct-modal-outlet-width);height:var(--fct-modal-outlet-height);border:var(--fct-modal-outlet-border);border-radius:var(--fct-modal-outlet-border-radius);overflow:hidden;max-height:100vh}.fct-modal-outlet-content{width:100%;height:100%}.fct-modal-outlet-nav-wrapper{position:absolute;top:0;right:0;display:flex;gap:var(--fct-modal-outlet-nav-gap);z-index:99999}.fct-modal-outlet-nav-checkbox-wrapper{margin-top:auto;margin-bottom:auto;cursor:pointer}.fct-modal-outlet-nav-checkbox-wrapper{font-size:18px;font-style:italic;line-height:1.1;display:var(--fct-modal-outlet-display-donotshow);grid-template-columns:1em auto;gap:.5em;color:var(--fct-modal-nav-color)}.fct-modal-outlet-nav-checkbox{appearance:none;background-color:rgba(0,0,0,0);margin:0;font:inherit;color:currentColor;width:1.15em;height:1.15em;border:.15em solid currentColor;border-radius:.15em;transform:translateY(-0.075em);display:grid;place-content:center}.fct-modal-outlet-nav-checkbox::before{font-family:"dotBCG-Icons";width:.8em;height:2.2em;transform:scale(0);transform-origin:bottom left;transition:120ms transform ease-in-out}.fct-modal-outlet-nav-checkbox:checked:before{transform:scale(0.6)}.fct-modal-outlet-nav-close{width:var(--fct-modal-outlet-nav-close-icon-dimension);height:var(--fct-modal-outlet-nav-close-icon-dimension);cursor:pointer;color:var(--fct-color-background);background:var(--fct-color-primary-light);text-align:center;border:0}@media(min-width: 1280px){.fct-modal-outlet-nav-close{width:var(--fct-modal-outlet-nav-close-icon-dimension-large);height:var(--fct-modal-outlet-nav-close-icon-dimension-large)}}.fct-modal-content-wrapper{width:100%;height:100%;padding-top:calc(var(--fct-modal-outlet-nav-close-icon-dimension) + var(--fct-grid-gutter)/2)}@media(min-width: 1280px){.fct-modal-content-wrapper{padding-top:calc(var(--fct-modal-outlet-nav-close-icon-dimension-large) + var(--fct-grid-gutter)/2)}}.fct-modal-content-scroll-container{position:static;overflow:auto;height:100%;max-height:calc(100vh - var(--fct-modal-outlet-nav-close-icon-dimension-large) - var(--fct-grid-gutter)/2);display:flex;flex-wrap:wrap;align-items:center;align-content:safe center;overscroll-behavior:none}.fct-modal-content-scroll-container>*,.fct-modal-content-scroll-container .row{flex-grow:1}.fct-modal-content{display:none}.fct-banner-container{display:flex;flex-direction:column;width:100%}.fct-banner-container:before,.fct-banner-container:after{content:" ";display:table}.fct-banner-container:after{clear:both}.fct-banner-container .row{padding-bottom:40px;padding-top:40px}.fct-banner-container.size-auto{min-height:1px}.fct-banner-container.size-small{min-height:232px}.fct-banner-container.size-medium{min-height:420px}.fct-banner-container.size-large{min-height:615px}.fct-banner-container.size-large .row{padding-top:25%}@media(max-height: 592px){.fct-banner-container.size-small{min-height:236.8px}.fct-banner-container.size-medium{min-height:355.2px}.fct-banner-container.size-large{min-height:651.2px}}@media(max-height: 568px){.fct-banner-container.size-small{min-height:227.2px}.fct-banner-container.size-medium{min-height:340.8px}.fct-banner-container.size-large{min-height:624.8px}}@media(max-height: 540px){.fct-banner-container.size-small{min-height:216px}.fct-banner-container.size-medium{min-height:324px}.fct-banner-container.size-large{min-height:594px}}@media(max-height: 534px){.fct-banner-container.size-small{min-height:213.6px}.fct-banner-container.size-medium{min-height:320.4px}.fct-banner-container.size-large{min-height:587.4px}}@media(max-height: 480px){.fct-banner-container.size-small{min-height:192px}.fct-banner-container.size-medium{min-height:288px}.fct-banner-container.size-large{min-height:528px}}@media(max-height: 375px){.fct-banner-container.size-small{min-height:150px}.fct-banner-container.size-medium{min-height:225px}.fct-banner-container.size-large{min-height:412.5px}}@media(max-height: 360px){.fct-banner-container.size-small{min-height:144px}.fct-banner-container.size-medium{min-height:216px}.fct-banner-container.size-large{min-height:396px}}@media(max-height: 320px){.fct-banner-container.size-small{min-height:128px}.fct-banner-container.size-medium{min-height:192px}.fct-banner-container.size-large{min-height:352px}}.fct-banner-container.left-width .row{padding-right:33%}.fct-banner-container.right-width .row{padding-left:33%}@media(min-width: 768px){.fct-banner-container.left-width .row{padding-right:50%}.fct-banner-container.right-width .row{padding-left:50%}}@media(min-width: 768px){html[dir=ltr] .fct-banner-container.left-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-sm) - var(--fct-grid-extended-margin-left-sm) - var(--fct-grid-extended-padding-left-sm) - var(--fct-grid-regular-delta-left-sm) - var(--fct-grid-regular-delta-right-sm) - var(--fct-grid-extended-delta-right-sm) + 30px)/2 + var(--fct-grid-regular-delta-right-sm))}html[dir=rtl] .fct-banner-container.left-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-sm) - var(--fct-grid-extended-margin-left-sm) - var(--fct-grid-extended-padding-left-sm) - var(--fct-grid-regular-delta-left-sm) - var(--fct-grid-regular-delta-right-sm) - var(--fct-grid-extended-delta-right-sm) + 30px)/2 + var(--fct-grid-regular-delta-right-sm))}html[dir=ltr] .fct-banner-container.right-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-sm) - var(--fct-grid-extended-margin-left-sm) - var(--fct-grid-extended-padding-left-sm) - var(--fct-grid-regular-delta-left-sm) - var(--fct-grid-regular-delta-right-sm) - var(--fct-grid-extended-delta-right-sm) + 30px)/2 + var(--fct-grid-regular-delta-right-sm))}html[dir=rtl] .fct-banner-container.right-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-sm) - var(--fct-grid-extended-margin-left-sm) - var(--fct-grid-extended-padding-left-sm) - var(--fct-grid-regular-delta-left-sm) - var(--fct-grid-regular-delta-right-sm) - var(--fct-grid-extended-delta-right-sm) + 30px)/2 + var(--fct-grid-regular-delta-right-sm))}}@media(min-width: 1024px){html[dir=ltr] .fct-banner-container.left-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-md) - var(--fct-grid-extended-margin-left-md) - var(--fct-grid-extended-padding-left-md) - var(--fct-grid-regular-delta-left-md) - var(--fct-grid-regular-delta-right-md) - var(--fct-grid-extended-delta-right-md) + 30px)/2 + var(--fct-grid-regular-delta-right-md))}html[dir=rtl] .fct-banner-container.left-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-md) - var(--fct-grid-extended-margin-left-md) - var(--fct-grid-extended-padding-left-md) - var(--fct-grid-regular-delta-left-md) - var(--fct-grid-regular-delta-right-md) - var(--fct-grid-extended-delta-right-md) + 30px)/2 + var(--fct-grid-regular-delta-right-md))}html[dir=ltr] .fct-banner-container.right-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-md) - var(--fct-grid-extended-margin-left-md) - var(--fct-grid-extended-padding-left-md) - var(--fct-grid-regular-delta-left-md) - var(--fct-grid-regular-delta-right-md) - var(--fct-grid-extended-delta-right-md) + 30px)/2 + var(--fct-grid-regular-delta-right-md))}html[dir=rtl] .fct-banner-container.right-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-md) - var(--fct-grid-extended-margin-left-md) - var(--fct-grid-extended-padding-left-md) - var(--fct-grid-regular-delta-left-md) - var(--fct-grid-regular-delta-right-md) - var(--fct-grid-extended-delta-right-md) + 30px)/2 + var(--fct-grid-regular-delta-right-md))}}@media(min-width: 1280px){html[dir=ltr] .fct-banner-container.left-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-lg) - var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-extended-padding-left-lg) - var(--fct-grid-regular-delta-left-lg) - var(--fct-grid-regular-delta-right-lg) - var(--fct-grid-extended-delta-right-lg) + 30px)/2 + var(--fct-grid-regular-delta-right-lg))}html[dir=rtl] .fct-banner-container.left-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-lg) - var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-extended-padding-left-lg) - var(--fct-grid-regular-delta-left-lg) - var(--fct-grid-regular-delta-right-lg) - var(--fct-grid-extended-delta-right-lg) + 30px)/2 + var(--fct-grid-regular-delta-right-lg))}html[dir=ltr] .fct-banner-container.right-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-lg) - var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-extended-padding-left-lg) - var(--fct-grid-regular-delta-left-lg) - var(--fct-grid-regular-delta-right-lg) - var(--fct-grid-extended-delta-right-lg) + 30px)/2 + var(--fct-grid-regular-delta-right-lg))}html[dir=rtl] .fct-banner-container.right-width .fct-grid-row-wrapper:not(.fct-grid-row-wrapper-media-bleed):not(.fct-grid-row-wrapper-wide):not(.fct-grid-row-wrapper-full-width) .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-lg) - var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-extended-padding-left-lg) - var(--fct-grid-regular-delta-left-lg) - var(--fct-grid-regular-delta-right-lg) - var(--fct-grid-extended-delta-right-lg) + 30px)/2 + var(--fct-grid-regular-delta-right-lg))}}@media(min-width: 768px){html[dir=ltr] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-sm) - var(--fct-grid-extended-margin-left-sm) - var(--fct-grid-extended-padding-left-sm) - var(--fct-grid-extended-delta-right-sm) + 30px)/2)}html[dir=rtl] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-sm) - var(--fct-grid-extended-margin-left-sm) - var(--fct-grid-extended-padding-left-sm) - var(--fct-grid-extended-delta-right-sm) + 30px)/2)}html[dir=ltr] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-sm) - var(--fct-grid-extended-margin-left-sm) - var(--fct-grid-extended-padding-left-sm) - var(--fct-grid-extended-delta-right-sm) + 30px)/2)}html[dir=rtl] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-sm) - var(--fct-grid-extended-margin-left-sm) - var(--fct-grid-extended-padding-left-sm) - var(--fct-grid-extended-delta-right-sm) + 30px)/2)}}@media(min-width: 1024px){html[dir=ltr] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-md) - var(--fct-grid-extended-margin-left-md) - var(--fct-grid-extended-padding-left-md) - var(--fct-grid-extended-delta-right-md) + 30px)/2)}html[dir=rtl] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-md) - var(--fct-grid-extended-margin-left-md) - var(--fct-grid-extended-padding-left-md) - var(--fct-grid-extended-delta-right-md) + 30px)/2)}html[dir=ltr] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-md) - var(--fct-grid-extended-margin-left-md) - var(--fct-grid-extended-padding-left-md) - var(--fct-grid-extended-delta-right-md) + 30px)/2)}html[dir=rtl] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-md) - var(--fct-grid-extended-margin-left-md) - var(--fct-grid-extended-padding-left-md) - var(--fct-grid-extended-delta-right-md) + 30px)/2)}}@media(min-width: 1280px){html[dir=ltr] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-lg) - var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-extended-padding-left-lg) - var(--fct-grid-extended-delta-right-lg) + 30px)/2)}html[dir=rtl] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-lg) - var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-extended-padding-left-lg) - var(--fct-grid-extended-delta-right-lg) + 30px)/2)}html[dir=ltr] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-lg) - var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-extended-padding-left-lg) - var(--fct-grid-extended-delta-right-lg) + 30px)/2)}html[dir=rtl] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-media-bleed .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-lg) - var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-extended-padding-left-lg) - var(--fct-grid-extended-delta-right-lg) + 30px)/2)}}@media(min-width: 768px){html[dir=ltr] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-sm))/2)}html[dir=rtl] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-sm))/2)}html[dir=ltr] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-sm))/2)}html[dir=rtl] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-sm))/2)}}@media(min-width: 1024px){html[dir=ltr] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-md))/2)}html[dir=rtl] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-md))/2)}html[dir=ltr] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-md))/2)}html[dir=rtl] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-md))/2)}}@media(min-width: 1280px){html[dir=ltr] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-lg))/2)}html[dir=rtl] .fct-banner-container.left-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-lg))/2)}html[dir=ltr] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-left:calc((100vw - 2*var(--fct-grid-wide-delta-lg))/2)}html[dir=rtl] .fct-banner-container.right-width .fct-grid-row-wrapper.fct-grid-row-wrapper-wide .row{padding-right:calc((100vw - 2*var(--fct-grid-wide-delta-lg))/2)}}.fct-banner-container .fct-client-logo{position:relative;width:100%;height:80px;margin:20px 0}@media(min-width: 768px){.fct-banner-container .fct-client-logo{height:100px}}@media(min-width: 946px){.fct-banner-container .fct-client-logo{height:100px}}.fct-banner-container .fct-client-logo~.row{padding-top:0}.fct-banner-container.right-width .fct-client-logo *{object-position:top left}.fct-banner-container.fct-container-client-logo-format-tall .fct-client-logo{height:100px;margin:20px 0}@media(min-width: 768px){.fct-banner-container.fct-container-client-logo-format-tall .fct-client-logo{height:120px}}@media(min-width: 946px){.fct-banner-container.fct-container-client-logo-format-tall .fct-client-logo{height:140px}}.fct-banner-container.fct-container-client-logo-format-square .fct-client-logo{height:80px;margin:20px 0}@media(min-width: 768px){.fct-banner-container.fct-container-client-logo-format-square .fct-client-logo{height:120px}}@media(min-width: 946px){.fct-banner-container.fct-container-client-logo-format-square .fct-client-logo{height:140px}}.fct-banner-container.right-width.fct-container-client-logo-format-square .fct-client-logo,.fct-banner-container.left-width.fct-container-client-logo-format-square .fct-client-logo{margin-bottom:0}.fct-banner-carousel-container.gallery-size-set .fct-banner-container{margin-bottom:0;height:100%}.fct-banner-carousel-container{margin-bottom:55px}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-grid-container:first-child>.fct-banner-carousel-container{margin-top:-65px}.fct-banner-carousel-container.margin-bottom-none{margin-bottom:calc(var(--fct-grid-container-margin-bottom-none) + 55px)}.fct-banner-carousel-container.margin-bottom-small{margin-bottom:calc(var(--fct-grid-container-margin-bottom-small) + 55px)}.fct-banner-carousel-container.margin-bottom-medium{margin-bottom:calc(var(--fct-grid-container-margin-bottom-medium) + 55px)}.fct-banner-carousel-container.margin-bottom-large{margin-bottom:calc(var(--fct-grid-container-margin-bottom-large) + 55px)}.fct-banner-carousel-container .flickity-page-dots{position:absolute;bottom:-32.5px;left:0;right:0;width:auto;text-align:left;flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-banner-carousel-container .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-banner-carousel-container .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-banner-carousel-container .flickity-page-dots{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-banner-carousel-container .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-banner-carousel-container .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-banner-carousel-container:first-child{margin-top:-65px}.fct-banner-container-wrapper{position:relative;z-index:1;height:100%;flex-grow:1}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-grid-container:first-child>.fct-banner-container-wrapper{margin-top:-65px}.fct-deepmode-layer-content .fct-banner-container-wrapper{z-index:100}.fct-banner-link-list{clear:both}@media(min-width: 1024px){.fct-banner-link-list{width:80%}}.fct-banner-link-list.fct-box-link-list li{border:1px solid var(--fct-color-primary-light);margin-bottom:-1px;position:relative;max-width:90%;float:left}html[dir=rtl] .fct-banner-link-list.fct-box-link-list li{float:right}.fct-banner-link-list.fct-box-link-list li:hover{background-color:rgba(0,0,0,.052)}.fct-banner-link-list.fct-box-link-list li:before{content:"";height:100%;display:inline-block;vertical-align:middle}@media(min-width: 768px){.fct-banner-link-list.fct-box-link-list li{max-width:40%}}.fct-banner-link-list.fct-box-link-list li:nth-child(1){clear:both}@media(min-width: 768px){.fct-banner-link-list.fct-box-link-list li:nth-child(1){clear:left;min-width:40%}html[dir=rtl] .fct-banner-link-list.fct-box-link-list li:nth-child(1){clear:right}}.fct-banner-link-list.fct-box-link-list li:nth-child(2){clear:both}html[dir=ltr] .fct-banner-link-list.fct-box-link-list li:nth-child(2){left:10%}html[dir=rtl] .fct-banner-link-list.fct-box-link-list li:nth-child(2){right:10%}@media(min-width: 768px){.fct-banner-link-list.fct-box-link-list li:nth-child(2){max-width:45%;min-width:45%}html[dir=ltr] .fct-banner-link-list.fct-box-link-list li:nth-child(2){left:10%;clear:left}html[dir=rtl] .fct-banner-link-list.fct-box-link-list li:nth-child(2){right:10%;clear:right}}.fct-banner-link-list.fct-box-link-list li:nth-child(3){clear:both}@media(min-width: 768px){.fct-banner-link-list.fct-box-link-list li:nth-child(3){max-width:30%;transform:translateY(-66%);margin-bottom:-100%;clear:none}html[dir=ltr] .fct-banner-link-list.fct-box-link-list li:nth-child(3){left:10%;margin-left:-1px}html[dir=rtl] .fct-banner-link-list.fct-box-link-list li:nth-child(3){right:10%;margin-right:-1px}}.fct-banner-link-list.fct-box-link-list li:nth-child(4){clear:both}html[dir=ltr] .fct-banner-link-list.fct-box-link-list li:nth-child(4){left:10%}html[dir=rtl] .fct-banner-link-list.fct-box-link-list li:nth-child(4){right:10%}@media(min-width: 768px){html[dir=ltr] .fct-banner-link-list.fct-box-link-list li:nth-child(4){clear:left;left:45%;transform:translateX(-100%);margin-left:1px}html[dir=rtl] .fct-banner-link-list.fct-box-link-list li:nth-child(4){clear:right;right:45%;transform:translateX(100%);margin-right:1px}}.fct-banner-link-list.fct-box-link-list li:nth-child(5){clear:both}@media(min-width: 768px){.fct-banner-link-list.fct-box-link-list li:nth-child(5){max-width:50%}html[dir=ltr] .fct-banner-link-list.fct-box-link-list li:nth-child(5){float:right;right:55%;transform:translateX(100%)}html[dir=rtl] .fct-banner-link-list.fct-box-link-list li:nth-child(5){float:left;left:55%;transform:translateX(-100%)}}.fct-banner-link-list.fct-box-link-list li:nth-child(6){clear:both}html[dir=ltr] .fct-banner-link-list.fct-box-link-list li:nth-child(6){left:10%}html[dir=rtl] .fct-banner-link-list.fct-box-link-list li:nth-child(6){right:10%}@media(min-width: 768px){.fct-banner-link-list.fct-box-link-list li:nth-child(6){clear:both}html[dir=ltr] .fct-banner-link-list.fct-box-link-list li:nth-child(6){left:55%;transform:translateX(-100%)}html[dir=rtl] .fct-banner-link-list.fct-box-link-list li:nth-child(6){right:55%;transform:translateX(100%)}}.fct-banner-link-list.fct-box-link-list li a{display:inline-block;color:var(--fct-color-primary-light);text-align:center;padding:20px 36px;font-family:var(--fct-body-font);font-weight:400;font-size:19px;line-height:23px;width:100%}.fct-banner-link-list.fct-box-link-list li a .fct-cta-link{font-size:inherit;line-height:inherit;font-family:inherit;padding:0;margin:0;min-height:0}.fct-banner-link-list.fct-box-link-list li a .fct-cta-link span{padding:0}.fct-banner-link-list.fct-box-link-list li a i{display:none}.fct-banner-link-list.fct-dot-sep-link-list li{display:inline-block;position:relative}html[dir=ltr] .fct-banner-link-list.fct-dot-sep-link-list li{margin-right:20px;padding-right:20px}html[dir=rtl] .fct-banner-link-list.fct-dot-sep-link-list li{margin-left:20px;padding-left:20px}.fct-banner-link-list.fct-dot-sep-link-list li:not(:last-child):after{content:"";height:5px;width:5px;background:#fff;border-radius:3px;position:absolute;margin-top:.6em;display:inline-block;top:0}html[dir=ltr] .fct-banner-link-list.fct-dot-sep-link-list li:not(:last-child):after{left:100%}html[dir=rtl] .fct-banner-link-list.fct-dot-sep-link-list li:not(:last-child):after{right:100%}.fct-banner-link-list.fct-dot-sep-link-list li a{color:var(--fct-color-primary-light);white-space:nowrap;font-size:16px;line-height:24px;font-family:var(--fct-body-font);display:inline-block}@media(min-width: 768px){.fct-banner-link-list.fct-dot-sep-link-list li a{font-size:20px;line-height:26px}}.fct-banner-link-list.fct-dot-sep-link-list li a .fct-cta-link{font-size:inherit;line-height:inherit;font-family:inherit;padding:0;margin:0;min-height:0}.fct-banner-link-list.fct-dot-sep-link-list li a .fct-cta-link span{padding:0}.fct-banner-link-list.fct-dot-sep-link-list li a i{display:none}.fct-dek~.fct-banner-link-list{margin-top:35px}.fct-banner-carousel-container.fct-banner-carousel-container-media-bleed .flickity-page-dots{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-media-bleed .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-media-bleed .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-banner-carousel-container.fct-banner-carousel-container-media-bleed .flickity-page-dots{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-media-bleed .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-media-bleed .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-media-bleed .flickity-page-dots{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-media-bleed .flickity-page-dots{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-banner-carousel-container.fct-banner-carousel-container-media-bleed .flickity-page-dots{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-media-bleed .flickity-page-dots{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-media-bleed .flickity-page-dots{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-banner-carousel-container.fct-banner-carousel-container-wide .flickity-page-dots{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-wide .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-wide .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-banner-carousel-container.fct-banner-carousel-container-wide .flickity-page-dots{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-wide .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-wide .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-banner-carousel-container.fct-banner-carousel-container-wide .flickity-page-dots{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-wide .flickity-page-dots{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-wide .flickity-page-dots{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}}.fct-banner-carousel-container.fct-banner-carousel-container-full-width>.fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-banner-carousel-container.fct-banner-carousel-container-full-width>.fct-grid-row-wrapper:before,.fct-banner-carousel-container.fct-banner-carousel-container-full-width>.fct-grid-row-wrapper:after{content:" ";display:table}.fct-banner-carousel-container.fct-banner-carousel-container-full-width>.fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-banner-carousel-container.fct-banner-carousel-container-full-width>.fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-banner-carousel-container.fct-banner-carousel-container-full-width>.fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-banner-carousel-container.fct-banner-carousel-container-full-width>.fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-full-width>.fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-full-width>.fct-grid-row-wrapper{margin-left:0;margin-right:0}}.fct-banner-carousel-container.fct-banner-carousel-container-full-width .flickity-page-dots{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-full-width .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-full-width .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-banner-carousel-container.fct-banner-carousel-container-full-width .flickity-page-dots{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-full-width .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-full-width .flickity-page-dots{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-banner-carousel-container.fct-banner-carousel-container-full-width .flickity-page-dots{max-width:none}html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-full-width .flickity-page-dots{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-full-width .flickity-page-dots{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}@media(min-width: 0px){html[dir=ltr] .fct-banner-carousel-container.fct-banner-carousel-container-full-width .flickity-page-dots{padding-left:calc(var(--fct-grid-gutter)/2);padding-right:calc(var(--fct-grid-gutter)/2)}html[dir=rtl] .fct-banner-carousel-container.fct-banner-carousel-container-full-width .flickity-page-dots{padding-left:calc(var(--fct-grid-gutter)/2);padding-right:calc(var(--fct-grid-gutter)/2)}}.is-ie .fct-banner-container.size-auto .fct-banner-container-wrapper{min-height:1px}.is-ie .fct-banner-container.size-small .fct-banner-container-wrapper{min-height:232px}.is-ie .fct-banner-container.size-medium .fct-banner-container-wrapper{min-height:420px}.is-ie .fct-banner-container.size-large .fct-banner-container-wrapper{min-height:615px}html.fct-fullsizemedia-opened,html.fct-fullsizemedia-opened body{overflow:hidden}.fct-fullsizemedia-layer{background:rgba(255,255,255,.9);width:100%;height:100%;position:fixed;top:0;left:0;z-index:6000;display:none;padding-top:60px;padding-bottom:60px}html[dir=rtl] .fct-fullsizemedia-layer{left:auto;right:0}@media(min-width: 1280px){.fct-fullsizemedia-layer{padding-top:75px;padding-bottom:75px}}.fct-fullsizemedia-layer.fct-fullsizemedia-layer.fct-fullsizemedia-layer-markup{padding-top:0 !important;padding-bottom:0 !important;background:#000}.fct-fullsizemedia-layer.show{display:table}.fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav{position:fixed;top:0;left:0;width:100%;z-index:2000}html[dir=rtl] .fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav{left:auto;right:0}.fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav>.close{position:absolute;right:0;top:0;cursor:pointer;z-index:1500;color:#fff;background:var(--fct-color-primary-light);width:50px;height:50px;text-align:center}html[dir=rtl] .fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav>.close{left:0;right:auto}@media(min-width: 1280px){.fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav>.close{width:65px;height:65px}}.fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav>.close:before{line-height:50px;width:50px}@media(min-width: 1280px){.fct-fullsizemedia-layer .fct-fullsizemedia-layer-nav>.close:before{width:65px;line-height:65px}}.fct-fullsizemedia-layer-content{display:table-cell;width:100%;height:100%;vertical-align:middle}.fct-fullsizemedia-layer-content .fct-gallery-list{margin-left:auto;margin-right:auto}.fct-video-fullscreen{cursor:pointer}html.fct-search-opened,html.fct-search-opened body{overflow:hidden;-ms-overflow-style:none}body.search-results .fct-container.search.search-results,body.search-no-results .fct-container.search.search-results{transform:inherit}body.search-results .fct-container.search.search-results .fct-search-results-outer-container,body.search-no-results .fct-container.search.search-results .fct-search-results-outer-container{padding-top:50px}body.search-results .fct-search-header-bg,body.search-no-results .fct-search-header-bg{background-color:var(--fct-color-background);position:fixed;top:0;left:0;right:0;z-index:199;display:none}@media(min-width: 768px){body.search-results .fct-search-header-bg,body.search-no-results .fct-search-header-bg{display:block}}body.search-results .fct-search-header,body.search-no-results .fct-search-header{background-color:var(--fct-color-grey-main-nav-bg);position:fixed;padding:0;z-index:2000;width:100%}@media(min-width: 768px){body.search-results .fct-search-header,body.search-no-results .fct-search-header{width:650px;z-index:200}}@media(min-width: 1024px){body.search-results .fct-search-header,body.search-no-results .fct-search-header{width:900px}}body.search-results .fct-search-header .searchform,body.search-no-results .fct-search-header .searchform{display:block;position:relative}body.search-results .fct-search-header .searchform .searchform-wrapper,body.search-no-results .fct-search-header .searchform .searchform-wrapper{height:64px}@media(min-width: 768px){body.search-results .fct-search-header .searchform .searchform-wrapper,body.search-no-results .fct-search-header .searchform .searchform-wrapper{height:50px}}@media(min-width: 1280px){body.search-results .fct-search-header .searchform .searchform-wrapper,body.search-no-results .fct-search-header .searchform .searchform-wrapper{height:65px}}body.search-results .fct-search-header .searchform input[type=search],body.search-no-results .fct-search-header .searchform input[type=search]{position:relative;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,0);border:none;color:var(--fct-color-grey-dark);font-size:18px;outline:0;width:calc(100% - 140px);font-weight:400;font-family:var(--fct-body-font);display:inline-block;float:left;padding:0 0 0 20px}html[dir=rtl] body.search-results .fct-search-header .searchform input[type=search],html[dir=rtl] body.search-no-results .fct-search-header .searchform input[type=search]{float:right;padding:0 20px 0 0}@media(min-width: 768px){body.search-results .fct-search-header .searchform input[type=search],body.search-no-results .fct-search-header .searchform input[type=search]{font-size:20px;padding:0 0 0 80px;width:calc(100% - 140px)}html[dir=rtl] body.search-results .fct-search-header .searchform input[type=search],html[dir=rtl] body.search-no-results .fct-search-header .searchform input[type=search]{padding:0 80px 0 0}}@media(min-width: 1280px){body.search-results .fct-search-header .searchform input[type=search],body.search-no-results .fct-search-header .searchform input[type=search]{font-size:28px;padding:0 0 0 95px;width:calc(100% - 220px - 65px + 50px)}html[dir=rtl] body.search-results .fct-search-header .searchform input[type=search],html[dir=rtl] body.search-no-results .fct-search-header .searchform input[type=search]{padding:0 95px 0 0}}body.search-results .fct-search-header .searchform button,body.search-no-results .fct-search-header .searchform button{background-color:rgba(0,0,0,0);border:1px solid var(--fct-color-grey-light);color:var(--fct-color-grey-light);font-size:12px;line-height:normal;margin:0 20px;padding:5px 25px;text-transform:uppercase;font-weight:300;top:50%;transform:translate3d(0, -50%, 0);position:absolute;display:block}html[dir=ltr] body.search-results .fct-search-header .searchform button,html[dir=ltr] body.search-no-results .fct-search-header .searchform button{right:0}html[dir=rtl] body.search-results .fct-search-header .searchform button,html[dir=rtl] body.search-no-results .fct-search-header .searchform button{left:0}@media(min-width: 768px){body.search-results .fct-search-header .searchform button,body.search-no-results .fct-search-header .searchform button{margin-right:19px;margin-left:0;top:25px}html[dir=rtl] body.search-results .fct-search-header .searchform button,html[dir=rtl] body.search-no-results .fct-search-header .searchform button{margin-left:19px;margin-right:0}}@media(min-width: 1280px){body.search-results .fct-search-header .searchform button,body.search-no-results .fct-search-header .searchform button{top:32.5px}}body.search-results .fct-search-header .searchform .fct-search-filters,body.search-no-results .fct-search-header .searchform .fct-search-filters{list-style:none;padding:0 0 0 20px;margin:0;border-top:1px solid var(--fct-color-background);display:none}body.search-results .fct-search-header .searchform .fct-search-filters:before,body.search-results .fct-search-header .searchform .fct-search-filters:after,body.search-no-results .fct-search-header .searchform .fct-search-filters:before,body.search-no-results .fct-search-header .searchform .fct-search-filters:after{content:" ";display:table}body.search-results .fct-search-header .searchform .fct-search-filters:after,body.search-no-results .fct-search-header .searchform .fct-search-filters:after{clear:both}html[dir=rtl] body.search-results .fct-search-header .searchform .fct-search-filters,html[dir=rtl] body.search-no-results .fct-search-header .searchform .fct-search-filters{padding:0 20px 0 0}@media(min-width: 768px){body.search-results .fct-search-header .searchform .fct-search-filters,body.search-no-results .fct-search-header .searchform .fct-search-filters{display:block}}@media(min-width: 768px){body.search-results .fct-search-header .searchform .fct-search-filters,body.search-no-results .fct-search-header .searchform .fct-search-filters{padding:0 0 0 80px}html[dir=rtl] body.search-results .fct-search-header .searchform .fct-search-filters,html[dir=rtl] body.search-no-results .fct-search-header .searchform .fct-search-filters{padding:0 80px 0 0}}@media(min-width: 1280px){body.search-results .fct-search-header .searchform .fct-search-filters,body.search-no-results .fct-search-header .searchform .fct-search-filters{padding:0 0 0 95px}html[dir=rtl] body.search-results .fct-search-header .searchform .fct-search-filters,html[dir=rtl] body.search-no-results .fct-search-header .searchform .fct-search-filters{padding:0 95px 0 0}}body.search-results .fct-search-header .searchform .fct-search-filters li,body.search-no-results .fct-search-header .searchform .fct-search-filters li{height:50px;float:left}html[dir=ltr] body.search-results .fct-search-header .searchform .fct-search-filters li,html[dir=ltr] body.search-no-results .fct-search-header .searchform .fct-search-filters li{margin-right:40px}html[dir=rtl] body.search-results .fct-search-header .searchform .fct-search-filters li,html[dir=rtl] body.search-no-results .fct-search-header .searchform .fct-search-filters li{margin-left:40px;float:right}@media(min-width: 1280px){body.search-results .fct-search-header .searchform .fct-search-filters li,body.search-no-results .fct-search-header .searchform .fct-search-filters li{height:65px}}body.search-results .fct-search-header .searchform .fct-search-filters li label,body.search-no-results .fct-search-header .searchform .fct-search-filters li label{position:relative;top:50%;transform:translateY(-50%);display:block;font-size:14px;line-height:19px;color:#707070}body.search-results .fct-search-header .searchform .fct-search-filters li label input,body.search-no-results .fct-search-header .searchform .fct-search-filters li label input{display:none}body.search-results .fct-search-header .searchform .fct-search-filters li label span,body.search-no-results .fct-search-header .searchform .fct-search-filters li label span{display:inline-block;width:15px;height:15px;margin-right:5px;vertical-align:text-top;background:var(--fct-color-background);color:var(--fct-color-primary)}body.search-results .fct-search-header .searchform .fct-search-filters li label input:checked+span:before,body.search-no-results .fct-search-header .searchform .fct-search-filters li label input:checked+span:before{display:block;position:relative;top:-1px;font-size:16px}body.search-results .fct-search-header .searchform .fct-search-filters li label.disabled,body.search-no-results .fct-search-header .searchform .fct-search-filters li label.disabled{opacity:.5}body.search-results .fct-search-header .searchform .fct-search-filters li label:hover:not(.disabled),body.search-no-results .fct-search-header .searchform .fct-search-filters li label:hover:not(.disabled){cursor:pointer}body.search-results header.fct-header-regular .fct-nav-search-wrapper,body.search-no-results header.fct-header-regular .fct-nav-search-wrapper{background-color:var(--fct-color-grey-main-nav-bg);color:var(--fct-color-primary)}@media(min-width: 768px){body.search-results header.fct-header-regular .fct-nav-search-wrapper,body.search-no-results header.fct-header-regular .fct-nav-search-wrapper{background-color:var(--fct-color-grey);color:var(--fct-color-background)}}body.search-results header.fct-header-regular~main,body.search-no-results header.fct-header-regular~main{padding-top:152px}@media(min-width: 768px){body.search-results header.fct-header-regular~main,body.search-no-results header.fct-header-regular~main{padding-top:101px}}@media(min-width: 1280px){body.search-results header.fct-header-regular~main,body.search-no-results header.fct-header-regular~main{padding-top:131px}}body.search-results header.fct-header-regular~main .fct-search-header-bg,body.search-no-results header.fct-header-regular~main .fct-search-header-bg{z-index:98}@media(min-width: 768px){body.search-results header.fct-header-regular~main .fct-search-header-bg,body.search-no-results header.fct-header-regular~main .fct-search-header-bg{height:101px}}@media(min-width: 1280px){body.search-results header.fct-header-regular~main .fct-search-header-bg,body.search-no-results header.fct-header-regular~main .fct-search-header-bg{height:131px}}body.search-results header.fct-header-regular~main .fct-search-header,body.search-no-results header.fct-header-regular~main .fct-search-header{z-index:101;top:50px}@media(min-width: 768px){body.search-results header.fct-header-regular~main .fct-search-header,body.search-no-results header.fct-header-regular~main .fct-search-header{z-index:99;top:0;width:calc(100% - 75px)}}@media(min-width: 1024px){body.search-results header.fct-header-regular~main .fct-search-header,body.search-no-results header.fct-header-regular~main .fct-search-header{width:calc((100% - 150px)*.85 + 75px)}}@media(min-width: 1280px){body.search-results header.fct-header-regular~main .fct-search-header,body.search-no-results header.fct-header-regular~main .fct-search-header{width:calc((100% - 200px)*.85 + 100px)}}html[dir=ltr] body.search-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li,html[dir=ltr] body.search-no-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li{margin-right:15px}html[dir=rtl] body.search-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li,html[dir=rtl] body.search-no-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li{margin-left:15px}@media(min-width: 1024px){html[dir=ltr] body.search-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li,html[dir=ltr] body.search-no-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li{margin-right:25px}html[dir=rtl] body.search-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li,html[dir=rtl] body.search-no-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li{margin-left:25px}}@media(min-width: 1280px){html[dir=ltr] body.search-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li,html[dir=ltr] body.search-no-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li{margin-right:40px}html[dir=rtl] body.search-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li,html[dir=rtl] body.search-no-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li{margin-left:40px}}html[dir=ltr] body.search-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li:last-child,html[dir=ltr] body.search-no-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li:last-child{margin-right:0}html[dir=rtl] body.search-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li:last-child,html[dir=rtl] body.search-no-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li:last-child{margin-left:0}body.search-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li label,body.search-no-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li label{font-size:13px}@media(min-width: 1280px){body.search-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li label,body.search-no-results header.fct-header-regular~main .fct-search-header .searchform .fct-search-filters li label{font-size:15px}}@media(min-width: 768px){body.search-results header.fct-header-regular.fct-header-has-main-logo~main,body.search-results header.fct-header-regular.fct-header-has-main-nav~main,body.search-no-results header.fct-header-regular.fct-header-has-main-logo~main,body.search-no-results header.fct-header-regular.fct-header-has-main-nav~main{padding-top:152px}}@media(min-width: 1280px){body.search-results header.fct-header-regular.fct-header-has-main-logo~main,body.search-results header.fct-header-regular.fct-header-has-main-nav~main,body.search-no-results header.fct-header-regular.fct-header-has-main-logo~main,body.search-no-results header.fct-header-regular.fct-header-has-main-nav~main{padding-top:197px}}@media(min-width: 768px){body.search-results header.fct-header-regular.fct-header-has-main-logo~main .fct-search-header-bg,body.search-results header.fct-header-regular.fct-header-has-main-nav~main .fct-search-header-bg,body.search-no-results header.fct-header-regular.fct-header-has-main-logo~main .fct-search-header-bg,body.search-no-results header.fct-header-regular.fct-header-has-main-nav~main .fct-search-header-bg{height:152px}}@media(min-width: 1280px){body.search-results header.fct-header-regular.fct-header-has-main-logo~main .fct-search-header-bg,body.search-results header.fct-header-regular.fct-header-has-main-nav~main .fct-search-header-bg,body.search-no-results header.fct-header-regular.fct-header-has-main-logo~main .fct-search-header-bg,body.search-no-results header.fct-header-regular.fct-header-has-main-nav~main .fct-search-header-bg{height:197px}}@media(min-width: 768px){body.search-results header.fct-header-regular.fct-header-has-main-logo~main .fct-search-header,body.search-results header.fct-header-regular.fct-header-has-main-nav~main .fct-search-header,body.search-no-results header.fct-header-regular.fct-header-has-main-logo~main .fct-search-header,body.search-no-results header.fct-header-regular.fct-header-has-main-nav~main .fct-search-header{top:51px}}@media(min-width: 1280px){body.search-results header.fct-header-regular.fct-header-has-main-logo~main .fct-search-header,body.search-results header.fct-header-regular.fct-header-has-main-nav~main .fct-search-header,body.search-no-results header.fct-header-regular.fct-header-has-main-logo~main .fct-search-header,body.search-no-results header.fct-header-regular.fct-header-has-main-nav~main .fct-search-header{top:66px}}@media(min-width: 768px){body.search-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main,body.search-no-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main{padding-top:203px}}@media(min-width: 1280px){body.search-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main,body.search-no-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main{padding-top:263px}}@media(min-width: 768px){body.search-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main .fct-search-header-bg,body.search-no-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main .fct-search-header-bg{height:203px}}@media(min-width: 1280px){body.search-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main .fct-search-header-bg,body.search-no-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main .fct-search-header-bg{height:263px}}@media(min-width: 768px){body.search-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main .fct-search-header,body.search-no-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main .fct-search-header{top:102px}}@media(min-width: 1280px){body.search-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main .fct-search-header,body.search-no-results header.fct-header-regular.fct-header-has-main-logo.fct-header-has-main-nav~main .fct-search-header{top:132px}}body.search-results header.fct-header-simple .fct-custom-logo,body.search-no-results header.fct-header-simple .fct-custom-logo{height:50px}@media(min-width: 1280px){body.search-results header.fct-header-simple .fct-custom-logo,body.search-no-results header.fct-header-simple .fct-custom-logo{height:65px}}body.search-results header.fct-header-simple .fct-nav-search-wrapper,body.search-no-results header.fct-header-simple .fct-nav-search-wrapper{display:none}body.search-results header.fct-header-simple~main,body.search-no-results header.fct-header-simple~main{padding-top:100px}@media(min-width: 768px){body.search-results header.fct-header-simple~main,body.search-no-results header.fct-header-simple~main{padding-top:151px}}@media(min-width: 1280px){body.search-results header.fct-header-simple~main,body.search-no-results header.fct-header-simple~main{padding-top:196px}}body.search-results header.fct-header-simple~main .fct-search-header,body.search-no-results header.fct-header-simple~main .fct-search-header{top:50px;width:100%}@media(min-width: 1280px){body.search-results header.fct-header-simple~main .fct-search-header,body.search-no-results header.fct-header-simple~main .fct-search-header{top:65px}}body.search-results header.fct-header-simple~main .fct-search-header .searchform-wrapper,body.search-no-results header.fct-header-simple~main .fct-search-header .searchform-wrapper{padding:0 20px}@media(min-width: 1024px){body.search-results header.fct-header-simple~main .fct-search-header .searchform-wrapper,body.search-no-results header.fct-header-simple~main .fct-search-header .searchform-wrapper{padding:0 50px}}@media(min-width: 1280px){body.search-results header.fct-header-simple~main .fct-search-header .searchform-wrapper,body.search-no-results header.fct-header-simple~main .fct-search-header .searchform-wrapper{padding:0 65px}}html[dir=ltr] body.search-results header.fct-header-simple~main .fct-search-header .searchform-wrapper input,html[dir=ltr] body.search-no-results header.fct-header-simple~main .fct-search-header .searchform-wrapper input{padding-left:0}html[dir=rtl] body.search-results header.fct-header-simple~main .fct-search-header .searchform-wrapper input,html[dir=rtl] body.search-no-results header.fct-header-simple~main .fct-search-header .searchform-wrapper input{padding-right:0}body.search-results header.fct-header-simple~main .fct-search-header .searchform-wrapper button,body.search-no-results header.fct-header-simple~main .fct-search-header .searchform-wrapper button{position:relative;margin:0;float:right}html[dir=rtl] body.search-results header.fct-header-simple~main .fct-search-header .searchform-wrapper button,html[dir=rtl] body.search-no-results header.fct-header-simple~main .fct-search-header .searchform-wrapper button{float:left}body.search-results header.fct-header-simple~main .fct-search-header .fct-search-filters,body.search-no-results header.fct-header-simple~main .fct-search-header .fct-search-filters{padding:0 20px}@media(min-width: 1024px){body.search-results header.fct-header-simple~main .fct-search-header .fct-search-filters,body.search-no-results header.fct-header-simple~main .fct-search-header .fct-search-filters{padding:0 50px}}@media(min-width: 1280px){body.search-results header.fct-header-simple~main .fct-search-header .fct-search-filters,body.search-no-results header.fct-header-simple~main .fct-search-header .fct-search-filters{padding:0 65px}}.fct-responsive-embed-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width .column{padding-left:0;padding-right:0}.fct-responsive-embed-container .fct-responsive-embed-embedder{position:relative;height:0;overflow:hidden}.fct-responsive-embed-container .fct-responsive-embed-embedder iframe{position:absolute;top:0;left:0;width:100%;height:100%}.fct-responsive-embed-container .fct-responsive-embed-embedder .fct-responsive-embed-fallback{display:none}.fct-responsive-embed-container .fct-responsive-embed-embedder.is-url-denied{padding-bottom:0 !important;height:auto}.fct-responsive-embed-container .fct-responsive-embed-embedder.is-url-denied iframe{display:none}.fct-responsive-embed-container .fct-responsive-embed-embedder.is-url-denied .fct-responsive-embed-fallback{display:block}.fct-responsive-embed-container__fallback{display:none}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-responsive-embed-container:first-child{margin-top:-65px}html.fct-panels-opened,html.fct-panels-opened body{height:100%;width:100%;overflow:hidden}.fct-panels-button-next{position:fixed;right:30px;bottom:30px;z-index:1000;width:30px;height:30px;border:1px solid var(--fct-color-grey-light);padding:0;border-radius:50%;cursor:pointer;background:rgba(0,0,0,0);color:var(--fct-color-grey-light);font-size:10px;text-align:center;transition:color .7s ease,border-color .7s ease}html[dir=rtl] .fct-panels-button-next{right:auto;left:30px}@media(min-width: 768px){.fct-panels-button-next{right:30px;bottom:30px;width:50px;height:50px;border-width:2px;font-size:17px}html[dir=rtl] .fct-panels-button-next{right:auto;left:30px}}.fct-panels-button-next:before{display:inline-block;line-height:30px;margin:0;padding:0}@media(min-width: 768px){.fct-panels-button-next:before{line-height:50px}}.fct-panels-button-next[data-background-color-scheme=dark],.fct-panels-button-next[data-background-color-scheme=light-green],.fct-panels-button-next[data-style-background-color-scheme=transparent_black]{color:var(--fct-color-background);border-color:var(--fct-color-background)}.fct-panels-button-next[data-style-background-color-scheme=solid_white],.fct-panels-button-next[data-style-background-color-scheme=transparent_white]{color:var(--fct-color-primary);border-color:var(--fct-color-primary)}.fct-panels-button-next.fct-panels-button-next--absolute{position:absolute}.fct-panels-button-next.fct-panels-button-next--static{position:static;transform:none}.fct-panels-button-next.fct-panels-button-next--inline{position:static;transform:none}.fct-panels-nav{position:fixed;top:50%;transform:translateY(-50%);z-index:1000;margin:0;padding:0;list-style:none}html[dir=ltr] .fct-panels-nav{right:0}html[dir=rtl] .fct-panels-nav{left:0}@media(min-width: 768px){html[dir=ltr] .fct-panels-nav{right:calc(30px - var(--fct-gutter)/4 - var(--fct-gutter)/2)}html[dir=rtl] .fct-panels-nav{left:calc(30px - var(--fct-gutter)/4 - var(--fct-gutter)/2)}}@media(min-width: 768px){.fct-panels-nav{display:block}}.fct-panels-nav li{padding:calc(var(--fct-gutter)/4);margin:calc(var(--fct-gutter)/4);cursor:pointer}@media(min-width: 768px){.fct-panels-nav li{margin:calc(var(--fct-gutter)/2)}}.fct-panels-nav li span{display:block;width:9px;height:9px;border-radius:13px;border-width:1px;border-style:solid;border-color:var(--fct-color-grey-light);background:rgba(0,0,0,0);transition:background-color 0s ease,border-color .35s ease}@media(min-width: 1280px){.fct-panels-nav li span{width:11px;height:11px}}.fct-panels-nav li:hover span,.fct-panels-nav li.active span{background:var(--fct-color-primary-light);border-color:var(--fct-color-primary-light);transition:background-color 0s ease,border-color 0s ease}.fct-panels-nav[data-background-color-scheme=light-green] li span{border-color:var(--fct-color-background)}.fct-panels-nav[data-background-color-scheme=light-green] li:hover span,.fct-panels-nav[data-background-color-scheme=light-green] li.active span{border-color:var(--fct-color-background);background:var(--fct-color-background)}.fct-panels-nav[data-background-color-scheme=dark] li span{border-color:var(--fct-color-background)}.fct-panels-nav[data-background-color-scheme=dark] li:hover span,.fct-panels-nav[data-background-color-scheme=dark] li.active span{border-color:var(--fct-color-primary-light);background:var(--fct-color-primary-light)}.fct-panels-container{margin:0;padding:0 !important}.fct-panels-container:not(.fct-panels-container-initiated){visibility:hidden}.fct-panels-container.grabbing{cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.fct-panels-container.grabbing .fct-panels-section{cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.fct-panels-container .fct-panels-section-container{overflow:hidden;position:relative;margin:0}.fct-panels-container .fct-panels-section-container:not(:last-child) .fct-panels-section-content{padding-bottom:140px}.fct-panels-container .fct-panels-section-container:not(:last-child) .fct-panels-section-content.fct-panels-section-content--center,.fct-panels-container .fct-panels-section-container:not(:last-child) .fct-panels-section-content.fct-panels-section-content--full-height{padding-bottom:0}.fct-panels-container .fct-panels-section-container:last-child .fct-panels-button-next{display:none}.fct-panels-container .fct-panels-section-container .fct-panels-section{overflow:auto;position:relative;overflow-x:hidden;height:100%;width:100%;-webkit-overflow-scrolling:touch}.fct-panels-container .fct-panels-section-container .fct-panels-section-content{position:relative;min-height:100%;width:100%}.fct-panels-container .fct-panels-section-container .fct-panels-section-content.fct-panels-section-content--table{display:table;table-layout:fixed;height:100%}.fct-panels-container .fct-panels-section-container.contains-footer .fct-panels-section-content{padding-bottom:230px}@media(min-width: 768px){.fct-panels-container .fct-panels-section-container.contains-footer .fct-panels-section-content{padding-bottom:80px}}@media(min-width: 1024px){.fct-panels-container .fct-panels-section-container.contains-footer .fct-panels-section-content{padding-bottom:55px}}.fct-panels-container .fct-panels-section-container.contains-footer .fct-panels-section-content .fct-footer-container{margin-top:0;position:absolute}.fct-panels-container .fct-panels-section-container.contains-footer .fct-panels-section-content .fct-footer-container .fct-footer-logos{display:none !important}.fct-panels-section-content{padding-top:50px}@media(min-width: 1280px){.fct-panels-section-content{padding-top:66px}}.fct-panels-section-content.fct-panels-section-content--center{display:flex;flex-direction:column;justify-content:center;padding-top:0}.fct-panels-section-content.fct-panels-section-content--full-height{height:100%}.fct-panels-section-container .fct-client-logo{position:absolute;left:20px;right:20px;height:80px;margin:20px 0}html[dir=rtl] .fct-panels-section-container .fct-client-logo *{object-position:top left}@media(min-width: 768px){.fct-panels-section-container .fct-client-logo{height:100px;left:75px;right:75px}}@media(min-width: 946px){.fct-panels-section-container .fct-client-logo{height:100px;left:100px;right:100px}}.fct-panels-section-container .fct-client-logo~.fct-panels-section-content{padding-top:120px}@media(min-width: 768px){.fct-panels-section-container .fct-client-logo~.fct-panels-section-content{padding-top:140px}}@media(min-width: 946px){.fct-panels-section-container .fct-client-logo~.fct-panels-section-content{padding-top:140px}}.fct-panels-section-container.fct-container-client-logo-format-tall .fct-client-logo{height:100px;margin:20px 0}@media(min-width: 768px){.fct-panels-section-container.fct-container-client-logo-format-tall .fct-client-logo{height:120px}}@media(min-width: 946px){.fct-panels-section-container.fct-container-client-logo-format-tall .fct-client-logo{height:140px}}.fct-panels-section-container.fct-container-client-logo-format-tall .fct-client-logo~.fct-panels-section-content{padding-top:140px}@media(min-width: 768px){.fct-panels-section-container.fct-container-client-logo-format-tall .fct-client-logo~.fct-panels-section-content{padding-top:160px}}@media(min-width: 946px){.fct-panels-section-container.fct-container-client-logo-format-tall .fct-client-logo~.fct-panels-section-content{padding-top:180px}}.fct-panels-section-container.fct-container-client-logo-format-square .fct-client-logo{height:80px;margin:20px 0}@media(min-width: 768px){.fct-panels-section-container.fct-container-client-logo-format-square .fct-client-logo{height:120px}}@media(min-width: 946px){.fct-panels-section-container.fct-container-client-logo-format-square .fct-client-logo{height:140px}}.fct-panels-section-container.fct-container-client-logo-format-square .fct-client-logo~.fct-panels-section-content{padding-top:120px}@media(min-width: 768px){.fct-panels-section-container.fct-container-client-logo-format-square .fct-client-logo~.fct-panels-section-content{padding-top:160px}}@media(min-width: 946px){.fct-panels-section-container.fct-container-client-logo-format-square .fct-client-logo~.fct-panels-section-content{padding-top:180px}}.fct-panels-section-container .fct-panels-section-container:not(:last-child) .fct-panels-section-content{padding-bottom:140px}@media(min-width: 768px){.is-ie .fct-panels-section--center{display:-ms-flexbox}}.fct-panels-section-banner .fct-panels-section-content{display:table;table-layout:fixed;width:100%;height:100%}.fct-panels-section-banner .fct-panels-section-content .fct-panels-banner-content{display:table-cell;vertical-align:middle;width:100%}.fct-panels-section-banner:not(.fct-color-scheme) h1,.fct-panels-section-banner:not(.fct-color-scheme) .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-panels-section-banner:not(.fct-color-scheme) p,.fct-panels-section-banner:not(.fct-color-scheme) .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-panels-section-banner:not(.fct-color-scheme) p,.fct-panels-section-banner:not(.fct-color-scheme) .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-panels-section-banner:not(.fct-color-scheme) p{color:var(--fct-color-primary)}.fct-panels-section-custom .fct-panels-section-content{display:table;table-layout:fixed;width:100%;height:100%}.fct-panels-section-custom .fct-panels-section-content .fct-grid-container-wrapper{display:table-cell;vertical-align:middle;width:100%}.fct-panels-section-text .fct-panels-section-content{display:table;table-layout:fixed;width:100%;height:100%}.fct-panels-section-text .fct-panels-section-content .fct-grid-container-wrapper{display:table-cell;vertical-align:middle;width:100%}.fct-panels-section-hero{background-repeat:no-repeat;background-size:cover;overflow:hidden;width:100%;position:relative}.fct-panels-section-hero .fct-panels-section{padding-bottom:0 !important}.fct-panels-section-hero .fct-panels-hero-content{top:50%;transform:translateY(-50%);position:absolute;width:calc(100% - var(--fct-grid-wide-delta-xs))}@media(min-width: 768px){.fct-panels-section-hero .fct-panels-hero-content{width:calc(100% - 2*var(--fct-grid-wide-delta-sm))}}@media(min-width: 1024px){.fct-panels-section-hero .fct-panels-hero-content{width:calc(100% - 2*var(--fct-grid-wide-delta-md))}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content{width:calc(100% - 2*var(--fct-grid-wide-delta-lg))}}.fct-panels-section-hero .fct-panels-hero-content>.row{flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content>.row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content>.row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content>.row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}.fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-media-bleed>.row{flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-media-bleed>.row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-media-bleed>.row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-media-bleed>.row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-media-bleed>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-media-bleed>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-media-bleed>.row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-media-bleed>.row{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-media-bleed>.row{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-media-bleed>.row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-media-bleed>.row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-wide>.row{flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-wide>.row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-wide>.row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-wide>.row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-wide>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-wide>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-wide>.row{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-wide>.row{margin-left:calc(-1*0px);margin-right:calc(-1*0px);padding-left:0;padding-right:0}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-wide>.row{margin-left:calc(-1*0px);margin-right:calc(-1*0px);padding-left:0;padding-right:0}}@media(min-width: 0){.fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-full-width{width:100%}}.fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-full-width>.row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-full-width>.row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-full-width>.row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-full-width>.row{max-width:none}html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-full-width>.row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content.fct-grid-row-wrapper-full-width>.row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-panels-section-hero .fct-panels-hero-content .fct-panels-section-row-content{box-shadow:0 4px 6px 0 rgba(0,0,0,.4);background-color:var(--fct-color-primary);padding:30px}@media(min-width: 768px){.fct-panels-section-hero .fct-panels-hero-content .fct-panels-section-row-content{padding-bottom:40px}html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-section-row-content{padding:30px}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-section-row-content{padding:30px}}@media(min-width: 1024px){html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-section-row-content{padding:60px}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-section-row-content{padding:60px}}.fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{max-width:80%;min-width:40%;position:absolute;top:0;right:0;transform:translateY(-50%);text-align:center;box-shadow:0 4px 6px 0 rgba(0,0,0,.4);background-color:var(--fct-color-background);padding:30px}html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{margin-right:0}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{margin-left:0}@media(min-width: 499px){.fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{padding:30px 0}}@media(min-width: 768px){.fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{padding:45px 15px}html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{margin-right:-17.6470588235%}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{margin-left:-17.6470588235%}}@media(min-width: 1024px){.fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{padding:60px 30px}html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{margin-right:-17.6470588235%}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{margin-left:-17.6470588235%}}@media(min-width: 1280px){html[dir=ltr] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{margin-right:-12.5%}html[dir=rtl] .fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box{margin-left:-12.5%}}.fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box img{max-width:100%;display:block;margin-left:auto;margin-right:auto}@media(min-width: 499px){.fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box img{max-width:calc(50% - 60px);display:inline-block;margin-left:30px;margin-right:30px}}.fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box img:not(:last-child){margin-bottom:30px}@media(min-width: 499px){.fct-panels-section-hero .fct-panels-hero-content .fct-panels-hero-brand-box img:not(:last-child){margin-bottom:0}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-wide .fct-panels-hero-brand-box,.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-wide .fct-panels-hero-brand-box,.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-square .fct-panels-hero-brand-box,.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-square .fct-panels-hero-brand-box{transform:translateY(-50%)}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-high .fct-panels-hero-brand-box,.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-high .fct-panels-hero-brand-box{transform:translateY(-60%)}}.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-square .fct-panels-hero-brand-box img.client-logo{max-height:45px}@media(min-width: 768px){.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-square .fct-panels-hero-brand-box img.client-logo{max-height:150px}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-square .fct-panels-hero-brand-box img.client-logo{max-height:150px}}.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-wide .fct-panels-hero-brand-box img.client-logo{max-height:30px}@media(min-width: 768px){.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-wide .fct-panels-hero-brand-box img.client-logo{max-height:100px}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-wide .fct-panels-hero-brand-box img.client-logo{max-height:100px}}.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-high .fct-panels-hero-brand-box img.client-logo{max-height:60px}@media(min-width: 768px){.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-high .fct-panels-hero-brand-box img.client-logo{max-height:150px}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-client-logo-format-high .fct-panels-hero-brand-box img.client-logo{max-height:200px}}.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-square .fct-panels-hero-brand-box img.microsite-logo{max-height:45px}@media(min-width: 768px){.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-square .fct-panels-hero-brand-box img.microsite-logo{max-height:150px}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-square .fct-panels-hero-brand-box img.microsite-logo{max-height:150px}}.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-wide .fct-panels-hero-brand-box img.microsite-logo{max-height:30px}@media(min-width: 768px){.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-wide .fct-panels-hero-brand-box img.microsite-logo{max-height:100px}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-wide .fct-panels-hero-brand-box img.microsite-logo{max-height:100px}}.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-high .fct-panels-hero-brand-box img.microsite-logo{max-height:60px}@media(min-width: 768px){.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-high .fct-panels-hero-brand-box img.microsite-logo{max-height:150px}}@media(min-width: 1280px){.fct-panels-section-hero .fct-panels-hero-content.fct-microsite-logo-format-high .fct-panels-hero-brand-box img.microsite-logo{max-height:200px}}.fct-panels-section-hero .fct-panels-hero-content.microsite-logo-outside .row{padding-top:30px}@media(min-width: 768px){.fct-panels-section-hero .fct-panels-hero-content.microsite-logo-outside .fct-panels-hero-brand-box img{max-width:100%}}.fct-panels-section-hero .fct-panels-hero-content:not(.microsite-logo-inside) .fct-panels-hero-brand-box img{max-width:100%}.fct-panels-section-hero .fct-panels-hero-content .microsite-logo-wrapper{margin-bottom:75px}@media(min-width: 1024px){.fct-panels-section-hero .fct-panels-hero-content .microsite-logo-wrapper{margin-bottom:100px}}.fct-panels-section-hero .fct-panels-hero-content .microsite-logo-wrapper img{max-width:50%;max-height:30px}@media(min-width: 768px){.fct-panels-section-hero .fct-panels-hero-content .microsite-logo-wrapper img{max-height:60px}}.fct-panels-section-hero .fct-panels-hero-content .fct-eyebrow{color:var(--fct-color-background)}.fct-panels-section-hero .fct-panels-hero-content .fct-title{color:var(--fct-color-background);margin:0}.fct-panels-section-peopleList .fct-panels-section-content{display:table;table-layout:fixed;width:100%;height:100%}.fct-panels-section-peopleList .fct-panels-section-content .fct-panels-section-content-peopleList{display:table-cell;vertical-align:middle;width:100%}.fct-panels-section-peopleList .fct-headline-container{padding-top:50px}.fct-panels-section-video .fct-panels-section-video__background-image{z-index:-100;position:absolute;top:0;left:0;width:100%;height:100%}.fct-panels-section-video .fct-panels-section-content{display:table;table-layout:fixed;width:100%;height:100%;padding-bottom:0 !important}.fct-panels-section-video .fct-panels-section-content .fct-grid-container-wrapper{display:table-cell;vertical-align:bottom;width:100%}.fct-panels-section-video .fct-panels-section-content .fct-grid-container-wrapper .fct-content-container{padding-bottom:100px;background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);margin-bottom:0}.fct-panels-section-video .fct-panels-section-content .fct-panels-video-content-playbutton{cursor:pointer;width:50px;height:50px;transform:none;font-family:"dotBCG-Icons";box-shadow:none;transition:all .25s linear 0s;padding:0;margin:0;color:var(--fct-color-primary-light);display:block;overflow:hidden;background:#fff;border-radius:0;border:none}@media(min-width: 1280px){.fct-panels-section-video .fct-panels-section-content .fct-panels-video-content-playbutton{width:65px;height:65px}}.fct-panels-section-video .fct-panels-section-content .fct-panels-video-content-playbutton:hover{color:var(--fct-color-primary-light)}.fct-panels-section-video .fct-panels-section-content .fct-panels-video-content-playbutton:before{font-family:"dotBCG-Icons";content:"";text-shadow:none;position:relative;line-height:100%;padding:0;display:block;width:100%;height:100%;text-align:left;font-size:80px;margin:-15px 0 0 -14px}html[dir=rtl] .fct-panels-section-video .fct-panels-section-content .fct-panels-video-content-playbutton:before{text-align:right;margin:-15px -14px 0 0}@media(min-width: 1280px){.fct-panels-section-video .fct-panels-section-content .fct-panels-video-content-playbutton:before{font-size:94px}}.fct-panels-section-video .fct-eyebrow{font-size:18px;line-height:18px;font-weight:700;color:var(--fct-color-primary-light);font-family:var(--fct-body-font-sans);text-transform:uppercase;display:none;margin-top:35px;margin-bottom:0}@media(min-width: 768px){.fct-panels-section-video .fct-eyebrow{display:block}}.fct-panels-section-video .fct-title{margin-top:35px;margin-bottom:0;color:#fff}.fct-panels-section-video .fct-eyebrow~.fct-title{margin-top:0}.fct-panels-section-video .fct-dek{color:#fff}.fct-panels-section-video .fct-dek p{color:#fff}.fct-panels-container .fct-panels-section-container:not(:last-child).fct-panels-section-video .fct-panels-section-content .fct-grid-container-wrapper .fct-content-container{padding-bottom:140px}.fct-panels-container .fct-panels-section-container.fct-panels-section-video.contains-footer .fct-panels-section-content{padding:0}.fct-panels-container .fct-panels-section-container.fct-panels-section-video.contains-footer .fct-panels-section-content .fct-grid-container-wrapper .fct-content-container{padding-bottom:264px}@media(min-width: 768px){.fct-panels-container .fct-panels-section-container.fct-panels-section-video.contains-footer .fct-panels-section-content .fct-grid-container-wrapper .fct-content-container{padding-bottom:164px}}.fct-panels-section-topic-map .fct-panels-section{background:rgba(0,0,0,.5)}@media(min-width: 768px){.fct-panels-section-topic-map .fct-panels-section{background:linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%)}}.fct-panels-section-topic-map .fct-client-logo{z-index:100}.fct-panels-section-topic-map .fct-panels-topic-map-content{display:table-cell;vertical-align:middle;width:100%}.fct-panels-section-topic-map .fct-panels-topic-map-content .fct-topic-map-container{margin-bottom:0}.fct-panels-section-topic-map .fct-panels-topic-map-content .fct-topic-map-container .fct-topic-map-overlay{background:none}.fct-panels-section-topic-map .fct-title,.fct-panels-section-topic-map .fct-eyebrow,.fct-panels-section-topic-map .fct-dek{color:#fff}.fct-panels-section-topic-map .fct-title p,.fct-panels-section-topic-map .fct-eyebrow p,.fct-panels-section-topic-map .fct-dek p{color:#fff}.fct-panels-section-topic-map .fct-eyebrow{margin-bottom:0}.fct-panels-section-topic-map:not(.contains-footer) .fct-panels-section-content{padding-bottom:0 !important}.fct-panels-section-interactive-graphic .fct-panels-section-content{display:table;table-layout:fixed;width:100%;height:100%}.fct-panels-section-interactive-graphic .fct-panels-section-content .fct-panels-interactive-graphic-content{display:table-cell;width:100%;height:100%;vertical-align:middle}.fct-panels-section-interactive-graphic .fct-panels-section-content .fct-panels-interactive-graphic-content>.fct-html5animation-container{margin-bottom:0}main.single-funct_case-example .fct-detail-header-info .fct-case-example-client-logo{position:relative;top:0}html[dir=ltr] main.single-funct_case-example .fct-detail-header-info .fct-case-example-client-logo{left:0}html[dir=rtl] main.single-funct_case-example .fct-detail-header-info .fct-case-example-client-logo{right:0}@media(min-width: 768px){main.single-funct_case-example .fct-detail-header-info .fct-case-example-client-logo{position:absolute}}main.single-funct_case-example .fct-detail-header-info .fct-case-example-client-logo img{max-height:50px;max-width:146px}main.single-funct_case-example .fct-detail-header-info .fct-detail-header-media~.fct-case-example-client-logo{position:absolute;top:0}html[dir=ltr] main.single-funct_case-example .fct-detail-header-info .fct-detail-header-media~.fct-case-example-client-logo{left:146px}html[dir=rtl] main.single-funct_case-example .fct-detail-header-info .fct-detail-header-media~.fct-case-example-client-logo{right:146px}@media(min-width: 768px){main.single-funct_case-example .fct-detail-header-info .fct-detail-header-media~.fct-case-example-client-logo{top:146px}html[dir=ltr] main.single-funct_case-example .fct-detail-header-info .fct-detail-header-media~.fct-case-example-client-logo{left:0}html[dir=rtl] main.single-funct_case-example .fct-detail-header-info .fct-detail-header-media~.fct-case-example-client-logo{right:0}}.fct-hero-stacked-container .fct-grid-row-wrapper{overflow:hidden;display:block}.fct-hero-stacked-container .fct-client-logo{display:none;position:absolute;top:0}html[dir=ltr] .fct-hero-stacked-container .fct-client-logo{right:0}html[dir=rtl] .fct-hero-stacked-container .fct-client-logo{left:0}@media(min-width: 768px){.fct-hero-stacked-container .fct-client-logo{display:block;height:70px;width:100%}html[dir=ltr] .fct-hero-stacked-container .fct-client-logo{padding:15px 65% 15px 5%}html[dir=rtl] .fct-hero-stacked-container .fct-client-logo{padding:15px 5% 15px 65%}}@media(min-width: 1280px){.fct-hero-stacked-container .fct-client-logo{height:120px}html[dir=ltr] .fct-hero-stacked-container .fct-client-logo{padding:30px 65% 30px 5%}html[dir=rtl] .fct-hero-stacked-container .fct-client-logo{padding:30px 5% 30px 65%}}.fct-hero-stacked-container .fct-client-logo img{height:100%;width:auto;max-width:100%}.fct-hero-stacked-container .fct-hero-stacked-image,.fct-hero-stacked-container .fct-hero-stacked-content{position:relative;min-height:120px}@media(min-width: 768px){.fct-hero-stacked-container .fct-hero-stacked-image,.fct-hero-stacked-container .fct-hero-stacked-content{min-height:170px}}@media(min-width: 1280px){.fct-hero-stacked-container .fct-hero-stacked-image,.fct-hero-stacked-container .fct-hero-stacked-content{min-height:290px}}.fct-hero-stacked-container .fct-hero-stacked-image{display:inline-block;width:68%;margin-bottom:-80px}@media(min-width: 768px){.fct-hero-stacked-container .fct-hero-stacked-image{width:65%;margin-bottom:-100px}}@media(min-width: 1280px){.fct-hero-stacked-container .fct-hero-stacked-image{width:65%;margin-bottom:-170px}}.fct-hero-stacked-container .fct-hero-stacked-image .fct-microsite-logo{display:none}@media(min-width: 768px){.fct-hero-stacked-container .fct-hero-stacked-image .fct-microsite-logo{display:block;padding-top:15px;padding-right:15px;padding-bottom:25px;padding-left:15px;height:70px}}@media(min-width: 1280px){.fct-hero-stacked-container .fct-hero-stacked-image .fct-microsite-logo{padding-top:30px;padding-right:30px;padding-bottom:60px;padding-left:30px;height:120px}}.fct-hero-stacked-container .fct-hero-stacked-image .fct-microsite-logo img{height:100%;width:auto;max-width:100%}.fct-hero-stacked-container .fct-hero-stacked-content{display:block;background-color:var(--fct-color-primary-light)}html[dir=ltr] .fct-hero-stacked-container .fct-hero-stacked-content{padding:0;margin-right:20%}html[dir=rtl] .fct-hero-stacked-container .fct-hero-stacked-content{padding:0;margin-left:20%}@media(min-width: 768px){html[dir=ltr] .fct-hero-stacked-container .fct-hero-stacked-content{margin-right:20%}html[dir=rtl] .fct-hero-stacked-container .fct-hero-stacked-content{margin-left:30%}}@media(min-width: 1280px){html[dir=ltr] .fct-hero-stacked-container .fct-hero-stacked-content{margin-right:30%;margin-left:0}html[dir=rtl] .fct-hero-stacked-container .fct-hero-stacked-content{margin-right:0;margin-left:30%}}.fct-hero-stacked-container .fct-hero-stacked-content h1,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-hero-stacked-container .fct-hero-stacked-content p{color:var(--fct-color-background);font-weight:300;font-size:calc(24px*var(--fct-h1-font-size-multiplier));line-height:calc(30px*var(--fct-h1-line-height-multiplier));position:relative;bottom:0;padding:0;margin:10px 20px 10px 20px}@media screen and (min-width: 768px){.fct-hero-stacked-container .fct-hero-stacked-content h1,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-hero-stacked-container .fct-hero-stacked-content p{font-weight:300}}@media screen and (min-width: 1280px){.fct-hero-stacked-container .fct-hero-stacked-content h1,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-hero-stacked-container .fct-hero-stacked-content p{font-weight:var(--fct-h1-font-weight)}}@media screen and (min-width: 768px){.fct-hero-stacked-container .fct-hero-stacked-content h1,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-hero-stacked-container .fct-hero-stacked-content p{font-size:calc(35px*var(--fct-h1-font-size-multiplier));line-height:calc(44px*var(--fct-h1-line-height-multiplier))}}@media screen and (min-width: 1280px){.fct-hero-stacked-container .fct-hero-stacked-content h1,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-hero-stacked-container .fct-hero-stacked-content p{font-size:calc(60px*var(--fct-h1-font-size-multiplier));line-height:calc(72px*var(--fct-h1-line-height-multiplier))}}@media(min-width: 768px){.fct-hero-stacked-container .fct-hero-stacked-content h1,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-hero-stacked-container .fct-hero-stacked-content p{margin:15px 15px 15px 15px}}@media(min-width: 1280px){.fct-hero-stacked-container .fct-hero-stacked-content h1,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-hero-stacked-container .fct-hero-stacked-content p,.fct-hero-stacked-container .fct-hero-stacked-content .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-hero-stacked-container .fct-hero-stacked-content p{margin:30px 30px 30px 30px}}.fct-hero-stacked-container.fct-hero-height-short .fct-hero-stacked-image,.fct-hero-stacked-container.fct-hero-height-short .fct-hero-stacked-content{min-height:80px}@media(min-width: 768px){.fct-hero-stacked-container.fct-hero-height-short .fct-hero-stacked-image,.fct-hero-stacked-container.fct-hero-height-short .fct-hero-stacked-content{min-height:113.3333333333px}}@media(min-width: 1280px){.fct-hero-stacked-container.fct-hero-height-short .fct-hero-stacked-image,.fct-hero-stacked-container.fct-hero-height-short .fct-hero-stacked-content{min-height:193.3333333333px}}.fct-hero-stacked-container.fct-hero-height-short .fct-hero-stacked-image{margin-bottom:-40px}@media(min-width: 768px){.fct-hero-stacked-container.fct-hero-height-short .fct-hero-stacked-image{margin-bottom:-43.3333333333px}}@media(min-width: 1280px){.fct-hero-stacked-container.fct-hero-height-short .fct-hero-stacked-image{margin-bottom:-73.3333333333px}}html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-right .fct-client-logo{right:0;text-align:right}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-right .fct-client-logo{left:0;text-align:left}@media(min-width: 768px){html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-right .fct-client-logo{padding:15px 5% 15px 65%}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-right .fct-client-logo{padding:15px 65% 15px 5%}}@media(min-width: 1280px){html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-right .fct-client-logo{padding:30px 5% 30px 65%}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-right .fct-client-logo{padding:30px 65% 30px 5%}}html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-right .fct-hero-stacked-image{left:0;margin-left:calc(-1*var(--fct-grid-default-spacing))}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-right .fct-hero-stacked-image{right:0;margin-right:calc(-1*var(--fct-grid-default-spacing))}@media(min-width: 768px){html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-right .fct-hero-stacked-image{margin-left:0}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-right .fct-hero-stacked-image{margin-right:0}}html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-right .fct-hero-stacked-content{left:100%;transform:translateX(-100%) translateX(var(--fct-grid-default-spacing));margin-left:0}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-right .fct-hero-stacked-content{right:100%;transform:translateX(100%) translateX(calc(-1 * var(--fct-grid-default-spacing)));margin-right:0}@media(min-width: 768px){html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-right .fct-hero-stacked-content{transform:translateX(-100%)}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-right .fct-hero-stacked-content{transform:translateX(100%)}}html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-left .fct-client-logo{right:auto;left:0;text-align:left}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-left .fct-client-logo{left:auto;right:0;text-align:right}html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-left .fct-hero-stacked-image{left:100%;transform:translateX(-100%) translateX(var(--fct-grid-default-spacing))}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-left .fct-hero-stacked-image{right:100%;transform:translateX(100%) translateX(calc(-1 * var(--fct-grid-default-spacing)))}@media(min-width: 768px){html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-left .fct-hero-stacked-image{transform:translateX(-100%)}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-left .fct-hero-stacked-image{transform:translateX(100%)}}html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-left .fct-hero-stacked-content{left:0;margin-left:0}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-left .fct-hero-stacked-content{right:0;margin-right:0}@media(min-width: 768px){html[dir=ltr] .fct-hero-stacked-container.fct-hero-align-left .fct-hero-stacked-content{margin-left:0}html[dir=rtl] .fct-hero-stacked-container.fct-hero-align-left .fct-hero-stacked-content{margin-right:0}}.fct-hero-banner-container .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs);margin:0;padding-left:var(--fct-grid-wide-delta-xs);padding-right:var(--fct-grid-wide-delta-xs);background-position:center center;background-size:cover;background-repeat:no-repeat;padding-top:40px;padding-bottom:40px}.fct-hero-banner-container .fct-grid-row-wrapper:before,.fct-hero-banner-container .fct-grid-row-wrapper:after{content:" ";display:table}.fct-hero-banner-container .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-hero-banner-container .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-hero-banner-container .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-hero-banner-container .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 768px){html[dir=ltr] .fct-hero-banner-container .fct-grid-row-wrapper{margin-left:50px;margin-right:50px;padding-left:calc(var(--fct-grid-wide-delta-sm) - 50px);padding-right:calc(var(--fct-grid-wide-delta-sm) - 50px)}}@media(min-width: 1024px){html[dir=ltr] .fct-hero-banner-container .fct-grid-row-wrapper{padding-left:calc(var(--fct-grid-wide-delta-md) - 50px);padding-right:calc(var(--fct-grid-wide-delta-md) - 50px)}}@media(min-width: 1280px){html[dir=ltr] .fct-hero-banner-container .fct-grid-row-wrapper{margin-left:65px;margin-right:65px;padding-left:calc(var(--fct-grid-wide-delta-lg) - 65px);padding-right:calc(var(--fct-grid-wide-delta-lg) - 65px)}}@media(min-width: 768px){.fct-hero-banner-container .fct-grid-row-wrapper{padding-top:50px;padding-bottom:50px}}.fct-hero-banner-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-hero-banner-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width:before,.fct-hero-banner-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width:after{content:" ";display:table}.fct-hero-banner-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width:after{clear:both}@media(min-width: 768px){.fct-hero-banner-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-hero-banner-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-hero-banner-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-hero-banner-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:0;margin-right:0}html[dir=rtl] .fct-hero-banner-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{margin-left:0;margin-right:0}}@media(min-width: 0px){html[dir=ltr] .fct-hero-banner-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{padding-left:0;padding-right:0}html[dir=rtl] .fct-hero-banner-container .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width{padding-left:0;padding-right:0}}.fct-hero-banner-container.background-top .fct-grid-row-wrapper{background-position:center top}.fct-hero-banner-container.background-centered .fct-grid-row-wrapper{background-position:center center}.fct-hero-banner-container.background-bottom .fct-grid-row-wrapper{background-position:center bottom}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-hero-banner-container:first-child{margin-top:-65px}.fct-topic-map-container{padding:0 !important;height:706px}@media(min-width: 768px){.fct-topic-map-container{height:396px !important}}@media(min-width: 1280px){.fct-topic-map-container{height:442px !important}}.fct-topic-map-container[data-count="3"]{height:350px}.fct-topic-map-container[data-count="4"]{height:496px}.fct-topic-map-container[data-count="5"]{height:568px}.fct-topic-map-container .fct-topic-map-overlay{height:100%;background:rgba(0,0,0,.5)}@media(min-width: 768px){.fct-topic-map-container .fct-topic-map-overlay{background:linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%)}}.fct-topic-map-container .fct-topic-map-overlay .column{height:100%}.fct-topic-map-container .fct-grid-row-wrapper{height:100%;padding:15px 0}@media(min-width: 768px){.fct-topic-map-container .fct-grid-row-wrapper{padding:25px 0}}@media(min-width: 1280px){.fct-topic-map-container .fct-grid-row-wrapper{padding:30px 0}}.fct-topic-map-container .fct-grid-row-wrapper>.row{height:100%}.fct-cta-link-list-circle{position:absolute;border:2px solid var(--fct-color-primary-light);border-radius:50%;text-align:center;cursor:pointer;display:block;outline:none;text-decoration:none}.fct-cta-link-list-circle:hover{background-color:rgba(0,0,0,.33)}.fct-cta-link-list-circle:active,.fct-cta-link-list-circle:hover,.fct-cta-link-list-circle:focus{outline:none;text-decoration:none}.fct-cta-link-list-circle:nth-child(1){top:0px;width:190px;height:190px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(1){left:0px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(1){right:0px}.fct-cta-link-list-circle:nth-child(1) span{padding:20px}.fct-cta-link-list-circle:nth-child(2){top:187px;width:130px;height:130px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(2){left:13px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(2){right:13px}.fct-cta-link-list-circle:nth-child(2) span{padding:10px}.fct-cta-link-list-circle:nth-child(3){top:147px;width:130px;height:130px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(3){left:136px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(3){right:136px}.fct-cta-link-list-circle:nth-child(3) span{padding:10px}.fct-cta-link-list-circle:nth-child(4){top:274px;width:190px;height:190px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(4){left:89px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(4){right:89px}.fct-cta-link-list-circle:nth-child(4) span{padding:20px}.fct-cta-link-list-circle:nth-child(5){top:411px;width:130px;height:130px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(5){left:2px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(5){right:2px}.fct-cta-link-list-circle:nth-child(5) span{padding:10px}.fct-cta-link-list-circle:nth-child(6){top:487px;width:190px;height:190px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(6){left:89px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(6){right:89px}.fct-cta-link-list-circle:nth-child(6) span{padding:20px}@media(min-width: 768px){.fct-cta-link-list-circle:nth-child(1){top:0px;width:190px;height:190px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(1){left:0px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(1){right:0px}.fct-cta-link-list-circle:nth-child(1) span{padding:20px}.fct-cta-link-list-circle:nth-child(2){top:28px;width:190px;height:190px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(2){left:186px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(2){right:186px}.fct-cta-link-list-circle:nth-child(2) span{padding:20px}.fct-cta-link-list-circle:nth-child(3){top:4px;width:130px;height:130px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(3){left:365px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(3){right:365px}.fct-cta-link-list-circle:nth-child(3) span{padding:10px}.fct-cta-link-list-circle:nth-child(4){top:170px;width:130px;height:130px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(4){left:104px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(4){right:104px}.fct-cta-link-list-circle:nth-child(4) span{padding:10px}.fct-cta-link-list-circle:nth-child(5){top:216px;width:130px;height:130px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(5){left:224px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(5){right:224px}.fct-cta-link-list-circle:nth-child(5) span{padding:10px}.fct-cta-link-list-circle:nth-child(6){top:132px;width:190px;height:190px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(6){left:343px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(6){right:343px}.fct-cta-link-list-circle:nth-child(6) span{padding:20px}}@media(min-width: 1280px){.fct-cta-link-list-circle:nth-child(1){top:0px;width:212px;height:212px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(1){left:0px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(1){right:0px}.fct-cta-link-list-circle:nth-child(1) span{padding:20px}.fct-cta-link-list-circle:nth-child(2){top:28px;width:212px;height:212px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(2){left:208px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(2){right:208px}.fct-cta-link-list-circle:nth-child(2) span{padding:20px}.fct-cta-link-list-circle:nth-child(3){top:0px;width:144px;height:144px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(3){left:407px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(3){right:407px}.fct-cta-link-list-circle:nth-child(3) span{padding:10px}.fct-cta-link-list-circle:nth-child(4){top:188px;width:144px;height:144px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(4){left:119px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(4){right:119px}.fct-cta-link-list-circle:nth-child(4) span{padding:10px}.fct-cta-link-list-circle:nth-child(5){top:238px;width:144px;height:144px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(5){left:253px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(5){right:253px}.fct-cta-link-list-circle:nth-child(5) span{padding:10px}.fct-cta-link-list-circle:nth-child(6){top:142px;width:212px;height:212px}html[dir=ltr] .fct-cta-link-list-circle:nth-child(6){left:385px}html[dir=rtl] .fct-cta-link-list-circle:nth-child(6){right:385px}.fct-cta-link-list-circle:nth-child(6) span{padding:20px}}.fct-cta-link-list-circle span{font-size:18px;line-height:21px;position:relative;top:50%;transform:translateY(-50%);color:var(--fct-color-primary-light);display:inline-block}@media screen and (min-width: 768px){.fct-cta-link-list-circle span{font-size:18px;line-height:21px}}@media screen and (min-width: 1280px){.fct-cta-link-list-circle span{font-size:22px;line-height:25px}}.fct-cta-link-list-circles-canvas{position:relative;height:100%;width:280px;margin-left:var(--fct-cta-link-list-circles-position);margin-right:auto}@media(min-width: 768px){.fct-cta-link-list-circles-canvas{width:533px}}@media(min-width: 1024px){.fct-cta-link-list-circles-canvas{width:533px}}@media(min-width: 1280px){.fct-cta-link-list-circles-canvas{width:600px}}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-topic-map-container:first-child{margin-top:-65px}.fct-interstitial-footer-container{margin:0}.fct-interstitial-footer-container .fct-interstitial-footer-wrapper{text-align:center;padding:40px 0;display:inline-block}.fct-interstitial-footer-container a{border-top:1px solid #d9d9d9;width:100%;display:flex;justify-content:center}.fct-interstitial-footer-container h3{margin-bottom:0;color:var(--fct-color-primary-light)}.fct-interstitial-footer-container h3 span{font-weight:400}.fct-interstitial-footer-container h1,.fct-interstitial-footer-container .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-interstitial-footer-container p,.fct-interstitial-footer-container .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-interstitial-footer-container p,.fct-interstitial-footer-container .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-interstitial-footer-container p{margin-bottom:0}.fct-interstitial-footer-container .fct-dek{display:none}@media(min-width: 1280px){.fct-interstitial-footer-container .fct-dek{display:block}}.fct-interstitial-footer-container i{color:var(--fct-color-primary-light);height:35px;width:35px;border:3px solid var(--fct-color-primary-light);border-radius:50%;display:inline-block;margin-top:10px;position:relative}@media(min-width: 768px){.fct-interstitial-footer-container i{height:40px;width:40px;margin-top:20px}}.fct-interstitial-footer-container i:before{text-align:center;width:100%;display:block;position:absolute;top:50%;transform:translateY(-50%)}html[dir=rtl] .fct-interstitial-footer-container i:before{transform:translateY(-50%) scale(-1)}.fct-panel-homepage{width:100%;display:flex;flex-direction:column;justify-content:flex-start}.fct-panel-homepage__background{width:90%;padding:var(--fct-gutter) 0;background-color:var(--fct-color-background)}@media(min-width: 768px){.fct-panel-homepage__background{width:80%;padding:35px 0}}@media(min-width: 1024px){.fct-panel-homepage__background{width:70%}}.fct-panel-homepage__background h1,.fct-panel-homepage__background .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-panel-homepage__background p,.fct-panel-homepage__background .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-panel-homepage__background p,.fct-panel-homepage__background .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-panel-homepage__background p{color:var(--fct-color-primary) !important}.fct-panel-homepage__background .fct-dek{color:var(--fct-color-grey-dark) !important}.fct-panel-homepage__background.fct-panel-homepage__background--transparent_black{background-color:rgba(var(--fct-color-text), 0.55)}.fct-panel-homepage__background.fct-panel-homepage__background--transparent_black h1,.fct-panel-homepage__background.fct-panel-homepage__background--transparent_black .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-panel-homepage__background.fct-panel-homepage__background--transparent_black p,.fct-panel-homepage__background.fct-panel-homepage__background--transparent_black .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-panel-homepage__background.fct-panel-homepage__background--transparent_black p,.fct-panel-homepage__background.fct-panel-homepage__background--transparent_black .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-panel-homepage__background.fct-panel-homepage__background--transparent_black p{color:var(--fct-color-background) !important}.fct-panel-homepage__background.fct-panel-homepage__background--transparent_black .fct-dek{color:var(--fct-color-background) !important}.fct-panel-homepage__background.fct-panel-homepage__background--transparent_white{background-color:rgba(var(--fct-color-background), 0.85)}.fct-panel-homepage__content-title{margin-top:35px}.fct-panel-homepage__content-title h1,.fct-panel-homepage__content-title .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-panel-homepage__content-title p,.fct-panel-homepage__content-title .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-panel-homepage__content-title p,.fct-panel-homepage__content-title .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-panel-homepage__content-title p{color:var(--fct-color-primary)}.fct-panel-homepage__content-dek .fct-dek~.fct-banner-link-list{margin-top:0}@media(min-width: 768px){.fct-panel-homepage__content-dek .fct-dek~.fct-banner-link-list{margin-top:calc(var(--fct-gutter)/2)}}.fct-panel-homepage__logo{width:100%}@media(min-width: 768px){.fct-panel-homepage__logo{height:100px}}.fct-panel-homepage__logo.fct-panel-homepage__logo--space-top{margin-top:var(--fct-gutter)}@media(min-width: 768px){.fct-panel-homepage__logo.fct-panel-homepage__logo--space-top{margin-top:calc(var(--fct-gutter)*1.5)}}.fct-panel-homepage__logo-image{height:60px}html[dir=ltr] .fct-panel-homepage__logo-image *{object-position:top left}html[dir=rtl] .fct-panel-homepage__logo-image *{object-position:top right}@media(min-width: 768px){.fct-panel-homepage__logo-image{height:90px}}.fct-panel-homepage--with-bottom-next-button{padding-bottom:90px}@media(min-width: 768px){.fct-panel-homepage--with-bottom-next-button{padding-bottom:0}}@media(min-width: 1024px){.fct-panel-homepage--style-1 .fct-panel-homepage__background{width:80%}}@media(min-width: 1280px){.fct-panel-homepage--style-1 .fct-panel-homepage__background{width:70%}}@media(min-width: 1280px){.fct-panel-homepage--style-1 .fct-panel-homepage__content-title{margin-bottom:calc(var(--fct-gutter)*2)}}@media(min-width: 1024px){html[dir=ltr] .fct-panel-homepage--style-1 .fct-panel-homepage__content-dek{padding:calc(var(--fct-gutter)/2) 0 calc(var(--fct-gutter)/2) calc(var(--fct-gutter)*2);border-left:1px solid #fff}html[dir=rtl] .fct-panel-homepage--style-1 .fct-panel-homepage__content-dek{padding:calc(var(--fct-gutter)/2) calc(var(--fct-gutter)*2) calc(var(--fct-gutter)/2) 0;border-right:1px solid #fff}}html[dir=ltr] .fct-panel-homepage--style-1 .fct-panel-homepage__logo{padding-right:var(--fct-gutter)}html[dir=rtl] .fct-panel-homepage--style-1 .fct-panel-homepage__logo{padding-left:var(--fct-gutter)}@media(min-width: 1024px){html[dir=ltr] .fct-panel-homepage--style-1.fct-panel-homepage--no-logo .fct-panel-homepage__content-dek{padding:0;border-left:0}html[dir=rtl] .fct-panel-homepage--style-1.fct-panel-homepage--no-logo .fct-panel-homepage__content-dek{padding:0;border-right:0}}.fct-panel-homepage--style-2{padding-top:calc(60px + var(--fct-gutter)*2)}@media(min-width: 768px){.fct-panel-homepage--style-2{padding-top:calc(90px + var(--fct-gutter)*2)}}@media(min-width: 1024px){.fct-panel-homepage--style-2{padding-top:var(--fct-gutter)}}.fct-panel-homepage--style-2 .fct-panel-homepage__logo{position:absolute;top:0;padding:var(--fct-gutter) 30px 0 0}html[dir=rtl] .fct-panel-homepage--style-2 .fct-panel-homepage__logo{padding:var(--fct-gutter) 0 0 30px}@media(min-width: 768px){html[dir=ltr] .fct-panel-homepage--style-2 .fct-panel-homepage__logo{padding-right:calc(var(--fct-gutter)*3)}html[dir=rtl] .fct-panel-homepage--style-2 .fct-panel-homepage__logo{padding-left:calc(var(--fct-gutter)*3)}}html[dir=ltr] .fct-panel-homepage--style-2 .fct-panel-homepage__logo-image *{object-position:top right}html[dir=rtl] .fct-panel-homepage--style-2 .fct-panel-homepage__logo-image *{object-position:top left}html[dir=ltr] .fct-panel-homepage--style-2 .fct-panel-homepage__content-dek,html[dir=ltr] .fct-panel-homepage--style-3 .fct-panel-homepage__content-dek{margin-right:calc(var(--fct-gutter)/2)}html[dir=rtl] .fct-panel-homepage--style-2 .fct-panel-homepage__content-dek,html[dir=rtl] .fct-panel-homepage--style-3 .fct-panel-homepage__content-dek{margin-left:calc(var(--fct-gutter)/2)}@media(min-width: 768px){html[dir=ltr] .fct-panel-homepage--style-2 .fct-panel-homepage__content-dek,html[dir=ltr] .fct-panel-homepage--style-3 .fct-panel-homepage__content-dek{margin-right:0}html[dir=rtl] .fct-panel-homepage--style-2 .fct-panel-homepage__content-dek,html[dir=rtl] .fct-panel-homepage--style-3 .fct-panel-homepage__content-dek{margin-left:0}}.fct-panel-homepage--style-3{height:100%}.fct-panel-homepage--style-3 .fct-panel-homepage__background{position:relative;width:100%}@media(min-width: 768px){.fct-panel-homepage--style-3 .fct-panel-homepage__background{width:100%;padding:calc(var(--fct-gutter)*2) 0 0}}@media(min-width: 1024px){.fct-panel-homepage--style-3 .fct-panel-homepage__background{width:100%;padding-top:calc(var(--fct-gutter)*2)}}@media(min-width: 1280px){.fct-panel-homepage--style-3 .fct-panel-homepage__background{padding-bottom:60px}}.fct-panel-homepage--style-3 .fct-panel-homepage__content{display:flex;height:100%;flex-direction:column;align-items:center}.fct-panel-homepage--style-3 .fct-panel-homepage__content .fct-panel-homepage__content-spacer{height:15%;flex-shrink:1;min-height:0}.fct-panel-homepage--style-3 .fct-panel-homepage__content .fct-panel-homepage__content-center{width:100%;flex-grow:1;flex-shrink:0;display:flex;flex-direction:column;justify-content:center}.fct-panel-homepage--style-3 .fct-panel-homepage__content .fct-panel-homepage__content-bottom{width:100%;align-self:flex-end}@media(min-width: 768px){.fct-panel-homepage--style-3 .fct-panel-homepage__logo{margin-bottom:30px}}@media(min-width: 1280px){.fct-panel-homepage--style-3 .fct-panel-homepage__logo{margin-bottom:60px}}@media(min-width: 1280px){.fct-panel-homepage--style-3 .fct-panel-homepage__logo--space-top{margin-top:0}}@media(min-width: 1280px){html[dir=ltr] .fct-panel-homepage--style-3 .fct-panel-homepage__logo-image *{object-position:top center}html[dir=rtl] .fct-panel-homepage--style-3 .fct-panel-homepage__logo-image *{object-position:top center}}.fct-panel-homepage--style-3 .fct-panel-homepage__wrap__fct-panels-next-button{position:absolute;bottom:30px}html[dir=ltr] .fct-panel-homepage--style-3 .fct-panel-homepage__wrap__fct-panels-next-button{right:30px}html[dir=rtl] .fct-panel-homepage--style-3 .fct-panel-homepage__wrap__fct-panels-next-button{left:30px}.fct-panel-homepage--style-3.fct-panel-homepage--no-logo .fct-panel-homepage__content-dek:after{display:block;content:"";height:60px}@media(min-width: 768px){.fct-panel-homepage--style-3.fct-panel-homepage--no-logo .fct-panel-homepage__content-dek:after{height:90px}}@media(min-width: 1280px){.fct-panel-homepage--style-3.fct-panel-homepage--no-logo .fct-panel-homepage__content-dek:after{display:none}}@media(min-width: 1280px){.fct-panel-homepage--style-4 .fct-panel-homepage__background{width:60%}}.fct-image-hero-style_1{display:flex;flex-direction:column}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-grid-container:first-child>.fct-image-hero-style_1{margin-top:-65px}.fct-image-hero-style_1__image{display:flex;flex-direction:column;justify-content:flex-end;min-height:40vh;margin-bottom:var(--fct-gutter)}@media(min-width: 768px){.fct-image-hero-style_1__image{margin-bottom:0}}@media(min-width: 1024px){.fct-image-hero-style_1__image{min-height:60vh}}.fct-image-hero-style_1__image-content{width:90%}.fct-custom-grid-enabled .fct-image-hero-style_1__image-content{width:100%}@media(min-width: 768px){.fct-image-hero-style_1__image-content{width:100%}}.fct-image-hero-style_1__background{flex-basis:calc(100% + 2*var(--fct-gutter));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - var(--fct-gutter));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - var(--fct-gutter));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));position:absolute;top:-20px;right:-5px;bottom:-20px;left:-5px;background-color:var(--fct-color-background)}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - var(--fct-gutter));margin-left:calc(var(--fct-grid-extended-margin-left-md) - var(--fct-gutter));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - var(--fct-gutter));margin-left:calc(var(--fct-grid-extended-delta-right-md) - var(--fct-gutter));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_1__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - var(--fct-gutter));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - var(--fct-gutter));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - var(--fct-gutter));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - var(--fct-gutter));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1280px){.fct-image-hero-style_1__background{right:-25px;left:-25px}html[dir=ltr] .fct-image-hero-style_1__background{margin-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg) + var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-gutter)/2);padding-left:0}html[dir=ltr] .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg) + var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-gutter)/2);padding-right:0}}.fct-custom-grid-enabled .fct-image-hero-style_1__background{margin-left:auto !important;margin-right:auto !important}.fct-image-hero-style_1__sub{margin-bottom:var(--fct-gutter)}@media(min-width: 768px){.fct-image-hero-style_1__sub{margin-top:-25px}}.fct-image-hero-style_1__title{margin-bottom:0}@media(min-width: 768px){.fct-image-hero-style_1__title{margin-bottom:60px}}.fct-image-hero-style_1--image-large .fct-image-hero-style_1__image{min-height:50vh}@media(min-width: 768px){.fct-image-hero-style_1--image-large .fct-image-hero-style_1__image{min-height:60vh}}@media(min-width: 1024px){.fct-image-hero-style_1--image-large .fct-image-hero-style_1__image{min-height:75vh}}.fct-image-hero-style_1--extended .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_1--extended .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_1--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-image-hero-style_1--extended .row{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-image-hero-style_1--extended .row{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-image-hero-style_1--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-image-hero-style_1--extended .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs);right:-25px;left:-25px}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_1--extended .fct-image-hero-style_1__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-image-hero-style_1--extended .fct-image-hero-style_1__background{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-image-hero-style_1--extended .fct-image-hero-style_1__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-image-hero-style_1--extended .fct-image-hero-style_1__background{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}@media(min-width: 1280px){.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-left:calc(var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-gutter)/2 + var(--fct-grid-extended-padding-left-lg));padding-left:0}html[dir=ltr] .fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-gutter)/2 + var(--fct-grid-extended-padding-left-lg));padding-right:0}}@media(min-width: 0px){.fct-image-hero-style_1--wide .fct-image-hero-style_1__background{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-image-hero-style_1--wide .fct-image-hero-style_1__background{left:0;right:0;margin-left:0;margin-right:0}html[dir=rtl] .fct-image-hero-style_1--wide .fct-image-hero-style_1__background{left:0;right:0;margin-left:0;margin-right:0}}.fct-image-hero-style_1--wide .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs);margin:0;padding-left:var(--fct-grid-wide-delta-xs);padding-right:var(--fct-grid-wide-delta-xs)}.fct-image-hero-style_1--wide .fct-grid-row-wrapper:before,.fct-image-hero-style_1--wide .fct-grid-row-wrapper:after{content:" ";display:table}.fct-image-hero-style_1--wide .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 768px){html[dir=ltr] .fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-left:50px;margin-right:50px;padding-left:calc(var(--fct-grid-wide-delta-sm) - 50px);padding-right:calc(var(--fct-grid-wide-delta-sm) - 50px)}}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_1--wide .fct-grid-row-wrapper{padding-left:calc(var(--fct-grid-wide-delta-md) - 50px);padding-right:calc(var(--fct-grid-wide-delta-md) - 50px)}}@media(min-width: 1280px){html[dir=ltr] .fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-left:65px;margin-right:65px;padding-left:calc(var(--fct-grid-wide-delta-lg) - 65px);padding-right:calc(var(--fct-grid-wide-delta-lg) - 65px)}}.fct-image-hero-style_1--wide .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_1--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_1--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_1--wide .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_1--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_1--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-image-hero-style_1--wide .row{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-image-hero-style_1--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-image-hero-style_1--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}}.fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{max-width:none}@media(min-width: 0px){html[dir=ltr] .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{left:0;right:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{left:0;right:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-image-hero-style_1--full-width .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-image-hero-style_1--full-width .fct-grid-row-wrapper:before,.fct-image-hero-style_1--full-width .fct-grid-row-wrapper:after{content:" ";display:table}.fct-image-hero-style_1--full-width .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-image-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-image-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-image-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-image-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-image-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}}.fct-image-hero-style_1--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_1--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-image-hero-style_1--full-width .row{max-width:none}html[dir=ltr] .fct-image-hero-style_1--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-image-hero-style_1--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}@media(min-width: 0){.fct-image-hero-style_1--full-width .fct-image-hero-style_1__image-content{width:100%}}.fct-deepmode-layer-content .fct-image-hero-style_1 .row,.fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1 .row,html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1 .row,html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_1 .row,.fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1 .row,html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1 .row,html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1 .row,html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1 .row,html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1 .row,html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1 .row,html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-deepmode-layer-content .fct-image-hero-style_1 .fct-image-hero-style_1__background,.fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs);right:-25px;left:-25px}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-image-hero-style_1__background,html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-image-hero-style_1__background,html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_1 .fct-image-hero-style_1__background,.fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-image-hero-style_1__background,html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-image-hero-style_1__background,html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-image-hero-style_1__background,html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-image-hero-style_1__background,html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-image-hero-style_1__background,html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-image-hero-style_1__background,html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-image-hero-style_1__background,html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-image-hero-style_1__background{margin-left:calc(var(--fct-grid-extended-margin-left-lg) + var(--fct-grid-extended-padding-left-lg) - var(--fct-grid-gutter)/2);padding-left:0}}.fct-deepmode-layer-content .fct-image-hero-style_1 .fct-grid-row-wrapper,.fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-image-hero-style_1 .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-image-hero-style_1 .fct-grid-row-wrapper:after,.fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-image-hero-style_1 .fct-grid-row-wrapper:after,.fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-image-hero-style_1 .fct-grid-row-wrapper,.fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-image-hero-style_1 .fct-grid-row-wrapper,.fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_1 .fct-grid-row-wrapper,.fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-grid-row-wrapper,html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-grid-row-wrapper,html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-grid-row-wrapper,html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1 .fct-grid-row-wrapper,html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1.fct-image-hero-style_1--extended .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-image-hero-style_1__background{margin-left:calc(-1*0px);margin-right:calc(-1*0px);padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-image-hero-style_1__background{margin-left:calc(-1*0px);margin-right:calc(-1*0px);padding-left:0;padding-right:0}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-image-hero-style_1__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--wide .fct-image-hero-style_1__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}}.fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_1--full-width .fct-image-hero-style_1__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-image-hero-style_2{display:flex;flex-direction:column;overflow:hidden}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-grid-container:first-child>.fct-image-hero-style_2{margin-top:-65px}.fct-image-hero-style_2 .fct-grid-row-wrapper{display:flex;flex-direction:column;justify-content:flex-end;margin-left:0;padding-left:var(--fct-grid-wide-delta-xs)}@media(min-width: 768px){.fct-image-hero-style_2 .fct-grid-row-wrapper{margin-left:0;padding-left:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-image-hero-style_2 .fct-grid-row-wrapper{margin-left:0;padding-left:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-image-hero-style_2 .fct-grid-row-wrapper{margin-left:0;padding-left:var(--fct-grid-wide-delta-lg)}}.fct-image-hero-style_2__image{display:flex;flex-direction:column;justify-content:flex-end;min-height:40vh}.fct-image-hero-style_2__image .row{flex-basis:auto !important}.fct-custom-grid-enabled .fct-image-hero-style_2__image .fct-grid-row-wrapper{display:flex;justify-content:center;flex-direction:row;align-items:flex-end}.fct-custom-grid-enabled .fct-image-hero-style_2__image .fct-grid-row-wrapper>.row{flex-grow:1}.fct-image-hero-style_2__background{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));position:absolute;top:-20px;right:0;bottom:-20px;background-color:var(--fct-color-background);min-height:calc(calc(28px * var(--fct-dek-line-height-multiplier))*2 + 30px)}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_2__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}html[dir=ltr] .fct-image-hero-style_2__background{left:-20px;margin-left:0}html[dir=rtl] .fct-image-hero-style_2__background{right:-20px;margin-right:0}@media(min-width: 768px){.fct-image-hero-style_2__background{right:-5px;left:-5px;bottom:-20px;min-height:calc(calc(38px * var(--fct-dek-line-height-multiplier))*2 + 30px)}html[dir=ltr] .fct-image-hero-style_2__background{left:-75px}html[dir=rtl] .fct-image-hero-style_2__background{right:-75px}}@media(min-width: 1024px){.fct-image-hero-style_2__background{min-height:calc(calc(42px * var(--fct-dek-line-height-multiplier))*2 + 30px)}}@media(min-width: 1280px){.fct-image-hero-style_2__background{top:-30px}html[dir=ltr] .fct-image-hero-style_2__background{left:calc(-10% - 80px);right:-25px}html[dir=rtl] .fct-image-hero-style_2__background{right:calc(-10% - 80px);left:-25px}}.fct-image-hero-style_2__title{margin-top:calc(var(--fct-gutter)*2);margin-bottom:85px}@media(min-width: 768px){.fct-image-hero-style_2__title{margin-bottom:140px}}.fct-image-hero-style_2__sub{width:90%;min-height:calc(calc(28px * var(--fct-dek-line-height-multiplier))*2);margin-top:-50px;margin-bottom:calc(var(--fct-gutter)/2)}@media(min-width: 768px){.fct-image-hero-style_2__sub{width:100%;min-height:calc(38px*var(--fct-dek-line-height-multiplier));margin-top:calc(calc(38px * var(--fct-dek-line-height-multiplier))*-2)}}@media(min-width: 1024px){.fct-image-hero-style_2__sub{min-height:calc(42px*var(--fct-dek-line-height-multiplier))}}@media(min-width: 768px){.fct-image-hero-style_2__sub .fct-dek{font-size:calc(26px*var(--fct-dek-font-size-multiplier));line-height:calc(38px*var(--fct-dek-line-height-multiplier));font-weight:200}}@media(min-width: 1024px){.fct-image-hero-style_2__sub .fct-dek{font-size:calc(33px*var(--fct-dek-font-size-multiplier));line-height:calc(42px*var(--fct-dek-line-height-multiplier))}}.fct-custom-grid-enabled .fct-image-hero-style_2__sub>.fct-grid-row-wrapper{justify-content:center;flex-direction:row}.fct-image-hero-style_2--image-large .fct-image-hero-style_2__image{min-height:50vh}@media(min-width: 768px){.fct-image-hero-style_2--image-large .fct-image-hero-style_2__image{min-height:60vh}}.fct-image-hero-style_2--extended .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_2--extended .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_2--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-image-hero-style_2--extended .row{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-image-hero-style_2--extended .row{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-image-hero-style_2--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-image-hero-style_2--extended .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-image-hero-style_2--extended .fct-image-hero-style_2__background{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_2--extended .fct-image-hero-style_2__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-image-hero-style_2--extended .fct-image-hero-style_2__background{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}@media(min-width: 1280px){.fct-custom-grid-enabled .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{max-width:unset}}.fct-image-hero-style_2--extended .fct-grid-row-wrapper{margin-right:calc(var(--fct-grid-wide-delta-xs) - var(--fct-grid-gutter)/2)}@media(min-width: 768px){.fct-image-hero-style_2--extended .fct-grid-row-wrapper{margin-right:calc(var(--fct-grid-wide-delta-sm) - var(--fct-grid-gutter)/2)}}@media(min-width: 1024px){.fct-image-hero-style_2--extended .fct-grid-row-wrapper{margin-right:calc(var(--fct-grid-wide-delta-md) - var(--fct-grid-gutter)/2)}}@media(min-width: 1280px){.fct-image-hero-style_2--extended .fct-grid-row-wrapper{margin-right:calc(var(--fct-grid-wide-delta-lg) - var(--fct-grid-gutter)/2)}}.fct-image-hero-style_2--wide .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_2--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_2--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_2--wide .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_2--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_2--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-image-hero-style_2--wide .row{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-image-hero-style_2--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-image-hero-style_2--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}}@media(min-width: 0px){html[dir=ltr] .fct-image-hero-style_2--wide .fct-image-hero-style_2__background{left:0;right:0;margin-left:0;margin-right:-15px}html[dir=rtl] .fct-image-hero-style_2--wide .fct-image-hero-style_2__background{left:0;right:0;margin-left:-15px;margin-right:0}}.fct-image-hero-style_2--full-width .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-image-hero-style_2--full-width .fct-grid-row-wrapper:before,.fct-image-hero-style_2--full-width .fct-grid-row-wrapper:after{content:" ";display:table}.fct-image-hero-style_2--full-width .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-image-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-image-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-image-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-image-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-image-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}}@media(min-width: 0px){html[dir=ltr] .fct-image-hero-style_2--full-width .fct-grid-row-wrapper{padding-left:0}html[dir=ltr] .fct-image-hero-style_2--full-width .fct-grid-row-wrapper{padding-right:0}}.fct-image-hero-style_2--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_2--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-image-hero-style_2--full-width .row{max-width:none}html[dir=ltr] .fct-image-hero-style_2--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-image-hero-style_2--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}@media(min-width: 0px){html[dir=ltr] .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{left:0;right:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{left:0;right:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}}@media(min-width: 1280px){.fct-custom-grid-enabled .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{max-width:unset}}.fct-deepmode-layer-content .fct-image-hero-style_2 .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-image-hero-style_2 .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-image-hero-style_2 .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-image-hero-style_2 .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-image-hero-style_2 .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-image-hero-style_2 .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_2 .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}.fct-deepmode-layer-content .fct-image-hero-style_2 .fct-image-hero-style_2__background{flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_2 .fct-image-hero-style_2__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-image-hero-style_2__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2 .fct-image-hero-style_2__background{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-deepmode-layer-content .fct-image-hero-style_2 .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_2 .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2 .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2 .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-deepmode-layer-content .fct-image-hero-style_2--extended .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_2--extended .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-image-hero-style_2__background{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--extended .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-image-hero-style_2__background{margin-left:calc(-1*0px);margin-right:calc(-1*0px);padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-image-hero-style_2__background{margin-left:calc(-1*0px);margin-right:calc(-1*0px);padding-left:0;padding-right:0}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-image-hero-style_2__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--wide .fct-image-hero-style_2__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}}.fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_2--full-width .fct-image-hero-style_2__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.is-ie .fct-image-hero-style_2__sub>.fct-grid-row-wrapper>.row{flex-basis:auto}.is-ie .fct-image-hero-style_2+.fct-c-background-container{border-bottom:1px solid rgba(0,0,0,0)}.fct-image-hero-style_3{display:flex;flex-direction:column}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-grid-container:first-child>.fct-image-hero-style_3{margin-top:-65px}.fct-image-hero-style_3 .fct-grid-row-wrapper{margin-bottom:var(--fct-gutter)}.fct-image-hero-style_3__image{display:flex;flex-direction:column;justify-content:flex-end;height:40vh;margin-bottom:var(--fct-gutter);position:relative}@media(min-width: 768px){.fct-image-hero-style_3__image{margin-bottom:30px}}@media(min-width: 1280px){.fct-image-hero-style_3__image{margin-bottom:50px}}.fct-image-hero-style_3--image-large .fct-image-hero-style_3__image{height:50vh}@media(min-width: 768px){.fct-image-hero-style_3--image-large .fct-image-hero-style_3__image{height:60vh}}.fct-image-hero-style_3--extended .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_3--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_3--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_3--extended .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_3--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_3--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_3--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-image-hero-style_3--extended .row{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-image-hero-style_3--extended .row{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-image-hero-style_3--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-image-hero-style_3--extended .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-image-hero-style_3--wide .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_3--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_3--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_3--wide .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_3--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_3--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-image-hero-style_3--wide .row{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-image-hero-style_3--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-image-hero-style_3--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}}.fct-image-hero-style_3--full-width .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-image-hero-style_3--full-width .fct-grid-row-wrapper:before,.fct-image-hero-style_3--full-width .fct-grid-row-wrapper:after{content:" ";display:table}.fct-image-hero-style_3--full-width .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-image-hero-style_3--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-image-hero-style_3--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-image-hero-style_3--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-image-hero-style_3--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-image-hero-style_3--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}}.fct-image-hero-style_3--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-image-hero-style_3--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-image-hero-style_3--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-image-hero-style_3--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-image-hero-style_3--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-image-hero-style_3--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-image-hero-style_3--full-width .row{max-width:none}html[dir=ltr] .fct-image-hero-style_3--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-image-hero-style_3--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_3--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_3--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_3--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_3--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-image-hero-style_3--wide .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-image-hero-style_3--wide .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-image-hero-style_3--wide .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-image-hero-style_3--wide .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-image-hero-style_3--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-image-hero-style_3--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_3--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_3--wide .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_3--wide .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_3--wide .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_3--wide .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}.fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-image-hero-style_3--full-width .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-image-hero-style_3--full-width .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-image-hero-style_3--full-width .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-image-hero-style_3--full-width .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-image-hero-style_3--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-image-hero-style_3--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-image-hero-style_3--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-image-hero-style_3--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}}.fct-video-hero-style_1{display:flex;flex-direction:column}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-grid-container:first-child>.fct-video-hero-style_1{margin-top:-65px}.fct-video-hero-style_1__image{display:flex;flex-direction:column;justify-content:flex-end;min-height:40vh;margin-bottom:var(--fct-gutter);cursor:pointer}@media(min-width: 768px){.fct-video-hero-style_1__image{margin-bottom:0}}@media(min-width: 1024px){.fct-video-hero-style_1__image{min-height:60vh}}.fct-video-hero-style_1__image-content{width:90%}@media(min-width: 768px){.fct-video-hero-style_1__image-content{width:100%}}.fct-video-hero-style_1__image-content>.fct-grid-row-wrapper>*{cursor:default}.fct-video-hero-style_1__background{flex-basis:calc(100% + 2*var(--fct-gutter));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - var(--fct-gutter));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - var(--fct-gutter));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));position:absolute;top:-20px;right:-10px;bottom:-20px;left:-10px;background-color:var(--fct-color-background)}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - var(--fct-gutter));margin-left:calc(var(--fct-grid-extended-margin-left-md) - var(--fct-gutter));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - var(--fct-gutter));margin-left:calc(var(--fct-grid-extended-delta-right-md) - var(--fct-gutter));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-video-hero-style_1__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - var(--fct-gutter));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - var(--fct-gutter));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - var(--fct-gutter));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - var(--fct-gutter));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 768px){.fct-video-hero-style_1__background{bottom:-30px}}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_1__background{margin-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md) + var(--fct-grid-extended-margin-left-md) - var(--fct-grid-gutter)/2);padding-left:0}html[dir=ltr] .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md) + var(--fct-grid-extended-margin-left-md) - var(--fct-grid-gutter)/2);padding-right:0}}@media(min-width: 1280px){.fct-video-hero-style_1__background{right:-25px;left:-25px;top:-30px}html[dir=ltr] .fct-video-hero-style_1__background{margin-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg) + var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-gutter)/2);padding-left:0}html[dir=ltr] .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg) + var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-gutter)/2);padding-right:0}}.fct-video-hero-style_1__sub{margin-bottom:var(--fct-gutter)}@media(min-width: 768px){.fct-video-hero-style_1__sub{margin-top:-25px}}.fct-video-hero-style_1__title{margin-bottom:0}@media(min-width: 768px){.fct-video-hero-style_1__title{margin-bottom:60px}}.fct-video-hero-style_1__button-container{position:relative;display:inline;bottom:65px;left:calc(var(--fct-grid-wide-delta-xs) + var(--fct-grid-extended-padding-left-xs) + var(--fct-grid-extended-margin-left-xs) + var(--fct-grid-regular-delta-left-xs) + 10px);cursor:pointer}@media(min-width: 768px){.fct-video-hero-style_1__button-container{left:0}}@media(min-width: 1280px){.fct-video-hero-style_1__button-container{bottom:80px}}.fct-video-hero-style_1--extended .fct-video-hero-style_1__button-container{left:calc(var(--fct-grid-wide-delta-xs) + var(--fct-grid-extended-padding-left-xs) + var(--fct-grid-extended-margin-left-xs) + 10px)}@media(min-width: 768px){.fct-video-hero-style_1--extended .fct-video-hero-style_1__button-container{left:0}}.fct-video-hero-style_1--wide .fct-video-hero-style_1__button-container{left:var(--fct-grid-wide-delta-xs)15px}@media(min-width: 768px){.fct-video-hero-style_1--wide .fct-video-hero-style_1__button-container{left:0}}.fct-video-hero-style_1--full-width .fct-video-hero-style_1__button-container{left:15px}@media(min-width: 768px){.fct-video-hero-style_1--full-width .fct-video-hero-style_1__button-container{left:15px}}.fct-video-hero-style_1__button{cursor:pointer;width:50px;height:50px;transform:none;font-family:"dotBCG-Icons";box-shadow:none;transition:all .25s linear 0s;padding:0;margin:0;color:var(--fct-color-primary-light);display:block;overflow:hidden;background:#fff;border-radius:0;border:none}@media(min-width: 1280px){.fct-video-hero-style_1__button{width:65px;height:65px}}.fct-video-hero-style_1__button:hover{color:var(--fct-color-primary-light)}.fct-video-hero-style_1__button:before{font-family:"dotBCG-Icons";content:"";text-shadow:none;position:relative;line-height:100%;padding:0;display:block;width:100%;height:100%;text-align:left;font-size:80px;margin:-15px 0 0 -14px}html[dir=rtl] .fct-video-hero-style_1__button:before{text-align:right;margin:-15px -14px 0 0}@media(min-width: 1280px){.fct-video-hero-style_1__button:before{font-size:94px}}.fct-video-hero-style_1--image-large .fct-video-hero-style_1__image{min-height:50vh}@media(min-width: 768px){.fct-video-hero-style_1--image-large .fct-video-hero-style_1__image{min-height:60vh}}@media(min-width: 1024px){.fct-video-hero-style_1--image-large .fct-video-hero-style_1__image{min-height:75vh}}.fct-video-hero-style_1--extended .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-video-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-video-hero-style_1--extended .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-video-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-video-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_1--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-video-hero-style_1--extended .row{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-video-hero-style_1--extended .row{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-video-hero-style_1--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-video-hero-style_1--extended .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs);right:-25px;left:-25px}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_1--extended .fct-video-hero-style_1__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-video-hero-style_1--extended .fct-video-hero-style_1__background{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-video-hero-style_1--extended .fct-video-hero-style_1__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-video-hero-style_1--extended .fct-video-hero-style_1__background{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}@media(min-width: 1280px){.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-left:calc(var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-gutter)/2 + var(--fct-grid-extended-padding-left-lg));padding-left:0}html[dir=ltr] .fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - var(--fct-grid-gutter)/2 + var(--fct-grid-extended-padding-left-lg));padding-right:0}}@media(min-width: 0px){.fct-video-hero-style_1--wide .fct-video-hero-style_1__background{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-video-hero-style_1--wide .fct-video-hero-style_1__background{left:0;right:0;margin-left:0;margin-right:0}html[dir=rtl] .fct-video-hero-style_1--wide .fct-video-hero-style_1__background{left:0;right:0;margin-left:0;margin-right:0}}.fct-video-hero-style_1--wide .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs);margin:0;padding-left:var(--fct-grid-wide-delta-xs);padding-right:var(--fct-grid-wide-delta-xs)}.fct-video-hero-style_1--wide .fct-grid-row-wrapper:before,.fct-video-hero-style_1--wide .fct-grid-row-wrapper:after{content:" ";display:table}.fct-video-hero-style_1--wide .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 768px){html[dir=ltr] .fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-left:50px;margin-right:50px;padding-left:calc(var(--fct-grid-wide-delta-sm) - 50px);padding-right:calc(var(--fct-grid-wide-delta-sm) - 50px)}}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_1--wide .fct-grid-row-wrapper{padding-left:calc(var(--fct-grid-wide-delta-md) - 50px);padding-right:calc(var(--fct-grid-wide-delta-md) - 50px)}}@media(min-width: 1280px){html[dir=ltr] .fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-left:65px;margin-right:65px;padding-left:calc(var(--fct-grid-wide-delta-lg) - 65px);padding-right:calc(var(--fct-grid-wide-delta-lg) - 65px)}}.fct-video-hero-style_1--wide .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_1--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-video-hero-style_1--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-video-hero-style_1--wide .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-video-hero-style_1--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-video-hero-style_1--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-video-hero-style_1--wide .row{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-video-hero-style_1--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-video-hero-style_1--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}}.fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{max-width:none}@media(min-width: 0px){html[dir=ltr] .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{left:0;right:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{left:0;right:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-video-hero-style_1--full-width .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-video-hero-style_1--full-width .fct-grid-row-wrapper:before,.fct-video-hero-style_1--full-width .fct-grid-row-wrapper:after{content:" ";display:table}.fct-video-hero-style_1--full-width .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-video-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-video-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-video-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-video-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-video-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}}.fct-video-hero-style_1--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-video-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-video-hero-style_1--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-video-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-video-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-video-hero-style_1--full-width .row{max-width:none}html[dir=ltr] .fct-video-hero-style_1--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-video-hero-style_1--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}@media(min-width: 0){.fct-video-hero-style_1--full-width .fct-video-hero-style_1__image-content{width:100%}}.fct-color-scheme.light-green>.fct-video-hero-style_1 .fct-video-hero-style_1__button{color:#fff;background-color:var(--fct-color-grey-dark)}.fct-deepmode-layer-content .fct-video-hero-style_1 .row,.fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1 .row,html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1 .row,html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_1 .row,.fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1 .row,html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1 .row,html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1 .row,html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1 .row,html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1 .row,html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1 .row,html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-deepmode-layer-content .fct-video-hero-style_1 .fct-video-hero-style_1__background,.fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{flex-basis:calc(100% + 2*0px);margin-right:calc(var(--fct-grid-extended-delta-right-xs) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-xs) - 0px);padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs);right:-25px;left:-25px}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-video-hero-style_1__background,html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-md) - 0px);padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-video-hero-style_1__background,html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-md) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_1 .fct-video-hero-style_1__background,.fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-video-hero-style_1__background,html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-video-hero-style_1__background,html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-video-hero-style_1__background,html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - 0px);margin-left:calc(var(--fct-grid-extended-margin-left-lg) - 0px);padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-video-hero-style_1__background,html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - 0px);margin-left:calc(var(--fct-grid-extended-delta-right-lg) - 0px);padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-video-hero-style_1__background,html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-video-hero-style_1__background,html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-video-hero-style_1__background,html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-video-hero-style_1__background{margin-left:calc(var(--fct-grid-extended-margin-left-lg) + var(--fct-grid-extended-padding-left-lg) - var(--fct-grid-gutter)/2);padding-left:0}}.fct-deepmode-layer-content .fct-video-hero-style_1 .fct-grid-row-wrapper,.fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-video-hero-style_1 .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-video-hero-style_1 .fct-grid-row-wrapper:after,.fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-video-hero-style_1 .fct-grid-row-wrapper:after,.fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-video-hero-style_1 .fct-grid-row-wrapper,.fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-video-hero-style_1 .fct-grid-row-wrapper,.fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_1 .fct-grid-row-wrapper,.fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-grid-row-wrapper,html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-grid-row-wrapper,html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-grid-row-wrapper,html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1 .fct-grid-row-wrapper,html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1.fct-video-hero-style_1--extended .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-video-hero-style_1__background{margin-left:calc(-1*0px);margin-right:calc(-1*0px);padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-video-hero-style_1__background{margin-left:calc(-1*0px);margin-right:calc(-1*0px);padding-left:0;padding-right:0}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-video-hero-style_1__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--wide .fct-video-hero-style_1__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}}.fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_1--full-width .fct-video-hero-style_1__background{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-video-hero-style_2{display:flex;flex-direction:column}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-grid-container:first-child>.fct-video-hero-style_2{margin-top:-65px}.fct-video-hero-style_2__title{margin-top:28px;margin-bottom:28px}@media(min-width: 768px){.fct-video-hero-style_2__title{margin-top:38px;margin-bottom:38px}}@media(min-width: 1024px){.fct-video-hero-style_2__title{margin-top:42px;margin-bottom:42px}}.fct-video-hero-style_2__background-holder{cursor:pointer;position:relative}.fct-video-hero-style_2__background-holder>.fct-c-background{z-index:-1}.fct-video-hero-style_2__dek-container{pointer-events:none;position:relative;top:-75.6px;margin-bottom:-75.6px}@media(min-width: 768px){.fct-video-hero-style_2__dek-container{top:-102.6px;margin-bottom:-84px}}@media(min-width: 1024px){.fct-video-hero-style_2__dek-container{top:-113.4px;margin-bottom:-113.4px}}.fct-video-hero-style_2__dek{min-height:56px;margin-top:28px}@media(min-width: 768px){.fct-video-hero-style_2__dek{min-height:38px;margin-top:38px}}@media(min-width: 1024px){.fct-video-hero-style_2__dek{min-height:42px;margin-top:42px}}@media(min-width: 768px){.fct-video-hero-style_2__dek .fct-dek{font-size:calc(26px*var(--fct-dek-font-size-multiplier));line-height:38px;font-weight:200}}@media(min-width: 1024px){.fct-video-hero-style_2__dek .fct-dek{font-size:calc(33px*var(--fct-dek-font-size-multiplier));line-height:42px}}.fct-video-hero-style_2__overlay-container{width:calc(100% - var(--fct-grid-wide-delta-xs));min-width:90%;height:75.6px;position:relative}@media(min-width: 768px){.fct-video-hero-style_2__overlay-container{width:calc(100% - var(--fct-grid-wide-delta-sm));height:102.6px}}@media(min-width: 1024px){.fct-video-hero-style_2__overlay-container{width:calc(100% - var(--fct-grid-wide-delta-md));height:113.4px}}@media(min-width: 1280px){.fct-video-hero-style_2__overlay-container{width:calc(100% - var(--fct-grid-wide-delta-lg))}}.fct-video-hero-style_2__overlay{width:calc(100% - var(--fct-grid-extended-delta-right-xs));height:100%;position:absolute;content:" ";background-color:#fff;cursor:auto}@media(min-width: 768px){.fct-video-hero-style_2__overlay{width:calc(100% - var(--fct-grid-extended-delta-right-sm))}}@media(min-width: 1024px){.fct-video-hero-style_2__overlay{width:calc(100% - var(--fct-grid-extended-delta-right-md) + 30px)}}@media(min-width: 1280px){.fct-video-hero-style_2__overlay{width:calc(100% - var(--fct-grid-extended-delta-right-lg) + 30px)}}.fct-video-hero-style_2__button{cursor:pointer;width:50px;height:50px;transform:none;font-family:"dotBCG-Icons";box-shadow:none;transition:all .25s linear 0s;padding:0;margin:0;color:var(--fct-color-primary-light);display:block;overflow:hidden;background:#fff;border-radius:0;border:none}@media(min-width: 1280px){.fct-video-hero-style_2__button{width:65px;height:65px}}.fct-video-hero-style_2__button:hover{color:var(--fct-color-primary-light)}.fct-video-hero-style_2__button:before{font-family:"dotBCG-Icons";content:"";text-shadow:none;position:relative;line-height:100%;padding:0;display:block;width:100%;height:100%;text-align:left;font-size:80px;margin:-15px 0 0 -14px}html[dir=rtl] .fct-video-hero-style_2__button:before{text-align:right;margin:-15px -14px 0 0}@media(min-width: 1280px){.fct-video-hero-style_2__button:before{font-size:94px}}.fct-video-hero-style_2--image-regular .fct-video-hero-style_2__button-container{margin-top:50px}@media(min-width: 1280px){.fct-video-hero-style_2--image-regular .fct-video-hero-style_2__button-container{margin-top:65px}}.fct-video-hero-style_2--image-large .fct-video-hero-style_2__background-holder{min-height:50vh;display:flex;flex-direction:column}.fct-video-hero-style_2--image-large .fct-video-hero-style_2__background-holder>.fct-grid-row-wrapper{display:flex;flex-direction:column;justify-content:flex-end}.fct-video-hero-style_2--image-large .fct-video-hero-style_2__background-holder>.fct-grid-row-wrapper>.row{flex-basis:auto}@media(min-width: 768px){.fct-video-hero-style_2--image-large .fct-video-hero-style_2__background-holder{min-height:60vh}}@media(min-width: 1024px){.fct-video-hero-style_2--image-large .fct-video-hero-style_2__background-holder{min-height:75vh}}.fct-video-hero-style_2--extended .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-video-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-video-hero-style_2--extended .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-video-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-video-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_2--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-video-hero-style_2--extended .row{padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){.fct-video-hero-style_2--extended .row{max-width:var(--fct-grid-extended-max-width-lg)}html[dir=ltr] .fct-video-hero-style_2--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-video-hero-style_2--extended .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-video-hero-style_2--extended .fct-video-hero-style_2__overlay{width:100%}.fct-video-hero-style_2--wide .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_2--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-video-hero-style_2--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-video-hero-style_2--wide .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-video-hero-style_2--wide .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-video-hero-style_2--wide .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-video-hero-style_2--wide .row{max-width:var(--fct-grid-wide-max-width-lg)}html[dir=ltr] .fct-video-hero-style_2--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-video-hero-style_2--wide .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}}.fct-video-hero-style_2--wide .fct-video-hero-style_2__overlay{width:100%}@media(min-width: 768px){.fct-video-hero-style_2--wide .fct-video-hero-style_2__overlay{width:100%}}@media(min-width: 1024px){.fct-video-hero-style_2--wide .fct-video-hero-style_2__overlay{width:100%}}@media(min-width: 1280px){.fct-video-hero-style_2--wide .fct-video-hero-style_2__overlay{width:100%}}.fct-video-hero-style_2--wide .fct-video-hero-style_2__overlay-container{width:calc(100% - var(--fct-grid-wide-delta-xs))}@media(min-width: 768px){.fct-video-hero-style_2--wide .fct-video-hero-style_2__overlay-container{width:calc(100% - var(--fct-grid-wide-delta-sm))}}@media(min-width: 1024px){.fct-video-hero-style_2--wide .fct-video-hero-style_2__overlay-container{width:calc(100% - var(--fct-grid-wide-delta-md))}}@media(min-width: 1280px){.fct-video-hero-style_2--wide .fct-video-hero-style_2__overlay-container{width:calc(100% - var(--fct-grid-wide-delta-lg))}}.fct-video-hero-style_2--full-width .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-video-hero-style_2--full-width .fct-grid-row-wrapper:before,.fct-video-hero-style_2--full-width .fct-grid-row-wrapper:after{content:" ";display:table}.fct-video-hero-style_2--full-width .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-video-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-video-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-video-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-video-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-video-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}}.fct-video-hero-style_2--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs))}@media(min-width: 1024px){html[dir=ltr] .fct-video-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-video-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-video-hero-style_2--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-video-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-video-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 0px){.fct-video-hero-style_2--full-width .row{max-width:none}html[dir=ltr] .fct-video-hero-style_2--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-video-hero-style_2--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-video-hero-style_2--full-width .fct-video-hero-style_2__overlay{width:100%}.fct-video-hero-style_2--full-width .fct-video-hero-style_2__overlay-container{width:100%}.fct-color-scheme.light-green>.fct-video-hero-style_2{background-color:#fff}.fct-color-scheme.light-green>.fct-video-hero-style_2 .fct-video-hero-style_2__background-holder{background-color:var(--fct-color-primary-light)}.fct-color-scheme.light-green>.fct-video-hero-style_2 .fct-video-hero-style_2__button{color:#fff;background-color:var(--fct-color-grey-dark)}.fct-color-scheme.light-grey>.fct-video-hero-style_2{background-color:#fff}.fct-color-scheme.light-grey>.fct-video-hero-style_2 .fct-video-hero-style_2__background-holder{background-color:var(--fct-color-grey-bg)}.fct-deepmode-layer-content .fct-c-background{z-index:0}.fct-deepmode-layer-content .fct-video-hero-style_2__overlay-container{z-index:1}.fct-deepmode-layer-content .fct-video-hero-style_2 .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-video-hero-style_2 .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-video-hero-style_2 .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-video-hero-style_2 .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-video-hero-style_2 .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-video-hero-style_2 .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_2 .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2 .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2 .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2 .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2 .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}.fct-deepmode-layer-content .fct-video-hero-style_2 .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_2 .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2 .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2 .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2 .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-deepmode-layer-content .fct-video-hero-style_2--extended .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_2--extended .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}.fct-deepmode-layer-content .fct-video-hero-style_2--extended .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-video-hero-style_2--extended .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-video-hero-style_2--extended .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-video-hero-style_2--extended .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-video-hero-style_2--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-video-hero-style_2--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_2--extended .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--extended .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--wide .row{margin-left:calc(-1*15px);margin-right:calc(-1*15px);padding-left:0;padding-right:0}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--wide .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-video-hero-style_2--wide .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-video-hero-style_2--wide .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-video-hero-style_2--wide .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-video-hero-style_2--wide .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-video-hero-style_2--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-video-hero-style_2--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_2--wide .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--wide .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-md);margin-right:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--wide .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-md);margin-left:var(--fct-grid-wide-delta-md);padding-right:0;padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--wide .fct-grid-row-wrapper{margin-left:var(--fct-deepmode-content-spacing-left-lg);margin-right:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--wide .fct-grid-row-wrapper{margin-right:var(--fct-deepmode-content-spacing-left-lg);margin-left:var(--fct-grid-wide-delta-lg);padding-right:0;padding-left:0}}.fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{flex-basis:calc(100% + 2*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(var(--fct-grid-extended-delta-right-xs) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-xs) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-xs);padding-left:calc(var(--fct-grid-regular-delta-left-xs) + var(--fct-grid-extended-padding-left-xs));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-xs)}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-md);padding-left:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-md) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-md) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-md) + var(--fct-grid-extended-padding-left-md));padding-left:var(--fct-grid-regular-delta-right-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{max-width:calc(var(--fct-grid-regular-max-width-lg) + var(--fct-grid-regular-delta-right-lg) + var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-regular-delta-right-lg);padding-left:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg))}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:calc(var(--fct-grid-regular-delta-left-lg) + var(--fct-grid-extended-padding-left-lg));padding-left:var(--fct-grid-regular-delta-right-lg)}}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:0;padding-left:var(--fct-grid-extended-padding-left-md)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{margin-right:calc(var(--fct-grid-extended-margin-left-lg) - calc(-1 * var(--fct-grid-gutter) / 2));margin-left:calc(var(--fct-grid-extended-delta-right-lg) - calc(-1 * var(--fct-grid-gutter) / 2));padding-right:var(--fct-grid-extended-padding-left-md);padding-left:0}}@media(min-width: 1280px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{padding-right:0;padding-left:var(--fct-grid-extended-padding-left-lg)}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{padding-right:var(--fct-grid-extended-padding-left-lg);padding-left:0}}html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{margin-left:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));margin-right:calc(-1*calc(-1 * var(--fct-grid-gutter) / 2));padding-left:0;padding-right:0}@media(min-width: 1024px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .row{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.fct-deepmode-layer-content .fct-video-hero-style_2--full-width .fct-grid-row-wrapper{position:relative;margin-left:var(--fct-grid-wide-delta-xs);margin-right:var(--fct-grid-wide-delta-xs)}.fct-deepmode-layer-content .fct-video-hero-style_2--full-width .fct-grid-row-wrapper:before,.fct-deepmode-layer-content .fct-video-hero-style_2--full-width .fct-grid-row-wrapper:after{content:" ";display:table}.fct-deepmode-layer-content .fct-video-hero-style_2--full-width .fct-grid-row-wrapper:after{clear:both}@media(min-width: 768px){.fct-deepmode-layer-content .fct-video-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-sm);margin-right:var(--fct-grid-wide-delta-sm)}}@media(min-width: 1024px){.fct-deepmode-layer-content .fct-video-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-md);margin-right:var(--fct-grid-wide-delta-md)}}@media(min-width: 1280px){.fct-deepmode-layer-content .fct-video-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:var(--fct-grid-wide-delta-lg);margin-right:var(--fct-grid-wide-delta-lg)}}@media(min-width: 0px){html[dir=ltr] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}html[dir=rtl] .fct-deepmode-layer-content .fct-video-hero-style_2--full-width .fct-grid-row-wrapper{margin-left:0;margin-right:0}}.is-ie .fct-video-hero-style_2__overlay{cursor:default}.fct-quote-hero{display:flex;flex-direction:column}.fct-deepmode-layer-content main>.fct-grid-container-wrapper>.fct-grid-container:first-child>.fct-quote-hero{margin-top:-65px}.fct-quote-hero .fct-quote-hero__image{display:flex;flex-direction:column;justify-content:center;min-height:40vh;margin-bottom:var(--fct-gutter);position:relative}@media(min-width: 768px){.fct-quote-hero .fct-quote-hero__image{margin-bottom:30px}}@media(min-width: 1024px){.fct-quote-hero .fct-quote-hero__image{min-height:60vh}}@media(min-width: 1280px){.fct-quote-hero .fct-quote-hero__image{margin-bottom:50px}}.fct-quote-hero .fct-quote-hero__image-content{width:90%;position:static;z-index:1}@media(min-width: 768px){.fct-quote-hero .fct-quote-hero__image-content{width:100%}}.fct-quote-hero .fct-quote-hero__title{margin-bottom:0}@media(min-width: 768px){.fct-quote-hero .fct-quote-hero__title{margin-bottom:60px}}.fct-quote-hero .fct-quote-hero__sub{margin-bottom:var(--fct-gutter)}@media(min-width: 768px){.fct-quote-hero .fct-quote-hero__sub{margin-top:-25px}}.fct-quote-hero .fct-quotes-item{width:auto}@media(min-width: 0){html[dir=ltr] .fct-quote-hero .fct-quotes-item{margin-left:50px;padding-right:0}html[dir=rtl] .fct-quote-hero .fct-quotes-item{margin-right:50px;padding-left:0}}.fct-archetype-text-with-icon{flex-basis:100%}.fct-archetype-text-with-icon__content{flex-basis:100%;display:flex;flex-direction:column}.fct-archetype-text-with-icon__icon{position:relative;max-width:100%;flex-shrink:0}.fct-archetype-text-with-icon__icon-normal .fct-c-picture .fct-c-picture__source{width:auto;height:auto}.fct-archetype-text-with-icon__icon-normal img{max-width:100%;opacity:1}.fct-archetype-text-with-icon__icon-hover{position:absolute;top:0;left:0;width:100%;height:100%}.fct-archetype-text-with-icon__icon-hover .fct-c-picture{width:auto;height:auto}.fct-archetype-text-with-icon__icon-hover img.fct-c-picture__source{position:absolute;width:100%;height:100%;opacity:0}.fct-archetype-text-with-icon__text{max-width:100%;flex-shrink:1;text-align:center}.fct-archetype-text-with-icon__text>*:last-child{margin-bottom:0}.fct-archetype-text-with-icon--use-hover-icon .fct-archetype-text-with-icon__content:hover .fct-archetype-text-with-icon__icon-normal img{opacity:0}.fct-archetype-text-with-icon--use-hover-icon .fct-archetype-text-with-icon__content:hover .fct-archetype-text-with-icon__icon-hover img{opacity:1}.fct-archetype-text-with-icon--use-hover-icon .fct-archetype-text-with-icon__icon-normal img,.fct-archetype-text-with-icon--use-hover-icon .fct-archetype-text-with-icon__icon-hover img{transition:opacity .3s ease-in-out}.fct-archetype-text-with-icon--inner-spacing-small .fct-archetype-text-with-icon__content{padding:15px}.fct-archetype-text-with-icon--inner-spacing-medium .fct-archetype-text-with-icon__content{padding:30px}.fct-archetype-text-with-icon--inner-spacing-large .fct-archetype-text-with-icon__content{padding:60px}.fct-archetype-text-with-icon--gutter-space-small{margin-right:1px;margin-bottom:1px}.fct-archetype-text-with-icon--gutter-space-medium{margin-right:5px;margin-bottom:5px}.fct-archetype-text-with-icon--gutter-space-large{margin-right:15px;margin-bottom:15px}.fct-archetype-text-with-icon--icon-position-top-center .fct-archetype-text-with-icon__content{align-items:center}.fct-archetype-text-with-icon--icon-position-top-center .fct-archetype-text-with-icon__text{text-align:center}.fct-archetype-text-with-icon--icon-position-top-left .fct-archetype-text-with-icon__content{align-items:flex-start}.fct-archetype-text-with-icon--icon-position-top-left .fct-archetype-text-with-icon__text{text-align:left}.fct-archetype-text-with-icon--icon-position-top-right .fct-archetype-text-with-icon__content{align-items:flex-end}.fct-archetype-text-with-icon--icon-position-top-right .fct-archetype-text-with-icon__text{text-align:right}.fct-archetype-text-with-icon--icon-position-top-center .fct-archetype-text-with-icon__text,.fct-archetype-text-with-icon--icon-position-top-left .fct-archetype-text-with-icon__text,.fct-archetype-text-with-icon--icon-position-top-right .fct-archetype-text-with-icon__text{margin-top:10px}.fct-archetype-text-with-icon--icon-position-right-top .fct-archetype-text-with-icon__content{flex-direction:row-reverse;align-items:flex-start}.fct-archetype-text-with-icon--icon-position-right-top .fct-archetype-text-with-icon__text{text-align:right}.fct-archetype-text-with-icon--icon-position-right-middle .fct-archetype-text-with-icon__content{flex-direction:row-reverse;align-items:center}.fct-archetype-text-with-icon--icon-position-right-middle .fct-archetype-text-with-icon__text{text-align:right}.fct-archetype-text-with-icon--icon-position-right-bottom .fct-archetype-text-with-icon__content{flex-direction:row-reverse;align-items:flex-end}.fct-archetype-text-with-icon--icon-position-right-bottom .fct-archetype-text-with-icon__text{text-align:right}.fct-archetype-text-with-icon--icon-position-right-top,.fct-archetype-text-with-icon--icon-position-right-middle,.fct-archetype-text-with-icon--icon-position-right-bottom{justify-content:flex-end}.fct-archetype-text-with-icon--icon-position-right-top .fct-archetype-text-with-icon__text,.fct-archetype-text-with-icon--icon-position-right-middle .fct-archetype-text-with-icon__text,.fct-archetype-text-with-icon--icon-position-right-bottom .fct-archetype-text-with-icon__text{margin-right:10px}.fct-archetype-text-with-icon--icon-position-bottom-right .fct-archetype-text-with-icon__content{flex-direction:column-reverse;align-items:flex-end}.fct-archetype-text-with-icon--icon-position-bottom-right .fct-archetype-text-with-icon__text{text-align:right}.fct-archetype-text-with-icon--icon-position-bottom-center .fct-archetype-text-with-icon__content{flex-direction:column-reverse;align-items:center}.fct-archetype-text-with-icon--icon-position-bottom-center .fct-archetype-text-with-icon__text{text-align:center}.fct-archetype-text-with-icon--icon-position-bottom-left .fct-archetype-text-with-icon__content{flex-direction:column-reverse;align-items:flex-start}.fct-archetype-text-with-icon--icon-position-bottom-left .fct-archetype-text-with-icon__text{text-align:left}.fct-archetype-text-with-icon--icon-position-bottom-right .fct-archetype-text-with-icon__text,.fct-archetype-text-with-icon--icon-position-bottom-center .fct-archetype-text-with-icon__text,.fct-archetype-text-with-icon--icon-position-bottom-left .fct-archetype-text-with-icon__text{margin-bottom:10px}.fct-archetype-text-with-icon--icon-position-left-top .fct-archetype-text-with-icon__content{flex-direction:row;align-items:flex-start}.fct-archetype-text-with-icon--icon-position-left-top .fct-archetype-text-with-icon__text{text-align:left}.fct-archetype-text-with-icon--icon-position-left-middle .fct-archetype-text-with-icon__content{flex-direction:row;align-items:center}.fct-archetype-text-with-icon--icon-position-left-middle .fct-archetype-text-with-icon__text{text-align:left}.fct-archetype-text-with-icon--icon-position-left-bottom .fct-archetype-text-with-icon__content{flex-direction:row;align-items:flex-end}.fct-archetype-text-with-icon--icon-position-left-bottom .fct-archetype-text-with-icon__text{text-align:left}.fct-archetype-text-with-icon--icon-position-left-top,.fct-archetype-text-with-icon--icon-position-left-middle,.fct-archetype-text-with-icon--icon-position-left-bottom{justify-content:flex-start}.fct-archetype-text-with-icon--icon-position-left-top .fct-archetype-text-with-icon__icon,.fct-archetype-text-with-icon--icon-position-left-middle .fct-archetype-text-with-icon__icon,.fct-archetype-text-with-icon--icon-position-left-bottom .fct-archetype-text-with-icon__icon{margin-right:10px}.fct-archetype-text-with-icon--icon-position-image-behind-text-centered{position:relative;flex-basis:auto}.fct-archetype-text-with-icon--icon-position-image-behind-text-centered .fct-archetype-text-with-icon__text{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center}.fct-deepmode-layer.show .fct-archetype-text-with-icon .fct-c-background-container{z-index:-1 !important}.is-ie .fct-archetype-text-with-icon{max-width:calc(100% - .1px)}.is-ie .fct-archetype-text-with-icon__content{flex-basis:100%}.fct-archetype-text-with-icon-container>.fct-grid-row-wrapper.fct-grid-row-wrapper-full-width>.row>.column{padding:0 !important}.fct-archetype-text-with-icon-container__content{display:flex;flex-wrap:wrap}.fct-archetype-text-with-icon-container--alignment-left .fct-archetype-text-with-icon-container__content{justify-content:flex-start}.fct-archetype-text-with-icon-container--alignment-center .fct-archetype-text-with-icon-container__content{justify-content:center}.fct-archetype-text-with-icon-container--alignment-right .fct-archetype-text-with-icon-container__content{justify-content:flex-end}.fct-archetype-text-with-icon-container--alignment-space-between .fct-archetype-text-with-icon-container__content{justify-content:space-between}.fct-archetype-text-with-icon-container--gutter-space-small .fct-archetype-text-with-icon-container__content{margin-right:-1px;margin-bottom:-1px}.fct-archetype-text-with-icon-container--gutter-space-medium .fct-archetype-text-with-icon-container__content{margin-right:-5px;margin-bottom:-5px}.fct-archetype-text-with-icon-container--gutter-space-large .fct-archetype-text-with-icon-container__content{margin-right:-15px;margin-bottom:-15px}.fct-archetype-responsive-image .fct-grid-row-wrapper.fct-grid-row-wrapper-full-width .column{padding-left:0 !important;padding-right:0 !important}.fct-archetype-responsive-image__image-container{position:relative}.fct-archetype-responsive-image__image-container.has-hover-image:hover .fct-archetype-responsive-image__image-normal{opacity:0}.fct-archetype-responsive-image__image-container.has-hover-image:hover .fct-archetype-responsive-image__image-hover{opacity:1}.fct-archetype-responsive-image__image-normal,.fct-archetype-responsive-image__image-hover{transition:opacity .3s ease-in-out}.fct-archetype-responsive-image__image-normal{width:100%}.fct-archetype-responsive-image__image-hover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.fct-archetype-responsive-image.is-alignment-left .fct-grid-row-wrapper .column{display:flex;align-items:flex-start;justify-content:flex-start}.fct-archetype-responsive-image.is-alignment-center .fct-grid-row-wrapper .column{display:flex;align-items:flex-start;justify-content:center}.fct-archetype-responsive-image.is-alignment-right .fct-grid-row-wrapper .column{display:flex;align-items:flex-start;justify-content:flex-end}.fct-c-lottie-animation-wrapper.fct-c-lottie-animation-wrapper--position-left{margin-left:0;margin-right:auto}.fct-c-lottie-animation-wrapper.fct-c-lottie-animation-wrapper--position-center{margin-left:auto;margin-right:auto}.fct-c-lottie-animation-wrapper.fct-c-lottie-animation-wrapper--position-right{margin-left:auto;margin-right:0}.fct-c-lottie-animation__player{display:flex;width:100%;height:auto}.fct-pdf-viewer .textLayer{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;opacity:.2;line-height:1}.fct-pdf-viewer .textLayer>div{color:rgba(0,0,0,0);position:absolute;white-space:pre;cursor:text;-webkit-transform-origin:0% 0%;-moz-transform-origin:0% 0%;-o-transform-origin:0% 0%;-ms-transform-origin:0% 0%;transform-origin:0% 0%}.fct-pdf-viewer .textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.fct-pdf-viewer .textLayer .highlight.begin{border-radius:4px 0px 0px 4px}.fct-pdf-viewer .textLayer .highlight.end{border-radius:0px 4px 4px 0px}.fct-pdf-viewer .textLayer .highlight.middle{border-radius:0px}.fct-pdf-viewer .textLayer .highlight.selected{background-color:#006400}.fct-pdf-viewer .textLayer ::selection{background:blue}.fct-pdf-viewer .textLayer ::-moz-selection{background:blue}.fct-pdf-viewer .textLayer .endOfContent{display:block;position:absolute;left:0px;top:100%;right:0px;bottom:0px;z-index:-1;cursor:default;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none}.fct-pdf-viewer .textLayer .endOfContent.active{top:0px}.fct-pdf-viewer .annotationLayer section{position:absolute}.fct-pdf-viewer .annotationLayer .linkAnnotation>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.fct-pdf-viewer .annotationLayer .linkAnnotation>a{background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 0 0 repeat}.fct-pdf-viewer .annotationLayer .linkAnnotation>a:hover{opacity:.2;background:#ff0;box-shadow:0px 2px 10px #ff0}.fct-pdf-viewer .annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.fct-pdf-viewer .annotationLayer .popupWrapper{position:absolute;width:20em}.fct-pdf-viewer .annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0px 2px 5px #333;border-radius:2px;padding:.6em;margin-left:5px;cursor:pointer;word-wrap:break-word}.fct-pdf-viewer .annotationLayer .popup h1,.fct-pdf-viewer .annotationLayer .popup .fct-content-blockquote-left p,.fct-content-blockquote-left .fct-pdf-viewer .annotationLayer .popup p,.fct-pdf-viewer .annotationLayer .popup .fct-content-blockquote-full p,.fct-content-blockquote-full .fct-pdf-viewer .annotationLayer .popup p,.fct-pdf-viewer .annotationLayer .popup .fct-content-blockquote-right p,.fct-content-blockquote-right .fct-pdf-viewer .annotationLayer .popup p{font-size:1em;border-bottom:1px solid #000;padding-bottom:.2em}.fct-pdf-viewer .annotationLayer .popup p{padding-top:.2em}.fct-pdf-viewer .annotationLayer .highlightAnnotation,.fct-pdf-viewer .annotationLayer .underlineAnnotation,.fct-pdf-viewer .annotationLayer .squigglyAnnotation,.fct-pdf-viewer .annotationLayer .strikeoutAnnotation,.fct-pdf-viewer .annotationLayer .fileAttachmentAnnotation{cursor:pointer}.fct-pdf-viewer .pdfViewer .canvasWrapper{overflow:hidden}.fct-pdf-viewer .pdfViewer .page{direction:ltr;width:816px;height:1056px;margin:1px auto -8px auto;position:relative;overflow:visible;border:9px solid rgba(0,0,0,0);background-clip:content-box;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAA6UlEQVR4Xl2Pi2rEMAwE16fm1f7/r14v7w4rI0IzLAF7hLxNevBSEMEF5+OilNCsRd8ZMyn+a4NmsOT8WJw1lFbSYgGFzF2bLFoLjTClWjKKGRWpDYAGXUnZ4uhbBUzF3Oe/GG/ue2fn4GgsyXhNgysV2JnrhKEMg4fEZcALmiKbNhBBRFpSyDOj1G4QOVly6O1FV54ZZq8OVygrciDt6JazRgi1ljTPH0gbrPmHPXAbCiDd4GawIjip1TPh9tt2sz24qaCjr/jAb/GBFTbq9KZ7Ke/Cqt8nayUikZKsWZK7Fe6bg5dOUt8fZHWG2BHc+6EAAAAASUVORK5CYII=) 9 9 repeat;background-color:#fff;box-sizing:content-box}.fct-pdf-viewer .pdfViewer.removePageBorders .page{margin:0px auto 10px auto;border:none}.fct-pdf-viewer .pdfViewer.singlePageView{display:inline-block}.fct-pdf-viewer .pdfViewer.singlePageView .page{margin:0;border:none}.fct-pdf-viewer .pdfViewer .page canvas{margin:0;display:block}.fct-pdf-viewer .pdfViewer .page .loadingIcon{position:absolute;display:block;left:0;top:0;right:0;bottom:0;background:url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJBwAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQJBwAAACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAkHAAAALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQJBwAAACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkECQcAAAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkECQcAAAAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAkHAAAALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAkHAAAALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkECQcAAAAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAkHAAAALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==) center no-repeat}.fct-pdf-viewer .pdfPresentationMode:-webkit-full-screen .pdfViewer .page{margin-bottom:100%;border:0}.fct-pdf-viewer .pdfPresentationMode:-moz-full-screen .pdfViewer .page{margin-bottom:100%;border:0}.fct-pdf-viewer .pdfPresentationMode:-ms-fullscreen .pdfViewer .page{margin-bottom:100% !important;border:0}.fct-pdf-viewer .pdfPresentationMode:fullscreen .pdfViewer .page{margin-bottom:100%;border:0}.fct-pdf-viewer .hidden{display:none !important}.fct-pdf-viewer [hidden]{display:none !important}.fct-pdf-viewer #viewerContainer.pdfPresentationMode:-webkit-full-screen{top:0px;border-top:2px solid rgba(0,0,0,0);background-color:#000;width:100%;height:100%;overflow:hidden;cursor:none;-webkit-user-select:none}.fct-pdf-viewer #viewerContainer.pdfPresentationMode:-moz-full-screen{top:0px;border-top:2px solid rgba(0,0,0,0);background-color:#000;width:100%;height:100%;overflow:hidden;cursor:none;-moz-user-select:none}.fct-pdf-viewer #viewerContainer.pdfPresentationMode:-ms-fullscreen{top:0px !important;border-top:2px solid rgba(0,0,0,0);width:100%;height:100%;overflow:hidden !important;cursor:none;-ms-user-select:none}.fct-pdf-viewer #viewerContainer.pdfPresentationMode:-ms-fullscreen::-ms-backdrop{background-color:#000}.fct-pdf-viewer #viewerContainer.pdfPresentationMode:fullscreen{top:0px;border-top:2px solid rgba(0,0,0,0);background-color:#000;width:100%;height:100%;overflow:hidden;cursor:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.fct-pdf-viewer .pdfPresentationMode:-webkit-full-screen a:not(.internalLink){display:none}.fct-pdf-viewer .pdfPresentationMode:-moz-full-screen a:not(.internalLink){display:none}.fct-pdf-viewer .pdfPresentationMode:-ms-fullscreen a:not(.internalLink){display:none !important}.fct-pdf-viewer .pdfPresentationMode:fullscreen a:not(.internalLink){display:none}.fct-pdf-viewer .pdfPresentationMode:-webkit-full-screen .textLayer>div{cursor:none}.fct-pdf-viewer .pdfPresentationMode:-moz-full-screen .textLayer>div{cursor:none}.fct-pdf-viewer .pdfPresentationMode:-ms-fullscreen .textLayer>div{cursor:none}.fct-pdf-viewer .pdfPresentationMode:fullscreen .textLayer>div{cursor:none}.fct-pdf-viewer .pdfPresentationMode.pdfPresentationModeControls>*,.fct-pdf-viewer .pdfPresentationMode.pdfPresentationModeControls .textLayer>div{cursor:default}.fct-pdf-viewer .outerCenter{pointer-events:none;position:relative}.fct-pdf-viewer .outerCenter{float:right;right:50%}.fct-pdf-viewer .innerCenter{pointer-events:auto;position:relative}.fct-pdf-viewer .innerCenter{float:right;right:-50%}.fct-pdf-viewer #outerContainer{width:100%;height:100%}.fct-pdf-viewer #sidebarContainer{position:absolute;top:0;bottom:0;width:200px;visibility:hidden;-webkit-transition-duration:200ms;-webkit-transition-timing-function:ease;transition-duration:200ms;transition-timing-function:ease}.fct-pdf-viewer #sidebarContainer{-webkit-transition-property:left;transition-property:left;left:-200px}.fct-pdf-viewer #outerContainer.sidebarMoving>#sidebarContainer,.fct-pdf-viewer #outerContainer.sidebarOpen>#sidebarContainer{visibility:visible}.fct-pdf-viewer #outerContainer.sidebarOpen>#sidebarContainer{left:0px}.fct-pdf-viewer #mainContainer{position:absolute;top:0;right:0;bottom:0;left:0;min-width:320px;-webkit-transition-duration:200ms;-webkit-transition-timing-function:ease;transition-duration:200ms;transition-timing-function:ease}@media(min-width: 768px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child .fct-pdf-viewer #mainContainer{top:51px}}@media(min-width: 1280px){header.fct-header-regular.fct-header-has-interstitial-nav~main>.fct-grid-container-wrapper:first-child .fct-pdf-viewer #mainContainer{top:66px}}.fct-pdf-viewer #outerContainer.sidebarOpen>#mainContainer{-webkit-transition-property:left;transition-property:left;left:200px}.fct-pdf-viewer #sidebarContent{top:32px;bottom:0;overflow:auto;-webkit-overflow-scrolling:touch;position:absolute;width:200px;background-color:rgba(0,0,0,.1)}.fct-pdf-viewer #sidebarContent{left:0;box-shadow:inset -1px 0 0 rgba(0,0,0,.25)}.fct-pdf-viewer #viewerContainer{overflow:auto;-webkit-overflow-scrolling:touch;position:absolute;top:32px;right:0;bottom:0;left:0;outline:none;background-color:#404040}.fct-pdf-viewer #viewerContainer{box-shadow:inset 1px 0 0 rgba(255,255,255,.05)}.fct-pdf-viewer .toolbar{position:relative;left:0;right:0;z-index:9999;cursor:default}.fct-pdf-viewer #toolbarContainer{width:100%}.fct-pdf-viewer #toolbarSidebar{width:200px;height:32px;background-color:#424242;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAArlBMVEUAAAAsLCwYGBgyMjIuLi4UFBQlJSUcHBw0NDQ/Pz8nJycaGhowMDAhISEfHx8pKSk2NjYjIyM5OTkNDQ07OzsWFhY9PT1BQUFGRkYRERFKSkpISEgPDw8LCwsHBwdMTEwJCQlEREQEBAROTk5XV1dRUVFeXl4CAgJVVVVcXFxTU1NZWVlgYGBiYmJpaWltbW1kZGRxcXFmZmZvb292dnZ4eHhra2uFhYV0dHR6enon69kAAAAAOnRSTlMPDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8Pfl6gHwAACDhJREFUeAGFlwWW9EgSgyOZ0cxVhqKGf5bo/hfbRwPNJ/CzQvqkBKiye2kHPr5ArjdxfiLSE05rAUDMeEvtUk81SswxNnR3EMdDLfr0N8SU8mrbK5h4vHWhx63U+tiNbhmXIle5HJ9NGkOVRZXRdDSMDmM2C4gBuGTFcMBq1TAhSAAceQdsxuaxzgz2810+FqsDVbcLShlpWED95h7jCk5zNwcqNnKhDUpJaQ/nkhObBzztEArQpn9urrFoZEF6e3KtePtDvb9UHnUtvURv4Qpig/KpFBUvH6w5K935tTzBeFueS8maLgGhVCfgBZlPzYhRvXpG0z+jrvARBgPSEHiv2/vPfKLbG90hwIwkQOHhFU4QzKChg2OOihQn6Hw4mVkxpNhz17jtqsU91drmwFhTVp2XGUinYRZ1K8aSW1AOtYnXea9sHKoucQ6lZhEemKo+tUCH++ImfR5J3ZSSW6ygQ+4kgVzjF3JLjFBbAzRVGwvRK1bHU7iwPpvSyAt0cAOTBjIt/ImezuswX2hdsH8afgFV8OXxJOpBKKpKz1Ed46V0hdOu6eRhpACRBJS0x+WchsbCtW38GRk0nLd8nv814gBc96bijYDg6isY/Pe9SgdtgdWsBzG4QOH5KnzbYVZX50ugvb4JW0c6QRIcZGSVvdviCktZVgvCDYHruaTFiKCccvtc8A3g37yoT6pmvuQ+ljfWgCsqMVvhkMd79voeCQF+npdeYicni1ZxnVE8nQsmKwzreLMWsdyCbQDNhhW/YnQoIk1nLxaFJtuSi3W7Hk5dkwo9R/SkGb8GHwwqa1hbARp12LR5jjMikClnVWtG6R56n3CoDCJl7bg5NorS6ExibR9YKK4lqagAe2sULmWqbyNWz5gQep4mESKyJtW+gPJOPWmh40VDRAOkwgjPjvSb3MKsowUp03Zw2g8JDWdVdHfHJqOvK5LNVfC5k+k1oPoYWTKqnKWCPb7yBwwSjy/enkqA8V+JRKzgDCPCoVpy6nC40onjvAywr37Znyu+06ecjBi9tKqmbbD1qw60+U8BjxMXWQaEh7BZSzwu9KTgqZSLOD33rsBP07GjJaSycIBuXd9cJEwPkoKTStkdum6lJQbfHkAjsH5Ik+upX1k9vgKY+PlxM4YpUBRdBnKzICpUvdRh/UdPJvGrMr+u3YNWmSC6lCWi/T6p+gm1YLtL0o/EDiQlmxzuqxrDHBN9PM6Cx01RD5aPjJxx0dhurRsC/jPM2TnzZkpDw6kEPkzMyWXoKnG/iKwA3RGTfWnU4BBdBT15vMrpJHNFdUEqsakKwqK9qE8+nBzQ3ozkPh3S24kjQrUpDk+I4gI8LliX8CnnzpJ/F4jvNSx5KRE+jRpBQ7zqHJCBTmoYl27EqWBhB9dCWdAWTuWJTRfX/tZkhF3rX7K3AQg2yI884tK7fq8aDsmyRteqW60xFsy8Y2CADV8XfMWwlJ+eRhc6lonYrYkwohFOOsfG0jSIK7JqaKSquQaO/cb5GGct0nXscjbNUUt87wW9FeGVTqnnWnw09/twCCYAIN1paYE9Y/EuHPBe9YYpfPlHO+L1liMweK/6h6upn7g9Fq3oFSorXFcdjQX88tHCGjRx6cgjfHQ/J8EteU9TCCqLj+5/mx74FHR/AWWY6UK2Tc0Cikdd3yYYjf0LKOH32FLjdo7nDvdgcGhft57SWcj699h+FXv4yiC/GwwsljDz/b/0dKJdYJUrh2RO8XeDwd+0C5lXX1r+TiJCKqjCZRdp/+igLdidsZnBUyYMgcegiWjItaJTKAuXaylrfd6sB8rYiTFa05XAkGlRclBjn9tUdXDOEBBtgoGPCX9LiBDVidhsY6Ch4bK37i0h4JO+fNO3UxwRYwZgRggxGFrM3/Qt/BUeVWFskPBYjb8aVvq6Pu1/hcdn8IHP6uqvdXcsPUSiibgILCnyrZnXv9YdvKGHPM7rExml+e2A4RduOgJv6PEJfeAx/rZ4TU4RQkMIxAsqaBzZ8uvv2uuSbF/4C9Z5WV4eMsFPC2Q1L37VUPsWhs8UhSS+3yj2/v1GAUecFTTX5ia0TLArpplDB4epKWOzQxVScT5f0RB4a1pc9s6eBXBHIUuxN+W7dH+kg1Tk3gu7DJtIMXykA3y2i1SCuOpuIr68fraL/rqrIBt7lOZ/i+Y15RpWFM2arbenWUNEu9Rdo+PNmB0BmPbsRn3cwoCHGEYbMmDI3Ef0t0gq67euAgP87V8XNjtGDjd2BZ6as6yrivoyTdirHMQNQcVlFfR/8RaqSLljtuS9MPJa3+6xwUmiHx4U39pUYicxoLF8tnRs5Pmc6NYxo0gVhWSlPJYe4D0v36+NP0bzGU37J2sDNpjUzazC7TQE2CpMF1mbl86Wrs4gMeAnUfSxrkqQipQHjhcowBDridFPxMPnHOqKFqgGG9XnHPqTY2A3mdIMvAVRkkkju26pbaTqXh3VXA13uPGeHEt5xgkYIUNVDEDmamy2grkxAXoYaOjwdCt9Al01d/S2Db95Ti0A5ALfF5c6YcH4C7ShKJq84s28tzZ8vw7I4/t1kCws/JDuDFcAd+JzlhEINonXR3vYaDFDXLBeNTMG3gePesL+HiDyJ9X8+/lJdQl+wMHjBxwkwAgGsPPZtgU6Hy29ktBe8MUosBPfSr8oqk+ccaeze+HSCHhIc2v/8Y95tGy0f4cEfb34yepmOCicJM6vQ3s7Zcgx3FQDCQoPBQAtXdtGEzeilARoSNkCKlYEj1QnlEcj2rrTXuUamDbuPFcWTYvG47dTXiOAP1ryq5a9PAPsTsAXLft/Jk0NzNpMD2QAAAAASUVORK5CYII=),linear-gradient(hsla(0, 0%, 30%, 0.99), hsla(0, 0%, 25%, 0.95))}.fct-pdf-viewer[dir=ltr] #toolbarSidebar{box-shadow:inset -1px 0 0 rgba(0,0,0,.25),inset 0 -1px 0 rgba(255,255,255,.05),0 1px 0 rgba(0,0,0,.15),0 0 1px rgba(0,0,0,.1)}.fct-pdf-viewer[dir=rtl] #toolbarSidebar{box-shadow:inset 1px 0 0 rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.05),0 1px 0 rgba(0,0,0,.15),0 0 1px rgba(0,0,0,.1)}.fct-pdf-viewer #toolbarContainer,.fct-pdf-viewer .findbar,.fct-pdf-viewer .secondaryToolbar{position:relative;height:32px;background-color:#474747;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAArlBMVEUAAAAsLCwYGBgyMjIuLi4UFBQlJSUcHBw0NDQ/Pz8nJycaGhowMDAhISEfHx8pKSk2NjYjIyM5OTkNDQ07OzsWFhY9PT1BQUFGRkYRERFKSkpISEgPDw8LCwsHBwdMTEwJCQlEREQEBAROTk5XV1dRUVFeXl4CAgJVVVVcXFxTU1NZWVlgYGBiYmJpaWltbW1kZGRxcXFmZmZvb292dnZ4eHhra2uFhYV0dHR6enon69kAAAAAOnRSTlMPDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8Pfl6gHwAACDhJREFUeAGFlwWW9EgSgyOZ0cxVhqKGf5bo/hfbRwPNJ/CzQvqkBKiye2kHPr5ArjdxfiLSE05rAUDMeEvtUk81SswxNnR3EMdDLfr0N8SU8mrbK5h4vHWhx63U+tiNbhmXIle5HJ9NGkOVRZXRdDSMDmM2C4gBuGTFcMBq1TAhSAAceQdsxuaxzgz2810+FqsDVbcLShlpWED95h7jCk5zNwcqNnKhDUpJaQ/nkhObBzztEArQpn9urrFoZEF6e3KtePtDvb9UHnUtvURv4Qpig/KpFBUvH6w5K935tTzBeFueS8maLgGhVCfgBZlPzYhRvXpG0z+jrvARBgPSEHiv2/vPfKLbG90hwIwkQOHhFU4QzKChg2OOihQn6Hw4mVkxpNhz17jtqsU91drmwFhTVp2XGUinYRZ1K8aSW1AOtYnXea9sHKoucQ6lZhEemKo+tUCH++ImfR5J3ZSSW6ygQ+4kgVzjF3JLjFBbAzRVGwvRK1bHU7iwPpvSyAt0cAOTBjIt/ImezuswX2hdsH8afgFV8OXxJOpBKKpKz1Ed46V0hdOu6eRhpACRBJS0x+WchsbCtW38GRk0nLd8nv814gBc96bijYDg6isY/Pe9SgdtgdWsBzG4QOH5KnzbYVZX50ugvb4JW0c6QRIcZGSVvdviCktZVgvCDYHruaTFiKCccvtc8A3g37yoT6pmvuQ+ljfWgCsqMVvhkMd79voeCQF+npdeYicni1ZxnVE8nQsmKwzreLMWsdyCbQDNhhW/YnQoIk1nLxaFJtuSi3W7Hk5dkwo9R/SkGb8GHwwqa1hbARp12LR5jjMikClnVWtG6R56n3CoDCJl7bg5NorS6ExibR9YKK4lqagAe2sULmWqbyNWz5gQep4mESKyJtW+gPJOPWmh40VDRAOkwgjPjvSb3MKsowUp03Zw2g8JDWdVdHfHJqOvK5LNVfC5k+k1oPoYWTKqnKWCPb7yBwwSjy/enkqA8V+JRKzgDCPCoVpy6nC40onjvAywr37Znyu+06ecjBi9tKqmbbD1qw60+U8BjxMXWQaEh7BZSzwu9KTgqZSLOD33rsBP07GjJaSycIBuXd9cJEwPkoKTStkdum6lJQbfHkAjsH5Ik+upX1k9vgKY+PlxM4YpUBRdBnKzICpUvdRh/UdPJvGrMr+u3YNWmSC6lCWi/T6p+gm1YLtL0o/EDiQlmxzuqxrDHBN9PM6Cx01RD5aPjJxx0dhurRsC/jPM2TnzZkpDw6kEPkzMyWXoKnG/iKwA3RGTfWnU4BBdBT15vMrpJHNFdUEqsakKwqK9qE8+nBzQ3ozkPh3S24kjQrUpDk+I4gI8LliX8CnnzpJ/F4jvNSx5KRE+jRpBQ7zqHJCBTmoYl27EqWBhB9dCWdAWTuWJTRfX/tZkhF3rX7K3AQg2yI884tK7fq8aDsmyRteqW60xFsy8Y2CADV8XfMWwlJ+eRhc6lonYrYkwohFOOsfG0jSIK7JqaKSquQaO/cb5GGct0nXscjbNUUt87wW9FeGVTqnnWnw09/twCCYAIN1paYE9Y/EuHPBe9YYpfPlHO+L1liMweK/6h6upn7g9Fq3oFSorXFcdjQX88tHCGjRx6cgjfHQ/J8EteU9TCCqLj+5/mx74FHR/AWWY6UK2Tc0Cikdd3yYYjf0LKOH32FLjdo7nDvdgcGhft57SWcj699h+FXv4yiC/GwwsljDz/b/0dKJdYJUrh2RO8XeDwd+0C5lXX1r+TiJCKqjCZRdp/+igLdidsZnBUyYMgcegiWjItaJTKAuXaylrfd6sB8rYiTFa05XAkGlRclBjn9tUdXDOEBBtgoGPCX9LiBDVidhsY6Ch4bK37i0h4JO+fNO3UxwRYwZgRggxGFrM3/Qt/BUeVWFskPBYjb8aVvq6Pu1/hcdn8IHP6uqvdXcsPUSiibgILCnyrZnXv9YdvKGHPM7rExml+e2A4RduOgJv6PEJfeAx/rZ4TU4RQkMIxAsqaBzZ8uvv2uuSbF/4C9Z5WV4eMsFPC2Q1L37VUPsWhs8UhSS+3yj2/v1GAUecFTTX5ia0TLArpplDB4epKWOzQxVScT5f0RB4a1pc9s6eBXBHIUuxN+W7dH+kg1Tk3gu7DJtIMXykA3y2i1SCuOpuIr68fraL/rqrIBt7lOZ/i+Y15RpWFM2arbenWUNEu9Rdo+PNmB0BmPbsRn3cwoCHGEYbMmDI3Ef0t0gq67euAgP87V8XNjtGDjd2BZ6as6yrivoyTdirHMQNQcVlFfR/8RaqSLljtuS9MPJa3+6xwUmiHx4U39pUYicxoLF8tnRs5Pmc6NYxo0gVhWSlPJYe4D0v36+NP0bzGU37J2sDNpjUzazC7TQE2CpMF1mbl86Wrs4gMeAnUfSxrkqQipQHjhcowBDridFPxMPnHOqKFqgGG9XnHPqTY2A3mdIMvAVRkkkju26pbaTqXh3VXA13uPGeHEt5xgkYIUNVDEDmamy2grkxAXoYaOjwdCt9Al01d/S2Db95Ti0A5ALfF5c6YcH4C7ShKJq84s28tzZ8vw7I4/t1kCws/JDuDFcAd+JzlhEINonXR3vYaDFDXLBeNTMG3gePesL+HiDyJ9X8+/lJdQl+wMHjBxwkwAgGsPPZtgU6Hy29ktBe8MUosBPfSr8oqk+ccaeze+HSCHhIc2v/8Y95tGy0f4cEfb34yepmOCicJM6vQ3s7Zcgx3FQDCQoPBQAtXdtGEzeilARoSNkCKlYEj1QnlEcj2rrTXuUamDbuPFcWTYvG47dTXiOAP1ryq5a9PAPsTsAXLft/Jk0NzNpMD2QAAAAASUVORK5CYII=),linear-gradient(hsla(0, 0%, 32%, 0.99), hsla(0, 0%, 27%, 0.95))}.fct-pdf-viewer[dir=ltr] #toolbarContainer,.fct-pdf-viewer .findbar,.fct-pdf-viewer .secondaryToolbar{box-shadow:inset 1px 0 0 rgba(255,255,255,.08),inset 0 1px 1px rgba(0,0,0,.15),inset 0 -1px 0 rgba(255,255,255,.05),0 1px 0 rgba(0,0,0,.15),0 1px 1px rgba(0,0,0,.1)}.fct-pdf-viewer[dir=rtl] #toolbarContainer,.fct-pdf-viewer .findbar,.fct-pdf-viewer .secondaryToolbar{box-shadow:inset -1px 0 0 rgba(255,255,255,.08),inset 0 1px 1px rgba(0,0,0,.15),inset 0 -1px 0 rgba(255,255,255,.05),0 1px 0 rgba(0,0,0,.15),0 1px 1px rgba(0,0,0,.1)}.fct-pdf-viewer #toolbarViewer{height:32px}.fct-pdf-viewer #loadingBar{position:relative;width:100%;height:4px;background-color:#333;border-bottom:1px solid #333}.fct-pdf-viewer #loadingBar .progress{position:absolute;top:0;left:0;width:0%;height:100%;background-color:#ddd;overflow:hidden;-webkit-transition:width 200ms;transition:width 200ms}@-webkit-keyframes progressIndeterminate{0%{left:-142px}100%{left:0}}@keyframes progressIndeterminate{0%{left:-142px}100%{left:0}}.fct-pdf-viewer #loadingBar .progress.indeterminate{background-color:#999;-webkit-transition:none;transition:none}.fct-pdf-viewer #loadingBar .progress.indeterminate .glimmer{position:absolute;top:0;left:0;height:100%;width:calc(100% + 150px);background:repeating-linear-gradient(135deg, #bbb 0, #999 5px, #999 45px, #ddd 55px, #ddd 95px, #bbb 100px);-webkit-animation:progressIndeterminate 950ms linear infinite;animation:progressIndeterminate 950ms linear infinite}.fct-pdf-viewer .findbar,.fct-pdf-viewer .secondaryToolbar{top:32px;position:absolute;z-index:10000;height:32px;min-width:16px;padding:0px 6px 0px 6px;margin:4px 2px 4px 2px;color:#d9d9d9;font-size:12px;line-height:14px;text-align:left;cursor:default}.fct-pdf-viewer[dir=ltr] .findbar{left:68px}.fct-pdf-viewer[dir=rtl] .findbar{right:68px}.fct-pdf-viewer .findbar label{-webkit-user-select:none;-moz-user-select:none}.fct-pdf-viewer #findInput[data-status=pending]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAACGFjVEwAAAAMAAAAAEy9LREAAAAaZmNUTAAAAAAAAAAQAAAAEQAAAAAAAAAAAGQD6AAAM7xH0AAAAixJREFUeNqFUk2IEmEYHowKBrpEoS1JsYc6eNA26NBiS0uwRK39uG1LtLQTjutBkpw9qIewTh0399ohEJFAMPbepQ7RDyjCCosHxQUzQdARd0Cd+Xpemg8GS3vg4X3eef+G732FcTDGjlv0R/CzxbcJ04CEe+B38Okf3ziA/mXGLjI2kmFnJzYol8trSPhqGMYX2FOwdQMNoE9rg4EEG0yn03P/mrwE3oB0dDqd99A/hsOhcqgdftI07ZuuD19RcaFQ2KAc6HPgLC8+xnRGRXkwlc1m5fpB/W0qlVpAeJ7o9/td+Xx+PRwO06BlagbK/E1smUwmMhoM3jGD5fr9/kt884AiyEHaU61Wl6hYVdVANBp9QLU8welyuXy7H3a3QqHQojABXq/3SjKZXHM4HDfhnhUIOtO30PWNrus7vV7vhTltEsSfrdYq/YXJO0Kz2YpBvCY2G4248B9UKpXHvMF+ZX9dMB9q2el03sUDPkLg5JQ7ObG9s+2z2+0+qqFaHvCAz0Cl2+3emtQAK16kySM2ekKHxYuPYI3PYSOlUklOJBLXoa/RNOtk+haPxxfoFv5aYyQSeSjL8ir01Xa77aeEWq02R49ErNUapIMUoxxJklYCgcCKdY0z5oWdxzY21Y4acLvdF6iIwSeNYpl8yqFc8IwwDlzbZaw1qCjKfbhH+WuTjsVifjQP5nK5S8IUzIiieJsfSbFYlEp7exv82MwYJk+HzaLnieMxK34DT9WZqdJAhVAAAAAaZmNUTAAAAAEAAAAQAAAAEQAAAAAAAAAAAGQD6AAAqM+tBAAAAitmZEFUAAAAAnjahVJBaBNBFF2iRVhQBA/ZFiXiQY+pVkSssaUIKtpIbKs9WM3qZiV4ahYkuZRQimC8FHJIrlJQD4HoPQfxkENBNhRbqCFkD2KgNrBuaAtJdsf3cQcWY+KHx7w///3/Z/6M8LcxxoY8/A3w3uMfEQYZBBPAWyD8x3c+g6+7sZjjOAZWuW+B8nr5JgRrtm2vYT3OHOcTFQBOABvA93q9Hv9X54vtdnsMVGo0Gq/pFPAXzF/mu1ar9bHT6WjYM/YP9suiKA6DB4AzPPkws9kK1leM2YvZbPbB1tbX5XQ6fRnhcUIul5vc/bn7oVQqvYBuGlCBGOCjGr5MJhM92NtbwsbLZrMZw94oIALciI/i+Dco2bIsJZFIzFEuF5wKBAK38/n800gkclXoY6FQ6BJONi9J0i24J90rdOdRdRGD09D9Ce/cx8TGzs59OoWLu8K3Wk0GeU6ogQv/sWq1+pAX2K5uLwjuoKb9fn8YAwwjcGzAPzm6ml0Nk5ZyKJcHzgGPANU0zev9CiA2RZou6z6mHJ58CIhRQP+iR5PJ5CT4Nerm7Ux7qVRqQtf1aM8zxuPxOVmWZ8GvYJAzJDAM4wINiWAYP4irFCMNaRVFmfU+4wggQXQar/HMMi0lGAyepSQGnzj9D/JJQ1pguOeOxWJxzGa2qmnaPbhDfNrEcbUZFFcLhcJ5YYCN4K/f4Z+kUqnIG5ubUf7Z3Bg6Dzafh4+76Ilx+w2UJZls1j53fgAAABpmY1RMAAAAAwAAABAAAAARAAAAAAAAAAAAZAPoAABFWX7tAAACLGZkQVQAAAAEeNqFU01oE1EQDvUPFqrHbIuCJ+sttV7E+lMkBPxpCjZtKahNJEYCUgPxkFxyMkaChUIOelL0HMhBYrwv9SKyidDDsiEs2MSkkLKsh4Smu89vwj5ZrBsHPt78fDOzb+at529hjB116Flgw2Ef94wSEKaBHHDVtj8ARVtfZszawrnkWqBSqVyhroPB4AXOcdM031soAP2UZVmfcX5VFGXtX53P9/v9KahivV5/Bvsl7FudTmeju7f3Zn+/9xC+LcMwPgqCMAE9BDzgyUeAJ0ACWM1kMvPSF+lpIpGYQXiWkM/nZ5s7zXflcnndstgn8H4ATeAE1RhLpVIrv3Q9Dsd6q9W6C980IABcBPL1er234OwwizUkSXpFuZxwRhTFm7nnuVW/33/JbUbZbPZ2rVZ7HQgEQjBP8yssADEM7HG73V7hnV1E+Lm7u0x8GwsetdG4xx2qotz3/EdUVf3DV1Tw7UHNe73eYKFQCCJwcsQ7Gd8sbAaJSzmUywNTtBaqquu6360AYjeIc8AO1ijHucZHFJC/yWFsZA76Nerm7Ey+dDp9XZblMHHtnLHhGuPx+FIkEqHJXu52u4tE0DRthoZE0LQW6TGKEYe40Wg05FzjJCCCdJa2YehG1OfznRt2gk06kodfSRziAhOH7lgqlS6azIwlk0l6TMf4tEnH1RZRPFYsFi+M2tIk3vod/kiq1Wrk+/Z2mD82ivHOruK8F/8XXGJD+Q37kpq30C76ogAAABpmY1RMAAAABQAAABAAAAARAAAAAAAAAAAAZAPoAACokwyXAAACO2ZkQVQAAAAGeNqFUl9oUmEUvxgLulSvulEQEfUUrhUUDTRbrILNRdv6w2p5h92y2UuKKEGUDxU9DSSix6H0JPjgiw/RSxG+jCvBkDEctxzhEEFFYer9/Pod88Yl0w78uL/vO79zzj3fOcLfxjnfY+Ay8NhwHhIGGQTHgGXg5O8zew7+mnir1ZrgjK3iPNE3QTQaHYNoubm7+wjCfcAzSgDs1zT2Ft8PiqJc+1flo8ARUEsmsyaBeyuVyrlcLvfkx/b203q9PoW71WKx+E4UxWHwSWDmT8/A/W6/0w+93svJZHJxfmGB2hgnBAKBM9ls9lUsFltijL+H7jNv8zS+eymHye/336hWy25Kks/nr+BuFBAB3YiP1mq1l9B81TTtSyqVekGxuuCwxWK5Gg6HbzkcjrNCHwsGg5PpdPqNzWa7juMhvYUZQGaMPSgUCjf1yn1MbLZaH9ucq4j5DnwSNre27lACwubGxl3hP9ZoNNB7ewf6nWazmRa6DzVtNpudkUjECcfBAXtyYCWy4rTb7bcphmJ1xwlgEZDL5fKlfgngu0gajWv3KKZnjMqa4sJDXQC3UTVjZboLhUJ2LJKLtN0YU2eMHo9nXpKkOfDzpVJplgSqqo7RAxNU9SdxmXykIa3b7Z4zjnEEsNA20jSq5arbarUe71TCmTiCO3+pbyww3NNjIpE4zTiTfT4fzXlInw5xtDaL5HI8Hj8lDLAR7PqUviSZTEb6tr7u0pet60PlwWYy8HFCj89gvwCt8Jigk+pFgAAAABpmY1RMAAAABwAAABAAAAARAAAAAAAAAAAAZAPoAABFBd9+AAACNmZkQVQAAAAIeNqFkt+LElEUxwdj2VDq1WkpiB52H4K0FUp2oTKCCtrtx5TbwxYOTDeFLQiFlO2hpIJefPEvKCVfBLFA3EcjiCVMEVaRhWVAKglEmQeHVcfpe8wJSbQDH+Z77jn33Ln3HO5f03XdNKJvAveIf4CbZkg4ASSw8MfXfNCPh7FFTdNe4OuYWCAWi1HSw46qikichfZqKAB9sNvtPoX/OpfLXZx08nFIPp/Pe6BZs9m0l0olsVKpMEVRlrD2XJblZxaLhYc+A879vRd4ABhY8W5sXE6n0+uCIJxEeJmQJOnU9pftJ5FIxK1p+iby3oL3YIZqmAKBgFtRWhIVqdVqV7BmB2ZgGGk7/uoRcuK9TieeSCQCtNdIOMbz/NVwOHzX5XKd5SYYY8yV2dradDgcN+AeNa5wHTB6vHq9vmacPMHMqrr/DvmfwGcQ53b39tapALFbrd7j/mPtdvuDrvcLyP8G/ZEbPtSK1WpdjUajqwgcnjIn8+Vy+Y3T6VyjPbTXCCyA+4C1Wq1Lkwr0ej16+Z/9fr+Kr3esjYV8wRMMBi9Qj8EhYyNpWguFQudVVf0K/Qt8B7ODNvp8vjuiKN6GXmo0GgIVw9As0gMTsvyDNKMY5WQymZfZbPbVaBvnAE/TSN1QWopks9nmB48LnzQ2D/7SmFhwZOyOqVTKoeka8/v9t+DOGN0hjasJKM6SyeRpborNmc3ma8aQFItFsbSz4zGGbRjDydPNNKKXibHYiP0GfOKZpyi1j88AAAAaZmNUTAAAAAkAAAAQAAAAEQAAAAAAAAAAAGQD6AAAqHbuIgAAAjdmZEFUAAAACnjahVNfaFJRGJf1D4R61YaNEbkRhcoaBAsiIegPbZflWhFreMnphD2phI3ywdfFCHyJqL3IHkTByeilJ4lAEmQq+DAGQ3GIL6LckAve3Xv6fXLvkMldH/w4v++c78853/cdw2lhjI0M8DmAGzrTExhcBzzApKp7CSqfZOx4BesN3QDxeHxKlmVfTxR5GF4iTgGIi70e7a2mUqlpvczjoOZCoeAmp3a77ShXyu5ypeImTnulUukt2YBPALc153PAipppdnVt7VEmk1lyuVy3cHyPQHx3Z2c5EAg8hc1rYJ3JLIL1PMUYCYVCi4LQ8VCQer3+GHsOwAhoQtzRaDTmYfNB7IqRjY1Nus1JUa+ZzeYn0Wj0ldPpvKtXI47jZr5tbfmsVuszqBbtCRxlpoI1m82XajY9Mf7tdj/KMvsCn69AxHBweLiktetgf/+N4T+Cgn5mTN6G/TZxg1qoWZPJNBeLxWhwrpwxJ2O5XO6dzWZbIB/VVxsStgx4O53OQ70AkiRtwua3oig/sC4MtXGvsOcOh8MPwO8Dlwcy35SZ/D2bzfoFQdiF/gf4BVzst9Hv97/geZ4izrRaLRcFq1arU1RggiiKUaYozWNJ+kk2iURiPZlMvh9s46g6YePUDaEjeOx2+0S/uNCJY78G/QhYJFvg6tAb0+n0HVzVGwwGn0O9oHWHeD6f/8QU1qgd1XxndWnUaDSeDEmxWOTpL2jDZrFY5tXM+jL4Lu0v6Jz15R+RjZkDa3+g7wAAABpmY1RMAAAACwAAABAAAAARAAAAAAAAAAAAZAPoAABF4D3LAAACLmZkQVQAAAAMeNqFU99r01AUDlMRAvpoa6k4LGwPPrRUUFAqKwjdxP2y/hhjk4R1mYX6lIL10UD/gFFY9zSE7r0U+m6fNqaUQKHINlgL3WixhoYOmy4kuZ4juRAsmQc+8p17v3NOTs4J868RQsYcfA4wP3LnYii4B0gAJm1fQNh8khBjHTWuCQqFQtg0zQ1d03gQXkeOCZBrus4jR41b5XGg3mq1yqGw1+uFavUaV6vXOeR4JssyhxrgdzGGBl8BrNuVZt+nUrFSqbQSj8fvw/UTBPJisbiagjvU0NYwFnOMpdPpN/2+msDDVqs1DWchAAughjzUaDRiqPl9fi5AzBLGUsEdr9c7I0nSUjQafcS4WCQSeZjNZpf9fv9zcP20hXnMih+s0+m8pZVdjP2pKGug/wj4ZBDCM8cnJyu0p+PDw1XmP9Zut0VCTAn0EnLG/lCzHo9nLpfL4eLcvGRPPOVyeS0QCCxijB1Ll4S8Awiqqj5zSzAcDkViki8mMTdBOzUyRrkqc5lMZgr4U8ANR+UABGVxvN1uNw/+LiTagefVv2NMJpOveZ5/BfyxoihxTNZsNsPw3Ad8HQwGaWJZ33Vd30HN9vbWh3w+n3KO0Wdv2DhOo6/2E8FgcAL8X5ZlnQmCEDYMA5PtAWKoBdwe6RG27QG8qiCK4ktwr4G4CzhFXqlUPhOLHBwd/VhmLjEfy7Iv6JJcXGjfNE3bo8t2y+dboJVdzdkX/RdG7hz2Bwqhl8Rp37vgAAAAGmZjVEwAAAANAAAAEAAAABEAAAAAAAAAAABkA+gAAKgqT7EAAAIiZmRBVAAAAA542oVSQWsaQRReLKWQQ6F40C4NKb30UCiSQwMNQoVC2kKyBZM0hWTjgrYVPRTrQVoSVOgv8O6h0nqrWOgf8NCcRGrxEJQoCFbsQdkYF8Wd6ftgh0hl7Qcf+8287723M/Okf8E5d8zoLaIyF7MBDHeIQeJda/0KhMYe59MQPLYFcrncqmmaryeGoZHxGjQKQBuTiQYNj13n2yTd5XI5AGO/3/dUa9VAtVYLQGOvUqkE4CG9ghyRfIUYsjptvolGN4rF4r7f779H4XUQulAoHEQpBo/lDYk7ccTj8V1dHwQRaLfbT2jPQ1wiCkB7ms3mBjy6rgdjsdgOcoVh2e12P02n03s+n29NsoHX632QTCb34KXlLXEEBVVxYd1u94XobIOl373eLvwWFal+drYvNuqnpwfSf9BoNA7JGwahJeuiNl0u11Ymk8HgXF8wJzey2ey2LMsKcqxcMSRcxV8MBoPHdgVGo9FL8hzTcWP09cw9Y6VcCSQSiUekv6DoZSJfxi9Td6XVan0gneYmP0Iu4o5wOLyjado26YdTNv3BGOsZhvGeDN+In+nZMIV54+IiCU8qdaylUqnD2WeUrQlTGeN/mMnqkUhklXH+izN2oqrq/fF4nKf4J+IavMSbc2fsdDpvydAplUofaXmV9E8qcgJNk/jOnE7zNM7PpAWQCc/FkAyHw+/6+flXMWxOp1MRnRfBMaPXwfnYJf4C0LWYznBNwdwAAAAaZmNUTAAAAA8AAAAQAAAAEQAAAAAAAAAAAGQD6AAARbycWAAAAihmZEFUAAAAEHjahVJBiBJhFF7MiBa8pi1F0WWpPSQdCjIPQrR1GCUs8zBLLmg7pYcQL3tKhN25LgxdwpssHScLL14kO4YYwhxkYEU8NNiqy7jsgPv//r23zL9IMvbgg+/973vvzbz3lv41xphrhocBkbmYg6HgFiAJWLX9NwibrzJGUqhxLFAqle5RSrcmlrUJwkvIsQByazLZRI4ap843gfoajUYChaPRyN/SWomWpiWQ41uz2UygBvgNzOHJFwApu5MgZTLr5XJZjEajaxAOIJCrqrqRgRhqbG2Kz8SVy+VipnmUxECv13sKb37AMoAbcn+n01lHjWmayWw2+xJzueC6z+d7VigU4qFQ6IHTjILB4P18Ph9HLbjX+C9EsCoOzDCMV7yzgy3/7vdjfDtnK9YPDkT+oLfbG0v/MV3Xz/VtHfT2oASv1xtWFAUP586CO/HsKXth1GIO5vLAe0AX8IcQ8tmpwPHR8RPQSISR13hYPPkywGBTZlgn1o96vZ4B/+PsxY0ZuwL+c1mWH2uahp//jlK2db7GarW6o6rlD263O3BKyLcpY7/G4/Hbs0KUycPhUGCUyrC+FOgfSpIUT6fTsdk1rtgX9mI6ZS1ySr6LongX/K9QYF8QhDXLOpHBLwBuoxZwde4fu90uXtfPSqWyDe5F4F8oY/vIi8ViEla9W6vVHi3a0gpMOMKPZDAYfOofHir82Dwej8A7LzLXDA/YmItx+ws7dpnWNX0cvAAAABpmY1RMAAAAEQAAABAAAAARAAAAAAAAAAAAZAPoAACpvStIAAACLWZkQVQAAAASeNqFU8+LEnEUFzOKgSDw4LRs9OOyQR2koECRtMtuB13EbTPYJYfG6uBSiRDSHsQO7qHDUtGpm7XHTCL8EyrIJMFg8GCsQuyAqePBdXT89nnLTAzJ2IMPfN68z3vv+/2+N7Z/jTFmN/EQsDwVszIIzgIisKD7dwk6X2BsHCeNZYF8Pn9R07R76mAgQHiEOBUgPlBVgThprDqfBuXL5XKMhJ1Ox12tVWPVWi1GnL5VKpUYacBPUY6RfAiI652C9xOJxWKxuBaJRM4j7CUQLxQK6wnESKNr48ab2FOp1KqidEUKNJvNJXxzAxxgGHF3o9FYJI2iKGIymbxBuYbgJM/z17PZbDQQCFyxWZjP57ucyWSipIU7r19h8glVfwOd0Wj0Ve9mZdwvWV41pnMw4qGqfmYTtgdnbzgcfrH9x+r1+ppRQKpL6zb9oYIejycqSdIzmveMPTm2/WI75HK5QpRzkGtamG/AD1VVX1kV6Ha710g7ZuPbfxuBHAWqwPe+orwvlUp3wDPAvKnzcSCQTqev0i5MjREz3sSGPXY4HN59df/1hLEP/X7/psbYE4g2ZFn2MU172G63aXQeQRBWRFFcMY9xDuAxhSUkfMQ13obD4QvgL5nGtvx+/7ler/cIfgI4Q1rgxNQd8YhRCN7tvNnZgHsY/DlOsUU8l8vdwr/xAKe9NGtKc06nc9lYklar9fTn7u6msWwcxwX1zjPNbuJewlTMZH8AHPeamRiFZiAAAAAaZmNUTAAAABMAAAAQAAAAEQAAAAAAAAAAAGQD6AAARCv4oQAAAjFmZEFUAAAAFHjahVJNaBNREA4lKi7kKIlFafFgEQ+JDYhUkhIRqmDiYZviobVZ2ETBUCEgTUAxJwlIS5eK1xxyCgRjKgjeq7f8EAhLDJKeLOSHhEB2SfbnOSP7IHRNHPjgmzffzLz3ZixnjRAyN8EDgMfmmNmo4BqABywZfgRh8CVC1DBqphbIZDLLmqY9G8syB8ILyLEAcnk85pCj5l+deVVVnwJ1FIvFEAp7vZ6rWquGqrVaCDmelcvlEGqAL+BNaPJFwCmgA/j+PBpdKxQKmyzL3oTwXQTyfD6/FYUYaPzGrcL0T+aOj3+813X9Fxy0RqPRJzhzARgANeSuZrO5hsmDwYCPxWJBzKWCqz6fj61UKh9SqZTfMsU8Hs/tZDL5xOFwPAT3Cn3CEUCEG9QVRflGO08x5rTV2qDT+TtiSZKOiE7K4JQkafjF8h9rNBqbtEC9Ud+yGB/ld7vdwVKp9AYCizP2xHZweBCw2+0BzMFcGggC8oToX5WR8npagX6/fw87q0TdxsWiyeeNf/jcbrc/ZrNZ+sZLk50B3kQisYq7YBpjOp1+KQjCC6vVujKUh281QoROp3MfBCjeODn5vYxJ3W6XBf0Kx3HrPM+vT45x3tiwO0Qjh/JQfuf1em9AoV3wd5xO53VIDhudF1ELuGx6I6zxA9j/PWFf2Ab3HIhfQZEd5PF4nIVYJJfL3Zo1pXmbzeanSyKKYlQUf0bosjEM84h2nmX0XXTEAHOM2h+8YZu0q2asIAAAABpmY1RMAAAAFQAAABAAAAARAAAAAAAAAAAAZAPoAACp4YrbAAACMWZkQVQAAAAWOMtjYEAD////Z0di+wGxPxKfiQEfACqIA+LHQJwL5aeBMJSt/v//n1QgrYTTgHv37iUDFTz69+/fXSAt/vfv33SoIezff/1KBLEXL15shM3m0D9//gQCmRJfvnzZB+Q/AWquv3T1UsKlq1cT3r9/bwDSfP78+QSQGiBbHu4SkOlAfAyIzwDx6q1bt+a9evVy7Zw5c5yB0tYgHBwcrL1+/frYnJwcd6AaX6irUmFhwgTUVAN0wR6gwMnv379PB4oZADEXkiNBbIP79++DDEj79OlTSlFRUShIL0yBrJmZWcDBgweby8vL3XGFka2trVlDQ0OEhISEJ5ArA/NCHxCvA+INP378mI5mMzrgev7qVRgsdsBR/Pb9+wn///5fCuQsBQbWBAYC4Pbt2zEwA27evhnLAA0oX1VV1aBdu3aBok0cTzrhnTB5gp+4uLgfSA9UL1jCDojb/v7/2wOMxlhcBnz48MEJZPOf/3/iQQkLppkViDtABty5c6esq6vPA8j2BGI+ZJtBllRWVtqD0gJGNLa0tMSXlZXFsrCwWAGjKB6YiPIfPnxoDAokEH7w4JkRSNPbt2+DgeqtEhMTQ1JSUkKQo1EKksJ+qAMDtODzh88Z+vr6amCbgMkZxAZqToXarABSC8SSGH7ctm2bBdD2nNLSUpBNrEiZibWioiIYKJe2Zs0aQ3yxJMXFxeUDSyQXLlxIBOUFWGKDykkSimrkPG8NjypMOTAAAMmmmt+QK3ABAAAAE3RFWHRTb2Z0d2FyZQBKYXBuZyByMTE5J+izYQAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:right}.fct-pdf-viewer[dir=rtl] #findInput[data-status=pending]{background-position:left}.fct-pdf-viewer .secondaryToolbar{padding:6px;height:auto;z-index:30000}.fct-pdf-viewer[dir=ltr] .secondaryToolbar{right:4px}.fct-pdf-viewer[dir=rtl] .secondaryToolbar{left:4px}.fct-pdf-viewer #secondaryToolbarButtonContainer{max-width:200px;max-height:400px;overflow-y:auto;-webkit-overflow-scrolling:touch;margin-bottom:-4px}.fct-pdf-viewer .doorHanger,.fct-pdf-viewer .doorHangerRight{border:1px solid rgba(0,0,0,.5);border-radius:2px;box-shadow:0 1px 4px rgba(0,0,0,.3)}.fct-pdf-viewer .doorHanger:after,.fct-pdf-viewer .doorHanger:before,.fct-pdf-viewer .doorHangerRight:after,.fct-pdf-viewer .doorHangerRight:before{bottom:100%;border:solid rgba(0,0,0,0);content:" ";height:0;width:0;position:absolute;pointer-events:none}.fct-pdf-viewer .doorHanger:after,.fct-pdf-viewer .doorHangerRight:after{border-bottom-color:rgba(82,82,82,.99);border-width:8px}.fct-pdf-viewer .doorHanger:before,.fct-pdf-viewer .doorHangerRight:before{border-bottom-color:rgba(0,0,0,.5);border-width:9px}.fct-pdf-viewer[dir=ltr] .doorHanger:after,.fct-pdf-viewer[dir=rtl] .doorHangerRight:after{left:13px;margin-left:-8px}.fct-pdf-viewer[dir=ltr] .doorHanger:before,.fct-pdf-viewer[dir=rtl] .doorHangerRight:before{left:13px;margin-left:-9px}.fct-pdf-viewer[dir=rtl] .doorHanger:after,.fct-pdf-viewer[dir=ltr] .doorHangerRight:after{right:13px;margin-right:-8px}.fct-pdf-viewer[dir=rtl] .doorHanger:before,.fct-pdf-viewer[dir=ltr] .doorHangerRight:before{right:13px;margin-right:-9px}.fct-pdf-viewer #findResultsCount{background-color:#d9d9d9;color:#525252;text-align:center;padding:3px 4px}.fct-pdf-viewer #findMsg{font-style:italic;color:#a6b7d0}.fct-pdf-viewer #findInput.notFound{background-color:#f66}.fct-pdf-viewer[dir=ltr] #toolbarViewerLeft{margin-left:-1px}.fct-pdf-viewer[dir=rtl] #toolbarViewerRight{margin-right:-1px}.fct-pdf-viewer[dir=ltr] #toolbarViewerLeft,.fct-pdf-viewer[dir=rtl] #toolbarViewerRight{position:absolute;top:0;left:0}@media(min-width: 768px){html[dir=ltr] header.fct-header-regular.fct-header-has-interstitial-nav.fct-header-nav-block-count-2~main>.fct-grid-container-wrapper:first-child .fct-pdf-viewer #toolbarViewerLeft,html[dir=ltr] header.fct-header-regular.fct-header-has-interstitial-nav.fct-header-nav-block-count-3~main>.fct-grid-container-wrapper:first-child .fct-pdf-viewer #toolbarViewerLeft{left:51px}}@media(min-width: 1280px){html[dir=ltr] header.fct-header-regular.fct-header-has-interstitial-nav.fct-header-nav-block-count-2~main>.fct-grid-container-wrapper:first-child .fct-pdf-viewer #toolbarViewerLeft,html[dir=ltr] header.fct-header-regular.fct-header-has-interstitial-nav.fct-header-nav-block-count-3~main>.fct-grid-container-wrapper:first-child .fct-pdf-viewer #toolbarViewerLeft{left:66px}}.fct-pdf-viewer[dir=ltr] #toolbarViewerRight,.fct-pdf-viewer[dir=rtl] #toolbarViewerLeft{position:absolute;top:0;right:0}@media(min-width: 768px){html[dir=rtl] header.fct-header-regular.fct-header-has-interstitial-nav.fct-header-nav-block-count-2~main>.fct-grid-container-wrapper:first-child .fct-pdf-viewer #toolbarViewerRight,html[dir=rtl] header.fct-header-regular.fct-header-has-interstitial-nav.fct-header-nav-block-count-3~main>.fct-grid-container-wrapper:first-child .fct-pdf-viewer #toolbarViewerRight{right:51px}}@media(min-width: 1280px){html[dir=rtl] header.fct-header-regular.fct-header-has-interstitial-nav.fct-header-nav-block-count-2~main>.fct-grid-container-wrapper:first-child .fct-pdf-viewer #toolbarViewerRight,html[dir=rtl] header.fct-header-regular.fct-header-has-interstitial-nav.fct-header-nav-block-count-3~main>.fct-grid-container-wrapper:first-child .fct-pdf-viewer #toolbarViewerRight{right:66px}}.fct-pdf-viewer[dir=ltr] #toolbarViewerLeft>*,.fct-pdf-viewer[dir=ltr] #toolbarViewerMiddle>*,.fct-pdf-viewer[dir=ltr] #toolbarViewerRight>*,.fct-pdf-viewer[dir=ltr] .findbar>*{position:relative;float:left}.fct-pdf-viewer[dir=rtl] #toolbarViewerLeft>*,.fct-pdf-viewer[dir=rtl] #toolbarViewerMiddle>*,.fct-pdf-viewer[dir=rtl] #toolbarViewerRight>*,.fct-pdf-viewer[dir=rtl] .findbar>*{position:relative;float:right}.fct-pdf-viewer[dir=ltr] .splitToolbarButton{margin:3px 2px 4px 0;display:inline-block}.fct-pdf-viewer[dir=rtl] .splitToolbarButton{margin:3px 0 4px 2px;display:inline-block}.fct-pdf-viewer[dir=ltr] .splitToolbarButton>.toolbarButton{border-radius:0;float:left}.fct-pdf-viewer[dir=rtl] .splitToolbarButton>.toolbarButton{border-radius:0;float:right}.fct-pdf-viewer .toolbarButton,.fct-pdf-viewer .secondaryToolbarButton,.fct-pdf-viewer .overlayButton{border:0 none;background:none;width:32px;height:25px}.fct-pdf-viewer .toolbarButton>span{display:inline-block;width:0;height:0;overflow:hidden}.fct-pdf-viewer .toolbarButton[disabled],.fct-pdf-viewer .secondaryToolbarButton[disabled],.fct-pdf-viewer .overlayButton[disabled]{opacity:.5}.fct-pdf-viewer .toolbarButton.group{margin-right:0}.fct-pdf-viewer .splitToolbarButton.toggled .toolbarButton{margin:0}.fct-pdf-viewer .splitToolbarButton:hover>.toolbarButton,.fct-pdf-viewer .splitToolbarButton:focus>.toolbarButton,.fct-pdf-viewer .splitToolbarButton.toggled>.toolbarButton,.fct-pdf-viewer .toolbarButton.textButton{background-color:rgba(0,0,0,.12);background-image:linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));background-clip:padding-box;border:1px solid rgba(0,0,0,.35);border-color:rgba(0,0,0,.32) rgba(0,0,0,.38) rgba(0,0,0,.42);box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 0 1px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.05);-webkit-transition-property:background-color,border-color,box-shadow;-webkit-transition-duration:150ms;-webkit-transition-timing-function:ease;transition-property:background-color,border-color,box-shadow;transition-duration:150ms;transition-timing-function:ease}.fct-pdf-viewer .splitToolbarButton>.toolbarButton:hover,.fct-pdf-viewer .splitToolbarButton>.toolbarButton:focus,.fct-pdf-viewer .dropdownToolbarButton:hover,.fct-pdf-viewer .overlayButton:hover,.fct-pdf-viewer .overlayButton:focus,.fct-pdf-viewer .toolbarButton.textButton:hover,.fct-pdf-viewer .toolbarButton.textButton:focus{background-color:rgba(0,0,0,.2);box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 0 1px rgba(255,255,255,.15) inset,0 0 1px rgba(0,0,0,.05);z-index:199}.fct-pdf-viewer .splitToolbarButton>.toolbarButton{position:relative}.fct-pdf-viewer[dir=ltr] .splitToolbarButton>.toolbarButton:first-child,.fct-pdf-viewer[dir=rtl] .splitToolbarButton>.toolbarButton:last-child{position:relative;margin:0;margin-right:-1px;border-top-left-radius:2px;border-bottom-left-radius:2px;border-right-color:rgba(0,0,0,0)}.fct-pdf-viewer[dir=ltr] .splitToolbarButton>.toolbarButton:last-child,.fct-pdf-viewer[dir=rtl] .splitToolbarButton>.toolbarButton:first-child{position:relative;margin:0;margin-left:-1px;border-top-right-radius:2px;border-bottom-right-radius:2px;border-left-color:rgba(0,0,0,0)}.fct-pdf-viewer .splitToolbarButtonSeparator{padding:8px 0;width:1px;background-color:rgba(0,0,0,.5);z-index:99;box-shadow:0 0 0 1px rgba(255,255,255,.08);display:inline-block;margin:5px 0}.fct-pdf-viewer[dir=ltr] .splitToolbarButtonSeparator{float:left}.fct-pdf-viewer[dir=rtl] .splitToolbarButtonSeparator{float:right}.fct-pdf-viewer .splitToolbarButton:hover>.splitToolbarButtonSeparator,.fct-pdf-viewer .splitToolbarButton.toggled>.splitToolbarButtonSeparator{padding:12px 0;margin:1px 0;box-shadow:0 0 0 1px rgba(255,255,255,.03);-webkit-transition-property:padding;-webkit-transition-duration:10ms;-webkit-transition-timing-function:ease;transition-property:padding;transition-duration:10ms;transition-timing-function:ease}.fct-pdf-viewer .toolbarButton,.fct-pdf-viewer .dropdownToolbarButton,.fct-pdf-viewer .secondaryToolbarButton,.fct-pdf-viewer .overlayButton{min-width:16px;padding:2px 6px 0;border:1px solid rgba(0,0,0,0);border-radius:2px;color:rgba(255,255,255,.8);font-size:12px;line-height:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:default;-webkit-transition-property:background-color,border-color,box-shadow;-webkit-transition-duration:150ms;-webkit-transition-timing-function:ease;transition-property:background-color,border-color,box-shadow;transition-duration:150ms;transition-timing-function:ease}.fct-pdf-viewer[dir=ltr] .toolbarButton,.fct-pdf-viewer[dir=ltr] .overlayButton,.fct-pdf-viewer[dir=ltr] .dropdownToolbarButton{margin:3px 2px 4px 0}.fct-pdf-viewer[dir=rtl] .toolbarButton,.fct-pdf-viewer[dir=rtl] .overlayButton,.fct-pdf-viewer[dir=rtl] .dropdownToolbarButton{margin:3px 0 4px 2px}.fct-pdf-viewer .toolbarButton:hover,.fct-pdf-viewer .toolbarButton:focus,.fct-pdf-viewer .dropdownToolbarButton,.fct-pdf-viewer .overlayButton,.fct-pdf-viewer .secondaryToolbarButton:hover,.fct-pdf-viewer .secondaryToolbarButton:focus{background-color:rgba(0,0,0,.12);background-image:linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));background-clip:padding-box;border:1px solid rgba(0,0,0,.35);border-color:rgba(0,0,0,.32) rgba(0,0,0,.38) rgba(0,0,0,.42);box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 0 1px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.05)}.fct-pdf-viewer .toolbarButton:hover:active,.fct-pdf-viewer .overlayButton:hover:active,.fct-pdf-viewer .dropdownToolbarButton:hover:active,.fct-pdf-viewer .secondaryToolbarButton:hover:active{background-color:rgba(0,0,0,.2);background-image:linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));border-color:rgba(0,0,0,.35) rgba(0,0,0,.4) rgba(0,0,0,.45);box-shadow:0 1px 1px rgba(0,0,0,.1) inset,0 0 1px rgba(0,0,0,.2) inset,0 1px 0 rgba(255,255,255,.05);-webkit-transition-property:background-color,border-color,box-shadow;-webkit-transition-duration:10ms;-webkit-transition-timing-function:linear;transition-property:background-color,border-color,box-shadow;transition-duration:10ms;transition-timing-function:linear}.fct-pdf-viewer .toolbarButton.toggled,.fct-pdf-viewer .splitToolbarButton.toggled>.toolbarButton.toggled,.fct-pdf-viewer .secondaryToolbarButton.toggled{background-color:rgba(0,0,0,.3);background-image:linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));border-color:rgba(0,0,0,.4) rgba(0,0,0,.45) rgba(0,0,0,.5);box-shadow:0 1px 1px rgba(0,0,0,.1) inset,0 0 1px rgba(0,0,0,.2) inset,0 1px 0 rgba(255,255,255,.05);-webkit-transition-property:background-color,border-color,box-shadow;-webkit-transition-duration:10ms;-webkit-transition-timing-function:linear;transition-property:background-color,border-color,box-shadow;transition-duration:10ms;transition-timing-function:linear}.fct-pdf-viewer .toolbarButton.toggled:hover:active,.fct-pdf-viewer .splitToolbarButton.toggled>.toolbarButton.toggled:hover:active,.fct-pdf-viewer .secondaryToolbarButton.toggled:hover:active{background-color:rgba(0,0,0,.4);border-color:rgba(0,0,0,.4) rgba(0,0,0,.5) rgba(0,0,0,.55);box-shadow:0 1px 1px rgba(0,0,0,.2) inset,0 0 1px rgba(0,0,0,.3) inset,0 1px 0 rgba(255,255,255,.05)}.fct-pdf-viewer .dropdownToolbarButton{width:120px;max-width:120px;padding:0;overflow:hidden;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAMklEQVR4AWMYSPD//39+IF4AotElWIB4LRA/g9IsyJJLwBIIvIR8NxAylrCDML0ygAAAMdZbs0uKR4sAAAAASUVORK5CYII=) no-repeat}.fct-pdf-viewer[dir=ltr] .dropdownToolbarButton{background-position:95%}.fct-pdf-viewer[dir=rtl] .dropdownToolbarButton{background-position:5%}.fct-pdf-viewer .dropdownToolbarButton>select{min-width:140px;font-size:12px;color:#f2f2f2;margin:0;padding:3px 2px 2px;border:none;background:rgba(0,0,0,0)}.fct-pdf-viewer .dropdownToolbarButton>select>option{background:#3d3d3d}.fct-pdf-viewer #customScaleOption{display:none}.fct-pdf-viewer #pageWidthOption{border-bottom:1px rgba(255,255,255,.5) solid}.fct-pdf-viewer[dir=ltr] .splitToolbarButton:first-child,.fct-pdf-viewer[dir=ltr] .toolbarButton:first-child,.fct-pdf-viewer[dir=rtl] .splitToolbarButton:last-child,.fct-pdf-viewer[dir=rtl] .toolbarButton:last-child{margin-left:4px}.fct-pdf-viewer[dir=ltr] .splitToolbarButton:last-child,.fct-pdf-viewer[dir=ltr] .toolbarButton:last-child,.fct-pdf-viewer[dir=rtl] .splitToolbarButton:first-child,.fct-pdf-viewer[dir=rtl] .toolbarButton:first-child{margin-right:4px}.fct-pdf-viewer .toolbarButtonSpacer{width:10px;display:inline-block;height:1px}.fct-pdf-viewer .toolbarButtonFlexibleSpacer{-webkit-box-flex:1;-moz-box-flex:1;min-width:30px}.fct-pdf-viewer[dir=ltr] #findPrevious{margin-left:3px}.fct-pdf-viewer[dir=ltr] #findNext{margin-right:3px}.fct-pdf-viewer[dir=rtl] #findPrevious{margin-right:3px}.fct-pdf-viewer[dir=rtl] #findNext{margin-left:3px}.fct-pdf-viewer .toolbarButton::before,.fct-pdf-viewer .secondaryToolbarButton::before{position:absolute;display:inline-block;top:4px;left:7px}.fct-pdf-viewer[dir=ltr] .secondaryToolbarButton::before{left:4px}.fct-pdf-viewer[dir=rtl] .secondaryToolbarButton::before{right:4px}.fct-pdf-viewer[dir=ltr] .toolbarButton#sidebarToggle::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAqElEQVR4Aa3QoQrCUBSH8W/3JdZtIqgPZPIxVoaGYVpcNwoGm0bBRxh2rZchw7C0e64Xxk7RYdn/FwYL34Fr+DMD/uxfAy4e42FBM2AOBmiR4ykpkgKJVr3tBqEFAwgyu2VlViL+2ksPSIABHG7aAODQ+Tcu6E4EAOgX6P5rAbSgG6cw5onJV2GJFiRYswuEu9rrQ9kHQk0VCJWqEfu0GEucR+lvcR7zAZWDlG3B7eMJAAAAAElFTkSuQmCC)}.fct-pdf-viewer[dir=rtl] .toolbarButton#sidebarToggle::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAqElEQVR4Aa3QsQrCMBSF4b95ic6Ogii+j5tvURARpDh17Oysg6OODr5Bcdc1iNSlU3PjBWkoaHHp+SBwl3Mghj8x4I/+2eHkMR4mVB3GYIAaWa+iWQNJ8iTfHxBqMIAgix3nQNIiLUYXRGEAh/MvTwMHMKxw6jOhWglXrZoGWglXjw39TEy/GgaEBlFbroGwUfPwUfaGUPIIBH0pEXu3GEucRcvf4izmDdM6lG3Ge8CEAAAAAElFTkSuQmCC)}.fct-pdf-viewer[dir=ltr] .toolbarButton#secondaryToolbarToggle::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAuklEQVR4AWOgC/g/6f87IJzxn/E/ChsCQUj9wZr/T/4/+7/2PzMyG6IAQmjdWfH/wf/H/zf+Z0VmQxWAKc3bi//f+X/v/9b/nMhskAK4kpvz/1//f+vfjv+8KOz/cPh82v9L/y993H5Y8DASm+EwFP7v+X/5/7nXG5StGFiQ2TCv9v4////kixUSZgxMyGyYdN//0/+PPlnEZcTAiMyGSTf+P/H/4M3JrAZAaSQ2IijVGRyAUBOFTUUAAJfJtuAkOL6dAAAAAElFTkSuQmCC)}.fct-pdf-viewer[dir=rtl] .toolbarButton#secondaryToolbarToggle::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAvUlEQVR4AbXKMStFcRjH8e8fd6AMNrvhdhmUwWDyKrwM78GORbFKd7gDSSlWSZGirkEH3W45nZTJG/ClTk89u/y+y6eeh/9fCVg4YAPos0m2bZMe21iPT+hm086OZ747Hg1Yyo7ztOeOfHvts5gd59nvS198rg7pZRO7nvu6cOiw2W+yiWBqYe3z1Aef3M6WNoSJ+dWPgXc+upNtPAhlZqU+8sZ7d7ONB6F0lqs9r7x1K1uQiB7rv3WB5L/vBxKxq3emJYX0AAAAAElFTkSuQmCC)}.fct-pdf-viewer[dir=ltr] .toolbarButton.findPrevious::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAjklEQVR4AZXQQQrCMBCF4XemOYGXFRGKUiLqXgQXguBCECqKiEJS8AjPSYqQVEfwfZsM/VfFn+OSKJXngvdfwZw3Xu1gph8vyggczzwlj4x7BzUbHr9oumCqz4MhBk/HvSkGkFBzZwCYknbC7SdfecAnEF9xE2GQEWSTMOZa2X9SkxFXdtAlw4BS/xT09gKZSB1vHAHV0gAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=rtl] .toolbarButton.findPrevious::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElEQVR4AZXK0QrBUADG8e+VeAIvK6lFM+FeKxdKuVCriZaoHXUe4c8mndOxnfL9Lr+//h4b5BOhO+t4UHFjFQuubxVLP1jw8JxbFzIXlBQdStJvcOpRMP8Exz42s5IVh24m1VDN6oT9r+esvdsNNHLYNerE3cHIyc2095bYmknklsw4ekvh/QJ0p+zwlWugAwAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=ltr] .toolbarButton.findNext::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElEQVR4AZXK0QrBUADG8e+VeAIvK6lFM+FeKxdKuVCriZaoHXUe4c8mndOxnfL9Lr+//h4b5BOhO+t4UHFjFQuubxVLP1jw8JxbFzIXlBQdStJvcOpRMP8Exz42s5IVh24m1VDN6oT9r+esvdsNNHLYNerE3cHIyc2095bYmknklsw4ekvh/QJ0p+zwlWugAwAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=rtl] .toolbarButton.findNext::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAjklEQVR4AZXQQQrCMBCF4XemOYGXFRGKUiLqXgQXguBCECqKiEJS8AjPSYqQVEfwfZsM/VfFn+OSKJXngvdfwZw3Xu1gph8vyggczzwlj4x7BzUbHr9oumCqz4MhBk/HvSkGkFBzZwCYknbC7SdfecAnEF9xE2GQEWSTMOZa2X9SkxFXdtAlw4BS/xT09gKZSB1vHAHV0gAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=ltr] .toolbarButton.pageUp::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAvUlEQVR4AZXPMcrCQBDF8WksLHMCz2Bh6YfgLSwtvIp4BFsLWwmRxMJGVFAQBAshEPkkBNEDJE2K54PssktcC/ObZtg/hJEfP6xIbAJbhAdF34IQGVLKELqCJZ/uSsqtFgT4x83gFtiBjwRxTQJfBwuuV4eYLyKctvSEcDG4E1/sD2fDfebJ0nQE5Q4HLe/kUuFozzn2WjEppMLRpgNssFWO6H/8Qrzx8DUr18yIyQieCVTCw7rqxD9pSUPkDcScIefy5+KaAAAAAElFTkSuQmCC)}.fct-pdf-viewer[dir=rtl] .toolbarButton.pageUp::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAvElEQVR4AZXPsQqCUBQG4LO0tPkEPYNDYxH0Fq1B7+IjuDa0hhja0CIVFARBQyAYhkjYA9Ti8Hcu3FtHs6HzXdDD/y+H/hwsGUkEKcSNhb8KAXJkLEfQVFhwdNUy3moFHykuQgpfFjwkiGsSeKYw5/XcIOaEVMemgYLTB++MEzk4Cg1XtHEQvguPLnZGuSnJeP88HWyNYlaQoT8YYo+1Frkjlwx+sDDhOFLK1X3qjMmiyrSoQ319WI/savwCFqcUYX4BpYQAAAAASUVORK5CYII=)}.fct-pdf-viewer[dir=ltr] .toolbarButton.pageDown::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAtUlEQVR4AY3KQQqCQBTG8QdBJ6hFq+7gCTpEB4k6ULQQEUQYqBNI0CIIWgRFgZSFONLehX3F1PON2aL5LebB96c/HrqYIMXdSDDHACQIRG3qT8e4IHm54vZI7YS/zsHFmRWLglh1zIaIWXksiVXHqIeThZgcLeyFHYidqAcKsbG1xIYyATlaYdOkFTn0eU4eYl2XhzKbJAuwElnAs5VoH8s37duznXiIEGlP5mbialfmn8n3/ATF/vfFQRwIrAAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=rtl] .toolbarButton.pageDown::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAuUlEQVR4AZXNQQqCUBAG4IGgExS06w6ewEN0CpfRfcKFiCDCgzqBBC2CoEVQEURZiE/at6i/eqNM9to0H7wB/1+G/hq4mCDD1cgxQhdEEO4jxwVnZC+n8ZD61G78f5viWNsG1LEO3Hc41PyBT4yXgb3weh4xXgY2glpkD9YfqPZ+VHV5JaovyhTI0QpLm1bkUDVOmWDRVCYSm0oRYy6KuBFzRUeYMR3ZMVdCpEh1KLFdCXQg8c/Kd/wEpa7Tl74c1pkAAAAASUVORK5CYII=)}.fct-pdf-viewer .toolbarButton.zoomOut::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAH0lEQVR4AWMYUeD/OyyQAQSBCAwvYUIUBQwOWOAwAgBbHjPhdhuBHAAAAABJRU5ErkJggg==)}.fct-pdf-viewer .toolbarButton.zoomIn::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAT0lEQVR4AWOgO/j/DggZkCHLf1QV39C1sKDx/5CsgBFqxWMo/wsQ80DZssgmvAcRGGyEAsY8qC/6gOwifN48CYRo3qTUFwyoBjI4ACGVAQCo9CsjniAahgAAAABJRU5ErkJggg==)}.fct-pdf-viewer .toolbarButton.presentationMode::before,.fct-pdf-viewer .secondaryToolbarButton.presentationMode::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAABCElEQVQoU2NgIAz+v4PCOrhIHUwMwn0CgpfmMijB9ShdnA0RhSh4BILfjvwXhpvA920PRBTCfXBp1sfD/x/+OwBR8p/v3/b/j76cvDzn/wOwgtOTGVTcnD4c/H/vRzqI/z3p//3Px0M8GVSBMhAbgZjVzWlHE4MMmC+1pxUozQ6VgQNWqDQIyIKlSQT/ef8Hwdlh/4WQpdJB0v/W/L/6PxIqffXfFpCS/+kQBRf/5/5b9f/Mp60NeiB+jsb7Df9P/9v8v+D/RYiCo//P/T/5abO/O9RprPaO79f9PwkUPQpRcBgEzzQjuZz1dANEFKLgIBie/J8Md1Xy/1MQUQjfAQrl4CbIwcUYAPaYrBx6Om1JAAAAAElFTkSuQmCC)}.fct-pdf-viewer .toolbarButton.print::before,.fct-pdf-viewer .secondaryToolbarButton.print::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAyElEQVR4AY3KPUrFQBwE8DmB7yrPjwNsZ5fgEVLoPYJ4glSp0gS01MKPNkWIhbAQQQhEDAvZIoX9VuM/T2GXEILzKwaGwT/DZ34vvBAz8Je9uYLyri9pw8MjDXYIc0TDJ38wHIiFgcYfPgVCfgPvObITZ0Tg9LCNfIDUx8EXTWD4WzuwZRtfnMfSq0AteqHXgW/bwNdtmG5Zs7Zln0N5fW7LeZ/ugGOoNGGTRRkCEZs0gcIJ5riCFTXfA5qVKxwc4AT2UCv2kPwAqYMzfmNZRdYAAAAASUVORK5CYII=)}.fct-pdf-viewer .toolbarButton.openFile::before,.fct-pdf-viewer .secondaryToolbarButton.openFile::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA7klEQVR4AWMgAvzf8f8dFG79z/mfARWCiGf/n0AgkDUFm4JHSPDp/9dI8AZYQUc6LtiX3AdUcB5oNG54m+H15v83YfDbyYqE4thvJxEin/Yz3J/2/xoEfjuW6M/Ay8CT6P/tGEzs6TKGK+X/L4Hgt0NAaU6wvzmBSg5BRO90M5yK+X8eBGsjINIQJXWRENFzeQwH3f6fAUGgl27D/A5k3YCIHg1m2G/y/wQMwhQgRA7aMexQ+X8UBmEKECKbtBmWifw/DIeiYGkJhMh0MYZVPH/2/j8IgUB3XwbCizD+790MLAwMTAx2DA44oC0DAwCk10GIXjh5bAAAAABJRU5ErkJggg==)}.fct-pdf-viewer .toolbarButton.download::before,.fct-pdf-viewer .secondaryToolbarButton.download::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAyklEQVR4AY2OPcrCQBCGp/rwFOm0s1Cw38JetM8VtBC8kN7BRvwlJEVAsRAsBBE1bOMJPnacybgMWSycB5J5330SFn4anOOrAuAIQZDXE+8VAC0rKtwCuClwqMI1oAOGiPQOl4AHFoz+4Sx0e/xlf+CzCicB/oCn5rMKR4H3MEuxF3gPsxQ55uMYDPgxk5g7FTLM/tcY0SZEbsWdCgmRuuVHadBxyp0Ku5LELbCOTdzQkTResFMqCaoOdLWtJDuzYAHKRwvMF9pA8wZo2jQOEsdXZgAAAABJRU5ErkJggg==)}.fct-pdf-viewer .toolbarButton.bookmark,.fct-pdf-viewer .secondaryToolbarButton.bookmark{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none;padding-top:4px;text-decoration:none}.fct-pdf-viewer .secondaryToolbarButton.bookmark{padding-top:5px}.fct-pdf-viewer .bookmark[href="#"]{opacity:.5;pointer-events:none}.fct-pdf-viewer .toolbarButton.bookmark::before,.fct-pdf-viewer .secondaryToolbarButton.bookmark::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAdUlEQVR4AWNiIADgCv6/Q4MMEMgEYzB8Q4UYJjD8Q4VkKPiLCjEV/EGFdDCBXCuuHL10FI8VF46bTDObduE4dhP+HT9oMZ3hJsNNi+nHD2IJqGMHreb8vPWTAQhvWc05dvAYAwQywRjW8xjuwU27Zz3PmgECAe+KjXnOyJ3KAAAAAElFTkSuQmCC)}.fct-pdf-viewer #viewThumbnail.toolbarButton::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAgElEQVR4AY3QMQoCUQyE4bmSnsC7aqUHeLYigoWwtcWCiCzEgFeYJWyK8KZY81fflMEfx8ZfdibYOYaJn2yiOIZ3SRzDqySOYSyJQXwbn0veHN4ZDmywy7YA1KvHI8fsRLBzDAMf2UBxDPeSOIZbSRzDtSQGYXteluxgsM6wlT/MpbU5LLzvS6wAAAAASUVORK5CYII=)}.fct-pdf-viewer[dir=ltr] #viewOutline.toolbarButton::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAeUlEQVR4AZ3QLa4CQRQF4drSYwXslcEwKAg/BhI8FoHAkeC67w6KVpMRN6Hz6tvAyaEjT56lKQmQuMQ1CHwnQPhjAcAy0ZU799J8EiBxiGMQ+Ez8d0OeG0dpXjPgpI51W6l4nwEn6ZauHFxL80iAlFUZCgVvid8/fAHeVdGNCJHufQAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=rtl] #viewOutline.toolbarButton::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAeElEQVR4Aa3QLQ4CQRAF4boSnIC7shgWBeHHQILHIhA4EtzM3KBos8mKJqygvudn0kzIkiAcPQniK4G0c7s0iC0SETPmTMp3grB1J4iPBNL27fCvPzxHCGt7GSDeRpDa101lEPv29vS8JwidK0G8JpCyLF2B8uMOH2P50U1FXwBpAAAAAElFTkSuQmCC)}.fct-pdf-viewer #viewAttachments.toolbarButton::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAABR0lEQVQoU2NgIAf8V/y/5f+l//v/G6JLCP93AJKa/85syGKwnBr379x/HhTpfwc+tP7X/Ht2ViqDCFCA/8ma7w7I0vtvzZzi+uf05GQGQbAI4+fdW00Q0ntvTZ/g/ufkpCQGgf+G/4v+M/2verKYgQsmvfvm1D63f8cmJ4Kk/xxf4fm/4tMafYgj/wv+23l7crfLvyOTEoDSBn+ONkV9rPm8Xs2MgQms4PeER3PY1X7NW5YFkv53qDHyU9XX9SbWUOn/zH/PdngyMLyafyvqv+WfAw0Rnyq/rgVKs0Cd95jz/8nTQLuKXb8t/72qOvxDxbdNNjZwaSBgerv6SymQ5mIwZDD6VPZtvb0jsjQQTI76d/J/9X/j/0b/u7+tc3BgYGVAA4JtiV9W/D///9STCbb2mNJgJQzG4i4cDgya2KUhgImBEZswAJoflq/YNGGGAAAAAElFTkSuQmCC)}.fct-pdf-viewer #viewFind.toolbarButton::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA/ElEQVQYGZ3Bv0oCAQDH8d8QNCrkJm0NTunQmGtYtPQCprj1AG05mDnW2hM4BKVjCkXYP5SDAz0kRQfxEHuCrPPu26J4UQ31+Uh/Q4ISAwaU2dZ3HDHGZsgQmzHH+ootbLdXyW/s7O5V8m4Pm4T8JiX61ZzCWtKywtc5+pOy/FyLTiqimVSEjmvJzzFpd8Kaqa/Qdkz5vV7SfMto5iNNc3wlv8dDTK9FkgABkl4L8yKjBaLTBgYGFl26WBjmqUKaI+o1qE/vq9lR0ak5tVHx/EBrmmOdZ56md4W0VhVTXHHFFNKCd8ODc3uSUlA/ezl7rxT2FdSvItpUUP/zCZK2jEiR7TfaAAAAAElFTkSuQmCC)}.fct-pdf-viewer .secondaryToolbarButton{position:relative;margin:0 0 4px 0;padding:3px 0 1px 0;height:auto;min-height:25px;width:auto;min-width:100%;white-space:normal}.fct-pdf-viewer[dir=ltr] .secondaryToolbarButton{padding-left:24px;text-align:left}.fct-pdf-viewer[dir=rtl] .secondaryToolbarButton{padding-right:24px;text-align:right}.fct-pdf-viewer[dir=ltr] .secondaryToolbarButton.bookmark{padding-left:27px}.fct-pdf-viewer[dir=rtl] .secondaryToolbarButton.bookmark{padding-right:27px}.fct-pdf-viewer[dir=ltr] .secondaryToolbarButton>span{padding-right:4px}.fct-pdf-viewer[dir=rtl] .secondaryToolbarButton>span{padding-left:4px}.fct-pdf-viewer .secondaryToolbarButton.firstPage::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAeklEQVR4Ab3QMQrCQBCF4XeleAIPG0IgBIKNNiksDGyRQCxSWFvr3uB3CoVh2bUS3zflX43+Mo48Ck5I6Dlyz4tjlOwq7Qt2SsfByBPewM0MpaBn42o2+lzQsbK8rXRp0DITnJnWBw2BSyLQfIKaiXPGRI3Etz9U+sFeCRHTFn0D2H0AAAAASUVORK5CYII=)}.fct-pdf-viewer .secondaryToolbarButton.lastPage::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAdklEQVR4Ab2KMQ4CIRRE50pyAg8r1hQkFD/ZhCtQaGNhYUf4VxiJW/yQhW7jvOnew19GoS4QAv1OMz9HNMNhX082vkd0M/1LmvBlNDFtSeJzpyXTQ1IjC0uNpo9JqMH0NJloej4W3AkQemOeo16B/guuCxxO2BfBzaOmkrmwkQAAAABJRU5ErkJggg==)}.fct-pdf-viewer .secondaryToolbarButton.rotateCcw::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAABL0lEQVQYGX3BMUsCAQCG4Q/ERWiIFKIl2lqCCsGhIjdb6gc0ReP5AwRHtwZdHQqCphqCopqMQrGIosNIODBE5TwcotoSOro3NC0J7HkkESOm/9DEkQiSJE+LFnmSBPULG5str0aLJjY2TVpejTX1UadOk4ZzlDGmY9OxjOEc0cBhVd+oUqV6ldaMRuWTT6OauUpT9SqMqYMKFSrUcThW36R9yJObUMfzGRYWFtbbqX7srWO1c+qaU1RRRRXVvH5sTlD+fNRwxREe3FsN976A+XaiDoIkSOuP9g53Zkodl+PeNSaGBmBw/5HfmFWXf9egiEmWCAECRMhiUtw15FdPaDvunnNDiTJlSty459txhTQgtLhSSL0eeBdu7mW/kFpcUUh/+DWlsJa1pLCm5FfPF2y8twFXnqBPAAAAAElFTkSuQmCC)}.fct-pdf-viewer .secondaryToolbarButton.rotateCw::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAABLklEQVQYGXXBMUsCAQCG4Q/CRWgQ7iBaos0lqAhcjNxs8Q80ReP1AwpHmxp0bSgImmoIDKRFKRSLIDqMhANDNO4OIahGIeneuLKSwOeRxiJNWn8wyFKlR48qWQwJD18/yAQdeni4uHj0gg67uLj6RgafJ79YsOLpeLpg+UWe8OjSVQgjaNG+ymtOMU1oQjHNXeVp06at0GCbR/dUMxriDJ8uLVq0FOqXcY7W9OuthIODg/N8rtDHA82Naf1ZUEoppZTSokIfNvf1SY33VsLuJzWevcNt/0D/kGcLQ6H1+fcqd1gagYUdXF9O6Uvk0KKOzR4JokRJsIdN/dBSREPm/uagwg0NmjRpcDOo7G/K1AgzuVrLvZ4EF4Pyy3Etl1yVqX8imtWSVrSsJc0qoqFPwkO3DEU3peQAAAAASUVORK5CYII=)}.fct-pdf-viewer .secondaryToolbarButton.handTool::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA9ElEQVR4AW3Kv0oDQRSF8SMiWNoEUouVYGEnPoCNtTC1YOdriG+QkNpKIeWoKGIQUVwjcWOIfxbEIFjYBBY3wibc42WiMOtkf8sHwz0ofjziMeEDiz4UuKqCgeWh9l1BeuyFA3fi+DRx8KqKXeSSP0hUoXIjLwLILz4rv9N8lCd/0FVev8rs5s0c4BZrXCHYVjXXN2pHdbbzSAfZATtyz3m2VMd17IGtQWMAVI3c8m5k2QxlpxmAuatdRvqMQqlNgRSlhc99Xk/Sr/cB/ac214ZnvAzFOzEQK8zubfPiv29rlg1gnFI5qcg5G3+GJ0llYx0zwA8FCV8jvkyzWwAAAABJRU5ErkJggg==)}.fct-pdf-viewer .secondaryToolbarButton.documentProperties::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAABWklEQVQYGU3BwUrCAAAG4H8Mdgn00K2Ll0p2EHKeuvYMHrp26EEqcOCI6u5lBUKaBUUkEYKBMJg6obAOQUFibnWwghzW9qc2R98HBBinRoM99mhQYxz/UaLq2+y5N93z7rl7w55vU6WEP5RYZPf1amMdy0gggeWt9dcrdnlECWNehs93ejSFCKai0dSdzmcvA4BxPjnlWRkCRnjKM4wJs7JT5iMX4Wb5sLcKARP9i/4F/gh7q3xwsxhUvwxEMJWEgqnIwBhU4d2+HCLEY54gZJe8W/iWnUeIbbYReit81/F+6VYRokULIff6vYz2LptUEGCddQSosHm/A3XFN4Z5iphwCk4RExSHed9QV4CZ5jZNblHEWBIKRihyk2ZzGzMAYnJHp8kDLiHAJPdpdvSYjAlhTmlk/RpbrDDHHCts+bWGNqdAQEDA/Fra0j5L/vVP5ePI0tbSWICAkV+DHsfDVCx2KwAAAABJRU5ErkJggg==)}.fct-pdf-viewer .verticalToolbarSeparator{display:block;padding:8px 0;margin:8px 4px;width:1px;background-color:rgba(0,0,0,.5);box-shadow:0 0 0 1px rgba(255,255,255,.08)}.fct-pdf-viewer[dir=ltr] .verticalToolbarSeparator{margin-left:2px}.fct-pdf-viewer[dir=rtl] .verticalToolbarSeparator{margin-right:2px}.fct-pdf-viewer .horizontalToolbarSeparator{display:block;margin:0 0 4px 0;height:1px;width:100%;background-color:rgba(0,0,0,.5);box-shadow:0 0 0 1px rgba(255,255,255,.08)}.fct-pdf-viewer .toolbarField{padding:3px 6px;margin:4px 0 4px 0;border:1px solid rgba(0,0,0,0);border-radius:2px;background-color:rgba(255,255,255,.09);background-image:linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));background-clip:padding-box;border:1px solid rgba(0,0,0,.35);border-color:rgba(0,0,0,.32) rgba(0,0,0,.38) rgba(0,0,0,.42);box-shadow:0 1px 0 rgba(0,0,0,.05) inset,0 1px 0 rgba(255,255,255,.05);color:#f2f2f2;font-size:12px;line-height:14px;outline-style:none;transition-property:background-color,border-color,box-shadow;transition-duration:150ms;transition-timing-function:ease}.fct-pdf-viewer .toolbarField[type=checkbox]{display:inline-block;margin:8px 0px}.fct-pdf-viewer .toolbarField.pageNumber{-moz-appearance:textfield;min-width:16px;text-align:right;width:40px}.fct-pdf-viewer .toolbarField.pageNumber.visiblePageIsLoading{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAACGFjVEwAAAAMAAAAAEy9LREAAAAaZmNUTAAAAAAAAAAQAAAAEQAAAAAAAAAAAGQD6AAAM7xH0AAAAixJREFUeNqFUk2IEmEYHowKBrpEoS1JsYc6eNA26NBiS0uwRK39uG1LtLQTjutBkpw9qIewTh0399ohEJFAMPbepQ7RDyjCCosHxQUzQdARd0Cd+Xpemg8GS3vg4X3eef+G732FcTDGjlv0R/CzxbcJ04CEe+B38Okf3ziA/mXGLjI2kmFnJzYol8trSPhqGMYX2FOwdQMNoE9rg4EEG0yn03P/mrwE3oB0dDqd99A/hsOhcqgdftI07ZuuD19RcaFQ2KAc6HPgLC8+xnRGRXkwlc1m5fpB/W0qlVpAeJ7o9/td+Xx+PRwO06BlagbK/E1smUwmMhoM3jGD5fr9/kt884AiyEHaU61Wl6hYVdVANBp9QLU8welyuXy7H3a3QqHQojABXq/3SjKZXHM4HDfhnhUIOtO30PWNrus7vV7vhTltEsSfrdYq/YXJO0Kz2YpBvCY2G4248B9UKpXHvMF+ZX9dMB9q2el03sUDPkLg5JQ7ObG9s+2z2+0+qqFaHvCAz0Cl2+3emtQAK16kySM2ekKHxYuPYI3PYSOlUklOJBLXoa/RNOtk+haPxxfoFv5aYyQSeSjL8ir01Xa77aeEWq02R49ErNUapIMUoxxJklYCgcCKdY0z5oWdxzY21Y4acLvdF6iIwSeNYpl8yqFc8IwwDlzbZaw1qCjKfbhH+WuTjsVifjQP5nK5S8IUzIiieJsfSbFYlEp7exv82MwYJk+HzaLnieMxK34DT9WZqdJAhVAAAAAaZmNUTAAAAAEAAAAQAAAAEQAAAAAAAAAAAGQD6AAAqM+tBAAAAitmZEFUAAAAAnjahVJBaBNBFF2iRVhQBA/ZFiXiQY+pVkSssaUIKtpIbKs9WM3qZiV4ahYkuZRQimC8FHJIrlJQD4HoPQfxkENBNhRbqCFkD2KgNrBuaAtJdsf3cQcWY+KHx7w///3/Z/6M8LcxxoY8/A3w3uMfEQYZBBPAWyD8x3c+g6+7sZjjOAZWuW+B8nr5JgRrtm2vYT3OHOcTFQBOABvA93q9Hv9X54vtdnsMVGo0Gq/pFPAXzF/mu1ar9bHT6WjYM/YP9suiKA6DB4AzPPkws9kK1leM2YvZbPbB1tbX5XQ6fRnhcUIul5vc/bn7oVQqvYBuGlCBGOCjGr5MJhM92NtbwsbLZrMZw94oIALciI/i+Dco2bIsJZFIzFEuF5wKBAK38/n800gkclXoY6FQ6BJONi9J0i24J90rdOdRdRGD09D9Ce/cx8TGzs59OoWLu8K3Wk0GeU6ogQv/sWq1+pAX2K5uLwjuoKb9fn8YAwwjcGzAPzm6ml0Nk5ZyKJcHzgGPANU0zev9CiA2RZou6z6mHJ58CIhRQP+iR5PJ5CT4Nerm7Ux7qVRqQtf1aM8zxuPxOVmWZ8GvYJAzJDAM4wINiWAYP4irFCMNaRVFmfU+4wggQXQar/HMMi0lGAyepSQGnzj9D/JJQ1pguOeOxWJxzGa2qmnaPbhDfNrEcbUZFFcLhcJ5YYCN4K/f4Z+kUqnIG5ubUf7Z3Bg6Dzafh4+76Ilx+w2UJZls1j53fgAAABpmY1RMAAAAAwAAABAAAAARAAAAAAAAAAAAZAPoAABFWX7tAAACLGZkQVQAAAAEeNqFU01oE1EQDvUPFqrHbIuCJ+sttV7E+lMkBPxpCjZtKahNJEYCUgPxkFxyMkaChUIOelL0HMhBYrwv9SKyidDDsiEs2MSkkLKsh4Smu89vwj5ZrBsHPt78fDOzb+at529hjB116Flgw2Ef94wSEKaBHHDVtj8ARVtfZszawrnkWqBSqVyhroPB4AXOcdM031soAP2UZVmfcX5VFGXtX53P9/v9KahivV5/Bvsl7FudTmeju7f3Zn+/9xC+LcMwPgqCMAE9BDzgyUeAJ0ACWM1kMvPSF+lpIpGYQXiWkM/nZ5s7zXflcnndstgn8H4ATeAE1RhLpVIrv3Q9Dsd6q9W6C980IABcBPL1er234OwwizUkSXpFuZxwRhTFm7nnuVW/33/JbUbZbPZ2rVZ7HQgEQjBP8yssADEM7HG73V7hnV1E+Lm7u0x8GwsetdG4xx2qotz3/EdUVf3DV1Tw7UHNe73eYKFQCCJwcsQ7Gd8sbAaJSzmUywNTtBaqquu6360AYjeIc8AO1ijHucZHFJC/yWFsZA76Nerm7Ey+dDp9XZblMHHtnLHhGuPx+FIkEqHJXu52u4tE0DRthoZE0LQW6TGKEYe40Wg05FzjJCCCdJa2YehG1OfznRt2gk06kodfSRziAhOH7lgqlS6azIwlk0l6TMf4tEnH1RZRPFYsFi+M2tIk3vod/kiq1Wrk+/Z2mD82ivHOruK8F/8XXGJD+Q37kpq30C76ogAAABpmY1RMAAAABQAAABAAAAARAAAAAAAAAAAAZAPoAACokwyXAAACO2ZkQVQAAAAGeNqFUl9oUmEUvxgLulSvulEQEfUUrhUUDTRbrILNRdv6w2p5h92y2UuKKEGUDxU9DSSix6H0JPjgiw/RSxG+jCvBkDEctxzhEEFFYer9/Pod88Yl0w78uL/vO79zzj3fOcLfxjnfY+Ay8NhwHhIGGQTHgGXg5O8zew7+mnir1ZrgjK3iPNE3QTQaHYNoubm7+wjCfcAzSgDs1zT2Ft8PiqJc+1flo8ARUEsmsyaBeyuVyrlcLvfkx/b203q9PoW71WKx+E4UxWHwSWDmT8/A/W6/0w+93svJZHJxfmGB2hgnBAKBM9ls9lUsFltijL+H7jNv8zS+eymHye/336hWy25Kks/nr+BuFBAB3YiP1mq1l9B81TTtSyqVekGxuuCwxWK5Gg6HbzkcjrNCHwsGg5PpdPqNzWa7juMhvYUZQGaMPSgUCjf1yn1MbLZaH9ucq4j5DnwSNre27lACwubGxl3hP9ZoNNB7ewf6nWazmRa6DzVtNpudkUjECcfBAXtyYCWy4rTb7bcphmJ1xwlgEZDL5fKlfgngu0gajWv3KKZnjMqa4sJDXQC3UTVjZboLhUJ2LJKLtN0YU2eMHo9nXpKkOfDzpVJplgSqqo7RAxNU9SdxmXykIa3b7Z4zjnEEsNA20jSq5arbarUe71TCmTiCO3+pbyww3NNjIpE4zTiTfT4fzXlInw5xtDaL5HI8Hj8lDLAR7PqUviSZTEb6tr7u0pet60PlwWYy8HFCj89gvwCt8Jigk+pFgAAAABpmY1RMAAAABwAAABAAAAARAAAAAAAAAAAAZAPoAABFBd9+AAACNmZkQVQAAAAIeNqFkt+LElEUxwdj2VDq1WkpiB52H4K0FUp2oTKCCtrtx5TbwxYOTDeFLQiFlO2hpIJefPEvKCVfBLFA3EcjiCVMEVaRhWVAKglEmQeHVcfpe8wJSbQDH+Z77jn33Ln3HO5f03XdNKJvAveIf4CbZkg4ASSw8MfXfNCPh7FFTdNe4OuYWCAWi1HSw46qikichfZqKAB9sNvtPoX/OpfLXZx08nFIPp/Pe6BZs9m0l0olsVKpMEVRlrD2XJblZxaLhYc+A879vRd4ABhY8W5sXE6n0+uCIJxEeJmQJOnU9pftJ5FIxK1p+iby3oL3YIZqmAKBgFtRWhIVqdVqV7BmB2ZgGGk7/uoRcuK9TieeSCQCtNdIOMbz/NVwOHzX5XKd5SYYY8yV2dradDgcN+AeNa5wHTB6vHq9vmacPMHMqrr/DvmfwGcQ53b39tapALFbrd7j/mPtdvuDrvcLyP8G/ZEbPtSK1WpdjUajqwgcnjIn8+Vy+Y3T6VyjPbTXCCyA+4C1Wq1Lkwr0ej16+Z/9fr+Kr3esjYV8wRMMBi9Qj8EhYyNpWguFQudVVf0K/Qt8B7ODNvp8vjuiKN6GXmo0GgIVw9As0gMTsvyDNKMY5WQymZfZbPbVaBvnAE/TSN1QWopks9nmB48LnzQ2D/7SmFhwZOyOqVTKoeka8/v9t+DOGN0hjasJKM6SyeRpborNmc3ma8aQFItFsbSz4zGGbRjDydPNNKKXibHYiP0GfOKZpyi1j88AAAAaZmNUTAAAAAkAAAAQAAAAEQAAAAAAAAAAAGQD6AAAqHbuIgAAAjdmZEFUAAAACnjahVNfaFJRGJf1D4R61YaNEbkRhcoaBAsiIegPbZflWhFreMnphD2phI3ywdfFCHyJqL3IHkTByeilJ4lAEmQq+DAGQ3GIL6LckAve3Xv6fXLvkMldH/w4v++c78853/cdw2lhjI0M8DmAGzrTExhcBzzApKp7CSqfZOx4BesN3QDxeHxKlmVfTxR5GF4iTgGIi70e7a2mUqlpvczjoOZCoeAmp3a77ShXyu5ypeImTnulUukt2YBPALc153PAipppdnVt7VEmk1lyuVy3cHyPQHx3Z2c5EAg8hc1rYJ3JLIL1PMUYCYVCi4LQ8VCQer3+GHsOwAhoQtzRaDTmYfNB7IqRjY1Nus1JUa+ZzeYn0Wj0ldPpvKtXI47jZr5tbfmsVuszqBbtCRxlpoI1m82XajY9Mf7tdj/KMvsCn69AxHBweLiktetgf/+N4T+Cgn5mTN6G/TZxg1qoWZPJNBeLxWhwrpwxJ2O5XO6dzWZbIB/VVxsStgx4O53OQ70AkiRtwua3oig/sC4MtXGvsOcOh8MPwO8Dlwcy35SZ/D2bzfoFQdiF/gf4BVzst9Hv97/geZ4izrRaLRcFq1arU1RggiiKUaYozWNJ+kk2iURiPZlMvh9s46g6YePUDaEjeOx2+0S/uNCJY78G/QhYJFvg6tAb0+n0HVzVGwwGn0O9oHWHeD6f/8QU1qgd1XxndWnUaDSeDEmxWOTpL2jDZrFY5tXM+jL4Lu0v6Jz15R+RjZkDa3+g7wAAABpmY1RMAAAACwAAABAAAAARAAAAAAAAAAAAZAPoAABF4D3LAAACLmZkQVQAAAAMeNqFU99r01AUDlMRAvpoa6k4LGwPPrRUUFAqKwjdxP2y/hhjk4R1mYX6lIL10UD/gFFY9zSE7r0U+m6fNqaUQKHINlgL3WixhoYOmy4kuZ4juRAsmQc+8p17v3NOTs4J868RQsYcfA4wP3LnYii4B0gAJm1fQNh8khBjHTWuCQqFQtg0zQ1d03gQXkeOCZBrus4jR41b5XGg3mq1yqGw1+uFavUaV6vXOeR4JssyhxrgdzGGBl8BrNuVZt+nUrFSqbQSj8fvw/UTBPJisbiagjvU0NYwFnOMpdPpN/2+msDDVqs1DWchAAughjzUaDRiqPl9fi5AzBLGUsEdr9c7I0nSUjQafcS4WCQSeZjNZpf9fv9zcP20hXnMih+s0+m8pZVdjP2pKGug/wj4ZBDCM8cnJyu0p+PDw1XmP9Zut0VCTAn0EnLG/lCzHo9nLpfL4eLcvGRPPOVyeS0QCCxijB1Ll4S8Awiqqj5zSzAcDkViki8mMTdBOzUyRrkqc5lMZgr4U8ANR+UABGVxvN1uNw/+LiTagefVv2NMJpOveZ5/BfyxoihxTNZsNsPw3Ad8HQwGaWJZ33Vd30HN9vbWh3w+n3KO0Wdv2DhOo6/2E8FgcAL8X5ZlnQmCEDYMA5PtAWKoBdwe6RG27QG8qiCK4ktwr4G4CzhFXqlUPhOLHBwd/VhmLjEfy7Iv6JJcXGjfNE3bo8t2y+dboJVdzdkX/RdG7hz2Bwqhl8Rp37vgAAAAGmZjVEwAAAANAAAAEAAAABEAAAAAAAAAAABkA+gAAKgqT7EAAAIiZmRBVAAAAA542oVSQWsaQRReLKWQQ6F40C4NKb30UCiSQwMNQoVC2kKyBZM0hWTjgrYVPRTrQVoSVOgv8O6h0nqrWOgf8NCcRGrxEJQoCFbsQdkYF8Wd6ftgh0hl7Qcf+8287723M/Okf8E5d8zoLaIyF7MBDHeIQeJda/0KhMYe59MQPLYFcrncqmmaryeGoZHxGjQKQBuTiQYNj13n2yTd5XI5AGO/3/dUa9VAtVYLQGOvUqkE4CG9ghyRfIUYsjptvolGN4rF4r7f779H4XUQulAoHEQpBo/lDYk7ccTj8V1dHwQRaLfbT2jPQ1wiCkB7ms3mBjy6rgdjsdgOcoVh2e12P02n03s+n29NsoHX632QTCb34KXlLXEEBVVxYd1u94XobIOl373eLvwWFal+drYvNuqnpwfSf9BoNA7JGwahJeuiNl0u11Ymk8HgXF8wJzey2ey2LMsKcqxcMSRcxV8MBoPHdgVGo9FL8hzTcWP09cw9Y6VcCSQSiUekv6DoZSJfxi9Td6XVan0gneYmP0Iu4o5wOLyjado26YdTNv3BGOsZhvGeDN+In+nZMIV54+IiCU8qdaylUqnD2WeUrQlTGeN/mMnqkUhklXH+izN2oqrq/fF4nKf4J+IavMSbc2fsdDpvydAplUofaXmV9E8qcgJNk/jOnE7zNM7PpAWQCc/FkAyHw+/6+flXMWxOp1MRnRfBMaPXwfnYJf4C0LWYznBNwdwAAAAaZmNUTAAAAA8AAAAQAAAAEQAAAAAAAAAAAGQD6AAARbycWAAAAihmZEFUAAAAEHjahVJBiBJhFF7MiBa8pi1F0WWpPSQdCjIPQrR1GCUs8zBLLmg7pYcQL3tKhN25LgxdwpssHScLL14kO4YYwhxkYEU8NNiqy7jsgPv//r23zL9IMvbgg+/973vvzbz3lv41xphrhocBkbmYg6HgFiAJWLX9NwibrzJGUqhxLFAqle5RSrcmlrUJwkvIsQByazLZRI4ap843gfoajUYChaPRyN/SWomWpiWQ41uz2UygBvgNzOHJFwApu5MgZTLr5XJZjEajaxAOIJCrqrqRgRhqbG2Kz8SVy+VipnmUxECv13sKb37AMoAbcn+n01lHjWmayWw2+xJzueC6z+d7VigU4qFQ6IHTjILB4P18Ph9HLbjX+C9EsCoOzDCMV7yzgy3/7vdjfDtnK9YPDkT+oLfbG0v/MV3Xz/VtHfT2oASv1xtWFAUP586CO/HsKXth1GIO5vLAe0AX8IcQ8tmpwPHR8RPQSISR13hYPPkywGBTZlgn1o96vZ4B/+PsxY0ZuwL+c1mWH2uahp//jlK2db7GarW6o6rlD263O3BKyLcpY7/G4/Hbs0KUycPhUGCUyrC+FOgfSpIUT6fTsdk1rtgX9mI6ZS1ySr6LongX/K9QYF8QhDXLOpHBLwBuoxZwde4fu90uXtfPSqWyDe5F4F8oY/vIi8ViEla9W6vVHi3a0gpMOMKPZDAYfOofHir82Dwej8A7LzLXDA/YmItx+ws7dpnWNX0cvAAAABpmY1RMAAAAEQAAABAAAAARAAAAAAAAAAAAZAPoAACpvStIAAACLWZkQVQAAAASeNqFU8+LEnEUFzOKgSDw4LRs9OOyQR2koECRtMtuB13EbTPYJYfG6uBSiRDSHsQO7qHDUtGpm7XHTCL8EyrIJMFg8GCsQuyAqePBdXT89nnLTAzJ2IMPfN68z3vv+/2+N7Z/jTFmN/EQsDwVszIIzgIisKD7dwk6X2BsHCeNZYF8Pn9R07R76mAgQHiEOBUgPlBVgThprDqfBuXL5XKMhJ1Ox12tVWPVWi1GnL5VKpUYacBPUY6RfAiI652C9xOJxWKxuBaJRM4j7CUQLxQK6wnESKNr48ab2FOp1KqidEUKNJvNJXxzAxxgGHF3o9FYJI2iKGIymbxBuYbgJM/z17PZbDQQCFyxWZjP57ucyWSipIU7r19h8glVfwOd0Wj0Ve9mZdwvWV41pnMw4qGqfmYTtgdnbzgcfrH9x+r1+ppRQKpL6zb9oYIejycqSdIzmveMPTm2/WI75HK5QpRzkGtamG/AD1VVX1kV6Ha710g7ZuPbfxuBHAWqwPe+orwvlUp3wDPAvKnzcSCQTqev0i5MjREz3sSGPXY4HN59df/1hLEP/X7/psbYE4g2ZFn2MU172G63aXQeQRBWRFFcMY9xDuAxhSUkfMQ13obD4QvgL5nGtvx+/7ler/cIfgI4Q1rgxNQd8YhRCN7tvNnZgHsY/DlOsUU8l8vdwr/xAKe9NGtKc06nc9lYklar9fTn7u6msWwcxwX1zjPNbuJewlTMZH8AHPeamRiFZiAAAAAaZmNUTAAAABMAAAAQAAAAEQAAAAAAAAAAAGQD6AAARCv4oQAAAjFmZEFUAAAAFHjahVJNaBNREA4lKi7kKIlFafFgEQ+JDYhUkhIRqmDiYZviobVZ2ETBUCEgTUAxJwlIS5eK1xxyCgRjKgjeq7f8EAhLDJKeLOSHhEB2SfbnOSP7IHRNHPjgmzffzLz3ZixnjRAyN8EDgMfmmNmo4BqABywZfgRh8CVC1DBqphbIZDLLmqY9G8syB8ILyLEAcnk85pCj5l+deVVVnwJ1FIvFEAp7vZ6rWquGqrVaCDmelcvlEGqAL+BNaPJFwCmgA/j+PBpdKxQKmyzL3oTwXQTyfD6/FYUYaPzGrcL0T+aOj3+813X9Fxy0RqPRJzhzARgANeSuZrO5hsmDwYCPxWJBzKWCqz6fj61UKh9SqZTfMsU8Hs/tZDL5xOFwPAT3Cn3CEUCEG9QVRflGO08x5rTV2qDT+TtiSZKOiE7K4JQkafjF8h9rNBqbtEC9Ud+yGB/ld7vdwVKp9AYCizP2xHZweBCw2+0BzMFcGggC8oToX5WR8npagX6/fw87q0TdxsWiyeeNf/jcbrc/ZrNZ+sZLk50B3kQisYq7YBpjOp1+KQjCC6vVujKUh281QoROp3MfBCjeODn5vYxJ3W6XBf0Kx3HrPM+vT45x3tiwO0Qjh/JQfuf1em9AoV3wd5xO53VIDhudF1ELuGx6I6zxA9j/PWFf2Ab3HIhfQZEd5PF4nIVYJJfL3Zo1pXmbzeanSyKKYlQUf0bosjEM84h2nmX0XXTEAHOM2h+8YZu0q2asIAAAABpmY1RMAAAAFQAAABAAAAARAAAAAAAAAAAAZAPoAACp4YrbAAACMWZkQVQAAAAWOMtjYEAD////Z0di+wGxPxKfiQEfACqIA+LHQJwL5aeBMJSt/v//n1QgrYTTgHv37iUDFTz69+/fXSAt/vfv33SoIezff/1KBLEXL15shM3m0D9//gQCmRJfvnzZB+Q/AWquv3T1UsKlq1cT3r9/bwDSfP78+QSQGiBbHu4SkOlAfAyIzwDx6q1bt+a9evVy7Zw5c5yB0tYgHBwcrL1+/frYnJwcd6AaX6irUmFhwgTUVAN0wR6gwMnv379PB4oZADEXkiNBbIP79++DDEj79OlTSlFRUShIL0yBrJmZWcDBgweby8vL3XGFka2trVlDQ0OEhISEJ5ArA/NCHxCvA+INP378mI5mMzrgev7qVRgsdsBR/Pb9+wn///5fCuQsBQbWBAYC4Pbt2zEwA27evhnLAA0oX1VV1aBdu3aBok0cTzrhnTB5gp+4uLgfSA9UL1jCDojb/v7/2wOMxlhcBnz48MEJZPOf/3/iQQkLppkViDtABty5c6esq6vPA8j2BGI+ZJtBllRWVtqD0gJGNLa0tMSXlZXFsrCwWAGjKB6YiPIfPnxoDAokEH7w4JkRSNPbt2+DgeqtEhMTQ1JSUkKQo1EKksJ+qAMDtODzh88Z+vr6amCbgMkZxAZqToXarABSC8SSGH7ctm2bBdD2nNLSUpBNrEiZibWioiIYKJe2Zs0aQ3yxJMXFxeUDSyQXLlxIBOUFWGKDykkSimrkPG8NjypMOTAAAMmmmt+QK3ABAAAAE3RFWHRTb2Z0d2FyZQBKYXBuZyByMTE5J+izYQAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:1px}.fct-pdf-viewer .toolbarField.pageNumber::-webkit-inner-spin-button,.fct-pdf-viewer .toolbarField.pageNumber::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fct-pdf-viewer .toolbarField:hover{background-color:rgba(255,255,255,.11);border-color:rgba(0,0,0,.4) rgba(0,0,0,.43) rgba(0,0,0,.45)}.fct-pdf-viewer .toolbarField:focus{background-color:rgba(255,255,255,.15);border-color:rgba(77,184,255,.8) rgba(77,184,255,.85) rgba(77,184,255,.9)}.fct-pdf-viewer .toolbarLabel{min-width:16px;padding:3px 6px 3px 2px;margin:4px 2px 4px 0;border:1px solid rgba(0,0,0,0);border-radius:2px;color:#d9d9d9;font-size:12px;line-height:14px;text-align:left;-webkit-user-select:none;-moz-user-select:none;cursor:default}.fct-pdf-viewer #thumbnailView{position:absolute;width:120px;top:0;bottom:0;padding:10px 40px 0;overflow:auto;-webkit-overflow-scrolling:touch;box-sizing:content-box}.fct-pdf-viewer .thumbnail{float:left;margin-bottom:5px}.fct-pdf-viewer #thumbnailView>a:last-of-type>.thumbnail{margin-bottom:10px}.fct-pdf-viewer #thumbnailView>a:last-of-type>.thumbnail:not([data-loaded]){margin-bottom:9px}.fct-pdf-viewer .thumbnail:not([data-loaded]){border:1px dashed rgba(255,255,255,.5);margin:-1px -1px 4px -1px}.fct-pdf-viewer .thumbnailImage{border:1px solid rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,.5),0 2px 8px rgba(0,0,0,.3);opacity:.8;z-index:99;background-color:#fff;background-clip:content-box}.fct-pdf-viewer .thumbnailSelectionRing{border-radius:2px;padding:7px}.fct-pdf-viewer a:focus>.thumbnail>.thumbnailSelectionRing>.thumbnailImage,.fct-pdf-viewer .thumbnail:hover>.thumbnailSelectionRing>.thumbnailImage{opacity:.9}.fct-pdf-viewer a:focus>.thumbnail>.thumbnailSelectionRing,.fct-pdf-viewer .thumbnail:hover>.thumbnailSelectionRing{background-color:rgba(255,255,255,.15);background-image:linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));background-clip:padding-box;box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 0 1px rgba(255,255,255,.2) inset,0 0 1px rgba(0,0,0,.2);color:rgba(255,255,255,.9)}.fct-pdf-viewer .thumbnail.selected>.thumbnailSelectionRing>.thumbnailImage{box-shadow:0 0 0 1px rgba(0,0,0,.5);opacity:1}.fct-pdf-viewer .thumbnail.selected>.thumbnailSelectionRing{background-color:rgba(255,255,255,.3);background-image:linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));background-clip:padding-box;box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 0 1px rgba(255,255,255,.1) inset,0 0 1px rgba(0,0,0,.2);color:#fff}.fct-pdf-viewer #outlineView,.fct-pdf-viewer #attachmentsView{position:absolute;width:192px;top:0;bottom:0;overflow:auto;-webkit-overflow-scrolling:touch;-webkit-user-select:none;-moz-user-select:none}.fct-pdf-viewer #outlineView{padding:4px 4px 0}.fct-pdf-viewer #attachmentsView{padding:3px 4px 0}.fct-pdf-viewer[dir=ltr] .outlineWithDeepNesting>.outlineItem,.fct-pdf-viewer[dir=ltr] .outlineItem>.outlineItems{margin-left:20px}.fct-pdf-viewer[dir=rtl] .outlineWithDeepNesting>.outlineItem,.fct-pdf-viewer[dir=rtl] .outlineItem>.outlineItems{margin-right:20px}.fct-pdf-viewer .outlineItem>a,.fct-pdf-viewer .attachmentsItem>button{text-decoration:none;display:inline-block;min-width:95%;min-width:calc(100% - 4px);height:auto;margin-bottom:1px;border-radius:2px;color:rgba(255,255,255,.8);font-size:13px;line-height:15px;-moz-user-select:none;white-space:normal}.fct-pdf-viewer .attachmentsItem>button{border:0 none;background:none;cursor:pointer;width:100%}.fct-pdf-viewer[dir=ltr] .outlineItem>a{padding:2px 0 5px 4px}.fct-pdf-viewer[dir=ltr] .attachmentsItem>button{padding:2px 0 3px 7px;text-align:left}.fct-pdf-viewer[dir=rtl] .outlineItem>a{padding:2px 4px 5px 0}.fct-pdf-viewer[dir=rtl] .attachmentsItem>button{padding:2px 7px 3px 0;text-align:right}.fct-pdf-viewer .outlineItemToggler{position:relative;height:0;width:0;color:rgba(255,255,255,.5)}.fct-pdf-viewer .outlineItemToggler::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAARElEQVR4AWMgDrzofXEGBbYxvBB7cQhJYPcLAZC6MCQhN4hWphfzoQJ9CPNUX5wACux/IYpsSTZQyB/VXrYXFS8YIWwAuoI/FPk23zUAAAAASUVORK5CYII=);display:inline-block;position:absolute}.fct-pdf-viewer[dir=ltr] .outlineItemToggler.outlineItemsHidden::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAAR0lEQVQI12NgYHgx6YUSAyp4cebFyRc1L0RQhUDw0IukF+yoQiC45YXvCyZUIRAsQhVa/8IRWeP+FzEvWJFtLH8hgGwjmrsAP6JHRnPnejIAAAAASUVORK5CYII=)}.fct-pdf-viewer[dir=rtl] .outlineItemToggler.outlineItemsHidden::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAVklEQVR4AWN48eIFLqwExJNAbGySIkBcA8QngfgMuiJ2IE4C4kNQyTPIipiA2BeItyAkMBUV4ZA8g26dIxCvx6cIhlmBOAaI9+NWhMACQFyO5jvC4QQA24X45k/VhhIAAAAASUVORK5CYII=)}.fct-pdf-viewer .outlineItemToggler.outlineItemsHidden~.outlineItems{display:none}.fct-pdf-viewer[dir=ltr] .outlineItemToggler{float:left}.fct-pdf-viewer[dir=rtl] .outlineItemToggler{float:right}.fct-pdf-viewer[dir=ltr] .outlineItemToggler::before{right:4px}.fct-pdf-viewer[dir=rtl] .outlineItemToggler::before{left:4px}.fct-pdf-viewer .outlineItemToggler:hover,.fct-pdf-viewer .outlineItemToggler:hover+a,.fct-pdf-viewer .outlineItemToggler:hover~.outlineItems,.fct-pdf-viewer .outlineItem>a:hover,.fct-pdf-viewer .attachmentsItem>button:hover{background-color:rgba(255,255,255,.02);background-image:linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));background-clip:padding-box;box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 0 1px rgba(255,255,255,.2) inset,0 0 1px rgba(0,0,0,.2);border-radius:2px;color:rgba(255,255,255,.9)}.fct-pdf-viewer .outlineItem.selected{background-color:rgba(255,255,255,.08);background-image:linear-gradient(hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0));background-clip:padding-box;box-shadow:0 1px 0 rgba(255,255,255,.05) inset,0 0 1px rgba(255,255,255,.1) inset,0 0 1px rgba(0,0,0,.2);color:#fff}.fct-pdf-viewer .noResults{font-size:12px;color:rgba(255,255,255,.8);font-style:italic;cursor:default}.fct-pdf-viewer ::selection{background:rgba(0,0,255,.3)}.fct-pdf-viewer ::-moz-selection{background:rgba(0,0,255,.3)}.fct-pdf-viewer #errorWrapper{background:none repeat scroll 0 0 #f55;color:#fff;left:0;position:absolute;right:0;z-index:1000;padding:3px;font-size:.8em}.fct-pdf-viewer .loadingInProgress #errorWrapper{top:37px}.fct-pdf-viewer #errorMessageLeft{float:left}.fct-pdf-viewer #errorMessageRight{float:right}.fct-pdf-viewer #errorMoreInfo{background-color:#fff;color:#000;padding:3px;margin:3px;width:98%}.fct-pdf-viewer .overlayButton{width:auto;margin:3px 4px 2px 4px !important;padding:2px 6px 3px 6px}.fct-pdf-viewer #overlayContainer{display:table;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:40000}.fct-pdf-viewer #overlayContainer>*{overflow:auto;-webkit-overflow-scrolling:touch}.fct-pdf-viewer #overlayContainer>.container{display:table-cell;vertical-align:middle;text-align:center}.fct-pdf-viewer #overlayContainer>.container>.dialog{display:inline-block;padding:15px;border-spacing:4px;color:#d9d9d9;font-size:12px;line-height:14px;background-color:#474747;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAArlBMVEUAAAAsLCwYGBgyMjIuLi4UFBQlJSUcHBw0NDQ/Pz8nJycaGhowMDAhISEfHx8pKSk2NjYjIyM5OTkNDQ07OzsWFhY9PT1BQUFGRkYRERFKSkpISEgPDw8LCwsHBwdMTEwJCQlEREQEBAROTk5XV1dRUVFeXl4CAgJVVVVcXFxTU1NZWVlgYGBiYmJpaWltbW1kZGRxcXFmZmZvb292dnZ4eHhra2uFhYV0dHR6enon69kAAAAAOnRSTlMPDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8PDw8Pfl6gHwAACDhJREFUeAGFlwWW9EgSgyOZ0cxVhqKGf5bo/hfbRwPNJ/CzQvqkBKiye2kHPr5ArjdxfiLSE05rAUDMeEvtUk81SswxNnR3EMdDLfr0N8SU8mrbK5h4vHWhx63U+tiNbhmXIle5HJ9NGkOVRZXRdDSMDmM2C4gBuGTFcMBq1TAhSAAceQdsxuaxzgz2810+FqsDVbcLShlpWED95h7jCk5zNwcqNnKhDUpJaQ/nkhObBzztEArQpn9urrFoZEF6e3KtePtDvb9UHnUtvURv4Qpig/KpFBUvH6w5K935tTzBeFueS8maLgGhVCfgBZlPzYhRvXpG0z+jrvARBgPSEHiv2/vPfKLbG90hwIwkQOHhFU4QzKChg2OOihQn6Hw4mVkxpNhz17jtqsU91drmwFhTVp2XGUinYRZ1K8aSW1AOtYnXea9sHKoucQ6lZhEemKo+tUCH++ImfR5J3ZSSW6ygQ+4kgVzjF3JLjFBbAzRVGwvRK1bHU7iwPpvSyAt0cAOTBjIt/ImezuswX2hdsH8afgFV8OXxJOpBKKpKz1Ed46V0hdOu6eRhpACRBJS0x+WchsbCtW38GRk0nLd8nv814gBc96bijYDg6isY/Pe9SgdtgdWsBzG4QOH5KnzbYVZX50ugvb4JW0c6QRIcZGSVvdviCktZVgvCDYHruaTFiKCccvtc8A3g37yoT6pmvuQ+ljfWgCsqMVvhkMd79voeCQF+npdeYicni1ZxnVE8nQsmKwzreLMWsdyCbQDNhhW/YnQoIk1nLxaFJtuSi3W7Hk5dkwo9R/SkGb8GHwwqa1hbARp12LR5jjMikClnVWtG6R56n3CoDCJl7bg5NorS6ExibR9YKK4lqagAe2sULmWqbyNWz5gQep4mESKyJtW+gPJOPWmh40VDRAOkwgjPjvSb3MKsowUp03Zw2g8JDWdVdHfHJqOvK5LNVfC5k+k1oPoYWTKqnKWCPb7yBwwSjy/enkqA8V+JRKzgDCPCoVpy6nC40onjvAywr37Znyu+06ecjBi9tKqmbbD1qw60+U8BjxMXWQaEh7BZSzwu9KTgqZSLOD33rsBP07GjJaSycIBuXd9cJEwPkoKTStkdum6lJQbfHkAjsH5Ik+upX1k9vgKY+PlxM4YpUBRdBnKzICpUvdRh/UdPJvGrMr+u3YNWmSC6lCWi/T6p+gm1YLtL0o/EDiQlmxzuqxrDHBN9PM6Cx01RD5aPjJxx0dhurRsC/jPM2TnzZkpDw6kEPkzMyWXoKnG/iKwA3RGTfWnU4BBdBT15vMrpJHNFdUEqsakKwqK9qE8+nBzQ3ozkPh3S24kjQrUpDk+I4gI8LliX8CnnzpJ/F4jvNSx5KRE+jRpBQ7zqHJCBTmoYl27EqWBhB9dCWdAWTuWJTRfX/tZkhF3rX7K3AQg2yI884tK7fq8aDsmyRteqW60xFsy8Y2CADV8XfMWwlJ+eRhc6lonYrYkwohFOOsfG0jSIK7JqaKSquQaO/cb5GGct0nXscjbNUUt87wW9FeGVTqnnWnw09/twCCYAIN1paYE9Y/EuHPBe9YYpfPlHO+L1liMweK/6h6upn7g9Fq3oFSorXFcdjQX88tHCGjRx6cgjfHQ/J8EteU9TCCqLj+5/mx74FHR/AWWY6UK2Tc0Cikdd3yYYjf0LKOH32FLjdo7nDvdgcGhft57SWcj699h+FXv4yiC/GwwsljDz/b/0dKJdYJUrh2RO8XeDwd+0C5lXX1r+TiJCKqjCZRdp/+igLdidsZnBUyYMgcegiWjItaJTKAuXaylrfd6sB8rYiTFa05XAkGlRclBjn9tUdXDOEBBtgoGPCX9LiBDVidhsY6Ch4bK37i0h4JO+fNO3UxwRYwZgRggxGFrM3/Qt/BUeVWFskPBYjb8aVvq6Pu1/hcdn8IHP6uqvdXcsPUSiibgILCnyrZnXv9YdvKGHPM7rExml+e2A4RduOgJv6PEJfeAx/rZ4TU4RQkMIxAsqaBzZ8uvv2uuSbF/4C9Z5WV4eMsFPC2Q1L37VUPsWhs8UhSS+3yj2/v1GAUecFTTX5ia0TLArpplDB4epKWOzQxVScT5f0RB4a1pc9s6eBXBHIUuxN+W7dH+kg1Tk3gu7DJtIMXykA3y2i1SCuOpuIr68fraL/rqrIBt7lOZ/i+Y15RpWFM2arbenWUNEu9Rdo+PNmB0BmPbsRn3cwoCHGEYbMmDI3Ef0t0gq67euAgP87V8XNjtGDjd2BZ6as6yrivoyTdirHMQNQcVlFfR/8RaqSLljtuS9MPJa3+6xwUmiHx4U39pUYicxoLF8tnRs5Pmc6NYxo0gVhWSlPJYe4D0v36+NP0bzGU37J2sDNpjUzazC7TQE2CpMF1mbl86Wrs4gMeAnUfSxrkqQipQHjhcowBDridFPxMPnHOqKFqgGG9XnHPqTY2A3mdIMvAVRkkkju26pbaTqXh3VXA13uPGeHEt5xgkYIUNVDEDmamy2grkxAXoYaOjwdCt9Al01d/S2Db95Ti0A5ALfF5c6YcH4C7ShKJq84s28tzZ8vw7I4/t1kCws/JDuDFcAd+JzlhEINonXR3vYaDFDXLBeNTMG3gePesL+HiDyJ9X8+/lJdQl+wMHjBxwkwAgGsPPZtgU6Hy29ktBe8MUosBPfSr8oqk+ccaeze+HSCHhIc2v/8Y95tGy0f4cEfb34yepmOCicJM6vQ3s7Zcgx3FQDCQoPBQAtXdtGEzeilARoSNkCKlYEj1QnlEcj2rrTXuUamDbuPFcWTYvG47dTXiOAP1ryq5a9PAPsTsAXLft/Jk0NzNpMD2QAAAAASUVORK5CYII=),linear-gradient(hsla(0, 0%, 32%, 0.99), hsla(0, 0%, 27%, 0.95));box-shadow:inset 1px 0 0 rgba(255,255,255,.08),inset 0 1px 1px rgba(0,0,0,.15),inset 0 -1px 0 rgba(255,255,255,.05),0 1px 0 rgba(0,0,0,.15),0 1px 1px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.5);border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.3)}.fct-pdf-viewer .dialog>.row{display:table-row}.fct-pdf-viewer .dialog>.row>*{display:table-cell}.fct-pdf-viewer .dialog .toolbarField{margin:5px 0}.fct-pdf-viewer .dialog .separator{display:block;margin:4px 0 4px 0;height:1px;width:100%;background-color:rgba(0,0,0,.5);box-shadow:0 0 0 1px rgba(255,255,255,.08)}.fct-pdf-viewer .dialog .buttonRow{text-align:center;vertical-align:middle}.fct-pdf-viewer .dialog :link{color:#fff}.fct-pdf-viewer #passwordOverlay>.dialog{text-align:center}.fct-pdf-viewer #passwordOverlay .toolbarField{width:200px}.fct-pdf-viewer #documentPropertiesOverlay>.dialog{text-align:left}.fct-pdf-viewer #documentPropertiesOverlay .row>*{min-width:100px}.fct-pdf-viewer[dir=ltr] #documentPropertiesOverlay .row>*{text-align:left}.fct-pdf-viewer[dir=rtl] #documentPropertiesOverlay .row>*{text-align:right}.fct-pdf-viewer #documentPropertiesOverlay .row>span{width:125px;word-wrap:break-word}.fct-pdf-viewer #documentPropertiesOverlay .row>p{max-width:225px;word-wrap:break-word}.fct-pdf-viewer #documentPropertiesOverlay .buttonRow{margin-top:10px}.fct-pdf-viewer .clearBoth{clear:both}.fct-pdf-viewer .fileInput{background:#fff;color:#000;margin-top:5px;visibility:hidden;position:fixed;right:0;top:0}.fct-pdf-viewer #PDFBug{background:none repeat scroll 0 0 #fff;border:1px solid #666;position:fixed;top:32px;right:0;bottom:0;font-size:10px;padding:0;width:300px}.fct-pdf-viewer #PDFBug .controls{background:#eee;border-bottom:1px solid #666;padding:3px}.fct-pdf-viewer #PDFBug .panels{bottom:0;left:0;overflow:auto;-webkit-overflow-scrolling:touch;position:absolute;right:0;top:27px}.fct-pdf-viewer #PDFBug button.active{font-weight:bold}.fct-pdf-viewer .debuggerShowText{background:none repeat scroll 0 0 #ff0;color:blue}.fct-pdf-viewer .debuggerHideText:hover{background:none repeat scroll 0 0 #ff0}.fct-pdf-viewer #PDFBug .stats{font-family:courier;font-size:10px;white-space:pre}.fct-pdf-viewer #PDFBug .stats .title{font-weight:bold}.fct-pdf-viewer #PDFBug table{font-size:10px}.fct-pdf-viewer #viewer.textLayer-visible .textLayer{opacity:1}.fct-pdf-viewer #viewer.textLayer-visible .canvasWrapper{background-color:#80ff80}.fct-pdf-viewer #viewer.textLayer-visible .canvasWrapper canvas{mix-blend-mode:screen}.fct-pdf-viewer #viewer.textLayer-visible .textLayer>div{background-color:rgba(255,255,0,.1);color:#000;border:solid 1px rgba(255,0,0,.5);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fct-pdf-viewer #viewer.textLayer-hover .textLayer>div:hover{background-color:#fff;color:#000}.fct-pdf-viewer #viewer.textLayer-shadow .textLayer>div{background-color:rgba(255,255,255,.6);color:#000}.fct-pdf-viewer .grab-to-pan-grab{cursor:url(grab.cur),move !important;cursor:-webkit-grab !important;cursor:-moz-grab !important;cursor:grab !important}.fct-pdf-viewer .grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link){cursor:inherit !important}.fct-pdf-viewer .grab-to-pan-grab:active,.fct-pdf-viewer .grab-to-pan-grabbing{cursor:url(grabbing.cur),move !important;cursor:-webkit-grabbing !important;cursor:-moz-grabbing !important;cursor:grabbing !important;position:fixed;background:rgba(0,0,0,0);display:block;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:50000}@page{.fct-pdf-viewer{margin:0}}.fct-pdf-viewer #printContainer{display:none}@media screen and (min-resolution: 2dppx){.fct-pdf-viewer .toolbarButton::before{-webkit-transform:scale(0.5);transform:scale(0.5);top:-5px}.fct-pdf-viewer .secondaryToolbarButton::before{-webkit-transform:scale(0.5);transform:scale(0.5);top:-4px}.fct-pdf-viewer[dir=ltr] .toolbarButton::before,.fct-pdf-viewer[dir=rtl] .toolbarButton::before{left:-1px}.fct-pdf-viewer[dir=ltr] .secondaryToolbarButton::before{left:-2px}.fct-pdf-viewer[dir=rtl] .secondaryToolbarButton::before{left:186px}.fct-pdf-viewer .toolbarField.pageNumber.visiblePageIsLoading,.fct-pdf-viewer #findInput[data-status=pending]{background-image:url(loading-small@2x.png);background-size:16px 17px}.fct-pdf-viewer .dropdownToolbarButton{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAgCAQAAACI54EcAAAAX0lEQVR4AWMYieB/PBAyICADEsf2/yMgtMUmqfz/+v9nQHgdyEKT5P9/GCgBhkAWP7Iky/+VQEE4BPJYEJLtUEEEbIdI4oA0kiToIMJewQwEgsFHOOAREDPK0OAwlQQAP2d+rjszeyAAAAAASUVORK5CYII=) no-repeat;background-size:7px 16px}.fct-pdf-viewer[dir=ltr] .toolbarButton#sidebarToggle::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABEklEQVR4Ae3QPcpTQRgF4GdyL0GL4AWbiLgBC5dgo7gB22CVwiqNhbWNC0gfEJGAIAqWYiFpXIGgth9C0igREn8zYyMJZBjwRuEDydOfw3lfpy5Aum6sr525kZfUCXHcaXzRThPHLhM26HyQtBdcJCQ4cZhL1CAB88XjF4sVcP824ZbMjebB8MIVv+0VzJ4O3p7/CUikVzKhe+fT9GGh4NourvSV9D28nqb9ggjs4oiUKsR8QS4pyxfIRWXxLwv+sxOOP8hPOJ5wzvIPFvSLCzaD6tG2IpXim3tVKhRUjbs6gI94IxerlR+2QoKZw1ylhq+fz/S0tl5CvcbkyfDm2V7b+OQZ1BOMno/e62rnm3f+hV83kH0MahGhPQAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=rtl] .toolbarButton#sidebarToggle::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABH0lEQVR4Ae2UsUoDQRRFT8ZOiySI3+FHKPgPop/gNmJjZSEasDKNhaSxsZEUKSwsJFiYxkbE4B+YxkRSbGTRee74ihSPAYdYSe6B21ze5c4W65hRf1Mg69KXYSL98grBBfNNakwSqfmmx+N+rIpHEvGu6igJlnyu+OlHFOX1cWOnsm0J2f6ZcnoxGCCKKdg9ubmmawnZ0ZOy9XDXjhZc9iiw0lzF8ufaiy3wihSCRTRnWoFXzAIiMllsARGZzCszFPyvJ8y/wfwJZsHKrxbUowv8oa0wC+pfm9E/klvllmdLyGgo7C3UogUUjHizhKx0ZURhCj7GSDr5e06OC3Z+NRmnn7faLVq4YFln8bhykMZSI+tkZLhgDLmnm0iPIcA34aAiX0CWT00AAAAASUVORK5CYII=)}.fct-pdf-viewer[dir=ltr] .toolbarButton#secondaryToolbarToggle::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABkUlEQVR4Ae3PT4iMcRzH8e/4N02rSe1h/aklh0k52FJSHNj2IImkcJK4OMleHaS4rpuD4iblICfZItkdPLuz8+wMGpppmsaYISXRiIz6vfXtyQy/Z+Z7Uw77edXzfJ/37ZH/ZUvjHJ+6LpBAIvEeFz1G71+iSUvxgSmWM7h7fr/W3z7vGjQV77nGKrv39I6R65OuRkPR4iYps3f9eQ5fOfOzQh31lruk7R6Rvz7WXDzZKVFDvXHTDNtd+X+Unjz+o0AVVXMzrLO6EjwydOrwt3kqqKoL2ITdiZHUkf3tWV6jyi5ki9WFPiQ5MfH5ASXUK/ecscFd6GtupD3Ni0gnV9hVkEi8a45hrXvES4rqe/bsUUmLbmD3xkaXpcii+vrwxCEZsrs3Mi4gZEF9uXdwn6Ts7o1tLkeOefXxzvi4JO3ujZ0uzxyBendr+25ZaXdv7HUhz3iq6jcyO2SF2f1xwIU8IavKVzeMyTKz++MYeWaZUcWp1VslYXZ/nHYLPI4El5MZSdg9vlHZ07XZ7kv7B/sF+IOdc0HH4zQAAAAASUVORK5CYII=)}.fct-pdf-viewer[dir=rtl] .toolbarButton#secondaryToolbarToggle::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABj0lEQVR4Ae3PTahMcRjH8We8TdNoStT1UpcsJmXhlpJkwUgpohSyUWJjI7JTFuouycrCgpVsJCs1RXFfmHPvddxBQ3ObpjFmSEk0IqP+X55OzeLp9KwsLOb3OZ3Ft9NTR/7XDUeGS3wZOIegUrtmazFX+EQX1SmPy6jo0nraWMYNPtJRoX33oqz1uxk5btOlrULz1nkZ8bsZBe7znpb6vXDtjKzyuxkrQ5l3NFW/dvmkrPC7GWvCBE0a6tf8heNS8LsZG0KFBgvqx8zpw5L3uxmbQkydt6o3eWS/5Pxuxlh4yRtq6uvDPXsl6/WUze/oz/Iq0StHI5Ek0rulT+Hs0Z9TVFGvw2NWIyq9W8krf+LQ90e8QFXDNOtxuzmgJHdw37cHzKHiEFH0uzmgJFsqfb7HDGr2ry1+NweULN2688MdKqiI52z3uzmgZElxW+smTxXPiNntd2X/aNG6sfp1phTTxBzwuhIMySzfXL3KhGKSmGP4HUM/zRYr4zxJMMcprwupZKPsGhiVwUz/NxvuD9E8nggpBjhjAAAAAElFTkSuQmCC)}.fct-pdf-viewer[dir=ltr] .toolbarButton.findPrevious::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAA90lEQVR4Ac3UbS4DURSH8bOWWYIV2A5tp3sQ491KfLQCL2NKiBARUi19ocwmHr3J5OQWHT0nkfg/H2/u7+OR/z7aSH1CXW0+nIB+H/uBlHdG05xAyoRhyAekvDGocgAtXnnRzECLEf0oI9BkSG+mydwOvwNNBnQXrvcVaPDMo6kZoEGfB2MRsMoT9+YUWKHLnT0FxmvcelJAkvN9buwpEIjOHtfWFKiIXa5sKaDEDpemFFCi2OZi0cqDUkqRMi4QW3TiZHluS/LjAlFE2e+BJGeb5JoNUGKD0yojoESRcRKyA0rkGcfTPIAS6xx5ASVyqe+350T+ep977IEdAw/kFwAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=rtl] .toolbarButton.findPrevious::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAA70lEQVR4Ac3May4DYRjF8bMWO7AD23EbexD3y0p86w6U6QwhQkRItbQdqqs41LROK8o855Pnl7zvp/PH/z+uEb8B/zJQwgsUSniB3oc3Jn6g+6nPxA10Rl6ZeIHnLy9cdQJtYU+J6UCN/ZlaU7pc+SnQYrOyjhIKPIQ8cfl74D6orUT53YU9cmkycGtoclGBG0exXqAAhg+v484OMYfx8SoqP4DmAC9j8n3Ny8BFRL6n+egGRzyvKtvVXDePhVmYT8p2NK94zMSYA0zHGtvGHOBpqbFlzQGeDGWb5hxgnfXUnwM8TjeMuc6c64x57N4BJF2hSlhFImoAAAAASUVORK5CYII=)}.fct-pdf-viewer[dir=ltr] .toolbarButton.findNext::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAA70lEQVR4Ac3May4DYRjF8bMWO7AD23EbexD3y0p86w6U6QwhQkRItbQdqqs41LROK8o855Pnl7zvp/PH/z+uEb8B/zJQwgsUSniB3oc3Jn6g+6nPxA10Rl6ZeIHnLy9cdQJtYU+J6UCN/ZlaU7pc+SnQYrOyjhIKPIQ8cfl74D6orUT53YU9cmkycGtoclGBG0exXqAAhg+v484OMYfx8SoqP4DmAC9j8n3Ny8BFRL6n+egGRzyvKtvVXDePhVmYT8p2NK94zMSYA0zHGtvGHOBpqbFlzQGeDGWb5hxgnfXUnwM8TjeMuc6c64x57N4BJF2hSlhFImoAAAAASUVORK5CYII=)}.fct-pdf-viewer[dir=rtl] .toolbarButton.findNext::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAA90lEQVR4Ac3UbS4DURSH8bOWWYIV2A5tp3sQ491KfLQCL2NKiBARUi19ocwmHr3J5OQWHT0nkfg/H2/u7+OR/z7aSH1CXW0+nIB+H/uBlHdG05xAyoRhyAekvDGocgAtXnnRzECLEf0oI9BkSG+mydwOvwNNBnQXrvcVaPDMo6kZoEGfB2MRsMoT9+YUWKHLnT0FxmvcelJAkvN9buwpEIjOHtfWFKiIXa5sKaDEDpemFFCi2OZi0cqDUkqRMi4QW3TiZHluS/LjAlFE2e+BJGeb5JoNUGKD0yojoESRcRKyA0rkGcfTPIAS6xx5ASVyqe+350T+ep977IEdAw/kFwAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=ltr] .toolbarButton.pageUp::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABWklEQVR4Ac3SvUpCYRzH8V9Ro0VLUIOtQXQB2pBL91B3kJ4XaegGvID26AKacwrCKM2MSKKIKDRf86VBHOI0WJxfDhH68D/HR2jo95n/Xx4OB/99jPfBD+gnzrc+38So89c+KaERsNlm/Ueb9rgBmy3WBrS8El7nTVYVTdq6AYsNVgQNWjoBi3WWPNRpjQqYrPHFR42mX8BklYURqjS9AgbLfNZQpiEFDJb4pKlEQw3EWOQj9RUZGwxEWeDDmAqM/gYQRGQQ72WIDAnCa7yT6f/KtzL9QF6mH7jxMK0buJY5iw5UcARujleSzkYHKnQEzjFzkm6iCxW6gvI+s5KvNANa3yC1zQtRtmf1MAw9QXjJSTIjcS+5rPECTCY2P1NMS9wTBqWAArO7W+9HPBdk3BRDUkCBwPza4U7l4CPJU54NSTPPPYY5owYUmMACVhHCOiJQrWAOU/iLfQPJuo3KOX47mgAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=rtl] .toolbarButton.pageUp::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABXElEQVR4Ac3SwS4DURTG8UNYlthIkLCViAdoLXTjHXgD7cy0sfAAPIC1xAPYSjcWMsK0RUQjRIS0pp0Z2lqIhdbCSD+zEJn2nrm9FhLnt7onc/6rof8+yAZIhiCTxXNAmuh3/hgQE0qBDJrwvjWRkQe48wbckEZUIuq8DqdHHRnVgIEn1ETB1lAJGPBgR/Bg9AvocPEg4UKXBXQ4KPfhQI8KaKjiXkEVGhfQYONOkQ2tN5BGBbfqUEE6HEihjJtfKiP1E6BpSobhmtf9VXAVNbjiqf/Klzz1QImnGhjGBU8x0J7EOU8x8LKEM45f8EnErF43cMpp7bdIJCwQ+7RQ5DjbDomExYeBIgocc9UkUc8Ts50T5DntXGImQaKuB6Y6B7A4vrm5TIMkH8RhIo9j0dve+gqNyk5HkMAWSrBw1OXwPVfb2V0bX6AYSWeIxmiOkoJFitM8TdAA/d18AYlkSLLF8+vUAAAAAElFTkSuQmCC)}.fct-pdf-viewer[dir=ltr] .toolbarButton.pageDown::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABU0lEQVR4Ac3Mu0oDQRTG8SOoKKQxj5A2NjY+gG+gnYqdlWCdwjb3SyF22ii+hG3UzW4kRgwhGsQQcxEJaJFGI1k/hQF1c+asYyE4P5jiwPen//EQxAIO8IinET1UsY8VTIIk6pugIIV3Nl9q6I64xwN6KGPON6DQzPrScwUdje5bC/O+AYWmt5bdBtoaHbeMKd+AQgFnGy2t9nB1SBw7LM6+XuFOp3/YJ44fxmt7aOoMSgPiNKejNTR03LpLnOa0G8atgDgCsxHAjcAsQGOoC6QAcy0wDtQExoGqQAxE0PSoCJoekc8AhYo5XP5OMUch+vZCThYX5pysmnsTGZybcTJqzhNplH7mpNVcm7BTOPNnp9RcTiThyOwkm2sTtp40Z4lCAhZXSMhznojj1KsQl+ZCwo7h5Isdk+diworhWLHY3DQRRR55KyrMzRLmcyHx4W/fO02ivnD/JVtGAAAAAElFTkSuQmCC)}.fct-pdf-viewer[dir=rtl] .toolbarButton.pageDown::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABVUlEQVR4Ac3PO0oDURjF8SOoKKQxS0gbGxsX4A5ip2JnFexT2Ob9KLSMjeIm0kadzEQ0YghRkYQYH4ighY0PjMeBAXVmvpu5FoLfr73nDxf/+TjORW6xxXs+ejxwm3MMEwSoMsOGPb3jLW/cXtobq4gijDGoj7Mfffvxtd9zc2UeUxh+nBg07MdXfoPu2gImEXTvS/bjvsRaRwjB97TDS8nbaWw6BjfEBK8N9iTtTYxC59hhV1JZrsALFQE7snK0DC+UBbyQxUNxeCEu4LkMI9A7ninAD5S0ZfqBlkwdSLDn0pR5XiW+AojUSzz5nXoJEfy4iFXksT6r6MzdiQKP9FgFZ+5P5HkYzMo7czFh5ngwnJlTz51ElpaamRXmQsKUCXM5UcvQ8Ktl5LmcSHPfrZZWz+WPpLj3zUwFzKWEkeKuw5DnGokkq6waSf25kNCfKxK2v71PgX0vjBewyeAAAAAASUVORK5CYII=)}.fct-pdf-viewer .toolbarButton.zoomIn::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAZ0lEQVR4AWMYBGAUMOKT/P8OyhDCrYblPz4TvhN2AQte2f+UGvCPdANGDXiMJvsFh7gsLgM+4bDmE7Eu+IsuTaoX/lFoAGMBWkLsg4oXkZuZTkMZpiRnptGkjDBgoAsUxgYGeoBRAADcyxzU99YUOAAAAABJRU5ErkJggg==)}.fct-pdf-viewer .toolbarButton.zoomOut::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAANElEQVR4AWMYjGAUjIJR8P8dkZABAYEICd4jDuI24BJxELcBx4mDOA1gcCASUh+MglEwCgByCshlS1ePZAAAAABJRU5ErkJggg==)}.fct-pdf-viewer .toolbarButton.presentationMode::before,.fct-pdf-viewer .secondaryToolbarButton.presentationMode::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAACEUlEQVR4AeWSPWsUURSGTxcCahVYSBElhYWKtUIE0SL+hlTKwqYzVpsgEhUry3xgQqyM4BeYCKu9ms3uZO7sJhlWMG5mN1kVO/+B5/XOneyc+cTGQvA8zeHc932KYejfGPxMMQtKMJuR0vfg8XucxjKNUnJGG8vJnAi+RXGW4nVROEvxpAi+Cgdr6boovFfRrAh6Ah/iGiiHS7860awIDmP0MJ5ZH0M3nhTBgU9vnTvBpp/GM+r91+6PSrCJoIOOWqRzL2Z4399NNK4YY+/oxXt7n86rRbOHAk8tmE9XeD7NbXg+3MXZsH5Kiz3DfuUeDfufUy3ACwVqPvzyhZdl3kMb7dbjoeNDFECDzTn/hi/v7po6GcW8IkWkNGHdKJ6V+XNrZeD0AIXohD3HexWpGwXlTOH2damL4s4Nqf9pTuRf/5fBMChN9jUreBEuJlPXCf6Eq3mCaPwCtuGglVBM6IvDbkwxKQIXpX6dm1CwNS7OhNGT2DE3m3dx5ehWgisCC7somXoDW7B81mboGPVncPUW1819C9tGUdINSwR1zQ4esAPL7LU304m/rvB0CpuoG5p4qNN6E8GmwUEt2NbLUhfFkymumvcanCAngqrA1deJuihWb/JGNCuCDaGzkq6Lov0omhXBxwh1FEE5FGFFsyL4EEPlKIpQ8aQI3iewMxRF2MlcKKDLKUYoOSMZqb8xvwG2eliPR6SpnwAAAABJRU5ErkJggg==)}.fct-pdf-viewer .toolbarButton.print::before,.fct-pdf-viewer .secondaryToolbarButton.print::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABl0lEQVR4Ac3RP2/TQBjH8d9kde7A0FfRBakgkFwVdaw6dnVfREdE104VDN2qIvUtBBjBbRREQ42bysGhQeSPPbJFkSUuP87chRNObGOZgecjZXm+enRy8H8NnzDg9xKBrGCAMETAmFGJWAQCBgQMuR7Hje1d2Mtt78YNjhnlvoAjjvZsWMgba89Om+UHtnjLIYewUDRW2shya+GA6MjFQEKJtBmKzsI34DcNJTKdWXzVUCLTmUVfQ4lMZxZfNJTIdOAmrxlJoXaPKLD2u4uka25CtBnys/HjvODEmtyqTglFG+wy+EOY/k05BgwzdRe8rQe8UZ7tw4b91OFNNaCv+I99+Pj0iH41oKf12Jd69KoBP9YDtusBP9QDvq8HbNWD6Rs25w6d9PfqCPZyV0emUiav8Hx/+pqXSvKSlzP3YOMAOTZmrqqUSeOFA6ziobovL7d4cXeCFeTNyt0JL9g6dPSbHmAVZpIzunSPd45RYCdtkrMEc0g03meT7ySPnQLer6Ypayiglpzy7d9LThdegHXYFazjX81PesvTwHz9U8MAAAAASUVORK5CYII=)}.fct-pdf-viewer .toolbarButton.openFile::before,.fct-pdf-viewer .secondaryToolbarButton.openFile::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAB7UlEQVR4Ac3OP2gTYRiA8ediSHARWgVXp2CsCA6F4iAG/1CXLlUc3ATt5ODgEPcSQQg61CL+ox0ClSBF3CSk1karifSSU3NyGo1pksFgwKEdYvKqgZLL9TttgoPvD97p+V4+/o+RY2LKN4cVGRH+rr2ab6UiZYdK65Ps3eKBX/mqQrmVku1bO1ByUW5eb/Jn7SVfXFXkq6u5zg+K/WiYDRrwe01euDrRu8i5CBEQj2zLHjWO904PiVc8yEupympfylKVLN8TYvVv7Tmf78l7N8W50Fho7GPMvajGMa6IqWbNDhzAh29gvzXr2kRZOiPvVKyZwSE0ALTBIWtGXeUuET8obzb7cH/j+cYJ866qS53i5I6mLrlu5p2u5wCaL2jclJzTo2HQ1pKStTOmfEE0nIM/YExJtlt4J2FqcVnpMKb9AT8uAsa0vV1fxAMUb8nrjuhoFHc3Ru1t7WENaliTkrExxWrDwWoz7W3pdglKmJfllQIOiqZwrQAFcudlWQEHRZMP5yFP5rS8UMBB0egTOugsn5CUAg6KJj2ehjTJEVlSwEHRJA4nIMGToDxT8Ag2XlUzv28e5knukUWFcdsJz4+zqia2OwYxYrvkqUJGDJv05qK1gBeAi/71x7LQu/qDOnWog8YhjvRhmH8xPwFc/gHgOkmLkAAAAABJRU5ErkJggg==)}.fct-pdf-viewer .toolbarButton.download::before,.fct-pdf-viewer .secondaryToolbarButton.download::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABcElEQVR4Ac3Nu0orURjF8W8IdinERkRRfAythuBbaJEniGItKoIIni4czitYihesvScZE0OCBEWUqLkcG7vExrAc3WQ28y2ZRLBwfs3G9eWv/J4PM6jgJYL45iFa8OhU0EA9gvieOWGfddQiia/GCft8ihbc/Efq68BjD/amaRI68BAtdNNAigPVHoYh4gbGRX+4j/a29ZFg9nnXQxUNNC0O3H4TBW7CtpfiCXGNeOJgTe8cuA4bGxVHup8zOaF3DlTCzM9tQu8cuFJE0TsFyooovKtASRGFdxUoKqLwrgIFRRTeVSBvLMyK+0l95q+Lc907DnhGewMOxCCOv3oGB7IGililhOH4SzG4o0AmcIkVTiCGTX+xVxQ4s1CgRKzzB/nQDQVOQy6wDCf03z11QYETxQsSA/iLHO0UOCY5rGMQI/iHDK8UeN3HEcmijBLOeWnttsSQ7iOdbO/hsD+tnXQyLYYEjyGZFrdPU/71T33vp+HiZtarXuoAAAAASUVORK5CYII=)}.fct-pdf-viewer .toolbarButton.bookmark::before,.fct-pdf-viewer .secondaryToolbarButton.bookmark::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAy0lEQVR4Ae2UzcqCQBSGD7PxfkQYarxJpUSEvJiEAd00s2jAEUQEW7YSwk0TgcTnUIw/QXzgeTby4nk4rwsRLJzvC9TVAAxBegA3A8YKysAqGCG4G/j9BWuF//gN1gq1qM8LKlRi4229SsysUDDXv7CGu35xmnFBzuxdw59PDbf3OZv4R+KZE7Sif121wgl4NkHAUxy+1nsFDnk6UkATHIG0lAV/UCBxRI8jBDQhh0528AZJYppQGIL0gMRQwqcpSUxgCNIDfV1X6MEDmcX0UK+Chl4AAAAASUVORK5CYII=)}.fct-pdf-viewer #viewThumbnail.toolbarButton::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAoklEQVR4Ae2WRxqBQRAFn3AWdtIJnJcDcBfZSmYl00Z820ly1/fVruvPYaDcEZGacWZpPVafBCkYV5bmQYL6NMgB9nA2sE+CiKPEo//IA9ADODpKPHq9Ap93AJPJpGl7+cxsCySwJ0Vj2dJScP9xKCJSMbYsrcbqkyBZ48LSDEhQnwbZwR7OhvW8Avol1J+Rroj0AIbDYd82Ho1GfZCgXtcDJ2v6trc54vRYAAAAAElFTkSuQmCC)}.fct-pdf-viewer[dir=ltr] #viewOutline.toolbarButton::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABEklEQVR4Ae3Uz0oCURiG8fcaupsCMcQLEYSiLkeYRRjeQ0ibmEhDw8q0v0NDtsps127mGDjn7cA3ZxUHvqVI7w9m+Sw+DoP1GOtMnDpR+lYCATpFwgUXRVJA8FPJB36eOefcPBoIzpV84Phw+ZQ/dA46EPxQ8gFsYQfb7uu3q7RBY433To0ofSn5I9oJZ5zZiYXgm5IPmFumTM3IQDBV8oGjfXOdX7X32hB8Vfp/B+GxypFTJUrvAXLEv1ZDTjldDVcQvAsIBcwFxxyb2EBwHBAKRM38PDuLmhEEbwJCAfW72KCxwp5TIUovSv6INuaAAxtbCF4q+cDylH32s24Gwb6SD7QaeTc7aTVaEOwprcX/4BdaviTCQo3L4wAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=rtl] #viewOutline.toolbarButton::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABUUlEQVR4Ae3UzUoCURjG8ecauhPbFYghXoggFHU5Ay7CcGNtclViRVhaqNiXZh9SpKtK84N2M8fAmac5nCkXY3h2RfX+4A/v+rwc/IzhLl817BGeCBuuCEGAUofPGjqEYjfYZttu2LABGT5pgvJ2IzdxJSAAmcEhH6cb5AdQ1laG11Y9uZxEEpBBAAsaZvExM5jHnNtfNNxmR0OG8IR56QqP76DFBw0tQnGqbLLpVB04gAzvNUERZ3ITlc876Gd5N11/pw9ldUmcWOXEYgIJQAb/dwBusjVBmvCEWHGFCD9QqvNigjqhjEqssTYqjeAHGZ5/AYrIy03kBPwg003z1K+X7kGJx6wDcz8ei8NPJfDX3t0/XOethg3CE2TBFRzfQZnHGsqE4uRYZNHJjf+DI01Qhlm5mRkTJiDzkmJhum6qC8WIWhlzy4gaMACZb/0P3gH0LhwuZeBy2QAAAABJRU5ErkJggg==)}.fct-pdf-viewer #viewAttachments.toolbarButton::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAADIklEQVR4Ad3MQ4DlAACD4axt27Zt27Zt27Zt27b9xrZto81rO+xIx/1z/oL/IKZ3BVma2YiYpQ8P4yd6SrPlPhZO70EWHqYbnQP/+nwT7enKPyxBEGnnJ+kcpFk3GS3QtN9Al+d0FJ8zc8oH3fiEHaP5CToF/hneG/kgl6NOM/9fdOSolA560J4OjjOiuWPgb4nnQEyZP66nXfCTYCTLRTva2D+oU17ix+kQ+GtEL+T4gHgbSJtw/XAkx21pbX+/dKMPWYXjtAv6MVTijlBtAq0DvgcgKd6d1rR0uCtzHqNtwHeZE6plCX1CS6PDRkiKW9HC4U6ZhhI/SuuAb7E8F2exEUEwk7CTVmGaCU0mIBEXLWnmcFvhR2gV8CWOi7dp47dO5txBqwiDHRORDVDzbqIFTexuKfwwLQI+D+sZw4VbNPd9O7qhxLfTUtDbNw0FIKXiNKOR3U2ZC4dpHvAxHr9JU9833TvXyc5tNBf0T8xCQUB90FU0paH9dZnzEE0DPgyK4zdo4vtK4VtpJuiemovCgPqgE42pb3+tTMONmbmPxgHv4vHrNPJ92VnhNBE1p+agCKA+KC5qqGt3tUxDZGJnGqn4NRr4Pu/SCdmEVTQWNefnqzgQJm8NdYLfNWqKTL7w3U7NjTmx/Cr1fZ/JnMtoxL9XFqMY1IXLe8u/XzYiiz2k7eFf3UEKzyZcoa7302huIP65tgglkDCC+fmPf651fQZlo/kn4gWbsJ5wgTo+jxW+lPr8fX1JEhywhGU5/uKvu9XyQVlRy9P8QyMa85/nfYUvoR5/3l+Jkkiq5VieT/zOHxZ18iJ6da4vsTlnf/HluootFa7DHw9XoDSSLbPrdX73mYC4SqIu6qEcMnMxNfz+cGUK/K28+fwa9py5CfUk/o9fX69HGSRfHXnlfR/wu3COBePhrFzFv/zyeh3KI9UyLR8c/po/xC9cwe5sxk6cJ77mb35+q/C0lHfxCP+H/Mxf/EcdaiT8RXz/YLnC01i+Su2erXK7Jn7gR34Me2l0cOQglEG6yoxyaFyiS8/+zftkbYuayIUMlRk5kA1pTgubqASwCGwwZgAAAABJRU5ErkJggg==)}.fct-pdf-viewer #viewFind.toolbarButton::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAACVElEQVR4AeXQT0jTfxgH8LemIenCU61D4GkVVD8PHqJAl4egQ7sE2aEQungUih2Eull4zUOSiAwM/aWroKBIqpFp9m9rbLmW/Zj6c1t5kLnW0jn3ffd8+Fxs322mp6Dn9fD99+Z5PmP404vbeZa3OMVFEeYQz7OKWA8sxUEvF/iFMUZFTJ4WjADP/N6Ccl6T4Sjn80T5ld3ctvGCTsb5fxExXt9owQnGOKcYkZCrq63R0ejoagu5jIj+yihPl1pQkZ3gjLLi62iFDbWoFLWwdbSu+HSS9bKq6IK1U5xhhJHctLMFFqwvi7MlN60yzmTOZZCBtNm3m/xPCfSiGvlVHejVaWoohRSkzZbHOK0MOAZg5nLodNW3ilVIm2X9/KQ4rU4UYNWpLCkr8h9k3vCjEraEUYBFp0bQgAFps+Qop5SlhiUU0KDT9HgaaUibzfYxqKSuplBAp07jg3HEIW328AIDihHkPiKPzZBE8bR74IG0WZ01+Zh+ZW2CtrzxCZ388Njr7LBD2mxxZ/I+fVT8xgdeYT13iHpelje/TtztKEfhooVuvuc7al4GGeZnEZYnr/4auoHdxcdH6OPbUkI9NQdqoEmvR4sxIie81pIPvj+S+y/So4MXsR9lRU43huWESS1xr7l517HBS7P9y6PqffnJnMvt3NtY4sfnbssZL7XE3abjqJSTrDiIo7BX2OV6CHtQXnz8X77iuJa4o8axmcp1c5IvtITbbt/kOJB9xjEtMbKFcWCuh8+VxPCWxoGTR+b7jKex/i2OAzJ2GE34R+5/W/0E7dD79jRQY2EAAAAASUVORK5CYII=)}.fct-pdf-viewer .secondaryToolbarButton.firstPage::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAA0UlEQVR4Ae3MUUrDMByA8f9Jdgd3gt2l2bIt3k9fFEVEXFkpZcUxxhBR9hK8wmegiGO0aRJEfOj3e/9k6L/EFZ8JrhFEcDjykeD4M3hP9D2wN7zFs7dWrIh15EImCcbyB3HpiI/gY3h1TOrAcODFOWBSBkv21A32LGMHC3ZUJ3YsYgZztpRntsxDB5qaokWNDhloNuQdNui+wYyKZ4+KmW8wpeSpR8m0a6AoeAxQoNoGijUPgdao80FGzn2EnOx0kLHiLtKqWTSXkUwSjOR3GvoC2ek8ICJ8TRMAAAAASUVORK5CYII=)}.fct-pdf-viewer .secondaryToolbarButton.lastPage::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAA20lEQVR4Ae2US0rGMBRG71q6A12BK+sC2tKWPhfgYx2Kg7ZJCCKoICIiCnXiFj6lF63aVxJEHPzfgTs7h4xCu/2XwcerAz4IRMPxdI1nO3RNHn2Zp2o8maN+6Jyo8GiGqlifJko8bKNK1mcTssD9OrJgfTmR424ZmbO+nshwO4/MNnVOiBQ3U0RqpnMiwdV3RGKsc6KLcTnSxXY6vyLCBSMia50TbQgN3YZuOieCNnDWOfHOHwzHuHbg5PM/QINzB5oxcObIR+DlEKf29Ec99UTD2aMDB/Zpt9/ZG/6GXyU+BafFAAAAAElFTkSuQmCC)}.fct-pdf-viewer .secondaryToolbarButton.rotateCcw::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAACoklEQVR4AbXPX0hzdRwG8MeV2IRoDEkTdmM3oUEYgulFeCEl9E/CqF2UMC/sLryUIOpGBTHJi+hWIoZbScY0CaeYiXPVrHRl5ebfXG5QzMHL2Jnneb8/zxF1O9N38L7fzxf8nd9zzjPEfRl+y//EPFE+40+C/4gEYapgGz/kLLeZENsMyNNzcluy4MgEYaObYSb5L4+l1HAsT0m5dUtqWXBoelp+5zueyCeHxeT2RNIGq4ID04k4Ms7WJI2zo7hgv5Aei/unBt/oqe186sW+t6YG4349ZmYH+iE7Cgv2rtv76p0eNKIWj8CGh1Atp8ZXXov7L3J9hw3XC+KX9NjSCJpgR+FUoSk4oscYF7v5edquFsQuLQ3DhVLjCg6b7+3yzasFf1+xz2PTN0QhuPZ8xnu5VVZcFvxlaYcoNtCp/26kWpsGDdAEt0tAMdh3vzDS9EdppIG0SAX4R7HUbApWgu8aeebrDDJARqAZHRaeheV89gyjSm49hxxky+V5lJuK/qsOHdDLNlfF35SzjTOcQbZcd1z8RcmuZJGFbLn+f50RJfllEknIliv9KX9WosNRRCFroI0v8HPWErd4XP+JPyq+V33wQVbhywxyi5HcRA63mGBYSc85HA44IKv8+bZchkSEHuIGHnkjpMy8NwNFVql5IunnmqLfVOGRdE1J+mvqa6DIGvq7tEWuntvgJ3QV/+/8WJJVRVvs7+qHQdYA+7gnv8wfzoUZ4RhfYj0fFvVyGpOPw0aaXx73wA6LcY72aQtcMa1LySa3xKac1i/utYXRPjhRYpzu7pSX35eW8rq74cQNY69u8Q6cTnO52Om0d6C6BXbcOnWVrR/0hoYSk9lAPpgPZgOJydDQ+72VrajDPY8DT6IZ7XhetKNZnh7Dg5m79PkRUwrB3zsAAAAASUVORK5CYII=)}.fct-pdf-viewer .secondaryToolbarButton.rotateCw::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAACkUlEQVR4AcXTQUjTYRgG8NeV1KRIRNIEL9YhNAhD0DyEB0GhJCGjdlGYBzsFO0oQnlQQkzyEV6EYNrKCWRJOMRPnqlmppeb+aqbLDYPZRbb1f3pfnH+G+5YtiN4ffHzf9+x72A6j/zJ4ju9sEAQiqKThPFowgDn42RycfCrjW4rxY4351QUmWOBBAN+wjrWYdT4F+NbCKbGvMYqCArzABj9ZVVjDBqdlOGPcJBRUQOPeL8lxusFip70FFfoqX64I3ac5+pqv1uVUnq5qvN7XrDl0H1YSxBegQF/E8o7lR/V1VEg5dJhMdIAyeFdYc1lzSBYvvsAUHcQSNGi6b6SdishMe+cQFbnadR+0OHEF1/i5T4y0UT4lm3xXG3xxjIK08Dg+i+WHqud4ivWYFf6UwSgIl2ERC1jQP9oqbZRIUhWjINSCObH0gMykGM6UjIIfj/FJuG64SCXo5DRBcCBIQSJZwpOYFT1ne0iFiqlC4Rztjv4e08J61EqpIll+TuGDmD0yS6kiWbbH8E6EToUoVSRLwAGv2LyySakiWWba8FaE7v3lN+irwWuhv0EOaB/HcR9VMO2eCSwzM/QMHhHuDtM+uuHFDFy4ZBSIJzfhFhxaQclx6oWbeebr50nIwrJPBByYEPrvKqycToiAIzsvmwTJIpqqI8MYF5jCXeQrfvsdTsZFZLipuol2kLExd1mjo3gl4IEXnbiIPBxkebzr5MeenTQ62mVV/+myOhojQxiLmeSSacywad5N7t5HhjoaKYuSTJalNmjHy+SCdkutPE8+5owSu22rH6OJtvrttowSMtO+k5teervB3erv3XZGXVHXttPf62691ZBeSrn0x5NJJ6mYyukCK6diPh2jfzO/AN7c0+/h3+DUAAAAAElFTkSuQmCC)}.fct-pdf-viewer .secondaryToolbarButton.handTool::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAACDklEQVR4AZXSP2gTYRjH8Z8UWwQFB6tZJArWuYKzSwri4KBQ0N26ioggiFB0MaMgVqiDQwsFJS6BSrVgW1FpamuakKT1T4yNJRhSTQjB/Ln7+d7dQ8tJ7u3d+3kI3+Ue3hcC3eEQM8oQ4Q3UMDLc5KaRMeANhgZ/iuA3EEUBZZDTyuDuCyJMKxG7N4Rqc9G6i7lowk2Nm5GyPjFS9hN+CHuZXRu736AgNK1fkBea1i/4JjStX/BV6PowH3GM4e4LPgtNtx5bj+nMdNCBGjeuC9CzG3N2fel+gzWh6XbSKiPd9a/MrAC9ej9zVrWWW2hBjRszAvTo8kmnmokmmlDjxrQAPboYcao+X0cdYA8v8wbPcS9hWxUDvLfd3xVpjm7dcqox10AD6FzhGnNc52seJZSkWGdWyi3LnFPV6SqqwNZDrthWOy/YS6hyfOKKXi1eQw1IXOeySBp3DUj7UIlVUAGOh3/FuCRSPC/lQ2XKXoA9I2fbC0w4zCUpH8qTZZRhzb7Ja1wMrvSkhBJg/xzJjPFDUKVxWWA5faoW5/tgCg8KKECNBT23h80FvgsiH80jD+QFDszc4dsg4pfiiEONwMFw8SkX/PoTC/WHEIKaHRfP/H3JeX8mRiZgUbMDveNXOedH4j760fUc+hjlGz1zdna070QfHGr+M/D8ZmWq/arbp+2Z388S0eELOIbt8w+suXwb7vrhEAAAAABJRU5ErkJggg==)}.fct-pdf-viewer .secondaryToolbarButton.documentProperties::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAADbElEQVR4AZWUX2hTZxjGHzMvEjAFd7cbbeiFpI3buitXLxyCF14IC1jEC4dTcRO8GJPeiMwVxCFbaRp6sYn0TnFr6dxwBVtLZ2zTNEebNC1mxjYxmVtnKJaMNX9Kcp69Hwdmer6msPd3OHx5/rznBEKw2bCJfvZylCkuCyk5BegXFTq65GEf/2Cef0n1T1osy6e8qEFxt1zg5JcqLNHNkaWScDZa0Gw+lMALi7X44u1Qz93uu92hnsXba3HRLJYl1bzZgjbzN7F/F7LpwS9OYx+82IW3hF1y2td9Oj3ILJX/QpJt9gXNZpI5RWHq4km0ogm2EaX14snClJWSdHP9Aqf5gFlFdqhlP9xoNO6W/dkhKykN538LapdFyjDzfGjnXjiw1Th27n0+pLLM1i7XUINc9JgZppkuhFrbsa0+zYOcEw4Sr8G21vZCSOWl5SFArPdxiUvm4pVj9qfX4ipYi9dQDxxXjpmLqrMeWAfoNlN8xmdLt/TvXn6snGK0iI3AvXRLOdJ0o/IhU4rr/uuw8+2nJaMYufHJDdj5TlqKih+FAJ/y6VoYTdDnTXTgfbnr07QWVr1CAP/8wiSTmYEM/icDqvf3CCoGn/BJ4lICOhxmTviR0ElcUr11A+YcF7gwf24eOkwqT+7QmT+nPHMOZowJJlJnU9ARxwI6qbPKMWOoTKkfS+5CDjriWEAnd0E5lTBe3WGMsZX+FeiIYwGdlX7lvPoJ6SBnOVueKENHHAvolCeUkw5i/GM+Emb5rh4S3QIa70hDnLFTOOGpTtOgUQwWYUd0C9gpBpVenT7hAbYn+xkVZunTglELTffxsdKT/dgOoOtANcwII9Wf6dwYzH+v9PwPedRDpyRVPtx1oAuQyzVzjdNCtBbkG8Rr0I4PhPdQN5LoY1TlZ67BBWt83tVhhgWDgQ1voeOUhKGyq8M+rw8+KQtwfHS4NMpJIco7bCMa0CZuVOVKo6cOb/z7cX12tHSPD4Uw4/yGb9vLonzNmLiSKd37vBMu2GbH8SOrgwxRMcM5jvErnmGncEZOY6LMWO7q4PEj2AF94NrdEblqTvABFZOM0OAjwZDTpKWaE5GruzvgQoNxoKXTv9Bbvc9fdar3F3o7/WiR1Jbjwh7voYHziZ6XN8sj5rg5Xh55eTPRM3Deewh79Gf/C1dTNwWJacanAAAAAElFTkSuQmCC)}.fct-pdf-viewer .outlineItemToggler::before{-webkit-transform:scale(0.5);transform:scale(0.5);top:-1px;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAAc0lEQVR4AWOgM3gx4cUZAnACwwupF8fwKQHKSoPMSserKA1iIduLTbiUAGXYYO6yw6nIlrDzJ6D6URbT+UARKfSgyMDmZHRF7AjnI5yMqcwBRZEN4dDvwx1FciDnYzoZu/NT8Uc3x4vNLzZiOBnT+ZhOBgAIx/kNQRV40AAAAABJRU5ErkJggg==)}.fct-pdf-viewer[dir=ltr] .outlineItemToggler.outlineItemsHidden::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAAAXElEQVR4AWMAgRd9L6QZCIEXZ14cfZH2gp2AIjDc8MIWryIYBFlMUBHMYryK8FiMkMZjMUIKj8UICWwWE1a08YUdxdb1v5BBczimJRQGJsISTICwhNKkArYEDwAAaN/49eXnGYUAAAAASUVORK5CYII=)}.fct-pdf-viewer[dir=rtl] .outlineItemToggler.outlineItemsHidden::before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAbklEQVR4AWN48eIFuVgaiPtgfHIMYAfiNCA+CsRnyDXIFog3QA04Q6JBCG8gNGMaRJI3yDMI0xuEDSLsDcIG4fQGGQZheoMSg+yAeCOyggH1GjqWAeJ+ahhEyLv0T5A4vUuBQYS9S+9ihLB3YXwAD0vcoqLfKjwAAAAASUVORK5CYII=)}.fct-pdf-viewer[dir=ltr] .outlineItemToggler::before{right:0}.fct-pdf-viewer[dir=rtl] .outlineItemToggler::before{left:0}}@media print{.fct-pdf-viewer body{background:rgba(0,0,0,0) none}.fct-pdf-viewer #sidebarContainer,.fct-pdf-viewer #secondaryToolbar,.fct-pdf-viewer .toolbar,.fct-pdf-viewer #loadingBox,.fct-pdf-viewer #errorWrapper,.fct-pdf-viewer .textLayer{display:none}.fct-pdf-viewer #viewerContainer{overflow:visible}.fct-pdf-viewer #mainContainer,.fct-pdf-viewer #viewerContainer,.fct-pdf-viewer .page,.fct-pdf-viewer .page canvas{position:static;padding:0;margin:0}.fct-pdf-viewer .page{float:left;display:none;border:none;box-shadow:none;background-clip:content-box;background-color:#fff}.fct-pdf-viewer .page[data-loaded]{display:block}.fct-pdf-viewer .fileInput{display:none}.fct-pdf-viewer body[data-mozPrintCallback] #outerContainer{display:none}.fct-pdf-viewer body[data-mozPrintCallback] #printContainer{display:block}.fct-pdf-viewer #printContainer{height:100%}.fct-pdf-viewer #printContainer>div{position:relative;top:0;left:0;height:100%;overflow:hidden}.fct-pdf-viewer #printContainer canvas{display:block}}.fct-pdf-viewer .visibleLargeView,.fct-pdf-viewer .visibleMediumView,.fct-pdf-viewer .visibleSmallView{display:none}@media all and (max-width: 960px){.fct-pdf-viewer[dir=ltr] #outerContainer.sidebarMoving .outerCenter,.fct-pdf-viewer[dir=ltr] #outerContainer.sidebarOpen .outerCenter{float:left;left:205px}.fct-pdf-viewer[dir=rtl] #outerContainer.sidebarMoving .outerCenter,.fct-pdf-viewer[dir=rtl] #outerContainer.sidebarOpen .outerCenter{float:right;right:205px}}@media all and (max-width: 900px){.fct-pdf-viewer .sidebarOpen .hiddenLargeView{display:none}.fct-pdf-viewer .sidebarOpen .visibleLargeView{display:inherit}}@media all and (max-width: 860px){.fct-pdf-viewer .sidebarOpen .hiddenMediumView{display:none}.fct-pdf-viewer .sidebarOpen .visibleMediumView{display:inherit}}@media all and (max-width: 770px){.fct-pdf-viewer #sidebarContainer{top:32px;z-index:100}.fct-pdf-viewer .loadingInProgress #sidebarContainer{top:37px}.fct-pdf-viewer #sidebarContent{top:32px;background-color:rgba(0,0,0,.7)}.fct-pdf-viewer[dir=ltr] #outerContainer.sidebarOpen>#mainContainer{left:0px}.fct-pdf-viewer[dir=rtl] #outerContainer.sidebarOpen>#mainContainer{right:0px}.fct-pdf-viewer[dir=ltr] .outerCenter{float:left;left:205px}.fct-pdf-viewer[dir=rtl] .outerCenter{float:right;right:205px}.fct-pdf-viewer #outerContainer .hiddenLargeView,.fct-pdf-viewer #outerContainer .hiddenMediumView{display:inherit}.fct-pdf-viewer #outerContainer .visibleLargeView,.fct-pdf-viewer #outerContainer .visibleMediumView{display:none}}@media all and (max-width: 700px){.fct-pdf-viewer #outerContainer .hiddenLargeView{display:none}.fct-pdf-viewer #outerContainer .visibleLargeView{display:inherit}}@media all and (max-width: 660px){.fct-pdf-viewer #outerContainer .hiddenMediumView{display:none}.fct-pdf-viewer #outerContainer .visibleMediumView{display:inherit}}@media all and (max-width: 600px){.fct-pdf-viewer .hiddenSmallView{display:none}.fct-pdf-viewer .visibleSmallView{display:inherit}.fct-pdf-viewer[dir=ltr] #outerContainer.sidebarMoving .outerCenter,.fct-pdf-viewer[dir=ltr] #outerContainer.sidebarOpen .outerCenter,.fct-pdf-viewer[dir=ltr] .outerCenter{left:156px}.fct-pdf-viewer[dir=rtl] #outerContainer.sidebarMoving .outerCenter,.fct-pdf-viewer[dir=rtl] #outerContainer.sidebarOpen .outerCenter,.fct-pdf-viewer[dir=rtl] .outerCenter{right:156px}.fct-pdf-viewer .toolbarButtonSpacer{width:0}}@media all and (max-width: 510px){.fct-pdf-viewer #scaleSelectContainer,.fct-pdf-viewer #pageNumberLabel{display:none}}.fct-header-simple~main .fct-pdf-viewer #mainContainer,.fct-header-simple~main .fct-pdf-viewer #sidebarContent{top:var(--fct-header-simple-height) !important}.fct-pdf-viewer .toolbar{z-index:9}
