/* DayPicker styles */

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;

  flex-direction: row;
  padding-bottom: 1em;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;

  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;

  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */

.DayPickerInput input {
  background-image: url('../danone-core/clientlib-base/images/calendar-icon-svg-transparent-8bit.png');
  background-size: contain;
  background-position: right;
  background-origin: content-box;
  background-repeat: no-repeat;
}
.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;

  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700);@import url(https://fonts.google.com/noto/specimen/Noto+Kufi+Arabic);@font-face{font-family:Bariol;src:url(clientlib-base/fonts/bariol_regular-webfont.woff) format("woff"),url(clientlib-base/fonts/bariol_regular-webfont.woff2) format("woff2"),url(clientlib-base/fonts/bariol_regular-webfont.eot) format("eot"),url(clientlib-base/fonts/bariol_regular-webfont.ttf) format("ttf")}@font-face{font-family:Bariol-Bold;src:url(clientlib-base/fonts/bariol_bold-webfont.woff) format("woff"),url(clientlib-base/fonts/bariol_bold-webfont.woff2) format("woff2"),url(clientlib-base/fonts/bariol_bold-webfont.eot) format("eot"),url(clientlib-base/fonts/bariol_bold-webfont.ttf) format("ttf")}@font-face{font-family:Blog-Script;src:url(clientlib-base/fonts/blog_script.woff) format("woff"),url(clientlib-base/fonts/blog_script.woff2) format("woff2"),url(clientlib-base/fonts/blog_script.eot) format("eot"),url(clientlib-base/fonts/blog_script.ttf) format("ttf")}@font-face{font-family:Cairo-Regular;src:url(clientlib-base/fonts/Cairo-Regular.woff) format("woff"),url(clientlib-base/fonts/Cairo-Regular.woff2) format("woff2"),url(clientlib-base/fonts/Cairo-Regular.eot) format("eot"),url(clientlib-base/fonts/Cairo-Regular.ttf) format("ttf")}@font-face{font-family:Cairo-Bold;src:url(clientlib-base/fonts/Cairo-Bold.woff) format("woff"),url(clientlib-base/fonts/Cairo-Bold.woff2) format("woff2"),url(clientlib-base/fonts/Cairo-Bold.eot) format("eot"),url(clientlib-base/fonts/Cairo-Bold.ttf) format("ttf")}@font-face{font-family:Arabic-Blog-Script;src:url(clientlib-base/fonts/NotoKufiArabic-Bold.woff) format("woff"),url(clientlib-base/fonts/NotoKufiArabic-Bold.woff2) format("woff2"),url(clientlib-base/fonts/NotoKufiArabic-Bold.eot) format("eot"),url(clientlib-base/fonts/NotoKufiArabic-Bold.ttf) format("ttf")}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-outer.ms-touch{overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;-ms-scroll-chaining:none;-ms-scroll-snap-type:mandatory;-ms-scroll-snap-points-x:snapInterval(0,100%)}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left;margin-right:-100%}.tns-gallery,.tns-no-calc{position:relative;left:0}.tns-gallery{min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s,opacity 0s}.tns-gallery>.tns-moving{transition:all .25s}.tns-lazy-img{transition:opacity .6s;opacity:.6}.tns-lazy-img.loaded{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-hdx{overflow-x:hidden}.tns-hdy{overflow-y:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-fadeOut,.tns-normal{opacity:0;filter:alpha(opacity=0);z-index:-1}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}.is-in-wcm-mode body{height:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.is-in-wcm-mode body{height:auto}.is-in-wcm-mode body .row{display:block}}.cms-col-border{border:2px dashed #6d6e71}fieldset,form{width:100%}legend{margin-bottom:1.125rem}fieldset{border:0;margin:0;padding:0;min-width:0}.form-group{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-start;position:relative;margin-bottom:1.49962rem;width:100%}.form-group .hidden{display:none}.form-group.-has-checkbox+.-has-checkbox{margin-top:-1.49962rem}.form-group__checkbox,.form-group__radio{display:flex;flex-flow:row nowrap;align-items:center;width:100%}.form-group__input-prefix,.form-group__input-suffix{position:relative;align-self:center;text-align:center;font-size:.9375rem}.form-group__input-prefix{margin-right:.37463rem}.form-group__input-suffix{margin-left:.37463rem}.form-message{display:block;font-size:.75rem;width:100%}.form-message.-type-error{color:#006ab4}.form-message.-type-help{color:#3c3c3c}.form-message.-type-succes{color:green}label{width:100%;font-weight:700;display:block;font-size:1.125rem;margin-bottom:.37463rem}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=file],input[type=month],input[type=number],input[type=password],input[type=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{background-color:#fff;padding:.93712rem .74925rem;color:#555;font-size:1.125rem;transition:border-color .2s ease-in-out;border-radius:.375em;border:1px solid #e2e2e2;min-width:8rem;height:3.1875rem;font-family:arial,sans-serif}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=file]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=range]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{border-color:#555}input[type=color]:disabled,input[type=date]:disabled,input[type=datetime-local]:disabled,input[type=datetime]:disabled,input[type=email]:disabled,input[type=file]:disabled,input[type=month]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=range]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=time]:disabled,input[type=url]:disabled,input[type=week]:disabled,select:disabled,textarea:disabled{-webkit-opacity:1;-webkit-text-fill-color:#555}input[type=color]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=file]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=range]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=week]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{font-size:inherit;height:100%;color:#e2e2e2}input[type=color]::placeholder,input[type=date]::placeholder,input[type=datetime-local]::placeholder,input[type=datetime]::placeholder,input[type=email]::placeholder,input[type=file]::placeholder,input[type=month]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=range]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=time]::placeholder,input[type=url]::placeholder,input[type=week]::placeholder,select::placeholder,textarea::placeholder{font-size:inherit;height:100%;color:#e2e2e2}textarea{resize:vertical;min-height:10rem}input[type=checkbox],input[type=radio]{position:absolute;top:0;left:0;opacity:0;pointer-events:none}input[type=checkbox]+label,input[type=radio]+label{position:relative;display:flex;align-items:flex-start;font-weight:400;font-size:.9375rem}input[type=checkbox]+label:after,input[type=checkbox]+label:before,input[type=radio]+label:after,input[type=radio]+label:before{content:"";background-repeat:no-repeat;background-position:50%;background-size:100%;text-align:center;line-height:1.5rem;display:inline-block;width:1.5rem;height:1.5rem}input[type=checkbox]+label:before,input[type=radio]+label:before{flex-shrink:0;margin-right:.37463rem}input[type=checkbox]+label:after,input[type=radio]+label:after{position:absolute;left:0;top:0;opacity:0;transform:scale(0);transition:all .2s cubic-bezier(.175,.885,.32,1.275)}input[type=checkbox]:checked+label:after,input[type=radio]:checked+label:after{opacity:1;transform:scale(1)}input[type=hidden]{display:none;margin:0;width:0;height:0;overflow:hidden}input[type=submit]{width:auto}input:focus{outline:none}.icon{position:relative;display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem;stroke-width:0;stroke:currentColor;fill:currentColor;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:fill .2s ease-in-out}.icon.-size-xsmall{width:.5rem;height:.5rem}.icon.-size-small{width:1rem;height:1rem}.icon.-size-medium{width:1.5rem;height:1.5rem}.icon.-size-large{width:2.25rem;height:2.25rem}.icon.-size-xlarge{width:3rem;height:3rem}iframe{width:100%;border:0}figure{margin:0;width:100%}img{display:inline-block;max-width:100%;height:auto;vertical-align:middle}.block,.page-footer,.page-header,.page-main{position:relative}.container{display:flex;flex-flow:column wrap;align-items:center}.container.has-vertical-spacing{margin-bottom:1.87538rem}@media screen and (max-width:80.9375em){.page-main>.container{padding:0 .93712rem}}.column .container{margin-left:-.5625rem;margin-right:-.5625rem}.row{display:flex;flex-flow:row wrap;justify-content:flex-start;max-width:71em;width:100%;margin:0 auto}.row.-row-full-width{max-width:none}.row.-row-reverse{flex-direction:column-reverse;margin-bottom:0}@media screen and (min-width:31em){.row.-row-reverse{flex-direction:row}}.row.-row-reverse>.column:last-child{margin-bottom:1.125rem}@media screen and (min-width:31em){.row.-row-reverse>.column:last-child{margin-bottom:0}}.column{padding-left:.5625rem;padding-right:.5625rem;width:100%}ol,ul{margin:0 0 1.125rem;list-style-position:inherit}.loader{position:absolute;top:50%;left:50%;margin-left:-1.5rem;margin-top:-1.5rem;width:3rem;height:3rem;text-align:center;animation:sk-rotate 2s linear infinite;transition:opacity .2s ease-in-out}.loader.is-hidden{opacity:0;pointer-events:none}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#009fe3;border-radius:100%;animation:sk-bounce 2s ease-in-out infinite}.dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes sk-rotate{to{transform:rotate(1turn)}}@keyframes sk-bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.modalWrapper{border-radius:10px;z-index:99;position:fixed;padding:20px 70px;top:50%;max-width:500px;width:auto;max-height:400px;left:50%;height:auto;overflow:auto;background-color:#fff;opacity:1;transform:translate(-50%,-50%);text-align:center}.modalWrapper .modal-text{font-family:Bariol,sans-serif;color:#6d6e71;margin:0}@media screen and (max-width:50.9375em){.modalWrapper{padding:20px 45px 20px 20px;width:90%}}.modalWrapper .phoneNumber{font-family:Bariol-Bold,sans-serif;color:#005eb8}.modalWrapper .phoneNumber:hover{text-decoration:underline;color:#009fe3}.modalWrapper .phoneModalCloseButton{position:absolute;font-size:20px;font-weight:700;right:10px;top:0}.modalWrapper .phoneModalCloseButton:focus,.modalWrapper .phoneModalCloseButton:hover{text-decoration:none;cursor:pointer}.phoneModalOverlay{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:10;cursor:pointer}.modal .page-main{background:none}.modal__panel{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;flex-wrap:nowrap;opacity:0;z-index:20;height:100%;width:100%;transform-origin:bottom center;pointer-events:none;transform:translateY(0) translate(-50%,-50%)}@media screen and (min-width:31em){.modal__panel{width:95%;height:90%}}@media screen and (min-width:61em){.modal__panel{width:98%;max-width:98rem;height:90%}}@media screen and (max-width:30.9375em){.modal__panel{width:100%;max-width:98rem;height:90%}}.is-visible .modal__panel{opacity:1;pointer-events:auto;transform:translate(-50%,-50%);transition:transform .2s ease-in-out .2s,opacity .2s ease-in-out .2s}.modal__overlay{z-index:19;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);pointer-events:none;opacity:0}.is-visible .modal__overlay{opacity:1;pointer-events:auto;transition:opacity .1s ease-in-out .2s}.modal__close-button{cursor:pointer;margin-left:auto;position:absolute;top:1.125rem;right:1.125rem;z-index:1}@media screen and (min-width:31em){.modal__close-button{top:-2rem;right:-2rem}}.modal__close-button.is-hidden{display:none}.modal__content,.modal__footer,.modal__header{position:relative}.modal__scroll-container{overflow-x:hidden;overflow-y:auto;min-height:25vh;flex:1 0 0}.modal__content{padding:1.49962rem;opacity:0;transition:opacity .2s ease-in-out}.modal__content.is-visible{opacity:1}@media print{*,:after,:before{background:transparent;box-shadow:none;color:#000;text-shadow:none}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:""}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}blockquote,pre{border:1px solid #3c3c3c;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%}.row{max-width:none}}.rte{width:100%}.rte ul{list-style:disc}.rte ol,.rte ul{margin-left:1.125rem}.rte ol{list-style:decimal}.rte h2{margin-bottom:1.87538rem}.rte h3{margin-bottom:1.49962rem}head .breakpoints{display:none;content:"(s: 0, s-m: 21em, m: 31em, m-l: 41em, l: 51em, l-xl: 61em, xl: 71em, xl-xxl: 78em, xxl: 81em, xxxl: 97em)"}html{box-sizing:border-box;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html:not(.is-in-dev-mode) body:before{display:none}@media screen and (max-width:30.9375em){.has-touch body{cursor:pointer}}*,:after,:before{box-sizing:inherit;margin:0;padding:0}body{overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-font-smoothing:antialiased}body:before{opacity:.25;z-index:99;position:fixed;top:.93712rem;right:.93712rem;text-transform:uppercase;color:#000;pointer-events:none}@media screen and (min-width:0){body:before{content:"s"}}@media screen and (min-width:21em){body:before{content:"s-m"}}@media screen and (min-width:31em){body:before{content:"m"}}@media screen and (min-width:41em){body:before{content:"m-l"}}@media screen and (min-width:51em){body:before{content:"l"}}@media screen and (min-width:61em){body:before{content:"l-xl"}}@media screen and (min-width:71em){body:before{content:"xl"}}@media screen and (min-width:78em){body:before{content:"xl-xxl"}}@media screen and (min-width:81em){body:before{content:"xxl"}}@media screen and (min-width:97em){body:before{content:"xxxl"}}::-moz-selection{background-color:#555;color:#fff}::selection{background-color:#555;color:#fff}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}.style-guide-block{margin-bottom:.93712rem}.style-guide-block--color-swatches .column--color{width:100%}@media screen and (min-width:31em){.style-guide-block--color-swatches .column--color{width:33.33333%}}@media screen and (min-width:51em){.style-guide-block--color-swatches .column--color{width:25%}}.style-guide-block--buttons .button{margin:0 1.125rem 1.125rem 0}.style-guide-block__item-title{display:block;border-bottom:1px solid #e2e2e2;padding-bottom:.93712rem}.color-swatch{padding:1.125rem;margin-bottom:1.125rem;box-shadow:0 .1em 0 rgba(0,0,0,.1)}.color-swatch__name{display:block}.color-swatch__value{font-style:italic}.col-12-test .column{width:8.33333%;background:rgba(245,45,112,.5)}.col-12-test .column .content{background:rgba(12,123,45,.8)}.-layout-1 .column{width:100%}.-layout-1 .column,.-layout-1 .column .content,.-layout-2 .column{background:rgba(0,0,0,.2)}.-layout-2 .column{width:50%}.-layout-2 .column .content,.-layout-3 .column{background:rgba(0,0,0,.2)}.-layout-3 .column{width:33.33333%}.-layout-3 .column .content,.-layout-4 .column{background:rgba(0,0,0,.2)}.-layout-4 .column{width:25%}.-layout-4 .column .content,.-layout-5 .column{background:rgba(0,0,0,.2)}.-layout-5 .column{width:20%}.-layout-5 .column .content,.-layout-6 .column{background:rgba(0,0,0,.2)}.-layout-6 .column{width:16.66667%}.-layout-6 .column .content,.-layout-7 .column{background:rgba(0,0,0,.2)}.-layout-7 .column{width:14.28571%}.-layout-7 .column .content,.-layout-8 .column{background:rgba(0,0,0,.2)}.-layout-8 .column{width:12.5%}.-layout-8 .column .content,.-layout-9 .column{background:rgba(0,0,0,.2)}.-layout-9 .column{width:11.11111%}.-layout-9 .column .content,.-layout-10 .column{background:rgba(0,0,0,.2)}.-layout-10 .column{width:10%}.-layout-10 .column .content,.-layout-11 .column{background:rgba(0,0,0,.2)}.-layout-11 .column{width:9.09091%}.-layout-11 .column .content,.-layout-12 .column{background:rgba(0,0,0,.2)}.-layout-12 .column{width:8.33333%}.-layout-12 .column .content{background:rgba(0,0,0,.2)}html{-ms-overflow-style:-ms-autohiding-scrollbar;font-size:100%}@media screen and (min-width:31em){html{font-size:100%}}@media screen and (min-width:51em){html{font-size:100%}}@media screen and (min-width:71em){html{font-size:100%}}@media screen and (min-width:81em){html{font-size:100%}}body{font-family:arial,sans-serif;font-size:1.125rem;line-height:1.571;color:#3c3c3c}a{color:#005eb8;cursor:pointer;text-decoration:none;transition:all .2s ease-in-out}a[href^=http]:empty:before{content:attr(href)}a:focus,a:hover{color:#009fe3}p{margin-bottom:1.49962rem}p:empty{display:none}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1.125rem;font-family:Bariol-Bold,sans-serif;font-weight:400}h1:lang(ar),h2:lang(ar),h3:lang(ar),h4:lang(ar),h5:lang(ar),h6:lang(ar){font-family:Cairo-Bold}.h1,h1{font-size:2.0625rem;font-weight:300;line-height:1.333;margin-bottom:1.87538rem;color:#002677}@media screen and (min-width:51em){.h1,h1{font-size:3rem}}.h2,h2{font-size:1.5rem;line-height:1.333;margin-bottom:.5625rem;color:#d3007d}@media screen and (min-width:51em){.h2,h2{font-size:2.0625rem}}.h3,h3{font-size:1.3125rem;line-height:1.333;margin-bottom:.5625rem;color:#002677}@media screen and (min-width:51em){.h3,h3{font-size:1.5rem}}.h4,h4{font-size:1.3125rem}.h4,.h5,h4,h5{line-height:1.571;margin-bottom:.5625rem;color:#002677}.h5,h5{font-size:1.125rem}.h6,h6{font-size:.9375rem;line-height:1.571;margin-bottom:.5625rem;color:#002677}hr{background-color:#e2e2e2;height:1px;border:0}address{font-style:italic}address span{display:block}.blockquote{margin-bottom:1.49962rem;width:100%}.blockquote__text{font-style:italic;font-weight:300;font-size:2.0625rem;line-height:1.333;color:#d3007d;margin-bottom:1.125rem}@media screen and (max-width:50.9375em){.blockquote__text{font-size:1.5rem}}.blockquote__text.has-no-author-image{margin-bottom:.5625rem}.blockquote__text:before{content:"\201C"}.blockquote__text:after{content:"\201D"}.blockquote__footer{display:flex;align-items:center;font-size:.75rem;line-height:1.571}.blockquote__image{align-self:flex-start;flex:0 0 3rem;width:3rem;height:3rem;border-radius:999rem;background-size:cover;background-position:50%;margin-right:.74925rem}.blockquote__description:before{content:"\2014   "}.u-hidden{display:none!important}.u-dark-text{text-shadow:none!important}.u-dark-text,.u-dark-text>*{color:#000!important}.u-dark-text .o-icon{fill:#000!important}.u-light-text,.u-light-text>*{color:#fff!important}.u-light-text .o-icon{fill:#fff!important}.u-text-normal{font-style:normal!important}.u-italic-text{font-style:italic!important}.u-bold-text{font-weight:700!important}.u-normal-text{font-weight:400!important}.u-has-alt-background{background-color:#64ccc9}.u-has-alt-background-2{background-image:linear-gradient(90deg,#f0f9f7 1%,#d7fafc)}.u-has-separator-1,.u-has-separator-2{position:relative}.u-has-separator-1:after,.u-has-separator-1:before,.u-has-separator-2:after,.u-has-separator-2:before{display:none;content:"";background-size:100% 100%;position:absolute;left:50%;transform:translateX(-50%);width:100vw;max-width:100%;height:30px;z-index:1;pointer-events:none}@media screen and (max-width:70.9375em){.u-has-separator-1:after,.u-has-separator-1:before,.u-has-separator-2:after,.u-has-separator-2:before{height:15px}}.u-has-separator-1:before,.u-has-separator-2:before{top:0}.u-has-separator-1:after,.u-has-separator-2:after{bottom:0}.load_more{display:flex;justify-content:center;width:75%;margin:30px 12.5%;position:relative;padding-bottom:5px}.load_more.hidden{display:none}.load_more button{font-size:1.438rem;font-family:Bariol-Bold,sans-serif;color:#002677;margin-bottom:0;line-height:1.48;background:none;cursor:pointer;transition:color .2s ease-in-out;border:none;border-bottom:2px solid #002677;min-width:8.7em;padding-bottom:8px}.load_more button:lang(ar){font-family:Cairo-Bold}.load_more button:hover{color:#009fe3;transition:color .2s ease-in-out}.selector-wrapper{margin:50px auto;position:relative;display:flex;justify-content:center}.selector-wrapper .cat_selector{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-bottom:2px solid #002677;border-radius:0;width:250px;padding:0;cursor:pointer;font-family:Bariol-Bold,sans-serif;color:#002677;font-size:1.438rem;text-transform:capitalize;text-align:center;-moz-text-align-last:center;text-align-last:center}.selector-wrapper .cat_selector:lang(ar){font-family:Cairo-Bold}.selector-wrapper .cat_selector::-ms-expand{display:none}.selector-wrapper .cat_selector option{padding:5px;text-transform:capitalize}.selector-wrapper .icon{position:absolute;top:25%;right:5%}.selector-wrapper .icon:lang(ar){left:5%}.accordionlisttextpdf .title-list .accordion:after,.accordionlisttextpdf .title-list .accordion:before,.anchorsstickynav .anchorsstickynav-separator:after,.anchorsstickynav .anchorsstickynav-separator:before,.custom-sep,.custom-sep2,.doubleaccordionlistwithpdf .year-list .year:after,.doubleaccordionlistwithpdf .year-list:before,.eventaccordionlist .event_list .event_action:after,.eventaccordionlist .event_list .event_text:after,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:before,.manualpushbox-section .manualpushbox .pushbox-wrapper:after,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:before,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper:after,.medianews .list-element:after,.pdflist .event_list .event_action:after{content:"- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -";letter-spacing:.1rem;font-size:.75rem;font-weight:500;color:#002677;height:1rem;overflow:hidden;margin:15px 0;max-width:100%;display:flex}@media screen and (max-width:50.9375em){.noscroll{position:fixed;height:100%;overflow:hidden;width:100%}}.categoryStyle{padding-bottom:5px}.overlay,img{transition:color .2s ease-in-out}.overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;background-color:#fff}.zoomeffect:hover img{transform:scale(1.15)}.zoomeffect{overflow:hidden}.zoomeffect img{transition:transform 1.5s ease}a:hover .overlay{transition:color .2s ease-in-out;opacity:.4}.hide{display:none}.show{display:block}.scroll-top-button__wrapper{margin:0 auto;max-width:71em}.scroll-top-button__wrapper .scroll-top-button{width:50px;height:50px;position:fixed;bottom:5%;right:10%;border:0;background:#6d6e71;border-radius:10px;opacity:0;transition:color .2s ease-in-out;z-index:1}.scroll-top-button__wrapper .scroll-top-button:lang(ar){left:10%}.scroll-top-button__wrapper .scroll-top-button .icon{color:#fff}.scroll-top-button__wrapper .scroll-top-button.is-visible{display:block;opacity:.4}.scroll-top-button__wrapper .scroll-top-button.is-visible:hover{cursor:pointer;opacity:.9}.page-main{background:none}.imageV2{padding:0;margin:0;width:100%;height:100%}[class*=" grid-"] .imageV2,[class^=grid-] .imageV2{margin-bottom:0}.imageV2__image,.imageV2__link{width:100%}.imageV2__image.-type-magnify{cursor:zoom-in}.imageV2 .imageV2__caption-text{margin-top:1.125rem;font-size:.9375rem;text-align:center;color:#6d6e71;line-height:1.333}.imageV2 .imageV2__caption-text p{font-size:.9375rem;margin-bottom:0}.no-vertical-space{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}.transcript{display:flex;flex-direction:column}.transcript .transcript-title{display:flex;justify-content:flex-end;align-items:flex-end;margin-bottom:1rem}@media screen and (max-width:70.9375em){.transcript .transcript-title{align-items:center}}.transcript .transcript-title button{display:flex;background:none;border:none;cursor:pointer}.transcript .transcript-title span{text-align:right;color:#6d6e71;font-family:Bariol,sans-serif;font-size:1.125rem}.transcript .transcript-title span:lang(ar){font-family:Cairo-Regular}@media screen and (max-width:70.9375em){.transcript .transcript-title span{font-size:.9em}}.transcript .transcript-title .transcript-icon{margin-left:.5rem}@media screen and (max-width:30.9375em){.transcript .transcript-title .transcript-icon{margin-left:1rem}}.transcript .transcript-title .transcript-icon img{width:50px;height:auto}@media screen and (max-width:40.9375em){.transcript .transcript-title .transcript-icon img{width:55px}}@media screen and (max-width:30.9375em){.transcript .transcript-title .transcript-icon img{width:60px}}.transcript .transcript-title svg{color:#6d6e71}.transcript .transcript-title .plus{display:block}.transcript .transcript-title.is-active .plus,.transcript .transcript-title .minus{display:none}.transcript .transcript-title.is-active .minus{display:block}.transcript .transcript-wrapper{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.transcript .transcript-wrapper.is-open{max-height:6000px;transition:max-height .4s ease-in-out}@media screen and (max-width:30.9375em){.transcript .transcript-wrapper.is-open{margin-top:0}}.transcript .transcript-wrapper p{color:#6d6e71;font-family:arial,sans-serif;font-size:.9em;line-height:1.333;margin-bottom:0}@media screen and (max-width:70.9375em){.transcript .transcript-wrapper p{font-size:.8em}}@media screen and (max-width:80.9375em){.page-main>.container{padding:0}}.column{padding-left:0;padding-right:0}.u-has-separator-1:after,.u-has-separator-1:before,.u-has-separator-2:after,.u-has-separator-2:before{display:block}.u-has-separator-1:before{top:-1px;transform:translateX(-50%) rotate(180deg)}.u-has-separator-1:after{bottom:-1px}.u-has-separator-2:after,.u-has-separator-2:before{height:50px}.u-has-separator-2:before{top:-1px}.u-has-separator-2:after{bottom:-1px;transform:translateX(-50%) rotate(180deg)}.articlesgrid{width:66.66667%;margin:15px auto;display:flex;flex-direction:column}@media screen and (max-width:50.9375em){.articlesgrid{width:83.33333%}}@media screen and (max-width:30.9375em){.articlesgrid{margin-bottom:10px;margin-top:0}}.articlesgrid.option1 .article-description{display:block}.articlesgrid.option1 .article-category,.articlesgrid.option2 .article-description{display:none}.articlesgrid.option2 .article-category{display:block}.articlesgrid img{height:110px;width:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:60.9375em){.articlesgrid img{height:90px}}@media screen and (max-width:50.9375em){.articlesgrid img{height:150px}}@media screen and (max-width:40.9375em){.articlesgrid img{height:130px}}@media screen and (max-width:30.9375em){.articlesgrid img{height:205px}}.articlesgrid .article-image{position:relative;margin-bottom:5px}@media screen and (max-width:30.9375em){.articlesgrid .article-image{margin-bottom:14px}}.articlesgrid h2,.articlesgrid h3,.articlesgrid p{margin-bottom:0}.articlesgrid ul{list-style:none;margin-bottom:0}.articlesgrid p{font-family:arial,sans-serif;font-size:.75rem;color:#6d6e71;line-height:1.45;transition:all .2s ease-in-out}.articlesgrid p:lang(ar){text-align:right}@media screen and (max-width:50.9375em){.articlesgrid p{font-size:1rem;line-height:1.333}}.articlesgrid h2{font-family:Bariol,sans-serif;font-size:.75rem;text-align:left;color:#000;text-transform:uppercase;transition:all .2s ease-in-out;display:inline}.articlesgrid h2:lang(ar){font-family:Cairo-Regular;text-align:right}@media screen and (max-width:30.9375em){.articlesgrid h2{font-size:.875rem;color:#6d6e71}}.articlesgrid h3{font-family:Bariol,sans-serif;font-size:1rem;text-align:left;color:#000;transition:all .2s ease-in-out}.articlesgrid h3:lang(ar){font-family:Cairo-Regular;text-align:right}@media screen and (max-width:30.9375em){.articlesgrid h3{font-size:1.5rem}}.articlesgrid a:hover h2{color:#a0a1a4;transition:all .2s ease-in-out}.articlesgrid a:hover h3,.articlesgrid a:hover p{color:#4ac9ff;transition:all .2s ease-in-out}.articlesgrid .article-list{display:flex;flex-wrap:wrap;margin:0 -10px}.articlesgrid .article-list .article-item{width:calc(25% - 11px);margin:10px 5px}@media screen and (max-width:50.9375em){.articlesgrid .article-list .article-item{width:calc(33% - 11px)}}@media screen and (max-width:40.9375em){.articlesgrid .article-list .article-item{width:calc(50% - 11px)}}@media screen and (max-width:30.9375em){.articlesgrid .article-list .article-item{width:100%}}.articlesgrid .article-category{width:100%;margin-bottom:5px}.articlesgrid .article-category:lang(ar){direction:rtl;text-align:right}.articlesgrid .article-description{margin-top:5px}.articlesgrid .load-more{display:flex;justify-content:center;margin:15px 0}.articlesgrid .load-more-button{border-radius:19.5px;border:1px solid #c4c4c4;padding:15px 25px;background:none;cursor:pointer;font-family:arial,sans-serif;font-size:.75rem;text-align:center;color:#c4c4c4;text-transform:uppercase}.articlesgrid .load-more-button:hover{background-color:#009fe3;border:1px solid #009fe3;color:#fff;transition:all .2s ease-in-out}.articlesgrid .load-more-button:focus{outline:none}.articlepagebanner:lang(ar){direction:rtl}.articlepagebanner h1:lang(ar),.articlepagebanner h2:lang(ar){font-family:Cairo-Regular}.hashtag{width:66.66667%;margin:30px auto;border-bottom:.5px solid #e2e2e2;padding-bottom:116px}@media screen and (max-width:50.9375em){.hashtag{width:83.33333%;padding-bottom:30px}}.hashtag h2{font-family:Blog-Script,sans-serif;font-size:1.25rem;color:#002677}.hashtag h2:lang(ar){font-family:Arabic-Blog-Script}.hashtag span{font-family:Bariol,sans-serif;font-size:.875rem}.hashtag span:lang(ar){font-family:Cairo-Regular}@media screen and (max-width:50.9375em){.hashtag span{font-size:1rem}}.hashtag .hashtag-title{padding-bottom:5px}.column:first-of-type .highlightedarticle-section .row{justify-content:flex-end}@media screen and (max-width:50.9375em){.column:first-of-type .highlightedarticle-section .row{justify-content:center}}.column:first-of-type .highlightedarticle-section .row .highlightedarticle{margin-right:.83333%}@media screen and (max-width:50.9375em){.column:first-of-type .highlightedarticle-section .row .highlightedarticle{margin:0 8.33333%}}.column:nth-of-type(2) .highlightedarticle{margin-left:.83333%}@media screen and (max-width:50.9375em){.column:nth-of-type(2) .highlightedarticle{margin:0 8.33333%}}:not(.column)>.highlightedarticle-section .highlightedarticle.option2{width:66.66667%;margin:15px auto;flex-direction:column}@media screen and (max-width:50.9375em){:not(.column)>.highlightedarticle-section .highlightedarticle.option2{width:83.33333%;margin-top:0;margin-bottom:10px}}:not(.column)>.highlightedarticle-section .highlightedarticle.option2 h2{font-size:.875rem}:not(.column)>.highlightedarticle-section .highlightedarticle.option2 h3{font-size:1.875rem}@media screen and (max-width:50.9375em){:not(.column)>.highlightedarticle-section .highlightedarticle.option2 h3{font-size:1.5rem}}:not(.column)>.highlightedarticle-section .highlightedarticle.option2 .article-category,:not(.column)>.highlightedarticle-section .highlightedarticle.option2 .article-hashtag,:not(.column)>.highlightedarticle-section .highlightedarticle.option2 .article-title{justify-content:center}@media screen and (max-width:50.9375em){:not(.column)>.highlightedarticle-section .highlightedarticle.option2 .article-category,:not(.column)>.highlightedarticle-section .highlightedarticle.option2 .article-hashtag,:not(.column)>.highlightedarticle-section .highlightedarticle.option2 .article-title{justify-content:flex-start}}:not(.column)>.highlightedarticle-section .highlightedarticle.option2 .article-image{margin-bottom:30px}@media screen and (max-width:50.9375em){:not(.column)>.highlightedarticle-section .highlightedarticle.option2 .article-image{margin-bottom:14px}}:not(.column)>.highlightedarticle-section .highlightedarticle.option2 .article-category{margin-bottom:10px}@media screen and (max-width:50.9375em){:not(.column)>.highlightedarticle-section .highlightedarticle.option2 .article-category{margin-bottom:5px}}.highlightedarticle-section{width:100%;height:100%}.highlightedarticle-section .highlightedarticle{display:flex;margin-top:15px;margin-bottom:15px}.highlightedarticle-section .highlightedarticle img{width:100%}.highlightedarticle-section .highlightedarticle p{font-family:arial,sans-serif;font-size:.75rem;color:#6d6e71;line-height:1.45;transition:all .2s ease-in-out}@media screen and (max-width:50.9375em){.highlightedarticle-section .highlightedarticle p{font-size:1rem;line-height:1.333}}.highlightedarticle-section .highlightedarticle h2,.highlightedarticle-section .highlightedarticle h3,.highlightedarticle-section .highlightedarticle p{margin-bottom:0}.highlightedarticle-section .highlightedarticle h3{font-family:Bariol,sans-serif;text-align:left;color:#000;transition:all .2s ease-in-out}.highlightedarticle-section .highlightedarticle h3:lang(ar){font-family:Cairo-Regular}.highlightedarticle-section .highlightedarticle a:hover h2{color:#a0a1a4;transition:all .2s ease-in-out}.highlightedarticle-section .highlightedarticle a:hover .readmore,.highlightedarticle-section .highlightedarticle a:hover h3,.highlightedarticle-section .highlightedarticle a:hover p{color:#4ac9ff;transition:all .2s ease-in-out}.highlightedarticle-section .highlightedarticle .article-image{position:relative;height:100%}.highlightedarticle-section .highlightedarticle .article-category,.highlightedarticle-section .highlightedarticle .article-hashtag,.highlightedarticle-section .highlightedarticle .article-title{display:flex}.highlightedarticle-section .highlightedarticle.option1{width:66.66667%;margin:30px auto;flex-direction:row}@media screen and (max-width:50.9375em){.highlightedarticle-section .highlightedarticle.option1{flex-direction:column;width:83.33333%}}.highlightedarticle-section .highlightedarticle.option1 h3{font-size:2.188rem}@media screen and (max-width:30.9375em){.highlightedarticle-section .highlightedarticle.option1 h3{font-size:1.5rem}}.highlightedarticle-section .highlightedarticle.option1 .readmore{font-family:Bariol,sans-serif;font-size:1rem;color:#000;border-bottom:1px solid #d3007d}.highlightedarticle-section .highlightedarticle.option1 .readmore:lang(ar){font-family:Cairo-Regular}.highlightedarticle-section .highlightedarticle.option1 .article-image{width:48.75%;margin-right:1.25%}@media screen and (max-width:60.9375em){.highlightedarticle-section .highlightedarticle.option1 .article-image{width:40.41667%}}@media screen and (max-width:50.9375em){.highlightedarticle-section .highlightedarticle.option1 .article-image{width:100%}}.highlightedarticle-section .highlightedarticle.option1 .article-text{width:48.75%;margin-left:1.25%}@media screen and (max-width:60.9375em){.highlightedarticle-section .highlightedarticle.option1 .article-text{width:57.08333%}}@media screen and (max-width:50.9375em){.highlightedarticle-section .highlightedarticle.option1 .article-text{width:100%}}.highlightedarticle-section .highlightedarticle.option1 .article-text .article-title{margin-bottom:10px}@media screen and (max-width:50.9375em){.highlightedarticle-section .highlightedarticle.option1 .article-text .article-title{margin-top:13px}}.highlightedarticle-section .highlightedarticle.option1 .article-description{margin-bottom:10px}.highlightedarticle-section .highlightedarticle.option1 .readmore-text{display:flex;justify-content:flex-end}.highlightedarticle-section .highlightedarticle.option2{width:65.83333%;flex-direction:column}@media screen and (max-width:50.9375em){.highlightedarticle-section .highlightedarticle.option2{width:83.33333%}}.highlightedarticle-section .highlightedarticle.option2 h2{font-family:Bariol,sans-serif;font-size:.75rem;text-align:left;color:#000;text-transform:uppercase;transition:all .2s ease-in-out;display:inline}.highlightedarticle-section .highlightedarticle.option2 h2:lang(ar){font-family:Cairo-Regular}@media screen and (max-width:50.9375em){.highlightedarticle-section .highlightedarticle.option2 h2{font-size:.875rem;color:#6d6e71}}.highlightedarticle-section .highlightedarticle.option2 h3{font-size:1.5rem}@media screen and (max-width:50.9375em){.highlightedarticle-section .highlightedarticle.option2 h3{font-size:1.5rem}}.highlightedarticle-section .highlightedarticle.option2 .article-image{margin-bottom:5px}@media screen and (max-width:50.9375em){.highlightedarticle-section .highlightedarticle.option2 .article-image{margin-bottom:14px}}.highlightedarticle-section .highlightedarticle.option2 .article-category{width:100%;margin-bottom:5px}@media screen and (max-width:50.9375em){.highlightedarticle-section .highlightedarticle.option2 .article-category{padding-bottom:1px;margin-bottom:5px}}.readthisnext{width:66.66667%;margin:30px auto;border-bottom:.5px solid #e2e2e2;display:flex;padding-bottom:60px}.readthisnext:lang(ar){direction:rtl}@media screen and (max-width:50.9375em){.readthisnext{flex-direction:column;width:83.33333%;padding:15px 0}}.readthisnext .image-mobile,.readthisnext .img-wrapper{position:relative}.readthisnext p{font-family:arial,sans-serif;font-size:.875rem;color:#6d6e71;line-height:1.45;transition:all .2s ease-in-out}@media screen and (max-width:50.9375em){.readthisnext p{font-size:1rem;line-height:1.333}}.readthisnext p:hover{color:#4ac9ff;transition:all .2s ease-in-out}.readthisnext h2,.readthisnext h3,.readthisnext h4{margin-bottom:0}.readthisnext h2{font-family:Blog-Script,sans-serif;font-size:1.25rem;color:#002677;text-transform:capitalize}.readthisnext h2:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:50.9375em){.readthisnext h2{font-size:1.563rem}}.readthisnext h3{font-family:Bariol,sans-serif;font-size:1.5rem;color:#000;text-transform:capitalize;transition:all .2s ease-in-out}.readthisnext h3:lang(ar){font-family:Cairo-Regular}.readthisnext h3:hover{color:#4ac9ff;transition:all .2s ease-in-out}.readthisnext aside{font-family:arial,sans-serif;font-size:.75rem;color:#6d6e71;font-weight:lighter;text-transform:uppercase}@media screen and (max-width:50.9375em){.readthisnext aside{font-size:.875rem;width:100%;display:flex;justify-content:space-between}}.readthisnext .text{width:41.66667%;margin:0;padding-right:38px}@media screen and (max-width:50.9375em){.readthisnext .text{width:100%;padding-right:0}}.readthisnext .text .headline{text-align:left;margin-bottom:1rem}.readthisnext .text .headline:lang(ar){text-align:right}.readthisnext .text .article-description,.readthisnext .text .article-title{margin-bottom:.8rem}@media screen and (max-width:50.9375em){.readthisnext .text .article-description{margin-bottom:.4rem}}@media screen and (max-width:50.9375em){.readthisnext .text .article-info{display:flex;justify-content:space-between}}.readthisnext .text .article-info .article-date{padding-left:3rem}@media screen and (max-width:50.9375em){.readthisnext .text .article-info .article-date{padding-left:0}}.readthisnext .image-desktop{width:58.33333%;margin:0;display:block}@media screen and (max-width:50.9375em){.readthisnext .image-desktop{display:none}}.readthisnext .image-mobile{width:100%;display:none;margin:0 0 10px}@media screen and (max-width:50.9375em){.readthisnext .image-mobile{display:block}}.recommendedimages-section .recommendedimages{width:100%;margin:30px 0;background-size:intitial;background-position:top;background-repeat:no-repeat}.recommendedimages-section .recommendedimages .imageV2{position:relative}.recommendedimages-section .recommendedimages h2,.recommendedimages-section .recommendedimages h3{margin-bottom:0}.recommendedimages-section .recommendedimages.blue-green,.recommendedimages-section .recommendedimages.cyan,.recommendedimages-section .recommendedimages.dark-blue,.recommendedimages-section .recommendedimages.light-blue,.recommendedimages-section .recommendedimages.light-blue-green,.recommendedimages-section .recommendedimages.light-purple,.recommendedimages-section .recommendedimages.medium-blue,.recommendedimages-section .recommendedimages.pink,.recommendedimages-section .recommendedimages.purple,.recommendedimages-section .recommendedimages.purple-pink{background-image:url(clientlib-base/images/recommended-stories-blue.png)}.recommendedimages-section .recommendedimages.green,.recommendedimages-section .recommendedimages.grey,.recommendedimages-section .recommendedimages.light-green,.recommendedimages-section .recommendedimages.orange,.recommendedimages-section .recommendedimages.red,.recommendedimages-section .recommendedimages.yellow{background-image:url(clientlib-base/images/recommended-images-orange.png)}.recommendedimages-section .recommendedimages p{font-family:arial,sans-serif;font-size:1.2rem;line-height:1.25;letter-spacing:-.2px;text-align:center;color:#fff}@media screen and (max-width:50.9375em){.recommendedimages-section .recommendedimages p{font-size:1rem}}.recommendedimages-section .recommendedimages h2{font-family:Blog-Script,sans-serif;font-size:3.125rem;line-height:1.45;text-align:center;color:#fff;text-transform:uppercase}.recommendedimages-section .recommendedimages h2:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:50.9375em){.recommendedimages-section .recommendedimages h2{font-size:2.4rem}}@media screen and (max-width:30.9375em){.recommendedimages-section .recommendedimages h2{font-size:2rem}}.recommendedimages-section .recommendedimages h3{font-family:Bariol-Bold,sans-serif;font-size:1.563rem;line-height:1.1;text-align:center;color:#002677;transition:all .2s ease-in-out}.recommendedimages-section .recommendedimages h3:lang(ar){font-family:Cairo-Bold}.recommendedimages-section .recommendedimages h3:hover{color:#4ac9ff;transition:all .2s ease-in-out}.recommendedimages-section .recommendedimages .image-list{display:flex;justify-content:space-between;list-style:none;margin:0 8.33333%}.recommendedimages-section .recommendedimages .image-list li{width:31.66667%;height:100%}@media screen and (max-width:40.9375em){.recommendedimages-section .recommendedimages .image-list{flex-direction:column}.recommendedimages-section .recommendedimages .image-list li{width:100%;margin:auto auto 75px}}.recommendedimages-section .recommendedimages img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.recommendedimages-section .recommendedimages .recommended-title{max-width:83.33333%;margin:0 auto;padding-top:100px;padding-bottom:100px;border-style:none}@media screen and (max-width:50.9375em){.recommendedimages-section .recommendedimages .recommended-title{padding-bottom:105px}}.recommendedimages-section .recommendedimages .recommended-title.showtext{padding-top:60px;padding-bottom:20px}.recommendedimages-section .recommendedimages .text{width:66.66667%;margin:0 auto;padding-bottom:20px;display:block;font-size:1rem;line-height:.8rem}@media screen and (max-width:30.9375em){.recommendedimages-section .recommendedimages .text{display:none}}.recommendedimages-section .recommendedimages .text li{font-family:arial,sans-serif;font-size:1.2rem;line-height:1.25;letter-spacing:-.2px;text-align:center;color:#fff}@media screen and (max-width:50.9375em){.recommendedimages-section .recommendedimages .text li{font-size:1rem}}.recommendedstories-section .recommendedstories{margin:30px 0;background-position:top;background-repeat:no-repeat;background-size:100%;width:100%}@media screen and (max-width:50.9375em){.recommendedstories-section .recommendedstories{background-size:auto}}.recommendedstories-section .recommendedstories .article-image{position:relative}.recommendedstories-section .recommendedstories h2,.recommendedstories-section .recommendedstories h3,.recommendedstories-section .recommendedstories h4,.recommendedstories-section .recommendedstories h5,.recommendedstories-section .recommendedstories h6,.recommendedstories-section .recommendedstories p{margin-bottom:0}.recommendedstories-section .recommendedstories .recommendedstories__text h2,.recommendedstories-section .recommendedstories .recommendedstories__text h3,.recommendedstories-section .recommendedstories .recommendedstories__text h4,.recommendedstories-section .recommendedstories .recommendedstories__text h5,.recommendedstories-section .recommendedstories .recommendedstories__text h6,.recommendedstories-section .recommendedstories .recommendedstories__text p{color:inherit;font-family:arial,sans-serif}.recommendedstories-section .recommendedstories .recommendedstories__title h2{color:inherit}.recommendedstories-section .recommendedstories ul{list-style:none;margin-bottom:0}.recommendedstories-section .recommendedstories__title{border-style:none}.recommendedstories-section .recommendedstories.option1 .recommendedstories__title{max-width:83.33333%;margin:0 auto;padding:60px 0}.recommendedstories-section .recommendedstories.option1 .recommendedstories__title.showtext{padding-bottom:20px}.recommendedstories-section .recommendedstories.option1 .recommendedstories__title h2{font-family:Blog-Script,sans-serif;font-size:3.125rem;line-height:1.45;text-align:center;text-transform:uppercase}.recommendedstories-section .recommendedstories.option1 .recommendedstories__title h2:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:30.9375em){.recommendedstories-section .recommendedstories.option1 .recommendedstories__title h2{font-size:2.5rem}}.recommendedstories-section .recommendedstories.option1 .recommendedstories__text{width:66.66667%;margin:0 auto;padding-bottom:50px;display:block}.recommendedstories-section .recommendedstories.option1 .recommendedstories__text h2,.recommendedstories-section .recommendedstories.option1 .recommendedstories__text h3,.recommendedstories-section .recommendedstories.option1 .recommendedstories__text h4,.recommendedstories-section .recommendedstories.option1 .recommendedstories__text h5,.recommendedstories-section .recommendedstories.option1 .recommendedstories__text h6,.recommendedstories-section .recommendedstories.option1 .recommendedstories__text p{text-align:center}.recommendedstories-section .recommendedstories.option1 .recommendedstories__text p{font-family:arial,sans-serif;font-size:1.2rem;line-height:1.25;letter-spacing:-.2px;text-align:center;color:#fff}@media screen and (max-width:30.9375em){.recommendedstories-section .recommendedstories.option1 .recommendedstories__text{display:none}}.recommendedstories-section .recommendedstories.option1 .recommendedstories__list{display:flex;justify-content:space-between;margin:0 8.33333%}@media screen and (max-width:40.9375em){.recommendedstories-section .recommendedstories.option1 .recommendedstories__list{flex-direction:column}}.recommendedstories-section .recommendedstories.option1 .recommendedstories__list h3{font-family:Bariol-Bold,sans-serif;font-size:1.563rem;line-height:1.1;text-align:center;color:#002677;transition:all .2s ease-in-out}.recommendedstories-section .recommendedstories.option1 .recommendedstories__list h3:lang(ar){font-family:Cairo-Bold}.recommendedstories-section .recommendedstories.option1 .recommendedstories__list h3:hover{color:#4ac9ff;transition:all .2s ease-in-out}.recommendedstories-section .recommendedstories.option1 .recommendedstories__list li{width:31.66667%;height:100%}@media screen and (max-width:40.9375em){.recommendedstories-section .recommendedstories.option1 .recommendedstories__list li{width:100%;margin:auto auto 75px}}.recommendedstories-section .recommendedstories.option1 .recommendedstories__list img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.recommendedstories-section .recommendedstories.option1 .recommendedstories__list .article-title{margin-top:35px}.recommendedstories-section .recommendedstories.option1 .recommendedstories__list .article-category{display:none}.recommendedstories-section .recommendedstories.option2{width:75%}@media screen and (max-width:50.9375em){.recommendedstories-section .recommendedstories.option2{display:none}}.recommendedstories-section .recommendedstories.option2 h2{font-family:Blog-Script,sans-serif;font-size:1.563rem;text-align:left}.recommendedstories-section .recommendedstories.option2 h2:lang(ar){font-family:Arabic-Blog-Script}.recommendedstories-section .recommendedstories.option2 h3{font-family:Bariol,sans-serif;font-size:1.125rem;line-height:1.25;text-align:left;color:#000;transition:all .2s ease-in-out}.recommendedstories-section .recommendedstories.option2 h3:lang(ar){font-family:Cairo-Regular}.recommendedstories-section .recommendedstories.option2 h3:hover{color:#4ac9ff;transition:all .2s ease-in-out}.recommendedstories-section .recommendedstories.option2 h4{font-family:arial,sans-serif;font-size:.75rem;text-align:left;color:#6d6e71;text-transform:uppercase;display:inline}.recommendedstories-section .recommendedstories.option2 h4:hover{color:#a0a1a4;transition:all .2s ease-in-out}.recommendedstories-section .recommendedstories.option2 .recommendedstories__title{margin-bottom:15px}.recommendedstories-section .recommendedstories.option2 .recommendedstories__text{padding-bottom:25px;border-bottom:2px solid #e2e2e2;margin-bottom:15px}.recommendedstories-section .recommendedstories.option2 .recommendedstories__text h2,.recommendedstories-section .recommendedstories.option2 .recommendedstories__text h3,.recommendedstories-section .recommendedstories.option2 .recommendedstories__text h4,.recommendedstories-section .recommendedstories.option2 .recommendedstories__text h5,.recommendedstories-section .recommendedstories.option2 .recommendedstories__text h6,.recommendedstories-section .recommendedstories.option2 .recommendedstories__text p{text-align:left}.recommendedstories-section .recommendedstories.option2 .article-image{display:none}.recommendedstories-section .recommendedstories.option2 .article-category{width:100%;padding-bottom:5px;margin-bottom:10px}.recommendedstories-section .recommendedstories.option2 .article-title{width:100%;margin-bottom:23px;padding-bottom:23px;border-bottom:2px solid #e2e2e2}.recommendedstories-section .recommendedstories.option3{width:66.66667%;margin:0 auto}@media screen and (max-width:50.9375em){.recommendedstories-section .recommendedstories.option3{width:83.33333%}}.recommendedstories-section .recommendedstories.option3 img{height:145px;width:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:60.9375em){.recommendedstories-section .recommendedstories.option3 img{height:110px}}@media screen and (max-width:40.9375em){.recommendedstories-section .recommendedstories.option3 img{height:80px}}@media screen and (max-width:30.9375em){.recommendedstories-section .recommendedstories.option3 img{height:205px}}.recommendedstories-section .recommendedstories.option3 ul{display:flex;justify-content:space-between}@media screen and (max-width:30.9375em){.recommendedstories-section .recommendedstories.option3 ul{flex-direction:column}}.recommendedstories-section .recommendedstories.option3 li{width:30.83333%}@media screen and (max-width:30.9375em){.recommendedstories-section .recommendedstories.option3 li{width:100%;margin-bottom:18px}}.recommendedstories-section .recommendedstories.option3 h2{font-family:Blog-Script,sans-serif;font-size:1.875rem;text-align:center}.recommendedstories-section .recommendedstories.option3 h2:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:30.9375em){.recommendedstories-section .recommendedstories.option3 h2{font-size:1.563rem;text-align:left}}.recommendedstories-section .recommendedstories.option3 h3{font-family:Bariol,sans-serif;font-size:1.25rem;text-align:left;color:#000}.recommendedstories-section .recommendedstories.option3 h3:lang(ar){font-family:Cairo-Regular}@media screen and (max-width:30.9375em){.recommendedstories-section .recommendedstories.option3 h3{font-size:1.5rem}}.recommendedstories-section .recommendedstories.option3 h3:hover{color:#4ac9ff;transition:all .2s ease-in-out}.recommendedstories-section .recommendedstories.option3 h4{font-family:Bariol,sans-serif;font-size:.75rem;text-align:left;color:#000;text-transform:uppercase;display:inline}.recommendedstories-section .recommendedstories.option3 h4:lang(ar){font-family:Cairo-Regular}@media screen and (max-width:30.9375em){.recommendedstories-section .recommendedstories.option3 h4{font-size:.875rem;color:#6d6e71}}.recommendedstories-section .recommendedstories.option3 h4:hover{color:#a0a1a4;transition:all .2s ease-in-out}.recommendedstories-section .recommendedstories.option3 .recommendedstories__title{margin-bottom:50px}@media screen and (max-width:30.9375em){.recommendedstories-section .recommendedstories.option3 .recommendedstories__title{margin-bottom:25px}}.recommendedstories-section .recommendedstories.option3 .recommendedstories__text{padding-bottom:50px}.recommendedstories-section .recommendedstories.option3 .recommendedstories__text h2,.recommendedstories-section .recommendedstories.option3 .recommendedstories__text h3,.recommendedstories-section .recommendedstories.option3 .recommendedstories__text h4,.recommendedstories-section .recommendedstories.option3 .recommendedstories__text h5,.recommendedstories-section .recommendedstories.option3 .recommendedstories__text h6,.recommendedstories-section .recommendedstories.option3 .recommendedstories__text p{text-align:center}.recommendedstories-section .recommendedstories.option3 .article-image{margin-bottom:35px}@media screen and (max-width:30.9375em){.recommendedstories-section .recommendedstories.option3 .article-image{margin-bottom:10px}}.recommendedstories-section .recommendedstories.option3 .article-category{width:100%;padding-bottom:5px;margin-bottom:10px}@media screen and (max-width:30.9375em){.recommendedstories-section .recommendedstories.option3 .article-category{padding-bottom:1px;margin-bottom:5px}}.socialnetwork-section{width:100%;height:100%}.socialnetwork-section .image-wrapper{position:relative;margin:1%;width:100%}@media screen and (max-width:50.9375em){.socialnetwork-section .image-wrapper{margin:0}}@media screen and (max-width:40.9375em){.socialnetwork-section .image-wrapper{z-index:1}}.socialnetwork-section .socialnetworkpushes{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;text-align:center;padding-top:72px;padding-bottom:66px;word-wrap:break-word}@media screen and (max-width:50.9375em){.socialnetwork-section .socialnetworkpushes{padding-top:99px}}@media screen and (max-width:30.9375em){.socialnetwork-section .socialnetworkpushes{padding-top:30px}}.socialnetwork-section .socialnetworkpushes ul{list-style:none;margin:0}.socialnetwork-section .socialnetworkpushes li{margin:0 5px}.socialnetwork-section .socialnetworkpushes h2,.socialnetwork-section .socialnetworkpushes h3,.socialnetwork-section .socialnetworkpushes h4{margin-bottom:0}.socialnetwork-section .socialnetworkpushes h2{font-family:Bariol,sans-serif;font-size:1.875rem;color:#fff;text-shadow:0 2px 3px rgba(0,0,0,.8);padding-top:4px;padding-bottom:24px}.socialnetwork-section .socialnetworkpushes h2:lang(ar){font-family:Cairo-Regular}@media screen and (max-width:50.9375em){.socialnetwork-section .socialnetworkpushes h2{padding-bottom:10px}}.socialnetwork-section .socialnetworkpushes h3{font-family:Bariol,sans-serif;font-size:1.25rem;font-style:italic;text-align:center;color:#fff;text-shadow:0 2px 3px rgba(0,0,0,.8)}.socialnetwork-section .socialnetworkpushes h3:lang(ar){font-family:Cairo-Regular}.socialnetwork-section .socialnetworkpushes h4{font-family:arial,sans-serif;font-size:1rem;color:#6d6e71;font-weight:lighter}@media screen and (max-width:50.9375em){.socialnetwork-section .socialnetworkpushes h4{font-size:.75rem}}.socialnetwork-section .socialnetworkpushes .socialnetworklinks{display:block}.socialnetwork-section .socialnetworkpushes .socialnetworklinks li{display:inline-block}.socialnetwork-section .socialnetworkpushes .socialnetworklinks .btn{text-align:center;border-style:none;border-radius:2rem;padding:10px 38px;display:flex;align-content:center}.socialnetwork-section .socialnetworkpushes .socialnetworklinks .btn:hover{filter:brightness(130%) grayscale(30%)}.socialnetwork-section .socialnetworkpushes .socialnetworklinks .icon{height:20px;width:20px;color:#fff}[class*=" grid-"]>.column,[class^=grid-]>.column{height:100%;display:flex;flex-flow:column nowrap;align-items:center;margin-bottom:1.87538rem}@media screen and (max-width:50.9375em){[class*=" grid-"]>.column,[class^=grid-]>.column{margin-bottom:.74925rem}}.column-grid{width:100%}.column-grid.textmargin{width:66%;margin:auto}.column-grid .column .wide{width:100%}.column-grid .column .container{margin:0;width:100%}.column-grid .column .video-edit{width:30rem!important}.column-grid .grid-1-col>.column{width:100%}.column-grid .grid-1-col .video-section{margin:auto;width:91.66667%}.column-grid .grid-2-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .grid-2-col>.column{width:50%}}@media screen and (min-width:31em){.column-grid .grid-2-col--4-8>.column{width:50%}}@media screen and (min-width:51em){.column-grid .grid-2-col--4-8>.column:first-child{width:33.33333%}.column-grid .grid-2-col--4-8>.column:last-child{width:66.66667%}}.column-grid .grid-3-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .grid-3-col>.column{width:33.33333%}}.column-grid .grid-4-col>.column{width:100%}@media screen and (min-width:31em){.column-grid .grid-4-col>.column{width:50%}}@media screen and (min-width:51em){.column-grid .grid-4-col>.column{width:25%}}.column-grid .grid-5-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .grid-5-col>.column{width:20%}}.column-grid .grid-6-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .grid-6-col>.column{width:16.66667%}}.column-grid .grid-7-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .grid-7-col>.column{width:14.28333%}}.column-grid .grid-8-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .grid-8-col>.column{width:12.5%}}.column-grid .grid-center-col{justify-content:center;width:66.66667%;margin:auto}.column-grid .grid-center-col>.column{width:100%}.column-grid .grid-center-col>.column>figure>img{padding:0 0 2.25rem}@media screen and (max-width:70.9375em){.column-grid .grid-center-col{width:83.33333%}}.column-grid .grid-center-col-48{justify-content:center;width:48%;margin:auto}.column-grid .grid-center-col-48>.column{width:100%}.column-grid .grid-center-col-48>.column>figure>img{padding:0 0 2.25rem}@media screen and (max-width:70.9375em){.column-grid .grid-center-col-48{width:83.33333%}}.column-grid .-row-vertical-dotted-line .grid-2-col .column,.column-grid .-row-vertical-spacing .grid-2-col .column{width:100%}@media screen and (min-width:51em){.column-grid .-row-vertical-dotted-line .grid-2-col .column,.column-grid .-row-vertical-spacing .grid-2-col .column{width:49%}}.column-grid .-row-vertical-dotted-line .grid-3-col>.column,.column-grid .-row-vertical-spacing .grid-3-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .-row-vertical-dotted-line .grid-3-col>.column,.column-grid .-row-vertical-spacing .grid-3-col>.column{width:32%}}.column-grid .-row-vertical-dotted-line .grid-4-col>.column,.column-grid .-row-vertical-spacing .grid-4-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .-row-vertical-dotted-line .grid-4-col>.column,.column-grid .-row-vertical-spacing .grid-4-col>.column{width:23.5%}}.column-grid .-row-vertical-dotted-line .grid-5-col>.column,.column-grid .-row-vertical-spacing .grid-5-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .-row-vertical-dotted-line .grid-5-col>.column,.column-grid .-row-vertical-spacing .grid-5-col>.column{width:18.4%}}.column-grid .-row-vertical-dotted-line .grid-6-col>.column,.column-grid .-row-vertical-spacing .grid-6-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .-row-vertical-dotted-line .grid-6-col>.column,.column-grid .-row-vertical-spacing .grid-6-col>.column{width:15%}}.column-grid .-row-vertical-dotted-line .grid-7-col>.column,.column-grid .-row-vertical-spacing .grid-7-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .-row-vertical-dotted-line .grid-7-col>.column,.column-grid .-row-vertical-spacing .grid-7-col>.column{width:12.571%}}.column-grid .-row-vertical-dotted-line .grid-8-col>.column,.column-grid .-row-vertical-spacing .grid-8-col>.column{width:100%}@media screen and (min-width:51em){.column-grid .-row-vertical-dotted-line .grid-8-col>.column,.column-grid .-row-vertical-spacing .grid-8-col>.column{width:10.75%}}.column-grid .vertical-spacing{width:1%;margin-right:1%}.column-grid .vertical-dotted-line{width:1%;border-right:1.5px dashed #002677;margin-right:1%}.column-grid .headlinesection:lang(ar){direction:rtl}.column-grid .headlinesection .row .headline.h2{font-size:2.25rem;font-family:Bariol-Bold,sans-serif;color:#005eb8;margin-bottom:105px}.column-grid .headlinesection .row .headline.h2:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:50.9375em){.column-grid .headlinesection .row .headline.h2{width:83.33333%;font-size:1.5rem;margin:auto auto 55px;padding-left:67px;padding-right:67px}}.column-grid>.container>.row{height:100%}.column-grid>.container>.row.grid-2-col.left-col-25>.column:first-of-type{width:25%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-2-col.left-col-25>.column:first-of-type{width:100%}}.column-grid>.container>.row.grid-2-col.left-col-25>.column:last-of-type{width:75%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-2-col.left-col-25>.column:last-of-type{width:100%}}.column-grid>.container>.row.grid-2-col.left-col-33>.column:first-of-type{width:33.33333%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-2-col.left-col-33>.column:first-of-type{width:100%}}.column-grid>.container>.row.grid-2-col.left-col-33>.column:last-of-type{width:66.66667%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-2-col.left-col-33>.column:last-of-type{width:100%}}.column-grid>.container>.row.grid-2-col.left-col-67>.column:first-of-type{width:66.66667%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-2-col.left-col-67>.column:first-of-type{width:100%}}.column-grid>.container>.row.grid-2-col.left-col-67>.column:last-of-type{width:33.33333%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-2-col.left-col-67>.column:last-of-type{width:100%}}.column-grid>.container>.row.grid-2-col.left-col-75>.column:first-of-type{width:75%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-2-col.left-col-75>.column:first-of-type{width:100%}}.column-grid>.container>.row.grid-2-col.left-col-75>.column:last-of-type{width:25%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-2-col.left-col-75>.column:last-of-type{width:100%}}.column-grid>.container>.row.grid-3-col.left-col-25-25>.column:first-of-type{width:25%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-3-col.left-col-25-25>.column:first-of-type{width:100%}}.column-grid>.container>.row.grid-3-col.left-col-25-25>.column:nth-of-type(2){width:25%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-3-col.left-col-25-25>.column:nth-of-type(2){width:100%}}.column-grid>.container>.row.grid-3-col.left-col-25-25>.column:last-of-type{width:50%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-3-col.left-col-25-25>.column:last-of-type{width:100%}}.column-grid>.container>.row.grid-3-col.left-col-50-25>.column:first-of-type{width:50%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-3-col.left-col-50-25>.column:first-of-type{width:100%}}.column-grid>.container>.row.grid-3-col.left-col-50-25>.column:nth-of-type(2){width:25%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-3-col.left-col-50-25>.column:nth-of-type(2){width:100%}}.column-grid>.container>.row.grid-3-col.left-col-50-25>.column:last-of-type{width:25%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-3-col.left-col-50-25>.column:last-of-type{width:100%}}.column-grid>.container>.row.grid-3-col.left-col-25-50>.column:first-of-type{width:25%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-3-col.left-col-25-50>.column:first-of-type{width:100%}}.column-grid>.container>.row.grid-3-col.left-col-25-50>.column:nth-of-type(2){width:50%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-3-col.left-col-25-50>.column:nth-of-type(2){width:100%}}.column-grid>.container>.row.grid-3-col.left-col-25-50>.column:last-of-type{width:25%}@media screen and (max-width:50.9375em){.column-grid>.container>.row.grid-3-col.left-col-25-50>.column:last-of-type{width:100%}}.photobox-section{margin-top:20px}.photobox-section,.photobox-section .photobox{width:100%;height:100%}.photobox-section .photobox .imageV2{height:auto;display:flex;justify-content:center}.photobox-section .photobox .image-wrapper{position:relative;width:61.66667%;height:auto;margin:auto}@media screen and (max-width:50.9375em){.photobox-section .photobox .image-wrapper{width:81.66667%}}.photobox-section .photobox .image-wrapper .imageV2__image{margin:auto}.photobox-section .photobox .photoboxdetails{width:61.66667%;margin-left:19.16667%;display:flex;flex-direction:column}.photobox-section .photobox .photoboxdetails:lang(ar){direction:rtl}@media screen and (max-width:50.9375em){.photobox-section .photobox .photoboxdetails{width:81.66667%;margin:0 9.16667%}}.photobox-section .photobox .photoboxdetails .link{color:inherit}.photobox-section .photobox .photoboxdetails .link:hover{color:#009fe3;transition:color .2s ease-in-out}.photobox-section .photobox .photoboxdetails .contactname{font-family:Bariol-Bold,sans-serif;font-size:1.46rem;line-height:1.1;letter-spacing:normal;text-align:left;color:#002677;margin-top:26px;margin-bottom:10px}.photobox-section .photobox .photoboxdetails .contactname:lang(ar){text-align:right;font-family:Cairo-Bold}@media screen and (max-width:50.9375em){.photobox-section .photobox .photoboxdetails .contactname{margin-top:18px}}.photobox-section .photobox .photoboxdetails .contactposition{font-family:Bariol,sans-serif;font-size:1rem;font-weight:300;line-height:1.1;letter-spacing:normal;text-align:left;color:#002677;margin-bottom:18px}.photobox-section .photobox .photoboxdetails .contactposition:lang(ar){text-align:right}@media screen and (max-width:50.9375em){.photobox-section .photobox .photoboxdetails .contactposition{min-height:inherit;margin-bottom:20px;padding-right:20px}}.photobox-section .photobox .photoboxdetails .contactnumber,.photobox-section .photobox .photoboxdetails .contactsociallink a{font-family:arial,sans-serif;font-size:.875rem;letter-spacing:1.2px;text-align:left}.photobox-section .photobox .photoboxdetails .contactnumber{color:#005eb8;font-family:Bariol,sans-serif;font-size:1rem;margin-bottom:14px}.photobox-section .photobox .photoboxdetails .contactnumber:lang(ar){margin-right:3px}@media screen and (max-width:50.9375em){.photobox-section .photobox .photoboxdetails .contactnumber{margin-bottom:10px}}.photobox-section .photobox .photoboxdetails .contactnumber:hover{color:#009fe3;text-decoration:underline;cursor:pointer}.photobox-section .photobox .photoboxdetails .photoboxContactLable{color:#005eb8}.photobox-section .photobox .photoboxdetails .contactsociallinklist{display:flex;list-style:none}.photobox-section .photobox .photoboxdetails .contactsociallink{margin-right:1rem}@media screen and (max-width:50.9375em){.photobox-section .photobox .photoboxdetails .contactsociallink{margin-bottom:0}}.photobox-section .photobox .photoboxdetails .contactsociallink a{font-weight:700;color:#005eb8;display:inline-block}.photobox-section .photobox .photoboxdetails .contactsociallink a .followlabel{margin-left:5px}.photobox-section .photobox .photoboxdetails .contactsociallink a .icon.linkedin{color:#0076b6}.photobox-section .photobox .photoboxdetails .contactsociallink a .icon.twitter{color:#0aabee}.photobox-section .photobox .photoboxdetails .contactsociallink a:hover .icon{color:#009fe3;transition:color .2s ease-in-out}.photobox-section .email{font-family:Bariol,sans-serif;font-size:1rem;font-weight:400;line-height:1.667;letter-spacing:.4px;color:#005eb8}.photobox-section .email span{font-weight:700;display:inline-block}.photobox-section .email{margin-bottom:15px}.photobox-section .email a:hover{color:#009fe3;text-decoration:underline}.photobox-section .tel{font-family:Bariol,sans-serif;font-size:1rem;font-weight:400;line-height:1.667;letter-spacing:.4px}.photobox-section .tel .tel_span{font-weight:700;display:inline-block}.contactbox-section{margin-top:25px;width:100%}.contactbox-section .contactbox{word-break:break-all;text-align:center;margin:0 auto;padding-left:10px;padding-right:10px;width:100%}@media screen and (max-width:50.9375em){.contactbox-section .contactbox{width:91.66667%}}.contactbox-section .contactbox .seperator{display:none}@media screen and (max-width:50.9375em){.contactbox-section .contactbox .seperator{display:block;border-bottom:1px dashed #002677}}.contactbox-section .contactbox .contactnumber,.contactbox-section .contactbox .email{font-family:arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.667;letter-spacing:.4px;color:#005eb8}.contactbox-section .contactbox .contactnumber span,.contactbox-section .contactbox .email span{font-weight:700}.contactbox-section .contactbox .titlesection{margin-bottom:43px}@media screen and (max-width:50.9375em){.contactbox-section .contactbox .titlesection{margin-bottom:25px}}.contactbox-section .contactbox .titlesection h2{color:#005eb8;font-family:Bariol-Bold,sans-serif;font-size:2rem;line-height:1.1;letter-spacing:1.5px;text-align:center}.contactbox-section .contactbox .titlesection h2:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:50.9375em){.contactbox-section .contactbox .titlesection h2{font-size:1.5rem;letter-spacing:1.1px}}.contactbox-section .contactbox .contactnumber{text-decoration:underline;color:#005eb8}.contactbox-section .contactbox .contactnumber:hover{color:#009fe3;text-decoration:underline;cursor:pointer}.contactbox-section .contactbox .contactboxTextLable{color:#005eb8}.contactbox-section .contactbox .email{margin-bottom:15px}@media screen and (max-width:50.9375em){.contactbox-section .contactbox .linkinformation{margin-bottom:40px}}.contactbox-section .contactbox .linkinformation a{color:#009fe3;display:inline-block}.contactbox-section .contactbox .linkinformation a .linktext{font-family:Bariol-Bold,sans-serif;font-size:1.125rem;line-height:1.8;letter-spacing:normal;text-align:center;white-space:pre-line;margin-bottom:15px;word-break:break-word;padding:20px 70px 10px}.contactbox-section .contactbox .linkinformation a .linktext:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:70.9375em){.contactbox-section .contactbox .linkinformation a .linktext{padding-right:0;padding-left:0}}.contactbox-section .contactbox .linkinformation a .icon{width:2.167em;height:2.167em}.contactbox-section .contactbox .linkinformation a:hover{color:#005eb8}.textwithbackground-section .top-wrapper{width:100%;padding:25px 0;position:relative}.textwithbackground-section .top-wrapper .main-wrapper .contact,.textwithbackground-section .top-wrapper .main-wrapper .email,.textwithbackground-section .top-wrapper .main-wrapper .hqcontent{font-size:1.125rem;font-family:arial,sans-serif;line-height:1.571;letter-spacing:.5px;color:#fff}@media screen and (max-width:50.9375em){.textwithbackground-section .top-wrapper .main-wrapper .contact,.textwithbackground-section .top-wrapper .main-wrapper .email,.textwithbackground-section .top-wrapper .main-wrapper .hqcontent{letter-spacing:.6px}}.textwithbackground-section .top-wrapper .main-wrapper{text-align:center;background:url(clientlib-base/images/hqbanner.png) 0 0 no-repeat;background-size:cover;padding:85px 30px;width:100%}@media screen and (max-width:50.9375em){.textwithbackground-section .top-wrapper .main-wrapper{padding:75px 15px}}.textwithbackground-section .top-wrapper .main-wrapper .hqtitle{padding-bottom:21px}@media screen and (max-width:50.9375em){.textwithbackground-section .top-wrapper .main-wrapper .hqtitle{padding-bottom:33px}}.textwithbackground-section .top-wrapper .main-wrapper .hqtitle h2{font-size:2.25rem;color:#fff;font-family:Bariol-Bold,sans-serif;letter-spacing:2.6px}.textwithbackground-section .top-wrapper .main-wrapper .hqtitle h2:lang(ar){font-family:Cairo-Bold}.textwithbackground-section .top-wrapper .main-wrapper .hqcontent b{font-family:Bariol,sans-serif;font-size:1.563rem}.textwithbackground-section .top-wrapper .main-wrapper .hqcontent b:lang(ar){font-family:Cairo-Regular}@media screen and (max-width:50.9375em){.textwithbackground-section .top-wrapper .main-wrapper .hqcontent b{font-size:1.125rem}}.textwithbackground-section .top-wrapper .main-wrapper .contact{padding-top:5px}@media screen and (max-width:50.9375em){.textwithbackground-section .top-wrapper .main-wrapper .contact{padding-top:0}}.textwithbackground-section .top-wrapper .main-wrapper .contact .contactlabel,.textwithbackground-section .top-wrapper .main-wrapper .email .emaillabel{font-weight:700}.textwithbackground-section .contactnumber{color:#fff;text-decoration:underline}.textwithbackground-section .contactnumber:hover{color:#fff;text-decoration:underline;cursor:pointer}.accordionlisttextpdf-section{max-width:100%}.accordionlisttextpdf-section:lang(ar){direction:rtl}.accordionlisttextpdf{width:75%;margin:0 12.5%}@media screen and (max-width:40.9375em){.accordionlisttextpdf{width:83.33333%;margin:0 8.33333%}}.accordionlisttextpdf ul{list-style:none;margin:0}.accordionlisttextpdf h2{font-size:1.75rem;font-family:Bariol-Bold,sans-serif;color:#002677;margin-bottom:0;line-height:1.45}.accordionlisttextpdf h2:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:40.9375em){.accordionlisttextpdf h2{font-size:1.5rem}}.accordionlisttextpdf .title-list{width:100%}.accordionlisttextpdf .title-list .title{display:flex;align-items:center;margin:20px 0}@media screen and (max-width:50.9375em){.accordionlisttextpdf .title-list .title{justify-content:space-between;padding:0}}.accordionlisttextpdf .title-list .title .plus{display:block}.accordionlisttextpdf .title-list .title.is-active .plus,.accordionlisttextpdf .title-list .title .minus{display:none}.accordionlisttextpdf .title-list .title.is-active .minus{display:block}.accordionlisttextpdf .title-list .title .title-wrapper{max-width:87.5%;word-wrap:break-word}.accordionlisttextpdf .title-list .title .icon-wrapper{width:8.33333%;margin-left:4.16667%;cursor:pointer}.accordionlisttextpdf .title-list .title .icon{width:2.063rem;height:2.063rem;color:#009fe3}@media screen and (max-width:30.9375em){.accordionlisttextpdf .title-list .title .icon{width:2rem;height:2rem}}.accordionlisttextpdf .title-list .accordion{list-style-type:none;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.accordionlisttextpdf .title-list .accordion.is-open{max-height:300em;transition:max-height .4s ease-in-out}@media screen and (max-width:30.9375em){.accordionlisttextpdf .title-list .accordion.is-open{margin-top:0}}.accordionlisttextpdf .title-list .accordion .margin-within{margin:30px 0}.accordionlisttextpdf .title-list .accordion .paragraph ul{list-style:inside;margin-bottom:20px}.accordionlisttextpdf .title-list .accordion .paragraph li,.accordionlisttextpdf .title-list .accordion .paragraph p{font-size:1.375rem;line-height:1.333;font-family:arial,sans-serif;color:#6d6e71}@media screen and (max-width:30.9375em){.accordionlisttextpdf .title-list .accordion .paragraph li,.accordionlisttextpdf .title-list .accordion .paragraph p{font-size:1.125rem}}.accordionlisttextpdf .title-list .accordion .paragraph p{margin-bottom:20px}.accordionlisttextpdf .title-list .accordion .document-list{display:flex;flex-wrap:wrap}.accordionlisttextpdf .title-list .accordion .document-list li{display:flex;width:100%;margin:8px 0}.accordionlisttextpdf .title-list .accordion .document-list li .pdf{height:1.938rem;color:#002677;fill:#002677;margin-right:.8rem}.accordionlisttextpdf .title-list .accordion .document-list li h3 a{font-size:1.25rem;font-family:Bariol-Bold,sans-serif;color:#002677}.accordionlisttextpdf .title-list .accordion .document-list li h3 a:lang(ar){font-family:Cairo-Bold}.accordionlisttextpdf .title-list .accordion .document-list li h3 a:hover{color:#009fe3}.accordionlisttextpdf .title-list .accordion .document-list li h3 a:hover .download{color:#009fe3;fill:#009fe3}.accordionlisttextpdf .title-list .accordion .document-list li .download{height:1.75rem;color:#002677;margin-left:.8rem;transition:all .2s ease-in-out}@media screen and (max-width:30.9375em){.accordionlisttextpdf .title-list .accordion li{position:relative}.accordionlisttextpdf .title-list .accordion li h3{padding-right:10%}.accordionlisttextpdf .title-list .accordion li h3 a .download{position:absolute;top:0;right:0}}.anchors{padding-top:1.5rem}.anchorsstickynav .anchorsstickynav-separator:after,.anchorsstickynav .anchorsstickynav-separator:before,.custom-sep2{margin:0 4.16667%;width:91.66667%;white-space:nowrap;font-size:1rem;align-items:center}@media screen and (max-width:40.9375em){.anchorsstickynav{position:static!important}}.anchorsstickynav{width:100%;position:sticky;top:0;bottom:0;background:#fff;z-index:3}.anchorsstickynav ul{list-style:none}.anchorsstickynav h2{margin:0;font-family:arial,sans-serif;font-weight:700;font-size:1.125rem;text-transform:uppercase;color:#005eb8;text-align:center}.anchorsstickynav h2:hover{color:#009fe3}@media screen and (max-width:70.9375em){.anchorsstickynav h2{font-size:.9375rem}}@media screen and (max-width:50.9375em){.anchorsstickynav h2{font-size:.75rem}}@media screen and (max-width:40.9375em){.anchorsstickynav h2{font-size:1.125rem}}.anchorsstickynav .anchorsstickynav-separator{width:100%}@media screen and (max-width:40.9375em){.anchorsstickynav .anchorsstickynav-separator:after,.anchorsstickynav .anchorsstickynav-separator:before{display:none}}.anchorsstickynav-list{width:91.66667%;margin:auto;display:flex;justify-content:center;padding:.25rem 0}@media screen and (max-width:40.9375em){.anchorsstickynav-list{flex-direction:column;border:none}}.anchorsstickynav-list .link{padding:0 2rem;display:flex;align-items:center;justify-content:center;height:2rem;border-right:1px solid #005eb8}.anchorsstickynav-list .link:first-child{border-left:none}.anchorsstickynav-list .link:last-child{border-right:none}@media screen and (max-width:40.9375em){.anchorsstickynav-list .link{border-top:.75px dashed #000;border-right:none;border-left:none;padding:1rem 0;height:auto}.anchorsstickynav-list .link:last-child{border-bottom:.75px dashed #000}}.backgroundtextwithtexttwoimages .title{width:100%;text-align:center}.backgroundtextwithtexttwoimages .title h2{color:inherit;font-family:Blog-Script,sans-serif;text-transform:uppercase;font-size:3.125rem}.backgroundtextwithtexttwoimages .title h2:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:50.9375em){.backgroundtextwithtexttwoimages .title h2{font-size:2.5rem}}@media screen and (max-width:40.9375em){.backgroundtextwithtexttwoimages .title h2{font-size:1.875rem}}.backgroundtextwithtexttwoimages .subtitle{width:66.66667%;margin-left:16.66667%;text-align:center}.backgroundtextwithtexttwoimages .wrapper{width:100%;background-size:cover;background-repeat:no-repeat;min-height:500px;display:flex;flex-wrap:nowrap;align-items:center}.backgroundtextwithtexttwoimages .wrapper .item{width:50%}.backgroundtextwithtexttwoimages .wrapper .item figure{text-align:center}.backgroundtextwithtexttwoimages .wrapper .item.packshot{order:1}.backgroundtextwithtexttwoimages .wrapper .item.description{order:2}@media screen and (max-width:60.9375em){.backgroundtextwithtexttwoimages .wrapper .description{margin:0 4.16667%}}@media screen and (max-width:50.9375em){.backgroundtextwithtexttwoimages .wrapper{flex-direction:column;background-position-y:150px;min-height:650px;background-size:inherit}.backgroundtextwithtexttwoimages .wrapper .item{width:91.66667%;margin:0 4.16667%}.backgroundtextwithtexttwoimages .wrapper .item.packshot figure{width:90%;margin:0 5%}}@media screen and (max-width:30.9375em){.backgroundtextwithtexttwoimages .wrapper{background-position-y:90px;min-height:590px}}[lang=ar] .breadcrumb_content{display:flex}[lang=ar] .breadcrumb_content li:first-child{order:4}[lang=ar] .breadcrumb_content li:nth-child(2){order:3}[lang=ar] .breadcrumb_content li:nth-child(3){order:2}[lang=ar] .breadcrumb_content li:nth-child(4){order:1}[lang=ar] .breadcrumb-section .breadcrumb_content .breadcrumb__listitem{display:inline-flex;align-items:center}[lang=ar] .breadcrumb-section .breadcrumb_content .breadcrumb__listitem:first-child .icon{display:none}[lang=ar] .breadcrumb-section .breadcrumb_content .breadcrumb__listitem:last-child .icon{display:inline-block}[lang=ar] .breadcrumb-section .breadcrumb_content .breadcrumb__listitem .icon{transform:rotate(180deg)}.breadcrumb-section{width:100%}.breadcrumb-section .row{display:flex!important;justify-content:flex-end}.breadcrumb-section .breadcrumb_contentList{max-width:66%}.breadcrumb-section .breadcrumb_content{font-size:.75rem;color:#555;width:100%;margin:0;text-align:right}@media screen and (max-width:50.9375em){.breadcrumb-section .breadcrumb_content{display:none}}@media screen and (max-width:80.9375em){.breadcrumb-section .breadcrumb_content{margin-right:1.5em}}.breadcrumb-section .breadcrumb_content a{color:#555}.breadcrumb-section .breadcrumb_content a:hover{color:#009fe3}.breadcrumb-section .breadcrumb_content .icon{width:.5em;height:.5em;margin:0 .75rem}.breadcrumb-section .breadcrumb_content .breadcrumb__listitem{display:inline}.breadcrumb-section .breadcrumb_content .breadcrumb__listitem:last-child .icon{display:none}.button-section .button-wrapper{display:flex;justify-content:center;width:100%;padding:15px 0}.button-section .button-wrapper .button{border-radius:19.5px;border:1px solid #c4c4c4;background:none;cursor:pointer;font-family:arial,sans-serif;text-align:center;color:#c4c4c4;text-transform:uppercase;display:flex;align-items:center;height:auto}.button-section .button-wrapper .button.large{font-size:1.3rem;padding:10px 20px}.button-section .button-wrapper .button.medium{font-size:1rem;padding:13px 17px}.button-section .button-wrapper .button.small{font-size:.75rem;padding:8px 15px}.button-section .button-wrapper .button:hover{background-color:#009fe3;border:1px solid #009fe3;color:#fff;transition:all .2s ease-in-out}.button-section .button-wrapper .button:focus,a:focus,button:focus{outline:none}.carousel-v2-section{position:relative;line-height:1.71;font-size:.875rem;width:100%}@media screen and (max-width:50.9375em){.carousel-v2-section{line-height:1.69;font-size:.8125rem}}.carousel-v2-section .img-wrapper figure{position:relative;margin-bottom:0;height:33.75rem;background-size:cover;background-position:50%;background-repeat:no-repeat}@media screen and (max-width:50.9375em){.carousel-v2-section .img-wrapper figure{height:32.3125rem;margin-top:-4.375rem}}.carousel-v2-section .img-wrapper figure figcaption{position:relative;z-index:3;text-align:left;color:#fff;padding-top:5%;max-width:75rem;right:0;margin:auto}.carousel-v2-section .img-wrapper figure figcaption:lang(ar){direction:rtl;text-align:right}@media screen and (max-width:50.9375em){.carousel-v2-section .img-wrapper figure figcaption{top:6rem}.carousel-v2-section .img-wrapper figure figcaption:lang(ar){text-align:right}}.carousel-v2-section .img-wrapper figure figcaption .wrapper{max-width:24rem;margin-left:4.875rem;margin-right:1.875rem}@media screen and (max-width:50.9375em){.carousel-v2-section .img-wrapper figure figcaption .wrapper{margin-left:3.4375rem;margin-right:3.4375rem}}.carousel-v2-section .img-wrapper figure figcaption h1,.carousel-v2-section .img-wrapper figure figcaption h2,.carousel-v2-section .img-wrapper figure figcaption h3{color:#fff;line-height:1.25;font-size:2.5rem;margin-bottom:2.5rem}@media screen and (max-width:50.9375em){.carousel-v2-section .img-wrapper figure figcaption h1,.carousel-v2-section .img-wrapper figure figcaption h2,.carousel-v2-section .img-wrapper figure figcaption h3{font-size:20px;line-height:1.32;margin-bottom:1rem}}.carousel-v2-section .img-wrapper figure figcaption p{margin-bottom:2.5rem;line-height:1.71;font-size:.875rem}@media screen and (max-width:50.9375em){.carousel-v2-section .img-wrapper figure figcaption p{line-height:1.69;font-size:10px;margin-bottom:1rem}}.carousel-v2-section .img-wrapper figure .overlay{z-index:2;background-color:#000}.carousel-v2-section .img-wrapper .linkbutton .button{border-radius:19.5px;border:1px solid #fff;display:inline-block;padding:1rem 4.0625rem 1rem 1.25rem;font-size:1rem;line-height:normal;color:#fff;font-family:Bariol-Bold,sans-serif;position:relative;min-width:12.75rem}.carousel-v2-section .img-wrapper .linkbutton .button:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:50.9375em){.carousel-v2-section .img-wrapper .linkbutton .button{display:block;min-width:auto}}.carousel-v2-section .img-wrapper .linkbutton .button:hover{background-color:#fff!important;color:#002677!important}@media screen and (max-width:50.9375em){.carousel-v2-section .img-wrapper .linkbutton .button{font-size:.875rem;padding:.75rem 2.5rem .75rem 1.25rem}}.carousel-v2-section .img-wrapper .linkbutton .button .icon{position:absolute;right:.4375rem;top:0;width:2.5rem;height:2.5rem;bottom:0;margin:auto}@media screen and (max-width:50.9375em){.carousel-v2-section .img-wrapper .linkbutton .button .icon{right:.125rem}}.carousel-v2-section .tns-outer{position:relative;width:100%;height:100%}.carousel-v2-section .tns-outer [aria-controls],.carousel-v2-section .tns-outer [data-action]{cursor:pointer}.carousel-v2-section .tns-outer .tns-controls{position:absolute;height:100%;width:100%;left:0;right:0;margin:auto;max-width:85rem}.carousel-v2-section .tns-outer .tns-controls button{border:0;background:none;top:50%;margin-top:0;z-index:1;position:absolute;transition:all .2s ease-in-out;color:#fff}.carousel-v2-section .tns-outer .tns-controls button svg{width:1rem;height:2rem}.carousel-v2-section .tns-outer .tns-controls button[data-controls=prev]{left:0}@media screen and (max-width:70.9375em){.carousel-v2-section .tns-outer .tns-controls button[data-controls=prev]{left:16px}}.carousel-v2-section .tns-outer .tns-controls button[data-controls=prev]:lang(ar){right:0;left:unset;transform:rotate(180deg)}.carousel-v2-section .tns-outer .tns-controls button[data-controls=next]{left:auto;width:1rem}.carousel-v2-section .tns-outer .tns-controls button[data-controls=next]:lang(ar){left:0;right:unset;transform:rotate(180deg)}.carousel-v2-section .custom-nav.custom-nav-img{position:absolute;bottom:3.75rem;left:0;right:0;text-align:center;line-height:0}@media screen and (max-width:50.9375em){.carousel-v2-section .custom-nav.custom-nav-img{bottom:2rem}}.carousel-v2-section .custom-nav.custom-nav-img button{width:.625rem;height:.625rem;border:1px solid #fff;border-radius:50%;background-color:transparent;margin-right:.9375rem;cursor:pointer}@media screen and (max-width:50.9375em){.carousel-v2-section .custom-nav.custom-nav-img button{width:.5625rem;height:.5625rem}}.carousel-v2-section .custom-nav.custom-nav-img button:first-child:lang(ar),.carousel-v2-section .custom-nav.custom-nav-img button:last-child{margin-right:0}.carousel-v2-section .custom-nav.custom-nav-img button:last-child:lang(ar){margin-right:.9375rem}.carousel-v2-section .custom-nav.custom-nav-img button.tns-nav-active{background-color:#fff}.container>.row.grid-2-col .carousel-section .img-wrapper figure{margin-top:0}.container>.row.grid-2-col .carousel-section .img-wrapper figure figcaption{top:3.75rem}@media screen and (max-width:50.9375em){.container>.row.grid-2-col .carousel-section .img-wrapper figure figcaption{top:2.5rem}}.container>.row.grid-2-col .carousel-section .img-wrapper figure figcaption .wrapper{margin-left:16.66666666666667%;margin-right:20%}.container>.row.grid-2-col .carousel-section .img-wrapper figure figcaption h1{font-size:2.375rem;line-height:1.24;margin-bottom:1.875rem}@media screen and (max-width:50.9375em){.container>.row.grid-2-col .carousel-section .img-wrapper figure figcaption h1{font-size:1.25rem;line-height:1.35;margin-bottom:1rem}}.container>.row.grid-2-col .carousel-section .img-wrapper figure figcaption .linkbutton .button{min-width:13.125rem}.container>.row.grid-2-col .carousel-section .custom-nav.custom-nav-img{bottom:3.8125rem}@media screen and (max-width:50.9375em){.container>.row.grid-2-col .carousel-section .custom-nav.custom-nav-img{bottom:1.25rem}}.container.padding-none>.row{padding-left:0;padding-right:0}.carousel-section{padding:1.87538rem 0}.tns-nav{text-align:center}.tns-nav button{width:13px;height:13px;margin:5px;border-radius:50%;border:1px solid #005eb8;background-color:transparent}.tns-nav .tns-nav-active{background-color:#005eb8}.tns-outer{position:relative}.tns-controls{position:absolute;width:100%;height:100%}.tns-controls button{border:0;background:none;top:50%;margin-top:-1.0835em;z-index:1;position:absolute;transition:all .2s ease-in-out}.tns-controls button:hover{opacity:.7;transform:scale(1.1)}.tns-controls button .icon{width:2.167em;height:2.167em}.tns-controls button:first-of-type{left:0;margin-left:2.167em}.tns-controls button:last-of-type{right:0;margin-right:2.167em}@media (min-width:50em){#carousel-section-id.carousel-section .imagecarousel .tns-inner{margin:0 180px}}.custom-nav{text-align:center;padding-top:.5em;width:100%}.custom-nav:lang(ar){direction:rtl}.custom-nav button{width:.722em;height:.722em;margin:5px;border-radius:50%;border-style:solid;border-width:1px;background-color:transparent}.custom-nav button:hover{cursor:pointer}.custom-nav.grey button{background-color:#c4cddf;border-color:#c4cddf}.custom-nav.grey button:hover{border-color:#005eb8}.custom-nav.grey .tns-nav-active{background-color:#005eb8;border-color:#005eb8}.custom-nav.pink button{border-color:#d3007d}.custom-nav.pink .tns-nav-active{background-color:#d3007d;border-color:#d3007d}.custom-nav.blue button{border-color:#005eb8}.custom-nav.blue .tns-nav-active{background-color:#005eb8;border-color:#005eb8}.custom-nav.white button{border-color:#fff}.custom-nav.white .tns-nav-active{background-color:#fff;border-color:#fff}.imagecarousel .image-carousel,.imagecarousel .img-wrapper,.imagecarousel .item,.imagecarousel .tns-inner,.imagecarousel .tns-outer{height:100%}.imagecarousel .tns-outer{overflow:hidden}.imagecarousel .item{height:100%;vertical-align:middle}.imagecarousel .item .img-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.imagecarousel .tns-horizontal.tns-subpixel>.tns-item{vertical-align:inherit}.bubble-carousel-wrapper{position:relative;width:100%;min-height:660px;background:url(clientlib-base/images/bubble.png) 0 0 no-repeat}.bubble-carousel-wrapper h3{color:#fff;font-family:Blog-Script,sans-serif;font-size:70px;text-align:center;text-transform:uppercase;letter-spacing:-.03em}.bubble-carousel-wrapper h3:lang(ar){font-family:Arabic-Blog-Script}.bubble-carousel-wrapper .heading{position:absolute;top:100px;left:260px;width:360px;transform:rotate(-6deg)}.bubble-carousel-wrapper .tns-outer{width:45%;height:90%;float:right}.bubble-carousel-wrapper .tns-inner{height:100%}.bubble-carousel-wrapper .custom-nav{width:100%;clear:both}.bubble-carousel-wrapper .bubble-carousel,.bubble-carousel-wrapper .bubble-carousel .item{height:100%}.bubble-carousel-wrapper .bubble-carousel .item .img-wrapper{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.bubble-carousel-wrapper .bubble-carousel .item .img-wrapper>a,.bubble-carousel-wrapper .bubble-carousel .item .img-wrapper>figure{flex:1 1 0%;width:100%}.bubble-carousel-wrapper .bubble-carousel .item .img-wrapper figure{width:100%;text-align:center}@media screen and (max-width:70.9375em){.bubble-carousel-wrapper{background-size:700px auto;background-position-x:-110px;min-height:600px}.bubble-carousel-wrapper .heading{left:110px}.bubble-carousel-wrapper h3{font-size:60px}.bubble-carousel-wrapper .tns-outer{width:50%}}@media screen and (max-width:60.9375em){.bubble-carousel-wrapper{background-size:600px auto;background-position:-110px 0;min-height:520px}.bubble-carousel-wrapper .heading{width:320px;left:40px;top:90px}.bubble-carousel-wrapper h3{font-size:50px}.bubble-carousel-wrapper img{max-height:450px}}@media screen and (max-width:50.9375em){.bubble-carousel-wrapper{background-size:500px auto;background-position:-50px 20px}.bubble-carousel-wrapper .heading{width:240px;left:100px;top:110px}.bubble-carousel-wrapper h3{font-size:40px}.bubble-carousel-wrapper img{max-height:300px}}@media screen and (max-width:40.9375em){.bubble-carousel-wrapper{background-size:420px auto;background-position:-50px 20px;min-height:400px}.bubble-carousel-wrapper .heading{width:240px;left:60px;top:90px}.bubble-carousel-wrapper h3{font-size:35px}.bubble-carousel-wrapper img{max-height:200px}}@media screen and (max-width:30.9375em){.bubble-carousel-wrapper{background-position:63% top;background-size:120%;min-height:450px}.bubble-carousel-wrapper .heading{transform:inherit;width:100%;padding:60px 20% 15px;position:static}.bubble-carousel-wrapper .bubble-carousel .item{height:auto}.bubble-carousel-wrapper .tns-outer{padding:0 8.33333%;float:left;width:100%;position:relative;height:auto}.bubble-carousel-wrapper img{max-height:280px}.bubble-carousel-wrapper .custom-nav-bubble{padding-top:10px}.bubble-carousel-wrapper .tns-inner{height:280px}}.product-carousel-wrapper{position:relative;width:100%;min-height:530px;background-position:0 0;background-repeat:no-repeat;background-size:100%;display:flex;flex-wrap:wrap}.product-carousel-wrapper .heading{width:50%;margin:0;order:2;padding-top:114px;flex:1}.product-carousel-wrapper .heading h3{color:#fff;font-family:Blog-Script,sans-serif;font-size:3.333em;text-align:center;text-transform:uppercase}.product-carousel-wrapper .heading h3:lang(ar){font-family:Arabic-Blog-Script}.product-carousel-wrapper .heading p{font-family:arial,sans-serif;text-align:center;color:#fff;opacity:.7;padding:.5625rem 25%;font-size:1.5rem;line-height:1.25}.product-carousel-wrapper .tns-outer{width:50%;margin:0;order:1;flex:1;height:430px;min-width:1px}.product-carousel-wrapper .custom-nav-product{width:100%;order:3;z-index:2}.product-carousel-wrapper .product-carousel,.product-carousel-wrapper .product-carousel>.item{height:100%}.product-carousel-wrapper .img-wrapper{display:flex;align-items:center;justify-content:center}.product-carousel-wrapper .img-wrapper figure{width:auto}.product-carousel-wrapper .img-wrapper img{max-height:520px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:60.9375em){.product-carousel-wrapper .heading h3{font-size:3rem}.product-carousel-wrapper .heading p{font-size:1.3125rem}}@media screen and (max-width:50.9375em){.product-carousel-wrapper{background-position-y:60%;min-height:600px;background-size:1000px;display:block}.product-carousel-wrapper .heading{width:100%;order:2;padding:10px 8.33333% 0}.product-carousel-wrapper .heading p{padding:0;font-size:1.125rem}.product-carousel-wrapper .heading h3{font-size:1.5rem}.product-carousel-wrapper .tns-outer{width:66.66667%;margin:0 16.66667%;height:auto;order:1}.product-carousel-wrapper .tns-outer .tns-inner{height:300px}.product-carousel-wrapper .img-wrapper{display:block;text-align:center;height:100%}.product-carousel-wrapper .img-wrapper img{height:100%}.product-carousel-wrapper .custom-nav{padding-top:0}.product-carousel-wrapper .custom-nav button{border-color:#fff}.product-carousel-wrapper .custom-nav .tns-nav-active{background-color:#fff;border-color:#fff}}.brandcarousel .tns-outer{margin:0 100px}.brandcarousel .tns-controls button{color:#002677}.brandcarousel .tns-controls button:first-of-type{left:-110px}.brandcarousel .tns-controls button:first-of-type:lang(ar){right:0;left:unset;transform:rotate(180deg)}.brandcarousel .tns-controls button:last-of-type{right:-110px}.brandcarousel .tns-controls button:last-of-type:lang(ar){left:0;right:unset;transform:rotate(180deg)}.brandcarousel .brand-carousel,.brandcarousel .img-wrapper,.brandcarousel .item,.brandcarousel .tns-inner,.brandcarousel .tns-outer{height:100%}.brandcarousel .tns-inner,.brandcarousel .tns-outer{width:100%}.brandcarousel .brand-carousel{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:row;width:100%}.brandcarousel .item{height:100px;flex-shrink:1;flex-basis:1;align-items:center}.brandcarousel .item figure{width:auto;display:flex;align-items:center;justify-content:center;height:100%;position:relative}.brandcarousel .item figure img{max-height:70px}.brandcarousel .item figure figcaption{position:absolute;bottom:0}@media screen and (max-width:50.9375em){.brandcarousel .tns-outer{margin:0 50px}.brandcarousel .tns-controls button{color:#002677}.brandcarousel .tns-controls button:first-of-type{left:-80px}.brandcarousel .tns-controls button:first-of-type:lang(ar){right:0;left:unset;transform:rotate(180deg)}.brandcarousel .tns-controls button:last-of-type{right:-80px}.brandcarousel .tns-controls button:last-of-type:lang(ar){left:0;right:unset;transform:rotate(180deg)}}.carousel-videos-section{padding:1.87538rem 0}.carousel-videos-section .videoscarousel>.row>.videos-carousel{width:100%}.carousel-videos-section .videoscarousel .item,.carousel-videos-section .videoscarousel .tns-inner,.carousel-videos-section .videoscarousel .tns-outer,.carousel-videos-section .videoscarousel .videos-carousel{height:100%}.carousel-videos-section .videoscarousel .tns-outer{overflow:hidden}@media screen and (max-width:50.9375em){.carousel-videos-section .videoscarousel .tns-outer{height:240px;width:100%}}.carousel-videos-section .videoscarousel .item{height:100%;vertical-align:middle}.carousel-videos-section .videoscarousel .item p{margin-top:1.49962rem;font-size:.9375rem;text-align:center;color:#3c3c3c}.carousel-videos-section .videoscarousel .item iframe{width:100%;height:100%}.carousel-videos-section .videoscarousel .item .vjs-poster{background-size:cover}.carousel-videos-section .videoscarousel .item .item-video-youtube{position:relative;padding-bottom:54.75%;padding-top:25px;height:0}.carousel-videos-section .videoscarousel .item .item-video-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%}.carousel-videos-section .videoscarousel .tns-horizontal.tns-subpixel>.tns-item{vertical-align:inherit}@media screen and (max-width:30.9375em){.carousel-videos-section .videoscarousel .tns-outer{width:100%}}.carousel-videos-section .videoscarousel .item .item-video-youtube .ytp-cued-thumbnail-overlay{position:absolute;left:0;top:0;width:100%;height:100%}.carousel-videos-section .videoscarousel .item .item-video-youtube .ytp-cued-thumbnail-overlay-image{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:100%;position:absolute}.carousel-videos-section .videoscarousel .item .item-video-youtube .ytp-large-play-button{position:absolute;left:50%;top:50%;width:68px;height:48px;margin-left:-34px;margin-top:-24px;transition:opacity .25s cubic-bezier(0,0,.2,1);z-index:63;background:none;border:none;cursor:pointer}.doubleaccordionlistwithpdf{width:75%;margin:0 12.5%;min-height:5em}@media screen and (max-width:40.9375em){.doubleaccordionlistwithpdf{width:83.33333%;margin:0 8.33333%}}.doubleaccordionlistwithpdf ul{list-style:none;margin:0;flex:1 1 0%}.doubleaccordionlistwithpdf ul:lang(ar){direction:rtl}.doubleaccordionlistwithpdf h2{font-size:1.75rem;font-family:Bariol-Bold,sans-serif;color:#002677;margin-bottom:0;line-height:1.8;transition:color .2s ease-in-out}.doubleaccordionlistwithpdf h2:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:30.9375em){.doubleaccordionlistwithpdf h2{font-size:1.75rem}}.doubleaccordionlistwithpdf h3{font-size:1.75rem;font-family:arial,sans-serif;font-weight:700;color:#6d6e71;margin-bottom:0;line-height:1.1;transition:color .2s ease-in-out}@media screen and (max-width:80.9375em){.doubleaccordionlistwithpdf h3{font-size:1.6rem}}.doubleaccordionlistwithpdf .year-list .year-line{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.doubleaccordionlistwithpdf .year-list .year-line .plus{transition:transform .2s ease-in-out;transform:rotate(0deg)}.doubleaccordionlistwithpdf .year-list .year-line.is-active .plus{transform:rotate(45deg);transition:transform .2s ease-in-out}.doubleaccordionlistwithpdf .year-list .year-line:hover h2{color:#009fe3;transition:color .2s ease-in-out}.doubleaccordionlistwithpdf .year-list .year-line .icon{width:2.063rem;height:2.063rem;transform-origin:center;margin-right:.7rem;color:#009fe3}@media screen and (max-width:30.9375em){.doubleaccordionlistwithpdf .year-list .year-line .icon{margin-right:0}}.doubleaccordionlistwithpdf .year-list .category-list{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.doubleaccordionlistwithpdf .year-list .category-list.is-open{max-height:2000em;transition:max-height .4s ease-in-out}.doubleaccordionlistwithpdf .year-list .category-list li:first-of-type{margin-top:20px}.doubleaccordionlistwithpdf .year-list .category-list .category-line{padding:20px 0;display:flex;align-items:center}.doubleaccordionlistwithpdf .year-list .category-list .category-line:hover{cursor:pointer}.doubleaccordionlistwithpdf .year-list .category-list .category-line:hover .icon,.doubleaccordionlistwithpdf .year-list .category-list .category-line:hover h3{color:#009fe3;transition:color .2s ease-in-out}.doubleaccordionlistwithpdf .year-list .category-list .category-line .minus{display:none}.doubleaccordionlistwithpdf .year-list .category-list .category-line.is-active .minus,.doubleaccordionlistwithpdf .year-list .category-list .category-line .plus{display:inline}.doubleaccordionlistwithpdf .year-list .category-list .category-line.is-active .plus{display:none}.doubleaccordionlistwithpdf .year-list .category-list .category-line .icon{width:1.75rem;height:1.75rem;margin-left:2.5rem;color:#005eb8;transition:color .2s ease-in-out}@media screen and (max-width:30.9375em){.doubleaccordionlistwithpdf .year-list .category-list .category-line .icon{width:100%;height:1.4rem;flex-grow:0;margin-left:0}}.doubleaccordionlistwithpdf .year-list .document-list{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.doubleaccordionlistwithpdf .year-list .document-list.is-open{max-height:2000em}.doubleaccordionlistwithpdf .year-list .document-list .document{padding:15px 0}@media screen and (max-width:30.9375em){.doubleaccordionlistwithpdf .year-list .document-list .document{justify-content:space-between}}.doubleaccordionlistwithpdf .year-list .document-list .document a{display:flex;align-items:center;width:100%;height:100%}.doubleaccordionlistwithpdf .year-list .document-list .document a:hover .document-download .icon,.doubleaccordionlistwithpdf .year-list .document-list .document a:hover .document-icon .icon,.doubleaccordionlistwithpdf .year-list .document-list .document a:hover .document-text{color:#009fe3}.doubleaccordionlistwithpdf .year-list .document-list .document .document-icon{padding:0 30px}@media screen and (max-width:30.9375em){.doubleaccordionlistwithpdf .year-list .document-list .document .document-icon{padding-left:0;padding-right:20px}}.doubleaccordionlistwithpdf .year-list .document-list .document .document-icon .icon{transition:all .2s ease-in-out;height:1.938rem;color:#002677;fill:#002677}@media screen and (max-width:30.9375em){.doubleaccordionlistwithpdf .year-list .document-list .document .document-icon .icon{height:2.5rem;width:1.875rem}}.doubleaccordionlistwithpdf .year-list .document-list .document .document-text{font-size:1rem;font-family:arial,sans-serif;color:#6d6e71;line-height:1.333;transition:all .2s ease-in-out}@media screen and (max-width:30.9375em){.doubleaccordionlistwithpdf .year-list .document-list .document .document-text{font-size:1.125rem}}.doubleaccordionlistwithpdf .year-list .document-list .document .document-download{margin-left:1.5rem}@media screen and (max-width:30.9375em){.doubleaccordionlistwithpdf .year-list .document-list .document .document-download{margin-left:1rem}}.doubleaccordionlistwithpdf .year-list .document-list .document .document-download .icon{width:1.75rem;height:1.75rem;color:#64ccc9;transition:all .2s ease-in-out}.dropdownlistdynamic__title{font-family:Bariol-Bold,sans-serif;font-size:1.6rem;margin-right:40px;color:#002677;width:33.33333%;margin-left:8.33333%;display:flex;align-items:center;justify-content:flex-end}.dropdownlistdynamic__title:lang(ar){font-family:Cairo-Bold}.dropdownlistdynamic__nav{width:100%}.dropdownlistdynamic__select{width:50%}.dropdownlistdynamic .selector-wrapper{margin:30px 0;max-width:70%}.dropdownlistdynamic .selector-wrapper .cat_selector{border-bottom:1px solid #002677;color:#009fe3;width:100%;min-width:30%;text-transform:none}.dropdownlistdynamic .selector-wrapper .cat_selector:lang(ar){text-overflow:ellipsis;padding-left:14%}.dropdownlistdynamic .selector-wrapper .cat_selector option{text-transform:none}.dropdownlistdynamic .selector-wrapper .icon{right:0;fill:red}.dropdownlistdynamic__content{width:100%;min-height:10px}@media screen and (max-width:50.9375em){.dropdownlistdynamic__title{font-size:1.4rem}.dropdownlistdynamic .selector-wrapper{max-width:90%}}@media screen and (max-width:40.9375em){.dropdownlistdynamic__title{justify-content:center}.dropdownlistdynamic__select,.dropdownlistdynamic__title{width:83.33333%;margin:0 8.33333%}.dropdownlistdynamic .selector-wrapper{width:100%;max-width:100%}}.cmp-embed{width:100%}.embed{overflow:hidden;width:91.66667%;margin:0 auto}.embed .container{position:relative;width:100%;height:715px;margin:1rem}.embed .container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.expander{display:flex;flex-direction:column}.expander .image-component img{width:auto;margin:auto}.expander:lang(ar){width:75%;margin:0 12.5%}.expander .expander_title{display:flex;justify-content:center;align-items:flex-end;width:83.33333%;margin:1.5rem auto;position:relative}@media screen and (max-width:70.9375em){.expander .expander_title{align-items:center}}.expander .expander_title .blogscript{font-family:Blog-Script,sans-serif}.expander .expander_title .bariol{font-size:1.75rem;font-family:Bariol-Bold,sans-serif;color:#002677;margin-bottom:0;line-height:1.45}.expander .expander_title.blogscript h1,.expander .expander_title.blogscript h2,.expander .expander_title.blogscript h3{font-family:Blog-Script,sans-serif}.expander .expander_title.bariol h1,.expander .expander_title.bariol h2,.expander .expander_title.bariol h3{font-size:1.75rem;font-family:Bariol-Bold,sans-serif;color:#002677;margin-bottom:0;line-height:1.45}@media screen and (max-width:40.9375em){.expander .expander_title.bariol h1,.expander .expander_title.bariol h2,.expander .expander_title.bariol h3{font-size:1.5rem}}.expander .expander_title.bariol .expander_icon img{width:2.063rem;height:2.063rem}@media screen and (max-width:30.9375em){.expander .expander_title.bariol .expander_icon img{width:2rem;height:2rem}}@media screen and (max-width:40.9375em){.expander .expander_title.bariol .expander_icon img{width:2rem;height:2rem}}.expander .expander_title h1,.expander .expander_title h2,.expander .expander_title h3{color:#002677;font-family:Blog-Script,sans-serif;text-align:center;margin-bottom:0}.expander .expander_title h1:lang(ar),.expander .expander_title h2:lang(ar),.expander .expander_title h3:lang(ar){font-family:Arabic-Blog-Script}.expander .expander_title.left h1,.expander .expander_title.left h2,.expander .expander_title.left h3{text-align:left}.expander .expander_title.right h1,.expander .expander_title.right h2,.expander .expander_title.right h3{text-align:right}.expander .expander_title.right:lang(ar){direction:rtl;width:auto;margin:1.5rem 0;justify-content:right}.expander .expander_title.right:lang(ar) .expander_text{width:auto}.expander .expander_title.right:lang(ar) .expander_icon{margin-right:2rem}@media screen and (max-width:30.9375em){.expander .expander_title.right:lang(ar) .expander_icon{margin-right:1rem}}.expander .expander_title.center h1,.expander .expander_title.center h2,.expander .expander_title.center h3{text-align:center}.expander .expander_title .expander_text{max-width:80%;width:100%}@media screen and (max-width:40.9375em){.expander .expander_title .expander_text{max-width:70%;width:auto}}.expander .expander_title.widemargin.center .expander_text,.expander .expander_title.widemargin.left .expander_text{width:auto}.expander .expander_title.textmargin{width:66.66667%}@media screen and (max-width:40.9375em){.expander .expander_title.textmargin{width:83.33333%}}.expander .expander_title.textmargin .expander_text{max-width:90%}@media screen and (max-width:40.9375em){.expander .expander_title.textmargin .expander_text{max-width:70%}}.expander .expander_title.textmargin.left{justify-content:left;margin:1.5rem 0}@media screen and (max-width:40.9375em){.expander .expander_title.textmargin.left{justify-content:center}}.expander .expander_title.textmargin.right{justify-content:right}@media screen and (max-width:40.9375em){.expander .expander_title.textmargin.right{justify-content:center}}.expander .expander_title.textmargin.center{justify-content:center}@media screen and (max-width:40.9375em){.expander .expander_title.textmargin.center{justify-content:center}}.expander .expander_title.textmargin.center .expander_text,.expander .expander_title.textmargin.left .expander_text{width:auto}.expander .expander_title .expander_icon{margin-left:2rem;cursor:pointer}@media screen and (max-width:30.9375em){.expander .expander_title .expander_icon{margin-left:1rem}}.expander .expander_title .expander_icon img{width:50px;height:auto}@media screen and (max-width:40.9375em){.expander .expander_title .expander_icon img{width:55px}}@media screen and (max-width:30.9375em){.expander .expander_title .expander_icon img{width:60px}}.expander .expander_title .plus{display:block}.expander .expander_title.is-active .plus,.expander .expander_title .minus{display:none}.expander .expander_title.is-active .minus{display:block}.expander .expander_accordion{list-style-type:none;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.expander .expander_accordion.is-open{max-height:8000px;min-height:100px;transition:max-height .4s ease-in-out}@media screen and (max-width:30.9375em){.expander .expander_accordion.is-open{margin-top:0}}.expander-section{width:100%}.expander-section .expander_title.left{justify-content:left}.expander-section .expander_title .expander_text{word-break:break-word}.iframe{overflow:hidden;width:91.66667%;margin:0 auto}.iframe .container{position:relative;width:100%;height:715px;margin:1rem}.iframe .container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.imageV2-section{width:100%;height:auto}.imageV2-section .image-transcript-wrapper{display:flex;flex-direction:column;margin:auto}.imageV2-section .image-transcript-wrapper.article,.imageV2-section .image-transcript-wrapper.fullwidth{width:100%}.imageV2-section .default{width:66.66667%;margin:0 auto;padding:0}@media screen and (max-width:70.9375em){.imageV2-section .default{width:83.33333%}}.imageV2-section .article,.imageV2-section .fullwidth{margin:0 auto}.imageV2-section .image-component{margin:30px auto;width:100%}.imageV2-section .image-component .imageV2{position:relative;margin:0}.imageV2-section .image-component .imageV2 .lazy{height:500px}@media screen and (max-width:70.9375em){.imageV2-section .image-component .imageV2 .lazy{height:300px}}[class*=" grid-"] .imageV2-section .image-component .imageV2,[class^=grid-] .imageV2-section .image-component .imageV2{margin-bottom:0}.imageV2-section .image-component .imageV2 .imageV2__image{display:flex;height:auto}.imageV2-section .image-component .image_nodynamicmedia{text-align:center}@media screen and (max-width:50.9375em){.imageV2-section .image-component{margin:15px 0}}.imageV2-section .image-component .imageV2.native{display:flex;justify-content:center}.imageV2-section .image-component .imageV2.native .imageV2__image{width:auto;height:auto}.imageV2-section .image-component,.imageV2-section .imageV2,.imageV2-section .imageV2__link{height:100%}@media screen and (min-width:31em){.imageV2-section.hidedesktopView{display:none}}@media screen and (max-width:30.9375em){.imageV2-section.hidemobileView{display:none}}.ph .magnifier-cursor{position:fixed;left:10px;width:32px;height:32px;transform:translate(-50%,-50%);pointer-events:none;z-index:100;transition:width .5s,height .5s;display:none}@media screen and (max-width:50.9375em){.ph__container{padding-left:20px;padding-right:20px}}.ph .ph-carousel__inner--zoom-icon{position:fixed;visibility:hidden}@media screen and (max-width:50.9375em){.ph .ph-carousel__inner--zoom-icon{visibility:visible;position:absolute;top:6px;width:22px;right:7px}}@media screen and (min-width:51em){.ph .ph-carousel{display:flex;align-items:center}}.ph .ph-carousel__item{background-color:#fff;cursor:none}@media screen and (max-width:50.9375em){.ph .ph-carousel__item{position:relative;border-radius:8px;padding:8vw 6vw;margin:6px 8px 28px;box-shadow:0 1px 4px rgba(0,0,0,.2)}}@media screen and (min-width:71em){.ph .ph-carousel__item{position:relative}}@media screen and (min-width:81em){.ph .ph-carousel__item{position:relative}}@media screen and (min-width:97em){.ph .ph-carousel__item{position:relative}}.ph .ph-carousel__fullscreen{display:flex;visibility:hidden;position:fixed;bottom:0;width:100%;height:100%;left:0;justify-content:center;align-items:center;z-index:40}.ph .ph-carousel__fullscreen:before{content:" ";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-color:hsla(0,0%,100%,.6)}.ph .ph-carousel__fullscreen--container{position:relative;width:80%;max-width:660px;background-color:#fff;padding:0 2.5rem;border:.25px solid #979797;box-sizing:border-box;box-shadow:0 2px 4px rgba(0,0,0,.1)}@media screen and (max-width:50.9375em){.ph .ph-carousel__fullscreen--container{padding:0 2rem;width:90%;max-width:90%}}.ph .ph-carousel__fullscreen .ph-carousel__item{padding-left:0;padding-right:0}.ph .ph-carousel__fullscreen .zoom-image{max-height:100%;height:460px;flex:1;background-position:50%;background-repeat:no-repeat;background-size:contain;margin:2rem auto;cursor:none}@media screen and (max-width:50.9375em){.ph .ph-carousel__fullscreen .zoom-image{height:55vh}}.ph .ph-carousel__fullscreen .fullscreen-arrow{position:absolute;top:calc(50% - 5px);z-index:1}.ph .ph-carousel__fullscreen .fullscreen-arrow.fullscreen-prev{left:5px}.ph .ph-carousel__fullscreen .fullscreen-arrow.fullscreen-next{right:5px}@media screen and (max-width:50.9375em){.ph .ph-carousel__fullscreen .fullscreen-arrow{visibility:hidden}}.ph .ph-carousel__fullscreen .fullscreen-arrow:hover{opacity:.5}.ph .ph-carousel__fullscreen .ph-carousel__image{max-height:unset;height:90vh}@media screen and (max-width:50.9375em){.ph .ph-carousel__fullscreen .ph-carousel__image{height:60vh}}.ph .ph-carousel__fullscreen--close-button{position:absolute;top:6px;right:8px;z-index:1;border:none;padding:.37463rem;cursor:pointer;background-color:transparent}@media screen and (max-width:50.9375em){.ph .ph-carousel__fullscreen--close-button{top:3px;right:4px}}.ph .ph-carousel__fullscreen--close-button .icon{color:#17479e;width:16px;height:16px}.ph .ph-carousel__image{margin:auto;height:61vw;max-height:330px;-o-object-fit:contain;object-fit:contain}.manualpushbox-v2-section .manualpushbox{display:flex;flex-direction:column}.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5),.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5),.manualpushbox-v2-section .manualpushbox .manual-box-blue-dark,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+1),.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6){background:url(clientlib-base/images/manualboxpush-blue-dark.png) 0 0 no-repeat;background-size:contain}@media screen and (max-width:30.9375em){.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) a,.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) h3,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) a,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) h3,.manualpushbox-v2-section .manualpushbox .manual-box-blue-dark a,.manualpushbox-v2-section .manualpushbox .manual-box-blue-dark h3,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+1) a,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+1) h3,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) a,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) h3{color:#002677}}.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6),.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6),.manualpushbox-v2-section .manualpushbox .manual-box-blue-light,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+2){background:url(clientlib-base/images/manualboxpush-blue-light.png) 0 0 no-repeat;background-size:contain}@media screen and (max-width:30.9375em){.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) a,.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) h3,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) a,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) h3,.manualpushbox-v2-section .manualpushbox .manual-box-blue-light a,.manualpushbox-v2-section .manualpushbox .manual-box-blue-light h3,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+2) a,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+2) h3{color:#00aced}}.manualpushbox-v2-section .manualpushbox .manual-box-blue-medium,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+4),.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7){background:url(clientlib-base/images/manualboxpush-blue-medium.png) 0 0 no-repeat;background-size:contain}@media screen and (max-width:30.9375em){.manualpushbox-v2-section .manualpushbox .manual-box-blue-medium a,.manualpushbox-v2-section .manualpushbox .manual-box-blue-medium h3,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+4) a,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+4) h3,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) a,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) h3{color:#006ab4}}.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7),.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7),.manualpushbox-v2-section .manualpushbox .manual-box-green,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+3),.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5){background:url(clientlib-base/images/manualboxpush-green.png) 0 0 no-repeat;background-size:contain}@media screen and (max-width:30.9375em){.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) a,.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) h3,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) a,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) h3,.manualpushbox-v2-section .manualpushbox .manual-box-green a,.manualpushbox-v2-section .manualpushbox .manual-box-green h3,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+3) a,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+3) h3,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) a,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) h3{color:#7ec9cd}}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper{width:100%;margin:0;justify-content:center}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper:after{width:83.33333%;margin:15px auto;display:none}@media screen and (max-width:30.9375em){.manualpushbox-v2-section .manualpushbox .pushbox-wrapper:after{display:flex}}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box{width:280px;height:350px;margin:20px 15px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box.no_background{background-image:none}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:before{display:none}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box .box-content{width:100%}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box .heading{display:flex;align-items:center;justify-content:center;width:100%;margin:.75rem 0;padding:0;height:auto;max-height:130px}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box .image{background-repeat:no-repeat;background-size:contain;background-position:50%;width:75%;margin:auto;height:200px}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box .icon_container{margin:1rem 0}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box h3{font-family:Bariol-Bold,sans-serif;font-size:2rem;text-transform:uppercase;vertical-align:middle;margin-bottom:0;width:90%}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box h3:lang(ar){font-family:Cairo-Bold}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box .white{color:#fff}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box .blue{color:#009fe3}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box a{color:#fff}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box a .icon,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box a .image{transition:all .2s ease-in-out}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box a:hover{opacity:.8}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box a:hover .icon,.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box a:hover .image{transform:scale(1.1)}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box .icon{pointer-events:inherit;height:80px;width:100%}@media screen and (max-width:50.9375em){.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box{margin:30px 12px}}@media screen and (max-width:40.9375em){.manualpushbox-v2-section .manualpushbox .pushbox-wrapper{margin:0;width:100%}}@media screen and (max-width:30.9375em){.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box{background-image:none;margin:0 8.33333%;width:83.33333%;display:flex;align-items:center;flex-direction:column;height:auto;border:none;padding:0}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:before{display:flex}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box .box-content{padding:50px 0}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box .heading{width:100%;margin:auto;padding:0}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box h3{font-size:1.75rem;margin-bottom:10px}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box a:hover .icon{transform:inherit}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box .icon{width:100%;height:60px}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box .image{display:none}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(n){background-image:inherit}}.manualpushbox-v2-section .manualpushbox .pushbox-wrapper .hidden{display:none}.manualpushbox-v2-section .manualpushbox .load-more{display:flex;justify-content:center;margin:15px 0}.manualpushbox-v2-section .manualpushbox .load-more .hidden{display:none}.manualpushbox-v2-section .manualpushbox .load-more .load-more-button{border-radius:19.5px;border:1px solid #c4c4c4;padding:15px 25px;background:none;cursor:pointer;font-family:arial,sans-serif;font-size:.75rem;text-align:center;color:#c4c4c4;text-transform:uppercase}.manualpushbox-v2-section .manualpushbox .load-more .load-more-button:hover{background-color:#009fe3;border:1px solid #009fe3;color:#fff;transition:all .2s ease-in-out}.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6),.manualpushbox-section .manualpushbox .manual-box-blue-dark,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+1),.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5),.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6){background:url(clientlib-base/images/manualboxpush-blue-dark.png) 0 0 no-repeat;background-size:contain}@media screen and (max-width:30.9375em){.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) a,.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) h3,.manualpushbox-section .manualpushbox .manual-box-blue-dark a,.manualpushbox-section .manualpushbox .manual-box-blue-dark h3,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+1) a,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+1) h3,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) a,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) h3,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) a,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) h3{color:#002677}}.manualpushbox-section .manualpushbox .manual-box-blue-light,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+2),.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6){background:url(clientlib-base/images/manualboxpush-blue-light.png) 0 0 no-repeat;background-size:contain}@media screen and (max-width:30.9375em){.manualpushbox-section .manualpushbox .manual-box-blue-light a,.manualpushbox-section .manualpushbox .manual-box-blue-light h3,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+2) a,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+2) h3,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) a,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+6) h3{color:#00aced}}.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7),.manualpushbox-section .manualpushbox .manual-box-blue-medium,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+4),.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7){background:url(clientlib-base/images/manualboxpush-blue-medium.png) 0 0 no-repeat;background-size:contain}@media screen and (max-width:30.9375em){.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) a,.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) h3,.manualpushbox-section .manualpushbox .manual-box-blue-medium a,.manualpushbox-section .manualpushbox .manual-box-blue-medium h3,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+4) a,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+4) h3,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) a,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) h3{color:#006ab4}}.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5),.manualpushbox-section .manualpushbox .manual-box-green,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+3),.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7),.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5){background:url(clientlib-base/images/manualboxpush-green.png) 0 0 no-repeat;background-size:contain}@media screen and (max-width:30.9375em){.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) a,.manualpushbox-section .manualpushbox-v2-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) h3,.manualpushbox-section .manualpushbox .manual-box-green a,.manualpushbox-section .manualpushbox .manual-box-green h3,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+3) a,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+3) h3,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) a,.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+7) h3,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) a,.manualpushbox-v2-section .manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(7n+5) h3{color:#7ec9cd}}.manualpushbox-section .manualpushbox .pushbox-wrapper{width:100%;margin:0;justify-content:center}.manualpushbox-section .manualpushbox .pushbox-wrapper:after{width:83.33333%;margin:15px auto;display:none}@media screen and (max-width:30.9375em){.manualpushbox-section .manualpushbox .pushbox-wrapper:after{display:flex}}.manualpushbox-section .manualpushbox .pushbox-wrapper .box{width:280px;height:350px;margin:20px 15px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.manualpushbox-section .manualpushbox .pushbox-wrapper .box:before{display:none}.manualpushbox-section .manualpushbox .pushbox-wrapper .box .box-content{width:100%}.manualpushbox-section .manualpushbox .pushbox-wrapper .box .heading{display:flex;align-items:center;justify-content:center;width:100%;margin:.75rem 0;padding:0}.manualpushbox-section .manualpushbox .pushbox-wrapper .box h3{font-family:Bariol-Bold,sans-serif;font-size:2rem;color:#fff;text-transform:uppercase;vertical-align:middle;margin-bottom:0;width:90%}.manualpushbox-section .manualpushbox .pushbox-wrapper .box h3:lang(ar){font-family:Cairo-Bold}.manualpushbox-section .manualpushbox .pushbox-wrapper .box a{color:#fff}.manualpushbox-section .manualpushbox .pushbox-wrapper .box a .icon{transition:all .2s ease-in-out}.manualpushbox-section .manualpushbox .pushbox-wrapper .box a:hover{opacity:.8}.manualpushbox-section .manualpushbox .pushbox-wrapper .box a:hover .icon{transform:scale(1.1)}.manualpushbox-section .manualpushbox .pushbox-wrapper .box .icon{pointer-events:inherit;height:80px;width:100%}@media screen and (max-width:50.9375em){.manualpushbox-section .manualpushbox .pushbox-wrapper .box{margin:30px 12px}}@media screen and (max-width:40.9375em){.manualpushbox-section .manualpushbox .pushbox-wrapper{margin:0;width:100%}}@media screen and (max-width:30.9375em){.manualpushbox-section .manualpushbox .pushbox-wrapper .box{background-image:none;margin:0 8.33333%;width:83.33333%;display:flex;align-items:center;flex-direction:column;height:auto;border:none;padding:0}.manualpushbox-section .manualpushbox .pushbox-wrapper .box:before{display:flex}.manualpushbox-section .manualpushbox .pushbox-wrapper .box .box-content{padding:50px 0}.manualpushbox-section .manualpushbox .pushbox-wrapper .box .heading{width:66.66667%;margin:auto;padding:0}.manualpushbox-section .manualpushbox .pushbox-wrapper .box h3{font-size:1.75rem;margin-bottom:10px}.manualpushbox-section .manualpushbox .pushbox-wrapper .box a:hover .icon{transform:inherit}.manualpushbox-section .manualpushbox .pushbox-wrapper .box .icon{width:100%;height:60px}.manualpushbox-section .manualpushbox .pushbox-wrapper .box:nth-of-type(n){background-image:inherit}}.mostpopulatedtags-section .mostpopulatedtags{width:66.66667%;margin:30px auto;border-bottom:.5px solid #e2e2e2}@media screen and (max-width:50.9375em){.mostpopulatedtags-section .mostpopulatedtags{width:83.33333%;padding-bottom:30px}}.mostpopulatedtags-section .mostpopulatedtags h2{font-family:Blog-Script,sans-serif;font-size:1.75rem;color:#d3007d}.mostpopulatedtags-section .mostpopulatedtags h2:lang(ar){font-family:Arabic-Blog-Script}.mostpopulatedtags-section .mostpopulatedtags ul{list-style:none}.mostpopulatedtags-section .mostpopulatedtags .tags{display:flex;justify-content:space-between}.mostpopulatedtags-section .mostpopulatedtags .tag{font-family:Bariol,sans-serif;font-size:.875rem;width:33.33333%;text-align:center;font-weight:700;color:#006ab4}.mostpopulatedtags-section .mostpopulatedtags .tag:lang(ar){font-family:Cairo-Regular}.mostpopulatedtags-section .mostpopulatedtags .tag a{color:inherit}.mostpopulatedtags-section .mostpopulatedtags .tag a:hover{color:#009fe3}@media screen and (max-width:50.9375em){.mostpopulatedtags-section .mostpopulatedtags .tag{font-size:1rem}}.mostpopulatedtags-section .mostpopulatedtags .tags-title{padding-bottom:60px;text-align:center}.pagearrow-section{width:100%}.pagearrow{width:66.66667%;margin:0 16.66667%;display:flex;justify-content:space-between;padding:80px 0}.pagearrow:lang(ar){direction:rtl}@media screen and (max-width:70.9375em){.pagearrow{width:100%;margin:0;padding:40px 0}}.pagearrow a:hover .icon,.pagearrow a:hover span{color:#009fe3;transition:color .2s ease-in-out}.pagearrow .page-item{display:flex;align-items:center;width:45.83333%}.pagearrow .page-item span{font-family:arial,sans-serif;font-weight:700;color:#005eb8;font-size:1.222em;line-height:1.571;text-transform:uppercase;transition:color .2s ease-in-out;pointer-events:none}.pagearrow .page-item.prev{justify-content:flex-start}.pagearrow .page-item.next{margin-left:auto;justify-content:flex-end}.pagearrow .page-item.next:lang(ar){direction:rtl;margin-left:0}.pagearrow .page-item.next span{text-align:right}@media screen and (max-width:70.9375em){.pagearrow .page-item{font-size:.7em}}.pagearrow .icon{width:2em;height:2em;margin:0 .5em;color:#005eb8;transition:color .2s ease-in-out;flex-shrink:0}.pagearrow .icon:lang(ar){direction:rtl;transform:rotate(180deg)}.pdflist{padding:20px 0}.pdflist .event_list{list-style:none;width:75%;margin:0 12.5%}.pdflist .event_list:lang(ar){direction:rtl}@media screen and (max-width:40.9375em){.pdflist .event_list{width:83.33333%;margin:0 8.33333%}}.pdflist .event_list h2{font-size:1.75rem;font-family:Bariol-Bold,sans-serif;color:#002677;margin-bottom:0;line-height:1.571}.pdflist .event_list h2:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:40.9375em){.pdflist .event_list h2{font-size:1.5rem}}.pdflist .event_list h3{font-size:1.25rem;font-family:Bariol-Bold,sans-serif;margin-bottom:0;line-height:1.75;color:#009fe3}.pdflist .event_list h3:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:40.9375em){.pdflist .event_list h3{font-size:1.125rem}}.pdflist .event_list .event_action{display:flex;justify-content:space-between}.pdflist .event_list .event_action .download{display:flex;justify-content:flex-end}.pdflist .event_list .event_action .download a{cursor:pointer;transition:color .2s ease-in-out}.pdflist .event_list .event_action .download a:hover{color:#009fe3;transition:color .2s ease-in-out}.pdflist .event_list .event_action .download a:hover .icon{opacity:.7;transition:transform color .2s ease-in-out}.pdflist .event_list .event_action .icon{width:2.063rem;height:2.063rem;margin-right:.7rem;transition:all .2s ease-in-out;transform-origin:center}@media screen and (max-width:40.9375em){.pdflist .event_list .event_action .icon{margin-right:0}}.pdflist .event_list .event_action .icon.link{transform:rotate(-90deg);color:#64ccc9}.pullquote-section{width:100%}.pullquote-section blockquote{display:inline-block;width:100%}.pullquote-section .pullquote{padding:30px 0;width:66.66667%;margin:0 16.66667%}.pullquote-section .pullquote.color-blue{color:#005eb8}.pullquote-section .pullquote.color-pink{color:#d3007d}.pullquote-section .pullquote.color-lightblue{color:#59c8e2;margin:0 0 0 8.33333%}.pullquote-section .pullquote.color-lightblue p{font-family:Bariol,sans-serif;font-size:1.75rem;line-height:1.1;text-transform:none;border-left:3px solid #59c8e2;padding-left:30px;padding-right:30px}.pullquote-section .pullquote.color-lightblue p:lang(ar){font-family:Cairo-Regular}@media screen and (max-width:50.9375em){.pullquote-section .pullquote.color-lightblue p{font-size:1.5rem;line-height:1.333;padding-left:18px;padding-right:15px}}.pullquote-section .pullquote.align-left{text-align:left}.pullquote-section .pullquote.align-right{text-align:right}.pullquote-section .pullquote.align-center{text-align:center}@media screen and (max-width:70.9375em){.pullquote-section .pullquote{width:83.33333%;margin:0 8.33333%}}.pullquote-section .pullquote h3,.pullquote-section .pullquote h4,.pullquote-section .pullquote h5,.pullquote-section .pullquote h6,.pullquote-section .pullquote p{margin-bottom:0;font-family:Blog-Script,sans-serif;text-transform:uppercase;color:inherit}.pullquote-section .pullquote h3:lang(ar),.pullquote-section .pullquote h4:lang(ar),.pullquote-section .pullquote h5:lang(ar),.pullquote-section .pullquote h6:lang(ar),.pullquote-section .pullquote p:lang(ar){font-family:Arabic-Blog-Script}.pullquote-section .pullquote p{font-size:2.222em;line-height:1.45;font-style:normal;letter-spacing:normal}@media screen and (max-width:70.9375em){.pullquote-section .pullquote p{font-size:1.5em}}.pullquote-section .blockquote__description{width:66.66667%;margin:0 16.66667%;padding-bottom:30px;font-family:arial,sans-serif;color:#6d6e71;font-size:1em;font-weight:700}@media screen and (max-width:70.9375em){.pullquote-section .blockquote__description{width:83.33333%;margin:0 8.33333%;font-size:.8em}}.pushbox-section .box-clear-blue,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+2),.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+7){background:url(clientlib-base/images/boxpush-clear-blue.png) 0 0 no-repeat}@media screen and (max-width:30.9375em){.pushbox-section .box-clear-blue a,.pushbox-section .box-clear-blue h3,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+2) a,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+2) h3,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+7) a,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+7) h3{color:#009fe3}}.pushbox-section .box-blue,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+3),.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+5){background:url(clientlib-base/images/boxpush-blue.png) 0 0 no-repeat}@media screen and (max-width:30.9375em){.pushbox-section .box-blue a,.pushbox-section .box-blue h3,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+3) a,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+3) h3,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+5) a,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+5) h3{color:#002677}}.pushbox-section .box-green,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+1){background:url(clientlib-base/images/boxpush-green.png) 0 0 no-repeat}@media screen and (max-width:30.9375em){.pushbox-section .box-green a,.pushbox-section .box-green h3,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+1) a,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+1) h3{color:#00627d}}.pushbox-section .box-purple,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+4),.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+6){background:url(clientlib-base/images/boxpush-purple.png) 0 0 no-repeat}@media screen and (max-width:30.9375em){.pushbox-section .box-purple a,.pushbox-section .box-purple h3,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+4) a,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+4) h3,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+6) a,.pushbox-section .pushbox-wrapper .box:nth-of-type(7n+6) h3{color:#51247a}}.pushbox-section .pushbox-wrapper{width:100%;margin:0;justify-content:center}.pushbox-section .pushbox-wrapper .box{width:240px;height:300px;margin:30px 25px;text-align:center}.pushbox-section .pushbox-wrapper .box .heading{height:130px;display:flex;align-items:center;justify-content:center;padding:0 30px}.pushbox-section .pushbox-wrapper .box h3{font-family:Blog-Script,sans-serif;font-size:1.3125rem;color:#fff;text-transform:uppercase;vertical-align:middle;letter-spacing:-.01em}.pushbox-section .pushbox-wrapper .box h3:lang(ar){font-family:Arabic-Blog-Script}.pushbox-section .pushbox-wrapper .box p{font-family:arial,sans-serif;font-size:.9375rem;color:#fff;opacity:.8;padding:5px 32px 0}.pushbox-section .pushbox-wrapper .box a{color:#fff}.pushbox-section .pushbox-wrapper .box a .icon{transition:all .2s ease-in-out}.pushbox-section .pushbox-wrapper .box a:hover{opacity:.8}.pushbox-section .pushbox-wrapper .box a:hover .icon{transform:scale(1.2)}.pushbox-section .pushbox-wrapper .box .icon{pointer-events:inherit}@media screen and (max-width:50.9375em){.pushbox-section .pushbox-wrapper .box{margin:30px 12px}}@media screen and (max-width:40.9375em){.pushbox-section .pushbox-wrapper{margin:0;width:100%}}@media screen and (max-width:30.9375em){.pushbox-section .pushbox-wrapper .box{background-image:inherit;border-top:1px dashed #002677;margin:0 8.33333%;width:83.33333%;display:flex;align-items:center;flex-direction:column;height:auto;padding:50px 0}.pushbox-section .pushbox-wrapper .box .heading{height:auto}.pushbox-section .pushbox-wrapper .box h3{color:#002677;font-size:2.0625rem;margin-bottom:10px}.pushbox-section .pushbox-wrapper .box a:hover .icon{transform:inherit}.pushbox-section .pushbox-wrapper .box .icon{width:40px;height:40px}.pushbox-section .pushbox-wrapper .box p{display:none}.pushbox-section .pushbox-wrapper .box:nth-of-type(n){background-image:inherit}}.resultcenter-wrapper{width:100%;margin:0;padding-top:30px}@media screen and (max-width:50.9375em){.resultcenter-wrapper{width:83.33333%;margin:0 8.33333%}}.resultcenter-wrapper .resultcenter{width:75%;margin:0 12.5%}.resultcenter-wrapper .resultcenter__subtitle{font-family:Bariol,sans-serif;width:100%;font-weight:700;text-align:center;color:#005eb8;font-size:1.56rem;line-height:1.5;margin-bottom:40px}.resultcenter-wrapper .resultcenter__subtitle:lang(ar){font-family:Cairo-Regular}@media screen and (max-width:50.9375em){.resultcenter-wrapper .resultcenter__subtitle{font-size:1.375rem}}.resultcenter-wrapper .selector-wrapper{margin:0 auto 40px}.resultcenter-wrapper .resultcenter-table{width:100%;border-collapse:collapse;margin:0;display:table;font-family:Bariol-Bold,sans-serif}.resultcenter-wrapper .resultcenter-table:lang(ar){font-family:Cairo-Bold}.resultcenter-wrapper .resultcenter-table .table-row{display:flex;flex-wrap:wrap;border-bottom:1px dashed #002677}.resultcenter-wrapper .resultcenter-table .table-row:last-of-type{border:0}.resultcenter-wrapper .resultcenter-table .table-row.table-head .table-cell{color:#002677}.resultcenter-wrapper .resultcenter-table .table-cell{flex:1;color:#005eb8;padding:10px;border-right:1px dashed #002677;margin:12px 0;justify-content:center;text-align:center;width:20%}.resultcenter-wrapper .resultcenter-table .table-cell:first-of-type{text-align:left;padding-left:0}.resultcenter-wrapper .resultcenter-table .table-cell:last-of-type{border:none}.resultcenter-wrapper .resultcenter-table .table-cell span{display:none}.resultcenter-wrapper .resultcenter-table .table-cell a{color:#005eb8;display:block;width:100%;height:100%}.resultcenter-wrapper .resultcenter-table .table-cell a:hover{color:#009fe3}.resultcenter-wrapper .resultcenter-table .table-cell .icon{width:37px;height:50px}@media screen and (max-width:50.9375em){.resultcenter-wrapper .resultcenter-table .table-row{border:0}.resultcenter-wrapper .resultcenter-table .table-row.table-head{display:none}.resultcenter-wrapper .resultcenter-table .table-cell{width:25%;flex:auto;display:flex;border:0;justify-content:flex-end;flex-direction:column}.resultcenter-wrapper .resultcenter-table .table-cell:first-of-type{width:100%;text-align:center;border-bottom:1px dashed #002677;color:#002677;font-size:1.25rem}.resultcenter-wrapper .resultcenter-table .table-cell:empty{display:none}.resultcenter-wrapper .resultcenter-table .table-cell a{height:auto}.resultcenter-wrapper .resultcenter-table .table-cell span{display:block;color:#002677}}@media screen and (max-width:40.9375em){.resultcenter-wrapper .resultcenter-table .table-cell{width:50%}}.separator-section{width:100%}.separator-section .separator{background:none;width:83.33333%;margin:20px 8.33333%;overflow:hidden;position:relative;height:1rem}.separator-section .separator:after{content:"- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -";letter-spacing:.12rem;position:absolute;top:-.25em;left:0;font-size:.75rem;font-weight:500;color:#002677}.sociallink__section{display:block;width:100%;text-align:center}.sociallink__headline{font-family:Bariol-Bold,sans-serif;font-size:1.5rem}.sociallink__row{display:inline-flex;flex-wrap:wrap;align-content:center;justify-content:center}@media screen and (max-width:60.9375em){.sociallink__row{max-width:360px}}.sociallink__icons{color:#002677;background-color:#fff;border-radius:100%;border:3px solid #002677;padding:1rem;margin:.5rem;height:64px;width:64px;text-align:center;display:flex;align-items:center;justify-content:center}@media screen and (max-width:60.9375em){.sociallink__icons{margin:4px}}.sociallink__icons:focus,.sociallink__icons:hover{color:#fff;background-color:#002677;border-color:#fff}.sociallink__icons.neutral{color:#fff;background-color:#6d6e71;border-color:#fff}.sociallink__icons.neutral:focus,.sociallink__icons.neutral:hover{color:#6d6e71;background-color:#fff;border-color:#6d6e71}.sociallink__icons.reverse-blue{color:#fff;background-color:#002677;border-color:#fff}.sociallink__icons.reverse-blue:focus,.sociallink__icons.reverse-blue:hover{color:#002677;background-color:#fff;border-color:#002677}.sociallink__icons .icons{height:1.25rem;width:1.25rem}.socialpost-section{display:flex;justify-content:center;width:100%}.socialpost-section iframe,.socialpost-section twitter-widget{margin:auto!important}.spacer{text-align:center;font-size:1rem;color:#ccc;position:relative;width:100%}.small{height:1em}.medium{height:2.5em}.large{height:4em}.submenu-section .submenu-title{width:83.33333%;margin:0 auto;padding-top:50px;padding-bottom:30px;color:#005eb8}.submenu-section .submenu-title h1,.submenu-section .submenu-title h2,.submenu-section .submenu-title h3,.submenu-section .submenu-title h4,.submenu-section .submenu-title h5,.submenu-section .submenu-title h6,.submenu-section .submenu-title p{font-family:Blog-Script,sans-serif;text-transform:uppercase;line-height:1.25;text-align:center;color:inherit}.submenu-section .submenu-title h1:lang(ar),.submenu-section .submenu-title h2:lang(ar),.submenu-section .submenu-title h3:lang(ar),.submenu-section .submenu-title h4:lang(ar),.submenu-section .submenu-title h5:lang(ar),.submenu-section .submenu-title h6:lang(ar),.submenu-section .submenu-title p:lang(ar){font-family:Arabic-Blog-Script}.submenu-section .submenu-title h1{font-size:60px}@media screen and (max-width:50.9375em){.submenu-section .submenu-title h1{font-size:2.188rem}}@media screen and (max-width:20.9375em){.submenu-section .submenu-title h1{font-size:1.5rem}}@media screen and (max-width:70.9375em){.submenu-section .submenu-title{width:91.66667%;margin:0 auto}}@media screen and (max-width:50.9375em){.submenu-section .submenu-title{padding:20px}}.submenu-section .submenu-subtitles{width:91.66667%;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto 40px;padding-bottom:5px}@media screen and (max-width:50.9375em){.submenu-section .submenu-subtitles{flex-direction:column}}.submenu-section .submenu-subtitles .subtitle{margin-bottom:10px;padding:0}@media screen and (max-width:50.9375em){.submenu-section .submenu-subtitles .subtitle{margin-bottom:0;padding:8px;border-top:.75px dashed #000}.submenu-section .submenu-subtitles .subtitle:last-child{border-bottom:.75px dashed #000}}.submenu-section .submenu-subtitles h2{font-family:Bariol-Bold,sans-serif;font-size:16px;letter-spacing:.4px;text-transform:uppercase;text-align:center;margin:0 8px;color:#005eb8}.submenu-section .submenu-subtitles h2:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:50.9375em){.submenu-section .submenu-subtitles h2{font-size:1.125rem}}.submenu-section .submenu-subtitles a:hover h2{text-decoration:underline}.text-v2-section{width:100%;height:100%}.text-v2-section .textv2{padding:20px 0;width:66.66667%;margin:0 16.66667%}.text-v2-section .textv2 ul{display:block;list-style-type:disc;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;padding:revert}.text-v2-section .textv2 ol{padding:revert}@media screen and (max-width:70.9375em){.text-v2-section .textv2{width:83.33333%;margin:0 8.33333%}}.text-v2-section .textv2 h1,.text-v2-section .textv2 h2,.text-v2-section .textv2 h3,.text-v2-section .textv2 h4,.text-v2-section .textv2 h5,.text-v2-section .textv2 h6,.text-v2-section .textv2 p{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;padding:0;margin:0}.text-v3-section{width:100%}.text-v3-section .wide{width:83%}.text-v3-section .textv3{padding:20px 0;margin:0 16.66667%}.text-v3-section .textv3 ul{display:block;list-style-type:disc;-webkit-margin-before:1em;margin-block-start:1em;-webkit-margin-after:1em;margin-block-end:1em;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;padding:revert}.text-v3-section .textv3 ul li:lang(ar){color:#6d6e71;font-family:Cairo-Regular}.text-v3-section .textv3 ol{padding:revert}@media screen and (max-width:70.9375em){.text-v3-section .textv3{width:83.33333%;margin:0 8.33333%}}.text-v3-section .textv3 h1,.text-v3-section .textv3 h2,.text-v3-section .textv3 h3,.text-v3-section .textv3 h4,.text-v3-section .textv3 h5,.text-v3-section .textv3 h6,.text-v3-section .textv3 p{color:inherit;font-family:inherit;padding:0;margin:0}.text-v3-section .textv3 h1:lang(ar),.text-v3-section .textv3 h2:lang(ar),.text-v3-section .textv3 h3:lang(ar),.text-v3-section .textv3 h4:lang(ar),.text-v3-section .textv3 h5:lang(ar),.text-v3-section .textv3 h6:lang(ar),.text-v3-section .textv3 p:lang(ar){color:#6d6e71;font-family:Cairo-Regular}.text-v3-section .textv3.default{width:66%;margin:auto}.text-v3-section .textv3.default:lang(ar){direction:rtl}@media screen and (max-width:70.9375em){.text-v3-section .textv3.default{width:83%;margin:auto}}.text-v3-section .textv3.wide{margin:auto}.text-v3-section .textv3 .contactnumber{text-decoration:underline}.text-v3-section .textv3 .contactnumber:hover{color:#009fe3;text-decoration:underline}.text-v3-section .f10{font-size:.625rem}@media screen and (max-width:40.9375em){.text-v3-section .f10{font-size:8px}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f10{font-size:10px}}.text-v3-section .f12{font-size:.75rem}@media screen and (max-width:40.9375em){.text-v3-section .f12{font-size:12px}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f12{font-size:12px}}.text-v3-section .f14{font-size:.875rem}@media screen and (max-width:40.9375em){.text-v3-section .f14{font-size:14}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f14{font-size:14px}}.text-v3-section .f16pt2{font-size:1.013rem}@media screen and (max-width:40.9375em){.text-v3-section .f16pt2{font-size:14.4px}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f16pt2{font-size:16.2px}}.text-v3-section .f17{font-size:1.0625rem}@media screen and (max-width:40.9375em){.text-v3-section .f17{font-size:16px}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f17{font-size:16px}}.text-v3-section .f18{font-size:1.125rem}@media screen and (max-width:40.9375em){.text-v3-section .f18{font-size:17px}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f18{font-size:17px}}.text-v3-section .f24{font-size:1.5rem}@media screen and (max-width:40.9375em){.text-v3-section .f24{font-size:20px}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f24{font-size:20px}}.text-v3-section .f32{font-size:2rem}@media screen and (max-width:40.9375em){.text-v3-section .f32{font-size:24px}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f32{font-size:24px}}.text-v3-section .f40{font-size:2.5rem}@media screen and (max-width:40.9375em){.text-v3-section .f40{font-size:28px}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f40{font-size:28px}}.text-v3-section .f60{font-size:3.75rem}@media screen and (max-width:40.9375em){.text-v3-section .f60{font-size:36px}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f60{font-size:36px}}.text-v3-section .f80{font-size:5rem}@media screen and (max-width:40.9375em){.text-v3-section .f80{font-size:48px}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f80{font-size:48px}}.text-v3-section .f90{font-size:5.625rem}@media screen and (max-width:40.9375em){.text-v3-section .f90{font-size:54px}}@media screen and (min-width:41em) and (max-width:70.9375em){.text-v3-section .f90{font-size:54px}}.text-section{max-width:100%;width:100%}.text{width:66.66667%;margin:0 16.66667%}@media screen and (max-width:70.9375em){.text{width:83.33333%;margin:0 8.33333%}}.text p{margin-bottom:0;padding:15px 0}.text ol,.text ul{padding:revert}.default{padding:15px 0}.default li,.default p{color:#6d6e71;font-family:arial,sans-serif;font-size:.9em;line-height:1.333}@media screen and (max-width:70.9375em){.default li,.default p{font-size:.8em}}.title{padding:20px 0}.title li,.title p{color:#002677;font-family:Bariol-Bold,sans-serif;font-size:1.667em;line-height:1.333}.title li:lang(ar),.title p:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:70.9375em){.title li,.title p{font-size:1.15em}}.articletext{padding:20px 0}.articletext ul{list-style-position:outside;padding-left:30px;padding-right:75px}@media screen and (max-width:50.9375em){.articletext ul{padding-right:20px;padding-left:30px}}.articletext li,.articletext p{font-family:arial,sans-serif;font-size:1rem;line-height:1.571;text-align:left;color:#59c8e2}.formcontainer .form-group .text-section{max-width:100%;width:100%}.formcontainer .form-group .text-section .text{width:100%;margin:0}.textimage-section .textimage,.textimage-section .transcript{width:66.66667%;margin:0 16.66667%}@media screen and (max-width:70.9375em){.textimage-section .textimage,.textimage-section .transcript{width:83.33333%;margin:0 8.33333%}}.textimage-section .textimage{padding:30px 0;display:flex;align-items:center}@media screen and (max-width:70.9375em){.textimage-section .textimage{flex-direction:column;padding-top:10px}}.textimage-section .textimage h2{color:#002677;font-family:Bariol-Bold,sans-serif;font-size:1.667em;line-height:1.333;padding:0 0 30px;margin-bottom:0}.textimage-section .textimage h2:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:70.9375em){.textimage-section .textimage h2{font-size:1.15em;padding:15px 0}}.textimage-section .textimage p{color:#6d6e71;font-family:arial,sans-serif;font-size:.9em;line-height:1.333;margin-bottom:0}@media screen and (max-width:70.9375em){.textimage-section .textimage p{font-size:.8em;padding:5px 0}}.textimage-section .textimage .imageV2{margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:70.9375em){.textimage-section .textimage .imageV2{padding-bottom:15px;margin:0}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.textimage-section .textimage .imageV2 .imageV2__image{height:100%}}.textimage-section .textimage .image-left,.textimage-section .textimage .image-right{display:flex}.textimage-section .textimage .image-left.large,.textimage-section .textimage .image-right.large{width:65%;height:auto}.textimage-section .textimage .image-left.medium,.textimage-section .textimage .image-right.medium{width:50%;height:auto}.textimage-section .textimage .image-left.small,.textimage-section .textimage .image-right.small{width:35%;height:auto}.textimage-section .textimage .image-left{order:1;margin-right:1.87538rem}@media screen and (max-width:70.9375em){.textimage-section .textimage .image-left{width:100%;padding-right:0;margin-right:0}}.textimage-section .textimage .image-right{order:2;margin-left:1.87538rem}@media screen and (max-width:70.9375em){.textimage-section .textimage .image-right{width:100%;order:1;padding-left:0;margin-left:0}}.textimage-section .textimage .text-wrapper{display:flex;flex-direction:column;justify-content:center}.textimage-section .textimage .text-left,.textimage-section .textimage .text-right{order:2}.textimage-section .textimage .text-left:lang(ar),.textimage-section .textimage .text-right:lang(ar){direction:rtl}.textimage-section .textimage .text-left.large,.textimage-section .textimage .text-right.large{width:35%;height:auto}.textimage-section .textimage .text-left.medium,.textimage-section .textimage .text-right.medium{width:50%;height:auto}.textimage-section .textimage .text-left.small,.textimage-section .textimage .text-right.small{width:65%;height:auto}@media screen and (max-width:70.9375em){.textimage-section .textimage .text-left,.textimage-section .textimage .text-right{width:100%;padding:0;order:2}}.textimage-section .textimage .text-left{order:1}.textimage-section .textimage .text-right{order:2}.threelatestpdf{padding-right:.5rem;width:75%;margin-left:25%;padding-bottom:5px;margin-top:20px}@media screen and (max-width:50.9375em){.threelatestpdf{width:83.33333%;margin:0 8.33333%;border-right:none;padding-right:0}}.threelatestpdf ul{list-style:none}.threelatestpdf h2,.threelatestpdf h3,.threelatestpdf h4{font-family:Bariol-Bold,sans-serif;margin-bottom:0}.threelatestpdf h2:lang(ar),.threelatestpdf h3:lang(ar),.threelatestpdf h4:lang(ar){font-family:Cairo-Bold}.threelatestpdf h2,.threelatestpdf h3{color:#002677}.threelatestpdf h2{font-size:2rem;text-transform:uppercase;line-height:1.25}@media screen and (max-width:50.9375em){.threelatestpdf h2{font-size:1.75rem}}.threelatestpdf h3{font-size:1.438rem;line-height:1.25;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:91.66667%}.threelatestpdf h4{font-size:1rem;color:#64ccc9}.threelatestpdf .title{margin-bottom:20px;min-height:80px;width:91.66667%;padding:0}@media screen and (max-width:50.9375em){.threelatestpdf .title{min-height:0;width:100%}}.threelatestpdf .press-release{margin-bottom:15px;height:85px}@media screen and (max-width:50.9375em){.threelatestpdf .press-release{margin-bottom:5px;height:auto}}.threelatestpdf .press-release:before{content:"- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -";letter-spacing:.08rem;font-size:.75rem;font-weight:500;color:#002677;height:1rem;overflow:hidden;display:flex}.threelatestpdf .press-release .download{display:flex;align-items:center}@media screen and (max-width:50.9375em){.threelatestpdf .press-release .download{margin-top:20px}}.threelatestpdf .press-release .download .icon{font-size:1rem;height:1.438rem;width:1.438rem;margin-left:.5rem;color:#64ccc9;transition:color .2s ease-in-out}@media screen and (max-width:50.9375em){.threelatestpdf .press-release .download .icon{height:1.75rem;width:1.75rem;margin-left:1.8rem}}.threelatestpdf .press-release .download a:hover .icon{color:#b1e5e4;transition:color .2s ease-in-out}.threelatestpdf .press-release span{color:#6d6e71;font-size:1rem;display:block;font-family:Bariol-Bold,sans-serif}.threelatestpdf .press-release span:lang(ar){font-family:Cairo-Bold}.is-apple .page-main .categoryhero-section .row .categoryhero .default h1 .big{line-height:1;padding-top:50px}@media screen and (max-width:50.9375em){.is-apple .page-main .categoryhero-section .row .categoryhero .default h1 .big{padding-top:30px}}@media screen and (max-width:40.9375em){.is-apple .page-main .categoryhero-section .row .categoryhero .default h1 .big{padding-top:25px}}@media screen and (max-width:30.9375em){.is-apple .page-main .categoryhero-section .row .categoryhero .default h1 .big{padding-top:18px}}@media screen and (max-width:20.9375em){.is-apple .page-main .categoryhero-section .row .categoryhero .default h1 .big{padding-top:6px}}.categoryhero-section,.categoryhero-section .categoryhero{width:100%}.categoryhero-section .categoryhero .default .background-image,.categoryhero-section .categoryhero .financial .background-image{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%}@media screen and (max-width:40.9375em){.categoryhero-section .categoryhero .default .background-image,.categoryhero-section .categoryhero .financial .background-image{background-size:150%}}.categoryhero-section .categoryhero span{justify-content:center;text-align:center}.categoryhero-section .categoryhero h1,.categoryhero-section .categoryhero h2,.categoryhero-section .categoryhero h3,.categoryhero-section .categoryhero h4{margin:0}.categoryhero-section .categoryhero .small{height:auto}.categoryhero-section .categoryhero .default .onelinestatement{padding-bottom:3rem;padding-top:2rem}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .default .onelinestatement{padding-bottom:2.5rem;padding-top:1.7rem}}@media screen and (max-width:40.9375em){.categoryhero-section .categoryhero .default .onelinestatement{padding-bottom:2rem;padding-top:1.3rem}}@media screen and (max-width:30.9375em){.categoryhero-section .categoryhero .default .onelinestatement{padding-bottom:1.7rem;padding-top:1rem}}@media screen and (max-width:20.9375em){.categoryhero-section .categoryhero .default .onelinestatement{padding-bottom:1.2rem;padding-top:.7rem}}.categoryhero-section .categoryhero .default .twolinestatement{padding-bottom:3rem}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .default .twolinestatement{padding-bottom:2.5rem}}@media screen and (max-width:40.9375em){.categoryhero-section .categoryhero .default .twolinestatement{padding-bottom:2rem}}@media screen and (max-width:30.9375em){.categoryhero-section .categoryhero .default .twolinestatement{padding-bottom:1.7rem}}@media screen and (max-width:20.9375em){.categoryhero-section .categoryhero .default .twolinestatement{padding-bottom:1.2rem}}.categoryhero-section .categoryhero .default .threelinestatement{padding:0}.categoryhero-section .categoryhero .default h1{font-family:Blog-Script,sans-serif}.categoryhero-section .categoryhero .default h1:lang(ar){font-family:Arabic-Blog-Script}.categoryhero-section .categoryhero .default h1 .size{text-align:center}.categoryhero-section .categoryhero .default h1 .small{font-size:3.333rem;line-height:1.25;text-transform:none}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .default h1 .small{font-size:2.333rem}}@media screen and (max-width:40.9375em){.categoryhero-section .categoryhero .default h1 .small{font-size:1.8rem}}@media screen and (max-width:30.9375em){.categoryhero-section .categoryhero .default h1 .small{font-size:1.7rem}}@media screen and (max-width:20.9375em){.categoryhero-section .categoryhero .default h1 .small{font-size:1.5rem}}.categoryhero-section .categoryhero .default h1 .big{font-size:8.333rem;line-height:1.25;text-transform:uppercase}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .default h1 .big{font-size:5.556rem}}@media screen and (max-width:40.9375em){.categoryhero-section .categoryhero .default h1 .big{font-size:4.5rem}}@media screen and (max-width:30.9375em){.categoryhero-section .categoryhero .default h1 .big{font-size:2.8rem}}@media screen and (max-width:20.9375em){.categoryhero-section .categoryhero .default h1 .big{font-size:2rem}}.categoryhero-section .categoryhero .financial .title{width:91.66667%;margin:0 auto}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .financial .title{width:83.33333%;margin:0 8.33333%}}.categoryhero-section .categoryhero .financial h1{font-family:Bariol-Bold,sans-serif;font-size:3.333rem;text-transform:uppercase;line-height:1.25}.categoryhero-section .categoryhero .financial h1:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .financial h1{font-size:3.1rem}}@media screen and (max-width:40.9375em){.categoryhero-section .categoryhero .financial h1{font-size:2.8rem}}@media screen and (max-width:30.9375em){.categoryhero-section .categoryhero .financial h1{font-size:2.5rem}}@media screen and (max-width:20.9375em){.categoryhero-section .categoryhero .financial h1{font-size:2.2rem}}.categoryhero-section .categoryhero .banner{margin-bottom:15px}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .banner{margin-bottom:10px}}@media screen and (max-width:30.9375em){.categoryhero-section .categoryhero .banner img{height:205px;width:100%;-o-object-fit:cover;object-fit:cover}}.categoryhero-section .categoryhero .banner .background-image{background-size:100%;background-position:top;background-repeat:no-repeat;width:100%}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .banner .background-image{background-size:150%}}.categoryhero-section .categoryhero .banner .title{width:83.33333%;margin:0 auto;padding-top:50px;padding-bottom:30px}@media screen and (max-width:70.9375em){.categoryhero-section .categoryhero .banner .title{width:91.66667%;margin:0 auto}}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .banner .title{padding:20px}}.categoryhero-section .categoryhero .banner h1{font-family:Blog-Script,sans-serif;font-size:3.75rem;text-transform:uppercase;line-height:1.25;text-align:center}.categoryhero-section .categoryhero .banner h1:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .banner h1{font-size:2.188rem}}@media screen and (max-width:20.9375em){.categoryhero-section .categoryhero .banner h1{font-size:1.5rem}}.categoryhero-section .categoryhero .banner h2{font-family:Bariol-Bold,sans-serif;font-size:1rem;letter-spacing:.4px;text-transform:uppercase;text-align:center;margin:0 8px}.categoryhero-section .categoryhero .banner h2:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:60.9375em){.categoryhero-section .categoryhero .banner h2{font-size:.8rem}}@media screen and (max-width:40.9375em){.categoryhero-section .categoryhero .banner h2{font-size:.5rem}}.categoryhero-section .categoryhero .banner a:hover h2{text-decoration:underline}.categoryhero-section .categoryhero .banner h3{font-family:Bariol,sans-serif;font-size:.875rem;letter-spacing:.4px;color:#000;text-transform:uppercase;text-align:center;display:inline}.categoryhero-section .categoryhero .banner h3:lang(ar){font-family:Cairo-Regular}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .banner h3{font-size:.875rem;text-align:left}}.categoryhero-section .categoryhero .banner h3:hover{color:#a0a1a4;transition:all .2s ease-in-out}.categoryhero-section .categoryhero .banner h4{font-family:Bariol,sans-serif;font-size:1.875rem;letter-spacing:.4px;color:#000;text-transform:capitalize;text-align:center}.categoryhero-section .categoryhero .banner h4:lang(ar){font-family:Cairo-Regular}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .banner h4{font-size:1.5rem;text-align:left;line-height:1.1}}.categoryhero-section .categoryhero .banner h4:hover{color:#4ac9ff;transition:all .2s ease-in-out}.categoryhero-section .categoryhero .banner .stories-categories{width:75%;display:flex;justify-content:space-between;margin:0 auto 40px;padding-bottom:5px}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .banner .stories-categories{display:none}}.categoryhero-section .categoryhero .banner .article-highlight{display:flex;flex-direction:column;align-items:center;width:66.66667%;margin:0 auto}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .banner .article-highlight{width:83.33333%;align-items:left}}.categoryhero-section .categoryhero .banner .article-highlight .article-image{margin-bottom:30px;width:100%;height:100%;position:relative}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .banner .article-highlight .article-image{margin-bottom:14px}}.categoryhero-section .categoryhero .banner .article-highlight .article-image .imageV2{margin-bottom:0}.categoryhero-section .categoryhero .banner .article-highlight .article-category{width:100%;margin-bottom:10px;display:flex;justify-content:center}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .banner .article-highlight .article-category{margin-bottom:5px;justify-content:flex-start}}.categoryhero-section .categoryhero .banner .article-highlight .article-title{width:100%}@media screen and (max-width:50.9375em){.categoryhero-section .categoryhero .banner .article-highlight .article-title{max-width:100%}}.video-section{width:100%}.video-section .video{display:block;width:100%;margin-bottom:1.125rem;height:600px}@media screen and (max-width:40.9375em){.video-section .video{height:220px}}.video-section .video__container{margin:0;position:relative;height:0;padding-bottom:56.25%}.video-section .video__container>*{position:absolute;top:0;left:0;width:100%;height:100%}.zipcodefinder-section .wrapper{padding:70px 20px 50px;text-align:center}.zipcodefinder-section .wrapper .zipcodetitle{font-size:28px;line-height:36px;font-family:Blog-Script,sans-serif;color:#009fe3;text-transform:uppercase}.zipcodefinder-section .wrapper .zipcodetitle:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:50.9375em){.zipcodefinder-section .wrapper .zipcodetitle{font-size:24px;line-height:28px}}.zipcodefinder-section .wrapper .zipcodesubtitle{font-family:arial,sans-serif;color:#d3007d;font-size:24px;line-height:32px}@media screen and (max-width:50.9375em){.zipcodefinder-section .wrapper .zipcodesubtitle{font-size:24px;line-height:28px}}.zipcodefinder-section .wrapper .zipcodelink{font-family:arial,sans-serif;color:#009fe3;font-size:24px;line-height:32px;text-decoration:underline}@media screen and (max-width:50.9375em){.zipcodefinder-section .wrapper .zipcodelink{font-size:24px;line-height:28px}}.zipcodefinder-section .wrapper .btn-wrapper{margin:1rem auto}.zipcodefinder-section .wrapper .btn-wrapper .button:hover{background-color:#002677;color:#fff}.eventaccordionlist{padding:20px 0}.eventaccordionlist .event_list{list-style:none;width:75%;margin:0 12.5%}@media screen and (max-width:40.9375em){.eventaccordionlist .event_list{width:83.33333%;margin:0 8.33333%}}.eventaccordionlist .event_list p{font-size:.9em;font-family:arial,sans-serif;color:#6d6e71;margin-bottom:0;line-height:1.333}.eventaccordionlist .event_list h1{font-size:2rem;font-family:Bariol-Bold,sans-serif;color:#002677;margin-bottom:0;line-height:1.571}.eventaccordionlist .event_list h1:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:40.9375em){.eventaccordionlist .event_list h1{font-size:1.5rem}}.eventaccordionlist .event_list h2,.eventaccordionlist .event_list h3{font-size:1.25rem;font-family:Bariol-Bold,sans-serif;margin-bottom:0;line-height:1.75}.eventaccordionlist .event_list h2:lang(ar),.eventaccordionlist .event_list h3:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:40.9375em){.eventaccordionlist .event_list h2,.eventaccordionlist .event_list h3{font-size:1.125rem}}.eventaccordionlist .event_list h2{color:#009fe3}@media screen and (max-width:40.9375em){.eventaccordionlist .event_list h2{color:#005eb8}}.eventaccordionlist .event_list button{color:#002677;font-family:Bariol-Bold,sans-serif;font-size:1.25rem;border:none;background:none;line-height:1.75;margin-right:.7rem;cursor:pointer;transition:color .2s ease-in-out}.eventaccordionlist .event_list button:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:40.9375em){.eventaccordionlist .event_list button{margin-right:0}}.eventaccordionlist .event_list button .icon{color:#009fe3}.eventaccordionlist .event_list button .minus{display:none}.eventaccordionlist .event_list button .plus{display:inline}.eventaccordionlist .event_list button:hover{color:#009fe3;transition:color .2s ease-in-out}.eventaccordionlist .event_list button:hover .icon{opacity:.7;transform:scale(1.1);transition:all .2s ease-in-out}.eventaccordionlist .event_list button span{display:inline}@media screen and (max-width:40.9375em){.eventaccordionlist .event_list button{font-size:1.125rem}.eventaccordionlist .event_list button span{display:none}}.eventaccordionlist .event_list button .is-active .minus{display:inline}.eventaccordionlist .event_list button .is-active .plus{display:none}.eventaccordionlist .event_list .event_name{margin-top:10px}.eventaccordionlist .event_list .event_action{display:flex;justify-content:space-between}.eventaccordionlist .event_list .event_action .learn_more{display:flex;justify-content:flex-end}.eventaccordionlist .event_list .event_action .icon{width:2.063rem;height:2.063rem;margin-left:1rem;transition:all .2s ease-in-out;transform-origin:center}@media screen and (max-width:40.9375em){.eventaccordionlist .event_list .event_action .icon{margin-left:0}}.eventaccordionlist .event_list .event_text{list-style-type:none;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out}.eventaccordionlist .event_list .event_text.is-open{max-height:50em;transition:max-height .4s ease-in-out}.eventaccordionlist .event_list .event_text .wrapper_text{width:91.66667%;margin-top:15px;margin-bottom:15px;margin-right:8.33333%}@media screen and (max-width:40.9375em){.eventaccordionlist .event_list .event_text .wrapper_text{width:100%;margin-right:0}}.investorevents{padding-left:.8rem;width:75%;margin-right:25%;margin-top:20px}@media screen and (max-width:50.9375em){.investorevents{width:83.33333%;margin:0 8.33333%;padding-left:0}}.investorevents h2,.investorevents h3{font-family:Bariol-Bold,sans-serif;margin-bottom:0;color:#002677}.investorevents h2:lang(ar),.investorevents h3:lang(ar){font-family:Cairo-Bold}.investorevents h2{font-size:2rem;text-transform:uppercase;line-height:1.25}@media screen and (max-width:50.9375em){.investorevents h2{font-size:1.75rem}}.investorevents h3{font-size:1.438rem;line-height:1.25;overflow:hidden;width:91.66667%;max-height:3.8rem;transition:color .2s ease-in-out}.investorevents .events-panel .eventlabel{margin-bottom:20px;min-height:80px;width:91.66667%}@media screen and (max-width:50.9375em){.investorevents .events-panel .eventlabel{min-height:0;width:100%}}.investorevents .events-panel .eventslist .eventitem{margin-bottom:15px;height:85px}@media screen and (max-width:50.9375em){.investorevents .events-panel .eventslist .eventitem{height:auto;margin-bottom:5px}}.investorevents .events-panel .eventslist .eventitem span{color:#6d6e71;font-family:Bariol-Bold,sans-serif;font-size:1rem}.investorevents .events-panel .eventslist .eventitem span:lang(ar){font-family:Cairo-Bold}.investorevents .events-panel .eventslist .eventitem a:hover h3{color:#009fe3;transition:color .2s ease-in-out}.investorevents .events-panel .eventslist .eventitem:before{content:"- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -";letter-spacing:.1rem;font-size:.75rem;font-weight:500;color:#002677;height:1rem;overflow:hidden;display:flex}.formcontainer{display:flex;flex-direction:column;width:83.33333%;margin:auto auto 30px}.formcontainer:lang(ar){direction:rtl}.formcontainer h2{font-family:Bariol-Bold,sans-serif;color:#002677;font-size:3rem;text-transform:uppercase;margin:0}.formcontainer h2:lang(ar){font-family:Cairo-Bold}.formcontainer p{font-family:arial,sans-serif;color:#555;font-size:1.125rem;margin:0}.formcontainer .form_title{width:100%;display:flex;justify-content:center;margin-bottom:30px}.formcontainer .form_description{display:flex;flex-direction:column;margin-bottom:20px}.formcontainer .form{align-items:center}.formcontainer .form,.formcontainer .form .form-group{display:flex;flex-direction:column}.formcontainer .form .form-group .headlinesection{width:100%}.formcontainer .form .form-group .headline{text-align:left;font-family:arial,sans-serif;font-size:1.125rem;text-transform:uppercase;color:#009fe3;width:100%;font-weight:700;margin-bottom:.37463rem}.formcontainer .form .column,.formcontainer .form .form-group .column{margin-bottom:0}.formcontainer #stx-newsletter{width:100%}.formcontainer #stx-newsletter .g-FormField__label{font-family:arial,sans-serif;font-size:1.125rem;text-transform:uppercase;color:#009fe3}.formcontainer #stx-newsletter .g-FormField{margin-bottom:20px}.formcontainer #stx-newsletter .sc-cSHVUG{display:flex}.formcontainer #stx-newsletter .g-Button{background-color:#002677;padding:1rem 2rem;border-style:none;border-radius:1.7rem;color:#fff;text-transform:uppercase;font-size:1.125rem;font-family:arial,sans-serif;height:auto;line-height:1}.formcontainer #stx-newsletter .g-Button:hover{background-color:#009fe3;transition:all .2s ease-in-out;cursor:pointer}.formcontainer .g-recaptcha textarea{min-height:0}.formcontainer .g-recaptcha .g-recaptcha-response{display:block!important;position:relative;margin:-50px 0 0!important;width:0!important;height:0!important;padding:0!important;z-index:-999999;opacity:0}.formcontainer .button_wrapper{display:flex;justify-content:flex-start;flex-direction:row;width:100%}.formcontainer .button_wrapper .submit{background-color:#002677;padding:1rem 2rem;border-style:none;border-radius:1.7rem;color:#fff;text-transform:uppercase;font-size:1.125rem;font-family:arial,sans-serif}.formcontainer .button_wrapper .submit:hover{background-color:#009fe3;transition:all .2s ease-in-out;cursor:pointer}.formrecaptcha{display:flex;justify-content:flex-start}.formrecaptcha,.smartfield{width:100%;margin-bottom:2rem}.smartfield label{font-family:arial,sans-serif;font-size:1.125rem;text-transform:uppercase;color:#009fe3}.smartfield label:lang(ar){direction:rtl}.smartfield input,.smartfield select{width:100%;padding-top:.5rem;padding-bottom:.5rem}.smartfield input:lang(ar),.smartfield select:lang(ar){direction:rtl}.smartfield textarea{width:100%;height:10rem;resize:none}.smartfield input[type=checkbox],.smartfield input[type=radio]{position:relative;opacity:1;width:auto;margin-right:.5rem;pointer-events:auto;transform:scale(1.5)}.smartfield input[type=file]{background-color:transparent;padding-left:0;padding-right:0;border:none;min-width:auto;height:auto}.smartfield .checkbox{display:flex;align-items:center}.smartfield .checkbox span{display:flex}.smartfield .checkbox p{margin-bottom:0}.smartfield.radio{display:flex;flex-direction:column}.smartfield.radio.hide{display:none}.smartfield.radio .radioitem{display:flex;align-items:center;margin-bottom:1rem}.herocontentblock-v2-section .promotionheader{max-width:71em;padding:0;margin:0 auto;display:flex;justify-content:center;width:100%;overflow:hidden;min-height:auto;height:auto;position:relative}.herocontentblock-v2-section .promotionheader h2,.herocontentblock-v2-section .promotionheader p{margin-bottom:0}.herocontentblock-v2-section .promotionheader .column{position:static;padding:30px 0}.herocontentblock-v2-section .promotionheader .container{min-height:auto;width:100%}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .container{min-height:auto}}@media screen and (max-width:30.9375em){.herocontentblock-v2-section .promotionheader .container{min-height:auto}}.herocontentblock-v2-section .promotionheader .promotionheader_visual{display:flex;width:1280px;height:37rem}.herocontentblock-v2-section .promotionheader .promotionheader_visual.herovideo{height:45rem}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .promotionheader_visual{height:20rem}.herocontentblock-v2-section .promotionheader .promotionheader_visual.herovideo{height:57vw}}@media screen and (max-width:30.9375em){.herocontentblock-v2-section .promotionheader .promotionheader_visual{height:15rem}.herocontentblock-v2-section .promotionheader .promotionheader_visual.herovideo{height:57vw}}.herocontentblock-v2-section .promotionheader .promotionheader_background_image{position:absolute;z-index:0;width:100%;height:37rem;background-size:cover;background-position:50%;background-repeat:no-repeat}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .promotionheader_background_image{height:20rem}}@media screen and (max-width:30.9375em){.herocontentblock-v2-section .promotionheader .promotionheader_background_image{height:15rem}}.herocontentblock-v2-section .promotionheader .promotionheader_video{position:absolute;z-index:1;width:100%;height:100%}.herocontentblock-v2-section .promotionheader video{height:100%;width:100%}@supports (-ms-ime-align:auto){.herocontentblock-v2-section .promotionheader video{height:auto}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.herocontentblock-v2-section .promotionheader video{height:auto}}.herocontentblock-v2-section .promotionheader .promotionheader_video_overlay{position:absolute;background-color:#000;opacity:.3;height:100%;width:100%}.herocontentblock-v2-section .promotionheader .promotionheader_text_container{position:absolute;z-index:2;display:flex;height:37rem;width:100%;top:0}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .promotionheader_text_container{position:relative;height:auto;padding:30px 0}}.herocontentblock-v2-section .promotionheader .-layout-top{align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .-layout-top{align-items:center}}.herocontentblock-v2-section .promotionheader .-layout-middle{align-items:center}.herocontentblock-v2-section .promotionheader .-layout-bottom{align-items:flex-end}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .-layout-bottom{align-items:center}}.herocontentblock-v2-section .promotionheader .-layout-left{justify-content:flex-start;text-align:left}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .-layout-left{align-items:center;justify-content:center;text-align:center}}.herocontentblock-v2-section .promotionheader .-layout-left .column{align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .-layout-left .column{justify-content:center;text-align:center;align-items:center}}.herocontentblock-v2-section .promotionheader .-layout-center{justify-content:center;text-align:center}.herocontentblock-v2-section .promotionheader .-layout-center .column{align-items:center}.herocontentblock-v2-section .promotionheader .-layout-right{text-align:right;justify-content:flex-end}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .-layout-right{justify-content:center;text-align:center;align-items:center}}.herocontentblock-v2-section .promotionheader .-layout-right .column{align-items:flex-end}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .-layout-right .column{justify-content:center;text-align:center;align-items:center}}.herocontentblock-v2-section .promotionheader .promotionheader__heading{width:100%;margin-bottom:.93712rem;font-family:Blog-Script,sans-serif;font-size:2.5rem;line-height:1.571}.herocontentblock-v2-section .promotionheader .promotionheader__heading:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .promotionheader__heading{text-align:center;margin-bottom:1.125rem;font-size:2.0625rem}}.herocontentblock-v2-section .promotionheader .promotionheader__heading.white{color:#fff}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .promotionheader__heading.white{color:#002677}}.herocontentblock-v2-section .promotionheader .promotionheader__heading.blue{color:#002677}.herocontentblock-v2-section .promotionheader .promotionheader__text{width:100%}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .promotionheader__text{text-align:center}}.herocontentblock-v2-section .promotionheader .promotionheader__text.white{color:#fff}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .promotionheader__text.white{color:#6d6e71}}.herocontentblock-v2-section .promotionheader .promotionheader__text.default{color:#6d6e71}.herocontentblock-v2-section .promotionheader .promotionheader__label{margin-bottom:0;font-size:.75rem;color:#009fe3;text-transform:uppercase}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .promotionheader .promotionheader__label{text-align:center}}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .hero .container{width:100%;margin:0}}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .hero .promotionheader_text_container{padding:30px 0;height:auto}}.herocontentblock-v2-section .hero .column{width:66.66667%;margin:0 16.66667%;max-width:none}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .hero .column{width:83.33333%;padding:0 8.33333%}}.herocontentblock-v2-section .hero .promotionheader__heading{font-family:Blog-Script,sans-serif;font-size:2.5rem;text-transform:uppercase;line-height:1.571}.herocontentblock-v2-section .hero .promotionheader__heading:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .hero .promotionheader__heading{font-size:1.625rem}}.herocontentblock-v2-section .hero .button{color:#e2e2e2;padding:0;display:flex;flex-flow:row wrap;justify-content:center}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .hero .button{color:#002677;margin-top:20px}}.herocontentblock-v2-section .hero .button.-size-large .icon,.herocontentblock-v2-section .hero .button .-size-small .icon{width:1.5rem;height:1.5rem}.herocontentblock-v2-section .hero .button.-size-no{display:none}.herocontentblock-v2-section .hero .button span{color:#e2e2e2;font-family:arial,sans-serif;font-weight:700;font-size:1.375rem;text-transform:uppercase;width:100%;padding:10px 0 30px}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .hero .button span{color:#002677;font-size:1.125rem}}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblock .container{width:100%;margin:0}}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblock .promotionheader_text_container{width:83.33333%;margin:0 8.33333%;height:auto}}.herocontentblock-v2-section .contentblock .button{margin-top:30px;margin-bottom:0;padding:0;transition:all .2s ease-in-out}.herocontentblock-v2-section .contentblock .button:hover{transform:scale(1.1);opacity:.7}.herocontentblock-v2-section .contentblock .button.-size-large .icon,.herocontentblock-v2-section .contentblock .button.-size-small .icon{width:3rem;height:3rem}.herocontentblock-v2-section .contentblock .button.-size-no{display:none}.herocontentblock-v2-section .contentblock .promotionheader__heading{font-family:Bariol-Bold,sans-serif;font-size:2.813rem;line-height:1.1;margin-bottom:10px}.herocontentblock-v2-section .contentblock .promotionheader__heading:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblock .promotionheader__heading{text-align:left;font-size:2rem}}.herocontentblock-v2-section .contentblock .promotionheader__text{color:#6d6e71;font-family:arial,sans-serif;font-size:1.125rem;line-height:1.25;margin-bottom:0}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblock .promotionheader__text{text-align:left;font-size:.875rem}}.herocontentblock-v2-section .contentblock .-layout-right .column{width:33.33333%;margin-right:8.33333%;text-align:left;align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblock .-layout-right .column{width:100%;padding:0}}.herocontentblock-v2-section .contentblock .-layout-left .column{width:33.33333%;margin-left:8.33333%;align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblock .-layout-left .column{width:100%;padding:0}}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblockbis .container{width:100%;margin:0}}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblockbis .promotionheader_text_container{width:83.33333%;margin:0 8.33333%;height:auto}}.herocontentblock-v2-section .contentblockbis .button{margin-top:20px;margin-bottom:0;padding:0;width:100%;display:flex;justify-content:center;line-height:1;text-align:center;flex-flow:row wrap}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblockbis .button{color:#002677;margin-top:40px}}.herocontentblock-v2-section .contentblockbis .button.-size-large .icon,.herocontentblock-v2-section .contentblockbis .button.-size-small .icon{width:2.438rem;height:2.438rem}.herocontentblock-v2-section .contentblockbis .button.-size-no{display:none}.herocontentblock-v2-section .contentblockbis .button span{color:#002677;font-family:arial,sans-serif;font-weight:700;font-size:1.375rem;text-transform:uppercase;width:100%;margin-bottom:15px}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblockbis .button span{margin-bottom:15px;font-size:1.375rem;color:#002677}}.herocontentblock-v2-section .contentblockbis .promotionheader__heading{margin-bottom:20px;font-family:Blog-Script,sans-serif;font-size:2.5rem;text-transform:uppercase;line-height:1.571}.herocontentblock-v2-section .contentblockbis .promotionheader__heading:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblockbis .promotionheader__heading{font-size:1.75rem}}.herocontentblock-v2-section .contentblockbis .promotionheader__text{color:#6d6e71;font-family:arial,sans-serif;font-size:1.125rem;line-height:1.1;margin-bottom:0;text-align:center}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblockbis .promotionheader__text{text-align:left;font-size:.875rem}}.herocontentblock-v2-section .contentblockbis .-layout-right .column{width:33.33333%;margin-right:8.33333%;text-align:left;align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblockbis .-layout-right .column{width:100%;padding:0}}.herocontentblock-v2-section .contentblockbis .-layout-left .column{width:33.33333%;margin-left:8.33333%;align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .contentblockbis .-layout-left .column{width:100%;padding:0}}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .herovideo .container{width:100%;margin:0}}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .herovideo .promotionheader_text_container{padding:30px 0;height:auto}}.herocontentblock-v2-section .herovideo .column{width:66.66667%;margin:0 16.66667%;max-width:none}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .herovideo .column{width:83.33333%;padding:0 8.33333%}}.herocontentblock-v2-section .herovideo .promotionheader__heading{font-family:Blog-Script,sans-serif;font-size:2.5rem;text-transform:uppercase;line-height:1.571}.herocontentblock-v2-section .herovideo .promotionheader__heading:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .herovideo .promotionheader__heading{font-size:1.625rem}}.herocontentblock-v2-section .herovideo .button{color:#e2e2e2;padding:0;display:flex;flex-flow:row wrap;justify-content:center}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .herovideo .button{color:#002677;margin-top:20px}}.herocontentblock-v2-section .herovideo .button.-size-large .icon,.herocontentblock-v2-section .herovideo .button.-size-small .icon{width:1.5rem;height:1.5rem}.herocontentblock-v2-section .herovideo .button.-size-no{display:none}.herocontentblock-v2-section .herovideo .button span{color:#e2e2e2;font-family:arial,sans-serif;font-weight:700;font-size:1.375rem;text-transform:uppercase;width:100%;padding:10px 0 30px}@media screen and (max-width:50.9375em){.herocontentblock-v2-section .herovideo .button span{color:#002677;font-size:1.125rem}}.herocontentblock-section .promotionheader{max-width:71em;padding:0;margin:0 auto;min-height:37rem;position:relative;display:flex;justify-content:center;width:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader{background-image:none!important;min-height:20rem;padding:0}}.herocontentblock-section .promotionheader h2,.herocontentblock-section .promotionheader p{margin-bottom:0}.herocontentblock-section .promotionheader .button{margin-bottom:1.87538rem}.herocontentblock-section .promotionheader .container{min-height:37rem;width:100%}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader .container{width:83.33333%;margin:0 8.33333%;min-height:20rem}}.herocontentblock-section .promotionheader img{width:100vw}.herocontentblock-section .promotionheader .promotionheader__image-row{display:flex;width:100%;justify-content:center}.herocontentblock-section .promotionheader .promotionheader__image-row>.column{width:100%}@media screen and (min-width:51em){.herocontentblock-section .promotionheader .promotionheader__image-row{width:66.66667%}}@media screen and (min-width:71em){.herocontentblock-section .promotionheader .promotionheader__image-row{width:58.33333%}}@media screen and (min-width:81em){.herocontentblock-section .promotionheader .promotionheader__image-row{width:50%}}@media screen and (min-width:97em){.herocontentblock-section .promotionheader .promotionheader__image-row{width:41.66667%}}.herocontentblock-section .promotionheader .promotionheader__image-row .promotionheader__image-column{padding:0}@media screen and (min-width:51em){.herocontentblock-section .promotionheader .promotionheader__image-row .promotionheader__image-column{order:-1;padding:0 .5625rem;margin:0}}.herocontentblock-section .promotionheader__content-row{display:flex;width:100%;position:relative;padding:2.25rem .93712rem 0}@media screen and (min-width:51em){.herocontentblock-section .promotionheader__content-row{height:100%;padding:0}}.herocontentblock-section .promotionheader__content-row.-layout-top{align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader__content-row.-layout-top{align-items:center}}.herocontentblock-section .promotionheader__content-row.-layout-middle{align-items:center}.herocontentblock-section .promotionheader__content-row.-layout-bottom{align-items:flex-end}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader__content-row.-layout-bottom{align-items:center}}.herocontentblock-section .promotionheader__content-row.-layout-left{justify-content:flex-start;text-align:left}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader__content-row.-layout-left{align-items:center;justify-content:center;text-align:center}}.herocontentblock-section .promotionheader__content-row.-layout-left .column{align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader__content-row.-layout-left .column{justify-content:center;text-align:center;align-items:center}}.herocontentblock-section .promotionheader__content-row.-layout-center{justify-content:center;text-align:center}.herocontentblock-section .promotionheader__content-row.-layout-center .column{align-items:center}.herocontentblock-section .promotionheader__content-row.-layout-right{text-align:right;justify-content:flex-end}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader__content-row.-layout-right{justify-content:center;text-align:center;align-items:center}}.herocontentblock-section .promotionheader__content-row.-layout-right .column{align-items:flex-end}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader__content-row.-layout-right .column{justify-content:center;text-align:center;align-items:center}}.herocontentblock-section .promotionheader__content-row .column{width:100%;display:flex;flex-flow:column wrap;align-items:center}@media screen and (min-width:51em){.herocontentblock-section .promotionheader__content-row .column{max-width:35rem}}.herocontentblock-section .promotionheader .promotionheader__heading{width:100%;margin-bottom:.93712rem;font-size:3rem}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader .promotionheader__heading{text-align:center;margin-bottom:1.125rem;font-size:2.0625rem}}.herocontentblock-section .promotionheader .promotionheader__heading .white{color:#fff}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader .promotionheader__heading .white{color:#002677}}.herocontentblock-section .promotionheader .promotionheader__heading .blue{color:#002677}.herocontentblock-section .promotionheader .promotionheader__text{width:100%}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader .promotionheader__text{text-align:center}}.herocontentblock-section .promotionheader .promotionheader__text.white{color:#fff}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader .promotionheader__text.white{color:#6d6e71}}.herocontentblock-section .promotionheader .promotionheader__text.default{color:#6d6e71}.herocontentblock-section .promotionheader .promotionheader__label{margin-bottom:0;font-size:.75rem;color:#009fe3;text-transform:uppercase}@media screen and (max-width:50.9375em){.herocontentblock-section .promotionheader .promotionheader__label{text-align:center}}@media screen and (min-width:51em){.herocontentblock-section .promotionheader .promotionheader__image{display:none}}.herocontentblock-section .contentblock{min-height:41rem}@media screen and (max-width:40.9375em){.herocontentblock-section .contentblock{min-height:auto}}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblock .container{width:100%;margin:0}}.herocontentblock-section .contentblock .button{margin-top:30px;margin-bottom:0;padding:0;transition:all .2s ease-in-out}.herocontentblock-section .contentblock .button:hover{transform:scale(1.1);opacity:.7}.herocontentblock-section .contentblock .button.-size-large .icon,.herocontentblock-section .contentblock .button.-size-small .icon{width:3rem;height:3rem}.herocontentblock-section .contentblock .button.-size-no{display:none}.herocontentblock-section .contentblock .promotionheader__heading h2{font-family:Bariol-Bold,sans-serif;font-size:2.813rem;line-height:1.1;margin-bottom:10px}.herocontentblock-section .contentblock .promotionheader__heading h2:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblock .promotionheader__heading h2{text-align:left;font-size:2rem}}.herocontentblock-section .contentblock .promotionheader__text{color:#6d6e71;font-family:arial,sans-serif;font-size:1.125rem;line-height:1.25;margin-bottom:0}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblock .promotionheader__text{text-align:left;font-size:.875rem}}.herocontentblock-section .contentblock .promotionheader__image-row{padding:0}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblock .promotionheader__image-row{order:1}}.herocontentblock-section .contentblock .promotionheader__content-row{padding:30px 0}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblock .promotionheader__content-row{order:2;width:83.33333%;margin:0 8.33333%;height:auto}}.herocontentblock-section .contentblock .-layout-right .column{padding:0;width:33.33333%;margin-right:8.33333%;text-align:left;align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblock .-layout-right .column{width:100%;margin-right:0}}.herocontentblock-section .contentblock .-layout-left .column{padding:0;width:33.33333%;margin-left:8.33333%;align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblock .-layout-left .column{width:100%;margin-left:0}}@media screen and (max-width:50.9375em){.herocontentblock-section .hero .container{width:100%;margin:0}}.herocontentblock-section .hero .column{width:66.66667%;margin:0 16.66667%;max-width:none}@media screen and (max-width:50.9375em){.herocontentblock-section .hero .column{width:83.33333%;margin:0 8.33333%}}.herocontentblock-section .hero .promotionheader__heading h2{font-family:Blog-Script,sans-serif;font-size:2.5rem;text-transform:uppercase;line-height:1.571}.herocontentblock-section .hero .promotionheader__heading h2:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:50.9375em){.herocontentblock-section .hero .promotionheader__heading h2{font-size:1.625rem}}.herocontentblock-section .hero .button{color:#e2e2e2;padding:0;display:flex;flex-flow:row wrap;justify-content:center}@media screen and (max-width:50.9375em){.herocontentblock-section .hero .button{color:#002677;margin-top:20px}}.herocontentblock-section .hero .button.-size-large .icon,.herocontentblock-section .hero .button.-size-small .icon{width:1.5rem;height:1.5rem}.herocontentblock-section .hero .button.-size-no{display:none}.herocontentblock-section .hero .button span{color:#e2e2e2;font-family:arial,sans-serif;font-weight:700;font-size:1.375rem;text-transform:uppercase;width:100%;padding:10px 0 30px}@media screen and (max-width:50.9375em){.herocontentblock-section .hero .button span{color:#002677;font-size:1.125rem}}@media screen and (max-width:50.9375em){.herocontentblock-section .hero .promotionheader__content-row{padding:30px 0;order:1;height:auto}}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblockbis .container,.herocontentblock-section .hero .promotionheader__image-column{width:100%;margin:0}}.herocontentblock-section .contentblockbis .button{margin-top:20px;margin-bottom:0;padding:0;width:100%;display:flex;justify-content:center;line-height:1;text-align:center;flex-flow:row wrap}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblockbis .button{color:#002677;margin-top:40px}}.herocontentblock-section .contentblockbis .button.-size-large .icon,.herocontentblock-section .contentblockbis .button.-size-small .icon{width:2.438rem;height:2.438rem}.herocontentblock-section .contentblockbis .button.-size-no{display:none}.herocontentblock-section .contentblockbis .button span{color:#002677;font-family:arial,sans-serif;font-weight:700;font-size:1.375rem;text-transform:uppercase;width:100%;margin-bottom:15px}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblockbis .button span{margin-bottom:15px;font-size:1.375rem;color:#002677}}.herocontentblock-section .contentblockbis .promotionheader__heading{margin-bottom:20px}.herocontentblock-section .contentblockbis .promotionheader__heading h2{font-family:Blog-Script,sans-serif;font-size:2.5rem;text-transform:uppercase;line-height:1.571}.herocontentblock-section .contentblockbis .promotionheader__heading h2:lang(ar){font-family:Arabic-Blog-Script}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblockbis .promotionheader__heading h2{font-size:1.75rem}}.herocontentblock-section .contentblockbis .promotionheader__text{color:#6d6e71;font-family:arial,sans-serif;font-size:1.125rem;line-height:1.1;margin-bottom:0;text-align:center}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblockbis .promotionheader__text{text-align:left;font-size:.875rem}}.herocontentblock-section .contentblockbis .promotionheader__image-row{padding:0}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblockbis .promotionheader__image-row{order:1}}.herocontentblock-section .contentblockbis .promotionheader__content-row{padding:30px 0}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblockbis .promotionheader__content-row{order:2;width:83.33333%;margin:0 8.33333%}}.herocontentblock-section .contentblockbis .-layout-right .column{padding:0;width:33.33333%;margin-right:8.33333%;text-align:left;align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblockbis .-layout-right .column{width:100%;margin-right:0}}.herocontentblock-section .contentblockbis .-layout-left .column{padding:0;width:33.33333%;margin-left:8.33333%;align-items:flex-start}@media screen and (max-width:50.9375em){.herocontentblock-section .contentblockbis .-layout-left .column{width:100%;margin-left:0}}.articleheader{position:relative;width:100%}.articleheader:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;height:100%;display:block;background:linear-gradient(180deg,#59c8e2 0,hsla(0,0%,100%,0) 180px);pointer-events:none;z-index:1}@media screen and (max-width:50.9375em){.articleheader:before{display:none}}.articleheader__background-image-column{position:relative;background-size:cover;background-position:50%}@media screen and (max-width:50.9375em){.articleheader__background-image-column{background-image:none!important}.articleheader__background-image-column:before{display:none}}@media screen and (min-width:51em){.articleheader__background-image-column:not(.has-no-image){height:30rem}}.articleheader__content-row{z-index:1;justify-content:center}.articleheader__content-row>.column{width:100%}@media screen and (min-width:51em){.articleheader__content-row{width:66.66667%}}@media screen and (min-width:71em){.articleheader__content-row{width:58.33333%}}@media screen and (min-width:81em){.articleheader__content-row{width:50%}}@media screen and (min-width:97em){.articleheader__content-row{width:41.66667%}}.articleheader__image-column{padding:0;margin:0 0 1.87538rem}@media screen and (min-width:51em){.articleheader__image-column{order:-1;padding:0 .5625rem;margin:0}}@media screen and (min-width:51em){.articleheader__image{display:none}}.articleheader__heading{margin:2.25rem 0 1.49962rem;text-align:center;align-self:center;font-size:2.0625rem}@media screen and (min-width:51em){.articleheader__heading{font-size:3rem;margin:3.74962rem 0 1.87538rem;text-align:left;align-self:flex-start}}@media screen and (max-width:50.9375em){.articleheader__author-column{align-items:center!important}}.author{position:relative;z-index:2;display:flex;align-items:center;margin:0 0 1.125rem}@media screen and (max-width:50.9375em){.author{justify-content:center}}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.author{max-width:100%}}@media screen and (max-width:50.9375em){.author{padding:0 .93712rem}.author .author__image+.author__info-wrapper{text-align:left}.author .author__info-wrapper{text-align:center}}.author .author__image+.author__info-wrapper{margin-left:.74925rem}.has-no-image .author{margin-top:0}@media screen and (min-width:51em){.author{margin:2.25rem 0 1.87538rem}}.author__image{width:5rem;height:5rem;border-radius:999rem;background-size:cover;background-position:50%;flex:0 0 5rem}.author__info-wrapper{display:flex;flex-flow:column wrap;font-size:.9375rem}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.author__info-wrapper{width:100%}}.author__name{font-weight:700}.author__meta span:nth-child(2):before{margin:0 .18743rem;content:"\2027"}.financial-row>.column:not(.financial-column) section{width:100%}@media screen and (max-width:60.9375em){.financial-row>.column.financial-column{display:none}}@media screen and (max-width:60.9375em){.column-grid .row.financial-row.left-col-25>.column:not(.financial-column),.column-grid .row.grid-2-col.left-col-75>.column:not(.financial-column),.financial-row>.column:not(.financial-column){width:100%}}.financial-nav{background-color:#005eb8;color:#fff;width:100%;display:flex;height:auto;padding:1em 2.5em}@media screen and (max-width:60.9375em){.financial-nav{display:none}}.financial-nav>ul{list-style-type:none}.financial-nav>ul>li{margin-top:1.7em}.financial-nav>ul>li>.is-current{color:#009fe3}.financial-nav>ul>li>a{font-family:Bariol-Bold,sans-serif;text-transform:uppercase;color:#fff}.financial-nav>ul>li>a:lang(ar){font-family:Cairo-Bold}.financial-nav>ul>li>a:hover{color:#009fe3}.financial-nav>ul>li>a .icon{width:15px;height:15px;margin-top:-3px;transition:transform .2s ease-in-out;pointer-events:all}.financial-nav>ul>li .is-active{color:#009fe3}.financial-nav>ul>li .is-active .icon{transform:rotate(90deg);transition:transform .2s ease-in-out}.financial-nav>ul>li>ul{list-style-type:none;max-height:0;overflow:hidden;transition:max-height .2s ease-in-out}.financial-nav>ul>li>ul li a{font-family:Bariol,sans-serif;color:#fff;font-size:.9em}.financial-nav>ul>li>ul li a:lang(ar){font-family:Cairo-Regular}.financial-nav>ul>li>ul li .is-current,.financial-nav>ul>li>ul li a:hover{color:#009fe3}.financial-nav>ul>li .is-open{max-height:50em;transition:max-height .2s ease-in-out}.mobile-altnav-section{width:100%;text-align:center;padding:15px 0;display:none}@media screen and (max-width:60.9375em){.mobile-altnav-section{display:block}}.mobile-altnav-section .mobile-altnav{font-family:Bariol-Bold,sans-serif;color:#002677;border-radius:.75rem;padding:13px 38px}.mobile-altnav-section .mobile-altnav:lang(ar){font-family:Cairo-Bold}.mobile-altnav-section .mobile-altnav:focus{border:1px solid #e2e2e2}.page-footer{margin-top:20px}.page-footer .row{background-color:#002677;padding:0 5em}.page-footer .footer-list{list-style-type:none;width:100%;margin:0;display:flex;justify-content:space-between}.page-footer .footer-list li{margin-right:1.2rem;line-height:8em}.page-footer .footer-list a{color:#fff;font-family:helvetica,arial,sans-serif}.page-footer .footer-list a:hover{color:#009fe3}.page-footer .footer-list .social-icon .icon{pointer-events:auto}@media screen and (max-width:80.9375em){.page-footer>.container{padding-left:0;padding-right:0}.page-footer .footer-list{padding:.93712rem 0;display:block}.page-footer .footer-list li{float:left;width:50%;text-align:center;line-height:3em;margin:0}.page-footer .footer-list .row{padding:1.49962rem 0}}@media screen and (max-width:50.9375em){.page-footer .footer-ctptext,.page-footer .footer-list a{font-size:.9375rem}}@media screen and (max-width:30.9375em){.page-footer .footer-list li{width:100%;margin-right:0;line-height:1.8;text-align:left}.page-footer .footer-list li a{font-size:.9375rem}.page-footer .footer-list .social-icon{width:25%;padding:1.125rem 0}.page-footer .footer-list .social-icon:empty{display:none}.page-footer .row{padding:1.49962rem 8.33333%}}.navigation-v2{display:flex;justify-content:flex-start;flex-wrap:wrap;flex:1 1 100%;align-items:flex-start;height:100%}.navigation-v2 .navigation-list{list-style-type:none;width:100%;margin:0;order:1;display:flex;justify-content:flex-end}.navigation-v2 .navigation-list>li{display:flex;align-items:center;text-align:right;margin-left:1.2rem}.navigation-v2 .navigation-list>li .icon{width:17px;height:17px}@media screen and (min-width:51em){.navigation-v2 .navigation-list .dropdown{display:table}}.navigation-v2 .navigation-list .navlink{font-family:Bariol-Bold,sans-serif;font-size:.75rem;vertical-align:middle;text-transform:uppercase;margin-left:1.3rem}.navigation-v2 .navigation-list .navlink:lang(ar){font-family:Cairo-Bold}.navigation-v2 .navigation-list .navlink a{margin-top:5px}.navigation-v2 .navigation-list .dropdownlist{display:none}.navigation-v2 .navigation-list .dropdownlist.show{display:block}.navigation-v2 .navigation__meta{position:absolute;right:21em;font-size:13px;display:block;top:6px}.navigation-v2 .navigation__meta ul{list-style:none}.navigation-v2 .navigation__meta ul a{color:#005eb8}@media screen and (max-width:50.9375em){.navigation-v2 .navigation__meta,.navigation-v2>.row{display:none}}.navigation-v2 .navigation__desktop{order:2;width:100%}.navigation-v2 .navigation__desktop.no-metanav,.navigation-v2 .navigation__desktop.no-metanav .navigation__desktop-list{height:100%}.navigation-v2 .navigation__desktop.no-metanav .navigation__desktop-list>.navigation__list-item{display:flex;align-items:center}@media screen and (max-width:50.9375em){.navigation-v2 .navigation__desktop{display:none}}.navigation-v2 .navigation__desktop .navigation__desktop-list>li>.navigation__sublist{min-height:27em;left:0}.navigation-v2 .navigation__desktop .navigation__desktop-list{justify-content:flex-end;text-transform:none;display:flex;flex-flow:row nowrap;font-size:.9375rem;margin-bottom:0;height:64px}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item{font-family:Bariol-Bold,sans-serif;display:block;margin:.889em 1.4em 0;border-bottom:0;list-style-type:none}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:70.9375em){.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item{margin:.889em 1em 0}}@media screen and (max-width:60.9375em){.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item{margin:.889em .4em 0}}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item:last-of-type{margin-right:0}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper{opacity:0;position:absolute;pointer-events:none;will-change:opacity;transform:scaleY(0);transform-origin:top center;background-image:linear-gradient(90deg,#176dbf,#097ac9,#0086d2,#0093db,#019fe3);transition:transform .2s ease-in-out,opacity .15s ease-in-out;width:100%;top:92px;left:0;min-height:25em}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper.is-visible{pointer-events:auto;opacity:1;transform:scale(1);transition:transform .2s ease-in-out,opacity .15s ease-in-out}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper>.navigation__sublist--grid{max-width:1281px;margin:0 auto;width:100%;display:flex}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navigation__sublist{width:83.33333%}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navigation__sublist .navigation__sublist--wrapper.is-visible{position:static}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navigation__sublist .navigation__sublist--wrapper.is-visible .navigation__sublist{display:block;max-height:320px;-moz-column-count:1;-moz-column-width:200px;columns:200px 1;top:63px;list-style-type:none}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navigation__sublist .navigation__list-item{display:block;width:23em}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navtitle{width:16.66667%;padding-top:63px;text-align:center}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navtitle span{color:#fff;font-size:1.556em;text-transform:uppercase}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__link{position:relative;display:block;font-size:1em;color:#005eb8;line-height:1.1;padding-bottom:5px;transition:all .2s ease-in-out}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__link:after{content:"";opacity:0;position:absolute;width:100%;left:0;bottom:-5px;height:0;background-color:#005eb8;transition:all .2s ease-in-out}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__link.isprimary{color:#005eb8}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item.activenav>a:after{height:6px;opacity:1}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist{padding-top:60px;padding-bottom:30px;display:block;position:relative;padding-left:12%}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__sublist{display:none}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__sublist.is-visible{display:block;background:none}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link{color:#fff;padding:12px 0;width:20em;opacity:1;display:flex;align-items:center;justify-content:space-between}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link:focus,.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link:hover{text-decoration:underline}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link:focus .forwardicon a .icon,.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link:hover .forwardicon a .icon{opacity:1}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link.activesubnav{text-decoration:underline;text-underline-position:under}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link:hover:after{content:"";position:absolute;width:100%;height:0;left:0;bottom:0;border-bottom:none}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link.is-subtitle{opacity:1;margin-left:-20px;border-bottom:none;font-family:Bariol,sans-serif;font-size:1em;padding:18px 0;pointer-events:none;cursor:default}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link.is-subtitle:lang(ar){font-family:Cairo-Regular}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist li:first-child a{border-top:1px dashed #979797}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item{min-height:3em;padding-top:0}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item a{border-bottom:1px dashed #979797;font-size:1.111em}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .forwardicon{float:right}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .forwardicon a{border:none}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .forwardicon .icon{transition:all .2s ease-in-out;color:#fff;width:.833em;height:.8em;vertical-align:baseline;opacity:1}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .navigation__sublist{top:0;left:27em;width:auto;position:absolute;padding-top:0}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .navigation__sublist li:first-child a{border:none;font-size:inherit}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .navigation__sublist .navigation__list-item{margin-left:0;min-height:0}.navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .navigation__sublist .navigation__list-item a{border:none;font-size:inherit;position:inherit}.navigation-v2 .list-submenu{list-style-type:none}.navigation-v2 .dropdown{position:relative;list-style:none;width:1em;margin-right:1em}.navigation-v2 .dropdown .dropdown-menu{list-style:none;position:relative;display:flex;margin:0}.navigation-v2 .dropdown .dropdown-menu .staticlanguage{top:.9em}@media screen and (min-width:51em){.navigation-v2 .dropdown .dropdown-menu .staticlanguage{display:inline-flex}}@media screen and (min-width:51em){.navigation-v2 .dropdown .dropdown-menu .staticlanguage:not(:last-child):after{content:"|";position:relative;top:0;pointer-events:none;color:#005eb8;z-index:-1;margin:0 2px}}.navigation-v2 .dropdown .dropdown-menu .staticlanguage a{font-size:.75rem;font-family:Bariol-Bold,sans-serif;text-transform:uppercase;margin-top:0}.navigation-v2 .dropdown .dropdown-menu .staticlanguage a:lang(ar){font-family:Cairo-Bold}@media screen and (min-width:51em){.navigation-v2 .dropdown .dropdown-menu .staticlanguage a{margin-top:.4rem}}.navigation-v2 .dropdown .dropdown-menu .staticlanguage.selected-lang{position:static}.navigation-v2 .dropdown .dropdown-menu .staticlanguage.hide{display:none}.navigation-v2 .navigation__mobile{z-index:10;position:fixed;top:0;bottom:0;left:0;display:flex;flex-flow:column nowrap;transform:translateX(-100%);width:100vw;max-width:100%;height:100%;font-size:18px;font-weight:300;font-family:Bariol-Bold,sans-serif;background-color:#fff;will-change:transform;transition:transform .15s ease-in;pointer-events:none}.navigation-v2 .navigation__mobile:lang(ar){font-family:Cairo-Bold}@media screen and (min-width:51em){.navigation-v2 .navigation__mobile{display:none}}.navigation-v2 .navigation__mobile.is-visible{opacity:1;transform:translateX(0);transition:transform .2s ease-out;pointer-events:auto}.navigation-v2 .navigation__mobile .navigation__link{line-height:1.667;letter-spacing:.4px;color:#005eb8;border-bottom:none;margin-left:.6em;display:block;padding:.833em 1.125rem 0;text-transform:uppercase;font-size:.9375rem}.navigation-v2 .navigation__mobile .navigation__link:after{content:"";border-bottom:1px dashed #005eb8;display:block;margin-left:-.5em;margin-top:.722em}.navigation-v2 .navigation__mobile .navigation__link.isprimary{color:#005eb8}.navigation-v2 .navigation__mobile .navigation__sublist{letter-spacing:.4px;color:#005eb8;background:#fff;height:100%;width:100%;padding-top:20px;padding-bottom:70px;top:70px;overflow-y:scroll;z-index:2;position:fixed;left:0;transform:translateX(-100%);transition:transform .2s ease-out}.navigation-v2 .navigation__mobile .navigation__sublist.is-visible{transform:translateX(0)}.navigation-v2 .navigation__mobile .navigation__sublist .navigation__link{color:#005eb8}.navigation-v2 .navigation__mobile .navigation__sublist .lefticon{padding:0 1em;list-style-type:none}.navigation-v2 .navigation__mobile .navigation__sublist .lefticon a{line-height:1.667;padding-top:.833em}.navigation-v2 .navigation__mobile .navigation__sublist .lefticon .icon{color:#005eb8;width:.833em;height:.8em;margin-top:-3px}.navigation-v2 .navigation__mobile .navigation__sublist .lefticon .parentLinkName{color:#005eb8;font-size:18px}.navigation-v2 .navigation__mobile .navigation__sublist .lefticon~.navigation__list-item{font-size:16px}.navigation-v2 .navigation__mobile .navigation__sublist .navigation__sublist{top:0}.navigation-v2 .navigation__mobile .navigation__sublist .navigation__sublist .navigation__link.is-subtitle{pointer-events:none;touch-action:none}.navigation-v2 .navigation__mobile .navigation__sublist .navigation__sublist .lefticon a{top:22px}.navigation-v2 .navigation__mobile .navigation__list-item{display:block;list-style-type:none}.navigation-v2 .navigation__mobile .navigation__list-item.is-visible-on-mobile{display:initial}.navigation-v2 .navigation__mobile .navigation__list-item .forwardicon{float:right}.navigation-v2 .navigation__mobile .navigation__list-item .forwardicon .icon{width:.833em;height:.8em}.navigation-v2 .navigation__mobile-overlay{pointer-events:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .2s ease-out;z-index:1}.navigation-v2 .navigation__mobile-overlay.is-visible{pointer-events:auto;opacity:0}.navigation-v2 .navigation__mobile .navigation__mobile-list{overflow-y:scroll;height:100%;border:none;z-index:2;max-height:100%;display:flex;flex-flow:column nowrap;margin-bottom:0}.navigation-v2 .navigation__mobile .navigation__close-button{position:absolute;padding:0;margin:0;color:#34bbda;z-index:1;top:30px;right:20px;border:0;background:none}.navigation-v2 .navigation__mobile .navigation__close-button .icon{width:20px;height:20px}.navigation-v2 .submenufooter{background:#fff;width:100%;height:50px;padding:.6em}.navigation-v2 .submenufooter .navigation-list{justify-content:flex-start}.navigation-v2 .submenufooter .navigation-list li{align-items:baseline}.navigation-v2 .submenufooter .navigation-list .navicon{margin:0 1.3rem}.navigation-v2 .submenufooter .navigation-list .navicon a .icon{width:22px;height:22px}.navigation-v2 .submenufooter .navigation-list .dropdown{width:auto;margin-right:0}.navigation-v2 .submenufooter .navigation-list .dropdown .dropdownlist{width:auto}.navigation-v2 .submenufooter .navigation-list .dropdown .dropdownlist .dropdown-menu{margin:0;display:flex;list-style:none;position:relative;font-size:1.1em}.navigation-v2 .submenufooter .navigation-list .dropdown .dropdownlist .dropdown-menu:after{content:" ";border:.03em solid #005eb8;color:#005eb8;display:block;margin-left:.2em;height:100%;position:absolute;top:0;bottom:0;right:0}.navigation-v2 .submenufooter .navigation-list .dropdown .dropdownlist .dropdown-menu .staticlanguage{display:inline-block;font-size:1em;margin-left:0;margin-right:20px;position:inherit;top:0}.navigation-v2 .submenufooter .navigation-list .dropdown .dropdownlist .dropdown-menu .staticlanguage.selected-lang a{color:#005eb8}.navigation-v2 .submenufooter .navigation-list .dropdown .dropdownlist .dropdown-menu .staticlanguage a{color:#005eb8;text-transform:uppercase;font-size:inherit}a .skiplink{display:inline-block;color:#555;background:#fff;padding:.5em;position:absolute;left:-99999px;z-index:100}a .skiplink:focus{left:0}.page-header{background-color:#fff;position:relative;z-index:10;height:92px}.page-header__row{overflow:visible;height:100%}.page-header__row:lang(ar){direction:rtl}.page-header__column{padding-top:0;position:static;display:flex;flex-flow:row nowrap;align-items:center}.page-header__column .search__form{height:100%}@media screen and (max-width:50.9375em){.page-header__column{justify-content:flex-end}}.page-header__column>.search{display:none}@media screen and (max-width:50.9375em){.page-header__column>.search{order:3;display:block}}.page-header__column>.globe-link{display:none}@media screen and (max-width:50.9375em){.page-header__column>.globe-link{display:flex;order:2;margin:0 15px 0 0}.page-header__column>.globe-link .icon{width:1.7rem;height:1.7rem;fill:#006ab4}}.page-header__logo{max-width:190px;flex-shrink:0;margin-right:auto}@media screen and (max-width:50.9375em){.page-header__logo{max-width:145px;margin:10px auto 10px 10px;position:static;transform:none}}.page-header__menu-button{color:#006ab4;order:4;display:none;margin:0 20px 0 0;padding:0;border:0;background:none}.page-header__menu-button.is-displayed{display:block}.page-header__menu-button .icon{width:1.6em}@media screen and (min-width:51em){.page-header__menu-button,.page-header__menu-button.is-displayed{display:none}}[lang=ar] .navigation__desktop .navigation__sublist{padding-left:0}[lang=ar] .navigation__desktop .navigation__sublist .navigation__list-item .icon{transform:rotate(180deg)}[lang=ar] .navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist{padding-right:12%}[lang=ar] .navigation-v2 .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .navigation__sublist{left:11em}[lang=ar] .navigation-list li:first-child{order:3}[lang=ar] .navigation-list li:nth-child(2){order:2}[lang=ar] .navigation-list li:nth-child(3){order:1}[lang=ar] .navigation-list .navlink{order:4}[lang=ar] .navigation-list .naviconglobe{order:5}[lang=ar] .navigation-list .dropdown{order:6}[lang=ar] .navigation-list .dropdown li a:first-of-type{order:2}.navigation{display:flex;justify-content:flex-start;flex-wrap:wrap;flex:1 1 100%;align-items:flex-start;height:100%}.navigation .navigation-list{list-style-type:none;width:100%;margin:0;order:1;display:flex;justify-content:flex-end}.navigation .navigation-list>li{display:flex;align-items:center;text-align:right;margin-left:1.2rem}.navigation .navigation-list>li .icon{width:17px;height:17px}@media screen and (min-width:51em){.navigation .navigation-list .dropdown{display:table}}.navigation .navigation-list .navlink{font-family:Bariol-Bold,sans-serif;font-size:.75rem;vertical-align:middle;text-transform:uppercase;margin-left:1.3rem}.navigation .navigation-list .navlink:lang(ar){font-family:Cairo-Bold}.navigation .navigation-list .navlink a{margin-top:5px}.navigation .navigation-list .dropdownlist{display:none}.navigation .navigation-list .dropdownlist.show{display:block}.navigation .navigation__meta{position:absolute;right:21em;font-size:13px;display:block;top:6px}.navigation .navigation__meta ul{list-style:none}.navigation .navigation__meta ul a{color:#005eb8}@media screen and (max-width:50.9375em){.navigation .navigation__meta,.navigation>.row{display:none}}.navigation .navigation__desktop{order:2;width:100%}.navigation .navigation__desktop.no-metanav,.navigation .navigation__desktop.no-metanav .navigation__desktop-list{height:100%}.navigation .navigation__desktop.no-metanav .navigation__desktop-list>.navigation__list-item{display:flex;align-items:center}@media screen and (max-width:50.9375em){.navigation .navigation__desktop{display:none}}.navigation .navigation__desktop .navigation__desktop-list>li>.navigation__sublist{min-height:27em;left:0}.navigation .navigation__desktop .navigation__desktop-list{justify-content:flex-end;text-transform:none;display:flex;flex-flow:row nowrap;font-size:.9375rem;margin-bottom:0;height:64px}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item{font-family:Bariol-Bold,sans-serif;display:block;margin:.889em 1.4em 0;border-bottom:0;list-style-type:none}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:70.9375em){.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item{margin:.889em 1em 0}}@media screen and (max-width:60.9375em){.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item{margin:.889em .4em 0}}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item:last-of-type{margin-right:0}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper{opacity:0;position:absolute;pointer-events:none;will-change:opacity;transform:scaleY(0);transform-origin:top center;background-image:linear-gradient(90deg,#176dbf,#097ac9,#0086d2,#0093db,#019fe3);transition:transform .2s ease-in-out,opacity .15s ease-in-out;width:100%;top:92px;left:0;min-height:25em}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper.is-visible{pointer-events:auto;opacity:1;transform:scale(1);transition:transform .2s ease-in-out,opacity .15s ease-in-out}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper>.navigation__sublist--grid{max-width:1281px;margin:0 auto;width:100%;display:flex}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navigation__sublist{width:83.33333%}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navigation__sublist .navigation__sublist--wrapper.is-visible{position:static}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navigation__sublist .navigation__sublist--wrapper.is-visible .navigation__sublist{display:block;max-height:320px;-moz-column-count:1;-moz-column-width:200px;columns:200px 1;top:63px;list-style-type:none}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navigation__sublist .navigation__list-item{display:block;width:23em}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navigation__sublist .navigation__list-item:lang(ar){width:20em}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navtitle{width:16.66667%;padding-top:63px;text-align:center}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item>.navigation__sublist--wrapper .navtitle span{color:#fff;font-size:1.556em;text-transform:uppercase}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__link{position:relative;display:block;font-size:1em;color:#005eb8;line-height:1.1;padding-bottom:5px;transition:all .2s ease-in-out}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__link:after{content:"";opacity:0;position:absolute;width:100%;left:0;bottom:-5px;height:0;background-color:#005eb8;transition:all .2s ease-in-out}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__link.isprimary{color:#3db0ff}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item.activenav>a:after{height:6px;opacity:1}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item.activenav .isprimary:after{background-color:#3db0ff}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist{padding-top:60px;padding-bottom:30px;display:block;position:relative;padding-left:0}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__sublist{display:none}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__sublist.is-visible{display:block;background:none}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link{color:#fff;padding:12px 0;width:20em;opacity:1;display:flex;align-items:center;justify-content:space-between}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link:focus,.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link:hover{text-decoration:underline}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link:focus .forwardicon a .icon,.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link:hover .forwardicon a .icon{opacity:1}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link.activesubnav{text-decoration:underline}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link:hover:after{content:"";position:absolute;width:100%;height:0;left:0;bottom:0;border-bottom:none}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__link.is-subtitle{opacity:1;cursor:default}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist li:first-child a{border-top:1px dashed #979797}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item{min-height:3em;padding-top:0}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item a{border-bottom:1px dashed #979797;font-size:1.111em;line-height:1.2}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .forwardicon{float:right}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .forwardicon a{border:none}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .forwardicon .icon{transition:all .2s ease-in-out;color:#fff;width:.833em;height:.8em;vertical-align:baseline;opacity:1}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .navigation__sublist{top:0;left:27em;width:auto;position:absolute;padding-top:0}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .navigation__sublist li:first-child a{border:none;font-size:inherit}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .navigation__sublist .navigation__list-item{margin-left:0;min-height:0}.navigation .navigation__desktop .navigation__desktop-list>.navigation__list-item .navigation__sublist .navigation__list-item .navigation__sublist .navigation__list-item a{border:none;font-size:inherit;position:inherit}.navigation .list-submenu{list-style-type:none}.navigation .dropdown{position:relative;list-style:none;width:1em;margin-right:1em}.navigation .dropdown .dropdown-menu{list-style:none;position:relative;display:flex;margin:0}.navigation .dropdown .dropdown-menu .staticlanguage{top:.9em}@media screen and (min-width:51em){.navigation .dropdown .dropdown-menu .staticlanguage{display:inline-flex}}@media screen and (min-width:51em){.navigation .dropdown .dropdown-menu .staticlanguage:not(:last-child):after{content:"|";position:relative;top:0;pointer-events:none;color:#005eb8;z-index:-1;margin:0 2px}}.navigation .dropdown .dropdown-menu .staticlanguage a{font-size:.75rem;font-family:Bariol-Bold,sans-serif;text-transform:uppercase;margin-top:0}.navigation .dropdown .dropdown-menu .staticlanguage a:lang(ar){font-family:Cairo-Bold}@media screen and (min-width:51em){.navigation .dropdown .dropdown-menu .staticlanguage a{margin-top:.4rem}}.navigation .dropdown .dropdown-menu .staticlanguage.selected-lang{position:static}.navigation .dropdown .dropdown-menu .staticlanguage.hide{display:none}.navigation__mobile{z-index:10;position:fixed;top:0;bottom:0;left:0;display:flex;flex-flow:column nowrap;transform:translateX(-100%);width:100vw;max-width:100%;height:100%;font-size:18px;font-weight:300;font-family:Bariol-Bold,sans-serif;background-color:#fff;will-change:transform;transition:transform .15s ease-in;pointer-events:none}.navigation__mobile:lang(ar){font-family:Cairo-Bold}@media screen and (min-width:51em){.navigation__mobile{display:none}}.navigation__mobile.is-visible{opacity:1;transform:translateX(0);transition:transform .2s ease-out;pointer-events:auto}.navigation__mobile .navigation__link{line-height:1.667;letter-spacing:.4px;color:#005eb8;border-bottom:none;margin-left:.6em;display:block;padding:.833em 1.125rem 0;text-transform:uppercase;font-size:.9375rem}.navigation__mobile .navigation__link:after{content:"";border-bottom:1px dashed #005eb8;display:block;margin-left:-.5em;margin-top:.722em}.navigation__mobile .navigation__link.isprimary{color:#3db0ff}.navigation__mobile .navigation__sublist{letter-spacing:.4px;color:#005eb8;background:#fff;height:100%;width:100%;padding-top:20px;padding-bottom:70px;top:70px;overflow-y:scroll;z-index:2;position:fixed;left:0;transform:translateX(-100%);transition:transform .2s ease-out}.navigation__mobile .navigation__sublist.is-visible{transform:translateX(0)}.navigation__mobile .navigation__sublist .navigation__link{color:#005eb8}.navigation__mobile .navigation__sublist .lefticon{padding:0 1em;list-style-type:none}.navigation__mobile .navigation__sublist .lefticon a{line-height:1.667;padding-top:.833em}.navigation__mobile .navigation__sublist .lefticon .icon{color:#005eb8;width:.833em;height:.8em;margin-top:-3px}.navigation__mobile .navigation__sublist .lefticon .parentLinkName{color:#005eb8;font-size:18px}.navigation__mobile .navigation__sublist .lefticon~.navigation__list-item{font-size:16px}.navigation__mobile .navigation__sublist .navigation__sublist{top:0}.navigation__mobile .navigation__sublist .navigation__sublist .navigation__link.is-subtitle{pointer-events:none;touch-action:none}.navigation__mobile .navigation__sublist .navigation__sublist .lefticon a{top:22px}.navigation__mobile .navigation__list-item{display:block;list-style-type:none}.navigation__mobile .navigation__list-item.is-visible-on-mobile{display:initial}.navigation__mobile .navigation__list-item .forwardicon{float:right}.navigation__mobile .navigation__list-item .forwardicon .icon{width:.833em;height:.8em}.navigation__mobile-overlay{pointer-events:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;transition:opacity .2s ease-out;z-index:1}.navigation__mobile-overlay.is-visible{pointer-events:auto;opacity:0}.navigation__mobile .navigation__mobile-list{overflow-y:scroll;height:100%;border:none;z-index:2;max-height:100%;display:flex;flex-flow:column nowrap;margin-bottom:0}.navigation__mobile .navigation__mobile-list .submenufooter .navigation-list,.navigation__mobile .navigation__mobile-list .submenufooter .navigation-list .navicon{display:inline-block}.navigation__mobile .navigation__close-button{position:absolute;padding:0;margin:0;color:#34bbda;z-index:1;top:30px;right:20px;border:0;background:none}.navigation__mobile .navigation__close-button .icon{width:20px;height:20px}.submenufooter{background:#fff;width:100%;height:50px;padding:.6em}.submenufooter .navigation-list{justify-content:flex-start}.submenufooter .navigation-list li{align-items:baseline}.submenufooter .navigation-list .navicon{margin:0 1.3rem}.submenufooter .navigation-list .navicon a .icon{width:22px;height:22px}.submenufooter .navigation-list .dropdown{width:auto;margin-right:0}.submenufooter .navigation-list .dropdown .dropdownlist{width:auto}.submenufooter .navigation-list .dropdown .dropdownlist .dropdown-menu{margin:0;display:flex;list-style:none;position:relative;font-size:1.1em}.submenufooter .navigation-list .dropdown .dropdownlist .dropdown-menu:after{content:" ";border:.03em solid #005eb8;color:#005eb8;display:block;margin-left:.2em;height:100%;position:absolute;top:0;bottom:0;right:0}.submenufooter .navigation-list .dropdown .dropdownlist .dropdown-menu .staticlanguage{display:inline-block;font-size:1em;margin-left:0;margin-right:20px;position:inherit;top:0}.submenufooter .navigation-list .dropdown .dropdownlist .dropdown-menu .staticlanguage.selected-lang a{color:#005eb8}.submenufooter .navigation-list .dropdown .dropdownlist .dropdown-menu .staticlanguage a{color:#005eb8;text-transform:uppercase;font-size:inherit}.skiplink{display:inline-block;color:#555;background:#fff;padding:.5em;position:absolute;left:-99999px;z-index:100}.skiplink:focus{left:0}.interactivemap-section{width:100%}.interactivemap-section .interactivemap{margin:20px 0;height:37rem;width:100%}.interactivemap-section .interactivemap .gm-style .gm-style-iw-c{padding:0!important;border-radius:0;box-shadow:none;overflow:visible;max-height:none!important}.interactivemap-section .interactivemap .gm-style .gm-style-iw-t:after{content:none}.interactivemap-section .interactivemap .gm-ui-hover-effect{display:none!important}.interactivemap-section .interactivemap .gm-style-iw-d{overflow:visible!important}.interactivemap-section .interactivemap .popin_parent{max-width:inherit}.interactivemap-section .interactivemap .popin{display:flex;align-items:center;outline-offset:10px;width:550px;max-width:inherit;height:175px}@media screen and (max-width:30.9375em){.interactivemap-section .interactivemap .popin{width:1000px}}@media screen and (max-width:40.9375em){.interactivemap-section .interactivemap .popin{height:135px}}.interactivemap-section .interactivemap .popin :after{content:"";height:25px;left:calc(50% - 1.5px);position:absolute;bottom:-21%;width:3px}@media screen and (max-width:40.9375em){.interactivemap-section .interactivemap .popin :after{bottom:-26%}}.interactivemap-section .interactivemap .popin.lightblue{outline:3px solid #5ec2dd}.interactivemap-section .interactivemap .popin.lightblue :after{background:#5ec2dd}.interactivemap-section .interactivemap .popin.blue{outline:3px solid #1a5ea9}.interactivemap-section .interactivemap .popin.blue :after{background:#1a5ea9}.interactivemap-section .interactivemap .popin.green{outline:3px solid #8bbd23}.interactivemap-section .interactivemap .popin.green :after{background:#8bbd23}.interactivemap-section .interactivemap .popin.orange{outline:3px solid #ec8a03}.interactivemap-section .interactivemap .popin.orange :after{background:#ec8a03}.interactivemap-section .interactivemap .popin.hidden{display:none}.interactivemap-section .interactivemap .popin .popin_left{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:12px}.interactivemap-section .interactivemap .popin .popin_left h2,.interactivemap-section .interactivemap .popin .popin_left p{margin-bottom:0;font-weight:700}.interactivemap-section .interactivemap .popin .popin_left p{font-size:1.1rem}@media screen and (max-width:50.9375em){.interactivemap-section .interactivemap .popin .popin_left p{font-size:.9rem}}@media screen and (max-width:30.9375em){.interactivemap-section .interactivemap .popin .popin_left p{font-size:.6rem}}@media screen and (max-width:20.9375em){.interactivemap-section .interactivemap .popin .popin_left p{font-size:.4rem}}.interactivemap-section .interactivemap .popin .popin_left h2{font-size:1.5rem;line-height:1}@media screen and (max-width:50.9375em){.interactivemap-section .interactivemap .popin .popin_left h2{font-size:1.1rem}}@media screen and (max-width:40.9375em){.interactivemap-section .interactivemap .popin .popin_left h2{font-size:1rem}}@media screen and (max-width:30.9375em){.interactivemap-section .interactivemap .popin .popin_left h2{font-size:.8rem}}@media screen and (max-width:20.9375em){.interactivemap-section .interactivemap .popin .popin_left h2{font-size:.6rem}}.interactivemap-section .interactivemap .popin .popin_left .popin_heading{color:#002677;font-family:arial,sans-serif;text-transform:uppercase;text-align:center}.interactivemap-section .interactivemap .popin .popin_left .popin_link{color:#009fe3;font-family:arial,sans-serif;text-decoration:underline;text-align:center;margin-top:10px}.interactivemap-section .interactivemap .popin .popin_right{width:50%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain}.interactivemap-section .interactivemap_legend{margin-bottom:20px}.interactivemap-section table{border-collapse:collapse;width:100%}.interactivemap-section table h2{margin-bottom:0;font-size:.8rem;font-family:arial,sans-serif;color:#000}.interactivemap-section table img{height:30px;width:30px;margin-right:15px}.interactivemap-section table tr{display:flex;flex-wrap:wrap}.interactivemap-section table tr td{flex-grow:1}.interactivemap-section table tr td.tabledata_IE{width:100%}.interactivemap-section table tr td .interactivemap_cell{box-shadow:1px 0 0 0 #e3e3e3,0 1px 0 0 #e3e3e3,1px 1px 0 0 #e3e3e3,inset 1px 0 0 0 #e3e3e3,inset 0 1px 0 0 #e3e3e3;padding:15px;display:flex;justify-content:center;align-items:center}.imageandtextpushes-section,.imageandtextpushes-section .image-wrapper{width:100%}.imageandtextpushes-section .image-wrapper .imageV2__image{width:68.33333%;margin:0 15.83333%}@media screen and (max-width:50.9375em){.imageandtextpushes-section .image-wrapper .imageV2__image{width:100%;margin:0}}.imageandtextpushes-section .imagedescription{width:68.33333%;margin:22px 15.83333% 0;font-family:Bariol-Bold,sans-serif;font-size:1.75rem;line-height:1.25;text-align:left;color:#005eb8}.imageandtextpushes-section .imagedescription:lang(ar){font-family:Cairo-Bold}.imageandtextpushes-section .imagedescription p{margin-bottom:0}@media screen and (max-width:50.9375em){.imageandtextpushes-section .imagedescription{font-size:1.5rem;line-height:1.45;width:83.33333%;margin:12px 8.33333% 14px}}.medianews-section{width:100%}.column:first-of-type .medianews{margin-left:25%}@media screen and (max-width:50.9375em){.column:first-of-type .medianews{margin-left:8.33333%}}.medianews{width:66.66667%;margin-top:30px;margin-bottom:30px;margin-left:8.33333%}@media screen and (max-width:50.9375em){.medianews{width:83.33333%;margin:3.125rem auto}}.medianews h2{text-transform:uppercase;font-size:1.75rem;font-family:Bariol-Bold,sans-serif;line-height:1.25;margin-bottom:0}.medianews h2:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:50.9375em){.medianews h2{font-size:1.5rem}}.medianews .corporatepressreleases{color:#005eb8}.medianews .brandnews,.medianews .localnews{color:#002677}.medianews .othernews{color:#6d6e71}.medianews p{margin-bottom:0}.medianews ul{list-style:none;margin:0}.medianews .title-heading{height:-moz-fit-content;height:fit-content;padding-bottom:30px;width:100%}@media screen and (max-width:50.9375em){.medianews .title-heading{padding-bottom:25px}}.medianews .title-heading.corporatepressreleases{border-bottom:2px solid #005eb8}.medianews .title-heading.brandnews,.medianews .title-heading.localnews{border-bottom:2px solid #002677}.medianews .title-heading.othernews{border-bottom:2px solid #6d6e71}.medianews .list-element{margin-top:32px}@media screen and (max-width:50.9375em){.medianews .list-element:after{margin-top:25px}}.medianews .list-element .element-name{font-size:1.438rem;font-family:Bariol-Bold,sans-serif;line-height:1.25}.medianews .list-element .element-name:lang(ar){font-family:Cairo-Bold}@media screen and (max-width:50.9375em){.medianews .list-element .element-name{font-size:1.125rem}}.medianews .list-element .element-link{display:flex;justify-content:flex-end;margin-top:10px}.medianews .list-element .element-link:hover .element-download,.medianews .list-element .element-link:hover .icon.pdf{color:#b1e5e4}.medianews .list-element .element-link:hover .icon.link{color:#009fe3}.medianews .list-element .element-link .element-download{font-size:1rem;font-family:Bariol-Bold,sans-serif;color:#64ccc9;text-transform:uppercase}.medianews .list-element .element-link .element-download:lang(ar){font-family:Cairo-Bold}.medianews .list-element .element-link .element-download.pdf{display:flex}@media screen and (max-width:50.9375em){.medianews .list-element .element-link .element-download.pdf{display:none}}.medianews .list-element .element-link .element-download.link{display:none}.medianews .list-element .element-link .icon{margin-left:1rem;height:1.563rem;width:1.563rem}.medianews .list-element .element-link .icon.pdf{transform:rotate(0);color:#64ccc9}.medianews .list-element .element-link .icon.link{transform:rotate(-90deg);color:#002677}@media screen and (max-width:50.9375em){.medianews .list-element .element-link .icon{height:2rem;width:2rem}}.medianews .all-news-link{display:flex;padding-top:10px}.medianews .all-news-link:hover .all-news-title,.medianews .all-news-link:hover .icon{color:#009fe3}.medianews .all-news-link .all-news-title{font-size:1rem;font-family:Bariol-Bold,sans-serif;color:#005eb8;text-transform:uppercase}.medianews .all-news-link .all-news-title:lang(ar){font-family:Cairo-Bold}.medianews .all-news-link .icon{margin-left:1rem;height:1.563rem;width:1.563rem;color:#005eb8;transform:rotate(-90deg)}[lang=ar] .search .search__button .whitesearchicon.icon{transform:rotate(180deg)}.search .button{margin-left:4px}.search .search__toggler{padding:0;margin-right:1.2em;justify-content:flex-start;align-items:flex-end;display:flex;flex-flow:column wrap;background:none;border:none;cursor:pointer}.search .search__toggler .-type-cross{display:none}.search .search__toggler .-type-search{display:block}@media screen and (max-width:50.9375em){.search .search__toggler{justify-content:center;height:100%}}.search .search__form>.button .icon{fill:#005eb8;width:1rem;height:1rem}@media screen and (max-width:50.9375em){.search .search__form>.button{padding-top:0;flex-direction:row;margin-right:20px}.search .search__form>.button .icon{fill:#006ab4;width:1.3rem;height:1.3rem}}.search .form-group{width:100%;left:0;border-radius:0;border:none;background-image:linear-gradient(90deg,#176dbf,#097ac9,#0086d2,#0093db,#019fe3);transition:all .2s ease-in-out;transform-origin:top;position:absolute;right:0;top:90%;margin-bottom:0;transform:scaleY(0);opacity:0;overflow:hidden;z-index:2;flex-flow:row nowrap;visibility:hidden}.search .form-group .form-group--grid{max-width:1281px;margin:0 auto;width:100%;display:flex;justify-content:space-between}.search .form-group .search__input{border-radius:0;border:none;color:#fff;letter-spacing:.04em;font-size:1.2em;background:transparent;font-family:Bariol-Bold,sans-serif;max-width:40em;width:100%}.search .form-group .search__input:lang(ar){font-family:Cairo-Bold;padding-top:0;padding-bottom:0}.search .form-group .search__input::-ms-clear{width:0;height:0}.search .form-group .search__input::-moz-placeholder{color:#fff;text-transform:capitalize}.search .form-group .search__input::placeholder{color:#fff;text-transform:capitalize}.search .form-group .search__button{width:7.5em;color:#fff;text-transform:none;font-family:Bariol-Bold,sans-serif;letter-spacing:.04em;font-size:1.2em;position:static;height:auto;right:0;top:0;display:block;z-index:2;padding:0;border:0;background:none;cursor:pointer;transition:color .2s ease-in-out}.search .form-group .search__button:lang(ar){font-family:Cairo-Bold}.search .form-group .search__button:hover{color:#005eb8}.search .form-group .search__button .bluesearchicon{display:none}.search .form-group .search__button .whitesearchicon.icon{width:.7em}.search .form-group .search__button .button-desc{font-size:.8em;margin-right:1em}@media screen and (max-width:50.9375em){.search .form-group .search__button{width:2.5rem;color:#006ab4}.search .form-group .search__button .bluesearchicon{display:block}.search .form-group .search__button .whitesearchicon{display:none}}@media screen and (max-width:50.9375em){.search .form-group{top:75px;position:absolute;background:#e1f5fa}.search .form-group .search__input{border-radius:0;border:none;min-width:16rem;height:2em;padding:0 10px;font-size:1rem;color:#009fe3}.search .form-group .search__input::-moz-placeholder{color:#009fe3}.search .form-group .search__input::placeholder{color:#009fe3}}.search.is-open .search__form-group{transform:scale(1);opacity:1;transition:all .2s ease-in-out;visibility:visible}.search.is-open .search__toggler .-type-cross{display:block}.search.is-open .search__toggler .-type-search{display:none}.tabs{width:100%}.tabs__nav-wrapper{width:100%;padding:1.87538rem 0}@media screen and (max-width:30.9375em){.tabs__nav-wrapper{overflow-x:auto;overflow-y:hidden}}.tabs__nav{display:flex;flex-flow:row nowrap;justify-content:center}@media screen and (max-width:30.9375em){.tabs__nav{display:inline-flex}}.tabs__nav-item{font-size:.9375rem;margin:0 .93712rem;padding:0 1.87538rem .18743rem 0;border-bottom:1px solid transparent;text-decoration:none;color:#d3007d;transition:color .2s ease-in-out,border-color .2s ease-in-out}@media screen and (max-width:30.9375em){.tabs__nav-item{white-space:nowrap}}.tabs__nav-item.is-current-tab,.tabs__nav-item:hover{border-color:#002677;color:#002677}.tabs__panels{position:relative;min-height:10rem}.tabs__panel{opacity:0;overflow:hidden;height:0;pointer-events:none;transition:opacity .2s ease-in-out}.tabs__panel.is-current-panel{opacity:1;overflow:visible;height:auto;pointer-events:auto}.searchresults>.block{padding:0 .93712rem}.searchresults__result-row{border-bottom:1px solid #e2e2e2}.searchresults__result-row,.searchresults__result-row .column{margin-bottom:1.87538rem;width:100%}.searchresults__result-row .-no-image{width:100%}.searchresults__breadcrumbs-wrapper{margin-bottom:.93712rem}.searchresults__result-title:hover{color:#009fe3}.searchresults__result-text{width:100%}.searchresults__column-result-text{width:75%}@media screen and (max-width:60.9375em){.searchresults__result-text,.searchresults__result-text-image{width:100%}}.searchresults__result-paragraph{font-size:.9375rem;color:#3c3c3c;margin-bottom:0}.searchresults__link{display:flex;flex-direction:row}.searchresults__link:lang(ar){direction:rtl}@media screen and (max-width:60.9375em){.searchresults__link{flex-direction:column}}.searchresults__column{width:25%;margin-right:2%;margin-top:.5rem;position:relative}@media screen and (max-width:60.9375em){.searchresults__column{width:100%;margin-right:0;margin-top:0;margin-bottom:1.8rem}}.pagination{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;margin-bottom:1.49962rem;width:100%}.pagination:lang(ar){direction:rtl}.pagination__link{font-size:.9375rem}.pagination__link.-first-link,.pagination__link.-last-link{display:none}.pagination__link.is-disabled{color:#e2e2e2;pointer-events:none}.pagination__page-select{padding-top:0;padding-bottom:0;font-size:.9375rem}.sitemap{width:83.33333%;margin:0 auto}@media screen and (max-width:50.9375em){.sitemap{width:91.66667%}}.sitemap h2{margin-bottom:0;color:#002677;font-size:3.333rem;text-transform:uppercase;font-family:Blog-Script,sans-serif}.sitemap h2:lang(ar){font-family:Arabic-Blog-Script}.sitemap ul{list-style:none;margin-bottom:0}.sitemap .page-title{display:flex;justify-content:center;text-align:center;margin:15px}.sitemap .sitemap-main-list{display:flex;flex-direction:row;flex-wrap:wrap}.sitemap .sitemap-main-list a:hover .level-1,.sitemap .sitemap-main-list a:hover .level-2,.sitemap .sitemap-main-list a:hover .level-3{color:#009fe3;transition:color .2s ease-in-out}.sitemap .sitemap-main-list .sitemap-level-1{width:41.66667%;margin:20px 4.16667%}@media screen and (max-width:50.9375em){.sitemap .sitemap-main-list .sitemap-level-1{width:100%;margin:20px 0}}.sitemap .sitemap-main-list .sitemap-level-1 .level-1{color:#002677;font-size:2rem;text-transform:uppercase;font-family:Bariol-Bold,sans-serif;transition:color .2s ease-in-out}.sitemap .sitemap-main-list .sitemap-level-1 .level-1:lang(ar){font-family:Cairo-Bold}.sitemap .sitemap-main-list .sitemap-level-2{margin:15px 0}.sitemap .sitemap-main-list .sitemap-level-2 .level-2{color:#006ab4;font-size:1.5rem;text-transform:none;font-family:Bariol-Bold,sans-serif}.sitemap .sitemap-main-list .sitemap-level-2 .level-2:lang(ar){font-family:Cairo-Bold}.sitemap .sitemap-main-list .sitemap-level-3{padding-left:20px}.sitemap .sitemap-main-list .sitemap-level-3 .level-3{color:#6d6e71;font-size:1.2rem;text-transform:none;font-family:Bariol-Bold,sans-serif}.sitemap .sitemap-main-list .sitemap-level-3 .level-3:lang(ar){font-family:Cairo-Bold}.financialinformationteaser-section{width:100%}.financialinformation{background:url(clientlib-base/images/financial-information-teaser.png) 0 0 no-repeat;width:99.8%;margin-left:.2%;margin-bottom:20px;margin-top:20px;height:auto;display:flex;align-items:center;background-size:cover}@media screen and (max-width:80.9375em){.financialinformation{width:100%;margin:20px 0}}.financialinformation .data{width:100%;display:flex;align-items:flex-end;flex-flow:wrap;padding:30px 0}.financialinformation .data .icon{color:#fff}.financialinformation .data h1{margin:0;font-family:Bariol-Bold,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:1.6px;color:#59c8e2}.financialinformation .data h1:lang(ar){font-family:Cairo-Bold}.financialinformation .data h2{margin:0;font-family:Bariol,sans-serif;font-size:1.5rem;color:#fff}.financialinformation .data h2:lang(ar){font-family:Cairo-Regular}.financialinformation .data h2 span{font-family:Bariol-Bold,sans-serif;padding:0 .5rem}.financialinformation .data h2 span:lang(ar){font-family:Cairo-Bold}.financialinformation .data h3{margin:0;font-family:Bariol-Bold,sans-serif;font-size:2.375rem;letter-spacing:1.9px;color:#fff;line-height:.8}.financialinformation .data h3:lang(ar){font-family:Cairo-Bold}.financialinformation .data h4{margin:0;font-family:Bariol-Bold,sans-serif;font-size:2rem;letter-spacing:3.1px;color:#fff;line-height:.8}.financialinformation .data h4:lang(ar){font-family:Cairo-Bold}.financialinformation .data .part_1{width:21.66667%;text-align:center;position:relative;display:flex}.financialinformation .data .part_1:after{content:"";border-bottom:3px dotted #fff;width:83.33333%;margin:0 8.33333%;position:absolute;bottom:0;display:none}@media screen and (max-width:70.9375em){.financialinformation .data .part_1:after{display:block}}@media screen and (max-width:70.9375em){.financialinformation .data .part_1{width:100%;padding-bottom:30px}}.financialinformation .data .part_1 .btn{max-width:83.33333%;margin:auto;background-color:#002677;color:#fff;font-family:Bariol-Bold,sans-serif;font-size:1rem;text-align:center;text-transform:uppercase;border-style:none;border-radius:2rem;padding:1rem 2rem;cursor:pointer;transition:all .2s ease-in-out}.financialinformation .data .part_1 .btn:lang(ar){font-family:Cairo-Bold}.financialinformation .data .part_1 .btn:hover{background-color:#009fe3}.financialinformation .data .part_2{width:50%;display:flex;align-items:flex-end;justify-content:space-around;flex-flow:wrap;position:relative}.financialinformation .data .part_2:after,.financialinformation .data .part_2:before{content:"";border-right:2px dashed #fff;height:90%;position:absolute;top:10%}@media screen and (max-width:70.9375em){.financialinformation .data .part_2:after,.financialinformation .data .part_2:before{display:none}}.financialinformation .data .part_2:after{right:0}.financialinformation .data .part_2:before{left:0}@media screen and (max-width:70.9375em){.financialinformation .data .part_2{width:100%}}.financialinformation .data .part_2 .information{text-align:center}@media screen and (max-width:70.9375em){.financialinformation .data .part_2 .information{width:100%;padding-top:50px;margin:0}}@media screen and (max-width:70.9375em){.financialinformation .data .part_2 .information .line_1{display:none}}.financialinformation .data .part_2 .price{text-align:center}@media screen and (max-width:70.9375em){.financialinformation .data .part_2 .price{width:100%;padding-top:15px;margin:0}}.financialinformation .data .part_3{width:28.33333%;position:relative}.financialinformation .data .part_3:after{content:"";border-bottom:3px dotted #fff;width:83.33333%;margin:0 8.33333%;position:absolute;bottom:0;display:none}@media screen and (max-width:70.9375em){.financialinformation .data .part_3:after{display:block}}@media screen and (max-width:70.9375em){.financialinformation .data .part_3{width:100%;padding:0}}.financialinformation .data .part_3 .part_3_wrapper{display:flex;align-items:flex-end;justify-content:space-around;width:91.66667%;margin:0 4.16667%}@media screen and (max-width:70.9375em){.financialinformation .data .part_3 .part_3_wrapper{width:41.66667%;margin:0 29.16667%;padding:30px 0}}@media screen and (max-width:50.9375em){.financialinformation .data .part_3 .part_3_wrapper{width:58.33333%;margin:0 20.83333%}}@media screen and (max-width:40.9375em){.financialinformation .data .part_3 .part_3_wrapper{width:66.66667%;margin:0 16.66667%}}.financialinformation .data .part_3 .part_3_wrapper .icon{width:1.8rem;height:1.8rem}.articlepagebanner{width:66.66667%;margin:30px 16.66667%;border-bottom:2px solid #e2e2e2;padding-bottom:37px}@media screen and (max-width:50.9375em){.articlepagebanner{width:83.33333%;margin:30px auto;border-bottom:1px solid #e2e2e2}}.articlepagebanner ul{list-style:none;margin:0}.articlepagebanner li{margin:8px}@media screen and (max-width:30.9375em){.articlepagebanner li{margin:8px 0}}.articlepagebanner h1,.articlepagebanner h2,.articlepagebanner h4{margin-bottom:0}.articlepagebanner h2{font-family:arial,sans-serif;color:#000;text-transform:uppercase}@media screen and (max-width:50.9375em){.articlepagebanner h2{font-size:.75rem}}@media screen and (min-width:51em){.articlepagebanner h2{font-size:1.25rem}}.articlepagebanner h2:hover{opacity:#a0a1a4;transition:all .2s ease-in-out}.articlepagebanner h1{font-family:arial,sans-serif;line-height:1.1;color:#3c3c3c}@media screen and (max-width:50.9375em){.articlepagebanner h1{font-size:1.563rem}}@media screen and (min-width:51em){.articlepagebanner h1{font-size:2.5rem}}.articlepagebanner h4{font-family:arial,sans-serif;font-size:1rem;color:#6d6e71;font-weight:lighter}@media screen and (max-width:50.9375em){.articlepagebanner h4{font-size:.75rem}}.articlepagebanner .article-category{height:34px;width:-moz-fit-content;width:fit-content;margin-bottom:11px;display:table}@media screen and (max-width:50.9375em){.articlepagebanner .article-category{height:18px}}.articlepagebanner .article-title{margin-bottom:15px}.articlepagebanner .article-info .article-author{text-transform:uppercase;margin-right:17px}.articlepagebanner .social-network{display:flex;justify-content:flex-end}.articlepagebanner .social-network li{display:inline-block}@media screen and (max-width:50.9375em){.articlepagebanner .social-network{display:block;text-align:center;margin-top:30px}}.articlepagebanner .social-network .btn{text-align:center;border-style:none;border-radius:50%;padding:15px;display:flex;align-content:center;background-color:#002677}@media screen and (max-width:30.9375em){.articlepagebanner .social-network .btn{padding:15px}}@media screen and (max-width:20.9375em){.articlepagebanner .social-network .btn{padding:15px}}.articlepagebanner .social-network .btn:hover{filter:brightness(130%) grayscale(30%)}.articlepagebanner .social-network .mail{background-color:#002677}.articlepagebanner .social-network .mail:hover{background-color:#6f6f6f}.articlepagebanner .social-network .icon{height:15px;width:15px;color:#fff}@media screen and (max-width:30.9375em){.articlepagebanner .social-network .icon{height:12px;width:12px}}@media screen and (max-width:20.9375em){.articlepagebanner .social-network .icon{height:10px;width:10px}}
