/* Slider */
/* line 3, ../../../app/styles/vendors/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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;
}

/* line 18, ../../../app/styles/vendors/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../../../app/styles/vendors/slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../../../app/styles/vendors/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../../../app/styles/vendors/slick.scss */
.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);
}

/* line 43, ../../../app/styles/vendors/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, ../../../app/styles/vendors/slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../../../app/styles/vendors/slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../../../app/styles/vendors/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../../../app/styles/vendors/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, ../../../app/styles/vendors/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../../../app/styles/vendors/slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../../../app/styles/vendors/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../../../app/styles/vendors/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../../../app/styles/vendors/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../../../app/styles/vendors/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../../../app/styles/vendors/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*! =======================================================
                      VERSION  9.5.3
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2016 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
/* line 42, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 47, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

/* line 51, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

/* line 58, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

/* line 65, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

/* line 69, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

/* line 80, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 87, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

/* line 91, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

/* line 96, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

/* line 100, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

/* line 106, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 112, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

/* line 118, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

/* line 122, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

/* line 130, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

/* line 133, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

/* line 136, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

/* line 143, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

/* line 151, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider input {
  display: none;
}

/* line 154, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider .tooltip.top {
  margin-top: -36px;
}

/* line 157, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 161, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider .hide {
  display: none;
}

/* line 164, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

/* line 176, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 190, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

/* line 197, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 206, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

/* line 222, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-handle.round {
  border-radius: 50%;
}

/* line 225, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-handle.triangle {
  background: transparent none;
}

/* line 228, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-handle.custom {
  background: transparent none;
}

/* line 231, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

/* line 237, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

/* line 255, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-tick.round {
  border-radius: 50%;
}

/* line 258, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-tick.triangle {
  background: transparent none;
}

/* line 261, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-tick.custom {
  background: transparent none;
}

/* line 264, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

/* line 270, ../../../../app/styles/vendors/bootstrap-slider/bootstrap-slider.scss */
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

/*$maxWidth : 106.66667em; 1280px base font 12px*/
/* 83.5714285714em;* / /*1170px*/
/* 1.5625%; maxWidth / 20*/
/* line 3, ../../app/styles/ie.scss */
.null header .logo a, .msie.no-svg header .logo a {
  height: 50px;
  width: 186px !important;
  background-image: url("resources/images/sprite/1x/d-spr-global-1x.png") !important;
  background-position: -807px 1px !important;
  background-size: 1043px 187px;
}
/* line 9, ../../app/styles/ie.scss */
.null header .logo a:before, .msie.no-svg header .logo a:before {
  content: "";
}
/* line 13, ../../app/styles/ie.scss */
.null header.dark-text.headroom--top:not(.scroll),
.null .dark-text,
.null .open header.lightHeader,
.null .open header, .msie.no-svg header.dark-text.headroom--top:not(.scroll),
.msie.no-svg .dark-text,
.msie.no-svg .open header.lightHeader,
.msie.no-svg .open header {
  border-bottom: none;
}
/* line 19, ../../app/styles/ie.scss */
.null header.dark-text.headroom--top:not(.scroll) .logo a,
.null .dark-text .logo a,
.null .open header.lightHeader .logo a,
.null .open header .logo a, .msie.no-svg header.dark-text.headroom--top:not(.scroll) .logo a,
.msie.no-svg .dark-text .logo a,
.msie.no-svg .open header.lightHeader .logo a,
.msie.no-svg .open header .logo a {
  height: 50px;
  width: 186px !important;
  background-image: url("resources/images/sprite/1x/d-spr-global-1x.png") !important;
  background-position: -807px 1px !important;
  background-size: 1043px 187px;
}
/* line 25, ../../app/styles/ie.scss */
.null header.dark-text.headroom--top:not(.scroll) .logo a:before,
.null .dark-text .logo a:before,
.null .open header.lightHeader .logo a:before,
.null .open header .logo a:before, .msie.no-svg header.dark-text.headroom--top:not(.scroll) .logo a:before,
.msie.no-svg .dark-text .logo a:before,
.msie.no-svg .open header.lightHeader .logo a:before,
.msie.no-svg .open header .logo a:before {
  content: "";
}
/* line 33, ../../app/styles/ie.scss */
.null footer .logo a,
.null header.lightHeader .logo a, .msie.no-svg footer .logo a,
.msie.no-svg header.lightHeader .logo a {
  width: 186px !important;
  background-image: url("resources/images/sprite/1x/d-spr-global-1x.png") !important;
  background-position: -807px -50px !important;
  background-size: 1043px 187px;
}
/* line 38, ../../app/styles/ie.scss */
.null footer .logo a:before,
.null header.lightHeader .logo a:before, .msie.no-svg footer .logo a:before,
.msie.no-svg header.lightHeader .logo a:before {
  content: "";
}
/* line 45, ../../app/styles/ie.scss */
.null .dark-text .icon-pb-logo:before, .msie.no-svg .dark-text .icon-pb-logo:before {
  content: "";
}
/* line 51, ../../app/styles/ie.scss */
.null footer .logo a, .msie.no-svg footer .logo a {
  background-image: url("resources/images/sprite-mobile/1x/m-spr-global-1x.png") !important;
  background-position: 0px 7px !important;
  background-size: 618px 208px;
  width: 145px !important;
}
/* line 59, ../../app/styles/ie.scss */
.null .icn-btn .text, .msie.no-svg .icn-btn .text {
  max-width: none !important;
}

