@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-content {
  text-align: center; }

.attachment_container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background: #16181A;
  background: rgba(0, 0, 0, 0.9); }

@media (min-width: 450px) {
  .attachment_container {
    max-width: 90%;
    display: inline-block;
    padding: 0; } }
@media (min-width: 960px) {
  .attachment_container {
    max-width: 1200px; } }
.attachment_container .attachment_content {
  display: block;
  width: 100%;
  text-align: center; }

@media (min-width: 450px) {
  .attachment_container .attachment_content {
    width: auto;
    margin-right: 240px; }

  .flex-video {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative; }

  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; } }
.attachment_container button.mfp-close {
  color: #999;
  text-shadow: none; }

.attachment_container .attachment_details {
  padding: 1em;
  text-align: left;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: auto;
  text-overflow: ellipsis;
  margin-top: 1em; }

.attachment_container .attachment_details h6 {
  color: #fff;
  margin-bottom: 6px;
  font-size: 14px; }

.attachment_container .attachment_details p {
  color: #ccc;
  font-size: 10px; }

.attachment_container .attachment_details .embed_box {
  margin-top: 24px; }

.attachment_container .attachment_details .embed_box label {
  display: block;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #fff; }

.attachment_container .attachment_details .embed_box textarea {
  margin: 0;
  display: block;
  background: #141414;
  color: #b1b1b1;
  font-size: 9px;
  line-height: 11px;
  height: 65px;
  padding: 3px;
  border: 1px solid #666;
  border-radius: 3px;
  max-width: 100%;
  overflow: hidden;
  word-break: break-all; }

.attachment_container .attachment_details .embed_box textarea::selection {
  background-color: #0080FF;
  color: #fff; }

.attachment_container .attachment_details a.button.white {
  display: block;
  margin: 0;
  border-radius: 3px;
  color: #fff;
  border: 0;
  text-shadow: none;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  transition: background-color ease-in 0.1s;
  background-color: #0080FF; }

.attachment_container .attachment_details a.button.white:hover {
  background-color: #0066cc; }

@media screen and (min-width: 450px) {
  .attachment_container .attachment_details {
    width: 240px;
    position: absolute;
    box-sizing: border-box;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0;
    padding: 1rem;
    margin: 0; }

  .attachment_container .attachment_details h6 {
    font-size: 0.75rem; }

  .attachment_container .attachment_details a.button.white {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem; } }
.attachment_container.image.attachment_content {
  min-height: 200px;
  min-width: 200px; }

.attachment_container.image.attachment_content img {
  margin: 0 auto;
  max-height: 90%;
  background-color: #fff; }

.attachment_container.image.attachment_content.dark_background img {
  background-color: #000; }

.attachment_container.image.document-thumb .attachment_content img {
  max-height: 600px; }

.attachment_container.video .attachment_content {
  width: 100%; }

@media (min-width: 450px) {
  .attachment_container.video .attachment_content {
    width: 25rem;
    height: 18.45rem; } }
@media (min-width: 600px) {
  .attachment_container.video .attachment_content {
    width: 32rem;
    height: 23.2rem; } }
@media (min-width: 960px) {
  .attachment_container.video .attachment_content {
    width: 45rem;
    height: 32rem; } }
@media (min-width: 1080px) {
  .attachment_container.video .attachment_content {
    width: 55rem;
    height: 39.5rem; } }
.attachment_container.sound .attachment_content {
  width: 100%;
  height: 10em;
  background: #000; }

.attachment_container.sound .attachment_content .audio_container {
  display: block;
  top: 5em;
  position: relative;
  padding: 0em 1.3em;
  margin-top: -30px; }

.attachment_container.sound .attachment_content .audio_container .mejs-container {
  width: 100% !important; }

.attachment_container.sound .attachment_content .audio_container .mejs-volume-button,
.attachment_container.sound .attachment_content .audio_container .mejs-horizontal-volume-slider {
  display: none; }

@media (min-width: 450px) {
  .attachment_container.sound .attachment_content {
    width: 25em;
    height: 20em; }

  .attachment_container.sound .attachment_content .audio_container {
    top: 10em; }

  .attachment_container.sound .attachment_content .audio_container .mejs-volume-button,
  .attachment_container.sound .attachment_content .audio_container .mejs-horizontal-volume-slider {
    display: inline; } }
.attachment_container.document .attachment_content {
  width: 100%;
  height: 10em;
  line-height: 11em;
  background: #FFF; }

.attachment_container.document .attachment_content i {
  font-size: 4em;
  color: rgba(0, 0, 0, 0.3); }

@media (min-width: 450px) {
  .attachment_container.document .attachment_content {
    width: 25em;
    height: 20em;
    line-height: 22em; }

  .attachment_container.document .attachment_content i {
    font-size: 9em; } }
@media only screen and (min-width: 47.063em) {
  body .attachment_container .attachment_details h6 {
    font-size: 12px; }

  body .attachment_container .attachment_details a.button.white {
    padding: 12px; }

  .attachment_container.image .attachment_content img {
    max-width: 100%;
    max-height: 650px !important; } }
.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }

.me-plugin {
  position: absolute; }

.mejs-embed {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }
  .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden; }

.mejs-fullscreen {
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }
  .mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
    width: 100%;
    height: 100%; }

.mejs-clear {
  clear: both; }

.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs-poster img {
  display: none; }

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/bigplay-f0916f6c524e16752b4b8eb57382f685.svg) no-repeat; }

.no-svg .mejs-overlay-button {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/bigplay-b271ec2c61df8fad4a1e18bcfb386074.png); }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }
  .mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/loading-8318b17fcefd3b792e2d9083f04aea03.gif) 50% 50% no-repeat; }

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: #000;
  height: 30px;
  width: 100%; }
  .mejs-container .mejs-controls div {
    list-style-type: none;
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 11px;
    line-height: 11px;
    font-family: Helvetica, Arial;
    border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/controls-2b3087278dd6426d194edfe3ef51c069.svg) no-repeat; }

.no-svg .mejs-controls .mejs-button button {
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/controls-a93d69b532efd84297183e5690a521f8.png); }

.mejs-controls .mejs-button button:focus {
  outline: solid 1px yellow; }

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  .mejs-container .mejs-controls .mejs-time span {
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    margin: 1px 2px 0 0;
    width: auto; }

.mejs-controls .mejs-play button {
  background-position: 0 0; }
.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }
.mejs-controls .mejs-stop button {
  background-position: -112px 0; }
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px; }
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer; }
.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0; }
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0; }
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px; }
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px; }
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px; }

.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }
.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }
.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }
.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }
.mejs-controls .mejs-volume-button {
  position: relative; }
  .mejs-controls .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
    background: rgba(50, 50, 50, 0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -115px;
    left: 0;
    z-index: 1;
    position: absolute;
    margin: 0; }
  .mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.5);
    margin: 0; }
  .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    margin: 0; }
  .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    position: absolute;
    left: 4px;
    top: -3px;
    width: 16px;
    height: 6px;
    background: #ddd;
    background: rgba(255, 255, 255, 0.9);
    cursor: N-resize;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0; }
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative; }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }
.mejs-controls .mejs-captions-button {
  position: relative; }
  .mejs-controls .mejs-captions-button button {
    background-position: -48px 0; }
  .mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
      margin: 0;
      padding: 0;
      display: block;
      list-style-type: none !important;
      overflow: hidden; }
      .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
        margin: 0 0 6px 0;
        padding: 0;
        list-style-type: none !important;
        display: block;
        color: #fff;
        overflow: hidden; }
        .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
          clear: both;
          float: left;
          margin: 3px 3px 0 5px; }
        .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
          width: 100px;
          float: left;
          padding: 4px 0 0 0;
          line-height: 15px;
          font-family: helvetica, arial;
          font-size: 10px; }
  .mejs-controls .mejs-captions-button .mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }
  .mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #222;
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
    overflow: hidden;
    border: 0; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block {
      font-size: 11px;
      color: #fff;
      padding: 5px;
      display: block;
      border-right: solid 1px #333;
      border-bottom: solid 1px #333;
      cursor: pointer; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
      border-right: none; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
      background: #666;
      background: rgba(102, 102, 102, 0.7);
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
      background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
      background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
      background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
      background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
      background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
      filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }
    .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
      font-size: 12px;
      font-weight: bold;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin: 0 0 3px 0;
      line-height: 12px; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
      font-size: 12px;
      line-height: 12px;
      margin: 3px 0 4px 0;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #fff; }
  .mejs-captions-layer a {
    color: #fff;
    text-decoration: underline; }
  .mejs-captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 45px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
  background: rgba(20, 20, 20, 0.8); }

.me-cannotplay a {
  color: #fff;
  font-weight: bold; }
.me-cannotplay span {
  padding: 15px;
  display: block; }

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001; }
  .mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333; }
  .mejs-contextmenu .mejs-contextmenu-item {
    font-family: Helvetica, Arial;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333; }
    .mejs-contextmenu .mejs-contextmenu-item:hover {
      background: #2C7C91;
      color: #fff; }

.mejs-controls .mejs-sourcechooser-button {
  position: relative; }
  .mejs-controls .mejs-sourcechooser-button button {
    background-position: -128px 0; }
  .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
      margin: 0;
      padding: 0;
      display: block;
      list-style-type: none !important;
      overflow: hidden; }
      .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
        margin: 0 0 6px 0;
        padding: 0;
        list-style-type: none !important;
        display: block;
        color: #fff;
        overflow: hidden; }
        .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
          clear: both;
          float: left;
          margin: 3px 3px 0 5px; }
        .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
          width: 100px;
          float: left;
          padding: 4px 0 0 0;
          line-height: 15px;
          font-family: helvetica, arial;
          font-size: 10px; }

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(//dkskyn6tqnjvs.cloudfront.net/assets/mediaelement/background-3b634fef4832757d5545dc1de60ed30e.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

.ie8 .me-plugin {
  position: static; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.btn-group, .c-form__list, .article-list, .search-results .press_release-list, .list-view-option, .image-block .images-list, .breadcrumbs, .media-list, .search-results .media_kit-section .media_kit-list, .images-list, .footer__nav-list, .footer__policy, .social-networks, .copy-list, .main-nav__list, .news-list,
.category-list, .language__list, .c-tabset__list, .c-card__list, .c-tag, .c-filter__list, .c-filter__secondary-list, .c-filter__tertiary-list, .press__list, .slick-dots, .sidebar-list, .contact-detail .link-list, .content-list, .press-list,
.link-list, .social-links, .product-block__link-list, .product-block__img-info-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after {
  content: '';
  display: block;
  clear: both; }

a.header_anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

.ellipsis, .language__text {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box;
  font-size: 14px; }

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

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 14px/1.7143 "Helvetica Neue", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 26px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #0080FF; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea,
.form-customize {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #e2e2e2;
  padding: 1em 1.2em;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px; }
@media screen and (min-width: 1024px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  textarea,
  .form-customize {
    padding: 1.06em 1.2em; } }

  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus,
  .form-customize:focus {
    border-color: #e2e2e2;
    outline: none; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  .form-customize::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder,
  .form-customize::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder,
  .form-customize:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  .form-customize:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder,
  .form-customize.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  outline: none; }

input[type='submit'].c-btn {
  border-radius: 4px; }

@font-face {
  font-family: 'Avenir Next';
  src: url(https://d12nlb6renn3r2.cloudfront.net/customer_assets/prco/avenirnext/AvenirNext-DemiBold.woff2) format("woff2"), url(https://d12nlb6renn3r2.cloudfront.net/customer_assets/prco/avenirnext/AvenirNext-DemiBold.woff) format("woff");
  font-weight: 600; }
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px; }
  @media (min-width: 768px) {
    .wrapper {
      font-size: 14px; } }
  .fancybox-active .wrapper {
    filter: blur(6px); }

@media screen and (min-width: 1024px) {
  .wrapper main {
    min-height: 500px;
    padding-bottom: 60px; } }
.container {
  max-width: 1168px;
  padding: 0 24px;
  margin: 0 auto;
  width: 100%; }

.column-holder {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .column-holder {
      margin: 0 -8px; } }
@media screen and (min-width: 1200px) {
  .column-holder {
    margin: 0 -16px; } }

  .column-holder--row-reverse {
    flex-direction: row-reverse;
    align-items: center; }

.title-wrap {
  border-bottom: 1px solid rgba(205, 205, 205, 0.4); }

@media screen and (max-width: 639px) {
  .w-xs-100 {
    width: 100% !important; } }

@media screen and (max-width: 767px) {
  .w-sm-100 {
    width: 100% !important; } }

@media screen and (max-width: 1023px) {
  .w-md-100 {
    width: 100% !important; } }

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .w-xs-sm-50 {
    width: 50% !important; } }

.bg-alabaster {
  position: relative; }
  .bg-alabaster:before {
    content: '';
    position: absolute;
    top: 0;
    left: -24px;
    right: -24px;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: -1; }
@media screen and (min-width: 768px) {
  .bg-alabaster:before {
    left: -9999px;
    right: -9999px; } }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
@media screen and (min-width: 640px) {
  .btn-group {
    margin: 0 -4px; } }

  .btn-group__item {
    padding-bottom: 8px;
    width: 100%; }
@media screen and (min-width: 640px) {
  .btn-group__item {
    width: auto;
    padding: 0 4px 8px; } }

  .btn-group .c-btn {
    width: 100%; }
@media screen and (min-width: 640px) {
  .btn-group .c-btn {
    width: auto; } }

  .btn-group--align-right {
    justify-content: flex-end; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2857; }

h1,
.h1 {
  margin-bottom: 20px;
  font-size: 32px; }
@media screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px;
    margin-bottom: 42px; } }

h2,
.h2 {
  font-size: 28px; }
@media screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 1.1875; } }

h3,
.h3 {
  font-size: 24px; }
@media screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 28px; } }

h4,
.h4 {
  font-size: 16px; }
@media screen and (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 24px;
    margin-bottom: 4px; } }

h5,
.h5 {
  font-size: 16px; }
  @media (min-width: 1024px) {
    h5,
    .h5 {
      font-size: 20px; } }

@media screen and (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 16px; } }

.c-link {
  position: relative;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 700; }
@media screen and (min-width: 1024px) {
  .c-link {
    line-height: 1; } }

  .c-link:after {
    transition: right 0.25s ease-in;
    content: '\e911';
    font-family: icomoon;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400; }

.heading {
  margin: 0; }
  .heading--icon {
    position: relative;
    padding-left: 40px; }
@media screen and (min-width: 1024px) {
  .heading--icon {
    padding-left: 42px; } }

    .heading--icon [class^="icon-"],
    .heading--icon [class*=" icon-"] {
      position: absolute;
      left: 0;
      top: 2px; }
@media screen and (min-width: 768px) {
  .heading--icon [class^="icon-"],
  .heading--icon [class*=" icon-"] {
    top: 8px;
    font-size: 29px; } }

  .heading__notify-num {
    background-color: #e2e2e2;
    border-radius: 2px;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    padding: 4px 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
    margin-bottom: 6px; }