/* line 65, ../../app/styles/ie.scss */
.no-video .home-revamp .hero-wrapper video {
  display: none;
}

/* line 69, ../../app/styles/ie.scss */
.no-backgroundsize .home-revamp .hero-wrapper {
  /* The url is relative to the document, not to the css file! */
  /* Prefer absolute urls to avoid confusion. */
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

/* line 78, ../../app/styles/ie.scss */
.no-backgroundsize .home-revamp .prod.tall > div {
  background-position: top center;
  background-repeat: no-repeat;
}

/* line 83, ../../app/styles/ie.scss */
.no-rgba .home-revamp .links {
  background-image: url("resources/images/home/white-transparent-border.gif");
  background-repeat: repeat;
}

/* line 88, ../../app/styles/ie.scss */
.no-backgroundsize .fullwidth-bg-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 97, ../../app/styles/ie.scss */
  .no-csstransforms3d .home-revamp .hero-wrapper .headline,
  .no-csstransforms3d .home-revamp .flex__info {
    position: static;
    top: auto;
    padding-top: 5%;
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  /* line 109, ../../app/styles/ie.scss */
  .null header .logo a, .msie header .logo a, .no-svg header .logo a {
    height: 35px;
    min-height: 30px !important;
    width: 144px !important;
    background-image: url("resources/images/sprite-mobile/1x/m-spr-global-1x.png") !important;
    background-position: 0 -43px !important;
    background-size: 618px 208px;
  }
  /* line 116, ../../app/styles/ie.scss */
  .null header .logo a:before, .msie header .logo a:before, .no-svg header .logo a:before {
    content: "";
  }
  /* line 121, ../../app/styles/ie.scss */
  .null .open header.lightHeader,
  .null .open header, .msie .open header.lightHeader,
  .msie .open header, .no-svg .open header.lightHeader,
  .no-svg .open header {
    border-bottom: none;
  }
  /* line 125, ../../app/styles/ie.scss */
  .null .open header.lightHeader .logo a,
  .null .open header .logo a, .msie .open header.lightHeader .logo a,
  .msie .open header .logo a, .no-svg .open header.lightHeader .logo a,
  .no-svg .open header .logo a {
    height: 35px;
    min-height: 30px !important;
    width: 144px !important;
    background-image: url("resources/images/sprite-mobile/1x/m-spr-global-1x.png") !important;
    background-position: 0 -43px !important;
    background-size: 618px 208px;
  }
  /* line 132, ../../app/styles/ie.scss */
  .null .open header.lightHeader .logo a:before,
  .null .open header .logo a:before, .msie .open header.lightHeader .logo a:before,
  .msie .open header .logo a:before, .no-svg .open header.lightHeader .logo a:before,
  .no-svg .open header .logo a:before {
    content: "";
  }
  /* line 139, ../../app/styles/ie.scss */
  .null footer .logo a,
  .null header.lightHeader .logo a, .msie footer .logo a,
  .msie header.lightHeader .logo a, .no-svg footer .logo a,
  .no-svg header.lightHeader .logo a {
    width: 144px !important;
    min-height: 30px !important;
    height: 35px !important;
    background: url("resources/images/sprite-mobile/1x/m-spr-global-1x.png") !important;
    background-position: 0 -3px !important;
    background-size: 618px 208px;
  }
  /* line 146, ../../app/styles/ie.scss */
  .null footer .logo a:before,
  .null header.lightHeader .logo a:before, .msie footer .logo a:before,
  .msie header.lightHeader .logo a:before, .no-svg footer .logo a:before,
  .no-svg header.lightHeader .logo a:before {
    content: "";
  }
  /* line 153, ../../app/styles/ie.scss */
  .null footer .logo a, .msie footer .logo a, .no-svg footer .logo a {
    width: 144px !important;
    min-height: 30px !important;
    height: 35px !important;
    background: url("resources/images/sprite-mobile/1x/m-spr-global-1x.png") !important;
    background-position: 0 -3px !important;
    background-size: 618px 208px;
  }
  /* line 160, ../../app/styles/ie.scss */
  .null footer .logo a:before, .msie footer .logo a:before, .no-svg footer .logo a:before {
    content: "";
  }
}