.seperator {
  display: block;
  width: 16px;
  height: 1px;
  background-color: #cdcdcd; }

/* Custom entrance animation */
.fancybox-slide--complete .modal-container {
  animation: slide-down .216s; }

@keyframes slide-down {
  0% {
    margin-top: -3em;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }
@media screen and (min-width: 1024px) {
  .popup-holder {
    font-size: 18px; } }

  .popup-holder__wrap .container {
    padding: 0; }
@media screen and (min-width: 1024px) {
  .popup-holder__wrap .container {
    padding: 0 16px; } }

  .popup-holder__wrap .c-form--search {
    margin-bottom: 20px;
    font-size: 14px; }
@media screen and (min-width: 1024px) {
  .popup-holder__wrap .c-form--search {
    margin-bottom: 124px; } }

    .popup-holder__wrap .c-form--search .form-customize {
      padding-right: 108px;
      padding-left: 42px; }
@media screen and (min-width: 1024px) {
  .popup-holder__wrap .c-form--search .form-customize {
    padding-right: 124px; } }

@media screen and (min-width: 1024px) {
  .popup-holder__wrap .c-form--subscribe {
    padding-top: 32px; } }

  .popup-holder__wrap .c-form--subscribe .form-customize {
    padding-left: 12px;
    padding-right: 132px; }
@media screen and (min-width: 1024px) {
  .popup-holder__wrap .c-form--subscribe .form-customize {
    padding-right: 146px; } }

  @media (max-width: 1023px) {
    .popup-holder__wrap .c-form--subscribe .w-sm-100 {
      width: 100%; } }
  .popup-holder__text-holder {
    margin-bottom: 32px; }
@media screen and (min-width: 1024px) {
  .popup-holder__text-holder {
    font-size: 18px;
    line-height: 1.5556;
    margin-bottom: 0; } }

    .popup-holder__text-holder .h1 {
      font-size: 28px;
      display: block;
      margin-bottom: 6px; }
      @media (min-width: 768px) {
        .popup-holder__text-holder .h1 {
          font-size: 40px;
          margin-bottom: 0; } }
    .popup-holder__text-holder a {
      text-decoration: underline; }
      .popup-holder__text-holder a:hover {
        text-decoration: none; }

.c-form {
  position: relative; }
  .c-form__list {
    font-size: 14px;
    line-height: 1.1429;
    margin-bottom: 16px; }
@media screen and (min-width: 1024px) {
  .c-form__list {
    padding-top: 4px; } }

  .c-form__item {
    padding-bottom: 16px; }
  .c-form__title {
    display: block;
    font-size: 18px;
    line-height: 1.2222;
    margin-bottom: 8px; }
@media screen and (min-width: 1024px) {
  .c-form__title {
    font-size: 20px;
    margin-bottom: 20px; } }

  .c-form--subscribe .c-form__title {
    font-size: 16px;
    display: block;
    margin-bottom: 22px;
    line-height: 1.1875;
    font-weight: 700; }
@media screen and (min-width: 1024px) {
  .c-form--subscribe .c-form__title {
    margin-bottom: 16px; } }

.input-wrap {
  position: relative; }
  .input-wrap .c-btn {
    border-radius: 4px;
    padding: 12px 20px;
    min-width: 0;
    margin-top: 8px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
@media screen and (min-width: 768px) {
  .input-wrap .c-btn {
    top: 0;
    bottom: 0;
    display: block;
    border-radius: 0 4px 4px 0;
    position: absolute;
    width: auto;
    margin-top: 0;
    right: 0;
    padding: 8px 20px; } }

  .input-wrap__icon {
    position: absolute;
    left: 16px;
    top: 8px;
    font-size: 20px; }
  .input-wrap .form-customize {
    width: 100%; }

.c-checkbox__input,
.c-radio__input {
  position: absolute;
  visibility: hidden; }
  .c-checkbox__input:checked + .c-checkbox__label,
  .c-checkbox__input:checked + .c-radio__label,
  .c-radio__input:checked + .c-checkbox__label,
  .c-radio__input:checked + .c-radio__label {
    font-weight: 700; }
    .c-checkbox__input:checked + .c-checkbox__label:after,
    .c-checkbox__input:checked + .c-radio__label:after,
    .c-radio__input:checked + .c-checkbox__label:after,
    .c-radio__input:checked + .c-radio__label:after {
      opacity: 1; }
.c-checkbox__label,
.c-radio__label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  text-transform: capitalize;
  color: #000; }
  .c-checkbox__label:before, .c-checkbox__label:after,
  .c-radio__label:before,
  .c-radio__label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ebebeb;
    background-color: transparent; }
  .c-checkbox__label:after,
  .c-radio__label:after {
    border: 2px solid #0080FF;
    border-width: 0 0 2px 2px;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 6px;
    transform: rotate(-45deg);
    opacity: 0; }
  .c-checkbox__label:hover,
  .c-radio__label:hover {
    color: #0080FF; }
.c-checkbox .c-radio__label:before,
.c-radio .c-radio__label:before {
  border-radius: 50%; }
.c-checkbox .c-radio__label:after,
.c-radio .c-radio__label:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0080FF;
  left: 4px;
  top: 4px; }

.page-title {
  padding: 32px 0 0; }
@media screen and (min-width: 768px) {
  .page-title {
    padding: 48px 0 0; } }

@media screen and (min-width: 768px) {
  .page-title--align-right {
    align-items: flex-end;
    padding-top: 16px; } }

@media screen and (min-width: 1024px) {
  .page-title--align-right .page-title__text-holder {
    padding-right: 12%; } }

@media screen and (min-width: 1200px) {
  .page-title--align-right .page-title__text-holder {
    padding-right: 28%; } }

@media screen and (min-width: 768px) {
  .page-title--align-right p {
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .page-title--align-right .btn-group {
    margin-bottom: -8px; } }

@media screen and (max-width: 767px) {
  .page-title--align-right .btn-group--align-right {
    justify-content: flex-start; } }

  .page-title__text-holder > .content-list {
    margin-top: 16px; }
  .page-title .heading {
    width: 100%;
    margin-bottom: 0; }
@media screen and (min-width: 768px) {
  .page-title .heading {
    line-height: 50px; } }

@media screen and (max-width: 767px) {
  .page-title .latest-news__search-form {
    margin-top: 16px; } }

.article-list--list-view {
  margin-bottom: 20px; }
@media screen and (min-width: 768px) {
  .article-list--list-view {
    margin-bottom: 24px; } }

  .article-list--list-view .article__img-holder {
    display: none; }
  .article-list--list-view .article__text-holder {
    padding: 0;
    flex: auto; }
@media screen and (min-width: 768px) {
  .article-list--list-view .article__text-holder {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; } }

    .article-list--list-view .article__text-holder .c-card__list {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .article-list--list-view .article__text-holder .c-card__list {
          flex-basis: 150px;
          max-width: 150px;
          width: 100%; } }
    .article-list--list-view .article__text-holder .c-card__item {
      padding-bottom: 4px; }
      .article-list--list-view .article__text-holder .c-card__item + .c-card__item {
        display: none; }
@media screen and (min-width: 768px) {
  .article-list--list-view .article__title {
    font-size: 16px;
    line-height: 1.25;
    padding-left: 24px;
    flex: 1; } }

  .article-list--list-view .article__item {
    margin-bottom: 4px; }
  .article-list--list-view .article__paragraph-text {
    display: none !important;
    font-size: 18px; }

.article__item {
  padding: 22px 0;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .article__item:not(:last-child) {
      border-bottom: 1px solid  #ebebeb; } }
@media screen and (min-width: 768px) {
  .article__item {
    margin-bottom: 20px;
    padding: 0; } }

@media screen and (min-width: 1024px) {
  .article__item {
    margin-bottom: 42px; } }

.article__img-holder {
  display: block;
  margin-bottom: 8px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  max-width: 80px;
  flex-basis: 80px;
  height: 54px; }
@media screen and (min-width: 640px) {
  .article__img-holder {
    max-width: 256px;
    flex-basis: 256px;
    height: 173px; } }

@media screen and (min-width: 640px) {
  .article__img-holder--sm {
    max-width: 160px;
    flex-basis: 160px;
    height: 108px; } }

  .article__img-holder:hover .bg-retina {
    transform: scale(1.05); }

.article__img {
  transition: transform ease-in-out .2s;
  width: 100%;
  height: 100%;
  object-fit: cover; }
  .article__img:hover {
    transform: scale(1.05); }

.article__text-holder {
  flex: 1;
  padding-left: 16px; }
@media screen and (min-width: 1024px) {
  .article__text-holder {
    padding: 2px 0 0 32px; } }

@media screen and (min-width: 1024px) {
  .article__text-holder .c-card__list {
    margin-bottom: 2px; } }

  .article__text-holder .article__paragraph-text {
    display: none; }
    @media (min-width: 640px) {
      .article__text-holder .article__paragraph-text {
        display: block; } }

.article__title a {
  transition: color 0.25s ease-in;
  color: currentColor;
  text-decoration: none; }
.article__title:hover {
  text-decoration: underline; }

.list-view-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 -8px 24px;
  font-size: 20px;
  line-height: 1; }
  @media (min-width: 1024px) {
    .list-view-option {
      margin: 0 -8px 12px; } }
  .list-view-option__item {
    padding: 0 8px; }
  .list-view-option__link {
    transition: color 0.25s ease-in;
    text-decoration: none;
    color: #999; }
    .list-view-option__link:hover {
      color: #000; }
    .list-view-option__link--primary:hover {
      color: #0080FF; }
    .list-view-option__link--active {
      color: #000; }
      .list-view-option__link--active:hover {
        color: currentColor; }

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(235, 235, 235, 0.4);
  padding: 32px 0; }
@media screen and (min-width: 1024px) {
  .pagination {
    padding: 48px 0 96px; } }

  .pagination__count-num {
    display: inline-block;
    vertical-align: top;
    padding: 0 48px;
    font-size: 14px; }
@media screen and (min-width: 1024px) {
  .pagination__count-num {
    padding: 0 64px; } }

  .pagination .c-btn [class^="icon-"], .pagination .c-btn [class*=" icon-"] {
    margin-bottom: 0; }

.blockquote {
  margin: 0 0 16px; }
  .blockquote--card {
    font-style: italic; }
  .blockquote q {
    display: inline-block;
    vertical-align: top;
    quotes: none;
    line-height: 1.2857;
    position: relative;
    padding: 0 12px; }
    .blockquote q:before, .blockquote q:after {
      transition: color 0.25s ease-in;
      content: '"';
      color: currentColor;
      display: inline;
      font-size: 23px;
      position: absolute; }
    .blockquote q:before {
      left: 0; }

.position-realtive {
  position: relative; }

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

.separator {
  height: 1px;
  background-color: rgba(235, 235, 235, 0.4);
  margin: 24px -24px; }
  @media (min-width: 768px) {
    .separator {
      margin: 32px 0; } }
  .separator--no-margin {
    margin-bottom: 0; }

@media screen and (min-width: 1024px) {
  .news-quote-section .h3, .search-results .clipping-section .h3 {
    margin-bottom: 42px; } }

@media screen and (min-width: 640px) {
  .news-quote-section .column-holder, .search-results .clipping-section .column-holder {
    max-width: 480px;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  .news-quote-section .column-holder, .search-results .clipping-section .column-holder {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    margin: 0 -8px; } }

@media screen and (min-width: 1200px) {
  .news-quote-section .column-holder, .search-results .clipping-section .column-holder {
    margin: 0 -16px; } }

.news-quote-section [class^="column-holder__column-"], .search-results .clipping-section [class^="column-holder__column-"],
.news-quote-section [class*=" column-holder__column-"],
.search-results .clipping-section [class*=" column-holder__column-"] {
  padding-bottom: 16px; }
@media screen and (min-width: 768px) {
  .news-quote-section [class^="column-holder__column-"], .search-results .clipping-section [class^="column-holder__column-"],
  .news-quote-section [class*=" column-holder__column-"],
  .search-results .clipping-section [class*=" column-holder__column-"] {
    padding-bottom: 32px; } }

@media screen and (min-width: 1200px) {
  .news-quote-section [class^="column-holder__column-"], .search-results .clipping-section [class^="column-holder__column-"],
  .news-quote-section [class*=" column-holder__column-"],
  .search-results .clipping-section [class*=" column-holder__column-"] {
    padding-bottom: 48px; } }

.news-quote-section--bottom-indent {
  margin-bottom: 48px;
  padding-top: 30px; }
@media screen and (min-width: 1024px) {
  .news-quote-section--bottom-indent {
    margin-bottom: 116px; } }

.news-quote-section .c-card__list, .search-results .clipping-section .c-card__list {
  display: flex; }

.c-quotes {
  margin: 0 0 20px 3px;
  padding: 0 0 0 16px;
  position: relative; }
  @media (min-width: 1024px) {
    .c-quotes {
      margin: 0 0 46px 3px;
      padding: 0 0 0 32px; } }
  .c-quotes q {
    quotes: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    margin: 0 0 10px; }
    @media (min-width: 1024px) {
      .c-quotes q {
        font-size: 24px; } }
    .c-quotes q:after, .c-quotes q:before {
      content: '"'; }
  .c-quotes cite {
    font-size: 15px;
    position: relative;
    display: block;
    padding-left: 22px;
    font-style: normal; }
    .c-quotes cite:before {
      content: '';
      position: absolute;
      top: 14px;
      width: 16px;
      height: 1px;
      background: #000;
      left: 0; }
    @media (min-width: 1024px) {
      .c-quotes cite {
        font-size: 17px; } }
  .c-quotes:after {
    content: '';
    position: absolute;
    top: 6px;
    left: -3px;
    bottom: 0;
    width: 3px;
    background: #0069ff; }
    @media (min-width: 1024px) {
      .c-quotes:after {
        width: 2px;
        left: -2px; } }

.c-image,
.c-video {
  width: 100%;
  max-width: 928px;
  margin: 0 auto 40px; }
  @media (min-width: 768px) {
    .c-image,
    .c-video {
      margin: 0 auto 40px;
      width: 100%; } }
  .c-image .c-image__thumbnail,
  .c-video .c-image__thumbnail {
    border-radius: 6px;
    overflow: hidden;
    width: 100%; }
  .c-image-wrap,
  .c-video-wrap {
    position: relative;
    color: #fff;
    overflow: hidden; }
    @media (min-width: 768px) {
      .c-image-wrap,
      .c-video-wrap {
        border-radius: 6px; } }
    .c-image-wrap:before,
    .c-video-wrap:before {
      transition: background-color 0.25s ease-in;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: transparent; }
    .c-image-wrap:hover .product-block__img-info,
    .c-video-wrap:hover .product-block__img-info {
      opacity: 1;
      transform: translateY(0); }
    .c-image-wrap:hover:before,
    .c-video-wrap:hover:before {
      background-color: rgba(0, 0, 0, 0.15); }
  .c-image--sm,
  .c-video--sm {
    max-width: 80%;
    margin: 0 auto 40px; }
    @media (min-width: 768px) {
      .c-image--sm,
      .c-video--sm {
        max-width: 60%; } }
    .c-image--sm .c-image__thumbnail,
    .c-video--sm .c-image__thumbnail {
      border-radius: 6px; }
  @media (min-width: 1200px) {
    .c-image--lg,
    .c-video--lg {
      width: 120%;
      max-width: 120%;
      margin-left: -10%; } }
  .c-image--lg .c-image__thumbnail,
  .c-video--lg .c-image__thumbnail {
    border-radius: 6px;
    overflow: hidden;
    width: 100%; }
  .c-image__thumbnail,
  .c-video__thumbnail {
    border-radius: 0;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 1024px) {
      .c-image__thumbnail,
      .c-video__thumbnail {
        border-radius: 6px; } }
  .c-image__caption,
  .c-video__caption {
    font-size: 12px;
    display: block;
    margin-top: 8px;
    position: relative;
    padding-left: 15px;
    margin-left: 24px;
    margin-right: 24px; }
    @media (min-width: 768px) {
      .c-image__caption,
      .c-video__caption {
        padding-left: 15px;
        margin-left: 0;
        margin-right: 0; } }
    .c-image__caption:after,
    .c-video__caption:after {
      content: '';
      height: 0;
      width: 0;
      border-bottom: 8px solid #0080FF;
      border-left: 5.5px solid transparent;
      border-right: 5.5px solid transparent;
      position: absolute;
      top: 6px;
      left: 0; }

.c-textholder {
  max-width: 736px;
  margin: 0 auto;
  width: 100%; }
  .c-textholder .c-card__time--secondary {
    font-weight: 500; }
    .c-textholder .c-card__time--secondary .divider {
      padding: 0 10px; }
  .c-textholder h1,
  .c-textholder h4,
  .c-textholder blockquote.c-quotes {
    margin-top: 12px; }
  .c-textholder .h1 {
    line-height: 1.2; }
    @media (min-width: 1024px) {
      .c-textholder .h1 {
        margin: 0 0 24px;
        line-height: 1.28; } }
  .c-textholder h4 {
    line-height: 1.5;
    font-size: 20px; }
    @media (min-width: 1024px) {
      .c-textholder h4 {
        font-weight: 400;
        margin: 0 0 24px;
        font-size: 24px; } }
  .c-textholder h5 {
    font-size: 19px;
    margin-top: 24px; }
  .c-textholder .article-block__p p {
    margin: 0; }
  .c-textholder .article-block__empty-row p.empty-row {
    height: 22px;
    margin: 0; }
  .c-textholder .article-block__p ul,
  .c-textholder .article-block__p ol {
    margin: 0;
    padding-inline-start: 20px; }
  .c-textholder .c-card__time {
    padding-left: 24px;
    font-size: 14px; }
    .c-textholder .c-card__time [class^="icon-"],
    .c-textholder .c-card__time [class*=" icon-"] {
      font-size: 20px;
      top: -2px; }
  .c-textholder .c-image,
  .c-textholder .c-video {
    margin-top: 24px;
    margin-bottom: 24px; }
  .c-textholder .btn-wrap {
    margin-top: 24px;
    padding: 32px 0 0; }
    @media (min-width: 1024px) {
      .c-textholder .btn-wrap {
        margin: 38px 0 32px;
        padding: 0; } }

@media (min-width: 1024px) {
  .c-textholder .article-block__p p {
    margin: 0; }

  .c-textholder .article-block__empty-row p.empty-row {
    margin: 0;
    height: 30px; } }
.c-article-actions-footer {
  max-width: 736px;
  margin: 0 auto;
  width: 100%; }

.pr-contacts-block,
.share-block,
.boilerplate-block,
.topics-block {
  padding: 32px 0 24px;
  border-top: 1px solid rgba(205, 205, 205, 0.4); }
  @media (min-width: 1024px) {
    .pr-contacts-block h4,
    .share-block h4,
    .boilerplate-block h4,
    .topics-block h4 {
      margin: 0 0 14px; } }
  .pr-contacts-block .social-networks__link,
  .share-block .social-networks__link,
  .boilerplate-block .social-networks__link,
  .topics-block .social-networks__link {
    font-size: 18px;
    border: 1px solid rgba(0, 105, 255, 0.35); }
    @media (min-width: 1024px) {
      .pr-contacts-block .social-networks__link,
      .share-block .social-networks__link,
      .boilerplate-block .social-networks__link,
      .topics-block .social-networks__link {
        font-size: 20px; } }
  .pr-contacts-block .c-tag__item,
  .share-block .c-tag__item,
  .boilerplate-block .c-tag__item,
  .topics-block .c-tag__item {
    font-size: 14px; }

.topics-block {
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .topics-block {
      margin: 0 0 32px; } }

aside.fixed-position > .toolmenu {
  margin-top: 72px; }

.toolmenu {
  animation: bounceRight 1s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.07);
  border-radius: 4px 0 0 4px;
  background: #fff;
  padding: 16px; }
  @media (min-width: 768px) {
    .toolmenu {
      opacity: 0; } }
  @media (min-width: 1200px) {
    .toolmenu {
      padding: 18px 32px 14px; } }
  .toolmenu__heading {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 18px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .toolmenu__heading {
        color: #999999;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.2px; } }
  .toolmenu__wrap {
    transition: transform 0.25s ease-in, opacity 0.25s ease-in;
    padding: 18px 0 6px;
    border-bottom: 1px solid rgba(205, 205, 205, 0.4);
    transform: translateY(15px);
    transition-delay: 1.25s;
    opacity: 0;
    visibility: hidden; }
    .toolmenu__wrap--noborder {
      border: none; }
  .toolmenu .contact-wrap .img__thumbnail {
    width: 48px;
    height: 48px;
    margin: 0 0 8px; }
  @media (min-width: 1024px) {
    .toolmenu .social-links__item {
      padding: 0 3px; } }
  .toolmenu.in-viewport {
    opacity: 1; }
    .toolmenu.in-viewport .toolmenu__wrap {
      transform: translateY(0); }
      .toolmenu.in-viewport .toolmenu__wrap:nth-child(1) {
        transition-delay: 0.5s;
        opacity: 1;
        visibility: visible; }
      .toolmenu.in-viewport .toolmenu__wrap:nth-child(2) {
        transition-delay: 0.75s;
        opacity: 1;
        visibility: visible; }
      .toolmenu.in-viewport .toolmenu__wrap:nth-child(3) {
        transition-delay: 1s;
        opacity: 1;
        visibility: visible; }
      .toolmenu.in-viewport .toolmenu__wrap:nth-child(4) {
        transition-delay: 1.25s;
        opacity: 1;
        visibility: visible; }
      .toolmenu.in-viewport .toolmenu__wrap:nth-child(5) {
        transition-delay: 1.5s;
        opacity: 1;
        visibility: visible; }

.copy-list__item:last-child {
  margin-bottom: 12px; }

.c-copy {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  align-items: center;
  padding: 12px 0;
  transition: padding ease .2s; }
  .c-copy .icon-wrap {
    font-size: 20px;
    flex-basis: 26px;
    max-width: 26px; }
  .c-copy .text {
    flex: 1;
    padding: 0 4px; }
  .c-copy:hover {
    padding-left: 12px; }

.size {
  background-color: #e2e2e2;
  padding: 0 6px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase; }

.c-download {
  transition: all 0.25s ease-in;
  text-decoration: none;
  color: #0080FF;
  font-weight: 700;
  font-size: 22px;
  line-height: 0.9;
  margin-top: -2px;
  display: inline-block;
  position: relative; }
  @media (min-width: 1024px) {
    .c-download {
      font-size: 24px; } }
  .c-download:active {
    color: #007bf5;
    margin-top: 0px; }

.c-quicklink {
  transition: box-shadow 0.25s ease-in;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  display: block;
  padding: 14px 48px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  background: #fff;
  position: relative; }
  @media (min-width: 1024px) {
    .c-quicklink {
      padding: 20px 48px; } }
  .c-quicklink .icon-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px; }
  .c-quicklink:after {
    transition: margin 0.25s ease-in;
    content: "";
    font-family: icomoon;
    position: absolute;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    color: #0080FF;
    font-weight: 400; }
  .c-quicklink:hover:after {
    margin-top: 4px; }

.link-block {
  background-color: #f5f5f5;
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding: 30px 0 22px; }
  @media (min-width: 1024px) {
    .link-block {
      padding: 52px 0 38px;
      font-size: 20px;
      line-height: 1.2857; } }

.image-block {
  border-top: 1px solid #ebebeb;
  padding: 20px 0 0; }
  @media (min-width: 1024px) {
    .image-block {
      padding: 15px 0 5px; } }
  .image-block .images-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -4px; }
    .image-block .images-list__item {
      padding: 0 4px;
      margin: 0 0 10px;
      display: flex;
      flex-wrap: wrap; }
@media (max-width: 1199px) and (min-width: 1024px) {
  .image-block .images-list__item:nth-child(n+5):not(:last-child) {
    display: none; } }

      @media (max-width: 1023px) {
        .image-block .images-list__item:nth-child(n+4):not(:last-child) {
          display: none; } }
    .image-block .images-list .image-wrap {
      width: 60px;
      height: 46px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      text-align: center;
      position: relative; }
      @media (min-width: 1200px) {
        .image-block .images-list .image-wrap {
          width: 64px;
          height: 48px; } }
      .image-block .images-list .image-wrap img {
        width: auto;
        max-width: none;
        height: 48px; }

.icon--hold {
  width: 60px;
  height: 46px;
  border: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 20px; }
  @media (min-width: 1200px) {
    .icon--hold {
      width: 64px;
      height: 48px; } }

.c-release {
  display: flex;
  flex-wrap: wrap;
  padding: 11px 20px 18px;
  line-height: 1.32;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  align-items: center;
  color: #000;
  margin: 0 0 32px;
  text-decoration: none; }
  @media (min-width: 1024px) {
    .c-release {
      margin: 0 0 16px;
      padding: 16px 22px; } }
  .c-release--secondary {
    padding: 24px 24px 18px; }
    @media (min-width: 1024px) {
      .c-release--secondary {
        padding: 16px 22px; } }
  .c-release .inner-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding-bottom: 16px; }
    @media (min-width: 1024px) {
      .c-release .inner-content {
        width: auto;
        flex: 1;
        padding-bottom: 0; } }
    .c-release .inner-content .image-hold {
      max-width: 40px;
      flex-basis: 40px; }
      @media (min-width: 1024px) {
        .c-release .inner-content .image-hold {
          max-width: 60px;
          flex-basis: 60px; } }
    .c-release .inner-content .text-hold {
      flex: 1; }
      @media (max-width: 1023px) {
        .c-release .inner-content .text-hold {
          padding-left: 23px;
          padding-top: 5px; } }
    .c-release .inner-content:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: -24px;
      right: -24px;
      height: 1px;
      background: #eeeeee; }
      @media (min-width: 1024px) {
        .c-release .inner-content:after {
          content: none; } }
  .c-release .text-hold {
    width: 100%; }
    @media (min-width: 1024px) {
      .c-release .text-hold {
        width: auto;
        flex: 1;
        margin: 0; } }
  .c-release .image-hold {
    width: 100%;
    font-size: 34px; }
    @media (min-width: 1024px) {
      .c-release .image-hold {
        width: auto;
        flex-basis: 60px;
        max-width: 60px;
        margin: 0; } }
  .c-release .text {
    display: block;
    font-size: 17px;
    font-weight: 700; }
  .c-release .attachement {
    position: relative;
    padding-left: 16px;
    font-size: 12px; }
    .c-release .attachement:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      font-family: icomoon; }
  .c-release .doc-type {
    font-size: 12px; }
  .c-release .icon-wrap {
    width: 100%;
    position: relative;
    color: #0080FF;
    font-weight: 700;
    padding-top: 16px;
    text-align: center; }
    @media (min-width: 1024px) {
      .c-release .icon-wrap {
        text-align: right;
        margin: 0;
        flex-basis: 100px;
        max-width: 100px;
        padding-top: 0; } }
  .c-release .text-wrap {
    width: 100%;
    font-size: 14px;
    color: #0080FF;
    position: relative;
    padding-top: 18px;
    text-align: center;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .c-release .text-wrap {
        text-align: right;
        margin: 0;
        padding-top: 10px;
        flex-basis: 100px;
        max-width: 100px; } }
  .c-release:hover .text {
    text-decoration: underline; }

.lavalamp {
  position: relative; }

.move-block {
  height: 3px;
  position: absolute;
  bottom: 0;
  background: #0080FF; }

.brand-section {
  font-size: 14px; }
  .brand-section .c-btn--search {
    min-width: 0; }
  .brand-section input[type="search"] {
    box-sizing: border-box; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
  font-size: 14px; }

.breadcrumbs__item {
  padding: 0 7px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.5);
  position: relative; }
  .breadcrumbs__item:not(:last-child):after {
    content: '/';
    position: absolute;
    top: 0;
    right: -2px; }

.c-breadcrumb__link {
  color: #000; }
  .c-breadcrumb__link:hover {
    color: #0080FF;
    text-decoration: underline; }

.media-list, .search-results .media_kit-section .media_kit-list {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .media-list, .search-results .media_kit-section .media_kit-list {
      margin: 0 -16px; } }

@media (min-width: 1024px) {
  .media-list__item {
    width: 50%;
    padding: 0 16px; } }

.images-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }

.media-list__link {
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  padding: 15px;
  border-radius: 4px;
  border-top: 4px solid #0080FF; }

.images-list__item {
  padding: 0 5px;
  margin: 0 0 10px; }
  .images-list__item .image {
    width: 64px;
    height: 48px;
    overflow: hidden;
    text-align: center; }

.image--icon {
  border: 1px solid #eeeeee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 20px; }

@keyframes bounceRight {
  0% {
    transform: translateX(-10px);
    opacity: 0; }
  40% {
    transform: translateX(5px);
    opacity: 1; }
  60% {
    transform: translateX(0);
    opacity: 1; } }
.viewport-section {
  transition: transform 0.35s ease-in, opacity 0.35s ease-in;
  transform: translateY(4%);
  opacity: 0; }
  .viewport-section .content,
  .viewport-section .sidebar {
    transition: transform 0.25s ease-in, opacity 0.25s ease-in;
    transform: translateY(4%);
    opacity: 0; }
  .viewport-section.article-block {
    transition: transform 0.35s ease-in, opacity 0.35s ease-in;
    transform: translateY(5px);
    opacity: 0; }
  .viewport-section .c-card__time {
    transition: transform 0.1s ease-in, opacity 0.1s ease-in;
    opacity: 0;
    transform: translateY(4%); }
  .viewport-section .c-textwrap {
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    transition-delay: 0.1s;
    opacity: 0;
    transform: translateY(2%); }
  .viewport-section .h5 {
    transition: transform 0.25s ease-in, opacity 0.25s ease-in;
    transition-delay: 0.2s;
    opacity: 0;
    transform: translateY(5%); }
  .viewport-section .press__item,
  .viewport-section .column-holder__column-4,
  .viewport-section .product-block__column,
  .viewport-section .column-holder__column-6,
  .viewport-section .article__item,
  .viewport-section .c-release,
  .viewport-section .press-list__item {
    transition: transform 0.25s ease-in, opacity 0.25s ease-in;
    opacity: 0;
    transform: translateY(4%); }
    .viewport-section .press__item:nth-child(1),
    .viewport-section .column-holder__column-4:nth-child(1),
    .viewport-section .product-block__column:nth-child(1),
    .viewport-section .column-holder__column-6:nth-child(1),
    .viewport-section .article__item:nth-child(1),
    .viewport-section .c-release:nth-child(1),
    .viewport-section .press-list__item:nth-child(1) {
      transition-delay: 0.25s; }
    .viewport-section .press__item:nth-child(2),
    .viewport-section .column-holder__column-4:nth-child(2),
    .viewport-section .product-block__column:nth-child(2),
    .viewport-section .column-holder__column-6:nth-child(2),
    .viewport-section .article__item:nth-child(2),
    .viewport-section .c-release:nth-child(2),
    .viewport-section .press-list__item:nth-child(2) {
      transition-delay: 0.3s; }
    .viewport-section .press__item:nth-child(3),
    .viewport-section .column-holder__column-4:nth-child(3),
    .viewport-section .product-block__column:nth-child(3),
    .viewport-section .column-holder__column-6:nth-child(3),
    .viewport-section .article__item:nth-child(3),
    .viewport-section .c-release:nth-child(3),
    .viewport-section .press-list__item:nth-child(3) {
      transition-delay: 0.35s; }
    .viewport-section .press__item:nth-child(4),
    .viewport-section .column-holder__column-4:nth-child(4),
    .viewport-section .product-block__column:nth-child(4),
    .viewport-section .column-holder__column-6:nth-child(4),
    .viewport-section .article__item:nth-child(4),
    .viewport-section .c-release:nth-child(4),
    .viewport-section .press-list__item:nth-child(4) {
      transition-delay: 0.4s; }
    .viewport-section .press__item:nth-child(5),
    .viewport-section .column-holder__column-4:nth-child(5),
    .viewport-section .product-block__column:nth-child(5),
    .viewport-section .column-holder__column-6:nth-child(5),
    .viewport-section .article__item:nth-child(5),
    .viewport-section .c-release:nth-child(5),
    .viewport-section .press-list__item:nth-child(5) {
      transition-delay: 0.45s; }
    .viewport-section .press__item:nth-child(6),
    .viewport-section .column-holder__column-4:nth-child(6),
    .viewport-section .product-block__column:nth-child(6),
    .viewport-section .column-holder__column-6:nth-child(6),
    .viewport-section .article__item:nth-child(6),
    .viewport-section .c-release:nth-child(6),
    .viewport-section .press-list__item:nth-child(6) {
      transition-delay: 0.5s; }
    .viewport-section .press__item:nth-child(7),
    .viewport-section .column-holder__column-4:nth-child(7),
    .viewport-section .product-block__column:nth-child(7),
    .viewport-section .column-holder__column-6:nth-child(7),
    .viewport-section .article__item:nth-child(7),
    .viewport-section .c-release:nth-child(7),
    .viewport-section .press-list__item:nth-child(7) {
      transition-delay: 0.55s; }
    .viewport-section .press__item:nth-child(8),
    .viewport-section .column-holder__column-4:nth-child(8),
    .viewport-section .product-block__column:nth-child(8),
    .viewport-section .column-holder__column-6:nth-child(8),
    .viewport-section .article__item:nth-child(8),
    .viewport-section .c-release:nth-child(8),
    .viewport-section .press-list__item:nth-child(8) {
      transition-delay: 0.6s; }
    .viewport-section .press__item:nth-child(9),
    .viewport-section .column-holder__column-4:nth-child(9),
    .viewport-section .product-block__column:nth-child(9),
    .viewport-section .column-holder__column-6:nth-child(9),
    .viewport-section .article__item:nth-child(9),
    .viewport-section .c-release:nth-child(9),
    .viewport-section .press-list__item:nth-child(9) {
      transition-delay: 0.65s; }
    .viewport-section .press__item:nth-child(10),
    .viewport-section .column-holder__column-4:nth-child(10),
    .viewport-section .product-block__column:nth-child(10),
    .viewport-section .column-holder__column-6:nth-child(10),
    .viewport-section .article__item:nth-child(10),
    .viewport-section .c-release:nth-child(10),
    .viewport-section .press-list__item:nth-child(10) {
      transition-delay: 0.7s; }
    .viewport-section .press__item:nth-child(11),
    .viewport-section .column-holder__column-4:nth-child(11),
    .viewport-section .product-block__column:nth-child(11),
    .viewport-section .column-holder__column-6:nth-child(11),
    .viewport-section .article__item:nth-child(11),
    .viewport-section .c-release:nth-child(11),
    .viewport-section .press-list__item:nth-child(11) {
      transition-delay: 0.75s; }
    .viewport-section .press__item:nth-child(12),
    .viewport-section .column-holder__column-4:nth-child(12),
    .viewport-section .product-block__column:nth-child(12),
    .viewport-section .column-holder__column-6:nth-child(12),
    .viewport-section .article__item:nth-child(12),
    .viewport-section .c-release:nth-child(12),
    .viewport-section .press-list__item:nth-child(12) {
      transition-delay: 0.8s; }
    .viewport-section .press__item:nth-child(13),
    .viewport-section .column-holder__column-4:nth-child(13),
    .viewport-section .product-block__column:nth-child(13),
    .viewport-section .column-holder__column-6:nth-child(13),
    .viewport-section .article__item:nth-child(13),
    .viewport-section .c-release:nth-child(13),
    .viewport-section .press-list__item:nth-child(13) {
      transition-delay: 0.85s; }
    .viewport-section .press__item:nth-child(14),
    .viewport-section .column-holder__column-4:nth-child(14),
    .viewport-section .product-block__column:nth-child(14),
    .viewport-section .column-holder__column-6:nth-child(14),
    .viewport-section .article__item:nth-child(14),
    .viewport-section .c-release:nth-child(14),
    .viewport-section .press-list__item:nth-child(14) {
      transition-delay: 0.9s; }
    .viewport-section .press__item:nth-child(15),
    .viewport-section .column-holder__column-4:nth-child(15),
    .viewport-section .product-block__column:nth-child(15),
    .viewport-section .column-holder__column-6:nth-child(15),
    .viewport-section .article__item:nth-child(15),
    .viewport-section .c-release:nth-child(15),
    .viewport-section .press-list__item:nth-child(15) {
      transition-delay: 0.95s; }
    .viewport-section .press__item:nth-child(16),
    .viewport-section .column-holder__column-4:nth-child(16),
    .viewport-section .product-block__column:nth-child(16),
    .viewport-section .column-holder__column-6:nth-child(16),
    .viewport-section .article__item:nth-child(16),
    .viewport-section .c-release:nth-child(16),
    .viewport-section .press-list__item:nth-child(16) {
      transition-delay: 1s; }
    .viewport-section .press__item:nth-child(17),
    .viewport-section .column-holder__column-4:nth-child(17),
    .viewport-section .product-block__column:nth-child(17),
    .viewport-section .column-holder__column-6:nth-child(17),
    .viewport-section .article__item:nth-child(17),
    .viewport-section .c-release:nth-child(17),
    .viewport-section .press-list__item:nth-child(17) {
      transition-delay: 1.05s; }
    .viewport-section .press__item:nth-child(18),
    .viewport-section .column-holder__column-4:nth-child(18),
    .viewport-section .product-block__column:nth-child(18),
    .viewport-section .column-holder__column-6:nth-child(18),
    .viewport-section .article__item:nth-child(18),
    .viewport-section .c-release:nth-child(18),
    .viewport-section .press-list__item:nth-child(18) {
      transition-delay: 1.1s; }
    .viewport-section .press__item:nth-child(19),
    .viewport-section .column-holder__column-4:nth-child(19),
    .viewport-section .product-block__column:nth-child(19),
    .viewport-section .column-holder__column-6:nth-child(19),
    .viewport-section .article__item:nth-child(19),
    .viewport-section .c-release:nth-child(19),
    .viewport-section .press-list__item:nth-child(19) {
      transition-delay: 1.15s; }
    .viewport-section .press__item:nth-child(20),
    .viewport-section .column-holder__column-4:nth-child(20),
    .viewport-section .product-block__column:nth-child(20),
    .viewport-section .column-holder__column-6:nth-child(20),
    .viewport-section .article__item:nth-child(20),
    .viewport-section .c-release:nth-child(20),
    .viewport-section .press-list__item:nth-child(20) {
      transition-delay: 1.2s; }
    .viewport-section .press__item:nth-child(21),
    .viewport-section .column-holder__column-4:nth-child(21),
    .viewport-section .product-block__column:nth-child(21),
    .viewport-section .column-holder__column-6:nth-child(21),
    .viewport-section .article__item:nth-child(21),
    .viewport-section .c-release:nth-child(21),
    .viewport-section .press-list__item:nth-child(21) {
      transition-delay: 1.25s; }
    .viewport-section .press__item:nth-child(22),
    .viewport-section .column-holder__column-4:nth-child(22),
    .viewport-section .product-block__column:nth-child(22),
    .viewport-section .column-holder__column-6:nth-child(22),
    .viewport-section .article__item:nth-child(22),
    .viewport-section .c-release:nth-child(22),
    .viewport-section .press-list__item:nth-child(22) {
      transition-delay: 1.3s; }
    .viewport-section .press__item:nth-child(23),
    .viewport-section .column-holder__column-4:nth-child(23),
    .viewport-section .product-block__column:nth-child(23),
    .viewport-section .column-holder__column-6:nth-child(23),
    .viewport-section .article__item:nth-child(23),
    .viewport-section .c-release:nth-child(23),
    .viewport-section .press-list__item:nth-child(23) {
      transition-delay: 1.35s; }
    .viewport-section .press__item:nth-child(24),
    .viewport-section .column-holder__column-4:nth-child(24),
    .viewport-section .product-block__column:nth-child(24),
    .viewport-section .column-holder__column-6:nth-child(24),
    .viewport-section .article__item:nth-child(24),
    .viewport-section .c-release:nth-child(24),
    .viewport-section .press-list__item:nth-child(24) {
      transition-delay: 1.4s; }
    .viewport-section .press__item:nth-child(25),
    .viewport-section .column-holder__column-4:nth-child(25),
    .viewport-section .product-block__column:nth-child(25),
    .viewport-section .column-holder__column-6:nth-child(25),
    .viewport-section .article__item:nth-child(25),
    .viewport-section .c-release:nth-child(25),
    .viewport-section .press-list__item:nth-child(25) {
      transition-delay: 1.45s; }
    .viewport-section .press__item:nth-child(26),
    .viewport-section .column-holder__column-4:nth-child(26),
    .viewport-section .product-block__column:nth-child(26),
    .viewport-section .column-holder__column-6:nth-child(26),
    .viewport-section .article__item:nth-child(26),
    .viewport-section .c-release:nth-child(26),
    .viewport-section .press-list__item:nth-child(26) {
      transition-delay: 1.5s; }
    .viewport-section .press__item:nth-child(27),
    .viewport-section .column-holder__column-4:nth-child(27),
    .viewport-section .product-block__column:nth-child(27),
    .viewport-section .column-holder__column-6:nth-child(27),
    .viewport-section .article__item:nth-child(27),
    .viewport-section .c-release:nth-child(27),
    .viewport-section .press-list__item:nth-child(27) {
      transition-delay: 1.55s; }
    .viewport-section .press__item:nth-child(28),
    .viewport-section .column-holder__column-4:nth-child(28),
    .viewport-section .product-block__column:nth-child(28),
    .viewport-section .column-holder__column-6:nth-child(28),
    .viewport-section .article__item:nth-child(28),
    .viewport-section .c-release:nth-child(28),
    .viewport-section .press-list__item:nth-child(28) {
      transition-delay: 1.6s; }
    .viewport-section .press__item:nth-child(29),
    .viewport-section .column-holder__column-4:nth-child(29),
    .viewport-section .product-block__column:nth-child(29),
    .viewport-section .column-holder__column-6:nth-child(29),
    .viewport-section .article__item:nth-child(29),
    .viewport-section .c-release:nth-child(29),
    .viewport-section .press-list__item:nth-child(29) {
      transition-delay: 1.65s; }
    .viewport-section .press__item:nth-child(30),
    .viewport-section .column-holder__column-4:nth-child(30),
    .viewport-section .product-block__column:nth-child(30),
    .viewport-section .column-holder__column-6:nth-child(30),
    .viewport-section .article__item:nth-child(30),
    .viewport-section .c-release:nth-child(30),
    .viewport-section .press-list__item:nth-child(30) {
      transition-delay: 1.7s; }
    .viewport-section .press__item:nth-child(31),
    .viewport-section .column-holder__column-4:nth-child(31),
    .viewport-section .product-block__column:nth-child(31),
    .viewport-section .column-holder__column-6:nth-child(31),
    .viewport-section .article__item:nth-child(31),
    .viewport-section .c-release:nth-child(31),
    .viewport-section .press-list__item:nth-child(31) {
      transition-delay: 1.75s; }
    .viewport-section .press__item:nth-child(32),
    .viewport-section .column-holder__column-4:nth-child(32),
    .viewport-section .product-block__column:nth-child(32),
    .viewport-section .column-holder__column-6:nth-child(32),
    .viewport-section .article__item:nth-child(32),
    .viewport-section .c-release:nth-child(32),
    .viewport-section .press-list__item:nth-child(32) {
      transition-delay: 1.8s; }
    .viewport-section .press__item:nth-child(33),
    .viewport-section .column-holder__column-4:nth-child(33),
    .viewport-section .product-block__column:nth-child(33),
    .viewport-section .column-holder__column-6:nth-child(33),
    .viewport-section .article__item:nth-child(33),
    .viewport-section .c-release:nth-child(33),
    .viewport-section .press-list__item:nth-child(33) {
      transition-delay: 1.85s; }
    .viewport-section .press__item:nth-child(34),
    .viewport-section .column-holder__column-4:nth-child(34),
    .viewport-section .product-block__column:nth-child(34),
    .viewport-section .column-holder__column-6:nth-child(34),
    .viewport-section .article__item:nth-child(34),
    .viewport-section .c-release:nth-child(34),
    .viewport-section .press-list__item:nth-child(34) {
      transition-delay: 1.9s; }
    .viewport-section .press__item:nth-child(35),
    .viewport-section .column-holder__column-4:nth-child(35),
    .viewport-section .product-block__column:nth-child(35),
    .viewport-section .column-holder__column-6:nth-child(35),
    .viewport-section .article__item:nth-child(35),
    .viewport-section .c-release:nth-child(35),
    .viewport-section .press-list__item:nth-child(35) {
      transition-delay: 1.95s; }
    .viewport-section .press__item:nth-child(36),
    .viewport-section .column-holder__column-4:nth-child(36),
    .viewport-section .product-block__column:nth-child(36),
    .viewport-section .column-holder__column-6:nth-child(36),
    .viewport-section .article__item:nth-child(36),
    .viewport-section .c-release:nth-child(36),
    .viewport-section .press-list__item:nth-child(36) {
      transition-delay: 2s; }
    .viewport-section .press__item:nth-child(37),
    .viewport-section .column-holder__column-4:nth-child(37),
    .viewport-section .product-block__column:nth-child(37),
    .viewport-section .column-holder__column-6:nth-child(37),
    .viewport-section .article__item:nth-child(37),
    .viewport-section .c-release:nth-child(37),
    .viewport-section .press-list__item:nth-child(37) {
      transition-delay: 2.05s; }
    .viewport-section .press__item:nth-child(38),
    .viewport-section .column-holder__column-4:nth-child(38),
    .viewport-section .product-block__column:nth-child(38),
    .viewport-section .column-holder__column-6:nth-child(38),
    .viewport-section .article__item:nth-child(38),
    .viewport-section .c-release:nth-child(38),
    .viewport-section .press-list__item:nth-child(38) {
      transition-delay: 2.1s; }
    .viewport-section .press__item:nth-child(39),
    .viewport-section .column-holder__column-4:nth-child(39),
    .viewport-section .product-block__column:nth-child(39),
    .viewport-section .column-holder__column-6:nth-child(39),
    .viewport-section .article__item:nth-child(39),
    .viewport-section .c-release:nth-child(39),
    .viewport-section .press-list__item:nth-child(39) {
      transition-delay: 2.15s; }
    .viewport-section .press__item:nth-child(40),
    .viewport-section .column-holder__column-4:nth-child(40),
    .viewport-section .product-block__column:nth-child(40),
    .viewport-section .column-holder__column-6:nth-child(40),
    .viewport-section .article__item:nth-child(40),
    .viewport-section .c-release:nth-child(40),
    .viewport-section .press-list__item:nth-child(40) {
      transition-delay: 2.2s; }
    .viewport-section .press__item:nth-child(41),
    .viewport-section .column-holder__column-4:nth-child(41),
    .viewport-section .product-block__column:nth-child(41),
    .viewport-section .column-holder__column-6:nth-child(41),
    .viewport-section .article__item:nth-child(41),
    .viewport-section .c-release:nth-child(41),
    .viewport-section .press-list__item:nth-child(41) {
      transition-delay: 2.25s; }
    .viewport-section .press__item:nth-child(42),
    .viewport-section .column-holder__column-4:nth-child(42),
    .viewport-section .product-block__column:nth-child(42),
    .viewport-section .column-holder__column-6:nth-child(42),
    .viewport-section .article__item:nth-child(42),
    .viewport-section .c-release:nth-child(42),
    .viewport-section .press-list__item:nth-child(42) {
      transition-delay: 2.3s; }
    .viewport-section .press__item:nth-child(43),
    .viewport-section .column-holder__column-4:nth-child(43),
    .viewport-section .product-block__column:nth-child(43),
    .viewport-section .column-holder__column-6:nth-child(43),
    .viewport-section .article__item:nth-child(43),
    .viewport-section .c-release:nth-child(43),
    .viewport-section .press-list__item:nth-child(43) {
      transition-delay: 2.35s; }
    .viewport-section .press__item:nth-child(44),
    .viewport-section .column-holder__column-4:nth-child(44),
    .viewport-section .product-block__column:nth-child(44),
    .viewport-section .column-holder__column-6:nth-child(44),
    .viewport-section .article__item:nth-child(44),
    .viewport-section .c-release:nth-child(44),
    .viewport-section .press-list__item:nth-child(44) {
      transition-delay: 2.4s; }
    .viewport-section .press__item:nth-child(45),
    .viewport-section .column-holder__column-4:nth-child(45),
    .viewport-section .product-block__column:nth-child(45),
    .viewport-section .column-holder__column-6:nth-child(45),
    .viewport-section .article__item:nth-child(45),
    .viewport-section .c-release:nth-child(45),
    .viewport-section .press-list__item:nth-child(45) {
      transition-delay: 2.45s; }
    .viewport-section .press__item:nth-child(46),
    .viewport-section .column-holder__column-4:nth-child(46),
    .viewport-section .product-block__column:nth-child(46),
    .viewport-section .column-holder__column-6:nth-child(46),
    .viewport-section .article__item:nth-child(46),
    .viewport-section .c-release:nth-child(46),
    .viewport-section .press-list__item:nth-child(46) {
      transition-delay: 2.5s; }
    .viewport-section .press__item:nth-child(47),
    .viewport-section .column-holder__column-4:nth-child(47),
    .viewport-section .product-block__column:nth-child(47),
    .viewport-section .column-holder__column-6:nth-child(47),
    .viewport-section .article__item:nth-child(47),
    .viewport-section .c-release:nth-child(47),
    .viewport-section .press-list__item:nth-child(47) {
      transition-delay: 2.55s; }
    .viewport-section .press__item:nth-child(48),
    .viewport-section .column-holder__column-4:nth-child(48),
    .viewport-section .product-block__column:nth-child(48),
    .viewport-section .column-holder__column-6:nth-child(48),
    .viewport-section .article__item:nth-child(48),
    .viewport-section .c-release:nth-child(48),
    .viewport-section .press-list__item:nth-child(48) {
      transition-delay: 2.6s; }
    .viewport-section .press__item:nth-child(49),
    .viewport-section .column-holder__column-4:nth-child(49),
    .viewport-section .product-block__column:nth-child(49),
    .viewport-section .column-holder__column-6:nth-child(49),
    .viewport-section .article__item:nth-child(49),
    .viewport-section .c-release:nth-child(49),
    .viewport-section .press-list__item:nth-child(49) {
      transition-delay: 2.65s; }
    .viewport-section .press__item:nth-child(50),
    .viewport-section .column-holder__column-4:nth-child(50),
    .viewport-section .product-block__column:nth-child(50),
    .viewport-section .column-holder__column-6:nth-child(50),
    .viewport-section .article__item:nth-child(50),
    .viewport-section .c-release:nth-child(50),
    .viewport-section .press-list__item:nth-child(50) {
      transition-delay: 2.7s; }
    .viewport-section .press__item:nth-child(51),
    .viewport-section .column-holder__column-4:nth-child(51),
    .viewport-section .product-block__column:nth-child(51),
    .viewport-section .column-holder__column-6:nth-child(51),
    .viewport-section .article__item:nth-child(51),
    .viewport-section .c-release:nth-child(51),
    .viewport-section .press-list__item:nth-child(51) {
      transition-delay: 2.75s; }
    .viewport-section .press__item:nth-child(52),
    .viewport-section .column-holder__column-4:nth-child(52),
    .viewport-section .product-block__column:nth-child(52),
    .viewport-section .column-holder__column-6:nth-child(52),
    .viewport-section .article__item:nth-child(52),
    .viewport-section .c-release:nth-child(52),
    .viewport-section .press-list__item:nth-child(52) {
      transition-delay: 2.8s; }
    .viewport-section .press__item:nth-child(53),
    .viewport-section .column-holder__column-4:nth-child(53),
    .viewport-section .product-block__column:nth-child(53),
    .viewport-section .column-holder__column-6:nth-child(53),
    .viewport-section .article__item:nth-child(53),
    .viewport-section .c-release:nth-child(53),
    .viewport-section .press-list__item:nth-child(53) {
      transition-delay: 2.85s; }
    .viewport-section .press__item:nth-child(54),
    .viewport-section .column-holder__column-4:nth-child(54),
    .viewport-section .product-block__column:nth-child(54),
    .viewport-section .column-holder__column-6:nth-child(54),
    .viewport-section .article__item:nth-child(54),
    .viewport-section .c-release:nth-child(54),
    .viewport-section .press-list__item:nth-child(54) {
      transition-delay: 2.9s; }
    .viewport-section .press__item:nth-child(55),
    .viewport-section .column-holder__column-4:nth-child(55),
    .viewport-section .product-block__column:nth-child(55),
    .viewport-section .column-holder__column-6:nth-child(55),
    .viewport-section .article__item:nth-child(55),
    .viewport-section .c-release:nth-child(55),
    .viewport-section .press-list__item:nth-child(55) {
      transition-delay: 2.95s; }
    .viewport-section .press__item:nth-child(56),
    .viewport-section .column-holder__column-4:nth-child(56),
    .viewport-section .product-block__column:nth-child(56),
    .viewport-section .column-holder__column-6:nth-child(56),
    .viewport-section .article__item:nth-child(56),
    .viewport-section .c-release:nth-child(56),
    .viewport-section .press-list__item:nth-child(56) {
      transition-delay: 3s; }
    .viewport-section .press__item:nth-child(57),
    .viewport-section .column-holder__column-4:nth-child(57),
    .viewport-section .product-block__column:nth-child(57),
    .viewport-section .column-holder__column-6:nth-child(57),
    .viewport-section .article__item:nth-child(57),
    .viewport-section .c-release:nth-child(57),
    .viewport-section .press-list__item:nth-child(57) {
      transition-delay: 3.05s; }
    .viewport-section .press__item:nth-child(58),
    .viewport-section .column-holder__column-4:nth-child(58),
    .viewport-section .product-block__column:nth-child(58),
    .viewport-section .column-holder__column-6:nth-child(58),
    .viewport-section .article__item:nth-child(58),
    .viewport-section .c-release:nth-child(58),
    .viewport-section .press-list__item:nth-child(58) {
      transition-delay: 3.1s; }
    .viewport-section .press__item:nth-child(59),
    .viewport-section .column-holder__column-4:nth-child(59),
    .viewport-section .product-block__column:nth-child(59),
    .viewport-section .column-holder__column-6:nth-child(59),
    .viewport-section .article__item:nth-child(59),
    .viewport-section .c-release:nth-child(59),
    .viewport-section .press-list__item:nth-child(59) {
      transition-delay: 3.15s; }
    .viewport-section .press__item:nth-child(60),
    .viewport-section .column-holder__column-4:nth-child(60),
    .viewport-section .product-block__column:nth-child(60),
    .viewport-section .column-holder__column-6:nth-child(60),
    .viewport-section .article__item:nth-child(60),
    .viewport-section .c-release:nth-child(60),
    .viewport-section .press-list__item:nth-child(60) {
      transition-delay: 3.2s; }
    .viewport-section .press__item:nth-child(61),
    .viewport-section .column-holder__column-4:nth-child(61),
    .viewport-section .product-block__column:nth-child(61),
    .viewport-section .column-holder__column-6:nth-child(61),
    .viewport-section .article__item:nth-child(61),
    .viewport-section .c-release:nth-child(61),
    .viewport-section .press-list__item:nth-child(61) {
      transition-delay: 3.25s; }
    .viewport-section .press__item:nth-child(62),
    .viewport-section .column-holder__column-4:nth-child(62),
    .viewport-section .product-block__column:nth-child(62),
    .viewport-section .column-holder__column-6:nth-child(62),
    .viewport-section .article__item:nth-child(62),
    .viewport-section .c-release:nth-child(62),
    .viewport-section .press-list__item:nth-child(62) {
      transition-delay: 3.3s; }
    .viewport-section .press__item:nth-child(63),
    .viewport-section .column-holder__column-4:nth-child(63),
    .viewport-section .product-block__column:nth-child(63),
    .viewport-section .column-holder__column-6:nth-child(63),
    .viewport-section .article__item:nth-child(63),
    .viewport-section .c-release:nth-child(63),
    .viewport-section .press-list__item:nth-child(63) {
      transition-delay: 3.35s; }
    .viewport-section .press__item:nth-child(64),
    .viewport-section .column-holder__column-4:nth-child(64),
    .viewport-section .product-block__column:nth-child(64),
    .viewport-section .column-holder__column-6:nth-child(64),
    .viewport-section .article__item:nth-child(64),
    .viewport-section .c-release:nth-child(64),
    .viewport-section .press-list__item:nth-child(64) {
      transition-delay: 3.4s; }
    .viewport-section .press__item:nth-child(65),
    .viewport-section .column-holder__column-4:nth-child(65),
    .viewport-section .product-block__column:nth-child(65),
    .viewport-section .column-holder__column-6:nth-child(65),
    .viewport-section .article__item:nth-child(65),
    .viewport-section .c-release:nth-child(65),
    .viewport-section .press-list__item:nth-child(65) {
      transition-delay: 3.45s; }
    .viewport-section .press__item:nth-child(66),
    .viewport-section .column-holder__column-4:nth-child(66),
    .viewport-section .product-block__column:nth-child(66),
    .viewport-section .column-holder__column-6:nth-child(66),
    .viewport-section .article__item:nth-child(66),
    .viewport-section .c-release:nth-child(66),
    .viewport-section .press-list__item:nth-child(66) {
      transition-delay: 3.5s; }
    .viewport-section .press__item:nth-child(67),
    .viewport-section .column-holder__column-4:nth-child(67),
    .viewport-section .product-block__column:nth-child(67),
    .viewport-section .column-holder__column-6:nth-child(67),
    .viewport-section .article__item:nth-child(67),
    .viewport-section .c-release:nth-child(67),
    .viewport-section .press-list__item:nth-child(67) {
      transition-delay: 3.55s; }
    .viewport-section .press__item:nth-child(68),
    .viewport-section .column-holder__column-4:nth-child(68),
    .viewport-section .product-block__column:nth-child(68),
    .viewport-section .column-holder__column-6:nth-child(68),
    .viewport-section .article__item:nth-child(68),
    .viewport-section .c-release:nth-child(68),
    .viewport-section .press-list__item:nth-child(68) {
      transition-delay: 3.6s; }
    .viewport-section .press__item:nth-child(69),
    .viewport-section .column-holder__column-4:nth-child(69),
    .viewport-section .product-block__column:nth-child(69),
    .viewport-section .column-holder__column-6:nth-child(69),
    .viewport-section .article__item:nth-child(69),
    .viewport-section .c-release:nth-child(69),
    .viewport-section .press-list__item:nth-child(69) {
      transition-delay: 3.65s; }
    .viewport-section .press__item:nth-child(70),
    .viewport-section .column-holder__column-4:nth-child(70),
    .viewport-section .product-block__column:nth-child(70),
    .viewport-section .column-holder__column-6:nth-child(70),
    .viewport-section .article__item:nth-child(70),
    .viewport-section .c-release:nth-child(70),
    .viewport-section .press-list__item:nth-child(70) {
      transition-delay: 3.7s; }
    .viewport-section .press__item:nth-child(71),
    .viewport-section .column-holder__column-4:nth-child(71),
    .viewport-section .product-block__column:nth-child(71),
    .viewport-section .column-holder__column-6:nth-child(71),
    .viewport-section .article__item:nth-child(71),
    .viewport-section .c-release:nth-child(71),
    .viewport-section .press-list__item:nth-child(71) {
      transition-delay: 3.75s; }
    .viewport-section .press__item:nth-child(72),
    .viewport-section .column-holder__column-4:nth-child(72),
    .viewport-section .product-block__column:nth-child(72),
    .viewport-section .column-holder__column-6:nth-child(72),
    .viewport-section .article__item:nth-child(72),
    .viewport-section .c-release:nth-child(72),
    .viewport-section .press-list__item:nth-child(72) {
      transition-delay: 3.8s; }
    .viewport-section .press__item:nth-child(73),
    .viewport-section .column-holder__column-4:nth-child(73),
    .viewport-section .product-block__column:nth-child(73),
    .viewport-section .column-holder__column-6:nth-child(73),
    .viewport-section .article__item:nth-child(73),
    .viewport-section .c-release:nth-child(73),
    .viewport-section .press-list__item:nth-child(73) {
      transition-delay: 3.85s; }
    .viewport-section .press__item:nth-child(74),
    .viewport-section .column-holder__column-4:nth-child(74),
    .viewport-section .product-block__column:nth-child(74),
    .viewport-section .column-holder__column-6:nth-child(74),
    .viewport-section .article__item:nth-child(74),
    .viewport-section .c-release:nth-child(74),
    .viewport-section .press-list__item:nth-child(74) {
      transition-delay: 3.9s; }
    .viewport-section .press__item:nth-child(75),
    .viewport-section .column-holder__column-4:nth-child(75),
    .viewport-section .product-block__column:nth-child(75),
    .viewport-section .column-holder__column-6:nth-child(75),
    .viewport-section .article__item:nth-child(75),
    .viewport-section .c-release:nth-child(75),
    .viewport-section .press-list__item:nth-child(75) {
      transition-delay: 3.95s; }
    .viewport-section .press__item:nth-child(76),
    .viewport-section .column-holder__column-4:nth-child(76),
    .viewport-section .product-block__column:nth-child(76),
    .viewport-section .column-holder__column-6:nth-child(76),
    .viewport-section .article__item:nth-child(76),
    .viewport-section .c-release:nth-child(76),
    .viewport-section .press-list__item:nth-child(76) {
      transition-delay: 4s; }
    .viewport-section .press__item:nth-child(77),
    .viewport-section .column-holder__column-4:nth-child(77),
    .viewport-section .product-block__column:nth-child(77),
    .viewport-section .column-holder__column-6:nth-child(77),
    .viewport-section .article__item:nth-child(77),
    .viewport-section .c-release:nth-child(77),
    .viewport-section .press-list__item:nth-child(77) {
      transition-delay: 4.05s; }
    .viewport-section .press__item:nth-child(78),
    .viewport-section .column-holder__column-4:nth-child(78),
    .viewport-section .product-block__column:nth-child(78),
    .viewport-section .column-holder__column-6:nth-child(78),
    .viewport-section .article__item:nth-child(78),
    .viewport-section .c-release:nth-child(78),
    .viewport-section .press-list__item:nth-child(78) {
      transition-delay: 4.1s; }
    .viewport-section .press__item:nth-child(79),
    .viewport-section .column-holder__column-4:nth-child(79),
    .viewport-section .product-block__column:nth-child(79),
    .viewport-section .column-holder__column-6:nth-child(79),
    .viewport-section .article__item:nth-child(79),
    .viewport-section .c-release:nth-child(79),
    .viewport-section .press-list__item:nth-child(79) {
      transition-delay: 4.15s; }
    .viewport-section .press__item:nth-child(80),
    .viewport-section .column-holder__column-4:nth-child(80),
    .viewport-section .product-block__column:nth-child(80),
    .viewport-section .column-holder__column-6:nth-child(80),
    .viewport-section .article__item:nth-child(80),
    .viewport-section .c-release:nth-child(80),
    .viewport-section .press-list__item:nth-child(80) {
      transition-delay: 4.2s; }
    .viewport-section .press__item:nth-child(81),
    .viewport-section .column-holder__column-4:nth-child(81),
    .viewport-section .product-block__column:nth-child(81),
    .viewport-section .column-holder__column-6:nth-child(81),
    .viewport-section .article__item:nth-child(81),
    .viewport-section .c-release:nth-child(81),
    .viewport-section .press-list__item:nth-child(81) {
      transition-delay: 4.25s; }
    .viewport-section .press__item:nth-child(82),
    .viewport-section .column-holder__column-4:nth-child(82),
    .viewport-section .product-block__column:nth-child(82),
    .viewport-section .column-holder__column-6:nth-child(82),
    .viewport-section .article__item:nth-child(82),
    .viewport-section .c-release:nth-child(82),
    .viewport-section .press-list__item:nth-child(82) {
      transition-delay: 4.3s; }
    .viewport-section .press__item:nth-child(83),
    .viewport-section .column-holder__column-4:nth-child(83),
    .viewport-section .product-block__column:nth-child(83),
    .viewport-section .column-holder__column-6:nth-child(83),
    .viewport-section .article__item:nth-child(83),
    .viewport-section .c-release:nth-child(83),
    .viewport-section .press-list__item:nth-child(83) {
      transition-delay: 4.35s; }
    .viewport-section .press__item:nth-child(84),
    .viewport-section .column-holder__column-4:nth-child(84),
    .viewport-section .product-block__column:nth-child(84),
    .viewport-section .column-holder__column-6:nth-child(84),
    .viewport-section .article__item:nth-child(84),
    .viewport-section .c-release:nth-child(84),
    .viewport-section .press-list__item:nth-child(84) {
      transition-delay: 4.4s; }
    .viewport-section .press__item:nth-child(85),
    .viewport-section .column-holder__column-4:nth-child(85),
    .viewport-section .product-block__column:nth-child(85),
    .viewport-section .column-holder__column-6:nth-child(85),
    .viewport-section .article__item:nth-child(85),
    .viewport-section .c-release:nth-child(85),
    .viewport-section .press-list__item:nth-child(85) {
      transition-delay: 4.45s; }
    .viewport-section .press__item:nth-child(86),
    .viewport-section .column-holder__column-4:nth-child(86),
    .viewport-section .product-block__column:nth-child(86),
    .viewport-section .column-holder__column-6:nth-child(86),
    .viewport-section .article__item:nth-child(86),
    .viewport-section .c-release:nth-child(86),
    .viewport-section .press-list__item:nth-child(86) {
      transition-delay: 4.5s; }
    .viewport-section .press__item:nth-child(87),
    .viewport-section .column-holder__column-4:nth-child(87),
    .viewport-section .product-block__column:nth-child(87),
    .viewport-section .column-holder__column-6:nth-child(87),
    .viewport-section .article__item:nth-child(87),
    .viewport-section .c-release:nth-child(87),
    .viewport-section .press-list__item:nth-child(87) {
      transition-delay: 4.55s; }
    .viewport-section .press__item:nth-child(88),
    .viewport-section .column-holder__column-4:nth-child(88),
    .viewport-section .product-block__column:nth-child(88),
    .viewport-section .column-holder__column-6:nth-child(88),
    .viewport-section .article__item:nth-child(88),
    .viewport-section .c-release:nth-child(88),
    .viewport-section .press-list__item:nth-child(88) {
      transition-delay: 4.6s; }
    .viewport-section .press__item:nth-child(89),
    .viewport-section .column-holder__column-4:nth-child(89),
    .viewport-section .product-block__column:nth-child(89),
    .viewport-section .column-holder__column-6:nth-child(89),
    .viewport-section .article__item:nth-child(89),
    .viewport-section .c-release:nth-child(89),
    .viewport-section .press-list__item:nth-child(89) {
      transition-delay: 4.65s; }
    .viewport-section .press__item:nth-child(90),
    .viewport-section .column-holder__column-4:nth-child(90),
    .viewport-section .product-block__column:nth-child(90),
    .viewport-section .column-holder__column-6:nth-child(90),
    .viewport-section .article__item:nth-child(90),
    .viewport-section .c-release:nth-child(90),
    .viewport-section .press-list__item:nth-child(90) {
      transition-delay: 4.7s; }
    .viewport-section .press__item:nth-child(91),
    .viewport-section .column-holder__column-4:nth-child(91),
    .viewport-section .product-block__column:nth-child(91),
    .viewport-section .column-holder__column-6:nth-child(91),
    .viewport-section .article__item:nth-child(91),
    .viewport-section .c-release:nth-child(91),
    .viewport-section .press-list__item:nth-child(91) {
      transition-delay: 4.75s; }
    .viewport-section .press__item:nth-child(92),
    .viewport-section .column-holder__column-4:nth-child(92),
    .viewport-section .product-block__column:nth-child(92),
    .viewport-section .column-holder__column-6:nth-child(92),
    .viewport-section .article__item:nth-child(92),
    .viewport-section .c-release:nth-child(92),
    .viewport-section .press-list__item:nth-child(92) {
      transition-delay: 4.8s; }
    .viewport-section .press__item:nth-child(93),
    .viewport-section .column-holder__column-4:nth-child(93),
    .viewport-section .product-block__column:nth-child(93),
    .viewport-section .column-holder__column-6:nth-child(93),
    .viewport-section .article__item:nth-child(93),
    .viewport-section .c-release:nth-child(93),
    .viewport-section .press-list__item:nth-child(93) {
      transition-delay: 4.85s; }
    .viewport-section .press__item:nth-child(94),
    .viewport-section .column-holder__column-4:nth-child(94),
    .viewport-section .product-block__column:nth-child(94),
    .viewport-section .column-holder__column-6:nth-child(94),
    .viewport-section .article__item:nth-child(94),
    .viewport-section .c-release:nth-child(94),
    .viewport-section .press-list__item:nth-child(94) {
      transition-delay: 4.9s; }
    .viewport-section .press__item:nth-child(95),
    .viewport-section .column-holder__column-4:nth-child(95),
    .viewport-section .product-block__column:nth-child(95),
    .viewport-section .column-holder__column-6:nth-child(95),
    .viewport-section .article__item:nth-child(95),
    .viewport-section .c-release:nth-child(95),
    .viewport-section .press-list__item:nth-child(95) {
      transition-delay: 4.95s; }
    .viewport-section .press__item:nth-child(96),
    .viewport-section .column-holder__column-4:nth-child(96),
    .viewport-section .product-block__column:nth-child(96),
    .viewport-section .column-holder__column-6:nth-child(96),
    .viewport-section .article__item:nth-child(96),
    .viewport-section .c-release:nth-child(96),
    .viewport-section .press-list__item:nth-child(96) {
      transition-delay: 5s; }
    .viewport-section .press__item:nth-child(97),
    .viewport-section .column-holder__column-4:nth-child(97),
    .viewport-section .product-block__column:nth-child(97),
    .viewport-section .column-holder__column-6:nth-child(97),
    .viewport-section .article__item:nth-child(97),
    .viewport-section .c-release:nth-child(97),
    .viewport-section .press-list__item:nth-child(97) {
      transition-delay: 5.05s; }
    .viewport-section .press__item:nth-child(98),
    .viewport-section .column-holder__column-4:nth-child(98),
    .viewport-section .product-block__column:nth-child(98),
    .viewport-section .column-holder__column-6:nth-child(98),
    .viewport-section .article__item:nth-child(98),
    .viewport-section .c-release:nth-child(98),
    .viewport-section .press-list__item:nth-child(98) {
      transition-delay: 5.1s; }
    .viewport-section .press__item:nth-child(99),
    .viewport-section .column-holder__column-4:nth-child(99),
    .viewport-section .product-block__column:nth-child(99),
    .viewport-section .column-holder__column-6:nth-child(99),
    .viewport-section .article__item:nth-child(99),
    .viewport-section .c-release:nth-child(99),
    .viewport-section .press-list__item:nth-child(99) {
      transition-delay: 5.15s; }
    .viewport-section .press__item:nth-child(100),
    .viewport-section .column-holder__column-4:nth-child(100),
    .viewport-section .product-block__column:nth-child(100),
    .viewport-section .column-holder__column-6:nth-child(100),
    .viewport-section .article__item:nth-child(100),
    .viewport-section .c-release:nth-child(100),
    .viewport-section .press-list__item:nth-child(100) {
      transition-delay: 5.2s; }
  .viewport-section .content {
    transition-delay: 0.2s; }
  .viewport-section .sidebar {
    transition-delay: 0.2s; }
  .viewport-section.in-viewport {
    opacity: 1;
    transform: translateY(0); }
    .viewport-section.in-viewport .content,
    .viewport-section.in-viewport .sidebar,
    .viewport-section.in-viewport .h5,
    .viewport-section.in-viewport .press__item,
    .viewport-section.in-viewport .column-holder__column-4,
    .viewport-section.in-viewport .product-block__column,
    .viewport-section.in-viewport .column-holder__column-6,
    .viewport-section.in-viewport .article__item,
    .viewport-section.in-viewport .c-card__time,
    .viewport-section.in-viewport .c-textwrap,
    .viewport-section.in-viewport .c-release,
    .viewport-section.in-viewport .press-list__item {
      opacity: 1;
      transform: translateY(0); }

.bg-retina {
  position: absolute;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  bottom: 0;
  top: 0;
  z-index: -1;
  transition: transform ease-in-out .2s; }

.last-para {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .last-para:after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: #0080FF;
    margin-top: -6px;
    margin-left: 4px; }

.btn-wrap {
  margin: 0 0 24px; }
  @media (min-width: 1024px) {
    .btn-wrap {
      margin: 38px 0 32px; } }
  @media (min-width: 1024px) {
    .btn-wrap .btn-group {
      justify-content: space-between; } }
  .btn-wrap .btn-group__item {
    width: 100%; }
    @media (min-width: 1024px) {
      .btn-wrap .btn-group__item {
        flex: 1;
        min-width: 33.33%; } }
  .btn-wrap .btn-group [class^="icon-"], .btn-wrap .btn-group [class*=" icon-"] {
    margin-top: -4px;
    font-size: 20px; }
  .btn-wrap .btn-group .c-btn {
    width: 100%; }

.potrait .bg-retina {
  background-size: contain; }

@media (max-width: 767px) {
  .d-sm-none {
    display: none; } }

@media (max-width: 1023px) {
  .d-md-none {
    display: none; } }

@media (max-width: 1023px) {
  .news-slider {
    margin: 0 -12px; } }
@media (max-width: 1023px) {
  .news-slider .column-holder__column-4 {
    margin-bottom: 40px; } }
@media (max-width: 1023px) {
  .news-slider .c-card {
    border-bottom: 1px solid  #ebebeb;
    padding: 0 12px 20px; } }

.fixed-block {
  transition: opacity 0.25s ease-in, visibility 0.25s ease-in;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.06); }
  .fixed-block a {
    padding: 12px 24px;
    text-decoration: none;
    color: #999999;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    text-transform: uppercase; }
  .fixed-block .c-dixed__content {
    display: flex;
    flex-wrap: wrap; }
  .fixed-block .text {
    padding: 0 4px; }
    @media (min-width: 375px) {
      .fixed-block .text {
        padding: 0 7px; } }
  .fixed-block .c-download {
    font-size: 12px;
    margin: -2px 5px 0; }
    @media (min-width: 375px) {
      .fixed-block .c-download {
        font-size: 21px;
        margin: 0 5px; } }
  .fixed-block .img__thumbnail {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    margin: 0 4px; }
    @media (min-width: 375px) {
      .fixed-block .img__thumbnail {
        width: 24px;
        height: 24px;
        margin: 0 8px; } }
  .fixed-block .icon-share2 {
    color: #0080FF;
    font-size: 12px;
    padding: 0 2px; }
    @media (min-width: 375px) {
      .fixed-block .icon-share2 {
        padding: 0 5px;
        font-size: 20px; } }
  .fixed-block.active {
    opacity: 0;
    visibility: hidden; }
  @media (min-width: 768px) {
    .fixed-block {
      display: none; } }

.nav-active {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .nav-active .fixed-block {
    opacity: 0;
    visibility: hidden; }

.border-bottom {
  border-bottom: 1px solid rgba(205, 205, 205, 0.4);
  margin: 0 0 25px; }

.article-block__link {
  margin-top: 12px; }

.article-block__media-item [class^="icon-"],
.article-block__media-item [class*=" icon-"] {
  line-height: inherit; }

@media screen and (min-width: 650px) {
  .article-block__spokespeople {
    display: grid;
    grid-template-columns: repeat(2, 0.5fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px; }

  .article-block__spokespeople .contact-wrap {
    width: auto; } }
.article-block__link img.thumbnail {
  text-indent: -9999px;
  font-size: 1px; }

.thumbnail__image {
  transition: transform ease-in-out .2s; }

.category:hover > .bg-retina {
  transform: scale(1.05); }

.empty-state {
  padding: 64px 0 67px;
  text-align: center; }
  .empty-state .heading, .empty-state p {
    margin: 30px 0 0; }

.bg-alabaster.c-filter + .empty-state {
  margin-top: -32px; }

.media-list__wrap {
  background-color: #fff; }

.media-list__wrap .image-block .image-wrap.image-placeholder {
  padding: 12px;
  background: #eee; }
  .media-list__wrap .image-block .image-wrap.image-placeholder img {
    height: 100%; }

.media-list__wrap .image-block .image-wrap.image-placeholder {
  padding: 12px;
  background: #eee; }
  .media-list__wrap .image-block .image-wrap.image-placeholder img {
    height: 100%; }

.product-block__content .product-block__img-holder.product-block__img-placeholder {
  background: #eee; }
  .product-block__content .product-block__img-holder.product-block__img-placeholder > a {
    height: 100%;
    width: 100%;
    padding: 60px;
    text-align: center; }
    .product-block__content .product-block__img-holder.product-block__img-placeholder > a > img {
      height: 100%; }

.product-block__img-content .product-block__sub-img.product-block__placeholder-img {
  background: #eee;
  width: 96px;
  padding: 17.5px; }
  .product-block__img-content .product-block__sub-img.product-block__placeholder-img > img {
    height: 100%; }

.category-section .category-list .category.bg-default,
.about-section.bg-default,
.contact-section.bg-default,
.brand-section .product-banner.bg-default {
  background: #0080FF; }
  .category-section .category-list .category.bg-default::before,
  .about-section.bg-default::before,
  .contact-section.bg-default::before,
  .brand-section .product-banner.bg-default::before {
    background-image: none; }

.error_page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px; }
  .error_page .error_message {
    width: 360px;
    height: 200px;
    text-align: center; }
    .error_page .error_message__icon {
      font-size: 46px;
      text-decoration: none; }
    .error_page .error_message__title {
      font-size: 26px;
      margin: 0px 0 12px; }

.header-wrapper {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  padding: 20px;
  position: relative;
  z-index: 9;
  position: fixed;
  width: 100%;
  background-color: #fff; }
@media screen and (min-width: 1024px) {
  .header-wrapper {
    padding: 20px 30px;
    font-size: 15px; } }

main {
  padding-top: 76px; }

@media (min-width: 1024px) {
  .header-wrapper--mega-menu .main-nav__dropdown {
    padding: 30px 32px 0; } }
@media (min-width: 1024px) {
  .header-wrapper--mega-menu .topic-items--10,
  .header-wrapper--mega-menu .topic-items--11,
  .header-wrapper--mega-menu .topic-items--12 {
    max-width: 1440px; } }

.logo-wrap {
  max-width: 250px;
  flex-basis: 250px; }
  @media (min-width: 375px) {
    .logo-wrap {
      max-width: 280px;
      flex-basis: 280px; } }
  @media (min-width: 1024px) {
    .logo-wrap {
      flex-basis: 250px;
      max-width: 250px; } }
  @media (min-width: 1400px) {
    .logo-wrap {
      flex-basis: 350px;
      max-width: 350px; } }
  .logo-wrap img {
    max-height: 36px;
    max-width: 80px; }
  .logo-wrap a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-decoration: none;
    color: #000; }
  .logo-wrap .logo__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1px;
    display: inline-block;
    flex: 1;
    vertical-align: middle;
    margin-left: 8px;
    padding: 10px 8px;
    word-break: break-all;
    border-left: 1px solid rgba(205, 205, 205, 0.4); }
    @media (min-width: 375px) {
      .logo-wrap .logo__text {
        margin-left: 18px;
        padding: 10px 12px; } }
    @media (min-width: 768px) {
      .logo-wrap .logo__text {
        margin-left: 12px; } }
  .logo-wrap:hover .logo__text {
    text-decoration: underline; }

header#header .language {
  width: auto; }

header#header .language__text {
  padding-right: 15px; }

.footer {
  padding: 32px 0 48px; }
@media screen and (min-width: 768px) {
  .footer {
    padding: 48px 0; } }

@media screen and (min-width: 1024px) {
  .footer {
    padding: 64px 0 83px; } }

  .footer [class^="column-holder__column-"],
  .footer [class*=" column-holder__column-"] {
    padding-bottom: 16px; }
@media screen and (min-width: 1024px) {
  .footer [class^="column-holder__column-"],
  .footer [class*=" column-holder__column-"] {
    padding-bottom: 32px; } }

  .footer__text-holder {
    font-size: 14px;
    line-height: 1.6; }
@media screen and (min-width: 1024px) {
  .footer__text-holder {
    padding: 4px 62px 0 0;
    font-size: 18px;
    line-height: 1.5556; } }

@media screen and (min-width: 1200px) {
  .footer__text-holder {
    padding-right: 124px; } }

  .footer__column-holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (min-width: 768px) {
      .footer__column-holder {
        flex-direction: row;
        margin: 0 -8px; } }
@media screen and (min-width: 1024px) {
  .footer__column-holder {
    margin: 0 -16px; } }

  .footer__column {
    border-bottom: 1px solid #e2e2e2;
    order: 1;
    margin: 0 -24px;
    padding: 0 24px; }
    @media (min-width: 768px) {
      .footer__column {
        flex: 1;
        margin: 0;
        width: auto;
        padding: 0 8px 16px;
        border: none; } }
@media screen and (min-width: 1024px) {
  .footer__column {
    padding: 0 16px; } }

    .footer__column--social-networks {
      order: 0; }
@media screen and (min-width: 768px) {
  .footer__column--social-networks {
    order: 1;
    display: flex;
    justify-content: flex-end;
    width: auto; } }

    .footer__column.active .accordion-opener:after {
      transform: rotate(90deg); }
  @media (max-width: 767px) {
    .footer .accordion-opener {
      position: relative;
      padding: 16px 44px 16px 0; } }
  .footer .accordion-opener:after {
    transition: transform 0.25s ease-in;
    content: "";
    position: absolute;
    top: 18px;
    right: 10px;
    color: #0080FF;
    font-family: icomoon; }
    @media (min-width: 768px) {
      .footer .accordion-opener:after {
        content: none; } }
  @media (min-width: 768px) {
    .footer .slide {
      position: static !important;
      display: block !important; } }
  .footer__nav-title {
    display: block;
    cursor: pointer;
    margin-bottom: 4px;
    font-size: 20px;
    padding: 16px 0; }
@media screen and (min-width: 768px) {
  .footer__nav-title {
    display: inline-block;
    vertical-align: top;
    cursor: auto;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0; } }

  .footer__nav-item {
    padding-bottom: 26px;
    font-size: 18px; }
@media screen and (min-width: 768px) {
  .footer__nav-item {
    padding-bottom: 8px;
    font-size: 14px; } }

@media screen and (min-width: 1024px) {
  .footer__nav-item {
    padding-bottom: 20px; } }

  .footer__nav-link {
    color: #000;
    text-decoration: none; }
    .footer__nav-link:hover {
      text-decoration: underline; }
  .footer__meta {
    padding-top: 4px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px; }
@media screen and (min-width: 640px) {
  .footer__meta {
    font-size: 14px; } }

@media screen and (min-width: 768px) {
  .footer__meta {
    padding-top: 16px;
    border-top: 1px solid #ebebeb;
    margin-bottom: 0; } }

  .footer__policy {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    padding-left: 6px; }
@media screen and (min-width: 640px) {
  .footer__policy {
    padding-left: 12px;
    margin: 0 -8px; } }

@media screen and (min-width: 1024px) {
  .footer__policy {
    padding-left: 20px; } }

  .footer__policy-item {
    padding: 0 4px;
    font-size: 14px; }
@media screen and (min-width: 640px) {
  .footer__policy-item {
    padding: 0 8px; } }

  .footer__policy-link {
    color: currentColor;
    text-decoration: none; }
    .footer__policy-link:hover {
      text-decoration: underline; }
  .footer__btn-wrap {
    padding: 0 12px 24px;
    position: absolute;
    left: 12px;
    bottom: 0; }
    @media (min-width: 768px) {
      .footer__btn-wrap {
        padding: 0 12px 12px;
        right: 0;
        left: auto; } }
    .footer__btn-wrap .c-btn {
      padding: 6px 12px;
      font-size: 14px; }
@media screen and (min-width: 640px) {
  .footer .btn-group {
    justify-content: flex-start;
    margin-top: 20px; } }

@media screen and (min-width: 1024px) {
  .footer .btn-group {
    margin-top: 32px; } }

  .footer .social-networks {
    padding: 10px 0; }
    @media (min-width: 768px) {
      .footer .social-networks {
        justify-content: center;
        padding: 0;
        max-width: 100px; } }
@media screen and (min-width: 1024px) {
  .footer .social-networks {
    max-width: 144px; } }

@media screen and (min-width: 768px) {
  .footer .social-networks__item {
    width: 50%; } }

@media screen and (min-width: 1024px) {
  .footer .social-networks__item {
    width: auto;
    padding: 0 8px 16px; } }

    .footer .social-networks__link {
      width: 48px;
      height: 48px; }
      @media (min-width: 768px) {
        .footer .social-networks__link {
          width: 32px;
          height: 32px; } }
      @media (min-width: 1024px) {
        .footer .social-networks__link {
          width: 48px;
          height: 48px; } }

.social-networks {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  margin: 0 -4px; }
@media screen and (min-width: 1024px) {
  .social-networks {
    margin: 0 -8px; } }

  .social-networks__item {
    padding: 0 8px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
@media screen and (min-width: 1024px) {
  .social-networks__item {
    padding: 0 10px 16px; } }

    .social-networks__item--secondary {
      padding: 0 8px 8px; }
      @media (min-width: 1024px) {
        .social-networks__item--secondary {
          padding: 0 7px 17px; } }
  .social-networks__link {
    transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-decoration: none;
    color: #0080FF;
    background-color: #fff;
    border: 1px solid #eeeeee;
    outline: none; }
@media screen and (min-width: 375px) {
  .social-networks__link {
    width: 48px;
    height: 48px; } }

    .social-networks__link:hover {
      background-color: #0080FF;
      color: #fff;
      border-color: #0080FF; }
  .social-networks--secondary {
    max-width: none;
    justify-content: flex-start;
    margin: 0 -8px; }
    .social-networks--secondary__link {
      transition: background-color 0.25s ease-in, color 0.25s ease-in;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      text-decoration: none;
      font-size: 15px;
      color: #0080FF;
      background-color: #fff;
      border: 1px solid rgba(0, 105, 255, 0.35); }
      .social-networks--secondary__link:hover {
        background-color: #0080FF;
        color: #fff; }

body.login .footer__meta {
  border-top: 0 !important;
  padding-top: 0; }

body.login .footer {
  padding: 32px 0 32px !important; }

@media screen and (min-width: 1024px) {
  .navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; } }

.navbar__dropdown {
  transition: visibility 0.25s ease-in, opacity 0.25s ease-in, transform 0.25s ease-in;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.04);
  height: calc(100vh - 74px);
  overflow-y: auto;
  padding: 20px 24px 70px;
  border-top: 1px solid #e2e2e2;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px); }
@media screen and (min-width: 1024px) {
  .navbar__dropdown {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    overflow: visible;
    align-items: center;
    flex: 1;
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    border: none; } }

  .header-wrapper--mega-menu .navbar__dropdown {
    box-shadow: 0 9999px 0 9999px rgba(0, 0, 0, 0.5); }
@media screen and (min-width: 1024px) {
  .header-wrapper--mega-menu .navbar__dropdown {
    box-shadow: none; } }

  .nav-active .navbar__dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0); }
  .resize-active .navbar__dropdown {
    transition: none; }
.navbar__align-r {
  margin-bottom: 8px;
  font-size: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column; }
@media screen and (min-width: 1024px) {
  .navbar__align-r {
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
    font-size: 14px;
    flex-basis: 320px;
    max-width: 320px; } }

  @media (min-width: 1400px) {
    .navbar__align-r {
      flex-basis: 350px;
      max-width: 350px; } }

.main-nav {
  width: 100%; }
@media screen and (min-width: 1024px) {
  .main-nav {
    flex: 1;
    width: auto; } }

  .main-nav-opener {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 48px;
    border: 1px solid #1b63ff;
    height: 48px;
    padding: 12px 36px 12px 12px;
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 4px;
    font-size: 14px; }
@media screen and (min-width: 1024px) {
  .main-nav-opener {
    display: none; } }

    .main-nav-opener .lines {
      transition: all 0.25s ease-in;
      position: absolute;
      top: 22px;
      right: 14px;
      width: 20px;
      height: 2px; }
      .main-nav-opener .lines:before, .main-nav-opener .lines:after {
        content: '';
        transition: all 0.25s ease-in;
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #0080FF; }
      .main-nav-opener .lines:before {
        top: -6px;
        box-shadow: 0 6px 0 0 #0080FF; }
      .main-nav-opener .lines:after {
        top: 6px; }
    .main-nav-opener .text-active {
      display: none; }
    .nav-active .main-nav-opener .lines:before, .nav-active .main-nav-opener .lines:after {
      top: 0;
      opacity: 1; }
    .nav-active .main-nav-opener .lines:before {
      transform: rotate(-45deg);
      box-shadow: 0 6px 0 0 rgba(0, 128, 255, 0); }
    .nav-active .main-nav-opener .lines:after {
      transform: rotate(45deg); }
    .nav-active .main-nav-opener .text-active {
      display: inline-block;
      vertical-align: top; }
    .nav-active .main-nav-opener .text-normal {
      display: none; }
@media screen and (min-width: 1024px) {
  .main-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }

  .main-nav__item {
    position: relative;
    padding: 10px 0; }
@media screen and (min-width: 1024px) {
  .main-nav__item {
    margin: -28px 16px;
    padding: 28px 0;
    padding: 0;
    margin: 0 16px; } }

@media screen and (min-width: 1200px) {
  .main-nav__item {
    margin-left: 20px;
    margin-right: 20px; } }

    .header-wrapper--mega-menu .main-nav__item {
      position: static; }
    .main-nav__item.active .accordion-opener:after {
      transform: rotate(180deg); }
    .main-nav__item.main-nav__item--clippings {
      display: none; }
    .main-nav__item:hover > .main-nav__link {
      text-decoration: underline; }
      .main-nav__item:hover > .main-nav__link:before {
        opacity: 0; }
      @media (min-width: 1024px) {
        .main-nav__item:hover > .main-nav__link--has-drop-down:after {
          transform: rotate(180deg); } }
@media screen and (min-width: 1024px) {
  .main-nav__item:hover .main-nav__dropdown {
    opacity: 1;
    visibility: visible;
    max-height: 400px;
    max-height: none; } }

    .header-wrapper--mega-menu .main-nav__item:hover .main-nav__dropdown {
      max-height: 1986px; }
@media screen and (min-width: 1024px) {
  .header-wrapper--mega-menu .main-nav__item:hover .main-nav__dropdown {
    max-height: none;
    box-shadow: 0 9999px 0 9999px rgba(0, 0, 0, 0.5); } }

  .main-nav .accordion-opener {
    position: relative; }
    .main-nav .accordion-opener:after {
      transition: transform 0.25s ease-in;
      content: "";
      position: absolute;
      top: 0;
      right: 20px;
      font-family: icomoon;
      color: #0080FF; }
  .main-nav__link {
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
    font-size: 20px; }
@media screen and (min-width: 1024px) {
  .main-nav__link {
    font-size: 15px; } }

    .main-nav__link--has-drop-down {
      position: relative;
      padding-right: 16px; }
@media screen and (min-width: 1024px) {
  .main-nav__link--has-drop-down {
    padding-bottom: 30px;
    margin-bottom: -30px; } }

@media screen and (min-width: 1024px) {
  .main-nav__link--has-drop-down:after {
    transition: transform 0.25s ease-in;
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    color: #000;
    font-family: icomoon;
    right: -6px; } }

  .main-nav__dropdown {
    transition: visibility 0.25s ease-in, opacity 0.25s ease-in, max-height 0.25s ease-in;
    background-color: #fff;
    display: none; }
@media screen and (min-width: 1024px) {
  .main-nav__dropdown {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    display: block;
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 311px;
    border-radius: 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 28px 24px 10px;
    max-height: none; } }

@media screen and (min-width: 1024px) {
  .main-nav__dropdown:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    border: 0.6em solid black;
    border-color: #fff #fff transparent transparent;
    transform-origin: 0 0;
    transform: translateX(-50%) rotate(-45deg);
    border-radius: 2px;
    box-shadow: 8px -8px 16px rgba(0, 0, 0, 0.04); } }

    .header-wrapper--mega-menu .main-nav__dropdown {
      width: auto;
      transform: translateX(0);
      box-shadow: none;
      z-index: 999;
      top: 100%;
      left: 0;
      right: 0;
      border-radius: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.06); }
      .header-wrapper--mega-menu .main-nav__dropdown:before {
        content: none; }
      .header-wrapper--mega-menu .main-nav__dropdown > .container {
        padding: 0; }
@media screen and (min-width: 1024px) {
  .header-wrapper--mega-menu .main-nav__dropdown > .container {
    padding: 0 16px; } }

  .main-nav__bottom {
    padding: 8px 0;
    margin: 0 -16px;
    position: relative; }
@media screen and (min-width: 768px) {
  .main-nav__bottom {
    margin: 0;
    padding: 32px 0 12px; } }

    .main-nav__bottom:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -15px;
      right: -15px;
      background-color: #f5f5f5;
      z-index: -1; }
@media screen and (min-width: 1024px) {
  .main-nav__bottom:before {
    left: -9999px;
    right: -9999px; } }

@media screen and (min-width: 1024px) {
  .main-nav__bottom .container {
    padding-left: 20px;
    padding-right: 20px; } }

.category-list {
  padding-top: 16px; }
  @media (min-width: 1024px) {
    .category-list {
      padding-top: 0; } }
@media screen and (min-width: 640px) {
  .header-wrapper--mega-menu .category-list {
    padding-top: 0; } }

@media screen and (min-width: 768px) {
  .header-wrapper--mega-menu .category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }

@media screen and (min-width: 1024px) {
  .category-list__item {
    padding-bottom: 6px; } }

@media screen and (min-width: 768px) {
  .header-wrapper--mega-menu .category-list__item {
    padding: 0 16px 6px;
    flex-basis: 33.33%;
    max-width: 33.33%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative; } }

@media screen and (min-width: 768px) {
  .header-wrapper--mega-menu .category-list__item:before {
    content: '';
    background-color: rgba(235, 235, 235, 0.4);
    width: 1px;
    top: 2px;
    bottom: 20px;
    left: 0;
    position: absolute; } }

@media screen and (min-width: 768px) {
  .header-wrapper--mega-menu .category-list__item:first-child:before {
    content: none; } }

  .category-list__link {
    text-decoration: none;
    color: #000; }
    .category-list__link:hover .category-list__title {
      text-decoration: underline; }
  .category-list__title {
    transition: color 0.25s ease-in;
    font-weight: 700;
    font-size: 16px;
    display: block;
    position: relative; }
@media screen and (min-width: 1024px) {
  .category-list__title {
    margin-bottom: -4px; } }

  .category-list .content-wrap {
    position: relative;
    padding-left: 30px; }
  .category-list__icon {
    width: 30px;
    font-size: 32px;
    color: #0080FF;
    position: absolute;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  .category-list__text {
    padding: 0 16px;
    font-size: 14px; }

.news-list {
  padding: 10px 0 0; }
@media screen and (min-width: 1024px) {
  .news-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -16px; } }

  @media (max-width: 1023px) {
    .news-list__item:not(:last-child) {
      padding: 14px 0; } }
  @media (max-width: 1023px) {
    .news-list__item:last-child {
      padding: 14px 0 0; } }
@media screen and (min-width: 1024px) {
  .news-list__item {
    padding: 0 16px 32px;
    flex: 1;
    min-width: 25%;
    max-width: 33.33%; } }

  .news-list__link {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    color: #000;
    padding-left: 32px;
    position: relative; }
    @media (min-width: 1024px) {
      .news-list__link {
        padding-left: 0;
        font-size: 14px; } }
    @media (max-width: 1023px) {
      .news-list__link:after {
        content: "\e916";
        position: absolute;
        top: -4px;
        font-size: 17px;
        left: 0;
        font-family: icomoon; } }
    .news-list__link:hover .news-list__title {
      text-decoration: underline; }
  .news-list__thumbnail {
    transition: box-shadow 0.25s ease-in;
    margin-bottom: 8px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    padding-top: 59%; }
    .news-list__thumbnail:hover .bg-retina {
      transform: scale(1.05); }
  .news-list__title {
    display: inline-block;
    text-transform: capitalize;
    vertical-align: top; }
@media screen and (min-width: 1024px) {
  .news-list__title {
    line-height: 1.3;
    color: #0080FF;
    font-size: 20px !important;
    font-weight: 700;
    font-size: 16px; } }

  .news-list--secondary .news-list__item {
    margin-bottom: 8px; }
@media screen and (min-width: 768px) {
  .news-list--secondary .news-list__item {
    max-width: 50%;
    flex-basis: 50%;
    margin: 0 0 32px;
    padding-bottom: 0; } }

@media screen and (min-width: 1024px) {
  .news-list--secondary .news-list__item {
    max-width: 33.33%;
    max-width: 33.33%; } }

  .news-list--secondary .news-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .news-list--secondary .news-list__thumbnail {
    flex-basis: 96px;
    max-width: 96px;
    margin-bottom: 0;
    padding-top: 0 !important;
    height: 70px; }
  .news-list--secondary .news-list__text {
    flex: 1;
    padding: 8px 20px 0;
    margin: 0; }
@media screen and (min-width: 1024px) {
  .news-list--secondary .news-list__title {
    margin-bottom: 4px;
    font-size: 16px; } }

.thumbnail__image {
  width: 100%; }

.search:not(body),
.link-wrap {
  padding: 18px 24px;
  margin: 0 -24px; }
  @media (min-width: 1024px) {
    .search:not(body),
    .link-wrap {
      padding: 0 8px;
      margin: 0; } }
@media screen and (min-width: 1200px) {
  .search:not(body),
  .link-wrap {
    padding: 0 12px; } }

.search:not(body) {
  order: 1;
  border-top: 1px solid #e2e2e2; }
  @media (min-width: 1024px) {
    .search:not(body) {
      order: 0;
      border: none; } }

.link-wrap {
  order: 0; }
@media screen and (min-width: 1024px) {
  .link-wrap {
    padding-right: 0;
    order: 2;
    max-width: 115px;
    word-break: break-all; } }

@media screen and (min-width: 1024px) {
  .link-wrap {
    max-width: 200px; } }
.link__text {
  transition: color 0.25s ease-in;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 25px; }
  .link__text:after {
    content: "";
    font-family: icomoon;
    position: absolute;
    font-size: 11px;
    top: 3px;
    right: -17px; }
  .link__text:hover {
    color: #0080FF; }

.navbar .link__text:hover {
  color: initial;
  text-decoration: underline; }

.language__opener,
.search__opener,
.link__text {
  color: #000;
  text-decoration: none; }

.language {
  position: relative;
  order: 2;
  border-top: 1px solid #e2e2e2;
  padding: 20px 24px 0;
  margin: 0 -24px; }
@media screen and (min-width: 1024px) {
  .language {
    width: 148px;
    border: none;
    margin: 0;
    order: 0;
    padding: 0; } }

  .language__drop {
    display: none;
    background-color: #fff;
    z-index: 999;
    padding: 10px 0; }
@media screen and (min-width: 1024px) {
  .language__drop {
    border-radius: 4px;
    position: absolute;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    width: 272px;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 24px 12px;
    font-size: 14px; } }

@media screen and (min-width: 1024px) {
  .language__drop:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    border: 0.6em solid black;
    border-color: #fff #fff transparent transparent;
    transform-origin: 0 0;
    border-radius: 2px;
    box-shadow: 8px -8px 16px rgba(0, 0, 0, 0.04);
    left: 20px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg); } }

  .language__item {
    padding: 8px 16px; }
@media screen and (min-width: 1024px) {
  .language__item {
    padding: 0 0 8px; } }

  .language__link {
    transition: color 0.25s ease-in;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    color: #000; }
    .language__link:hover {
      color: #0080FF; }
    .language__link--active {
      font-weight: 700; }
  .language__flag {
    display: block;
    height: 18px;
    margin-right: 6px; }
    @media (min-width: 1024px) {
      .language__flag {
        height: 12px; } }
    .language__flag img {
      width: 30px;
      height: 18px; }
      @media (min-width: 1024px) {
        .language__flag img {
          width: 17px;
          height: 12px; } }
  .language__text {
    flex: 1; }
  .language__opener {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-right: 50px;
    letter-spacing: 0.1px; }
    @media (min-width: 1024px) {
      .language__opener {
        padding-right: 20px; } }
    .language__opener:after {
      transition: transform 0.25s ease-in;
      content: "";
      position: absolute;
      top: 0;
      right: 20px;
      font-family: icomoon;
      color: #0080FF; }
@media screen and (min-width: 1024px) {
  .language__opener:after {
    right: 16px; } }

  .language--active .language__drop {
    display: block; }
  .language--active .language__opener:after {
    transform: rotate(180deg); }

.search__opener {
  transition: color 0.25s ease-in; }
  @media (max-width: 1023px) {
    .search__opener .icon-search {
      font-size: 20px; } }
  .search__opener .text {
    font-size: 20px;
    padding-left: 14px; }
    @media (min-width: 1024px) {
      .search__opener .text {
        display: none; } }
  .search__opener:hover {
    color: #0080FF; }

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

.nav-active .main-nav-opener .lines {
  height: 0; }

/* grid styles */
.column-holder__column-1 {
  width: 8.33333%; }

.column-holder__column-offset-1 {
  margin-left: 8.33333%; }

.column-holder__column-2 {
  width: 16.66667%; }

.column-holder__column-offset-2 {
  margin-left: 16.66667%; }

.column-holder__column-3 {
  width: 25%; }

.column-holder__column-offset-3 {
  margin-left: 25%; }

.column-holder__column-4 {
  width: 33.33333%; }

.column-holder__column-offset-4 {
  margin-left: 33.33333%; }

.column-holder__column-5 {
  width: 41.66667%; }

.column-holder__column-offset-5 {
  margin-left: 41.66667%; }

.column-holder__column-6 {
  width: 50%; }

.column-holder__column-offset-6 {
  margin-left: 50%; }

.column-holder__column-7 {
  width: 58.33333%; }

.column-holder__column-offset-7 {
  margin-left: 58.33333%; }

.column-holder__column-8 {
  width: 66.66667%; }

.column-holder__column-offset-8 {
  margin-left: 66.66667%; }

.column-holder__column-9 {
  width: 75%; }

.column-holder__column-offset-9 {
  margin-left: 75%; }

.column-holder__column-10 {
  width: 83.33333%; }

.column-holder__column-offset-10 {
  margin-left: 83.33333%; }

.column-holder__column-11 {
  width: 91.66667%; }

.column-holder__column-offset-11 {
  margin-left: 91.66667%; }

.column-holder__column-12 {
  width: 100%; }

.column-holder__column-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .column-holder__column-1,
  .column-holder__column-2,
  .column-holder__column-3,
  .column-holder__column-4,
  .column-holder__column-5,
  .column-holder__column-6,
  .column-holder__column-7,
  .column-holder__column-8,
  .column-holder__column-9,
  .column-holder__column-10,
  .column-holder__column-11,
  .column-holder__column-12 {
    padding: 0 8px; } }
@media screen and (min-width: 1200px) {
  .column-holder__column-1,
  .column-holder__column-2,
  .column-holder__column-3,
  .column-holder__column-4,
  .column-holder__column-5,
  .column-holder__column-6,
  .column-holder__column-7,
  .column-holder__column-8,
  .column-holder__column-9,
  .column-holder__column-10,
  .column-holder__column-11,
  .column-holder__column-12 {
    padding: 0 16px; } }

.c-btn {
  transition: background-color 0.25s ease-in, border 0.25s ease-in, color 0.25s ease-in;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 700;
  background-color: #f5f5f5;
  padding: 12px 16px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  min-width: 146px; }
  @media (min-width: 1024px) {
    .c-btn {
      text-align: center; } }
  .c-btn--primary {
    background-color: #0080FF;
    color: #fff;
    padding: 12px 16px; }
    .c-btn--primary:hover {
      background-color: #007bf5; }
  .c-btn--outline-primary {
    background-color: #fff;
    border-color: #0080FF; }
  .c-btn--search {
    background-color: transparent;
    min-width: auto; }
  .c-btn--pagination {
    min-width: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .c-btn--pagination [class^="icon-"],
    .c-btn--pagination [class*=" icon-"] {
      transition: margin 0.25s ease-in; }
    .c-btn--pagination:hover {
      background-color: #0080FF; }
      .c-btn--pagination:hover [class^="icon-"],
      .c-btn--pagination:hover [class*=" icon-"] {
        margin-left: 8px; }
    .c-btn--pagination-prev:hover {
      background-color: #0080FF; }
      .c-btn--pagination-prev:hover [class^="icon-"],
      .c-btn--pagination-prev:hover [class*=" icon-"] {
        margin-right: 8px;
        margin-left: 0; }
  .c-btn--disabled {
    background-color: #e2e2e2;
    pointer-events: none;
    opacity: 0.2; }
  .c-btn [class^="icon-"],
  .c-btn [class*=" icon-"] {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1; }
    @media (min-width: 768px) {
      .c-btn [class^="icon-"],
      .c-btn [class*=" icon-"] {
        margin-bottom: 0; } }
  .c-btn--icon-right [class^="icon-"],
  .c-btn--icon-right [class*=" icon-"], .c-btn--icon-down [class^="icon-"],
  .c-btn--icon-down [class*=" icon-"] {
    transition: transform 0.25s ease-in;
    font-size: 16px; }
  .c-btn--icon-right [class^="icon-"],
  .c-btn--icon-right [class*=" icon-"] {
    margin-left: 8px; }
  .c-btn--icon-left [class^="icon-"],
  .c-btn--icon-left [class*=" icon-"] {
    margin-right: 8px; }
  .c-btn--icon-down [class^="icon-"],
  .c-btn--icon-down [class*=" icon-"] {
    margin-bottom: 0; }
  .c-btn--icon-down .icon-download-wrap {
    position: relative;
    margin-left: 8px; }
    .c-btn--icon-down .icon-download-wrap .icon-downloads {
      transform: translateY(-6px); }
    .c-btn--icon-down .icon-download-wrap:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 2px;
      height: 1px;
      background-color: #fff; }
  .c-btn--icon-down:hover .icon-downloads {
    transform: translateY(-4px); }
  .c-btn.c-btn--icon-right:hover [class^="icon-"],
  .c-btn.c-btn--icon-right:hover [class*=" icon-"] {
    margin-left: 8px;
    font-size: 16px;
    transform: translateX(4px); }

.c-btn .icon-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 4px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.6);
  border-top-color: rgba(255, 255, 255, 0.9);
  animation: 1s spin infinite linear; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
.c-tabset .jcf-scrollable-wrapper,
.c-tabset .tab-header {
  height: auto !important; }
.c-tabset__list {
  margin: 0 -16px 24px;
  width: 100%;
  display: flex; }
@media screen and (min-width: 1024px) {
  .c-tabset__list {
    margin: 0 -16px 48px;
    padding-bottom: 0; } }

.c-tabset__item {
  padding: 0 16px; }
@media screen and (min-width: 1024px) {
  .c-tabset__item {
    padding: 0 16px; } }

.c-tabset__link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 20px;
  white-space: nowrap;
  color: transparent;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px; }
@media screen and (min-width: 1024px) {
  .c-tabset__link {
    padding-bottom: 4px; } }

  .c-tabset__link:before {
    position: absolute;
    content: attr(data-text);
    font-weight: 600;
    color: #000;
    opacity: 1; }
  .c-tabset__link:after {
    content: '';
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0080FF;
    opacity: 0;
    visibility: hidden; }
  .c-tabset__link:hover .c-tabset__over {
    opacity: 0; }
  .c-tabset__link:hover:before {
    color: #0080FF;
    opacity: 1; }
  .c-tabset__link--active {
    color: #000; }
    .c-tabset__link--active .c-tabset__over {
      opacity: 0; }
    .c-tabset__link--active:before {
      font-weight: 700;
      opacity: 1;
      color: #0080FF; }
    .c-tabset__link--active:hover {
      color: #000; }
.c-tabset-content .btn-group {
  margin: 0 auto;
  padding: 32px 0 0; }
  @media (min-width: 768px) {
    .c-tabset-content .btn-group {
      margin: 0 -4px;
      padding: 0;
      max-width: 100%;
      max-height: none; } }
  @media (min-width: 640px) {
    .c-tabset-content .btn-group .c-btn {
      text-align: center; } }
  @media (max-width: 767px) {
    .c-tabset-content .btn-group__item,
    .c-tabset-content .btn-group .c-btn {
      width: 100%; } }

@media screen and (min-width: 640px) {
  .c-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%; } }

.c-card__img-holder {
  display: block;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 22px;
  height: 235px; }
@media screen and (min-width: 640px) {
  .c-card__img-holder {
    position: relative;
    border-radius: 6px;
    display: flex;
    z-index: 1; } }

@media screen and (min-width: 768px) {
  .c-card__img-holder {
    height: 200px; } }

@media screen and (min-width: 1024px) {
  .c-card__img-holder {
    height: 234px;
    margin-bottom: 20px; } }

  .c-card__img-holder .thumbnail__image {
    height: 100%;
    object-fit: cover; }
@media screen and (min-width: 640px) {
  .c-card__img-holder .thumbnail__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    object-fit: cover; } }

  .c-card__img-holder:hover .bg-retina {
    transform: scale(1.05); }
.c-card__text-holder {
  line-height: 1.7;
  font-size: 16px; }
@media screen and (min-width: 640px) {
  .c-card__text-holder {
    flex-grow: 1; } }

  @media (min-width: 1024px) {
    .c-card__text-holder {
      font-size: 14px;
      line-height: 1.85; } }
  .c-card__text-holder p {
    margin-bottom: 0; }
  .c-card__text-holder .c-tag {
    margin-top: 8px; }
@media screen and (min-width: 1024px) {
  .c-card__text-holder .c-tag {
    margin-top: 12px; } }

  .c-card__text-holder h3.h4 a:hover {
    text-decoration: underline; }
.c-card__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin: 0 -8px;
  width: 100%; }
  @media (min-width: 1024px) {
    .c-card__list {
      font-size: 12px;
      width: auto; } }
  @media (max-width: 767px) {
    .c-card__list {
      display: none; } }
  .c-card__list.secondary {
    display: flex;
    font-size: 12px; }
    @media (min-width: 768px) {
      .c-card__list.secondary {
        display: none; } }
    .c-card__list.secondary .c-card__time .icon-clock {
      font-size: 16px;
      top: -2px; }
.c-card__item {
  padding: 0 8px 12px;
  position: relative; }
  .c-card__item:before {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    left: -2px;
    top: 7px;
    background-color: #575757; }
  .c-card__item:first-child:before {
    content: none; }
.c-card__time {
  color: #575757;
  font-weight: 500;
  position: relative;
  padding-left: 24px; }
  @media (min-width: 1024px) {
    .c-card__time {
      padding-left: 16px; } }
  .c-card__time [class^="icon-"],
  .c-card__time [class*=" icon-"] {
    color: gray;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 20px; }
    @media (min-width: 1024px) {
      .c-card__time [class^="icon-"],
      .c-card__time [class*=" icon-"] {
        top: 0;
        font-size: 14px; } }
  .c-card__time--secondary {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 30px;
    display: block; }
.c-card__link {
  font-weight: 700;
  text-decoration: none; }
  .c-card__link:hover {
    text-decoration: underline; }
.c-card__title a,
.c-card h3 a,
.c-card .h3 a {
  transition: color 0.25s ease-in;
  text-decoration: none; }
.c-card__title {
  line-height: 1.4; }
  .c-card__title a {
    color: currentColor; }
  .c-card__title:hover {
    text-decoration: underline; }
.c-card__logo-holder {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff; }
.c-card--secondary {
  background-color: #fff;
  border-radius: 0; }
@media screen and (min-width: 768px) {
  .c-card--secondary {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    position: relative; } }

  .c-card--secondary .c-card__img-holder {
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
    width: 100%;
    height: 188px; }
@media screen and (min-width: 768px) {
  .c-card--secondary .c-card__img-holder {
    height: 147px; } }

@media screen and (min-width: 1024px) {
  .c-card--secondary .c-card__img-holder {
    height: 197px; } }

  @media (max-width: 767px) {
    .c-card--secondary .c-card__footer {
      padding: 16px 14px 10px; } }
  .c-card--secondary .c-card__text-holder {
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 24px 12px 0;
    font-size: 14px;
    margin: 0 0 8px; }
@media screen and (min-width: 768px) {
  .c-card--secondary .c-card__text-holder {
    padding: 20px 20px 64px;
    margin: 0; } }

@media screen and (min-width: 1024px) {
  .c-card--secondary .c-card__text-holder {
    padding-bottom: 72px; } }

  .c-card--secondary .c-card__title {
    line-height: 1.2857;
    font-size: 18px; }
    @media (min-width: 1024px) {
      .c-card--secondary .c-card__title {
        font-size: 20px; } }
  .c-card--secondary .c-card__item {
    padding-bottom: 12px; }
  .c-card--secondary:hover .c-card__footer-link [class^="icon-"],
  .c-card--secondary:hover .c-card__footer-link [class*=" icon-"] {
    top: 6px;
    right: -2px; }
.c-card__footer {
  border-top: 1px solid rgba(235, 235, 235, 0.4);
  margin: 0 -16px;
  padding: 8px 16px; }
@media screen and (min-width: 768px) {
  .c-card__footer {
    margin: 0;
    padding: 12px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; } }

.c-card__footer-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  padding-right: 16px; }
  .c-card__footer-link [class^="icon-"],
  .c-card__footer-link [class*=" icon-"] {
    transition: top 0.25s ease-in, right 0.25s ease-in;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 8px; }
.c-card__icon-wrap {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.c-tag {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px -8px; }
  .c-tag__item {
    padding: 0 4px 8px; }
  .c-tag__link {
    transition: background-color 0.25s ease-in;
    display: inline-block;
    line-height: 2;
    vertical-align: top;
    border-radius: 3px;
    text-decoration: none;
    padding: 6px 16px;
    background-color: #cce6ff; }
    .c-tag__link:hover {
      text-decoration: underline; }

.c-filter {
  position: relative;
  z-index: 2;
  margin-top: 32px; }
  .c-filter__list-holder {
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    align-items: center; }
@media screen and (min-width: 768px) {
  .c-filter__list-holder {
    padding: 32px 0;
    align-items: flex-start;
    margin-bottom: 32px; } }

  .c-filter__drop-holder {
    transition: opacity 0.25s ease-in, visibility 0.25s ease-in;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden; }
@media screen and (min-width: 768px) {
  .c-filter__drop-holder {
    position: absolute;
    width: 270px;
    top: 35px;
    max-height: 800px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 4px; } }

    .c-filter__drop-holder--secondary .c-filter__secondary-item:not(:last-child) {
      margin: 0 0 26px; }
      @media (min-width: 1024px) {
        .c-filter__drop-holder--secondary .c-filter__secondary-item:not(:last-child) {
          margin: 0 0 8px; } }
    .c-filter__drop-holder--secondary .c-filter__secondary-link--active,
    .c-filter__drop-holder--secondary .c-filter__tertiary-link--active {
      color: #000; }
  .c-filter__drop {
    padding: 16px 10px;
    font-size: 18px; }
@media screen and (min-width: 768px) {
  .c-filter__drop {
    background-color: #fff;
    padding: 16px 24px;
    font-size: 14px; } }

@media screen and (min-width: 1024px) {
  .c-filter__drop {
    padding: 20px 24px 16px; } }

  .c-filter__list {
    padding: 20px 24px;
    margin: 0 0 40px; }
@media screen and (min-width: 768px) {
  .c-filter__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px 0;
    padding: 0 0 0 32px; } }

@media screen and (min-width: 1024px) {
  .c-filter__list {
    padding-left: 64px;
    margin: 0 -32px -16px; } }

  .c-filter__tertiary-list {
    padding: 14px 0 10px 20px; }
@media screen and (min-width: 768px) {
  .c-filter__tertiary-list {
    padding-top: 8px;
    padding-bottom: 2px;
    padding-left: 24px; } }

  .c-filter__item {
    padding-bottom: 8px; }
@media screen and (min-width: 768px) {
  .c-filter__item {
    position: relative;
    margin: 0 16px; } }

@media screen and (min-width: 1024px) {
  .c-filter__item {
    padding-bottom: 16px;
    margin: 0 32px; } }

    .c-filter__item.active > .c-filter__link {
      color: #0080FF; }
    .c-filter__item.active .c-filter__drop-holder {
      max-height: 800px;
      opacity: 1;
      visibility: visible; }
    .c-filter__item.active .icon-down {
      transform: rotate(90deg); }
  .c-filter__link {
    font-size: 20px; }
    @media (min-width: 768px) {
      .c-filter__link {
        font-size: 14px; } }
  .c-filter__tertiary-item {
    padding-bottom: 2px; }
@media screen and (min-width: 768px) {
  .c-filter__tertiary-item {
    padding-bottom: 8px; } }

  .c-filter__link, .c-filter__secondary-link, .c-filter__tertiary-link {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative; }
    .c-filter__link:hover, .c-filter__secondary-link:hover, .c-filter__tertiary-link:hover {
      color: #0080FF; }
    .c-filter__link--active, .c-filter__secondary-link--active, .c-filter__tertiary-link--active {
      color: #0080FF;
      font-weight: 700; }
    .c-filter__link--disable, .c-filter__secondary-link--disable, .c-filter__tertiary-link--disable {
      color: rgba(0, 0, 0, 0.2);
      pointer-events: none; }
  .c-filter__link {
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 8px; }
    @media (min-width: 768px) {
      .c-filter__link {
        display: inline-block;
        padding: 0 20px 0 0;
        vertical-align: top; } }
    .c-filter__link [class^="icon-"],
    .c-filter__link [class*=" icon-"] {
      color: #0080FF;
      position: absolute;
      top: 12px;
      right: 16px;
      font-size: 24px; }
      @media (min-width: 768px) {
        .c-filter__link [class^="icon-"],
        .c-filter__link [class*=" icon-"] {
          top: 5px;
          font-size: 14px;
          right: 0; } }
    .c-filter__link--reset {
      color: #0080FF; }
      .c-filter__link--reset:hover {
        text-decoration: underline; }
      .c-filter__link--reset.d-sm {
        font-size: 16px;
        margin-left: auto; }
        @media (min-width: 768px) {
          .c-filter__link--reset.d-sm {
            display: none; } }
      @media (max-width: 767px) {
        .c-filter__link--reset:not(.d-sm) {
          display: none; } }
  .c-filter__secondary-link, .c-filter__tertiary-link {
    padding-left: 30px; }
@media screen and (min-width: 768px) {
  .c-filter__secondary-link, .c-filter__tertiary-link {
    padding-left: 24px; } }

    .c-filter__secondary-link:before, .c-filter__tertiary-link:before {
      content: "";
      font-family: icomoon;
      position: absolute;
      left: 0;
      top: 0; }
  .c-filter__secondary-link--time {
    padding: 0; }
    .c-filter__secondary-link--time:before {
      content: none; }
  .c-filter__tertiary-link {
    padding: 12px 0 12px 36px; }
@media screen and (min-width: 768px) {
  .c-filter__tertiary-link {
    padding: 0 0 0 16px; } }

    .c-filter__tertiary-link:before {
      content: '';
      top: 20px;
      left: 11px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-width: 0 0 1px 1px;
      background-color: transparent;
      width: 8px;
      height: 8px; }
      @media (min-width: 1024px) {
        .c-filter__tertiary-link:before {
          top: 8px;
          left: 0; } }
    .c-filter__tertiary-link:hover:before {
      border-color: #0080FF; }
    .c-filter__tertiary-link--active:before {
      border-color: #0080FF; }
    .c-filter__tertiary-link--disable:before {
      border-color: #ebebeb; }
  .c-filter-content {
    margin-bottom: 32px; }
    .c-filter-content .c-card__item {
      padding: 0 8px 12px; }
      @media (min-width: 1024px) {
        .c-filter-content .c-card__item {
          padding: 0 8px 8px; } }
    .c-filter-content h4,
    .c-filter-content .h4 {
      margin-bottom: 10px;
      font-size: 20px; }
@media screen and (min-width: 1024px) {
  .c-filter-content h4,
  .c-filter-content .h4 {
    margin-bottom: 48px;
    font-size: 24px; } }

    .c-filter-content h5,
    .c-filter-content .h5 {
      margin-bottom: 16px; }
@media screen and (min-width: 1024px) {
  .c-filter-content h5,
  .c-filter-content .h5 {
    margin-bottom: 24px; } }

    .c-filter-content .article__text-holder .h4,
    .c-filter-content .article__text-holder h4 {
      font-size: 16px;
      margin-bottom: 8px; }
@media screen and (min-width: 1024px) {
  .c-filter-content .article__text-holder .h4,
  .c-filter-content .article__text-holder h4 {
    margin-bottom: 6px;
    font-size: 24px; } }

@media screen and (min-width: 1024px) {
  .c-filter-content.list-view .article__text-holder .h4,
  .c-filter-content.list-view .article__text-holder h4 {
    font-size: 16px;
    margin-bottom: 12px; } }

    .c-filter-content.list-view .article-list, .c-filter-content.list-view .search-results .press_release-list, .search-results .c-filter-content.list-view .press_release-list {
      margin-bottom: 10px; }
  .c-filter__secondary-divider {
    border: none;
    height: 1px;
    background: #ebebeb;
    margin-bottom: 16px; }

.add-btn {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  margin-left: 12px; }
  .add-btn span {
    position: relative;
    display: block; }
    .add-btn span:after, .add-btn span:before {
      content: '';
      width: 16px;
      height: 2px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #0080FF; }
    .add-btn span:before {
      transform: translateX(-50%) rotate(90deg); }
  @media (min-width: 768px) {
    .add-btn {
      display: none; } }

.close-filter {
  width: 20px;
  height: 20px;
  display: block;
  position: relative; }
  .close-filter:after, .close-filter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #000; }
  .close-filter:after {
    transform: rotate(45deg); }
  .close-filter:before {
    transform: rotate(-45deg); }

.filter-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 50px;
  position: relative;
  border-bottom: 1px solid #cdcdcd;
  padding: 20px 24px; }
  .filter-header .filter-title {
    font-size: 20px;
    font-weight: 700; }
  .filter-header .close-filter {
    position: absolute;
    top: 36px;
    right: 30px; }
  @media (min-width: 768px) {
    .filter-header {
      display: none; } }

@media (max-width: 767px) {
  .filter-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    bottom: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99999; } }
.filter-wrapper .btn-wrap {
  display: none;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  @media (min-width: 768px) {
    .filter-wrapper .btn-wrap {
      display: none; } }
  .filter-wrapper .btn-wrap .c-btn {
    width: 100%;
    text-align: center;
    border-radius: 0;
    padding: 18px 14px;
    font-size: 16px; }

.filter-show .filter-wrapper {
  opacity: 1;
  visibility: visible; }
.filter-show .header-wrapper {
  z-index: -1; }

:root {
  --danger-color: #F23D18;
  --warning-color: #F9AF36; }

.c-notice {
  padding: 24px;
  background: #FAFAFA;
  background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/media_center/notice-pattern-7de1d6c30036fa3c763bad8eaee64a37.png);
  background-repeat: repeat;
  background-size: 35px; }

.c-notice .c-notice__icon {
  margin-bottom: 12px; }

.c-notice .c-notice__icon i {
  font-size: 48px; }

.c-notice .c-notice__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px; }

.c-notice .c-notice__description {
  font-size: 15px;
  line-height: 24px; }

.c-notice--draft .c-notice__icon {
  color: var(--warning-color); }

.c-notice--draft .c-notice__title {
  text-transform: uppercase; }

.c-notice--embargo .c-notice__icon, .c-notice--embargo .c-notice__title {
  color: var(--danger-color); }

@media screen and (min-width: 1024px) {
  .c-notice .c-notice__icon {
    display: inline-block;
    margin: 0; }

  .c-notice .c-notice__message {
    display: inline-block;
    padding-left: 24px; } }
@media screen and (min-width: 1280px) {
  .c-notice {
    margin: 32px auto 0;
    max-width: 1280px;
    padding: 32px 40px;
    border-radius: 6px; } }
/* Banner styles */
/* =========================== */
.glow-banner {
  position: fixed;
  bottom: 0;
  min-width: 275px;
  max-width: 425px;
  z-index: 2147483645;
  box-sizing: border-box;
  margin: 12px 12px;
  padding: 16px 32px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 32px -13px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 10px 10px 32px -13px rgba(0, 0, 0, 0.25);
  box-shadow: 10px 10px 32px -13px rgba(0, 0, 0, 0.25); }

.banner-left {
  left: 0; }

.banner-right {
  right: 0; }

.border {
  border: 1px solid rgba(0, 0, 0, 0.15) !important; }

.glow-banner-content {
  padding: 15px 0; }

.glow-banner-description {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 16px;
  color: #505050; }

.glow-banner h2 {
  margin: 8px 0;
  font-size: 38px;
  color: #000; }

/* Banner Buttons */
/* =========================== */
.cookie-consent-btn {
  display: inline-block;
  width: 60%;
  padding: 12px 8px;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  transition: 0.2s;
  cursor: pointer; }

.cookie-consent-btn:hover {
  text-decoration: none;
  opacity: 0.9; }

.cookie-consent-btn-secondary {
  display: inline-block;
  padding: 12px 8px;
  width: 35%;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  margin-left: 2%;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  transition: 0.2s;
  cursor: pointer; }

.cookie-consent-btn-secondary:hover {
  text-decoration: none;
  opacity: 0.9; }

@media screen and (min-width: 640px) {
  .cookie-consent-btn {
    padding: 12px 16px;
    width: 64%; }

  .cookie-consent-btn-secondary {
    padding: 12px 16px;
    width: 33%; } }
/* Prebanner styles */
/* =========================== */
.prebanner {
  position: fixed;
  bottom: 0;
  z-index: 2147483645;
  height: 50px;
  cursor: pointer;
  font-size: 14px;
  margin: 10px 10px;
  border: none;
  padding: 12px 18px;
  border-radius: 18px;
  text-decoration: none;
  -webkit-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15); }

.animation {
  transition: .2s; }

.animation:hover {
  transform: scale(0.97); }

.prebanner-left {
  left: 0; }

.prebanner-right {
  right: 0; }

.prebanner:hover {
  text-decoration: none; }

/* Policy link */
/* =========================== */
.link-btn {
  text-decoration: underline;
  border: none;
  background-color: inherit;
  margin: 0;
  padding: 0; }

.link-btn:hover {
  text-decoration: underline; }

.c-btn--secondary {
  background-color: #f9af36;
  color: #fff; }
  .c-btn--secondary:hover {
    background-color: #f9ab2c; }
.c-btn--outline-secondary {
  background-color: #fff;
  border-color: #f9af36;
  color: #f9af36; }
.c-btn--tertiary {
  font-family: 'Avenir Next', 'Avenir', 'Helvetica Neue', helvetica, sans-serif !important;
  font-weight: 600 !important;
  padding: 6px 16px 6px 12px !important;
  border-radius: 4px !important;
  background-color: #fff;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  transition: none; }
  .c-btn--tertiary #logo_symbol {
    fill: #0080FF; }
  .c-btn--tertiary:hover, .c-btn--tertiary:focus {
    background: #0080FF;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12); }
    .c-btn--tertiary:hover #logo_symbol, .c-btn--tertiary:focus #logo_symbol {
      fill: white; }
.c-btn .icon-wrap img {
  vertical-align: unset; }
.c-btn--outline-tertiary {
  background-color: #000;
  border-color: #ebebeb;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06); }

.form-customize--primary {
  color: #0080FF;
  border-color: currentColor !important; }
  .form-customize--primary::-webkit-input-placeholder {
    color: currentColor !important; }
  .form-customize--primary::-moz-placeholder {
    opacity: 1;
    color: currentColor !important; }
  .form-customize--primary:-moz-placeholder {
    color: currentColor !important; }
  .form-customize--primary:-ms-input-placeholder {
    color: currentColor !important; }
  .form-customize--primary.placeholder {
    color: currentColor !important; }
.form-customize--secondary {
  color: #f9af36;
  border-color: currentColor !important; }
  .form-customize--secondary::-webkit-input-placeholder {
    color: currentColor !important; }
  .form-customize--secondary::-moz-placeholder {
    opacity: 1;
    color: currentColor !important; }
  .form-customize--secondary:-moz-placeholder {
    color: currentColor !important; }
  .form-customize--secondary:-ms-input-placeholder {
    color: currentColor !important; }
  .form-customize--secondary.placeholder {
    color: currentColor !important; }

@font-face {
  font-family: "icomoon";
  src: url("https://d12nlb6renn3r2.cloudfront.net/icomoon/4/icomoon.eot?2wx41a");
  src: url("https://d12nlb6renn3r2.cloudfront.net/icomoon/4/icomoon.eot?2wx41a#iefix") format("embedded-opentype"), url("https://d12nlb6renn3r2.cloudfront.net/icomoon/4/icomoon.ttf?2wx41a") format("truetype"), url("https://d12nlb6renn3r2.cloudfront.net/icomoon/4/icomoon.woff?2wx41a") format("woff"), url("https://d12nlb6renn3r2.cloudfront.net/icomoon/4/icomoon.svg?2wx41a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-download:before {
  content: ""; }

.icon-media-docx:before {
  content: ""; }

.icon-media-eps:before {
  content: ""; }

.icon-media-pdf:before {
  content: ""; }

.icon-media-svg:before {
  content: ""; }

.icon-media-zip:before {
  content: ""; }

.icon-notice:before {
  content: ""; }

.icon-enlarge:before {
  content: ""; }

.icon-media-audio:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-release:before, .search-results .icon-press_release:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-text:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-grid:before {
  content: ""; }

.icon-downloads:before {
  content: ""; }

.icon-media-video:before {
  content: ""; }

.icon-media-document:before {
  content: ""; }

.icon-media-image:before {
  content: ""; }

.icon-category:before {
  content: ""; }

.icon-mail1:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-assets:before, .search-results .media_kit-section .icon-media_kit:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-bubble:before {
  content: ""; }

.icon-attach:before, .search-results .clipping-section .icon-clipping:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-down:before {
  content: ""; }

.icon-rss1:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-mail-line:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-share2:before {
  content: ""; }

.icon-mail3:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-hangouts:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-vine:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

.icon-sina-weibo:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-twitch:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-behance:before {
  content: ""; }

.icon-deviantart:before {
  content: ""; }

.icon-500px:before {
  content: ""; }

.icon-steam:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-wordpress:before {
  content: ""; }

.icon-ello:before {
  content: ""; }

.icon-blogger:before {
  content: ""; }

.icon-yahoo:before {
  content: ""; }

.icon-soundcloud:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-reddit:before {
  content: ""; }

.icon-lastfm:before {
  content: ""; }

.icon-delicious:before {
  content: ""; }

.icon-stumbleupon:before {
  content: ""; }

.icon-stackoverflow:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-flattr:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-yelp:before {
  content: ""; }

.article-section {
  padding: 0 0 64px; }
@media screen and (min-width: 1024px) {
  .article-section {
    padding: 96px 0 128px; } }

  .article-section__img-holder {
    overflow: hidden;
    position: relative;
    margin: 0 -24px 20px;
    display: flex; }
@media screen and (min-width: 1024px) {
  .article-section__img-holder {
    border-radius: 6px;
    width: 100%;
    margin: 0; } }

    .article-section__img-holder:hover .bg-retina {
      transform: scale(1.05); }
    .article-section__img-holder:hover .article-section__highlight {
      padding-right: 32px; }
    .article-section__img-holder:after {
      content: '';
      display: block;
      clear: both;
      min-height: 258px; }
      @media (min-width: 768px) {
        .article-section__img-holder:after {
          min-height: 350px; } }
      @media (min-width: 1024px) {
        .article-section__img-holder:after {
          min-height: 430px; } }
  @media screen and (min-width: 1024px) {
    .article-section .article-section {
      padding-top: 96px; } }
  .article-section__text-holder {
    line-height: 1.9; }
@media screen and (min-width: 768px) {
  .article-section__text-holder {
    padding-top: 12px;
    padding-right: 30px; } }

@media screen and (min-width: 1024px) {
  .article-section__text-holder {
    font-size: 18px;
    padding-right: 75px;
    line-height: 1.5556; } }

    .article-section__text-holder p {
      margin: 0 0 32px; }
      @media (min-width: 1024px) {
        .article-section__text-holder p {
          margin: 0 0 14px; } }
    .article-section__text-holder h1,
    .article-section__text-holder .h1 {
      line-height: 1.2; }
      .article-section__text-holder h1 a,
      .article-section__text-holder .h1 a {
        transition: color 0.25s ease-in;
        text-decoration: none;
        color: currentColor; }
        .article-section__text-holder h1 a:hover,
        .article-section__text-holder .h1 a:hover {
          text-decoration: underline; }
  .article-section__highlight {
    transition: padding 0.25s ease-in;
    position: absolute;
    right: 0;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.25px;
    padding: 12px 16px 12px 40px;
    z-index: 1;
    color: #000; }
    .article-section__highlight [class^="icon-"],
    .article-section__highlight [class*=" icon-"] {
      color: #007cff;
      font-size: 17px;
      position: absolute;
      left: 19px;
      top: 8px; }
    .article-section__highlight:before, .article-section__highlight:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      background-color: #fff; }
    .article-section__highlight:before {
      content: '';
      left: 0;
      right: 0;
      transform: skew(24deg, 0); }
    .article-section__highlight:after {
      left: 15px;
      right: -15px; }
  .article-section .c-card__list {
    font-size: 14px;
    display: flex; }
@media screen and (min-width: 1024px) {
  .article-section .c-card__item {
    padding-bottom: 16px; } }

  .article-section .c-card__item:before {
    content: none; }
  .article-section .c-card__time {
    padding-left: 24px; }
    .article-section .c-card__time [class^="icon-"],
    .article-section .c-card__time [class*=" icon-"] {
      font-size: 20px;
      top: -2px; }
@media screen and (min-width: 1024px) {
  .article-section .c-btn {
    margin-top: 12px; } }

.press {
  padding: 48px 0; }
@media screen and (min-width: 1024px) {
  .press {
    padding: 48px 0 16px;
    margin-bottom: 96px; } }

  .press h5,
  .press .h5 {
    color: #999;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 500; }
@media screen and (min-width: 1024px) {
  .press h5,
  .press .h5 {
    margin-bottom: 32px; } }

  .press__list {
    margin: 0  -24px; }
@media screen and (min-width: 1024px) {
  .press__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; } }

@media screen and (min-width: 1200px) {
  .press__list {
    margin: 0 -16px; } }

  .press__item {
    display: flex;
    flex-wrap: wrap; }
@media screen and (min-width: 1024px) {
  .press__item {
    padding: 0 8px 16px;
    width: 25%; } }

@media screen and (min-width: 1200px) {
  .press__item {
    padding: 0 16px 32px; } }

    @media (max-width: 1023px) {
      .press__item:last-child .press__link {
        border-bottom: 1px solid #eeeeee; } }
  .press__link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    position: relative;
    background-color: #fff;
    padding: 24px 76px 20px 24px;
    border-top: 1px solid #eeeeee;
    text-decoration: none; }
@media screen and (min-width: 1024px) {
  .press__link {
    border: 1px solid #eeeeee;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 6px;
    padding: 32px; } }

    .press__link .c-link {
      position: static; }
      @media (min-width: 1024px) {
        .press__link .c-link {
          position: relative; } }
      .press__link .c-link:after {
        right: 22px;
        font-size: 24px; }
        @media (min-width: 1024px) {
          .press__link .c-link:after {
            font-size: 15px;
            right: 0; } }
    .press__link .content-wrap {
      display: flex;
      flex-direction: column;
      padding: 0  18px; }
      @media (min-width: 1024px) {
        .press__link .content-wrap {
          justify-content: center;
          text-align: center;
          padding: 0; } }
    .press__link.secondary {
      width: auto;
      margin: 36px -24px 0;
      border: 1px solid #eeeeee; }
@media screen and (min-width: 768px) {
  .press__link.secondary {
    border: 1px solid #eeeeee;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 6px;
    margin: 0;
    padding: 16px; } }

      @media (min-width: 1200px) {
        .press__link.secondary {
          padding: 32px; } }
    .press__link:hover .press__title {
      text-decoration: underline; }
    @media (min-width: 1024px) {
      .press__link:hover .c-link {
        position: relative; } }
    @media (min-width: 1024px) {
      .press__link:hover .c-link:after {
        right: 0;
        font-size: 15px; } }
    @media (min-width: 1024px) {
      .press__link .content-wrap {
        justify-content: center;
        text-align: center;
        padding: 0; } }
    .press__link:hover .c-link:after {
      right: 18px; }
      @media (min-width: 1024px) {
        .press__link:hover .c-link:after {
          right: -4px; } }
    .press__link:hover .c-link:after {
      right: 18px; }
      @media (min-width: 1024px) {
        .press__link:hover .c-link:after {
          right: -4px; } }
  .press__title {
    display: inline-block;
    vertical-align: top;
    transition: color 0.25s ease-in;
    color: #000;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px; }
@media screen and (min-width: 1024px) {
  .press__title {
    margin-bottom: 28px; } }

  .press__icon {
    display: flex;
    font-size: 42px; }
    @media (min-width: 1024px) {
      .press__icon {
        font-size: 48px;
        margin-bottom: 15px; } }

.latest-news {
  margin: 0 -24px 32px;
  padding: 52px 24px 0; }
@media screen and (min-width: 1024px) {
  .latest-news {
    margin: 0 0 92px;
    padding: 0; } }

  .latest-news .h2 {
    font-size: 28px;
    margin: 0 0 32px; }
    @media (min-width: 1024px) {
      .latest-news .h2 {
        font-size: 32px;
        margin: 0 0 40px; } }
  .latest-news .latest-news__title-holder [class^="column-holder__column-"],
  .latest-news .latest-news__title-holder [class*=" column-holder__column-"] {
    margin-bottom: 0; }
  .latest-news .c-card__title {
    font-size: 24px;
    line-height: 1.2; }
    @media (min-width: 1024px) {
      .latest-news .c-card__title {
        font-size: 20px;
        line-height: 1.35; } }
  .latest-news .c-card__list {
    display: flex !important; }
  .latest-news__search-form {
    position: relative;
    margin-bottom: 24px; }
@media screen and (min-width: 1024px) {
  .latest-news__search-form {
    margin-bottom: 0; } }

    .latest-news__search-form .form-customize {
      width: 100%;
      padding-left: 3.1em; }
      .latest-news__search-form .form-customize:focus + .c-btn--search {
        color: #0080FF; }
    .latest-news__search-form .c-btn--search {
      position: absolute;
      left: 0;
      font-size: 20px;
      top: 0;
      padding: 0;
      bottom: 0;
      width: 48px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .latest-news__search-form .c-btn--search [class^="icon-"],
      .latest-news__search-form .c-btn--search [class*=" icon-"] {
        font-size: 20px; }
@media screen and (min-width: 1024px) {
  .latest-news .c-btn--search {
    width: 45px; } }

  .latest-news [class^="column-holder__column-"],
  .latest-news [class*=" column-holder__column-"] {
    margin-bottom: 32px; }
@media screen and (min-width: 1024px) {
  .latest-news [class^="column-holder__column-"],
  .latest-news [class*=" column-holder__column-"] {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 96px; } }

  @media (max-width: 767px) {
    .latest-news .c-tabset [class^="column-holder__column-4"],
    .latest-news .c-tabset [class*=" column-holder__column-4"] {
      width: 100%;
      margin-bottom: 0;
      padding-bottom: 30px;
      border-bottom: 1px solid  #ebebeb; } }
  @media (min-width: 768px) {
    .latest-news .c-tabset [class^="column-holder__column-4"],
    .latest-news .c-tabset [class*=" column-holder__column-4"] {
      width: 50%; } }
  @media (min-width: 1024px) {
    .latest-news .c-tabset [class^="column-holder__column-4"],
    .latest-news .c-tabset [class*=" column-holder__column-4"] {
      width: 33.33%; } }
  @media (max-width: 767px) {
    .latest-news .c-tabset [class^="column-holder__column-4"]:first-child,
    .latest-news .c-tabset [class*=" column-holder__column-4"]:first-child {
      padding-bottom: 32px; } }
@media screen and (max-width: 767px) {
  .latest-news .c-tabset [class^="column-holder__column-4"]:not(:first-child),
  .latest-news .c-tabset [class*=" column-holder__column-4"]:not(:first-child) {
    padding: 32px 0; } }

.news-topic {
  border-top: 1px solid #ebebeb;
  padding: 42px 24px 0 24px;
  margin: 0 -24px; }
@media screen and (min-width: 1024px) {
  .news-topic {
    padding: 64px 0 0;
    margin: 0 0 100px; } }

  .news-topic [class^="column-holder__column-"],
  .news-topic [class*=" column-holder__column-"] {
    padding-bottom: 20px; }
  .news-topic .heading {
    margin-bottom: 22px; }
@media screen and (min-width: 1024px) {
  .news-topic .heading {
    margin-bottom: 42px; } }

  .news-topic .c-card__img-holder {
    height: 193px;
    margin-bottom: 16px; }
    @media (min-width: 640px) {
      .news-topic .c-card__img-holder {
        height: 230px; } }
    @media (min-width: 1024px) {
      .news-topic .c-card__img-holder {
        margin-bottom: 22px; } }
  @media (max-width: 767px) {
    .news-topic [class^="column-holder__column-4"],
    .news-topic [class*=" column-holder__column-4"] {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .news-topic [class^="column-holder__column-4"]:first-child,
    .news-topic [class*=" column-holder__column-4"]:first-child {
      padding-bottom: 32px; } }
@media screen and (max-width: 767px) {
  .news-topic [class^="column-holder__column-4"]:not(:first-child),
  .news-topic [class*=" column-holder__column-4"]:not(:first-child) {
    padding: 32px 0; } }

  .news-topic .c-card__text-holder {
    font-size: 18px; }
  .news-topic .h4 {
    font-size: 24px;
    margin-bottom: 6px; }
  .news-topic .c-tag {
    font-size: 14px; }

.article-section.article-section--alt {
  padding: 0; }
  .article-section.article-section--alt .bg-retina {
    left: -25px;
    right: -25px; }
  @media screen and (min-width: 1168px) {
    .article-section.article-section--alt .bg-retina {
      left: -81px;
      right: -81px; } }
  @media screen and (min-width: 1280px) {
    .article-section.article-section--alt .bg-retina {
      left: -141px;
      right: -141px; } }
  @media screen and (min-width: 1400px) {
    .article-section.article-section--alt .bg-retina {
      left: -241px;
      right: -241px; } }
  @media screen and (min-width: 1600px) {
    .article-section.article-section--alt .bg-retina {
      left: -21vw;
      right: -21vw; } }
  .article-section.article-section--alt .bg-retina:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25);
    transition: background-color 0.25s ease; }
  .article-section.article-section--alt:hover .bg-retina:before {
    background-color: rgba(0, 0, 0, 0.3); }
  .article-section.article-section--alt .article-section__highlight:before,
  .article-section.article-section--alt .article-section__highlight:after {
    content: none; }
  .article-section.article-section--alt .article-section__highlight {
    background-color: #fff;
    border-radius: 5px;
    top: 24px;
    padding-left: 30px; }
  .article-section.article-section--alt .article-section__highlight [class^="icon-"], .article-section.article-section--alt .article-section__highlight [class*=" icon-"] {
    left: 10px; }
  .article-section.article-section--alt .article-section__text-holder {
    padding: 48px 0; }
@media screen and (min-width: 768px) {
  .article-section.article-section--alt .article-section__text-holder {
    padding: 72px 0;
    width: 50%; } }

  @media screen and (min-width: 1280px) {
    .article-section.article-section--alt .article-section__text-holder {
      padding: 108px 0; } }
  @media screen and (min-width: 1400px) {
    .article-section.article-section--alt .article-section__text-holder {
      padding: 144px 0; }
    .article-section.article-section--alt .article-section__text-holder h1.h2 {
      font-size: 42px; } }
  .article-section.article-section--alt .article-section__text-holder h1.h2,
  .article-section.article-section--alt .article-section__text-holder p {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15); }
  .article-section.article-section--alt .article-section__text-holder,
  .article-section.article-section--alt .article-section__text-holder .c-card__time,
  .article-section.article-section--alt .article-section__text-holder .c-card__time i {
    color: #fff; }

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .slick-dots li {
    padding: 0 8px; }
  .slick-dots .slick-active button {
    background: #0069ff; }
  .slick-dots button {
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: none;
    border: none;
    padding: 0;
    background: #cdcdcd; }

button.slick-arrow {
  display: none !important; }
  @media (min-width: 768px) {
    button.slick-arrow {
      display: inline-block !important;
      all: unset;
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0; }
      button.slick-arrow.slick-next, button.slick-arrow.slick-prev {
        background-color: #cdcdcd;
        color: #fff;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        cursor: pointer;
        transition: background-color .25s ease; }
        button.slick-arrow.slick-next:before, button.slick-arrow.slick-prev:before {
          font-size: 16px;
          left: 8px;
          position: relative; }
        button.slick-arrow.slick-next:hover, button.slick-arrow.slick-prev:hover {
          background-color: #b4b4b4; }
      button.slick-arrow.slick-next {
        right: -48px; }
        button.slick-arrow.slick-next:before {
          content: ""; }
      button.slick-arrow.slick-prev {
        left: -48px; }
        button.slick-arrow.slick-prev:before {
          content: ""; } }

.about-section {
  display: flex;
  position: relative;
  z-index: 1;
  padding-top: 100px; }
  .about-section:after {
    content: '';
    display: block;
    clear: both;
    min-height: 124px; }
    @media (min-width: 1024px) {
      .about-section:after {
        min-height: 260px; } }
  .about-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.75) 100%);
    right: 0;
    bottom: 0; }
  .about-section .bg-retina {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1; }
  @media (min-width: 1024px) {
    .about-section .container {
      z-index: 2;
      position: relative; } }

.about-section__text-holder {
  align-self: flex-end;
  z-index: 1;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 14px; }
  @media (min-width: 768px) {
    .about-section__text-holder {
      padding: 30px 0;
      font-size: 18px;
      z-index: auto; } }
  .about-section__text-holder .h1 {
    margin: 0 0 4px; }
  .about-section__text-holder p {
    margin: 0; }

.two-cols {
  padding: 25px 24px 32px;
  border-bottom: 1px solid rgba(205, 205, 205, 0.4);
  margin: 0 -24px 0; }
  @media (min-width: 768px) {
    .two-cols {
      padding: 52px 0;
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 58px; } }
  .two-cols .content {
    font-size: 17px;
    line-height: 1.9; }
    @media (min-width: 768px) {
      .two-cols .content {
        padding-right: 55px;
        flex: 1;
        margin: 0; } }
    @media (min-width: 1024px) {
      .two-cols .content {
        padding-right: 125px; } }
    @media (min-width: 768px) {
      .two-cols .content.content--secondary {
        padding: 0 25px; } }
    .two-cols .content.about_text h1 {
      font-size: 26px;
      margin-bottom: 18px; }
    .two-cols .content.about_text h2 {
      font-size: 22px;
      margin-bottom: 18px; }
    .two-cols .content.about_text h3 {
      font-size: 18px;
      margin-bottom: 18px; }
    .two-cols .content.about_text blockquote {
      font-style: italic;
      margin-bottom: 18px;
      margin-inline-start: 18px;
      margin-inline-end: 18px; }
    .two-cols .content.about_text hr {
      margin: 48px 0 32px;
      border-color: rgba(0, 0, 0, 0.1);
      border-bottom: 0; }
  .two-cols .sidebar {
    margin: 72px 0 35px; }
    @media (min-width: 768px) {
      .two-cols .sidebar {
        flex-basis: 200px;
        margin: 0;
        max-width: 200px; } }
    @media (min-width: 1200px) {
      .two-cols .sidebar {
        flex-basis: 255px;
        max-width: 255px; } }
    @media (min-width: 1024px) {
      .two-cols .sidebar.sidebar--lg {
        flex-basis: 250px;
        max-width: 250px;
        margin-top: 38px; } }
    @media (min-width: 1200px) {
      .two-cols .sidebar.sidebar--lg {
        flex-basis: 312px;
        max-width: 312px; } }
  .two-cols .c-link {
    font-weight: 700; }

.sidebar-list {
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    .sidebar-list {
      margin: 0 0 25px; } }

.sidebar-list__item:not(:last-child) .link {
  border-bottom: none;
  border-radius: 0; }
.sidebar-list__item:first-child .link {
  border-radius: 6px 6px 0 0; }
.sidebar-list__item:last-child .link {
  border-radius: 0 0 6px 6px; }
.sidebar-list__item:only-child .link {
  border-radius: 6px; }

.sidebar-list__link--single {
  border-radius: 6px !important; }

.link {
  transition: padding 0.25s ease-in;
  padding: 14px 18px;
  border-radius: 6px 6px 0 0;
  border: 1px solid #eeeeee;
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  color: #0080FF;
  font-weight: 500; }
  .link:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    font-size: 12px; }
  .link .icon-wrap {
    transition: left 0.25s ease-in;
    flex-basis: 20px;
    max-width: 20px; }
  .link.link__text {
    margin-right: 0;
    padding-right: 40px;
    flex: 1; }
  .link .link-content {
    padding-left: 14px; }
  .link:hover {
    padding-left: 26px;
    color: #0073e6; }

.no-border {
  border: none !important; }

.related-news {
  padding: 26px 0; }
  @media (min-width: 1024px) {
    .related-news {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .related-news h2 {
      margin: 0 0 32px; } }
  .related-news__search-form {
    position: relative; }
    .related-news__search-form .form-customize {
      width: 100%;
      padding-left: 3.1em; }
    .related-news__search-form .c-btn--search {
      position: absolute;
      left: 0;
      font-size: 20px;
      top: 0;
      padding: 0;
      bottom: 0;
      width: 48px;
      display: flex;
      align-items: center;
      justify-content: center; }
@media screen and (min-width: 1024px) {
  .related-news .c-btn {
    min-width: 177px; } }

@media screen and (min-width: 1024px) {
  .related-news .c-btn--search {
    min-width: auto; } }

  .related-news [class^="column-holder__column-"],
  .related-news [class*=" column-holder__column-"] {
    margin-bottom: 60px; }
@media (min-width: 768px) and (max-width: 1023px) {
  .related-news [class^="column-holder__column-"],
  .related-news [class*=" column-holder__column-"] {
    width: 50%; } }

    @media (min-width: 768px) {
      .related-news [class^="column-holder__column-"],
      .related-news [class*=" column-holder__column-"] {
        margin: 0 0 50px; } }
  .related-news .c-card__title {
    margin-bottom: 0.5em; }

.about-section.about-section--topic.empty {
  padding-top: 0; }
  .about-section.about-section--topic.empty::before {
    background-image: none; }
  .about-section.about-section--topic.empty .about-section__text-holder {
    padding-top: 0;
    color: #000; }
  .about-section.about-section--topic.empty .container hr {
    margin: 32px 0 -32px;
    border: 0.05em solid rgba(0, 0, 0, 0.07); }
  .about-section.about-section--topic.empty + .container .empty-state {
    padding-top: 64px; }

.brand-section .c-btn--search {
  min-width: 0; }
.brand-section input[type="search"] {
  box-sizing: border-box; }
@media (max-width: 767px) {
  .brand-section .product-banner {
    border-radius: 0; } }
.brand-section--secondary {
  margin: 0; }
  .brand-section--secondary .breadcrumb-wrap {
    padding: 0; }
    @media (min-width: 768px) {
      .brand-section--secondary .breadcrumb-wrap {
        padding: 10px 0; } }
.brand-section__text .heading {
  font-size: 32px;
  padding-left: 48px;
  margin-bottom: 0;
  line-height: initial; }

.breadcrumb-wrap {
  border-bottom: 1px solid rgba(205, 205, 205, 0.4); }
  @media (min-width: 768px) {
    .breadcrumb-wrap {
      margin: 0 0 32px;
      padding: 10px 0; } }
  @media (min-width: 768px) {
    .breadcrumb-wrap.no-border {
      margin: 0; } }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px; }
  .breadcrumbs__item {
    padding: 0 12px;
    margin: 0 0 16px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.5);
    position: relative; }
    .breadcrumbs__item:not(:last-child):after {
      content: '/';
      position: absolute;
      top: 0;
      right: -2px;
      color: #000; }

.mediakit-section, .search-results .media_kit-section {
  padding: 38px 0 0; }
  @media (min-width: 1024px) {
    .mediakit-section, .search-results .media_kit-section {
      padding: 0 0 70px; } }
  .mediakit-section .h3, .search-results .media_kit-section .h3 {
    margin: 0 0 26px; }
    @media (min-width: 1024px) {
      .mediakit-section .h3, .search-results .media_kit-section .h3 {
        margin: 0 0 28px; } }
  @media (max-width: 767px) {
    .mediakit-section--secondary {
      padding: 24px 0 0; } }

.c-breadcrumb__link {
  color: #000; }

.product-banner {
  display: flex;
  padding: 30px 0 0;
  position: relative;
  position: relative;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none; }
  @media (min-width: 768px) {
    .product-banner {
      margin: 0 0 16px;
      padding: 60px 0 0; } }
  .product-banner .bg-retina {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1; }
  .product-banner .text-wrap {
    max-width: 512px;
    width: 100%; }
  .product-banner__text {
    align-self: flex-end;
    display: block;
    width: 100%;
    z-index: 1;
    font-size: 14px;
    padding: 10px 24px; }
    @media (min-width: 768px) {
      .product-banner__text {
        padding: 20px 32px 10px; } }
  .product-banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1; }
  .product-banner:after {
    content: '';
    display: block;
    clear: both;
    min-height: 194px; }
    @media (min-width: 768px) {
      .product-banner:after {
        min-height: 200px; } }

.media-list__wrap {
  transition: all 0.25s ease-in;
  display: block;
  padding: 16px 20px 12px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  border-top: 4px solid #0080FF;
  text-decoration: none;
  margin: 0 0 24px;
  color: #000; }
  @media (min-width: 1024px) {
    .media-list__wrap {
      margin: 0 0 24px;
      padding: 18px 22px 12px; } }
  .media-list__wrap:hover h2.h5 {
    text-decoration: underline; }
.media-list__header, .media-list__detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 14px; }
.media-list__heading {
  flex: 1;
  padding: 0 30px 0 0; }
.media-list__size {
  max-width: 60px; }
.media-list .link-wrap, .search-results .media_kit-section .media_kit-list .link-wrap {
  flex-basis: 50px;
  max-width: 50px;
  text-align: center;
  margin: 0;
  padding: 0; }
.media-list .h5, .search-results .media_kit-section .media_kit-list .h5 {
  margin: 0;
  color: #0080FF;
  font-weight: 700;
  font-size: 20px; }
.media-list .size, .search-results .media_kit-section .media_kit-list .size {
  display: block; }

@media (max-width: 1023px) {
  .about-section--topic {
    padding-top: 0; }
    .about-section--topic:before, .about-section--topic:after {
      content: none; } }
.about-section--topic h1 {
  margin-bottom: 8px; }
.about-section--topic p {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .about-section--topic p {
      margin-bottom: 32px; } }
@media (min-width: 1024px) {
  .about-section--topic .btn-group-holder {
    flex: 1;
    padding-left: 32px; } }
.about-section--topic .btn-group {
  justify-content: flex-start; }
  @media (min-width: 1024px) {
    .about-section--topic .btn-group {
      margin-bottom: -8px;
      justify-content: flex-end; } }
  .about-section--topic .btn-group .c-btn {
    min-width: auto; }
@media (max-width: 1023px) {
  .about-section--topic .about-section__text-holder {
    padding: 0; } }
.about-section--topic .hero-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 18px; }
  @media (min-width: 1024px) {
    .about-section--topic .hero-image {
      position: static;
      display: block; } }
  .about-section--topic .hero-image .container {
    z-index: 1; }
  @media (max-width: 1023px) {
    .about-section--topic .hero-image:after {
      content: '';
      display: block;
      clear: both;
      height: 258px; } }
  .about-section--topic .hero-image:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.75) 100%);
    right: 0;
    bottom: 0; }
    @media (min-width: 1024px) {
      .about-section--topic .hero-image:before {
        content: none; } }
.about-section--topic .link-topics {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .about-section--topic .link-topics {
      border-bottom: 1px solid  #ebebeb;
      margin: 0 -24px;
      padding: 18px 24px 27px; } }
  @media (max-width: 1023px) {
    .about-section--topic .link-topics .link-topics__title {
      color: #000;
      margin: 0 0 18px;
      padding-left: 32px; } }
  .about-section--topic .link-topics .tag-holder {
    order: 1;
    width: 100%; }
    @media (min-width: 1024px) {
      .about-section--topic .link-topics .tag-holder {
        order: 0;
        width: auto; } }
  .about-section--topic .link-topics .btn-group-holder {
    order: 0;
    margin: 0 0 24px;
    width: 100%; }
    @media (min-width: 1024px) {
      .about-section--topic .link-topics .btn-group-holder {
        order: 1;
        margin: 0;
        width: auto; } }

.link-topics {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .link-topics {
      justify-content: space-between;
      align-items: flex-end; } }
  .link-topics__title {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 8px;
    position: relative;
    padding-left: 24px; }
    @media (min-width: 1024px) {
      .link-topics__title {
        padding-left: 32px;
        margin-bottom: 16px; } }
    .link-topics__title [class^="icon-"],
    .link-topics__title [class*=" icon-"] {
      position: absolute;
      left: 0; }

.tag-holder {
  font-size: 14px;
  line-height: 1.2857;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .tag-holder {
      margin-bottom: 0;
      max-width: 40%;
      flex-basis: 40%; } }
  @media (min-width: 1024px) {
    .tag-holder .c-tag__link {
      padding-top: 8px;
      padding-top: 8px; } }

.news-release, .search-results .press_release-section {
  padding: 32px 0; }
  @media (min-width: 1024px) {
    .news-release, .search-results .press_release-section {
      padding: 64px 0 84px; } }
  @media (min-width: 1024px) {
    .news-release .heading, .search-results .press_release-section .heading {
      margin-bottom: 48px; } }
  @media (min-width: 1024px) {
    .news-release .article__title, .search-results .press_release-section .article__title {
      margin-bottom: 8px; } }
  .news-release .btn-group .btn-group__item, .search-results .press_release-section .btn-group .btn-group__item {
    width: auto; }
  .news-release .btn-group .c-btn, .search-results .press_release-section .btn-group .c-btn {
    width: auto; }

body.search {
  padding: 0; }

.search-results {
  padding-top: 4px; }
  @media (min-width: 768px) {
    .search-results {
      padding-top: 16px; } }
  .search-results__text-info {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 32px; }
@media screen and (min-width: 1024px) {
  .search-results__text-info {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 64px; } }

  .search-results__choose-option {
    display: none; }
    @media (min-width: 768px) {
      .search-results__choose-option {
        margin-bottom: 32px;
        display: block; } }
@media screen and (min-width: 1024px) {
  .search-results__choose-option {
    margin-bottom: 0;
    padding-right: 82px; } }

    .search-results__choose-option .separator {
      margin-bottom: 16px; }
@media screen and (min-width: 1024px) {
  .search-results__choose-option .separator {
    margin-bottom: 32px; } }

  .search-results__option-title {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px; }
@media screen and (min-width: 1024px) {
  .search-results__option-title {
    margin-bottom: 16px; } }

@media screen and (min-width: 640px) {
  .search-results__block-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; } }

@media screen and (min-width: 640px) {
  .search-results__block-title .heading {
    flex: 1; } }

  .search-results__showing-info {
    margin-bottom: 16px;
    text-align: right;
    display: none; }
@media screen and (min-width: 640px) {
  .search-results__showing-info {
    max-width: 200px;
    flex-basis: 200px;
    display: block; } }

  .search-results__row {
    padding-bottom: 32px; }
@media screen and (min-width: 1024px) {
  .search-results__row {
    padding-bottom: 64px; } }

  .search-results .news-release .heading, .search-results .press_release-section .heading,
  .search-results .mediakit-section .heading,
  .search-results .media_kit-section .heading {
    margin-bottom: 16px; }
    @media (min-width: 1024px) {
      .search-results .news-release .heading, .search-results .press_release-section .heading,
      .search-results .mediakit-section .heading,
      .search-results .media_kit-section .heading {
        margin-bottom: 32px; } }
  .search-results .news-release, .search-results .press_release-section {
    padding-top: 0; }
  @media (max-width: 767px) {
    .search-results .article__item:not(:last-child) {
      border-bottom: 1px solid  #ebebeb; } }
  .search-results .heading {
    margin-bottom: 18px; }
    @media (min-width: 1024px) {
      .search-results .heading {
        margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .search-results .btn-group {
      padding: 18px 0 0; } }

.search-results .c-radio input.c-radio__input + a.c-radio__label {
  text-decoration: none; }
.search-results .media_kit-section .media_kit-list + .btn-group {
  margin-top: 33px; }
.search-results .media_kit-section .pagination {
  margin-top: 33px; }
.search-results .clipping-section .h3 {
  margin-bottom: 16px; }
.search-results .clipping-section .clipping-list + .btn-group {
  margin-top: 9px; }
.search-results .clipping-section .pagination {
  margin-top: 9px; }

.category-section__title-holder {
  padding: 33px 0 20px; }
  @media (min-width: 1024px) {
    .category-section__title-holder {
      padding: 38px 0 20px; } }
.category-section .h3 {
  margin: 0 0 26px; }
@media (max-width: 767px) {
  .category-section .column-holder {
    margin: 0; } }

@media (min-width: 768px) {
  .category-list li {
    display: flex;
    flex-wrap: wrap; } }

.category-wrap .heading--icon {
  margin: 0 0 12px;
  font-size: 24px; }
  @media (min-width: 1024px) {
    .category-wrap .heading--icon {
      margin: 0 0 26px; } }

.category {
  display: flex;
  padding: 30px 0 0;
  position: relative;
  position: relative;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
  margin: 0 0 32px; }
  @media (min-width: 768px) {
    .category {
      margin: 0 0 32px;
      padding: 60px 0 0; } }
  .category:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1; }
  .category:after {
    content: '';
    display: block;
    clear: both;
    min-height: 163px; }
    @media (min-width: 768px) {
      .category:after {
        min-height: 100px; } }
  .category .bg-retina {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1; }
  .category .h5 {
    display: block;
    margin: 0;
    padding-bottom: 4px;
    font-size: 20px;
    text-decoration: underline; }
    @media (min-width: 1024px) {
      .category .h5 {
        text-decoration: none; } }
  .category .text-wrap {
    max-width: 512px;
    width: 100%; }
  .category .file-info {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 26px;
    font-weight: 500;
    font-size: 14px; }
    @media (min-width: 1024px) {
      .category .file-info {
        padding-left: 20px; } }
    .category .file-info .icon-wrap {
      position: absolute;
      top: 2px;
      left: 0;
      font-size: 18px; }
      @media (min-width: 1024px) {
        .category .file-info .icon-wrap {
          top: 4px;
          font-size: 14px; } }
  .category__text {
    align-self: flex-end;
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 12px;
    z-index: 1; }
    @media (min-width: 768px) {
      .category__text {
        font-size: 14px;
        padding: 16px; } }
  .category:hover .h5 {
    text-decoration: underline; }

.contact-detail {
  font-size: 14px;
  margin: 0 0 48px; }
  @media (min-width: 768px) {
    .contact-detail {
      margin: 0 0 32px; } }
  .contact-detail address {
    font-style: normal; }

.contact-section {
  padding: 46px 0  0; }
  @media (min-width: 768px) {
    .contact-section {
      padding: 62px 0 0; } }
  .contact-section__header {
    padding: 0 40px;
    position: relative;
    font-size: 14px; }
    @media (min-width: 768px) {
      .contact-section__header {
        padding: 0 56px; } }
    .contact-section__header .h3 {
      margin: 0 0 4px;
      position: relative;
      display: inline-block; }
      .contact-section__header .h3 .icon-wrap {
        position: absolute;
        top: 6px;
        left: -40px; }
        @media (min-width: 768px) {
          .contact-section__header .h3 .icon-wrap {
            left: -56px; } }
        .contact-section__header .h3 .icon-wrap img {
          width: 28px;
          height: 18px; }
          @media (min-width: 768px) {
            .contact-section__header .h3 .icon-wrap img {
              width: 32px;
              height: 22px; } }
    @media (max-width: 767px) {
      .contact-section__header p {
        display: none; } }
  .contact-section #two-columns {
    padding: 25px 0;
    margin: 0; }
    @media (min-width: 768px) {
      .contact-section #two-columns {
        padding: 38px 0 20px 56px; } }
  .contact-section h5 {
    font-size: 19px; }
    @media (min-width: 1024px) {
      .contact-section h5 {
        margin: 0 0 18px; } }
  .contact-section .h5 {
    font-size: 20px; }
  @media (max-width: 767px) {
    .contact-section .contact-wrap {
      border: none;
      padding: 14px 0 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .contact-section .contact-wrap .contact-text {
      padding: 0 16px; } }
  @media (max-width: 767px) {
    .contact-section .two-cols {
      padding: 25px 24px 13px; } }

.content-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  flex: 1;
  padding-right: 15px; }
  .content-list__item {
    font-size: 12px;
    font-weight: 500;
    padding: 0 6px;
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .content-list .icon-wrap {
    font-size: 16px; }
  .content-list .text {
    padding-left: 4px;
    text-transform: capitalize; }
    @media (max-width: 1023px) {
      .content-list .text .doc-type {
        display: none; } }
  .content-list--lg .content-list__item {
    font-size: 14px;
    line-height: 1;
    padding: 0 12px; }

.c-item {
  text-decoration: none; }

@media (min-width: 640px) {
  .press-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; } }

.press-list__item {
  position: relative;
  margin-bottom: 16px; }
  @media (min-width: 640px) {
    .press-list__item {
      display: flex;
      flex-wrap: wrap;
      padding: 0 8px;
      width: 50%;
      margin-bottom: 0; } }

.contact-wrap {
  border: 1px solid #eeeeee;
  padding: 24px;
  background: #fff;
  width: 100%;
  border-radius: 6px;
  margin: 0 0 16px; }
  .contact-wrap .contact-details-wrap {
    margin-left: 12px; }
    @media (min-width: 640px) {
      .contact-wrap .contact-details-wrap {
        margin-left: 0; } }
  @media (min-width: 640px) {
    .contact-wrap {
      min-width: 222px; } }
  @media (min-width: 1200px) {
    .contact-wrap {
      min-width: 332px; } }
  .contact-wrap--noborder {
    padding: 0;
    border: none;
    width: 100%;
    min-width: initial; }
  .contact-wrap--secondary {
    padding: 24px 0 10px;
    border: none;
    border-radius: 0;
    border-top: 1px solid #eeeeee; }
    .contact-wrap--secondary h4 {
      margin-bottom: 20px; }
  .contact-wrap .img__thumbnail {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 0 12px; }
  .contact-wrap .bg-retina {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1; }

.link-list__item {
  font-size: 14px;
  color: #000;
  line-height: 1.5; }

.user__name {
  font-weight: 700; }

.social-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
  padding-top: 6px; }
  .social-links__item {
    padding: 0 4px;
    font-size: 16px;
    margin: 0 0 4px; }

.social__link {
  transition: color 0.25s ease-in;
  text-decoration: none;
  color: #999999; }
  .social__link:hover {
    color: #0080FF; }

.c-download-vcard {
  position: absolute;
  top: 24px;
  right: 0px;
  text-decoration: none;
  font-size: 20px; }
  .c-download-vcard .text-wrap {
    display: none; }

@media (min-width: 768px) {
  .contact-wrap .c-download-vcard {
    right: 34px;
    opacity: 0;
    transition: opacity 0.15s ease-in; }

  .contact-wrap:hover .c-download-vcard {
    opacity: 1; } }
.product-block {
  padding-bottom: 24px;
  max-width: 288px;
  margin: 0 auto; }
@media screen and (min-width: 375px) {
  .product-block {
    margin: 0;
    max-width: none; } }

  .product-block__column-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px; }
@media screen and (min-width: 768px) {
  .product-block__column-holder--three-column-holder .product-block__column {
    width: 33.33%; } }

@media screen and (min-width: 768px) {
  .product-block__column-holder--two-column-holder .product-block__column {
    width: 50%; } }

    .product-block__column-holder--two-column-holder .product-block__img-holder {
      min-height: 160px !important; }
@media screen and (min-width: 768px) {
  .product-block__column-holder--two-column-holder .product-block__img-holder {
    min-height: 280px !important; } }

      .product-block__column-holder--two-column-holder .product-block__img-holder img {
        height: 64px; }
@media screen and (min-width: 768px) {
  .product-block__column-holder--two-column-holder .product-block__img-holder img {
    height: 120px; } }

    .product-block__column-holder--secondary .product-block__column {
      padding-bottom: 8px; }
      @media (min-width: 375px) {
        .product-block__column-holder--secondary .product-block__column {
          width: 50%; } }
    .product-block__column-holder--secondary .product-block__content:hover .product-block__img-holder:before {
      background-color: rgba(0, 0, 0, 0.15); }
    .product-block__column-holder--secondary .product-block__img-holder {
      border-radius: 6px;
      border: 1px solid #eeeeee;
      margin-bottom: 0;
      padding: 16px;
      min-height: 277px;
      align-items: center;
      flex: 1;
      height: auto; }
@media screen and (min-width: 1024px) {
  .product-block__column-holder--secondary .product-block__img-holder {
    padding: 48px 12px 72px;
    min-height: 365px; } }

      .product-block__column-holder--secondary .product-block__img-holder:before {
        transition: background-color 0.25s ease-in;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: transparent; }
      .product-block__column-holder--secondary .product-block__img-holder img {
        width: 100%; }
    .product-block__column-holder--secondary .product-block__img-holder--icon {
      background-color: #fff; }
    .product-block__column-holder--secondary .product-block__img-info {
      padding: 4px 10px; }
      @media (min-width: 768px) {
        .product-block__column-holder--secondary .product-block__img-info {
          padding: 8px 16px; } }
    .product-block__column-holder--secondary .product-block__image {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .product-block__column-holder--secondary .product-block__sub-img {
      max-width: 50px;
      margin: 0 auto 16px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
@media screen and (min-width: 768px) {
  .product-block__column-holder--secondary .product-block__sub-img {
    min-height: 90px;
    max-width: 135px; } }

@media screen and (min-width: 1024px) {
  .product-block__column-holder--secondary .product-block__sub-img {
    margin-bottom: 32px;
    min-height: auto; } }

      .product-block__column-holder--secondary .product-block__sub-img:before {
        content: '';
        font-size: 0;
        line-height: 0;
        min-height: inherit; }
    .product-block__column-holder--secondary .product-block__sub-img-info {
      text-align: center;
      padding: 0 6px;
      color: #000;
      font-size: 13px;
      line-height: 1.1765; }
      @media (min-width: 768px) {
        .product-block__column-holder--secondary .product-block__sub-img-info {
          font-size: 17px; } }
    .product-block__column-holder--secondary .product-block__img-holder--icon .icon-wrap {
      font-size: 38px;
      color: #0080FF; }
      @media (min-width: 1024px) {
        .product-block__column-holder--secondary .product-block__img-holder--icon .icon-wrap {
          font-size: 34px; } }
    .product-block__column-holder--sm .product-block__content {
      min-height: 175px; }
    @media (min-width: 768px) {
      .product-block__column-holder--sm .product-block__column {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .product-block__column-holder--sm .product-block__column {
        width: 25%; } }
    .product-block__column-holder--sm .product-block__img-holder {
      min-height: 175px;
      padding: 24px 8px; }
@media screen and (min-width: 768px) {
  .product-block__column-holder--sm .product-block__img-holder {
    min-height: auto; } }

@media screen and (min-width: 1024px) {
  .product-block__column-holder--sm .product-block__img-holder {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px; } }

    .product-block__column-holder--sm .product-block__img-info {
      padding: 4px 10px; }
      @media (min-width: 768px) {
        .product-block__column-holder--sm .product-block__img-info {
          padding: 8px 16px; } }
    .product-block__column-holder--sm .product-block__img-info-list {
      margin: 0 -2px; }
    .product-block__column-holder--sm .product-block__img-info-item {
      padding: 0 2px; }
    .product-block__column-holder--sm .product-block__img-holder--icon {
      min-height: 178px; }
      .product-block__column-holder--sm .product-block__img-holder--icon .icon-wrap {
        font-size: 34px; }
    .product-block__column-holder--sm .product-block__sub-img {
      height: 68px;
      width: 48px;
      margin-bottom: 16px; }
@media screen and (min-width: 1024px) {
  .product-block__column-holder--sm .product-block__sub-img {
    margin-bottom: 16px; } }

      .product-block__column-holder--sm .product-block__sub-img img {
        height: 64px; }
    .product-block__column-holder--sm .product-block__sub-img-info {
      font-size: 15px;
      line-height: 1.2667; }
    .product-block__column-holder--md .product-block__img-holder {
      min-height: 159px; }
@media screen and (min-width: 768px) {
  .product-block__column-holder--md .product-block__img-holder {
    min-height: 206px; } }

@media screen and (min-width: 1024px) {
  .product-block__column-holder--md .product-block__img-holder {
    min-height: 206px;
    padding-top: 20px;
    padding-bottom: 20px; } }

    .product-block__column-holder--md .product-block__sub-img {
      max-width: 50px;
      min-height: 64px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .product-block__column-holder--md .product-block__sub-img {
          max-width: 68px;
          min-height: 96px; } }
    @media (min-width: 768px) {
      .product-block__column-holder--md .product-block__column {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .product-block__column-holder--md .product-block__column {
        width: 25%; } }
    .product-block__column-holder--md .product-block__sub-img img {
      height: 70px; }
      @media (min-width: 768px) {
        .product-block__column-holder--md .product-block__sub-img img {
          height: 100px; } }
    .product-block__column-holder--md .product-block__sub-img img {
      height: 100px; }
    .product-block__column-holder--md .product-block__img-holder--icon .icon-wrap {
      font-size: 34px; }
      @media (min-width: 768px) {
        .product-block__column-holder--md .product-block__img-holder--icon .icon-wrap {
          font-size: 45px; } }
  .product-block__column {
    padding: 0 4px 24px;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media (min-width: 480px) {
      .product-block__column {
        width: 50%; } }
@media screen and (min-width: 768px) {
  .product-block__column {
    width: 33.33%;
    padding-bottom: 24px; } }

@media screen and (min-width: 1024px) {
  .product-block__column {
    width: 25%; } }

  .product-block__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    overflow: hidden; }
    .product-block__content:hover .product-block__img-info {
      opacity: 1; }
    .product-block__content:hover .product-block__enlarge {
      opacity: 1; }
  .product-block__img-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 12px;
    overflow: hidden;
    height: 246px;
    background-image: url(//dkskyn6tqnjvs.cloudfront.net/assets/media_center/media-file-pattern-fbf6fff4f6400d3b9910ed818949d82b.jpg);
    background-repeat: repeat;
    background-size: 16px;
    z-index: 1; }
@media screen and (min-width: 480px) {
  .product-block__img-holder {
    height: 206px;
    margin-bottom: 8px; } }

    .product-block__img-holder img {
      height: 246px;
      max-width: 100%;
      width: auto;
      flex: 0 0 auto;
      object-fit: contain; }
      @media (min-width: 480px) {
        .product-block__img-holder img {
          height: 206px; } }
    .product-block__img-holder .bg-retina {
      background-size: contain; }
    .product-block__img-holder--icon {
      background-color: #eeeeee;
      min-height: 150px; }
      @media (min-width: 375px) {
        .product-block__img-holder--icon {
          min-height: 206px; } }
      .product-block__img-holder--icon .icon-wrap {
        color: #000;
        font-size: 78px;
        line-height: 1; }
  .product-block__img-info {
    transition: opacity 0.25s ease-in, transform 0.25s ease-in;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px 4px;
    opacity: 0; }
    @media (min-width: 768px) {
      .product-block__img-info {
        padding: 12px 16px; } }
  .product-block__img-info-list {
    font-size: 11px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    text-transform: uppercase;
    flex: 1; }
  .product-block__img-info-item {
    padding: 0 6px; }
    .product-block__img-info-item--hide {
      display: none; }
  .product-block__link-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    padding-left: 8px;
    max-width: 82px;
    flex-basis: auto; }
  .product-block__link-item {
    padding: 0 2px; }
    @media (min-width: 768px) {
      .product-block__link-item {
        padding: 0 6px; } }
  .product-block__link {
    transition: color 0.25s ease-in;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle; }
    .product-block__link:hover {
      color: #0080FF;
      cursor: pointer; }
  .product-block__product-format {
    position: relative;
    margin-top: -1px; }
    .product-block__product-format [class^="icon-"],
    .product-block__product-format [class*=" icon-"] {
      font-size: 13px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      padding-right: 4px;
      position: initial;
      vertical-align: sub; }
      @media (min-width: 768px) {
        .product-block__product-format [class^="icon-"],
        .product-block__product-format [class*=" icon-"] {
          font-size: 16px; } }
  .product-block__capation {
    position: relative;
    padding-left: 24px;
    text-transform: capitalize;
    padding-right: 10px;
    flex-grow: 1;
    font-size: 14px;
    word-break: break-all; }
    .product-block__capation [class^="icon-"],
    .product-block__capation [class*=" icon-"] {
      position: absolute;
      font-size: 18px;
      left: 0;
      top: 2px; }
  .product-block__enlarge {
    transition: opacity 0.25s ease-in, background-color 0.25s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 16px;
    right: 16px;
    opacity: 0; }
    .product-block__enlarge:hover {
      background-color: rgba(0, 0, 0, 0.6); }
  .product-block--group .product-block__column-holder {
    margin-bottom: 32px; }
@media screen and (min-width: 1024px) {
  .product-block--group .product-block__column-holder {
    margin-bottom: 40px; } }

.category-section .empty-state {
  padding-bottom: 5px; }

.mediakit-section .empty-state, .search-results .media_kit-section .empty-state {
  margin-bottom: -3px;
  padding-bottom: 0; }

.brand-section + .separator + .empty-state,
.page-title + .separator + .empty-state {
  padding-top: 16px; }

.c-textholder .product-block .product-block__img-holder {
  background-image: none !important; }

.media_description {
  margin-top: 4px; }

.page-title__text-holder .c-btn--primary {
  margin-top: 12px; }

.pr-contacts-block .press-list__item {
  width: 100%; }
@media screen and (min-width: 768px) {
  .pr-contacts-block .press-list__item {
    width: 50%; } }

.share-buttons-bar {
  margin-top: 32px; }

.article-block,
.boilerplate-block {
  position: relative; }
  .article-block .c-sideline-actions,
  .boilerplate-block .c-sideline-actions {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 88px;
    right: -88px;
    top: 0;
    opacity: 0;
    transition: opacity 0.25s ease-in; }
    .article-block .c-sideline-actions a.c-sideline-action,
    .boilerplate-block .c-sideline-actions a.c-sideline-action {
      font-size: 24px;
      color: #666;
      opacity: 1;
      text-decoration: none !important;
      transition: opacity 0.1s ease-in; }
      .article-block .c-sideline-actions a.c-sideline-action:hover,
      .boilerplate-block .c-sideline-actions a.c-sideline-action:hover {
        opacity: 0.8; }
      .article-block .c-sideline-actions a.c-sideline-action:active,
      .boilerplate-block .c-sideline-actions a.c-sideline-action:active {
        opacity: 0.6; }

@media screen and (min-width: 768px) {
  .article-block:hover .c-sideline-actions,
  .boilerplate-block:hover .c-sideline-actions {
    opacity: 1; } }
.events-section .empty-state {
  padding-top: 16px; }
.events-section__month {
  display: block;
  width: 100%;
  margin: 12px 0 24px;
  font-weight: 300; }
.events-section .c-eventgroup {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin-bottom: 48px;
  border-radius: 5px; }
.events-section .c-event {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  padding-bottom: 24px; }
  .events-section .c-event:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .events-section .c-event__date {
    position: relative;
    background-color: #0080FF;
    border-radius: 5px;
    color: #fff;
    width: 80px;
    flex-basis: 80px;
    min-width: 80px;
    height: 80px; }
    .events-section .c-event__date .day {
      display: block;
      width: 100%;
      margin-top: 10px;
      text-align: center;
      font-size: 28px;
      line-height: 40px;
      font-weight: 800; }
      @media (min-width: 641px) {
        .events-section .c-event__date .day--multiday {
          font-size: 21px; } }
    .events-section .c-event__date .month {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      line-height: 15px;
      text-transform: uppercase; }
      @media (min-width: 641px) {
        .events-section .c-event__date .month--multimonth {
          font-size: 13px; } }
  .events-section .c-event__textholder {
    margin: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .events-section .c-event__name {
    margin-bottom: 3px; }
  .events-section .c-event__description {
    margin-bottom: 3px; }
  .events-section .c-event__start-time, .events-section .c-event__location {
    display: inline;
    color: #636363;
    font-weight: 600;
    font-size: 12px;
    font-style: normal; }
    .events-section .c-event__start-time > i, .events-section .c-event__location > i {
      font-size: 15px;
      position: relative;
      top: 2px; }
  .events-section .c-event__buttons {
    margin-left: auto;
    text-align: right; }
    .events-section .c-event__buttons .c-btn {
      width: 100%; }
    .events-section .c-event__buttons .c-btn + .c-btn {
      margin-top: 5px; }
  @media (max-width: 767px) {
    .events-section .c-event {
      flex-wrap: wrap; }
      .events-section .c-event__date, .events-section .c-event__textholder, .events-section .c-event__buttons {
        flex-basis: 100%;
        margin: 0; }
      .events-section .c-event__textholder {
        margin: 24px 0; }
      .events-section .c-event__buttons {
        text-align: left; } }

.text-page {
  max-width: 680px;
  padding: 72px 0;
  margin: 0 auto; }
  .text-page h1 {
    margin-bottom: 16px; }
  .text-page h2 {
    margin-bottom: 12px;
    font-size: 24px; }
  .text-page h3 {
    margin-bottom: 12px;
    font-size: 20px; }
  .text-page h4 {
    margin-bottom: 12px;
    font-size: 18px; }
  .text-page p {
    margin-bottom: 32px;
    font-size: 16px; }

.login-prompt {
  display: block;
  border-radius: 5px;
  padding: 32px 32px 24px;
  margin: 24px 0 64px;
  border: 1px solid #e2e2e2;
  /*#E1E9F0*/
  background: #fff; }

@media screen and (min-width: 640px) {
  .login-prompt {
    margin: 82px auto;
    max-width: 420px; } }
.login-prompt .login-prompt__title {
  margin-bottom: 12px;
  font-size: 32px; }

.login-prompt .login-prompt__subtitle {
  font-size: 15px; }

.login-prompt__form {
  padding-top: 16px; }

.login-prompt__error {
  background-color: #dc3545;
  text-align: center;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 8px;
  color: #fff;
  border-radius: 3px; }

.login-prompt__form .c-form__submit {
  margin-top: 12px;
  margin-bottom: 0; }

.login-prompt .c-form__title {
  font-weight: 600;
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 12px; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: white;
  transition-duration: inherit;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .2s ease, visibility 0s ease .2s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .2s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  display: inline-block;
  margin: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 64px 16px;
  position: relative;
  text-align: left;
  vertical-align: top; }
@media screen and (min-width: 1024px) {
  .fancybox-content {
    padding-top: 87px;
    padding-bottom: 92px; } }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 35px;
  height: 35px; }
  @media (min-width: 768px) {
    .fancybox-button {
      width: 50px;
      height: 50px; } }
  .fancybox-button:focus {
    outline: 0; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: #000;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  opacity: .8;
  padding: 0;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #000;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: #000;
  right: 12px;
  top: 15px; }
  @media (min-width: 768px) {
    .fancybox-slide--html .fancybox-close-small {
      right: 8px;
      top: 2px; } }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.hover-tooltip {
  background: #000;
  display: block;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  color: #fff; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  display: none;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  display: none;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important; }

html[dir="rtl"] .c-btn--icon-left [class^="icon-"], html[dir="rtl"] .c-btn--icon-left [class*=" icon-"] {
  margin-right: 0;
  margin-left: 8px; }
html[dir="rtl"] .c-btn--icon-right [class^="icon-"], html[dir="rtl"] .c-btn--icon-right [class*=" icon-"] {
  margin-left: 0;
  margin-right: 8px; }
html[dir="rtl"] .c-textholder .c-card__time {
  padding-left: 0;
  padding-right: 24px; }
html[dir="rtl"] .c-card__time [class^="icon-"], html[dir="rtl"] .c-card__time [class*=" icon-"] {
  left: auto;
  right: 0; }
@media screen and (min-width: 1200px) {
  html[dir="rtl"] .footer__text-holder {
    padding-right: o;
    padding-left: 124px; } }
@media screen and (min-width: 1024px) {
  html[dir="rtl"] .language__opener:after {
    right: 6px; }
  html[dir="rtl"] .footer__text-holder {
    padding: 4px 0 0 62px; }
  html[dir="rtl"] .two-cols .content {
    padding-right: 0;
    padding-left: 125px; } }
