/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
* Owl Carousel v2.2.0
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 22px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 1px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*** Custom styles ***/
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  width: 46px;
  height: 46px;
  margin: auto;
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.owl-theme .owl-nav [class*=owl-next] {
  left: auto;
  right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.owl-theme .owl-nav [class*=owl-] svg {
  width: 2rem;
  height: 2rem;
  fill: #ccc;
  transition: fill .2s ease;
}

.owl-theme .owl-nav [class*=owl-]:hover svg {
  fill: #f5a422;
}

.owl-theme .owl-dots {
  margin-top: 22px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 12px;
  background: #d6d6d6;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f5a422;
}

@media (min-width: 768px) {
  .owl-carousel {
    width: auto;
    padding-right: 56px;
    padding-left: 56px;
  }
}
/*======================================
  Selectric v1.11.1
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: .125rem;
  position: relative;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 8px;
  font-size: 16px;
  line-height: 38px;
  font-weight: normal;
  color: #999;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 0.45rem solid #f5a422;
  border-right: .25rem solid transparent;
  border-left: .25rem solid transparent;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
  border-radius: 0 0 .25rem .25rem;
}

.selectric-above .selectric-items {
  border-radius: .25rem .25rem 0 0;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #999;
  cursor: pointer;
}

.selectric-items li.selected {
  color: #12a6d0;
  background-color: transparent;
}

.selectric-items li.highlighted {
  color: #12a6d0;
  background-color: transparent;
}

.selectric-items li:hover {
  color: #fff;
  background-color: #88d2e7;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.select {
  display: none;
}

.tooltip-inner, .ahead-ad {
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08), 0 2px 1px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08), 0 2px 1px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08), 0 2px 1px 0 rgba(0, 0, 0, 0.22);
}

.anim-shake .icon, .anim-wobble .icon {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.anim-shake:hover .icon {
  -moz-animation: shake 300ms ease-in-out 300ms 1;
  -webkit-animation: shake 300ms ease-in-out 300ms 1;
  animation: shake 300ms ease-in-out 300ms 1;
}

.anim-wobble:hover .icon {
  -moz-animation: wobble 300ms ease-out 300ms 1;
  -webkit-animation: wobble 300ms ease-out 300ms 1;
  animation: wobble 300ms ease-out 300ms 1;
}

@-moz-keyframes shake {
  0% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  20% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  40% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  80% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  20% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes shake {
  0% {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  20% {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  40% {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  80% {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wobble {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes grow {
  0% {
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 992px) {
  .bg-bulb {
    background-color: #fff;
    background-image: url("../img/mask-footer-white.xl.svg"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyYTZkMCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMTJhNmQwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMTJhNmQwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyYTZkMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url("../img/bg-footer-bulb@1x.png"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmODhhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyYTZkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: url("../img/mask-footer-white.xl.svg"), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #12a6d0), color-stop(20%, rgba(18, 166, 208, 0)), color-stop(20%, rgba(18, 166, 208, 0)), color-stop(100%, rgba(18, 166, 208, 0))), url("../img/bg-footer-bulb@1x.png"), linear-gradient(135deg, #0f88aa 0%, #12a6d0 100%);
    background-image: url("../img/mask-footer-white.xl.svg"), -moz-linear-gradient(bottom, #12a6d0 0%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 100%), url("../img/bg-footer-bulb@1x.png"), -moz-linear-gradient(315deg, #0f88aa 0%, #12a6d0 100%);
    background-image: url("../img/mask-footer-white.xl.svg"), -webkit-linear-gradient(bottom, #12a6d0 0%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 100%), url("../img/bg-footer-bulb@1x.png"), -webkit-linear-gradient(315deg, #0f88aa 0%, #12a6d0 100%);
    background-image: url("../img/mask-footer-white.xl.svg"), linear-gradient(to top, #12a6d0 0%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 100%), url("../img/bg-footer-bulb@1x.png"), linear-gradient(135deg, #0f88aa 0%, #12a6d0 100%);
    background-repeat: no-repeat;
    background-position: center 24rem, center bottom, center 24rem;
    background-size: 2570px auto, auto auto, 1600px auto;
  }
}
@media (min-width: 768px) {
  .bg-bulb.no-month {
    padding-top: 3rem;
    background-position: center -1px, center 0;
  }
}
@media (min-width: 768px) {
  .bg-bulb.no-home-grey {
    padding-bottom: 1rem;
    margin-top: -3rem;
    background-image: url("../img/mask-footer-grey.xl.svg"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyYTZkMCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMTJhNmQwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMTJhNmQwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyYTZkMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url("../img/bg-footer-bulb@1x.png"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmODhhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyYTZkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: url("../img/mask-footer-grey.xl.svg"), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #12a6d0), color-stop(20%, rgba(18, 166, 208, 0)), color-stop(20%, rgba(18, 166, 208, 0)), color-stop(100%, rgba(18, 166, 208, 0))), url("../img/bg-footer-bulb@1x.png"), linear-gradient(135deg, #0f88aa 0%, #12a6d0 100%);
    background-image: url("../img/mask-footer-grey.xl.svg"), -moz-linear-gradient(bottom, #12a6d0 0%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 100%), url("../img/bg-footer-bulb@1x.png"), -moz-linear-gradient(315deg, #0f88aa 0%, #12a6d0 100%);
    background-image: url("../img/mask-footer-grey.xl.svg"), -webkit-linear-gradient(bottom, #12a6d0 0%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 100%), url("../img/bg-footer-bulb@1x.png"), -webkit-linear-gradient(315deg, #0f88aa 0%, #12a6d0 100%);
    background-image: url("../img/mask-footer-grey.xl.svg"), linear-gradient(to top, #12a6d0 0%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 100%), url("../img/bg-footer-bulb@1x.png"), linear-gradient(135deg, #0f88aa 0%, #12a6d0 100%);
    background-repeat: no-repeat;
    background-position: center 0, center bottom, center 0;
    background-size: 110% auto, auto auto, 100% auto;
  }
}
@media (min-width: 768px) {
  .bg-bulb.no-home-white {
    padding-bottom: 1rem;
    margin-top: -3rem;
    background-image: url("../img/mask-footer-white.xl.svg"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyYTZkMCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMTJhNmQwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjMTJhNmQwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyYTZkMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url("../img/bg-footer-bulb@1x.png"), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmODhhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyYTZkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: url("../img/mask-footer-white.xl.svg"), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #12a6d0), color-stop(20%, rgba(18, 166, 208, 0)), color-stop(20%, rgba(18, 166, 208, 0)), color-stop(100%, rgba(18, 166, 208, 0))), url("../img/bg-footer-bulb@1x.png"), linear-gradient(135deg, #0f88aa 0%, #12a6d0 100%);
    background-image: url("../img/mask-footer-white.xl.svg"), -moz-linear-gradient(bottom, #12a6d0 0%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 100%), url("../img/bg-footer-bulb@1x.png"), -moz-linear-gradient(315deg, #0f88aa 0%, #12a6d0 100%);
    background-image: url("../img/mask-footer-white.xl.svg"), -webkit-linear-gradient(bottom, #12a6d0 0%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 100%), url("../img/bg-footer-bulb@1x.png"), -webkit-linear-gradient(315deg, #0f88aa 0%, #12a6d0 100%);
    background-image: url("../img/mask-footer-white.xl.svg"), linear-gradient(to top, #12a6d0 0%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 20%, rgba(18, 166, 208, 0) 100%), url("../img/bg-footer-bulb@1x.png"), linear-gradient(135deg, #0f88aa 0%, #12a6d0 100%);
    background-repeat: no-repeat;
    background-position: center 0, center bottom, center 0;
    background-size: 110% auto, auto auto, 100% auto;
  }
}
@media (min-width: 1200px) {
  .bg-bulb.no-home-white {
    background-size: 2570px auto, auto auto, 1600px auto;
  }
}

@media (min-width: 992px) {
  .bg-grey-5-lg {
    background-color: #f2f2f2;
  }
}

.bg-grey-5 {
  background-color: #f2f2f2;
}

.bg-blue-lighter {
  background-color: #f0f8fa;
}

@media (min-width: 992px) {
  .bg-bridge {
    background-image: url("../img/bg-bridge.svg");
    background-repeat: no-repeat;
    background-position: calc(50% - 336px) 176px;
    background-size: 2838px 1836px;
  }
}

.btn {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  text-decoration: none;
}
.btn.disabled, .btn:disabled {
  color: #595959 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn.disabled svg, .btn:disabled svg {
  fill: #595959 !important;
}
.btn.disabled:hover, .btn:disabled:hover {
  color: #595959 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn.disabled:hover svg, .btn:disabled:hover svg {
  fill: #595959 !important;
}
.btn:focus {
  outline: none;
}
.btn .icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: .5rem;
}
.btn svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.btn-group.dual {
  width: 100%;
  max-width: 20rem;
}
@media (min-width: 544px) {
  .btn-group.dual {
    width: 20rem;
  }
}
.btn-group.dual label {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.btn-group.splitted {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.btn-group.splitted label,
.btn-group.splitted .switch {
  -webkit-flex-basis: 0;
  flex-basis: 0;
}
.btn-group.splitted .btn {
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  margin: 0;
}
.btn-group.splitted .btn + .btn {
  margin-top: 1rem;
}
.btn-group label,
.btn-group .btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn-group label:first-child,
.btn-group .btn:first-child {
  -moz-border-radius-topleft: 0.125rem;
  -webkit-border-top-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  -moz-border-radius-bottomleft: 0.125rem;
  -webkit-border-bottom-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.btn-group label:last-child,
.btn-group .btn:last-child {
  -moz-border-radius-topright: 0.125rem;
  -webkit-border-top-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  -moz-border-radius-bottomright: 0.125rem;
  -webkit-border-bottom-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.btn-checkbox-img {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 2.5rem;
  padding: .25rem;
  border: 1px solid #d9d9d9;
}
.btn-checkbox-img.active {
  border-color: #12a6d0;
}
.btn-checkbox-img.active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.btn-checkbox-img img {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-width: 100%;
  max-height: 2rem;
  opacity: .5;
}
.btn-checkbox-img input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-checkbox-img + .btn-checkbox-img {
  margin-top: 1rem;
}

.btn-close {
  position: absolute;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
}
.btn-close:hover {
  outline: none;
}
.btn-close:hover svg {
  fill: #e40a0a;
}
.btn-close svg {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  fill: #f52222;
}
.btn-close.size-16 {
  top: .25rem;
  right: .25rem;
  width: 1rem;
  height: 1rem;
}
.btn-close.size-16 svg {
  width: 1rem;
  height: 1rem;
}
.btn-close.size-20 {
  top: .375rem;
  right: .375rem;
  width: 1.25rem;
  height: 1.25rem;
}
.btn-close.size-20 svg {
  width: 1.25rem;
  height: 1.25rem;
}
.btn-close.size-24 {
  top: .5rem;
  right: .5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.btn-close.size-24 svg {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-cta {
  color: #fff;
  background-color: #3bb24c;
  border-color: #3bb24c;
}
.btn-cta:hover, .btn-cta:hover:active, .btn-cta:active, .btn-cta:focus {
  color: #fff;
  background-color: #31933f;
}

.btn-help {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: none;
}
.btn-help.btn-help-green svg {
  fill: #3bb24c;
}
.btn-help.btn-help-red svg {
  fill: #f52222;
}
.btn-help.btn-help-16 {
  width: 1rem;
  height: 1rem;
}
.btn-help.btn-help-16 svg {
  width: 1rem;
  height: 1rem;
}
.btn-help svg {
  -moz-transition: opacity 240ms ease-in-out;
  -o-transition: opacity 240ms ease-in-out;
  -webkit-transition: opacity 240ms ease-in-out;
  transition: opacity 240ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  fill: #88d2e7;
}
.btn-help svg:nth-child(2) {
  opacity: 0;
}
.btn-help:hover svg:nth-child(1) {
  opacity: 0;
}
.btn-help:hover svg:nth-child(2) {
  opacity: 1;
}
.btn-help:focus, .btn-help:active {
  outline: none;
}

.btn.btn-note {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 12.5rem;
  padding: .5rem .75rem;
  margin: 0 auto 1rem;
  font-size: .875rem;
  color: #595959;
  vertical-align: middle;
  background-color: #fff;
  border-color: #f2c633;
}
.btn.btn-note:hover {
  border-color: #edba0f;
}
.btn.btn-note .star-rating-sm {
  margin-right: .75rem;
}
.btn.btn-note .icon {
  width: .625rem;
  height: 1rem;
  margin: 0 0 0 .75rem;
  vertical-align: middle;
}
.btn.btn-note svg {
  fill: #595959;
}

.btn.btn-pill {
  -moz-border-radius: 10rem !important;
  -webkit-border-radius: 10rem;
  border-radius: 10rem !important;
  padding-right: .5rem;
  padding-left: .5rem;
  font-size: 1rem;
}

.btn.btn-phone {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font: 500 1.5rem/1.1em "Source Sans Pro", sans-serif;
  letter-spacing: .04em;
  font-weight: bold;
}
.btn.btn-phone .icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: .125rem;
  margin-right: .5rem;
  vertical-align: -.125rem;
}
@media (min-width: 1200px) {
  .btn.btn-phone .icon {
    margin-right: .875rem;
  }
}

.btn-primary {
  color: #fff;
  background-color: #f5a422;
  border-color: #f5a422;
}
.btn-primary:hover, .btn-primary:hover:active, .btn-primary:active, .btn-primary:focus {
  color: #fff;
  background-color: #e4900a;
  border-color: #e4900a;
}

.btn.btn-secondary {
  color: #fff;
  background-color: #12a6d0;
  border-color: #12a6d0;
}
.btn.btn-secondary:hover, .btn.btn-secondary:hover:active, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary:focus {
  color: #fff;
  background-color: #0f88aa;
  border-color: #0f88aa;
}

.btn.btn-outline-secondary {
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #12a6d0;
  background-color: transparent;
  border-color: #12a6d0;
}
.btn.btn-outline-secondary::before {
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 101%;
  height: 100%;
  content: "";
  background-color: #12a6d0;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
  color: #fff;
  background-color: transparent;
  border-color: #12a6d0;
}
.btn.btn-outline-secondary:hover::before, .btn.btn-outline-secondary:focus::before {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.btn.btn-outline-secondary:hover svg, .btn.btn-outline-secondary:focus svg {
  fill: #fff;
}
.btn.btn-outline-secondary.disabled::before, .btn.btn-outline-secondary:disabled::before {
  display: none;
}
.btn.btn-outline-secondary svg {
  -moz-transition: fill 300ms ease-out;
  -o-transition: fill 300ms ease-out;
  -webkit-transition: fill 300ms ease-out;
  transition: fill 300ms ease-out;
}
.btn.btn-outline-secondary.active, .btn.btn-outline-secondary.active:hover {
  color: #fff;
  background-color: #12a6d0;
  border-color: #12a6d0;
}
.btn.btn-outline-secondary.active svg, .btn.btn-outline-secondary.active:hover svg {
  fill: #fff;
}
.radio-group .btn.btn-outline-secondary {
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-color: #12a6d0;
}
.radio-group .btn.btn-outline-secondary::before {
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 101%;
  height: 100%;
  content: "";
  background-color: #12a6d0;
}
.radio-group .btn.btn-outline-secondary:hover, .radio-group .btn.btn-outline-secondary:focus {
  color: #12a6d0;
  background-color: transparent;
  border-color: #12a6d0;
}
.radio-group .btn.btn-outline-secondary:hover::before, .radio-group .btn.btn-outline-secondary:focus::before {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.radio-group .btn.btn-outline-secondary:hover svg, .radio-group .btn.btn-outline-secondary:focus svg {
  fill: #12a6d0;
}
.radio-group .btn.btn-outline-secondary.disabled::before, .radio-group .btn.btn-outline-secondary:disabled::before {
  display: none;
}
.radio-group .btn.btn-outline-secondary svg {
  -moz-transition: fill 300ms ease-out;
  -o-transition: fill 300ms ease-out;
  -webkit-transition: fill 300ms ease-out;
  transition: fill 300ms ease-out;
}
.radio-group .btn.btn-outline-secondary.active, .radio-group .btn.btn-outline-secondary.active:hover {
  color: #fff;
  background-color: #12a6d0;
  border-color: #12a6d0;
}
.radio-group .btn.btn-outline-secondary.active svg, .radio-group .btn.btn-outline-secondary.active:hover svg {
  fill: #fff;
}
.radio-group .btn.btn-outline-secondary::before {
  background-color: rgba(18, 166, 208, 0.15);
}
.btn.btn-outline-secondary svg {
  fill: #12a6d0;
}

.btn.btn-xs {
  padding: .375rem .75rem;
}

.btn.btn-sm {
  padding: .625rem 0;
}
@media (min-width: 544px) {
  .btn.btn-sm {
    padding: .625rem 1rem;
  }
}

.btn.btn-md {
  padding: .75rem 0;
}
@media (min-width: 544px) {
  .btn.btn-md {
    padding: .75rem 1rem;
  }
}

.btn.btn-lg {
  padding: .875rem 0;
  font-size: 1.125rem;
}
@media (min-width: 544px) {
  .btn.btn-lg {
    padding: .875rem 2rem;
  }
}

.btn.btn-ff-lg {
  padding: .5rem 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 544px) {
  .btn.btn-ff-lg {
    padding: .5rem 1rem;
  }
}
@media (min-width: 768px) {
  .btn.btn-ff-lg {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .btn.btn-ff-lg .icon-16 {
    vertical-align: -.0625rem;
  }
}

.btn.btn-ff-md {
  padding: .5rem 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
@media (min-width: 544px) {
  .btn.btn-ff-md {
    padding: .5rem 1rem;
  }
}
@media (min-width: 768px) {
  .btn.btn-ff-md {
    font-size: 1.125rem;
  }
}

.btn.btn-ff-sm {
  padding: .5rem 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .btn.btn-ff-sm {
    padding: .3rem 1rem;
    font-size: 1rem;
  }
}

.btn-fs-lg {
  padding-top: .407rem;
  padding-bottom: .407rem;
  font-size: 1.25rem;
}
.btn-fs-lg .icon {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: -.25rem;
}

.btn-white {
  color: #12a6d0;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:hover:active, .btn-white:active, .btn-white:focus {
  color: #0f88aa;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-white svg {
  fill: #12a6d0;
}

.btn-outline-white {
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}
.btn-outline-white::before {
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 101%;
  height: 100%;
  content: "";
  background-color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
  color: #12a6d0;
  background-color: transparent;
  border-color: white;
}
.btn-outline-white:hover::before, .btn-outline-white:focus::before {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.btn-outline-white:hover svg, .btn-outline-white:focus svg {
  fill: #12a6d0;
}
.btn-outline-white.disabled::before, .btn-outline-white:disabled::before {
  display: none;
}
.btn-outline-white svg {
  -moz-transition: fill 300ms ease-out;
  -o-transition: fill 300ms ease-out;
  -webkit-transition: fill 300ms ease-out;
  transition: fill 300ms ease-out;
}

.collapsable:hover {
  cursor: pointer;
}
.collapsable::after {
  position: absolute;
  top: 50%;
  right: .5rem;
  width: 0;
  height: 0;
  margin-top: -.5rem;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: .75rem .5rem 0;
  border-top-color: #595959;
  transition: transform 240ms ease-out;
}
.collapsable[aria-expanded="false"] {
  margin: 0;
}
.collapsable[aria-expanded="false"]::after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.collapsable[aria-expanded="true"]::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-control > input:checked ~ .custom-control-indicator {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control > input:focus ~ .custom-control-indicator {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control > input:active ~ .custom-control-indicator {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
.custom-control .custom-control-description {
  margin-left: .5rem;
  font-weight: 400;
}
.custom-control .custom-control-description svg {
  margin-right: .5rem;
  fill: #12a6d0;
}

.custom-checkbox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.custom-checkbox .custom-control-indicator {
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .custom-checkbox .custom-control-indicator {
    top: .185rem;
    width: 1rem;
    height: 1rem;
  }
}
.custom-checkbox .custom-control-indicator svg {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  position: absolute;
  top: 0;
  right: -.25rem;
  z-index: 5;
  width: 1.5rem;
  height: 1.5rem;
  opacity: 0;
  fill: #12a6d0;
}
@media (min-width: 992px) {
  .custom-checkbox .custom-control-indicator svg {
    width: 1rem;
    height: 1rem;
  }
}
.custom-checkbox input:checked ~ .custom-control-indicator {
  background-color: #fff;
  background-image: none;
}
.custom-checkbox input:checked ~ .custom-control-indicator svg {
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 1;
}

.custom-radio {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.custom-radio .custom-control-indicator {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 992px) {
  .custom-radio .custom-control-indicator {
    top: .185rem;
    width: 1rem;
    height: 1rem;
  }
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #12a6d0;
}
.custom-radio .custom-control-input:active ~ .custom-control-indicator {
  background-color: #88d2e7;
}

.btn.btn-dropdown {
  background-color: #fff;
  border-color: #d9d9d9;
}

.dropdown .dropdown-menu {
  -moz-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  display: block;
  opacity: 0;
}
.dropdown.open .dropdown-menu {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

.dropdown-toggle::after {
  margin-left: .875rem;
  border-top: 0.45em solid #f5a422;
  border-right: .225em solid transparent;
  border-left: .225em solid transparent;
}

.dropdown-item,
.btn.btn-dropdown {
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  padding-left: .5rem;
  padding-right: .5rem;
  color: #595959;
  font-family: "Source Sans Pro", sans-serif;
}
.dropdown-item .icon,
.btn.btn-dropdown .icon {
  display: inline-block;
  padding: 0;
  margin-right: .5rem;
}
.dropdown-item .icon svg,
.btn.btn-dropdown .icon svg {
  width: 100%;
  height: 100%;
}
.dropdown-item .icon:not(.icon-flag) svg,
.btn.btn-dropdown .icon:not(.icon-flag) svg {
  fill: #595959;
}

.dropdown-item + .dropdown-item {
  margin-top: .25rem;
}
.dropdown-item:hover {
  color: #fff;
  background-color: #88d2e7;
}
.dropdown-item:hover .icon:not(.icon-flag) svg {
  fill: #fff;
}

label,
.label {
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .half-lg {
    width: calc(50% - 1rem);
  }
}

.form-control {
  padding: .5625rem .5rem;
  border-color: #d9d9d9;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
}

.form-text {
  font-size: .875rem;
}

label textarea {
  margin-top: .75rem;
}

.form-group {
  margin-bottom: 1rem;
}

.input-group-addon {
  color: #494949;
  background: #dadada;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
}

.item-required {
  position: relative;
}
.item-required input,
.item-required input:active,
.item-required input:focus,
.item-required textarea,
.item-required textarea:active,
.item-required textarea:focus {
  position: relative;
  z-index: 1;
  background: transparent;
}
.item-required .item-asterisk {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI0OS45JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 100%, 100% 0%, color-stop(49.9%, rgba(255, 255, 255, 0)), color-stop(50%, #dadada), color-stop(100%, #dadada));
  background-image: -moz-linear-gradient(left bottom, rgba(255, 255, 255, 0) 49.9%, #dadada 50%, #dadada 100%);
  background-image: -webkit-linear-gradient(left bottom, rgba(255, 255, 255, 0) 49.9%, #dadada 50%, #dadada 100%);
  background-image: linear-gradient(to right top, rgba(255, 255, 255, 0) 49.9%, #dadada 50%, #dadada 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 1.625rem;
  height: 1.625rem;
  padding: .125rem .25rem 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #494949;
  text-align: right;
  cursor: default;
  user-select: none;
}
@media (min-width: 321px) {
  .item-required .item-asterisk {
    right: 1px;
  }
}
.item-required.item-help .item-asterisk {
  right: 29px;
}
@media (min-width: 321px) {
  .item-required.item-help .item-asterisk {
    right: 30px;
  }
}

form.main-form h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 3.5rem;
  font-size: 1.5rem;
}
form.main-form h2 svg {
  margin-right: 1rem;
  fill: #f5a422;
}
@media (min-width: 992px) {
  form.main-form .field-block {
    padding: 1.5rem 6rem;
    margin-bottom: 3rem;
    background: #fff;
    border-top: 4px solid #f5a422;
  }
}
form.main-form .btn {
  font-family: "Source Sans Pro", sans-serif;
}
form.main-form button[type="submit"] {
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "Ubuntu", sans-serif;
}
form.main-form button[type="submit"] span.icon {
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}
@media (min-width: 768px) {
  form.main-form button[type="submit"] {
    width: auto;
  }
}
@media (min-width: 992px) {
  form.main-form button[type="submit"] {
    padding-right: 3rem;
    padding-left: 3rem;
    font-size: 1.375rem;
    font-weight: 600;
  }
  form.main-form button[type="submit"] span.icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
  }
}
form .item-help {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
form .item-help button {
  margin-left: 1rem;
}
form .item-label {
  margin-bottom: .75rem;
}
@media (min-width: 992px) {
  form .item-label {
    font-size: 1.25rem;
  }
}
form .input-inline {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.5rem;
}
form .input-inline label {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  margin: 0;
}
form .input-inline .input-group {
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
  width: auto;
}
form .input-inline .input-group .form-control {
  min-width: 0;
}
@media (min-width: 992px) {
  form .input-inline-lg {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  form .input-inline-lg label {
    -webkit-flex-basis: 35%;
    flex-basis: 35%;
    margin: 0;
  }
  form .input-inline-lg .item-help {
    -webkit-flex-basis: 65%;
    flex-basis: 65%;
  }
}
form .btn-group {
  display: -webkit-flex;
  display: flex;
  font-family: "Source Sans Pro", sans-serif;
}
form .btn-group > .btn input[type=checkbox],
form .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
form .btn-group.switch label {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
form .btn-group.triple label {
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
}
form .btn-group.quadruple label {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}
form .btn-group + .btn-group,
form .btn-group + .radio-group,
form .btn-group + .checkbox-group {
  margin-top: 1rem;
}
form .btn-group label {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: .5625rem 0;
}
@media (min-width: 992px) {
  form .btn-group label {
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
  }
}
form .btn-group label span.icon {
  display: none;
}
@media (min-width: 768px) {
  form .btn-group label span.icon {
    display: inline-block;
  }
}
form .btn-group label span.icon.icon-xs {
  display: inline-block;
}
form .input-group .form-control {
  -moz-border-radius-topleft: 0.125rem;
  -webkit-border-top-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  -moz-border-radius-bottomleft: 0.125rem;
  -webkit-border-bottom-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  border-right-color: #d9d9d9;
}
form .input-group .form-control:focus {
  border-right-color: #12a6d0;
}
form .input-group .form-control ~ .input-group-addon {
  -moz-border-radius-topright: 0.125rem;
  -webkit-border-top-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  -moz-border-radius-bottomright: 0.125rem;
  -webkit-border-bottom-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
form .input-group .input-group-addon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
form .radio-group [class^="col-"],
form .checkbox-group [class^="col-"] {
  margin-bottom: 1rem;
  text-align: center;
}
form .radio-group [class^="col-"]:nth-child(3n+1),
form .checkbox-group [class^="col-"]:nth-child(3n+1) {
  text-align: left;
}
form .radio-group [class^="col-"]:nth-child(3n+3),
form .checkbox-group [class^="col-"]:nth-child(3n+3) {
  text-align: right;
}
@media (min-width: 768px) {
  form .radio-group [class^="col-"]:nth-child(3n+1),
  form .radio-group [class^="col-"]:nth-child(3n+3),
  form .checkbox-group [class^="col-"]:nth-child(3n+1),
  form .checkbox-group [class^="col-"]:nth-child(3n+3) {
    text-align: center;
  }
  form .radio-group [class^="col-"]:nth-child(4n+1),
  form .checkbox-group [class^="col-"]:nth-child(4n+1) {
    text-align: left;
  }
  form .radio-group [class^="col-"]:nth-child(4n+4),
  form .checkbox-group [class^="col-"]:nth-child(4n+4) {
    text-align: right;
  }
}
form .btn-radio input,
form .btn-checkbox input {
  display: none;
}
form .field-submit {
  text-align: center;
}

/*! jQuery UI - v1.12.0 - 2016-08-24
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #0f88aa;
  background: #12a6d0;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #0f88aa;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

.icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: inline-block;
}
.icon svg {
  width: 100%;
  height: 100%;
}

svg {
  display: inline-block;
}

.icon-12 {
  width: .75rem;
  height: .75rem;
}

.icon-16 {
  width: 1rem;
  height: 1rem;
  vertical-align: -.125rem;
}

.icon-20 {
  width: 1rem;
  height: 1rem;
  vertical-align: -.125rem;
}
@media (min-width: 768px) {
  .icon-20 {
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: -.25rem;
  }
}

.icon-24 {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: -.375rem;
}

.icon-32 {
  width: 2rem;
  height: 2rem;
}

.icon-40 {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-48 {
  width: 3rem;
  height: 3rem;
}

.input-star-rating {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.br-theme-star-rating .br-widget {
  height: 1.5rem;
}
@media (min-width: 768px) {
  .br-theme-star-rating .br-widget {
    height: 1.5rem;
  }
}

.br-theme-star-rating .br-widget a {
  display: inline-block;
  width: .75rem;
  height: 1.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2YyYzYzMyIgZD0iTTEyIDUuMTczbDIuMzM1IDQuODE3IDUuMzA1LjczMi0zLjg2MSAzLjcxLjk0MiA1LjI3LTQuNzIxLTIuNTI0LTQuNzIxIDIuNTI1Ljk0Mi01LjI3LTMuODYxLTMuNzEgNS4zMDUtLjczMyAyLjMzNS00LjgxN3ptMC00LjU4NmwtMy42NjggNy41NjgtOC4zMzIgMS4xNTEgNi4wNjQgNS44MjgtMS40OCA4LjI3OSA3LjQxNi0zLjk2NyA3LjQxNiAzLjk2Ni0xLjQ4LTguMjc5IDYuMDY0LTUuODI3LTguMzMyLTEuMTUtMy42NjgtNy41Njl6Ii8+PC9zdmc+);
  background-size: auto 100%;
  opacity: .5;
}
@media (min-width: 768px) {
  .br-theme-star-rating .br-widget a {
    width: .75rem;
    height: 1.5rem;
  }
}
.br-theme-star-rating .br-widget a:nth-child(even) {
  margin-right: .125rem;
  background-position: right center;
}
.br-theme-star-rating .br-widget a.br-selected {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2YyYzYzMyIgZD0iTTEyIC41ODdsMy42NjggNy41NjggOC4zMzIgMS4xNTEtNi4wNjQgNS44MjggMS40OCA4LjI3OS03LjQxNi0zLjk2Ny03LjQxNyAzLjk2NyAxLjQ4MS04LjI3OS02LjA2NC01LjgyOCA4LjMzMi0xLjE1MXoiLz48L3N2Zz4=);
  opacity: 1;
}
.br-theme-star-rating .br-widget a.br-active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2YyYzYzMyIgZD0iTTEyIC41ODdsMy42NjggNy41NjggOC4zMzIgMS4xNTEtNi4wNjQgNS44MjggMS40OCA4LjI3OS03LjQxNi0zLjk2Ny03LjQxNyAzLjk2NyAxLjQ4MS04LjI3OS02LjA2NC01LjgyOCA4LjMzMi0xLjE1MXoiLz48L3N2Zz4=);
  opacity: 1;
}

.list-checked-circle, .list-checked {
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  list-style: none;
}
.list-checked-circle li, .list-checked li {
  position: relative;
  margin-bottom: .375rem;
}
.list-checked-circle li:last-child, .list-checked li:last-child {
  margin-bottom: 0;
}

.list-checked-circle li {
  padding-left: 1.5rem;
}
@media (min-width: 992px) {
  .list-checked-circle li {
    padding-left: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .list-checked-circle li {
    padding-left: 2rem;
  }
}
.list-checked-circle li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: -.5rem;
  margin-right: .5rem;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZjVhNDIyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMGMtNi42MjcgMC0xMiA1LjM3My0xMiAxMnM1LjM3MyAxMiAxMiAxMiAxMi01LjM3MyAxMi0xMi01LjM3My0xMi0xMi0xMnptLTEuMjUgMTcuMjkybC00LjUtNC4zNjQgMS44NTctMS44NTggMi42NDMgMi41MDYgNS42NDMtNS43ODQgMS44NTcgMS44NTctNy41IDcuNjQzeiIvPjwvc3ZnPg==);
  background-size: 100% auto;
}
@media (min-width: 992px) {
  .list-checked-circle li::before {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -.6125rem;
  }
}
@media (min-width: 1200px) {
  .list-checked-circle li::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.75rem;
  }
}

.list-checked > li {
  padding-left: 1rem;
  font-size: .875rem;
}
@media (min-width: 992px) {
  .list-checked > li {
    padding-left: 1.75rem;
    font-size: .9375rem;
  }
}
@media (min-width: 1200px) {
  .list-checked > li {
    padding-left: 2.5rem;
    font-size: 1rem;
  }
}
.list-checked > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: .75rem;
  height: .75rem;
  margin-top: -.375rem;
  margin-right: .5rem;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjM2JiMjRjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+);
  background-size: 100% auto;
}
@media (min-width: 992px) {
  .list-checked > li::before {
    width: 1rem;
    height: 1rem;
    margin-top: -.5rem;
  }
}
@media (min-width: 1200px) {
  .list-checked > li::before {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.75rem;
  }
}

.star-rating {
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2YyYzYzMyIgZD0iTTEyIDUuMTczbDIuMzM1IDQuODE3IDUuMzA1LjczMi0zLjg2MSAzLjcxLjk0MiA1LjI3LTQuNzIxLTIuNTI0LTQuNzIxIDIuNTI1Ljk0Mi01LjI3LTMuODYxLTMuNzEgNS4zMDUtLjczMyAyLjMzNS00LjgxN3ptMC00LjU4NmwtMy42NjggNy41NjgtOC4zMzIgMS4xNTEgNi4wNjQgNS44MjgtMS40OCA4LjI3OSA3LjQxNi0zLjk2NyA3LjQxNiAzLjk2Ni0xLjQ4LTguMjc5IDYuMDY0LTUuODI3LTguMzMyLTEuMTUtMy42NjgtNy41Njl6Ii8+PC9zdmc+);
}
.star-rating.star-rating-xxl {
  width: 11.875rem;
  height: 2rem;
}
@media (min-width: 768px) {
  .star-rating.star-rating-xxl {
    width: 15rem;
    height: 2.375rem;
  }
}
.star-rating.star-rating-xxl, .star-rating.star-rating-xxl .rating {
  background-size: 2.375rem 2rem;
}
@media (min-width: 768px) {
  .star-rating.star-rating-xxl, .star-rating.star-rating-xxl .rating {
    background-size: 3rem 2.375rem;
  }
}
.star-rating.star-rating-xl {
  width: 11.875rem;
  height: 2rem;
}
.star-rating.star-rating-xl, .star-rating.star-rating-xl .rating {
  background-size: 2.375rem 2rem;
}
.star-rating.star-rating-md {
  width: 9.0625rem;
  height: 1.5rem;
}
.star-rating.star-rating-md, .star-rating.star-rating-md .rating {
  background-size: 1.85rem 1.5rem;
}
.star-rating.star-rating-sm {
  width: 6.125rem;
  height: 1rem;
}
.star-rating.star-rating-sm, .star-rating.star-rating-sm .rating {
  background-size: 1.25rem 1rem;
}
.star-rating.star-rating-xs {
  width: 4.75rem;
  height: .75rem;
}
.star-rating.star-rating-xs, .star-rating.star-rating-xs .rating {
  background-size: .9375rem .75rem;
}
.star-rating .rating {
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2YyYzYzMyIgZD0iTTEyIC41ODdsMy42NjggNy41NjggOC4zMzIgMS4xNTEtNi4wNjQgNS44MjggMS40OCA4LjI3OS03LjQxNi0zLjk2Ny03LjQxNyAzLjk2NyAxLjQ4MS04LjI3OS02LjA2NC01LjgyOCA4LjMzMi0xLjE1MXoiLz48L3N2Zz4=);
}

.table-base {
  font-size: .875rem;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.table-base thead,
.table-base thead th,
.table-base td,
.table-base th,
.table-base tr + tr {
  border-color: #d9d9d9;
}
.table-base td,
.table-base th {
  vertical-align: middle;
}
.table-base td + td,
.table-base td + th,
.table-base th + td,
.table-base th + th {
  border-left: 1px solid #d9d9d9;
}
.table-base caption {
  padding-top: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #595959;
  caption-side: top;
}

.stripped-offset-1 tr > td:nth-child(odd),
.stripped-offset-1 tr > th:nth-child(odd) {
  background-color: #f2f2f2;
}
.stripped-offset-1 tr > td:nth-child(1),
.stripped-offset-1 tr > th:nth-child(1) {
  background-color: #fff;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  border-top-color: #0f88aa;
}
.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
  border-right-color: #0f88aa;
}
.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
  border-bottom-color: #0f88aa;
}
.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
  border-left-color: #0f88aa;
}

.tooltip-inner {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  max-width: 13.75rem;
  background-color: #0f88aa;
}
@media (min-width: 544px) {
  .tooltip-inner {
    max-width: 20rem;
  }
}
.tooltip-inner a {
  color: #fff;
  text-decoration: underline;
}
.tooltip-inner a:hover {
  color: #fff;
}

body {
  width: 100%;
  min-width: 320px;
  font-family: "Source Sans Pro", sans-serif;
  color: #595959;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: .4em;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .6em;
  }
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.15em;
}
@media (min-width: 544px) {
  h1, .h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.125rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
h1.text-blue, .h1.text-blue {
  color: #0f88aa;
}

h2, .h2 {
  font-size: 1.375rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 1.25rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: 1.125rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}

h6, .h6 {
  font-size: 1rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 1.5rem;
  }
}

.text-xl {
  font-size: 1.5em;
}

.text-lg {
  font-size: 1.25em;
}

.text-md {
  font-size: .875em;
}

.text-sm {
  font-size: .75em;
}

.text-xs {
  font-size: .5em;
}

.text-blue {
  color: #0f88aa;
}

.text-orange {
  color: #f5a422;
}

.text-green {
  color: #3bb24c;
}

.text-red {
  color: #f52222;
}

a {
  color: #12a6d0;
  text-decoration: none;
}
a:hover {
  color: #32c4ed;
  text-decoration: underline;
}

.is-hidden {
  display: none !important;
}

.is-loading {
  height: 4rem;
  background-image: url("../img/loader.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

aside {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  aside {
    margin-top: 2.5rem;
  }
}

.aside {
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  padding: 1rem;
  margin: 0;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.aside + .aside {
  margin-top: 2rem;
}
.aside .title-help {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.aside .collapsable::after {
  right: .125rem;
}
.aside h3 {
  margin-bottom: .35em;
  font-size: 1.25rem;
  font-weight: 500;
}
.aside h3 + .btn {
  margin-top: .625rem;
}
.aside h4 {
  position: relative;
  margin-bottom: 1rem;
  font-size: .935rem;
}
.aside > .btn,
.aside > .btn.btn-sm {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.aside > .btn + .btn,
.aside > .btn.btn-sm + .btn {
  margin-top: 1rem;
}
.aside .btn-checkbox {
  width: 100%;
}
.aside [type="submit"] {
  width: 100%;
}
.aside .form-control {
  min-width: 0;
}
.aside .form-group + .btn {
  margin-top: 1.5rem;
}
.aside .head {
  height: 64px;
  margin: -1rem -1rem .25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aside p {
  margin-bottom: .75rem;
}
.aside .btn {
  margin-top: 1.5rem;
  font-size: 1rem;
  display: block;
}
.aside .btn:not(.btn-phone) {
  font-weight: 500;
}
.aside .btn-free-call {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .aside .btn-free-call {
    font-size: 1.25rem;
    padding-top: .3125rem;
    padding-bottom: .5rem;
  }
}
.aside .btn-phone {
  margin-top: .75rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1em;
}
@media (min-width: 1200px) {
  .aside .btn-phone {
    font-size: 1.375rem;
  }
}
.aside .btn-phone .icon {
  margin-right: .2rem;
  vertical-align: sub;
}
@media (min-width: 1200px) {
  .aside .btn-phone .icon {
    margin-right: .875rem;
    vertical-align: -.125rem;
  }
}
.aside .btn-ff-md {
  padding: .4rem 1rem;
  font-size: 1.125rem;
}
.aside-widget {
  padding: 0;
  border: none;
  box-shadow: none;
  display: none;
}
@media (min-width: 1200px) {
  .aside-widget {
    display: block;
  }
}
.aside-widget img {
  width: 100%;
  height: auto;
}
.aside .info {
  width: 100%;
  display: block;
  padding-right: 1.75rem;
  margin-top: 1rem;
  position: relative;
}
.aside .info .btn-help {
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 0;
}
.aside .more-info {
  margin-top: 1rem;
  text-align: center;
}
.aside .more-info .btn-help {
  margin-left: 0;
  margin-right: 1rem;
}
.aside .selectric .label {
  margin-right: 1.5rem;
}
.aside .selectric .button {
  width: 1.5rem;
}
.aside .stepper .form-control {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  flex-grow: 1;
}
.aside .stepper .btn.minus, .aside .stepper .btn.plus {
  position: relative;
}
.aside .stepper .btn.minus .icon, .aside .stepper .btn.plus .icon {
  display: none;
}
.aside .stepper .btn.minus:before, .aside .stepper .btn.minus:after, .aside .stepper .btn.plus:before, .aside .stepper .btn.plus:after {
  display: block;
  content: '\0020';
  overflow: hidden;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aside .stepper .btn.minus:before, .aside .stepper .btn.plus:before {
  width: 12px;
  height: 2px;
  top: 1px;
}
.aside .stepper .btn.minus:after, .aside .stepper .btn.plus:after {
  width: 0;
  height: 0;
}
.aside .stepper .btn.plus:after {
  width: 2px;
  height: 12px;
}

.aside-fixed {
  margin-top: 2rem;
  position: relative;
}
.aside-fixed-floating {
  width: 205px;
  position: fixed;
  top: 60px;
}
@media (min-width: 1200px) {
  .aside-fixed-floating {
    width: 255px;
  }
}
.aside-fixed-floating-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

.aside-filters {
  text-align: left;
}
.aside-filters > .btn {
  margin-bottom: 1.5rem;
}
.aside-filters .custom-control + .custom-control {
  margin-top: 1rem;
  margin-left: 0;
}
.aside-filters .custom-control-description {
  font-size: .875rem;
}
.aside-filters .custom-control-description svg {
  width: 1rem;
  height: 1rem;
  fill: #595959;
}

.aside-retained-consumption .btn-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.aside-retained-consumption .btn-group .btn {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  font-size: .75rem;
}

.aside-call .head {
  background-image: url("../img/temp/phone.jpg");
}
.aside-call h3 {
  color: #494949;
}

.aside-comparator-1 .head {
  background-image: url("../img/temp/comparator.jpg");
}
.aside-comparator-2 .head {
  background-image: url("../img/temp/comparator.jpg");
}
.aside-comparator-2 .form-group:first-of-type {
  margin-top: 1.5rem;
}
.aside-comparator-2 .form-group + .btn {
  margin-top: 1.125rem;
}
.aside-comparator-3 .head {
  background-image: url("../img/temp/comparator.jpg");
}
.aside-comparator-3 .form-group:first-of-type {
  margin-top: 1.5rem;
}

.aside-domotic-quotation .head {
  background-image: url("../img/temp/interior.jpg");
}
.aside-domotic-quotation h3 {
  margin-bottom: 3px;
}

.aside-energy-call .head {
  background-image: url("../img/temp/phone.jpg");
}

.aside-group .head {
  background-image: url("../img/temp/lights.jpg");
}

.aside-group-purchases .head {
  background-image: url("../img/temp/hands.jpg");
}

.aside-monetization-call .head {
  background-image: url("../img/temp/phone.jpg");
}

.aside .monetization-list {
  padding: 0;
  margin: 0 -1rem;
  list-style: none;
  font-size: .875rem;
  line-height: 1.28em;
}
.aside .monetization-list:last-of-type {
  margin-bottom: -6px;
}
.aside .monetization-list li + li {
  margin-top: 4px;
}
.aside .monetization-list li a {
  padding: .375rem 1rem;
  display: block;
  color: #0f88aa;
  transition: color .1s ease, background .1s ease;
}
.aside .monetization-list li a:hover, .aside .monetization-list li a:focus {
  background: #0f88aa;
  color: #fff;
  text-decoration: none;
}
.aside .monetization-list li.active {
  background: #0f88aa;
}
.aside .monetization-list li.active a {
  color: #fff;
  background: transparent;
}
.aside .monetization-list li ul {
  margin: 0;
  padding: 0 0 1px 0;
  list-style: none;
}
.aside .monetization-list li ul li {
  margin-bottom: 4px;
}
.aside .monetization-list li ul li a {
  padding: .3rem 1rem .3rem 2rem;
  position: relative;
}
.aside .monetization-list li ul li a:hover, .aside .monetization-list li ul li a:focus {
  background: transparent;
  color: #88d2e7;
}
.aside .monetization-list li ul li a:before {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  content: '\0020';
  overflow: hidden;
  border-bottom: 1px solid #88d2e7;
  border-left: 1px solid #88d2e7;
  position: absolute;
  top: .375rem;
  left: 1rem;
}
.aside .monetization-list.number-list {
  counter-reset: counter;
  list-style-type: none;
}
.aside .monetization-list.number-list li {
  padding: .375rem 1rem .375rem 2.5rem;
  position: relative;
}
.aside .monetization-list.number-list li:before {
  content: counter(counter);
  counter-increment: counter;
  font: bold 1.5rem "Ubuntu", sans-serif;
  color: #f5a422;
  position: absolute;
  left: 1rem;
  top: .25rem;
}
.aside .monetization-list.number-list li a {
  padding: 0;
}
.aside .monetization-list.number-list li a:hover {
  background: transparent;
  text-decoration: underline;
  color: #0f88aa;
}

.aside .monetization-prize-list {
  padding: 0;
  margin: 1rem 0 0 0;
  counter-reset: counter;
  list-style-type: none;
}
.aside .monetization-prize-list li {
  padding-left: 3.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.aside .monetization-prize-list li:before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(counter);
  counter-increment: counter;
  font: bold 1.5rem "Ubuntu", sans-serif;
  color: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.aside .monetization-prize-list li:first-child:before {
  background: linear-gradient(to right, #f8de8b 0%, #f2c633 100%);
  border: 1px solid #f2c633;
}
.aside .monetization-prize-list li:nth-child(2n):before {
  background: linear-gradient(to right, #d7dadb 0%, #bbc0c2 100%);
  border: 1px solid #bbc0c2;
}
.aside .monetization-prize-list li:nth-child(3n):before {
  background: linear-gradient(to right, #dcb17a 0%, #c2791a 100%);
  border: 1px solid #c2791a;
}
.aside .monetization-prize-list .provider-logo {
  width: auto;
  max-width: 100%;
  height: 40px;
}
.aside .monetization-prize-list .btn {
  font-weight: 400;
}

.aside-monetization-prize-list .head {
  background-image: url("../img/temp/light-bulbs.jpg");
}

.aside-monetization-telecom-call .head {
  background-image: url("../img/temp/phone.jpg");
}

.aside-moving-in-out .head {
  background-image: url("../img/temp/moving-in-out.jpg");
}

.aside-newsletter p {
  margin: .875rem 0 1.5rem;
}
.aside-newsletter .head {
  background-image: url("../img/temp/girl.jpg");
}

.aside-propane-quotation .head {
  background-image: url("../img/temp/gas-blue.jpg");
}
.aside-propane-quotation-provider .head {
  background-image: url("../img/temp/propane.jpg");
}

.aside-provider-subscription-telecom .head {
  background-image: url("../img/temp/telecom.jpg");
}
.aside-provider-subscription-telecom .btn {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-top: 1.125rem;
  font-size: 18px;
}

.aside-recrute .head {
  background-image: url("../img/temp/people.jpg");
}

.badge {
  padding: .25rem .5625rem;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.badge .icon {
  margin: -.25rem .5rem -.25rem 0;
  display: inline-block;
  vertical-align: middle;
}
.badge-sm {
  padding: .1875rem .625rem;
  font-size: .75rem;
}
.badge-primary {
  background: #12a6d0;
  color: #fff;
}
.badge-primary:hover {
  background: #0f88aa;
}
.badge-primary .icon svg {
  fill: #fff;
}
.badge-secondary {
  background: #f5a422;
  color: #fff;
}
.badge-secondary:hover {
  background: #e4900a;
}
.badge-secondary .icon svg {
  fill: #fff;
}
.badge-cta {
  background: #3bb24c;
  color: #fff;
}
.badge-cta:hover {
  background: #31933f;
}
.badge-cta .icon svg {
  fill: #fff;
}

.breadcrumb {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  background: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-bottom: .8125rem;
  }
}
.breadcrumb li {
  margin-bottom: .25rem;
  display: inline;
  font-size: .875rem;
  letter-spacing: -.03em;
}
.breadcrumb li:after {
  display: inline-block;
  width: .75rem;
  height: .75rem;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: -.0625rem;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiPjxwYXRoIGQ9Ik00LjUgM2wzLjEtMyAxMS45IDEyLTExLjkgMTItMy4xLTMgOS05LTktOXoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75% auto;
  opacity: .34;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li:last-child a {
  color: #595959;
  pointer-events: none;
}
.breadcrumb li:last-child a:hover {
  text-decoration: none;
}
.breadcrumb li a {
  color: #148da8;
}
.breadcrumb .home-link:hover, .breadcrumb .home-link:focus {
  text-decoration: none;
}
.breadcrumb .home-link svg {
  width: 1rem;
  height: 1rem;
  fill: #f5a422;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .breadcrumb .home-link svg {
    top: -1px;
    position: relative;
  }
}

.call-small {
  height: 100%;
  text-align: center;
}
.call-small h2 {
  font-size: 1.25rem;
}
.call-small .btn {
  width: 100%;
  max-width: 20rem;
}
.call-small .btn + .btn {
  margin-top: 1rem;
}
.call-small .block-title {
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  position: relative;
  max-width: 20rem;
  padding: 1rem .75rem .75rem;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.call-small .block-title h2 {
  position: absolute;
  top: -.8125rem;
  left: 0;
  display: block;
  width: 100%;
}
.call-small .block-title h2 span {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjhmYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjBmOGZhIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8fa), color-stop(50%, #f0f8fa), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #f0f8fa 0%, #f0f8fa 50%, #ffffff 50%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #f0f8fa 0%, #f0f8fa 50%, #ffffff 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f0f8fa 0%, #f0f8fa 50%, #ffffff 50%, #ffffff 100%);
  display: inline-block;
  padding: 0 .5rem;
}
.call-small .block-title form {
  margin-top: 1rem;
}
.call-small .block-title form .form-control {
  border-color: #f5a422;
}
.call-small .block-title form .input-group-addon {
  color: #fff;
  background-color: #f5a422;
  border-color: #f5a422;
}
.call-small .block-title form .input-group-addon:hover, .call-small .block-title form .input-group-addon:hover:active, .call-small .block-title form .input-group-addon:active, .call-small .block-title form .input-group-addon:focus {
  color: #fff;
  background-color: #e4900a;
  border-color: #e4900a;
}
.call-small .or {
  margin: 1rem auto;
  font-size: 1.5rem;
  font-weight: 700;
  color: #595959;
}

.card {
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
  border: 1px solid #e6e6e6;
  transition: border .3s ease;
}

.list-card {
  padding: 0;
  margin-right: -.5rem;
  margin-left: -.5rem;
}
.list-card.row {
  margin-right: -1.4375rem;
  margin-left: -1.4375rem;
}
@media (min-width: 544px) {
  .list-card.row {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
}
@media (min-width: 544px) {
  .list-card {
    margin-right: 0;
    margin-left: 0;
  }
}
.list-card li {
  margin-bottom: 1rem;
  list-style: none;
}
.list-card li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 544px) {
  .list-card li {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .list-card li {
    margin-bottom: 1rem;
  }
}
.list-card .card {
  height: 100%;
}
.list-card .card-item {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .list-card .card-item {
    margin-bottom: 1.65rem;
  }
}
.list-card + h2, .list-card + h3 {
  margin-top: 2.25rem;
}
.list-card-faq {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .list-card-faq {
    margin-top: 1.625rem;
  }
}
.list-card-details {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .list-card-details {
    margin-bottom: 3.6rem;
  }
}

.card-article {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .card-article {
    max-width: none;
  }
}
.card-article:hover {
  border-color: #f5a422;
}
.card-article:hover .card-article-link {
  text-decoration: none;
  color: #12a6d0;
}
.card-article .card-article-link {
  padding: .75rem;
  color: #0f88aa;
  display: block;
  transition: color .3s ease;
}
@media (min-width: 768px) {
  .card-article .card-article-link {
    padding: 1rem;
  }
}
.card-article .card-article-link:hover {
  text-decoration: none;
}
.card-article header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.142em;
  color: rgba(0, 0, 0, 0.4);
}
.card-article header svg {
  width: .75rem;
  height: .75rem;
  margin-right: .5rem;
  fill: #f5a422;
}
.card-article header .taxonomy {
  color: #0f88aa;
}
.card-article header + a:not(.btn) {
  margin-top: .5rem;
}
.card-article img {
  width: 100%;
  height: auto;
}
.card-article h3,
.card-article h2 {
  margin-top: .875rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.card-article h3 a,
.card-article h2 a {
  color: #0f88aa;
  transition: color .3s ease;
}
.card-article h3 a:hover,
.card-article h2 a:hover {
  text-decoration: none;
  color: #12a6d0;
}
.card-article .chapo {
  font-size: .875rem;
}
.card-article footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.card-article-simple {
  max-width: 400px;
  padding: .75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .card-article-simple {
    max-width: none;
  }
}
.card-article-simple .card-article-link {
  color: #0f88aa;
  display: block;
  transition: color .3s ease;
}
.card-article-simple .card-article-link:hover {
  text-decoration: none;
  color: #12a6d0;
}
.card-article-simple .card-article-image {
  margin-bottom: 0;
}
.card-article-simple .card-article-image img {
  width: 100%;
  height: auto;
}
.card-article-simple .card-article-title {
  margin-top: .6rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .card-article-simple .card-article-title {
    margin-top: .75rem;
  }
}
.card-article-simple .card-article-title a {
  color: #0f88aa;
}

.card-article-small {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: .5rem;
}
.card-article-small .img-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 2.5rem;
  margin-right: .5rem;
}
@media (min-width: 1200px) {
  .card-article-small .img-link {
    height: 3.5rem;
  }
}
.card-article-small .img-link img {
  width: auto;
  max-height: 2.5rem;
}
@media (min-width: 1200px) {
  .card-article-small .img-link img {
    max-height: 3.5rem;
  }
}
.card-article-small a {
  line-height: 1.3;
}
.card-article-small + .card-article-small {
  margin-top: 1rem;
}

.card-details {
  text-align: left;
}
.card-details, .list-card .card-details {
  height: auto;
}
@media (min-width: 544px) {
  .card-details {
    margin-right: 0;
    margin-left: 0;
  }
}
.card-details header {
  position: relative;
  padding: .375rem .75rem;
}
.card-details header:before {
  height: 1px;
  display: block;
  content: '';
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #e6e6e6;
}
.card-details header.collapsable:hover h2, .card-details header.collapsable:hover h3 {
  color: #12a6d0;
}
.card-details header.collapsable:hover h2 svg, .card-details header.collapsable:hover h3 svg {
  fill: #0f88aa;
}
.card-details header.collapsable:hover::after {
  border-top-color: #0f88aa;
}
.card-details header.collapsable::after {
  border-width: .5625rem .375rem 0;
  margin-top: -3px;
}
.card-details .card-body .area {
  padding: .75rem 15px;
}
.card-details .card-body p {
  margin-top: 0;
}
.card-details h2,
.card-details h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  transition: color .3s ease;
}
@media (min-width: 544px) {
  .card-details h2,
  .card-details h3 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
.card-details h2 svg,
.card-details h3 svg {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
  fill: #12a6d0;
  transition: fill .3s ease;
}
@media (min-width: 544px) {
  .card-details h2 svg,
  .card-details h3 svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 2px;
    margin-right: .75rem;
  }
}
.card-details p {
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: .875rem;
}
@media (min-width: 768px) {
  .card-details p {
    font-size: .9375rem;
  }
}
.card-details + .card-details,
.card-details + .row {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .card-details + .card-details,
  .card-details + .row {
    margin-top: 1.5rem;
  }
}
[class^="col-"] .card-details {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  [class^="col-"] .card-details {
    margin-bottom: 1.5rem;
  }
}
.card-details .media {
  padding-top: .3125rem;
  margin-bottom: .625rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .card-details .media {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.card-details .media p {
  margin-top: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .card-details .media p {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin-top: .625rem;
    text-align: center;
  }
}
.card-details .media svg {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  fill: #f5a422;
}
@media (min-width: 768px) {
  .card-details .media svg {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 992px) {
  .card-details .media svg {
    width: 3rem;
    height: 3rem;
  }
}
.card-details small {
  margin: .8125rem 0 .125rem -.375rem;
  display: block;
  letter-spacing: -.025em;
}
.card-details .asterisk {
  color: #f5a422;
}
.card-details .video iframe {
  width: 100%;
  height: 160px;
  display: block;
}
@media (min-width: 992px) {
  .card-details .video iframe {
    height: 194px;
  }
}

.card-faq {
  padding: .6rem .8rem;
}
.card-faq:hover {
  border-color: #f5a422;
}
.card-faq:hover .faq-link {
  text-decoration: none;
  color: #12a6d0;
}
.card-faq .faq-link {
  color: #0f88aa;
  display: block;
  transition: color .3s ease;
}
.card-faq h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.card-faq p {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.card-main-service {
  padding: .565rem 2.5rem .6rem .75rem;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  position: relative;
  color: #494949;
}
@media (min-width: 768px) {
  .card-main-service {
    padding: 1.1rem 1.6rem 6.38rem;
  }
}
.card-main-service:hover {
  border-color: #f5a422;
}
.card-main-service .icon-arrow {
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .card-main-service .icon-arrow {
    display: none;
  }
}
.card-main-service .icon-arrow svg {
  width: 2.4rem;
  height: 50px;
  margin: auto 0;
  display: block;
  fill: #f5a422;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.card-main-service .heading {
  margin-bottom: .5rem;
  font-size: 1.375rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .card-main-service .heading {
    margin-bottom: .875rem;
  }
}
@media (min-width: 992px) {
  .card-main-service .heading {
    font-size: 1.75rem;
  }
}
.card-main-service .heading.text-blue {
  color: #12a6d0;
}
.card-main-service .heading.text-orange {
  color: #f5a422;
}
.card-main-service p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card-main-service p {
    margin-bottom: 1.375rem;
    font-size: 1.125rem;
  }
}
.card-main-service .links {
  padding: 0;
  margin: 1.375rem 0 1.6rem;
  list-style: none;
  display: none;
}
@media (min-width: 768px) {
  .card-main-service .links {
    display: block;
  }
}
.card-main-service .links li {
  margin-bottom: .5rem;
}
.card-main-service .links li a {
  color: #0f88aa;
  border-bottom: 1px solid transparent;
  transition: border .3s ease;
}
.card-main-service .links li a:hover {
  border-bottom-color: #0f88aa;
  text-decoration: none;
}
.card-main-service .links li .icon {
  width: .5rem;
  height: .5rem;
  margin-right: .375rem;
}
.card-main-service .links li .icon svg {
  fill: #f5a422;
}
.card-main-service .card-providers-list {
  margin: 0 -1.6rem;
  padding: 5px 0 5px 1.6rem;
  justify-content: space-between;
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .card-main-service .card-providers-list {
    display: flex;
  }
}
.card-main-service .card-providers-list .title {
  padding-right: 1.25rem;
  margin: 0;
  font-size: .875rem;
  font-weight: bold;
  white-space: nowrap;
}
.card-main-service .card-providers-list .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  position: relative;
  top: -3px;
}
.card-main-service .card-providers-list .list:before, .card-main-service .card-providers-list .list:after {
  width: 1px;
  display: block;
  content: '\0020';
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.card-main-service .card-providers-list .list:before {
  box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.07);
  left: 0;
}
.card-main-service .card-providers-list .list:after {
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.07);
  right: 0;
}
.card-main-service .card-providers-list .list li {
  margin: 0;
  flex-shrink: 1;
}
.card-main-service .card-providers-list .list li + li {
  margin-left: 1.125rem;
}
.card-main-service .card-providers-list .more {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 15;
}
.card-main-service .card-providers-list:hover .more {
  opacity: 1;
}
.card-main-service .btn-action {
  display: none;
}
@media (min-width: 768px) {
  .card-main-service .btn-action {
    display: block;
    width: auto;
    position: absolute;
    bottom: 1.44rem;
    left: 1.6rem;
    right: 1.6rem;
  }
  .card-main-service .btn-action.btn-lg {
    padding-top: .6875rem;
    padding-bottom: .6875rem;
    font-size: 1.25rem;
    font-weight: 500;
  }
}
.card-main-service .form-subscribe {
  width: 100%;
  margin: 1.45rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .card-main-service .form-subscribe {
    margin-top: 1.25rem;
  }
}
.card-main-service .form-subscribe .form-control {
  padding-top: .625rem;
  padding-bottom: .625rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: .875rem;
  line-height: 1.3em;
}
.card-main-service .form-subscribe .btn {
  padding: .625rem .875rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: .875rem;
  line-height: 1.3em;
  font-weight: 500;
  text-transform: uppercase;
}
.card-main-service-compare-providers-telecom {
  background-image: url("../img/bg/telecom-providers.jpg");
}
.card-main-service-domotic .image {
  background-image: url("../img/categories/automation.jpg");
}
.card-main-service-insurance .image {
  background-image: url("../img/categories/insurance.jpg");
}
.card-main-service-propane .image {
  background-image: url("../img/categories/propane-2.jpg");
}
.card-main-service-teasing {
  padding-right: .75rem;
}
.card-main-service-small {
  position: relative;
}
@media (min-width: 768px) {
  .card-main-service-small {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .card-main-service-small:hover .compare {
    opacity: 1;
    text-decoration: none;
  }
}
.card-main-service-small .compare {
  padding: 1rem;
  display: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: opacity .3s ease;
  z-index: 15;
  opacity: 0;
}
@media (min-width: 768px) {
  .card-main-service-small .compare {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.card-main-service-small .compare .btn {
  padding-top: .5rem;
  padding-bottom: .5rem;
  flex-basis: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  display: none;
  pointer-events: none;
}
@media (min-width: 768px) {
  .card-main-service-small .compare .btn {
    display: block;
  }
}
.card-main-service-small .compare .btn:hover {
  pointer-events: none;
}
.card-main-service-small .image {
  height: 64px;
  margin: -.425rem -2.5rem .6rem -.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
@media (min-width: 768px) {
  .card-main-service-small .image {
    margin: -1rem -1rem .675rem;
    display: block;
  }
}
.card-main-service-small p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card-main-service-small p {
    font-size: .875rem;
  }
}
.card-main-service-small .heading {
  margin-bottom: .625rem;
}
@media (min-width: 992px) {
  .card-main-service-small .heading {
    font-size: 1.375rem;
  }
}

.card-mosel {
  padding: .75rem;
}
.card-mosel h3 {
  font-size: 1.25rem;
  color: #595959;
}
.card-mosel .by {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.card-mosel .by img {
  width: auto;
  height: 2rem;
  margin-left: 1rem;
}
@media (min-width: 1200px) {
  .card-mosel .by img {
    height: 2.5rem;
  }
}
.card-mosel footer {
  display: -webkit-flex;
  display: flex;
}
.card-mosel footer > .btn,
.card-mosel footer form {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.card-mosel footer > .btn,
.card-mosel footer form > .btn {
  padding-right: 0;
  padding-left: 0;
}
.card-mosel footer form > .btn {
  width: 100%;
}
.card-mosel footer .btn + .btn,
.card-mosel footer .btn + form {
  margin-left: 1rem;
}

.card-offer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .6rem .5rem;
}
@media (min-width: 768px) {
  .card-offer {
    padding: .5rem .5rem .5rem .75rem;
  }
}
.card-offer.card-offer-ad {
  border-color: #f5a422;
}
.card-offer.card-offer-headed {
  position: relative;
  border-color: #12a6d0;
  border-top-width: 1.5rem;
}
.card-offer header {
  position: absolute;
  top: -1.4375rem;
  left: .5rem;
  font-size: .875rem;
  color: #fff;
}
.card-offer .offer-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .card-offer .offer-body {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .card-offer .offer-body {
    -webkit-flex-basis: 55%;
    flex-basis: 55%;
  }
}
.card-offer .custom-checkbox {
  display: none;
}
@media (min-width: 768px) {
  .card-offer .custom-checkbox {
    position: absolute;
    top: 50%;
    left: -.5625rem;
    display: block;
    height: 1rem;
    margin-top: -.5rem;
    margin-bottom: 0;
  }
}
.card-offer .custom-checkbox .custom-control-indicator {
  top: 0;
}
.card-offer .offer-name {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 .65rem;
  font-size: 1rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .card-offer .offer-name {
    -webkit-order: 1;
    order: 1;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: .45rem;
    margin-right: .5rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .card-offer .offer-name {
    font-size: 1.125rem;
  }
}
.card-offer .badge-ad {
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  display: inline-block;
  padding: .125rem .25rem;
  margin-right: .5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: .75rem;
  line-height: 1;
  color: #fff;
  background-color: #f5a422;
}
@media (min-width: 768px) {
  .card-offer .badge-ad {
    margin-top: .25rem;
  }
}
.card-offer .offer-provider {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: .6rem;
}
@media (min-width: 768px) {
  .card-offer .offer-provider {
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    -webkit-justify-content: center;
    justify-content: center;
    position: static;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .card-offer .offer-provider {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
  }
}
.card-offer .offer-provider img {
  max-width: 8.375rem;
  height: 2.5rem;
  margin-bottom: .5rem;
}
.card-offer .offer-type-small {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: .5rem;
  margin-bottom: .6rem;
}
@media (min-width: 768px) {
  .card-offer .offer-type-small {
    display: none;
  }
}
.card-offer .offer-type-large {
  display: none;
}
@media (min-width: 768px) {
  .card-offer .offer-type-large {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 1rem;
    position: relative;
    top: -2px;
  }
}
.card-offer .item-type {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  font-size: .75rem;
}
@media (min-width: 768px) {
  .card-offer .item-type {
    width: auto;
    margin-top: .125rem;
  }
}
.card-offer .item-type span {
  margin-left: .5rem;
}
@media (min-width: 768px) {
  .card-offer .item-type span {
    display: none;
  }
}
.card-offer .item-type svg {
  width: 1rem;
  height: 1rem;
  fill: #595959;
}
.card-offer .item-type + .item-type {
  margin-top: .5rem;
}
@media (min-width: 768px) {
  .card-offer .item-type + .item-type {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.card-offer .offer-advantages {
  display: none;
}
@media (min-width: 768px) {
  .card-offer .offer-advantages {
    -webkit-order: 4;
    order: 4;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .card-offer .offer-advantages {
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
  }
}
.card-offer .offer-advantages .list-checked {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card-offer .offer-advantages .list-checked {
    margin-right: .5rem;
  }
}
.card-offer .offer-advantages .list-checked li {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-size: .875rem;
}
@media (min-width: 768px) {
  .card-offer .offer-advantages .list-checked li {
    font-size: .8125rem;
    line-height: 1.3;
  }
}
@media (min-width: 1200px) {
  .card-offer .offer-advantages .list-checked li {
    padding-left: 1.375rem;
    font-size: .875rem;
  }
}
.card-offer .offer-advantages .list-checked li::before {
  top: .25rem;
  width: .75rem;
  height: .75rem;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .card-offer .offer-advantages .list-checked li::before {
    width: .875rem;
    height: .875rem;
  }
}
.card-offer .offer-advantages .list-checked li + li {
  margin-top: .375rem;
}
.card-offer .offer-cta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .card-offer .offer-cta {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .card-offer .offer-cta {
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
  }
}
.card-offer .offer-buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
@media (min-width: 321px) {
  .card-offer .offer-buttons {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .card-offer .offer-buttons {
    -webkit-flex-basis: 55%;
    flex-basis: 55%;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: .5rem;
  }
}
@media (min-width: 768px) {
  .card-offer .offer-buttons .btn,
  .card-offer .offer-buttons form {
    width: 100%;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .card-offer .offer-buttons .btn + .btn,
  .card-offer .offer-buttons .btn form,
  .card-offer .offer-buttons form + .btn,
  .card-offer .offer-buttons form form {
    margin-top: 1rem;
  }
}
.card-offer .offer-buttons .btn-primary {
  display: none;
}
@media (min-width: 768px) {
  .card-offer .offer-buttons .btn-primary {
    display: inline-block;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .card-offer .offer-buttons .btn-primary {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 1.25rem;
  }
}
.card-offer .offer-buttons .btn-phone {
  padding: .6rem .565rem;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .card-offer .offer-buttons .btn-phone {
    padding: .5rem .565rem;
    font-size: 1.25rem;
  }
}
.card-offer .offer-buttons .btn-phone .icon {
  margin-right: .4rem;
}
.card-offer .offer-figure {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  padding-left: 1rem;
}
@media (min-width: 544px) {
  .card-offer .offer-figure {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .card-offer .offer-figure {
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-top: -.5rem;
    margin-bottom: -.5rem;
    background-color: #f2f2f2;
  }
}
.card-offer .figure-arrow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 544px) {
  .card-offer .figure-arrow {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.card-offer .figure-arrow svg {
  width: 1.40625rem;
  height: 2rem;
  margin-left: .375rem;
  fill: #595959;
}
@media (min-width: 544px) {
  .card-offer .figure-arrow svg {
    margin-left: .5rem;
  }
}
@media (min-width: 768px) {
  .card-offer .figure-arrow svg {
    display: none;
  }
}
.card-offer .regulated-tariff,
.card-offer .not-referenced {
  font-weight: 700;
  line-height: 1.3;
}
.card-offer .not-referenced {
  font-size: .875rem;
  text-align: center;
}
.card-offer .not-referenced span {
  display: inline-block;
  margin-top: .75rem;
}
.card-offer .not-referenced span svg {
  margin-right: .5rem;
}
.card-offer .offer-savings,
.card-offer .offer-budget {
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 544px) {
  .card-offer .offer-savings,
  .card-offer .offer-budget {
    font-size: .875rem;
  }
}
@media (min-width: 1200px) {
  .card-offer .offer-savings,
  .card-offer .offer-budget {
    font-size: .9375rem;
  }
}
.card-offer .offer-savings small,
.card-offer .offer-budget small {
  font-weight: 700;
}
.card-offer .offer-savings small {
  font-size: .75rem;
}
@media (min-width: 544px) {
  .card-offer .offer-savings small {
    font-size: .875rem;
  }
}
.card-offer .offer-savings strong {
  display: inline-block;
  margin-top: .125rem;
  font-size: 1.5rem;
  color: #3bb24c;
}
@media (min-width: 544px) {
  .card-offer .offer-savings strong {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .card-offer .offer-savings strong {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .card-offer .offer-savings strong {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .card-offer .offer-savings strong {
    margin-top: .4rem;
    font-size: 2rem;
  }
}
.card-offer .offer-savings.negative strong {
  color: #f52222;
}
.card-offer .offer-savings span {
  font-size: .8125rem;
}
@media (min-width: 544px) {
  .card-offer .offer-savings span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .card-offer .offer-savings span {
    font-size: 2rem;
  }
}
.card-offer .offer-savings .btn-help {
  display: none;
}
@media (min-width: 768px) {
  .card-offer .offer-savings .btn-help {
    display: inline-block;
  }
}
.card-offer .offer-budget {
  margin-top: .25rem;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .card-offer .offer-budget {
    margin-top: .4rem;
  }
}
.card-offer .offer-budget small {
  font-size: .75rem;
}
@media (min-width: 768px) {
  .card-offer .offer-budget small {
    font-size: .875rem;
  }
}
.card-offer .offer-budget strong {
  color: #3bb24c;
}

.card-practical-guide {
  min-height: 64px;
  padding: 0.2rem .5rem;
  background-position: -5000px -5000px;
  background-repeat: no-repeat;
  background-size: 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .card-practical-guide {
    padding: .65rem 1rem;
  }
}
.card-practical-guide:hover:before {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.card-practical-guide:hover .card-title {
  text-decoration: none;
}
.card-practical-guide:before {
  width: 50%;
  display: block;
  content: '\0020';
  overflow: hidden;
  background-image: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  filter: grayscale(90%);
  transition: filter .2s ease;
  z-index: 0;
}
.card-practical-guide:after {
  display: block;
  content: '\0020';
  overflow: hidden;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 55%, rgba(255, 255, 255, 0.8) 65%, rgba(255, 255, 255, 0) 88%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card-practical-guide .card-title {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  font: 1.25rem "Ubuntu", sans-serif;
  color: #0f88aa;
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .card-practical-guide .card-title {
    font-size: 1.375rem;
  }
}
.card-practical-guide .card-title .icon {
  width: 1rem;
  height: 1rem;
  margin-left: 4px;
  vertical-align: middle;
}
.card-practical-guide .card-title .icon svg {
  width: 100%;
  height: 100%;
  fill: #f5a422;
  display: block;
}

.card-prize {
  position: relative;
  max-width: 354px;
  padding: .5rem;
  margin-right: auto;
  margin-left: auto;
}
.card-prize::before {
  -moz-border-radius-topleft: 0.125rem;
  -webkit-border-top-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 4rem;
  height: 4rem;
  padding-top: .25rem;
  padding-left: .375rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #595959;
  content: counter(position-counter);
  counter-increment: position-counter;
}
.card-prize::after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -14px;
  left: 31px;
  z-index: 5;
  width: 1px;
  height: 90px;
  content: "";
  background-color: #d9d9d9;
}
.card-prize .score {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 4rem;
  height: 4rem;
  padding-top: .25rem;
  padding-right: .25rem;
  font-family: "Ubuntu", sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.16;
  color: #595959;
  text-align: right;
}
.card-prize .score::before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -13px;
  left: 31px;
  z-index: 5;
  width: 1px;
  height: 90px;
  content: "";
  background-color: #d9d9d9;
}
.card-prize .provider-logo img {
  display: block;
  max-height: 3rem;
  margin: 0 auto .75rem;
  font-size: 1rem;
  color: #595959;
  text-align: center;
}
@media (min-width: 992px) {
  .card-prize .provider-logo img {
    max-height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .card-prize .provider-logo img {
    max-height: 3rem;
  }
}
.card-prize p {
  margin-bottom: .75rem;
  font-size: .875rem;
}
@media (min-width: 992px) {
  .card-prize p {
    font-size: .9375rem;
  }
}
@media (min-width: 1200px) {
  .card-prize p {
    font-size: 1rem;
  }
}
.card-prize footer {
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 992px) {
  .card-prize footer {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .card-prize footer {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.card-prize footer .btn {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Source Sans Pro", sans-serif;
}
.card-prize footer .btn + .btn {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .card-prize footer .btn + .btn {
    margin-top: 1rem;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .card-prize footer .btn + .btn {
    margin-top: 0;
    margin-left: 1rem;
  }
}
li:nth-child(1) .card-prize::before, li:nth-child(2) .card-prize::before, li:nth-child(3) .card-prize::before, li:nth-child(1) .card-prize .score, li:nth-child(2) .card-prize .score, li:nth-child(3) .card-prize .score {
  color: #fff;
}
li:nth-child(1) .card-prize::before, li:nth-child(2) .card-prize::before, li:nth-child(3) .card-prize::before {
  padding-top: 0;
  font-size: 2rem;
}
li:nth-child(1) .card-prize::before {
  border-top: 1px solid #f2c633;
  border-left: 1px solid #f2c633;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyYzYzMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjJjNjMzIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0))), linear-gradient(135deg, #f2c633 0%, #f2c633 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(315deg, #f2c633 0%, #f2c633 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(315deg, #f2c633 0%, #f2c633 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(135deg, #f2c633 0%, #f2c633 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
li:nth-child(1) .card-prize::after {
  background-color: #f2c633;
}
li:nth-child(1) .card-prize .score {
  border-top: 1px solid #f2c633;
  border-right: 1px solid #f2c633;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyYzYzMyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjJjNjMzIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0))), linear-gradient(-135deg, #f2c633 0%, #f2c633 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(225deg, #f2c633 0%, #f2c633 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(225deg, #f2c633 0%, #f2c633 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(-135deg, #f2c633 0%, #f2c633 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
li:nth-child(1) .card-prize .score::before {
  background-color: #f2c633;
}
li:nth-child(2) .card-prize::before {
  border-top: 1px solid #bbc0c2;
  border-left: 1px solid #bbc0c2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYzBjMiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmJjMGMyIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0))), linear-gradient(135deg, #bbc0c2 0%, #bbc0c2 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(315deg, #bbc0c2 0%, #bbc0c2 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(315deg, #bbc0c2 0%, #bbc0c2 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(135deg, #bbc0c2 0%, #bbc0c2 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
li:nth-child(2) .card-prize::after {
  background-color: #bbc0c2;
}
li:nth-child(2) .card-prize .score {
  border-top: 1px solid #bbc0c2;
  border-right: 1px solid #bbc0c2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYzBjMiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmJjMGMyIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0))), linear-gradient(-135deg, #bbc0c2 0%, #bbc0c2 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(225deg, #bbc0c2 0%, #bbc0c2 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(225deg, #bbc0c2 0%, #bbc0c2 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(-135deg, #bbc0c2 0%, #bbc0c2 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
li:nth-child(2) .card-prize .score::before {
  background-color: #bbc0c2;
}
li:nth-child(3) .card-prize::before {
  border-top: 1px solid #c2791a;
  border-left: 1px solid #c2791a;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyNzkxYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYzI3OTFhIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0))), linear-gradient(135deg, #c2791a 0%, #c2791a 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(315deg, #c2791a 0%, #c2791a 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(315deg, #c2791a 0%, #c2791a 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(135deg, #c2791a 0%, #c2791a 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
li:nth-child(3) .card-prize::after {
  background-color: #c2791a;
}
li:nth-child(3) .card-prize .score {
  border-top: 1px solid #c2791a;
  border-right: 1px solid #c2791a;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyNzkxYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYzI3OTFhIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0))), linear-gradient(-135deg, #c2791a 0%, #c2791a 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -moz-linear-gradient(225deg, #c2791a 0%, #c2791a 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), -webkit-linear-gradient(225deg, #c2791a 0%, #c2791a 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%), linear-gradient(-135deg, #c2791a 0%, #c2791a 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
li:nth-child(3) .card-prize .score::before {
  background-color: #c2791a;
}

@media (min-width: 544px) {
  .prize-list-complete .card-prize {
    display: -webkit-flex;
    display: flex;
    max-width: none;
  }
}
@media (min-width: 544px) {
  .prize-list-complete .card-prize::before {
    -moz-border-radius-bottomleft: 0.125rem;
    -webkit-border-bottom-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    width: 3rem;
    height: calc(100% + 2px);
    padding-top: 1.5rem;
    padding-left: 0;
    text-align: center;
    border: 1px solid #d9d9d9;
  }
}
@media (min-width: 992px) {
  .prize-list-complete .card-prize::before {
    width: 4rem;
    padding-top: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .prize-list-complete .card-prize::before {
    padding-top: 1rem;
  }
}
@media (min-width: 544px) {
  .prize-list-complete .card-prize::after {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 50%;
    left: .25rem;
    width: 2.5rem;
    height: 1px;
    background-color: #d9d9d9;
  }
}
@media (min-width: 992px) {
  .prize-list-complete .card-prize::after {
    width: 3.5rem;
  }
}
@media (min-width: 544px) {
  .prize-list-complete .card-prize .score {
    top: 75%;
    left: 0;
    width: 3rem;
    padding: 0;
    margin-top: -1.25rem;
    line-height: 1.3rem;
    text-align: center;
  }
  .prize-list-complete .card-prize .score::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .prize-list-complete .card-prize .score {
    width: 4rem;
  }
}
@media (min-width: 544px) {
  .prize-list-complete .card-prize .card-body {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .prize-list-complete .card-prize .card-body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-basis: 68%;
    flex-basis: 68%;
    margin-left: 5rem;
  }
}
@media (min-width: 992px) {
  .prize-list-complete .card-prize .card-body .provider-logo {
    -webkit-flex-basis: 35%;
    flex-basis: 35%;
    margin-right: 1rem;
  }
  .prize-list-complete .card-prize .card-body .provider-logo img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .prize-list-complete .card-prize .card-body .provider-info {
    -webkit-flex-basis: 65%;
    flex-basis: 65%;
    margin-right: 1rem;
  }
}
.prize-list-complete .card-prize footer {
  margin-top: .75rem;
}
@media (min-width: 544px) {
  .prize-list-complete .card-prize footer {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
  }
}
@media (min-width: 768px) {
  .prize-list-complete .card-prize footer {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .prize-list-complete .card-prize footer {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
  }
}
.prize-list-complete .card-prize footer .btn {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  width: 100%;
  margin: 0;
}
.prize-list-complete .card-prize footer .btn + .btn {
  margin-left: 1rem;
}
@media (min-width: 544px) {
  .prize-list-complete .card-prize footer .btn + .btn {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.prize-list-complete li:nth-child(1) .card-prize::after,
.prize-list-complete li:nth-child(2) .card-prize::after,
.prize-list-complete li:nth-child(3) .card-prize::after {
  background-color: #fff;
}

@media (min-width: 544px) {
  .prize-list-complete li:nth-child(1) .card-prize::before,
  .prize-list-complete li:nth-child(2) .card-prize::before,
  .prize-list-complete li:nth-child(3) .card-prize::before {
    padding-top: 1.25rem;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
    background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
  }
}
@media (min-width: 768px) {
  .prize-list-complete li:nth-child(1) .card-prize::before,
  .prize-list-complete li:nth-child(2) .card-prize::before,
  .prize-list-complete li:nth-child(3) .card-prize::before {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) {
  .prize-list-complete li:nth-child(1) .card-prize::before,
  .prize-list-complete li:nth-child(2) .card-prize::before,
  .prize-list-complete li:nth-child(3) .card-prize::before {
    padding-top: .75rem;
  }
}

@media (min-width: 544px) {
  .prize-list-complete li:nth-child(1) .score,
  .prize-list-complete li:nth-child(2) .score,
  .prize-list-complete li:nth-child(3) .score {
    background: none;
    border: 0;
  }
}

@media (min-width: 544px) {
  .prize-list-complete li:nth-child(1) .card-prize::before {
    background-color: #f2c633;
    border-color: #f2c633;
  }
}

@media (min-width: 544px) {
  .prize-list-complete li:nth-child(2) .card-prize::before {
    background-color: #bbc0c2;
    border-color: #bbc0c2;
  }
}

@media (min-width: 544px) {
  .prize-list-complete li:nth-child(3) .card-prize::before {
    background-color: #c2791a;
    border-color: #c2791a;
  }
}

.card-provider {
  padding: .5rem;
  text-align: center;
}
@media (min-width: 544px) {
  .card-provider {
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 768px) {
  .card-provider {
    padding: .8rem .5rem;
  }
}
.card-provider .provider-info {
  margin-bottom: .75rem;
}
@media (min-width: 544px) {
  .card-provider .provider-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .card-provider .provider-info {
    -webkit-flex-basis: 66%;
    flex-basis: 66%;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .card-provider .provider-info {
    -webkit-flex-basis: 72%;
    flex-basis: 72%;
  }
}
.card-provider .provider {
  margin-bottom: .75rem;
}
@media (min-width: 768px) {
  .card-provider .provider {
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.card-provider .provider img {
  width: auto;
  max-height: 3.5rem;
}
@media (min-width: 768px) {
  .card-provider .provider img {
    max-width: 10rem;
  }
}
.card-provider .note-offers {
  text-align: left;
}
@media (min-width: 768px) {
  .card-provider .note-offers {
    -webkit-flex-basis: 54%;
    flex-basis: 54%;
  }
}
.card-provider .note-offers .note-offers-text {
  color: #494949;
  font-size: .875rem;
}
.card-provider .note-offers .note-offers-text:last-of-type {
  margin-bottom: 0;
}
.card-provider .star-rating {
  margin: 0 auto .5rem;
  display: block;
}
.card-provider .offers-count {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  font-size: .875rem;
  color: #12a6d0;
}
.card-provider .offers-count svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  fill: #12a6d0;
}
.card-provider footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 544px) {
  .card-provider footer {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
  }
}
@media (min-width: 768px) {
  .card-provider footer {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 34%;
    flex-basis: 34%;
  }
}
@media (min-width: 1200px) {
  .card-provider footer {
    -webkit-flex-basis: 28%;
    flex-basis: 28%;
  }
}
.card-provider footer .btn {
  padding: .52rem .5rem;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  font: 500 0.875rem/1.428em "Ubuntu", sans-serif;
}
@media (min-width: 544px) {
  .card-provider footer .btn {
    padding: .575rem 1rem;
    -webkit-flex-basis: 94%;
    flex-basis: 94%;
    font-size: 1rem;
  }
}
.card-provider footer .btn + .btn {
  margin-left: 1rem;
}
@media (min-width: 544px) {
  .card-provider footer .btn + .btn {
    margin-top: .75rem;
    margin-left: 0;
  }
}
.card-provider footer .btn-phone {
  letter-spacing: 0;
}
@media (min-width: 544px) {
  .card-provider footer .btn-phone {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 1.125rem;
  }
}
.card-provider footer .btn-phone .icon {
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
}
.card-provider footer .btn-outline-secondary {
  font-weight: normal;
}

.card-review {
  padding: .4rem .5rem;
}
@media (min-width: 768px) {
  .card-review {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.card-review header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.card-review header .rating-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  font-size: .75rem;
  line-height: 1.3;
}
.card-review header .rating-item + .rating-item {
  margin-left: .5rem;
}
.card-review .recommendation {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: .8rem;
}
.card-review .recommendation svg {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
}
@media (min-width: 768px) {
  .card-review .recommendation svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.card-review .recommendation.positive {
  color: #3bb24c;
}
.card-review .recommendation.positive svg {
  fill: #3bb24c;
}
.card-review .recommendation.negative {
  color: #f52222;
}
.card-review .recommendation.negative svg {
  fill: #f52222;
}
.card-review .testimonial {
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  position: relative;
  padding: .15rem .5rem;
  margin-bottom: .45rem;
  font-size: .8125rem;
  font-style: italic;
  color: #494949;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .card-review .testimonial {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
}
.card-review .testimonial::after {
  position: absolute;
  right: .5rem;
  bottom: -.625rem;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: .625rem .5rem 0 0;
  border-top-color: #f2f2f2;
}
.card-review .author {
  font-size: .75rem;
  text-align: right;
}
.card-review .author cite {
  font-style: normal;
  font-weight: bold;
}
.card-review-home {
  padding-top: .3rem;
  padding-bottom: .3rem;
}
@media (min-width: 768px) {
  .card-review-home {
    padding: .75rem 1rem;
  }
}
.card-review-home .testimonial {
  padding: 0;
  margin-bottom: .25rem;
  font-style: normal;
  background: transparent;
  color: #595959;
  font-size: .875rem;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .card-review-home .testimonial {
    font-size: 1rem;
  }
}
.card-review-home .testimonial:after {
  display: none;
}
.card-review-home .author {
  font-size: .9rem;
}
@media (min-width: 768px) {
  .card-review-home .author {
    font-size: 1rem;
  }
}

.card-staff {
  padding: .75rem;
}
@media (min-width: 992px) {
  .card-staff {
    padding: 1rem 0;
    display: -webkit-flex;
    display: flex;
  }
}
.card-staff:hover {
  border-color: #f5a422;
}
.card-staff .staff-avatar {
  max-width: 80px;
  height: 80px;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  float: left;
}
@media (min-width: 992px) {
  .card-staff .staff-avatar {
    max-width: 96px;
    height: 96px;
    margin-left: 1rem;
    flex: 1 0 96px;
  }
}
.card-staff .staff-avatar img {
  width: 100%;
  height: auto;
  display: block;
}
.card-staff .staff-name {
  padding-left: .75rem;
  margin-left: 80px;
}
@media (min-width: 992px) {
  .card-staff .staff-name {
    padding: 0 .875rem;
    margin-left: 0;
    flex-grow: 1;
  }
}
.card-staff .staff-feature {
  padding: .5rem .75rem;
  margin: .75rem -.75rem -.75rem;
  background: rgba(73, 73, 73, 0.073);
  position: relative;
}
@media (min-width: 992px) {
  .card-staff .staff-feature {
    max-width: 50%;
    padding: .625rem 1rem;
    margin: -1rem 0 -1rem 0;
    flex: 1 0 50%;
  }
}
.card-staff .staff-feature, .card-staff .staff-feature p {
  font-size: .875rem;
}
@media (min-width: 768px) {
  .card-staff .staff-feature, .card-staff .staff-feature p {
    font-size: 1rem;
    line-height: 1.375em;
  }
}
.card-staff .staff-feature:before {
  display: block;
  content: '\0020';
  overflow: hidden;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 .5rem .5rem .5rem;
  border-color: transparent transparent rgba(73, 73, 73, 0.073) transparent;
  position: absolute;
  bottom: 100%;
  left: 3.25rem;
  margin-left: -.5rem;
}
@media (min-width: 992px) {
  .card-staff .staff-feature:before {
    margin: auto 0;
    border-width: .5rem .5rem .5rem 0;
    border-color: transparent rgba(73, 73, 73, 0.073) transparent transparent;
    right: 100%;
    left: auto;
    top: 0;
    bottom: 0;
  }
}
.card-staff .staff-feature p:last-of-type {
  margin-bottom: 0;
}
.card-staff .staff-social {
  display: inline-block;
  padding: 0;
  margin: 0.875rem 0 0 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .card-staff .staff-social {
    margin-top: 1.7rem;
  }
}
.card-staff .staff-social li {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.card-staff .staff-social li + li {
  margin-left: .8rem;
}
.card-staff .staff-social li a {
  width: 100%;
  height: 100%;
  display: block;
}
.card-staff .staff-social li a:hover svg {
  fill: #f5a422;
}
.card-staff .staff-social li a svg {
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  width: 1.5rem;
  height: 1.5rem;
  fill: #bbc0c2;
  vertical-align: top;
}
.card-staff .staff-social li.email a:hover svg {
  fill: #12a6d0;
}
.card-staff .staff-social li.facebook a:hover svg {
  fill: #3b5998;
}
.card-staff .staff-social li.twitter a:hover svg {
  fill: #309aea;
}
.card-staff .staff-social li.google-plus a:hover svg {
  fill: #db4437;
}
.card-staff .staff-social li.linkedin a:hover svg {
  fill: #007bb5;
}
.card-staff .name {
  margin: -.25rem 0 .25rem;
  font: bold 1.125rem "Source Sans Pro", sans-serif;
}
@media (min-width: 768px) {
  .card-staff .name {
    margin: -.428rem 0 .1875rem;
    font-size: 1.25rem;
  }
}
.card-staff .post {
  margin: 0;
  font-size: .8125rem;
  color: #595959;
}
@media (min-width: 768px) {
  .card-staff .post {
    font-size: .875rem;
  }
}

.article-comments {
  padding: .625rem 0 0 0;
  margin: 1.125rem 0;
  border-top: 1px solid #e6e6e6;
  list-style: none;
}
@media (min-width: 768px) {
  .article-comments {
    padding-top: .875rem;
    margin: 2.125rem 0;
  }
}
.article-comments .item {
  padding: 0 .125rem;
  font-size: .875rem;
}
@media (min-width: 768px) {
  .article-comments .item {
    font-size: 1rem;
    line-height: 1.37;
    display: -webkit-flex;
    display: flex;
  }
}
.article-comments .item + .item {
  margin-top: 1.75rem;
}
@media (min-width: 768px) {
  .article-comments .item + .item {
    margin-top: 1.375rem;
  }
}
.article-comments .item .image {
  display: none;
}
@media (min-width: 768px) {
  .article-comments .item .image {
    width: 96px;
    height: 96px;
    margin: 0;
    border-radius: 2px;
    display: block;
    overflow: hidden;
    flex: 1 0 96px;
  }
  .article-comments .item .image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (min-width: 768px) {
  .article-comments .item .text {
    padding-left: 1rem;
    flex-grow: 1;
  }
}
.article-comments .item .text p {
  font-size: .875rem;
}
@media (min-width: 768px) {
  .article-comments .item .text p {
    font-size: 1rem;
    line-height: 1.37;
  }
}
.article-comments .item .text p:last-of-type {
  margin-bottom: 0;
}
.article-comments .item .name {
  margin-top: 2px;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .article-comments .item .name {
    margin-top: 0;
    margin-bottom: .625rem;
    font-size: 1.25rem;
  }
}
.article-comments .item .name, .article-comments .item .name a {
  color: #0f88aa;
}
.article-comments .item .name .icon {
  width: 1rem;
  height: 1rem;
  margin: -2px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .article-comments .item .name .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.article-comments .item .name .icon svg {
  fill: #f5a422;
}
.article-comments .item-simple .name {
  text-align: right;
  margin: 0;
}

.compare-tool {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .compare-tool {
    margin-bottom: 0;
  }
  .compare-tool > button {
    position: relative;
  }
  .compare-tool > button::before, .compare-tool > button::after {
    position: absolute;
    top: 50%;
    content: "";
  }
  .compare-tool > button::before {
    left: -1rem;
    width: .875rem;
    height: 1px;
    margin-top: -.5px;
    background-color: #d9d9d9;
  }
  .compare-tool > button::after {
    left: -.5625rem;
    width: 0;
    height: 0;
    margin-top: -.375rem;
    border-color: transparent;
    border-style: solid;
    border-width: .375rem 0 .375rem .5rem;
    border-left-color: #d9d9d9;
  }
}
.compare-tool > .btn {
  display: none;
}
@media (min-width: 992px) {
  .compare-tool > .btn {
    display: block;
  }
}

@media (min-width: 992px) {
  .compare-tool-top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 1.5rem;
    margin-bottom: 1.05rem;
  }
}
.compare-tool-top .btn {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .compare-tool ~ .list-card {
    position: relative;
  }
  .compare-tool ~ .list-card::before {
    position: absolute;
    top: -2.125rem;
    left: -.9375rem;
    width: 1px;
    height: calc(100% + 4.15rem);
    content: "";
    background-color: #d9d9d9;
  }
  .compare-tool ~ .list-card .card-offer .custom-checkbox::before {
    position: absolute;
    top: 50%;
    left: -.375rem;
    width: .375rem;
    height: 1px;
    margin-top: -.5px;
    content: "";
    background-color: #d9d9d9;
  }
}

.content, .sidebar {
  margin-top: 1.25rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 992px) {
  .content, .sidebar {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
  }
}

.btn {
  font-weight: 500;
}

.cornered {
  position: relative;
}
.cornered.bottom-left .line {
  height: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.cornered.bottom-left .line:before, .cornered.bottom-left .line:after {
  display: block;
  content: '\0020';
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
}
.cornered.bottom-left .line:before {
  width: 16px;
  left: 0;
}
.cornered.bottom-left .line:after {
  right: 0;
  left: 32px;
}
.cornered.bottom-left .line .arrows {
  width: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
}
.cornered.bottom-left .line .arrows:before, .cornered.bottom-left .line .arrows:after {
  width: 0;
  height: 0;
  display: block;
  content: '\0020';
  overflow: hidden;
  border-style: solid;
  position: absolute;
  bottom: 0;
}
.cornered.bottom-left .line .arrows:before {
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #fff;
  left: 0;
}
.cornered.bottom-left .line .arrows:after {
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #fff transparent;
  right: 0;
}
.cornered.top-right .line {
  width: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
}
.cornered.top-right .line:before, .cornered.top-right .line:after {
  display: block;
  content: '\0020';
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
}
.cornered.top-right .line:before {
  height: 16px;
  top: 0;
}
.cornered.top-right .line:after {
  bottom: 0;
  top: 32px;
}
.cornered.top-right .line .arrows {
  height: 16px;
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
}
.cornered.top-right .line .arrows:before, .cornered.top-right .line .arrows:after {
  width: 0;
  height: 0;
  display: block;
  content: '\0020';
  overflow: hidden;
  border-style: solid;
  position: absolute;
  right: 0;
}
.cornered.top-right .line .arrows:before {
  border-width: 0 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
}
.cornered.top-right .line .arrows:after {
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
}

.widget-call, .widget-call-third, .widget-call-half {
  max-width: 450px;
  padding: .5rem .75rem .75rem;
  margin: 1.375rem auto;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #e6e6e6;
  line-height: 1.4rem;
  background: #fff;
  color: #494949;
}
@media (min-width: 544px) {
  .widget-call, .widget-call-third, .widget-call-half {
    max-width: none;
    display: -webkit-flex;
    display: flex;
  }
}
.widget-call .widget-call-image, .widget-call-third .widget-call-image, .widget-call-half .widget-call-image {
  display: none;
}
@media (min-width: 544px) {
  .widget-call .widget-call-image, .widget-call-third .widget-call-image, .widget-call-half .widget-call-image {
    max-width: 72px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: -.5rem .375rem -.75rem -.75rem;
    flex: 1 0 72px;
  }
}
.widget-call .widget-call-image.cornered .line:before, .widget-call .widget-call-image.cornered .line:after, .widget-call-third .widget-call-image.cornered .line:before, .widget-call-third .widget-call-image.cornered .line:after, .widget-call-half .widget-call-image.cornered .line:before, .widget-call-half .widget-call-image.cornered .line:after {
  background: #fff;
}
.widget-call .widget-call-image.cornered.top-right .line .arrows:before, .widget-call-third .widget-call-image.cornered.top-right .line .arrows:before, .widget-call-half .widget-call-image.cornered.top-right .line .arrows:before {
  border-color: transparent #fff transparent transparent;
}
.widget-call .widget-call-image.cornered.top-right .line .arrows:after, .widget-call-third .widget-call-image.cornered.top-right .line .arrows:after, .widget-call-half .widget-call-image.cornered.top-right .line .arrows:after {
  border-color: transparent transparent #fff transparent;
}
.widget-call .widget-call-image-comparator, .widget-call-third .widget-call-image-comparator, .widget-call-half .widget-call-image-comparator {
  background-image: url("../img/temp/comparator-2.jpg");
}
.widget-call .widget-call-image-domotic, .widget-call-third .widget-call-image-domotic, .widget-call-half .widget-call-image-domotic {
  background-image: url("../img/temp/domotic.jpg");
}
.widget-call .widget-call-image-energy, .widget-call-third .widget-call-image-energy, .widget-call-half .widget-call-image-energy {
  background-image: url("../img/temp/phone-2.jpg");
}
.widget-call .widget-call-image-group-purchases, .widget-call-third .widget-call-image-group-purchases, .widget-call-half .widget-call-image-group-purchases {
  background-image: url("../img/temp/hands-2.jpg");
}
.widget-call .widget-call-image-invoices-service, .widget-call-third .widget-call-image-invoices-service, .widget-call-half .widget-call-image-invoices-service {
  background-image: url("../img/temp/invoice.jpg");
}
.widget-call .widget-call-image-moving-in-out, .widget-call-third .widget-call-image-moving-in-out, .widget-call-half .widget-call-image-moving-in-out {
  background-image: url("../img/temp/moving-in-out-2.jpg");
}
.widget-call .widget-call-image-propane, .widget-call-third .widget-call-image-propane, .widget-call-half .widget-call-image-propane {
  background-image: url("../img/temp/propane-2.jpg");
}
.widget-call .widget-call-image-telecom, .widget-call-third .widget-call-image-telecom, .widget-call-half .widget-call-image-telecom {
  background-image: url("../img/temp/phone-2.jpg");
}
.widget-call .widget-call-image-provider, .widget-call-third .widget-call-image-provider, .widget-call-half .widget-call-image-provider {
  background-image: url("../img/temp/provider.jpg");
}
.widget-call .widget-call-image-cancellation-service, .widget-call-third .widget-call-image-cancellation-service, .widget-call-half .widget-call-image-cancellation-service {
  background-image: url("../img/temp/cancellation-service-2.jpg");
}
.widget-call .widget-call-image-link-article, .widget-call-third .widget-call-image-link-article, .widget-call-half .widget-call-image-link-article {
  background-image: url("../img/temp/link-article-2.jpg");
}
.widget-call .widget-call-image-prize-list, .widget-call-third .widget-call-image-prize-list, .widget-call-half .widget-call-image-prize-list {
  display: block;
  background-image: url("../img/temp/prize-list-3.jpg");
}
@media (min-width: 544px) {
  .widget-call .widget-call-text, .widget-call-third .widget-call-text, .widget-call-half .widget-call-text {
    flex-grow: 1;
  }
}
.widget-call .widget-call-text .title, .widget-call-third .widget-call-text .title, .widget-call-half .widget-call-text .title {
  margin-bottom: .125rem;
  font: 500 1.125rem/1.3em "Ubuntu", sans-serif;
}
.widget-call .widget-call-text p, .widget-call-third .widget-call-text p, .widget-call-half .widget-call-text p {
  margin-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.5em;
}
.widget-call .widget-call-text p:last-of-type, .widget-call-third .widget-call-text p:last-of-type, .widget-call-half .widget-call-text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-phone, .widget-call-third .widget-call-text .widget-phone, .widget-call-half .widget-call-text .widget-phone {
    margin-top: 1rem;
  }
}
.widget-call .widget-call-text .widget-phone .btn, .widget-call-third .widget-call-text .widget-phone .btn, .widget-call-half .widget-call-text .widget-phone .btn {
  max-width: 280px;
  margin: .75rem auto 0;
  display: block;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 544px) {
  .widget-call .widget-call-text .widget-phone .btn, .widget-call-third .widget-call-text .widget-phone .btn, .widget-call-half .widget-call-text .widget-phone .btn {
    margin-right: 0;
    margin-left: 0;
  }
}
.widget-call .widget-call-text .widget-phone .btn:not(.btn-phone), .widget-call-third .widget-call-text .widget-phone .btn:not(.btn-phone), .widget-call-half .widget-call-text .widget-phone .btn:not(.btn-phone) {
  font-weight: 500;
}
.widget-call .widget-call-text .widget-phone .btn-phone, .widget-call-third .widget-call-text .widget-phone .btn-phone, .widget-call-half .widget-call-text .widget-phone .btn-phone {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-phone .btn-free-call, .widget-call-third .widget-call-text .widget-phone .btn-free-call, .widget-call-half .widget-call-text .widget-phone .btn-free-call {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 1.25rem;
  }
}
.widget-call .widget-call-text .widget-phone .btn-lg, .widget-call-third .widget-call-text .widget-phone .btn-lg, .widget-call-half .widget-call-text .widget-phone .btn-lg {
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-phone .btn-lg, .widget-call-third .widget-call-text .widget-phone .btn-lg, .widget-call-half .widget-call-text .widget-phone .btn-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.125rem;
  }
}
.widget-call .widget-call-text .widget-phone-text, .widget-call-third .widget-call-text .widget-phone-text, .widget-call-half .widget-call-text .widget-phone-text {
  display: none;
}
.widget-call .widget-call-text .widget-dates, .widget-call-third .widget-call-text .widget-dates, .widget-call-half .widget-call-text .widget-dates {
  width: 100%;
  margin: .75rem 0 0;
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-dates, .widget-call-third .widget-call-text .widget-dates, .widget-call-half .widget-call-text .widget-dates {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-dates, .widget-call-third .widget-call-text .widget-dates, .widget-call-half .widget-call-text .widget-dates {
    max-width: none;
  }
}
.widget-call .widget-call-text .widget-dates .btn, .widget-call-third .widget-call-text .widget-dates .btn, .widget-call-half .widget-call-text .widget-dates .btn {
  margin: .75rem 0 0;
  display: block;
  font-weight: 500;
}
.widget-call .widget-call-text .widget-dates .btn-help, .widget-call-third .widget-call-text .widget-dates .btn-help, .widget-call-half .widget-call-text .widget-dates .btn-help {
  display: none;
}
.widget-call .widget-call-text .widget-dates .form-control, .widget-call-third .widget-call-text .widget-dates .form-control, .widget-call-half .widget-call-text .widget-dates .form-control {
  padding-top: .5625rem;
  padding-bottom: .5625rem;
}
.widget-call .widget-call-text .widget-dates .info, .widget-call-third .widget-call-text .widget-dates .info, .widget-call-half .widget-call-text .widget-dates .info {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-dates .info, .widget-call-third .widget-call-text .widget-dates .info, .widget-call-half .widget-call-text .widget-dates .info {
    margin-top: 0;
    margin-left: 1.4rem;
    display: inline-block;
    vertical-align: middle;
  }
}
.widget-call .widget-call-text .widget-dates .info .btn-help, .widget-call-third .widget-call-text .widget-dates .info .btn-help, .widget-call-half .widget-call-text .widget-dates .info .btn-help {
  margin-left: 0;
  margin-right: 1rem;
}
.widget-call .widget-call-text .widget-actions, .widget-call-third .widget-call-text .widget-actions, .widget-call-half .widget-call-text .widget-actions {
  width: 100%;
  margin: .75rem 0 0;
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-actions, .widget-call-third .widget-call-text .widget-actions, .widget-call-half .widget-call-text .widget-actions {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-actions, .widget-call-third .widget-call-text .widget-actions, .widget-call-half .widget-call-text .widget-actions {
    max-width: none;
  }
}
.widget-call .widget-call-text .widget-actions .btn, .widget-call-third .widget-call-text .widget-actions .btn, .widget-call-half .widget-call-text .widget-actions .btn {
  margin: .75rem 0 0;
  display: block;
  font-weight: 500;
}
.widget-call .widget-call-text .widget-help, .widget-call-third .widget-call-text .widget-help, .widget-call-half .widget-call-text .widget-help {
  width: 100%;
  margin: .75rem 0 0;
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-help, .widget-call-third .widget-call-text .widget-help, .widget-call-half .widget-call-text .widget-help {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-help, .widget-call-third .widget-call-text .widget-help, .widget-call-half .widget-call-text .widget-help {
    max-width: none;
  }
}
.widget-call .widget-call-text .widget-help .btn, .widget-call-third .widget-call-text .widget-help .btn, .widget-call-half .widget-call-text .widget-help .btn {
  width: 100%;
  margin: .75rem 0 0;
  display: block;
  font-weight: 500;
}
.widget-call .widget-call-text .widget-help .info, .widget-call-third .widget-call-text .widget-help .info, .widget-call-half .widget-call-text .widget-help .info {
  display: none;
}
.widget-call .widget-call-text .widget-help .info .btn-help, .widget-call-third .widget-call-text .widget-help .info .btn-help, .widget-call-half .widget-call-text .widget-help .info .btn-help {
  margin-left: 0;
  margin-right: 1rem;
}
.widget-call .widget-call-text .widget-provider, .widget-call-third .widget-call-text .widget-provider, .widget-call-half .widget-call-text .widget-provider {
  text-align: center;
}
.widget-call .widget-call-text .widget-prize-list, .widget-call-third .widget-call-text .widget-prize-list, .widget-call-half .widget-call-text .widget-prize-list {
  padding: 0;
  margin: 1rem 0 0 0;
  counter-reset: counter;
  list-style-type: none;
}
.widget-call .widget-call-text .widget-prize-list li, .widget-call-third .widget-call-text .widget-prize-list li, .widget-call-half .widget-call-text .widget-prize-list li {
  padding-left: 3.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.widget-call .widget-call-text .widget-prize-list li:last-child, .widget-call-third .widget-call-text .widget-prize-list li:last-child, .widget-call-half .widget-call-text .widget-prize-list li:last-child {
  margin-bottom: 0;
}
.widget-call .widget-call-text .widget-prize-list li:before, .widget-call-third .widget-call-text .widget-prize-list li:before, .widget-call-half .widget-call-text .widget-prize-list li:before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(counter);
  counter-increment: counter;
  font: bold 1.5rem "Ubuntu", sans-serif;
  color: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.widget-call .widget-call-text .widget-prize-list li:first-child:before, .widget-call-third .widget-call-text .widget-prize-list li:first-child:before, .widget-call-half .widget-call-text .widget-prize-list li:first-child:before {
  background: linear-gradient(to right, #f8de8b 0%, #f2c633 100%);
  border: 1px solid #f2c633;
}
.widget-call .widget-call-text .widget-prize-list li:nth-child(2n):before, .widget-call-third .widget-call-text .widget-prize-list li:nth-child(2n):before, .widget-call-half .widget-call-text .widget-prize-list li:nth-child(2n):before {
  background: linear-gradient(to right, #d7dadb 0%, #bbc0c2 100%);
  border: 1px solid #bbc0c2;
}
.widget-call .widget-call-text .widget-prize-list li:nth-child(3n):before, .widget-call-third .widget-call-text .widget-prize-list li:nth-child(3n):before, .widget-call-half .widget-call-text .widget-prize-list li:nth-child(3n):before {
  background: linear-gradient(to right, #dcb17a 0%, #c2791a 100%);
  border: 1px solid #c2791a;
}
.widget-call .widget-call-text .selectric .label, .widget-call-third .widget-call-text .selectric .label, .widget-call-half .widget-call-text .selectric .label {
  margin-right: 25px;
}
.widget-call .widget-call-text .selectric .button, .widget-call-third .widget-call-text .selectric .button, .widget-call-half .widget-call-text .selectric .button {
  width: 25px;
}
.widget-call.widget-blue-light, .widget-call-third.widget-blue-light, .widget-call-half.widget-blue-light {
  background: #f0f8fa;
}
.widget-call.widget-blue-light .cornered .line:before, .widget-call.widget-blue-light .cornered .line:after, .widget-call-third.widget-blue-light .cornered .line:before, .widget-call-third.widget-blue-light .cornered .line:after, .widget-call-half.widget-blue-light .cornered .line:before, .widget-call-half.widget-blue-light .cornered .line:after {
  background: #f0f8fa;
}
.widget-call.widget-blue-light .cornered.top-right .line .arrows:before, .widget-call-third.widget-blue-light .cornered.top-right .line .arrows:before, .widget-call-half.widget-blue-light .cornered.top-right .line .arrows:before {
  border-color: transparent #f0f8fa transparent transparent;
}
.widget-call.widget-blue-light .cornered.top-right .line .arrows:after, .widget-call-third.widget-blue-light .cornered.top-right .line .arrows:after, .widget-call-half.widget-blue-light .cornered.top-right .line .arrows:after {
  border-color: transparent transparent #f0f8fa transparent;
}
.widget-call.widget-blue, .widget-call-third.widget-blue, .widget-call-half.widget-blue {
  background: #12a6d0;
  color: #fff;
}
.widget-call.widget-blue .cornered .line:before, .widget-call.widget-blue .cornered .line:after, .widget-call-third.widget-blue .cornered .line:before, .widget-call-third.widget-blue .cornered .line:after, .widget-call-half.widget-blue .cornered .line:before, .widget-call-half.widget-blue .cornered .line:after {
  background: #12a6d0;
}
.widget-call.widget-blue .cornered.top-right .line .arrows:before, .widget-call-third.widget-blue .cornered.top-right .line .arrows:before, .widget-call-half.widget-blue .cornered.top-right .line .arrows:before {
  border-color: transparent #12a6d0 transparent transparent;
}
.widget-call.widget-blue .cornered.top-right .line .arrows:after, .widget-call-third.widget-blue .cornered.top-right .line .arrows:after, .widget-call-half.widget-blue .cornered.top-right .line .arrows:after {
  border-color: transparent transparent #12a6d0 transparent;
}
.widget-call.widget-blue-border, .widget-call-third.widget-blue-border, .widget-call-half.widget-blue-border {
  border-color: #12a6d0;
}
@media (min-width: 768px) {
  .widget-call, .widget-call-half {
    padding: .75rem 1rem 1rem 1rem;
  }
}
.widget-call .widget-call-image-prize-list, .widget-call-half .widget-call-image-prize-list {
  background-image: url("../img/temp/prize-list-2.jpg");
}
@media (min-width: 544px) {
  .widget-call .widget-call-image, .widget-call-half .widget-call-image {
    display: block;
  }
}
@media (min-width: 768px) {
  .widget-call .widget-call-image, .widget-call-half .widget-call-image {
    margin: -.75rem .5rem -1rem -1rem;
  }
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .title, .widget-call-half .widget-call-text .title {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .widget-call .widget-call-text p, .widget-call-half .widget-call-text p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-help, .widget-call-half .widget-call-text .widget-help {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-help .btn, .widget-call-half .widget-call-text .widget-help .btn {
    width: auto;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-help .info, .widget-call-half .widget-call-text .widget-help .info {
    margin-left: 1.4rem;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-actions, .widget-call-half .widget-call-text .widget-actions {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-actions .btn, .widget-call-half .widget-call-text .widget-actions .btn {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-actions .btn, .widget-call-half .widget-call-text .widget-actions .btn {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-actions .btn + .btn, .widget-call .widget-call-text .widget-actions .btn + .btn-help, .widget-call-half .widget-call-text .widget-actions .btn + .btn, .widget-call-half .widget-call-text .widget-actions .btn + .btn-help {
    margin-left: .75rem;
  }
}
@media (min-width: 768px) {
  .widget-call .widget-call-image, .widget-call-third .widget-call-image {
    max-width: 145px;
    flex: 1 0 145px;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-phone .btn, .widget-call-third .widget-call-text .widget-phone .btn {
    margin-left: 0;
  }
  .widget-call .widget-call-text .widget-phone .btn + .btn, .widget-call-third .widget-call-text .widget-phone .btn + .btn {
    margin-left: 1.375rem;
  }
}
.widget-call-third.widget-prizes {
  display: block;
}
.widget-call-third.widget-prizes .widget-call-image {
  width: auto;
  max-width: none;
  height: 4rem;
  margin: -.5rem -.75rem .3125rem;
}
.widget-call-third.widget-prizes .widget-call-text .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .widget-call .widget-call-image {
    margin-right: .375rem;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-image-cancellation-service {
    background-image: url("../img/temp/cancellation-service.jpg");
  }
  .widget-call .widget-call-image-link-article {
    background-image: url("../img/temp/link-article.jpg");
  }
  .widget-call .widget-call-image-prize-list {
    background-image: url("../img/temp/prize-list.jpg");
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-info .btn-help {
    display: none;
  }
}
@media (min-width: 768px) {
  .widget-call .widget-call-text .widget-phone .btn {
    max-width: none;
    min-width: 228px;
    margin: 0 0 0 1.375rem;
    display: inline-block;
    vertical-align: middle;
  }
  .widget-call .widget-call-text .widget-phone .btn:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-phone .btn {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-phone-text {
    margin: 0 1.4375rem;
    display: inline-block;
    vertical-align: middle;
    font: 500 1.25rem "Ubuntu", sans-serif;
    text-transform: uppercase;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-dates .btn {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-dates .btn + .btn, .widget-call .widget-call-text .widget-dates .btn + .btn-help {
    margin-left: .75rem;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-dates .btn.btn-help {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-dates .form-group {
    width: 160px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-dates .form-group + .form-group, .widget-call .widget-call-text .widget-dates .form-group + .btn {
    margin-left: .875rem;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-actions {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-actions .btn {
    min-width: 252px;
    padding: .5rem 1rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-help .btn {
    min-width: 150px;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-prize-list {
    margin-top: .5rem;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .widget-call .widget-call-text .widget-prize-list li {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .widget-call .widget-call-text .widget-prize-list li + li {
    margin-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .widget-call.widget-provider {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .widget-call.widget-provider .widget-call-image {
    margin-top: -1rem;
  }
}
@media (min-width: 1200px) {
  .widget-call.widget-provider .widget-call-image {
    max-width: 220px;
    flex: 1 0 220px;
  }
}
.widget-call.widget-provider .widget-call-text {
  text-align: center;
}
.widget-call.widget-provider .widget-call-text .logo {
  width: 134px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (min-width: 544px) {
  .widget-call.widget-provider .widget-call-text .logo {
    display: inline-block;
    vertical-align: middle;
  }
}
.widget-call.widget-provider .widget-call-text .btn {
  width: 240px;
  margin-top: 1rem;
  font-weight: 500;
}
@media (min-width: 544px) {
  .widget-call.widget-provider .widget-call-text .btn {
    margin-top: 0;
    margin-left: 2.3rem;
  }
}
.widget-call.widget-provider .widget-call-text .btn-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.125rem;
}
.widget-call.widget-comparator .title {
  margin-bottom: .375rem;
}
.widget-call.widget-comparator .widget-call-text .widget-dates {
  margin-top: 1.55rem;
}
@media (min-width: 1200px) {
  .widget-call.widget-comparator .widget-call-text .widget-dates .form-group {
    width: 230px;
  }
}
.widget-call.widget-group-purchases .title {
  margin-bottom: .5rem;
}
.widget-call.widget-group-purchases .widget-dates {
  margin-top: 1.5rem;
}
@media (min-width: 1200px) {
  .widget-call.widget-group-purchases .widget-dates .btn {
    min-width: 152px;
  }
}
@media (min-width: 1200px) {
  .widget-call.widget-article-bis .widget-call-text {
    display: flex;
    align-items: center;
  }
  .widget-call.widget-article-bis .widget-call-text .widget-dates {
    margin-top: 0;
    width: auto;
  }
  .widget-call.widget-article-bis .widget-call-text .title {
    flex-grow: 1;
  }
}
.monetization-title + .widget-call {
  margin-top: 0;
}

.monetization-title {
  margin-bottom: 5px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .call-provider.call-link-article .image {
    background-image: url("../img/temp/article.jpg");
  }
}
@media (min-width: 768px) {
  .call-provider.call-link-article-bis {
    padding-bottom: .8rem;
  }
}
.call-provider.call-link-article-bis .text {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .call-provider.call-link-article-bis .text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 164px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .call-provider.call-link-article-bis .bottom {
    width: 160px;
    margin: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
  }
  .call-provider.call-link-article-bis .bottom .btn {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .call-provider-half .call-provider.call-link-article-bis .text, .call-provider-third .call-provider.call-link-article-bis .text {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .call-provider-half .call-provider.call-link-article-bis .bottom, .call-provider-third .call-provider.call-link-article-bis .bottom {
    width: auto;
    margin: 0;
    text-align: left;
    position: relative;
    right: auto;
    top: auto;
  }
}

@media (min-width: 768px) {
  .call-provider.call-prize-list .image {
    background-image: url("../img/temp/phone-2.jpg");
  }
}
.call-provider.call-prize-list .monetization-prize-list {
  padding: 0;
  margin: 1rem 0 0 0;
  counter-reset: counter;
  list-style-type: none;
}
.call-provider.call-prize-list .monetization-prize-list li {
  padding-left: 3.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.call-provider.call-prize-list .monetization-prize-list li:before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(counter);
  counter-increment: counter;
  font: bold 1.5rem "Ubuntu", sans-serif;
  color: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.call-provider.call-prize-list .monetization-prize-list li:first-child:before {
  background: linear-gradient(to right, #f8de8b 0%, #f2c633 100%);
  border: 1px solid #f2c633;
}
.call-provider.call-prize-list .monetization-prize-list li:nth-child(2n):before {
  background: linear-gradient(to right, #d7dadb 0%, #bbc0c2 100%);
  border: 1px solid #bbc0c2;
}
.call-provider.call-prize-list .monetization-prize-list li:nth-child(3n):before {
  background: linear-gradient(to right, #dcb17a 0%, #c2791a 100%);
  border: 1px solid #c2791a;
}
.call-provider.call-prize-list .monetization-prize-list .provider-logo {
  width: auto;
  max-width: 100%;
  height: 40px;
}
.call-provider-third .call-provider.call-prize-list .image {
  display: block;
}

.call-provider {
  padding: .75rem;
  margin: 1.375rem auto;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #e6e6e6;
  line-height: 1.4rem;
  background: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .call-provider {
    padding: 1rem;
    text-align: left;
  }
}
.call-provider-head {
  padding: .375rem .75rem;
  margin: -.75rem -.75rem .75rem;
  background: #12a6d0;
  color: #fff;
  font: 500 0.75rem "Ubuntu", sans-serif;
  text-align: left;
}
@media (min-width: 768px) {
  .call-provider-head {
    padding: .375rem 1rem;
    margin: -1rem -1rem .8125rem;
    font-size: .875rem;
  }
}
.call-provider-head p {
  margin: 0;
  font: inherit;
}
.call-provider-logo {
  width: 125px;
  height: auto;
  margin-bottom: 1rem;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .call-provider-logo {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .call-provider-logo {
    width: 145px;
    margin-right: 1.625rem;
  }
}
.call-provider-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #494949;
}
@media (min-width: 768px) {
  .call-provider-title {
    max-width: 300px;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .call-provider-title {
    max-width: 334px;
    margin-right: 1.875rem;
  }
}
.call-provider .btn {
  max-width: 280px;
  margin: 1rem auto 0;
  font-size: 1.125rem;
  padding: .5rem;
  font-weight: 500;
  display: block;
}
@media (min-width: 768px) {
  .call-provider .btn {
    width: 180px;
    max-width: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .call-provider .btn {
    width: 214px;
  }
}

.stepper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.stepper .form-control {
  width: 2.5rem;
  text-align: center;
  border-color: #12a6d0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .stepper .form-control {
    width: 4rem;
  }
}
.stepper .btn {
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .stepper .btn {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: 4rem;
  }
}
.stepper .btn:first-child {
  -moz-border-radius-topleft: 0.125rem;
  -webkit-border-top-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  -moz-border-radius-bottomleft: 0.125rem;
  -webkit-border-bottom-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.stepper .btn:last-child {
  -moz-border-radius-topright: 0.125rem;
  -webkit-border-top-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  -moz-border-radius-bottomright: 0.125rem;
  -webkit-border-bottom-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.stepper .btn .icon {
  margin-right: 0;
}
.stepper svg {
  fill: #fff;
}

.stepper-people {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.stepper-people [class^="icon-"] {
  fill: #d9d9d9;
}
.stepper-people [class^="icon-"] + [class^="icon-"] {
  margin-left: -1.25rem;
}
.stepper-people [class^="icon-"]:first-child, .stepper-people [class^="icon-"]:last-child {
  margin-left: -.625rem;
}
.stepper-people [class^="icon-"].icon-blue {
  fill: #12a6d0;
}

@media (min-width: 768px) {
  .switch .btn:first-child {
    margin-right: 1.875rem;
  }
}

.switch-half {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.switch-half label,
.switch-half .switch {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}

@media (min-width: 768px) {
  .switch-half .switch .btn:first-child {
    margin-right: 0;
  }
}

.has-success .form-control,
.has-success .form-control:focus,
.has-danger .form-control,
.has-danger .form-control:focus {
  background-repeat: no-repeat;
  background-position: calc(100% - .5rem) center;
  background-size: .75rem .75rem;
}
.has-success .input-group .input-group-addon,
.has-danger .input-group .input-group-addon {
  color: #494949;
}
.has-success .item-required .form-control,
.has-success .item-required .form-control:focus,
.has-danger .item-required .form-control,
.has-danger .item-required .form-control:focus {
  background-position: calc(100% - 1.6rem) center;
}

.has-success input.form-control {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjM2JiMjRjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+);
}
.has-success input.form-control,
.has-success select.form-control {
  border-color: #d9d9d9;
}
.has-success input.form-control:focus,
.has-success select.form-control:focus {
  border-color: #12a6d0;
}

.has-danger input.form-control {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZjUyMjIyIiBkPSJNMjMuOTU0IDIxLjAzbC05LjE4NC05LjA5NSA5LjA5Mi05LjE3NC0yLjgzMi0yLjgwNy05LjA5IDkuMTc5LTkuMTc2LTkuMDg4LTIuODEgMi44MSA5LjE4NiA5LjEwNS05LjA5NSA5LjE4NCAyLjgxIDIuODEgOS4xMTItOS4xOTIgOS4xOCA5LjF6Ii8+PC9zdmc+);
}
.has-danger label.input-star-rating {
  color: #f52222;
}
.has-danger input.form-control,
.has-danger select.form-control {
  border-top-color: #f52222;
  border-bottom-color: #f52222;
  border-left-color: #f52222;
}
.has-danger input.form-control:focus,
.has-danger select.form-control:focus {
  border-right-color: #d9d9d9;
}
.has-danger .input-group .input-group-addon {
  border-color: #f52222;
}

.hero-form {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
  background-color: #12a6d0;
  background-image: url("../img/mask-arrow-white.xs.svg"), url("../img/bg-hero-form.selectra.xs@3x.png");
  background-position: center 101%, center top;
  background-size: 110% auto, 100% auto;
}
@media (min-width: 544px) {
  .hero-form {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url("../img/mask-arrow-white.xl.svg"), url("../img/bg-hero-form.selectra.xl@1x.png");
    background-position: bottom center, -205px top;
    background-size: 2560px auto, auto 100%;
  }
}
@media (min-width: 992px) {
  .hero-form {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-image: url("../img/mask-arrow-grey.xl.svg"), url("../img/bg-hero-form.selectra.xl@1x.png");
    background-position: center bottom, calc(50% - 50px) 0;
  }
}
@media (min-width: 1200px) {
  .hero-form {
    background-position: center bottom, calc(50% - 100px) 0;
  }
}
.hero-form .container {
  position: relative;
}
.hero-form .btn {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: .75rem;
  padding-left: .75rem;
}
.hero-form .btn .icon svg {
  fill: #12a6d0;
}
.hero-form h1 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 544px) {
  .hero-form h1 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .hero-form h1 {
    font-size: 2.5rem;
    font-weight: 500;
  }
}

.selected-energy {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.selected-energy span {
  margin-right: .25rem;
  margin-left: .25rem;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 992px) {
  .selected-energy span {
    margin-right: .5rem;
    margin-left: .5rem;
    font-size: 2.5rem;
  }
}
.selected-energy svg {
  width: 2rem;
  height: 2rem;
  fill: #f5a422;
}
@media (min-width: 992px) {
  .selected-energy svg {
    width: 3rem;
    height: 3rem;
  }
}

.hero-home {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
  background-color: #12a6d0;
  background-image: url("../img/mask-rounded-white.xs.svg"), url("../img/bg-hero-home.selectra.xs@3x.png");
  background-position: center 100%, center top;
  background-size: 110% auto, 100% auto;
}
@media (min-width: 768px) {
  .hero-home {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url("../img/mask-rounded-white.xl.svg"), url("../img/bg-hero-home.selectra.xl@1x.png");
    background-position: center 101%, -205px top;
    background-size: 2560px auto, auto 426px;
  }
}
@media (min-width: 992px) {
  .hero-home {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-position: bottom center, calc(50% + 100px) 0;
  }
}
@media (min-width: 1200px) {
  .hero-home {
    background-position: bottom center, calc(50% - 100px) 0;
  }
}
.hero-home h1 {
  font-weight: 500;
  color: #fff;
  text-align: left;
}
@media (min-width: 390px) {
  .hero-home h1 {
    text-align: center;
  }
}
.hero-home h1 svg {
  fill: #fff;
}
.hero-home .list-checked-circle {
  color: #fff;
}
@media (min-width: 544px) {
  .hero-home .list-checked-circle {
    font-size: 1.25rem;
  }
}

.hero-choice {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 544px) {
  .hero-choice {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero-choice {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .hero-choice {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .hero-choice {
    margin-top: 4rem;
  }
}
.hero-choice fieldset,
.hero-choice fieldset ~ button {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 20rem;
}
@media (min-width: 768px) {
  .hero-choice fieldset,
  .hero-choice fieldset ~ button {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    max-width: none;
  }
}
.hero-choice fieldset {
  -moz-border-radius-topleft: 0.125rem;
  -webkit-border-top-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  -moz-border-radius-topright: 0.125rem;
  -webkit-border-top-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
  background: #fff;
}
@media (min-width: 544px) {
  .hero-choice fieldset {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomleft: 0.125rem;
    -webkit-border-bottom-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.hero-choice .custom-control-indicator {
  margin-top: .125rem;
}
@media (min-width: 992px) {
  .hero-choice .custom-control-indicator {
    margin-top: .185rem;
  }
}
.hero-choice .custom-control {
  display: inline-block;
  margin-top: .875rem;
  margin-bottom: .875rem;
  font-size: 1.125rem;
}
.hero-choice .custom-control + .custom-control {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .hero-choice .custom-control + .custom-control {
    margin-left: 2rem;
  }
}
.hero-choice ~ .btn {
  width: 100%;
  max-width: 20rem;
}
.hero-choice .btn-primary {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  font-weight: 500;
}
@media (min-width: 544px) {
  .hero-choice .btn-primary {
    -moz-border-radius-topright: 0.125rem;
    -webkit-border-top-right-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.hero-choice .btn-primary.btn-only {
  -moz-border-radius-topleft: 0.125rem;
  -webkit-border-top-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  -moz-border-radius-topright: 0.125rem;
  -webkit-border-top-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  width: 100%;
  max-width: 20rem;
}
.hero-choice .btn-primary .icon {
  margin-right: 1rem;
}

h1.intro-hero {
  margin-bottom: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #fff;
  text-align: left;
}
@media (min-width: 544px) {
  h1.intro-hero {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  h1.intro-hero {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  h1.intro-hero {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  h1.intro-hero {
    font-size: 1.75rem;
  }
}

.retained-consumption {
  margin-bottom: 1.5rem;
}
@media (min-width: 544px) {
  .retained-consumption {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .retained-consumption {
    margin-bottom: 2rem;
  }
}
.retained-consumption .list-checked-circle {
  display: inline-block;
  margin: 0;
}
.retained-consumption .list-checked-circle li {
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .retained-consumption .list-checked-circle {
    font-size: 1.5rem;
  }
}

.cookie-choice {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 1rem;
}
@media (min-width: 544px) {
  .cookie-choice {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.cookie-choice .btn {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 20rem;
}
@media (min-width: 544px) {
  .cookie-choice .btn {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .cookie-choice .btn {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.cookie-choice .btn + .btn {
  margin-top: 1rem;
}
@media (min-width: 544px) {
  .cookie-choice .btn + .btn {
    margin-top: 0;
    margin-right: 2rem;
  }
}
.cookie-choice .btn-outline-white {
  font-size: .875rem;
}
@media (min-width: 544px) {
  .cookie-choice .btn-outline-white {
    font-size: 1rem;
  }
}

.hero-home-default {
  padding-top: 1.5rem;
  padding-bottom: 1.6rem;
  margin-bottom: 2.25rem;
  background: linear-gradient(to bottom, #12a6d0 0%, #0f88aa 100%);
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-home-default {
    padding-top: 2.5rem;
    padding-bottom: 1.375rem;
    margin-bottom: 3.55rem;
    background-position: center center;
    background-size: cover;
  }
}
.hero-home-default:before {
  height: 30px;
  display: block;
  content: '\0020';
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  left: -10px;
  right: -10px;
  background: url("../img/mask-rounded-white.xs.svg") bottom center no-repeat;
  background-size: 568px auto;
  z-index: 10;
}
@media (min-width: 544px) {
  .hero-home-default:before {
    height: 60px;
    background-size: 768px auto;
  }
}
@media (min-width: 768px) {
  .hero-home-default:before {
    height: 65px;
    background-image: url("../img/mask-rounded-white.xl.svg");
    background-size: 2600px auto;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .hero-home-default:before {
    height: 200px;
  }
}
.hero-home-default .container {
  position: relative;
  z-index: 1;
}
.hero-home-default .hero-back {
  margin-bottom: 1.125rem;
  margin-left: -15px;
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 768px) {
  .hero-home-default .hero-back {
    margin-left: 0;
    margin-bottom: .875rem;
  }
}
.hero-home-default .hero-back .btn {
  padding-top: .4375rem;
  padding-bottom: .4375rem;
  font-size: .875rem;
  font-weight: 500;
  border-radius: 0 4px 4px 0;
}
@media (min-width: 768px) {
  .hero-home-default .hero-back .btn {
    padding: .275rem .875rem;
    font-size: 1rem;
    border-radius: 4px;
  }
}
.hero-home-default .hero-heading {
  margin-bottom: 1.375rem;
  line-height: 1.3333em;
  color: #fff;
}
@media (min-width: 992px) {
  .hero-home-default .hero-heading {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
}
.hero-home-default .list-check {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 768px) {
  .hero-home-default .list-check {
    font-size: 1.25rem;
  }
}
.hero-home-default .list-check li {
  margin-bottom: .625rem;
}
@media (min-width: 768px) {
  .hero-home-default .list-check li {
    margin-bottom: 1rem;
  }
}
.hero-home-default .list-check li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: border .2s ease;
}
.hero-home-default .list-check li a:hover {
  text-decoration: none;
  border-bottom-color: #fff;
}
.hero-home-default .list-check .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .hero-home-default .list-check .icon {
    width: 2rem;
    height: 2rem;
    margin-right: .875rem;
  }
}
.hero-home-default .list-check .icon svg {
  fill: #f5a422;
}
.hero-home-default .call-block {
  margin: 1.625rem auto 1rem;
}
@media (min-width: 768px) {
  .hero-home-default .call-block {
    max-width: 960px;
    margin: 3.3rem auto 2.6rem;
  }
}
@media (min-width: 768px) {
  .hero-home-default .call-block .text {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .hero-home-default .call-block .callback .form-group .form-control {
    padding-top: .5625rem;
    padding-bottom: .5625rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .hero-home-default .call-block .callback, .hero-home-default .call-block .call {
    max-width: 370px;
    flex: 1 0 370px;
  }
}
@media (min-width: 992px) {
  .hero-home-default .list-card {
    margin-bottom: -2.875rem;
  }
}
@media (min-width: 992px) {
  .hero-home-default .list-card .row {
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .hero-home-default .list-card .card-item {
    margin-bottom: 2.875rem;
  }
}
.hero-home-default .list-card .card-banner {
  display: none;
}
@media (min-width: 992px) {
  .hero-home-default .list-card .card-banner {
    display: block;
  }
}
.hero-home-default .banner {
  width: 100%;
  position: relative;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #e6e6e6;
}
.hero-home-default .banner img {
  width: 100%;
  height: auto;
}
.hero-home-default .banner .link-offer {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  transition: opacity .3s ease;
}
.hero-home-default .banner .link-offer .btn {
  margin: auto;
  font-weight: 500;
  pointer-events: none;
}
.hero-home-default .banner:hover {
  border-color: #f5a422;
}
.hero-home-default .banner:hover .link-offer {
  opacity: 1;
  text-decoration: none;
}
.hero-home-default .call-block .closed {
  background: #fff;
  color: #12a6d0;
}
.hero-home-default .call-block .closed .icon svg {
  fill: #12a6d0;
}
@media (min-width: 768px) {
  .hero-home-default .call-block .closed {
    background: #12a6d0;
    color: #fff;
  }
  .hero-home-default .call-block .closed .icon svg {
    fill: #fff;
  }
}
@media (min-width: 768px) {
  .hero-home-energy {
    background-image: url("../img/hero/home-energy.jpg");
  }
  .hero-home-energy, .hero-home-energy .hero-heading, .hero-home-energy .list-check, .hero-home-energy .list-check li a {
    color: #0f88aa;
  }
}
@media (min-width: 768px) {
  .hero-home-moving-in-out {
    background-image: url("../img/hero/home-moving-in-out.jpg");
  }
  .hero-home-moving-in-out, .hero-home-moving-in-out .hero-heading, .hero-home-moving-in-out .list-check, .hero-home-moving-in-out .list-check li a {
    color: #0f88aa;
  }
  .hero-home-moving-in-out .list-check li a:hover {
    border-color: #0f88aa;
  }
  .hero-home-moving-in-out-closed {
    background-image: url("../img/hero/home-moving-in-out-closed.jpg");
  }
}
@media (min-width: 768px) {
  .hero-home-moving-in-out-energy {
    background-image: url("../img/hero/home-moving-in-out-energy.jpg");
  }
  .hero-home-moving-in-out-energy, .hero-home-moving-in-out-energy .hero-heading, .hero-home-moving-in-out-energy .list-check, .hero-home-moving-in-out-energy .list-check li a {
    color: #0f88aa;
  }
  .hero-home-moving-in-out-energy .list-check li a:hover {
    border-color: #0f88aa;
  }
}
@media (min-width: 768px) {
  .hero-home-moving-in-out-telecom {
    background-image: url("../img/hero/home-moving-in-out-telecom.jpg");
  }
  .hero-home-moving-in-out-telecom, .hero-home-moving-in-out-telecom .hero-heading, .hero-home-moving-in-out-telecom .list-check, .hero-home-moving-in-out-telecom .list-check li a {
    color: #0f88aa;
  }
  .hero-home-moving-in-out-telecom .list-check li a:hover {
    border-color: #0f88aa;
  }
}
@media (min-width: 768px) {
  .hero-home-moving-in-out-insurance {
    background-image: url("../img/hero/home-insurance.jpg");
  }
  .hero-home-moving-in-out-insurance, .hero-home-moving-in-out-insurance .hero-heading, .hero-home-moving-in-out-insurance .list-check, .hero-home-moving-in-out-insurance .list-check li a {
    color: #0f88aa;
  }
  .hero-home-moving-in-out-insurance .list-check li a:hover {
    border-color: #0f88aa;
  }
}
@media (min-width: 768px) {
  .hero-home-domotic {
    background-image: url("../img/hero/home-domotic.jpg");
  }
  .hero-home-domotic, .hero-home-domotic .hero-heading, .hero-home-domotic .list-check, .hero-home-domotic .list-check li a {
    color: #0f88aa;
  }
  .hero-home-domotic .list-check li a:hover {
    border-color: #0f88aa;
  }
}
@media (min-width: 768px) {
  .hero-home-propane {
    background-image: url("../img/hero/home-propane.jpg");
  }
  .hero-home-propane, .hero-home-propane .hero-heading, .hero-home-propane .list-check, .hero-home-propane .list-check li a {
    color: #0f88aa;
  }
  .hero-home-propane .list-check li a:hover {
    border-color: #0f88aa;
  }
}
@media (min-width: 768px) {
  .hero-home-insurance {
    background-image: url("../img/hero/home-insurance.jpg");
  }
  .hero-home-insurance, .hero-home-insurance .hero-heading, .hero-home-insurance .list-check, .hero-home-insurance .list-check li a, .hero-home-insurance .call-block-white .text {
    color: #0f88aa;
  }
  .hero-home-insurance .list-check li a:hover {
    border-color: #0f88aa;
  }
}
@media (min-width: 768px) {
  .hero-home-telecom {
    background-image: url("../img/hero/home-telecom.jpg");
  }
  .hero-home-telecom, .hero-home-telecom .hero-heading, .hero-home-telecom .list-check, .hero-home-telecom .call-block-white .text {
    color: #0f88aa;
  }
  .hero-home-telecom .list-check li a:hover {
    border-color: #0f88aa;
  }
}
.hero-home-global {
  margin-bottom: 0;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .hero-home-global {
    padding-top: 3.4rem;
    padding-bottom: 4.25rem;
    background-size: 1px 1px;
    background-position: -500px -500px;
    background-image: url("../img/hero/home.jpg");
  }
}
.hero-home-global:before {
  display: none;
}
@media (min-width: 768px) {
  .hero-home-global:before {
    display: block;
    top: 452px;
    bottom: auto;
  }
}
@media (min-width: 1200px) {
  .hero-home-global:before {
    top: 316px;
  }
}
@media (min-width: 768px) {
  .hero-home-global:after {
    max-width: 2560px;
    height: 516px;
    margin: 0 auto;
    display: block;
    content: '\0020';
    overflow: hidden;
    background-image: inherit;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
  }
}
.hero-home-global .hero-heading {
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .hero-home-global .hero-heading {
    max-width: 600px;
    color: #0f88aa;
  }
}
@media (min-width: 992px) {
  .hero-home-global .hero-heading {
    margin-bottom: 3.9375rem;
  }
}
@media (min-width: 992px) {
  .hero-home-global .list-card .card-item {
    margin-bottom: 2.5rem;
  }
}

.hero-moving-in-out {
  padding-top: 1.25rem;
  padding-bottom: 2.25rem;
  margin-bottom: 2.25rem;
  background-color: #fff;
  background-image: url("../img/hero/moving-in-out.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.content .hero-moving-in-out {
  margin-top: -1.25rem;
}
@media (min-width: 768px) {
  .content .hero-moving-in-out {
    margin-top: -2.5rem;
  }
}
@media (min-width: 768px) {
  .hero-moving-in-out {
    padding-top: 1.8rem;
    padding-bottom: 2.6rem;
  }
}
.hero-moving-in-out:before {
  height: 30px;
  display: block;
  content: '\0020';
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: url("../img/mask-rounded-white.xs.svg") bottom center no-repeat;
  background-size: 568px auto;
  z-index: 10;
}
@media (min-width: 544px) {
  .hero-moving-in-out:before {
    background-size: 768px auto;
  }
}
@media (min-width: 768px) {
  .hero-moving-in-out:before {
    height: 65px;
    background-image: url("../img/mask-rounded-white.xl.svg");
    background-size: 2560px auto;
  }
}
@media (min-width: 1200px) {
  .hero-moving-in-out:before {
    height: 200px;
  }
}
.hero-moving-in-out .container {
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) {
  .hero-moving-in-out .heading {
    text-align: center;
  }
}
.hero-moving-in-out .image {
  width: 210px;
  height: auto;
  margin: 2.625rem auto -2.25rem;
  display: block;
}
@media (min-width: 768px) {
  .hero-moving-in-out .image {
    width: 310px;
    margin-top: 3.8rem;
    margin-bottom: -2.8rem;
  }
}
.hero-moving-in-out .model-download {
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
}
.hero-moving-in-out-bis .image {
  margin-bottom: -110px;
}
@media (min-width: 768px) {
  .hero-moving-in-out-bis .image {
    width: 240px;
    margin-bottom: -120px;
  }
}

.hero-offer {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  background-color: #fff;
  background-image: url("../img/mask-arrow.selectra.main-color-light.xs.svg");
  background-position: center 100%;
  background-size: 100% auto;
}
@media (min-width: 544px) {
  .hero-offer {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .hero-offer {
    background-image: url("../img/mask-arrow.selectra.main-color-light.xl.svg");
    background-size: 2560px auto;
  }
}
.hero-offer.hero-modal {
  padding-bottom: 2rem;
  margin-top: -.9375rem;
  margin-right: -.9375rem;
  margin-left: -.9375rem;
}
@media (min-width: 992px) {
  .hero-offer.hero-modal {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .hero-offer.hero-modal {
    margin-top: -1.5rem;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
.hero-offer .provider-logo {
  max-width: 12rem;
  max-height: 4rem;
  margin: 0 auto 1rem;
}
.hero-offer h2 {
  font-size: 1.25rem;
  font-weight: 400;
}
.hero-offer .offer-type {
  display: inline-block;
  padding-left: 0;
}
.hero-offer .offer-type li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: .875rem;
}
.hero-offer .offer-type li + li {
  margin-top: .5rem;
}
.hero-offer .offer-type li svg {
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
  fill: #595959;
}

.hero-results {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  text-align: left;
  background-color: #fff;
}
@media (min-width: 768px) {
  .hero-results {
    background-image: url("../img/bg-hero-results.selectra.xl@1x.png");
    background-position: 256px center;
    background-size: 843px auto;
  }
}
@media (min-width: 992px) {
  .hero-results {
    padding-top: 1.5rem;
    background-position: calc(50% + 276px) center;
  }
}
@media (min-width: 1200px) {
  .hero-results {
    background-position: calc(50% + 224px) center;
  }
}
.hero-results h1 {
  margin-bottom: .25rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3bb24c;
}
@media (min-width: 992px) {
  .hero-results h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .hero-results h1 {
    font-size: 2rem;
  }
}
.hero-results p {
  margin-bottom: 0;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .hero-results p {
    font-size: 1.25rem;
  }
}
.hero-results .list-checked-circle {
  color: #fff;
}
@media (min-width: 544px) {
  .hero-results .list-checked-circle {
    font-size: 1.25rem;
  }
}

.hero-write-review {
  padding: 1rem .9375rem 2.5rem;
  margin: -.9375rem -.9375rem 1rem;
  background-color: #f0f8fa;
  background-image: url("../img/mask-arrow-white.xs.svg");
  background-position: center 100%, center top;
  background-size: 100% auto;
}
.hero-write-review.thanks {
  margin-bottom: -.9375rem;
  background-image: none;
}
@media (min-width: 992px) {
  .hero-write-review.thanks {
    margin-bottom: -2rem;
  }
}
.hero-write-review.thanks .intro {
  font-size: 1.25rem;
}
.hero-write-review.thanks .intro svg {
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .hero-write-review {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url("../img/mask-arrow-white.xl.svg");
    background-position: bottom center, -205px top;
    background-size: 2560px auto, auto 426px;
  }
}
@media (min-width: 992px) {
  .hero-write-review {
    padding: 2rem 1.5rem 3rem;
    margin-top: -1.5rem;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}
.hero-write-review p {
  font-size: .875rem;
}
.hero-write-review p.intro {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1rem;
  color: #3bb24c;
}
.hero-write-review p.intro svg {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  fill: #3bb24c;
}

.hero {
  background-repeat: no-repeat;
}
.hero.is-checking {
  position: relative;
  height: 20rem;
}
.hero.is-checking .overlay-checking {
  display: block;
}
.hero .overlay-checking {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.84);
  background-image: url("../img/loader.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.list-offer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 544px) {
  .list-offer {
    padding-bottom: 3rem;
  }
}
.list-offer > .btn {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.load-more {
  margin-top: .875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .load-more {
    margin-top: 2.5rem;
  }
}
.load-more .btn {
  width: 100%;
  max-width: 400px;
  padding-top: .475rem;
  padding-bottom: .475rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .load-more .btn {
    width: auto;
    min-width: 320px;
    max-width: none;
  }
}

.msg {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: .5rem;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-style: dashed;
  border-width: 1px;
}
@media (min-width: 1200px) {
  .msg {
    padding-left: .75rem;
  }
}
.msg .icon-msg
svg {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 544px) {
  .msg .icon-msg
  svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .msg .icon-msg
  svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.msg .icon-msg {
  margin-right: .5rem;
}
@media (min-width: 544px) {
  .msg .icon-msg {
    margin-right: .625rem;
  }
}
@media (min-width: 1200px) {
  .msg .icon-msg {
    margin-right: .75rem;
  }
}
.msg p {
  margin: 0;
}
.msg p + p {
  margin-top: 1rem;
}

.msg-error {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #f52222;
}
.msg-error svg {
  fill: #f52222;
}
.msg-error p {
  font-size: .875rem;
  color: #f52222;
}
@media (min-width: 544px) {
  .msg-error p {
    font-size: 1rem;
  }
}

.msg-info {
  padding-top: .1rem;
  padding-bottom: .1rem;
  margin-top: 1.375rem;
  margin-bottom: 1.5rem;
  border: 1px dashed #88d2e7;
}
@media (min-width: 768px) {
  .msg-info {
    padding-top: .26rem;
    padding-bottom: .26rem;
    margin-top: 1.9rem;
  }
}
.msg-info p {
  font-size: .875rem;
}
.msg-info .btn-help {
  margin-right: .5rem;
  margin-left: 0;
  flex-shrink: 0;
}

.msg-no-offer {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px dashed #f52222;
}
.msg-no-offer svg {
  fill: #f52222;
}
.msg-no-offer p {
  font-size: 1rem;
  color: #f52222;
}

.modal {
  min-width: 18.75rem;
  top: 10px;
  right: 10px;
  left: 10px;
}
@media (min-width: 768px) {
  .modal.modal-xl .modal-dialog {
    max-width: 36rem;
  }
}
@media (min-width: 992px) {
  .modal.modal-xl .modal-dialog {
    max-width: 50rem;
  }
}
@media (min-width: 992px) {
  .modal.modal-xl .modal-dialog .modal-body {
    padding: 1.5rem;
  }
}
.modal.modal-xl-full-xs .modal-dialog {
  width: auto;
  max-width: 100%;
}
@media (min-width: 24rem) {
  .modal.modal-xl-full-xs .modal-dialog {
    max-width: 24rem;
    margin: 1rem auto;
  }
}
@media (min-width: 768px) {
  .modal.modal-xl-full-xs .modal-dialog {
    max-width: 36rem;
  }
}
@media (min-width: 992px) {
  .modal.modal-xl-full-xs .modal-dialog {
    max-width: 50rem;
  }
}
@media (min-width: 992px) {
  .modal.modal-xl-full-xs .modal-dialog .modal-body {
    padding: 1.5rem;
  }
}
.modal.modal-md .modal-dialog {
  max-width: 31rem;
}
.modal.modal-full {
  padding-right: 1rem;
  padding-left: 1rem;
}
.modal.modal-full .modal-dialog {
  width: auto;
  max-width: 100%;
}
.modal.fade.fade-right .modal-dialog {
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.modal.fade.fade-left .modal-dialog {
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.modal.fade.fade-left .modal-dialog, .modal.fade.fade-right .modal-dialog {
  -moz-transition: -moz-transform 300ms ease-in-out;
  -o-transition: -o-transform 300ms ease-in-out;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
@media (min-width: 768px) {
  .modal.fade.fade-left .modal-dialog, .modal.fade.fade-right .modal-dialog {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
}
.modal.fade.in .modal-dialog {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .modal.fade.in .modal-dialog {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modal .modal-dialog {
  max-width: 20rem;
  margin: 0;
}
@media (min-width: 544px) {
  .modal .modal-dialog {
    margin: 1rem auto;
  }
}
.modal .modal-header {
  padding: .75rem 1rem;
}
.modal .modal-header h2 {
  padding-right: 2rem;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.modal .modal-content {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
  border: 0;
}
@media (min-width: 544px) {
  .modal .modal-content {
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
  }
}
.modal .btn {
  padding-right: .5rem;
  padding-left: .5rem;
  white-space: normal;
}
.modal .modal-footer .btn + .btn {
  margin-left: 1rem;
}

.modal-backdrop.in {
  opacity: .76;
}

.modal-call {
  text-align: center;
}
.modal-call .modal-dialog {
  max-width: 23.5rem;
}
.modal-call .hero-modal {
  margin-top: -1.5rem;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.modal-call .modal-body {
  padding: 1.5rem;
}
.modal-call .modal-content {
  background: #f0f8fa;
}
.modal-call .modal-content h2 {
  font-size: 1.25rem;
}
.modal-call .modal-content .btn {
  width: 100%;
}
.modal-call .modal-content .btn + .btn {
  margin-top: 1rem;
}
.modal-call .block-title {
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  position: relative;
  padding: 1rem .75rem .75rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.modal-call .block-title h2 {
  position: absolute;
  top: -.8125rem;
  left: 0;
  display: block;
  width: 100%;
}
.modal-call .block-title h2 span {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjhmYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjBmOGZhIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f8fa), color-stop(50%, #f0f8fa), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #f0f8fa 0%, #f0f8fa 50%, #ffffff 50%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #f0f8fa 0%, #f0f8fa 50%, #ffffff 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f0f8fa 0%, #f0f8fa 50%, #ffffff 50%, #ffffff 100%);
  display: inline-block;
  padding: 0 .5rem;
}
.modal-call .block-title form {
  margin-top: 1rem;
}
.modal-call .block-title form .form-control {
  border-color: #f5a422;
}
.modal-call .block-title form .input-group-addon {
  color: #fff;
  background-color: #f5a422;
  border-color: #f5a422;
}
.modal-call .block-title form .input-group-addon:hover, .modal-call .block-title form .input-group-addon:hover:active, .modal-call .block-title form .input-group-addon:active, .modal-call .block-title form .input-group-addon:focus {
  color: #fff;
  background-color: #e4900a;
  border-color: #e4900a;
}
.modal-call .or {
  margin: 1rem auto;
  font-size: 1.5rem;
  font-weight: 700;
  color: #595959;
}
.modal-call-multi-provider .modal-dialog {
  max-width: 22.5rem;
}
@media (min-width: 768px) {
  .modal-call-multi-provider .modal-body {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
.modal-call-multi-provider .hero-modal {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .modal-call-multi-provider .hero-modal {
    margin-right: -2.25rem;
    margin-left: -2.25rem;
  }
}
.modal-call-multi-provider .hero-modal .provider-logo {
  margin-bottom: .5rem;
}
.modal-call-multi-provider .block-subscribe-text {
  padding-left: 2.625rem;
  margin-top: .625rem;
  text-align: left;
  position: relative;
}
.modal-call-multi-provider .block-subscribe-text .btn-help {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .375rem;
}
.modal-call-multi-provider .block-subscribe-text, .modal-call-multi-provider .block-subscribe-text p {
  font-size: .875rem;
}
.modal-call-multi-provider .block-subscribe-text p:last-of-type {
  margin-bottom: 0;
}
.modal-call-multi-provider .block-subscribe-heading {
  margin-top: -1.875rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.modal-call-multi-provider .btn-phone {
  letter-spacing: 0;
}
.modal-call-multi-provider .btn-phone .icon {
  width: 1.375rem;
  height: 1.375rem;
  margin-top: -.125rem;
  margin-bottom: -.125rem;
}
.modal-call-multi-provider .or {
  margin-top: .675rem;
  margin-bottom: 1.5rem;
}

*
.modal-compare-tool .modal-content {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
}
*
.modal-compare-tool .modal-body {
  padding-left: 13.5rem;
}
@media (min-width: 992px) {
  *
  .modal-compare-tool .modal-body {
    padding-left: 17rem;
  }
}
*
.modal-compare-tool .modal-body .table {
  margin-bottom: 0;
}

.offer-titles {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  overflow: hidden;
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  .offer-titles {
    width: 16rem;
  }
}
.offer-titles tr + tr {
  border-color: #e6e6e6;
}
.offer-titles th {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1rem;
}
.offer-titles th.offset-top {
  height: 2.9375rem;
}
.offer-titles th.offset-bottom {
  height: 10rem;
}
.offer-titles svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem;
  fill: #12a6d0;
}

.compare-tool-offer {
  position: relative;
  float: left;
  width: 15rem;
  text-align: center;
}
.compare-tool-offer + .compare-tool-offer {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .compare-tool-offer {
    width: 18.75rem;
  }
}
.compare-tool-offer > .btn {
  width: 100%;
}

.compared-offers {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.compared-offers .btn-slider {
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: absolute;
  top: 25%;
  z-index: 2000;
  width: 3rem;
  height: 6rem;
  margin-top: -1.5rem;
  background-color: #fff;
  opacity: .5;
}
.compared-offers .btn-slider:disabled {
  display: none;
}
.compared-offers .btn-slider:hover {
  opacity: 1;
}
.compared-offers .btn-slider.prev {
  -moz-border-radius-topright: 3rem;
  -webkit-border-top-right-radius: 3rem;
  border-top-right-radius: 3rem;
  -moz-border-radius-bottomright: 3rem;
  -webkit-border-bottom-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  left: 0;
  border-top: 1px solid #f5a422;
  border-right: 1px solid #f5a422;
  border-bottom: 1px solid #f5a422;
}
.compared-offers .btn-slider.prev svg {
  margin-left: -.5rem;
}
.compared-offers .btn-slider.next {
  -moz-border-radius-topleft: 3rem;
  -webkit-border-top-left-radius: 3rem;
  border-top-left-radius: 3rem;
  -moz-border-radius-bottomleft: 3rem;
  -webkit-border-bottom-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
  right: 0;
  border-top: 1px solid #f5a422;
  border-bottom: 1px solid #f5a422;
  border-left: 1px solid #f5a422;
}
.compared-offers .btn-slider.next svg {
  margin-right: -.5rem;
}
.compared-offers .btn-slider svg {
  width: 2rem;
  height: 2rem;
  fill: #f5a422;
}
.compared-offers .offer-wrapper {
  position: relative;
  left: 0;
  display: inline-block;
}

.offer-data {
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
  background-color: #fff;
}
.offer-data tr + tr {
  border-top: 1px solid #e6e6e6;
}
.offer-data td {
  padding: 1rem;
  font-size: .875rem;
}
.offer-data + .btn {
  margin-top: 1rem;
}

.offer-data-name .provider-logo {
  max-width: 12rem;
  max-height: 3rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .offer-data-name .provider-logo {
    max-width: 16rem;
    max-height: 4rem;
  }
}
.offer-data-name .title {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #12a6d0;
}
.offer-data-name .btn:not(.btn-note),
.offer-data-name form {
  width: 100%;
  max-width: 10rem;
}
.offer-data-name .btn:not(.btn-note) + .btn,
.offer-data-name .btn:not(.btn-note) + form,
.offer-data-name form + .btn,
.offer-data-name form + form {
  margin-top: 1rem;
}
.offer-data-name form {
  margin-right: auto;
  margin-left: auto;
}

.offer-data-savings .offer-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: #3bb24c;
}
.offer-data-savings .offer-price .btn-help,
.offer-data-savings .offer-savings .btn-help {
  margin-left: .5rem;
}
.offer-data-savings .offer-savings strong {
  color: #3bb24c;
}

.energy-price {
  font-size: 1rem;
}

.data-hover {
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.32);
}

.modal-filters .modal-body > .btn {
  width: 100%;
  margin-bottom: 1rem;
}
.modal-filters .btn svg {
  display: inline-block;
}
.modal-filters .title-help {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.modal-filters h3 {
  position: relative;
  margin-bottom: 1rem;
  font-size: .935rem;
}
.modal-filters .custom-control + .custom-control {
  margin-top: 1.5rem;
  margin-left: 0;
}
.modal-filters .custom-control-description {
  font-size: .875rem;
}
.modal-filters .custom-control-description svg {
  width: 1rem;
  height: 1rem;
  fill: #595959;
}
.modal-filters .row [class^="col-"]:first-child {
  padding-right: .5rem;
}
.modal-filters .row [class^="col-"]:last-child {
  padding-left: .5rem;
}

*
.modal-offer {
  text-align: center;
}
*
.modal-offer .modal-content {
  background: #f0f8fa;
}
*
.modal-offer .cta-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
*
.modal-offer .cta-bottom .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: .875rem;
}
@media (min-width: 992px) {
  *
  .modal-offer .cta-bottom .btn {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: 33%;
    font-size: 1.125rem;
  }
}
*
.modal-offer .cta-bottom .btn + .btn {
  margin-left: 1rem;
}
*
.modal-offer .cta-bottom form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  *
  .modal-offer .cta-bottom form {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: 33%;
  }
}
*
.modal-offer .cta-bottom form > .btn {
  width: 100%;
}

.modal-estimate {
  text-align: center;
}
.modal-estimate .modal-dialog {
  max-width: 30rem;
}
.modal-estimate .modal-content {
  background: #f0f8fa;
}
.modal-estimate .modal-content h2 {
  margin-bottom: .375rem;
  font-size: 1.25rem;
}
.modal-estimate .modal-content .modal-header {
  padding: 1.125rem 2.5rem 1.25rem;
}
.modal-estimate .modal-content .modal-header h2 {
  margin: 0;
  padding-right: 0;
  font-size: 1.5rem;
}
.modal-estimate .modal-content .modal-body {
  padding: 1.5rem;
}
.modal-estimate .hero-modal {
  margin: -1.5rem -1.5rem 1.875rem -1.5rem;
  padding-top: 1.5625rem;
  padding-bottom: 2.75rem;
}
.modal-estimate .hero-modal.hero-offer .provider-logo {
  margin-bottom: .625rem;
}
.modal-estimate .hero-modal.hero-offer .offer-type li + li {
  margin-top: .25rem;
}
.modal-estimate .title-help {
  padding-right: 30px;
  margin-bottom: 1.125rem;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.modal-estimate .title-help .btn-help {
  position: absolute;
  right: 0;
  top: 0;
}
.modal-estimate .btn-price {
  padding-top: .875rem;
  padding-bottom: .875rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.modal-domotic .modal-dialog {
  max-width: 50rem;
}
.modal-domotic .modal-content h2 {
  margin-bottom: .375rem;
  font-size: 1.25rem;
}
.modal-domotic .modal-content .modal-header {
  padding: 1.125rem 2.5rem 1.25rem 1.375rem;
}
.modal-domotic .modal-content .modal-header h2 {
  margin: 0;
  padding-right: 0;
  font-size: 1.5rem;
}
.modal-domotic .modal-content .modal-body {
  padding: 1.25rem 1.5rem 1.5rem;
}
.modal-domotic .hero-modal {
  margin: -1.5rem -1.5rem 1.875rem -1.5rem;
  padding-top: 1.5625rem;
  padding-bottom: 2.75rem;
}
.modal-domotic p {
  margin-bottom: .5625rem;
}
.modal-domotic .field-block {
  margin-top: 1.375rem;
}
.modal-domotic .item-required.item-help .item-asterisk {
  right: 0;
}
.modal-domotic .form-group {
  margin-bottom: 1.25rem;
}
.modal-domotic .form-group .selectric-wrapper {
  width: 100%;
}
.modal-domotic .form-label {
  margin-bottom: .75rem;
  font-weight: bold;
}
.modal-domotic .form-help {
  margin-bottom: 1.25rem;
  padding-right: 30px;
  position: relative;
  display: block;
}
.modal-domotic .form-help .btn-help {
  position: absolute;
  right: 0;
  top: 4px;
}
@media (min-width: 768px) {
  .modal-domotic .form-checkbox {
    display: flex;
    align-items: center;
  }
}
.modal-domotic .form-checkbox:after {
  display: block;
  content: '\0020';
  clear: both;
}
.modal-domotic .form-checkbox-label {
  font-weight: bold;
  font-size: .875rem;
}
@media (min-width: 768px) {
  .modal-domotic .form-checkbox-label {
    margin: 0;
    max-width: 50%;
    flex: 1 0 50%;
  }
}
@media (min-width: 768px) {
  .modal-domotic .form-checkbox .switch {
    max-width: 50%;
    flex: 1 0 50%;
  }
}
@media (min-width: 768px) {
  .modal-domotic .form-checkbox .switch .btn {
    padding-top: .625rem;
    padding-bottom: .625rem;
    margin: 0;
    font: 0.875rem "Source Sans Pro", sans-serif;
  }
}
.modal-domotic .form-checkbox .switch .btn-outline-secondary:before {
  background: #f0f8fa;
}
.modal-domotic .form-checkbox .switch .btn-outline-secondary:hover, .modal-domotic .form-checkbox .switch .btn-outline-secondary:focus {
  color: #12a6d0;
}
.modal-domotic .form-control {
  height: 40px;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: .875rem;
}
.modal-domotic .form-submit {
  margin-top: 1.75rem;
  font-size: 1.25rem;
  text-align: right;
}
.modal-domotic .form-submit .btn {
  min-width: 290px;
  padding: 12px;
  font-weight: bold;
}
.modal-domotic .form-blank {
  display: none;
}
@media (min-width: 768px) {
  .modal-domotic .form-blank {
    display: block;
  }
}
.modal-domotic textarea.form-control {
  height: 65px;
}
.modal-domotic .fn {
  font-weight: bold;
  font-size: .875rem;
}

.model-download {
  max-width: 410px;
  padding: .875rem;
  margin: 0 auto 2.5rem;
  background: #fff;
}
@media (min-width: 768px) {
  .model-download {
    padding: 1.375rem;
    margin-bottom: 3.875rem;
  }
}
.model-download .title {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .model-download .title {
    font-size: 1.125rem;
  }
}
.model-download .dropdown .btn-dropdown {
  width: 100%;
  text-align: left;
}
.model-download .dropdown .btn-dropdown:after {
  margin: auto 0;
  position: absolute;
  right: .7rem;
  top: 0;
  bottom: 0;
}
.model-download .dropdown .dropdown-menu {
  width: 100%;
}
.model-download .btn-download {
  margin-top: 1.625rem;
  font-weight: 600;
}

.need-help {
  margin-bottom: 4rem;
  text-align: center;
}
.need-help .btn {
  width: 100%;
  max-width: 20rem;
}
.need-help .btn + .btn {
  margin-top: 1rem;
}

.offer-details {
  padding-bottom: 6rem;
  text-align: center;
}

.card-details .card-body .btn.btn-primary {
  width: auto;
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.card-details .card-body .btn.btn-review {
  margin-top: 2rem;
  margin-bottom: .75rem;
}

.offer-head {
  margin: 0 0 2.5rem;
}
@media (min-width: 768px) {
  .offer-head {
    margin-bottom: 4.125rem;
  }
}
.offer-head .icon-arrow {
  display: none;
}
@media (min-width: 768px) {
  .offer-head .icon-arrow {
    width: 84px;
    height: 84px;
    display: block;
    flex-grow: 1;
    align-self: center;
    position: relative;
    top: -31px;
  }
}
.offer-head .icon-arrow svg {
  width: 100%;
  height: 100%;
  fill: #f5a422;
}
.offer-head .logo {
  max-width: 100%;
  height: 64px;
  display: block;
  margin: 0 auto 1.25rem;
}
@media (min-width: 768px) {
  .offer-head .logo {
    margin-bottom: .625rem;
  }
}
.offer-head .tags {
  padding: 0;
  margin: 0 0 1.125rem;
  list-style: none;
  font-size: .875rem;
}
@media (min-width: 768px) {
  .offer-head .tags {
    margin-bottom: 1.375rem;
  }
}
.offer-head .tags li {
  margin-bottom: .3125rem;
}
@media (min-width: 768px) {
  .offer-head .tags li {
    margin-bottom: .375rem;
  }
}
.offer-head .tags .icon {
  width: .875rem;
  height: .875rem;
  margin-right: .625rem;
  vertical-align: -.125rem;
}
.offer-head .btn {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.offer-head .btn-back {
  margin-bottom: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 768px) {
  .offer-head .btn-back {
    width: auto;
    margin-bottom: 2rem;
  }
}
.offer-head .btn-back .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 .3125rem 0 -.1875rem;
  position: relative;
  top: .125rem;
}
.offer-head .btn-phone {
  letter-spacing: 0;
}
.offer-head .btn-sm {
  width: auto;
  padding: .15rem .5rem;
  margin-bottom: .75rem;
  font-size: .875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .offer-head .btn-sm {
    margin-bottom: .625rem;
  }
}
.offer-head .btn-sm .icon {
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  vertical-align: -.25rem;
}
.offer-head .btn-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.offer-head .btn-action.btn-cta {
  bottom: 56px;
}
@media (min-width: 768px) {
  .offer-head .btn-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .offer-head .btn-action.btn-cta {
    bottom: 0;
  }
}
.offer-head .offer-area {
  padding-bottom: 102px;
  position: relative;
}
@media (min-width: 768px) {
  .offer-head .offer-area {
    max-width: 680px;
    padding-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
.offer-head .col {
  text-align: center;
}
@media (min-width: 768px) {
  .offer-head .col {
    max-width: 43%;
    padding-bottom: 2.5rem;
    flex: 1 0 43%;
    position: relative;
  }
}
.offer-head .col-detail .title {
  margin-bottom: .5rem;
  font-size: 1.5rem;
}
.offer-head .col-savings {
  margin-top: 1.3125rem;
}
@media (min-width: 768px) {
  .offer-head .col-savings {
    margin-top: 0;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
  }
}
.offer-head .col-savings .title {
  font-weight: bold;
}
@media (min-width: 768px) {
  .offer-head .col-savings .title {
    font-size: 1.125rem;
  }
}
.offer-head .col-savings p {
  font-weight: bold;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .offer-head .col-savings p {
    line-height: 1.5rem;
  }
}
.offer-head .col-savings p:last-of-type {
  margin-bottom: 0;
}
.offer-head .col-savings .price {
  margin: .375rem 0;
  color: #3bb24c;
  display: block;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .offer-head .col-savings .price {
    margin-bottom: 1rem;
  }
}
.offer-head .col-savings .price small {
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .offer-head .col-savings .price small {
    font-size: 1.5rem;
  }
}
.offer-head .col-savings .price-total {
  margin: .8125rem 0;
  color: #3bb24c;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .offer-head .col-savings .price-total {
    font-size: 1.5rem;
  }
}
.offer-head .col-savings .price-total small {
  font-size: 1.25rem;
  font-weight: bold;
}
.offer-head .col-savings .price-total .btn-help {
  margin-left: 0.625rem;
}
.offer-head .col-savings .text-area {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-head .col-savings .text-area.text-top {
  padding: 5px 0;
  align-items: flex-start;
}
.offer-head .col-savings .btn {
  font-weight: 500;
}

.offer-savings-modal {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.offer-savings-modal .savings,
.offer-savings-modal .budget {
  color: #3bb24c;
}
.offer-savings-modal .savings.negative,
.offer-savings-modal .budget.negative {
  color: #f52222;
}
.offer-savings-modal .savings {
  font-size: 2rem;
  color: #3bb24c;
}
.offer-savings-modal .budget {
  font-size: 1.25rem;
}
.offer-savings-modal + .btn,
.offer-savings-modal + form > .btn {
  width: 100%;
  max-width: 20rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .offer-savings-modal + .btn,
  .offer-savings-modal + form > .btn {
    width: auto;
  }
}

.standardized-form {
  padding-bottom: 6rem;
}
.standardized-form > h2 {
  margin-top: 2rem;
  font-size: 1.5rem;
}
.standardized-form > h2 svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
  fill: #12a6d0;
}

.page-404 {
  padding: 1.875rem 0;
  text-align: center;
  background: url("../img/bg/404.jpg") center top no-repeat;
  background-size: 1600px 844px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-404 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
.page-404 .image {
  width: 190px;
  height: 174px;
  margin: -2.625rem auto 1.5rem;
  display: block;
  background: url("../img/temp/404-small.png") center 0 no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .page-404 .image {
    width: 356px;
    height: 324px;
    margin-top: -5.1rem;
    margin-bottom: 2.75rem;
    background-image: url("../img/temp/404.png");
  }
}
.page-404 .heading {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .page-404 .heading {
    margin-bottom: 1.5rem;
  }
}
.page-404 .sub-heading {
  margin-top: 1.2rem;
  font: 500 1.25rem/1.3em "Ubuntu", sans-serif;
  display: block;
}
@media (min-width: 768px) {
  .page-404 .sub-heading {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
}
.page-404 .form-search {
  max-width: 320px;
  margin: 2.375rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .page-404 .form-search {
    margin-top: 3rem;
    margin-bottom: 4.6rem;
  }
}
.page-404 .form-search .form-control {
  padding-top: .657rem;
  padding-bottom: .657rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: .875rem;
}
.page-404 .form-search .btn {
  padding: .657rem .875rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: .875rem;
}
.page-404 .call-block {
  margin-right: auto;
  margin-left: auto;
}
.page-404 .call-block .text {
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-404 .call-block .btn-phone .icon {
    width: 1.35rem;
    height: 1.35rem;
  }
}
.page-404 .call-block .callback .form-group .form-control {
  padding-top: .657rem;
  padding-bottom: .657rem;
  font-size: .875rem;
}

.page-article .publish-date {
  margin: 0;
  padding: 3px 0;
  text-align: right;
  font-size: .875rem;
}
@media (min-width: 768px) {
  .page-article .publish-date {
    font-size: 1rem;
  }
}
.page-article .publish-date .icon {
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
}
@media (min-width: 768px) {
  .page-article .publish-date .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.page-article .publish-date .icon svg {
  fill: #f5a422;
}
.page-article .article-head {
  margin-bottom: 2.125rem;
}
@media (min-width: 768px) {
  .page-article .article-head {
    margin-bottom: 2.625rem;
  }
}
.page-article .article-head .image {
  margin-bottom: 1.125rem;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .page-article .article-head .image {
    margin-bottom: 2rem;
  }
}
.page-article .article-head .image img {
  width: 100%;
  height: auto;
}
.page-article .article-head .image .text {
  display: none;
}
@media (min-width: 768px) {
  .page-article .article-head .image .text {
    padding: .4rem .75rem .75rem;
    background: rgba(0, 0, 0, 0.48);
    color: #fff;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.page-article .article-topic {
  margin: 0;
  font-size: 1.0625rem;
  line-height: 1.42em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-article .article-topic {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}
.page-article > h2, .page-article .h2 {
  margin-top: 2.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .page-article > h2, .page-article .h2 {
    margin-top: 2.525rem;
    margin-bottom: .7em;
  }
}
.page-article > h3, .page-article .h3 {
  margin-top: 2.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .page-article > h3, .page-article .h3 {
    margin-top: 2.225rem;
    margin-bottom: .8rem;
  }
}
@media (min-width: 768px) {
  .page-article .suggested-links {
    max-width: 360px;
    margin: 1rem 0 1rem 1.875rem;
    float: right;
  }
}

.provider-details {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9;
}
.provider-details .provider-head img,
.provider-details .provider-head .star-rating {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.provider-details .provider-head img {
  margin-bottom: 1rem;
}
.provider-details .provider-logo {
  width: auto;
  height: 3rem;
  margin-bottom: .5rem;
}
@media (min-width: 544px) {
  .provider-details .provider-logo {
    height: 4rem;
  }
}
.provider-details .provider-presentation p {
  font-size: .9375rem;
}
@media (min-width: 768px) {
  .provider-details .provider-presentation p {
    font-size: 1rem;
  }
}
.provider-details .provider-presentation .embed-responsive,
.provider-details .provider-presentation img {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .provider-details .provider-rating {
    min-height: 195px;
  }
}

.provider-offer-list {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d9d9d9;
}

.provider-reviews {
  margin-bottom: 1.4rem;
}
@media (min-width: 544px) {
  .provider-reviews {
    margin-top: 2rem;
    margin-bottom: 2.3rem;
  }
}
.provider-reviews .btn {
  display: block;
  width: 100%;
  max-width: 20rem;
  padding-top: .563rem;
  padding-bottom: .563rem;
  margin-top: 1.4rem;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}
@media (min-width: 992px) {
  .provider-reviews h2, .provider-reviews h3 {
    font-size: 1.5rem;
  }
}
.provider-reviews .provider-recommendation {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: .23rem .9375rem;
  margin: 1.3rem -15px 1.1rem;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .provider-reviews .provider-recommendation {
    padding-top: .9rem;
    padding-bottom: .9rem;
    margin: 2.15rem 0 1.65rem;
  }
}
.provider-reviews .provider-recommendation .recommendation {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: .75rem;
  font-weight: 700;
  font-size: 1rem;
}
@media (min-width: 544px) {
  .provider-reviews .provider-recommendation .recommendation {
    font-size: 1.5rem;
  }
}
.provider-reviews .provider-recommendation .recommendation .number {
  color: #3bb24c;
}
.provider-reviews .provider-recommendation .recommendation svg {
  width: 2.6rem;
  height: 2.6rem;
  margin-left: .875rem;
  margin-right: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  fill: #3bb24c;
}
@media (min-width: 544px) {
  .provider-reviews .provider-recommendation .recommendation svg {
    width: 2rem;
    height: 2rem;
    margin-right: .75rem;
  }
}
.provider-reviews .provider-recommendation .customer {
  line-height: 1.3;
  text-align: left;
}
.provider-reviews .provider-recommendation .customer a {
  display: none;
}
@media (min-width: 544px) {
  .provider-reviews .provider-recommendation .customer a {
    display: block;
  }
}
.provider-reviews-note {
  padding: .8125rem 1rem;
  background: #fff;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  .provider-reviews-note {
    padding-right: 50%;
    position: relative;
  }
}
.provider-reviews-note .title {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.provider-reviews-note p:last-of-type {
  margin-bottom: 0;
}
.provider-reviews-note .btn {
  margin: 1.5rem 0 0 0;
}
@media (min-width: 992px) {
  .provider-reviews-note .btn {
    width: 240px;
    height: 40px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin: auto;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
  }
}
.provider-reviews-half h2, .provider-reviews-half .h2, .provider-reviews-half h3, .provider-reviews-half .h3 {
  font-size: 1.25rem;
}
.provider-reviews-half .provider-recommendation {
  margin-bottom: 1.125rem;
}
.provider-reviews-half .provider-recommendation svg {
  margin-left: .5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.provider-reviews-half .provider-recommendation .customer {
  font-size: 1.25rem;
}
.provider-reviews-half .provider-reviews-note {
  margin-top: 2rem;
  padding-right: 0;
}
.provider-reviews-half .provider-reviews-note .title {
  margin-bottom: .375rem;
}
@media (min-width: 768px) {
  .provider-reviews-half .provider-reviews-note .btn {
    margin: 1.5rem 0 0 0;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
}

.provider-rating {
  margin-bottom: 1.5rem;
}
.provider-rating .provider-score {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.provider-rating .provider-score + .provider-score {
  margin-top: .75rem;
}
.provider-rating p {
  margin-bottom: .75rem;
}
@media (min-width: 768px) {
  .provider-rating p {
    margin-bottom: 1.1rem;
  }
}
.provider-rating + .btn {
  margin-top: 1.4rem;
}
@media (min-width: 992px) {
  .provider-rating + .btn {
    margin-top: 1.95rem;
  }
}

.carousel-reviews {
  margin-top: 1.3rem;
  margin-bottom: 0;
  display: inline-block;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .carousel-reviews {
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media (min-width: 992px) {
  .carousel-reviews {
    max-width: 475px;
    margin: .6875rem auto 0;
  }
}
.card-details .carousel-reviews {
  margin-top: 0;
}
.carousel-reviews.owl-loaded .item:not(:first-of-type) {
  display: block;
}
.carousel-reviews .item {
  width: 100%;
}
.carousel-reviews .item:not(:first-of-type) {
  display: none;
}
.carousel-reviews .item .card {
  width: auto;
  margin-right: 1px;
}
.carousel-reviews + .btn {
  margin-top: .75rem;
}
@media (min-width: 992px) {
  .carousel-reviews + .btn {
    margin-top: 1.95rem;
  }
}
@media (min-width: 992px) {
  .provider-reviews-half .carousel-reviews {
    padding-left: 0;
    padding-right: 0;
  }
  .provider-reviews-half .carousel-reviews .owl-prev, .provider-reviews-half .carousel-reviews .owl-next {
    display: none;
  }
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.provider-write-review {
  position: relative;
}
.provider-write-review [type="submit"] {
  width: 100%;
}
@media (min-width: 768px) {
  .provider-write-review [type="submit"] {
    width: auto;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.provider-write-review textarea {
  height: 4rem;
}
@media (min-width: 768px) {
  .provider-write-review textarea {
    height: 10.375rem;
  }
}

.provider-partner {
  margin-bottom: 2.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .provider-partner {
    margin-top: 1.625rem;
    margin-bottom: 3.625rem;
  }
}
.provider-partner .partner-logo {
  margin: 0;
}
.provider-partner .partner-logo .hidden {
  display: none;
}
.provider-partner .partner-logo img {
  max-width: 238px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.provider-partner .star-rating {
  margin-top: 0.7rem;
}
.provider-partner .btn-group {
  width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .provider-partner .btn-group {
    width: 490px;
    margin: 1.6rem auto 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
}
.provider-partner .btn-group .btn {
  max-width: 350px;
  margin: 0 auto;
  display: block;
  float: none;
}
.provider-partner .btn-group .btn:not(.btn-phone) {
  font-weight: 500;
}
.provider-partner .btn-group .btn + .btn {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .provider-partner .btn-group .btn {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
  .provider-partner .btn-group .btn + .btn {
    margin-top: 0;
    margin-left: 2rem;
  }
}
.provider-partner .btn-group .btn-phone {
  letter-spacing: 0;
}
.provider-video {
  padding-bottom: 1.5rem;
  margin-bottom: 2.2rem;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .provider-video {
    padding-bottom: .6rem;
  }
}
.provider-video:after {
  display: table;
  content: '\0020';
  clear: both;
}
.provider-video .play {
  margin: 1.4375rem 0 1.125rem;
}
@media (min-width: 768px) {
  .provider-video .play {
    width: 48%;
    margin-top: .5rem;
    margin-left: 1.875rem;
    margin-bottom: 1.875rem;
    float: right;
  }
}
.provider-video .play iframe {
  width: 100%;
  height: 220px;
}

@media (min-width: 768px) {
  .page-partner hr {
    margin: 2.625rem 0;
  }
}

.pop-msg {
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  position: relative;
  display: none;
  padding: .75rem;
  margin-top: -.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.pop-msg::before, .pop-msg::after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.pop-msg::before {
  top: -1rem;
  border-width: 0 .375rem 1rem;
  border-bottom-color: #e6e6e6;
}
.pop-msg::after {
  top: -.9375rem;
  border-width: 0 .3125rem 1rem;
  border-bottom-color: #fff;
}
.pop-msg.pop-bill::before, .pop-msg.pop-bill::after {
  left: 25%;
}
.pop-msg.pop-bill::before {
  margin-left: -.5rem;
}
.pop-msg.pop-bill::after {
  margin-left: -.4375rem;
}
.pop-msg.pop-move::before, .pop-msg.pop-move::after {
  right: 25%;
}
.pop-msg.pop-move::before {
  margin-right: -.5rem;
}
.pop-msg.pop-move::after {
  margin-right: -.4375rem;
}
.pop-msg h4 {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
}
.pop-msg p {
  font-size: .875rem;
}
.pop-msg .btn {
  width: 100%;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .pop-msg .btn {
    width: auto;
  }
}
.pop-msg .btn-pill {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 1.375rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .pop-msg .btn-pill {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.pop-msg .list-checked-circle {
  display: inline-block;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: .875rem;
}
.pop-msg .list-checked-circle li {
  padding-left: 1.5rem;
  margin-bottom: .5rem;
}
.pop-msg .list-checked-circle li::before {
  width: 1rem;
  height: 1rem;
  margin-top: -.5rem;
}

.ahead-ad {
  position: relative;
  z-index: 1;
  padding: .5rem;
  background-color: #fff;
}
.ahead-ad img {
  margin: 0 auto;
}

.share-article {
  margin: 1.125rem 0;
}
@media (min-width: 768px) {
  .share-article {
    margin: 0;
  }
}
.share-article .title {
  margin-bottom: .875rem;
  font-size: 1rem;
  color: #12a6d0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
}
@media (min-width: 768px) {
  .share-article .title {
    margin: 0 .75rem 0 0;
    display: inline-block;
    vertical-align: middle;
  }
}
.share-article .share-social {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .share-article .share-social {
    display: inline-block;
    vertical-align: middle;
  }
}
.share-article .share-social li {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.share-article .share-social li + li {
  margin-left: .8rem;
}
.share-article .share-social li a {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: border .2s ease, background .2s ease;
}
.share-article .share-social li a svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: #bbc0c2;
  vertical-align: top;
  transition: fill .2s ease;
}
.share-article .share-social li.facebook a {
  border-color: #3b5998;
}
.share-article .share-social li.facebook a svg {
  fill: #3b5998;
}
.share-article .share-social li.facebook a:hover {
  background: #3b5998;
}
.share-article .share-social li.facebook a:hover svg {
  fill: #fff;
}
.share-article .share-social li.twitter a {
  border-color: #309aea;
}
.share-article .share-social li.twitter a svg {
  fill: #309aea;
}
.share-article .share-social li.twitter a:hover {
  background: #309aea;
}
.share-article .share-social li.twitter a:hover svg {
  fill: #fff;
}
.share-article .share-social li.google-plus a {
  border-color: #db4437;
}
.share-article .share-social li.google-plus a svg {
  fill: #db4437;
}
.share-article .share-social li.google-plus a:hover {
  background: #db4437;
}
.share-article .share-social li.google-plus a:hover svg {
  fill: #fff;
}
.share-article .share-social li.linkedin a {
  border-color: #007bb5;
}
.share-article .share-social li.linkedin a svg {
  fill: #007bb5;
}
.share-article .share-social li.linkedin a:hover {
  background: #007bb5;
}
.share-article .share-social li.linkedin a:hover svg {
  fill: #fff;
}

.sort-tool {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.sort-tool + .sort-tool {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .sort-tool + .sort-tool {
    margin-top: 0;
  }
}
.sort-tool > label {
  margin: 0;
  margin-bottom: .75rem;
}
.sort-tool select,
.sort-tool .btn-group,
.sort-tool .dropdown {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
.sort-tool select.form-control {
  width: auto;
}
.sort-tool .dropdown,
.sort-tool .btn-group {
  margin: 0;
}
.sort-tool .dropdown .btn,
.sort-tool .btn-group .btn {
  margin-bottom: 0;
}
.sort-tool .sort-tabs .btn {
  padding: .4rem .6rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: .875rem;
}
.sort-tool .dropdown-mobile {
  display: none;
}
.sort-tool .dropdown-mobile .dropdown-item {
  position: relative;
  overflow: hidden;
}
.sort-tool .dropdown-mobile .dropdown-item input {
  position: absolute;
  top: -50px;
  left: -50px;
}
.sort-tool-mobile .sort-tabs {
  display: none;
}
.sort-tool-mobile .dropdown-mobile {
  display: block;
}

.sort-tools {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .sort-tools {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .sort-tools.alone .sort-tool {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .sort-tools.alone .sort-tool > label {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.sticky-bottom {
  -moz-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.08), 0 -2px 1px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.08), 0 -2px 1px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.08), 0 -2px 1px 0 rgba(0, 0, 0, 0.22);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  text-align: center;
  background-color: #fff;
}
.sticky-bottom .sticky-content {
  padding: .5rem;
}
.sticky-bottom .sticky-content .btn {
  padding: .5rem;
  white-space: normal;
}
.sticky-bottom.sticky-fade {
  display: none;
}

.sticky-offer .btn {
  margin: 0;
}
.sticky-offer .btn + .btn {
  margin-left: 1rem;
}

.sticky-standardized-form img {
  display: none;
}
@media (min-width: 768px) {
  .sticky-standardized-form img {
    display: inline-block;
    width: auto;
    height: 2rem;
    margin-right: 1rem;
  }
}
.sticky-standardized-form p {
  display: none;
}
@media (min-width: 768px) {
  .sticky-standardized-form p {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.sticky-standardized-form .btn,
.sticky-standardized-form form {
  margin: 0;
}
.sticky-standardized-form .btn + .btn,
.sticky-standardized-form form + .btn {
  margin-left: 1rem;
}
.sticky-standardized-form form {
  display: inline-block;
}

.subscribe-newsletter {
  padding: .5rem;
  margin: 2.125rem -.5rem;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #e6e6e6;
  line-height: 1.4rem;
  background: #f0f8fa;
  color: #494949;
}
@media (min-width: 768px) {
  .subscribe-newsletter {
    padding: .8rem .8rem 1.2rem;
    margin: 2.125rem 0;
    display: -webkit-flex;
    display: flex;
  }
}
.subscribe-newsletter .image {
  display: none;
}
@media (min-width: 768px) {
  .subscribe-newsletter .image {
    max-width: 145px;
    background: url("../img/temp/newsletter.jpg") center center no-repeat;
    background-size: cover;
    margin: -.8rem 0 -1.2rem -.8rem;
    display: block;
    overflow: hidden;
    flex: 1 0 145px;
  }
}
.subscribe-newsletter .image.cornered .line:before, .subscribe-newsletter .image.cornered .line:after {
  background: #f0f8fa;
}
.subscribe-newsletter .image.cornered.top-right .line .arrows:before {
  border-color: transparent #f0f8fa transparent transparent;
}
.subscribe-newsletter .image.cornered.top-right .line .arrows:after {
  border-color: transparent transparent #f0f8fa transparent;
}
@media (min-width: 768px) {
  .subscribe-newsletter .text {
    padding-left: .5rem;
    flex-grow: 1;
  }
}
.subscribe-newsletter .title {
  margin-bottom: .5rem;
  font: 500 1.2rem "Ubuntu", sans-serif;
}
@media (min-width: 768px) {
  .subscribe-newsletter .title {
    font-size: 1.25rem;
  }
}
.subscribe-newsletter .title a {
  color: #12a6d0;
}
.subscribe-newsletter .form-group {
  margin: 1.5rem 0 0 0;
}
@media (min-width: 768px) {
  .subscribe-newsletter .form-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .subscribe-newsletter .form-group {
    margin-top: 1.6rem;
    flex-wrap: nowrap;
  }
}
.subscribe-newsletter .form-group .form-control {
  padding: .5rem;
  border-radius: 0;
  line-height: 1.375em;
  border-color: #ccc;
}
@media (min-width: 768px) {
  .subscribe-newsletter .form-group .form-control {
    max-width: 286px;
  }
}
.subscribe-newsletter .form-group .btn {
  width: 100%;
  margin-top: 1.125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .subscribe-newsletter .form-group .btn {
    width: auto;
    max-width: 168px;
    margin-top: 0;
    margin-left: 1.5rem;
    flex: 1 0 168px;
  }
}
.subscribe-newsletter .form-group .info {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .subscribe-newsletter .form-group .info {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .subscribe-newsletter .form-group .info {
    margin-top: 0;
    margin-left: 1.4rem;
  }
}
.subscribe-newsletter .form-group .info .btn-help {
  margin-left: 0;
  margin-right: 1rem;
}

.suggested-links {
  padding: .5rem .9375rem .625rem;
  margin: 1.5rem -.5rem 1.125rem;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .suggested-links {
    margin-top: .6rem;
    margin-bottom: .6rem;
  }
}
.suggested-links .title {
  margin-bottom: 1.0625rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .suggested-links .title {
    font-size: 1.5rem;
  }
}
.suggested-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: .875rem;
}
.suggested-links ul li + li {
  margin-top: .625rem;
}
.suggested-links ul li a {
  color: #0f88aa;
}

.we-compare-energy {
  margin: 1.875rem 0 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .we-compare-energy {
    margin-top: 3.5rem;
    margin-bottom: 4.35rem;
  }
}
.we-compare-energy .heading {
  margin-bottom: 1.375rem;
  font-size: .9375rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .we-compare-energy .heading {
    margin-bottom: 1.875rem;
    font-size: 1.75rem;
    font-weight: 500;
  }
}
.we-compare-energy .heading.text-blue {
  color: #12a6d0;
}
.we-compare-energy .providers {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
.we-compare-energy .providers-carousel {
  position: relative;
}
.we-compare-energy .providers-carousel.owl-carousel {
  width: auto;
}
@media (min-width: 768px) {
  .we-compare-energy .providers-carousel.owl-carousel {
    padding-right: 0;
    padding-left: 0;
  }
}
.we-compare-energy .providers-carousel:before, .we-compare-energy .providers-carousel:after {
  width: 10px;
  display: block;
  content: '\0020';
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.we-compare-energy .providers-carousel:before {
  left: 0;
  box-shadow: 4px 0 4px -4px #e6e6e6;
}
.we-compare-energy .providers-carousel:after {
  right: 0;
  box-shadow: -4px 0 4px -4px #e6e6e6;
}
.we-compare-energy .providers-carousel .provider-logo {
  width: auto;
  height: 24px;
  margin: 0 16px;
}
@media (min-width: 768px) {
  .we-compare-energy .providers-carousel .provider-logo {
    height: 46px;
    margin: 0 20px;
  }
}
.we-compare-energy .providers .more {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 15;
}
.we-compare-energy .providers .more .btn {
  font-weight: 500;
}
.we-compare-energy .providers:hover .more {
  opacity: 1;
  text-decoration: none;
}

.services-presentation .row {
  padding: 1.5rem 0;
  border: 0.0625rem solid #e6e6e6;
  margin-right: 0;
  margin-left: 0;
  background: #fff;
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .services-presentation .row {
    padding: .4375rem;
  }
}
.services-presentation .row .col {
  padding: .625rem;
  margin-top: 1.5rem;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.services-presentation .row .col:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .services-presentation .row .col {
    margin-top: 0;
  }
}
.services-presentation .icon {
  margin-bottom: 0.5625rem;
  display: block;
}
.services-presentation .icon svg {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  display: block;
  fill: #f5a422;
}
.services-presentation .title {
  margin: 0 0 .8125rem;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #12a6d0;
}
.services-presentation p {
  margin: 0;
  font-size: .875rem;
  line-height: 1.5em;
}
.services-presentation .btn-primary {
  width: 100%;
  max-width: 18rem;
  margin: 1.375rem auto 0;
  display: block;
}

.call-block {
  max-width: 350px;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .call-block {
    max-width: 724px;
    margin: 2.875rem auto 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.call-block .text {
  margin: 1rem 0 .8rem;
  display: block;
  font: 1.25rem "Ubuntu", sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .call-block .text {
    padding: 0 2rem;
    margin-bottom: 0;
    color: #12a6d0;
    font-size: 1.75rem;
    flex-grow: 1;
  }
}
.call-block .info {
  width: 100%;
  display: block;
  padding-right: 28px;
  position: relative;
}
.call-block .info .btn-help {
  position: absolute;
  right: 0;
  top: 2px;
}
.call-block .info .btn-help svg {
  fill: #12a6d0;
}
@media (min-width: 768px) {
  .call-block .call {
    max-width: 40%;
    flex: 1 0 40%;
    position: relative;
    top: .25rem;
  }
}
@media (min-width: 992px) {
  .call-block .call {
    max-width: 350px;
    flex: 1 0 350px;
  }
}
.call-block .call .btn {
  display: block;
}
.call-block .call .small {
  margin-top: 7px;
  display: block;
  font-size: .875rem;
  text-align: center;
}
.call-block .callback {
  margin-top: .75rem;
  text-align: left;
}
@media (min-width: 768px) {
  .call-block .callback {
    max-width: 40%;
    flex: 1 0 40%;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .call-block .callback {
    max-width: 375px;
    flex: 1 0 375px;
  }
}
.call-block .callback .dropdown {
  width: 100%;
  margin: 1.125rem auto 0;
}
@media (min-width: 768px) {
  .call-block .callback .dropdown {
    margin-top: .9375rem;
  }
}
.call-block .callback .dropdown .btn-dropdown {
  width: 100%;
  padding-right: .75rem;
  padding-left: .75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
}
.call-block .callback .dropdown .dropdown-item {
  color: #999;
}
.call-block .callback .form-group {
  width: 100%;
  margin: 1.125rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .call-block .callback .form-group {
    margin-top: 1.25rem;
  }
}
.call-block .callback .form-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.call-block .callback .form-group .btn {
  padding: .657rem .875rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 500;
  font-size: .875rem;
}
.call-block-white {
  color: #fff;
}
@media (min-width: 768px) {
  .call-block-white {
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .call-block-white .call, .call-block-white .callback {
    background: rgba(255, 255, 255, 0.8);
    color: #494949;
    border-radius: 1px;
  }
}
@media (min-width: 768px) {
  .call-block-white .call {
    padding: 1.875rem 1.675rem 1.625rem;
    position: relative;
    top: 0;
  }
}
@media (min-width: 768px) {
  .call-block-white .callback {
    padding: 1rem 1.675rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .call-block-white .text {
    color: #fff;
    margin: 0;
    align-self: center;
  }
}
.call-block-white .info .btn-help svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .call-block-white .info .btn-help svg {
    fill: #12a6d0;
  }
}
.call-block .closed {
  padding: .675rem 1rem;
  margin-bottom: 1.375rem;
  background: #12a6d0;
  color: #fff;
  font-weight: 500;
  display: flex;
  line-height: 1.25rem;
}
.call-block .closed .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  margin-top: .2rem;
}
.call-block .closed .icon svg {
  fill: #fff;
}
@media (min-width: 768px) {
  .call-block-closed .call {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}
.monetization-title + .call-block {
  margin-top: 0;
}

.faq {
  padding-top: 2rem;
}
.faq .card-list {
  padding: 0;
  list-style: none;
}

.maintenance {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 544px) {
  .maintenance {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .maintenance {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .maintenance {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}
@media (min-width: 1200px) {
  .maintenance {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }
}

.month-selection {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.month-selection h2 {
  margin-bottom: 2rem;
}
.month-selection h2 svg {
  fill: #88d2e7;
}
.month-selection + .number-one {
  padding-top: 2rem;
}

.number-one {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .number-one {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.number-one svg {
  width: 3rem;
  height: 3rem;
  fill: #3bb24c;
}
@media (min-width: 768px) {
  .number-one svg {
    display: none;
  }
}
@media (min-width: 768px) {
  .bg-bulb.no-home-grey .number-one, .bg-bulb.no-home-white .number-one {
    padding-top: 3rem;
  }
  .bg-bulb.no-home-grey .number-one h2, .bg-bulb.no-home-white .number-one h2 {
    color: #fff;
  }
  .bg-bulb.no-home-grey .number-one .btn-sm, .bg-bulb.no-home-white .number-one .btn-sm {
    color: #12a6d0;
    background-color: #fff;
    border-color: #fff;
  }
  .bg-bulb.no-home-grey .number-one .btn-sm:hover, .bg-bulb.no-home-grey .number-one .btn-sm:hover:active, .bg-bulb.no-home-grey .number-one .btn-sm:active, .bg-bulb.no-home-grey .number-one .btn-sm:focus, .bg-bulb.no-home-white .number-one .btn-sm:hover, .bg-bulb.no-home-white .number-one .btn-sm:hover:active, .bg-bulb.no-home-white .number-one .btn-sm:active, .bg-bulb.no-home-white .number-one .btn-sm:focus {
    color: #0f88aa;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
  }
}
.number-one h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #3bb24c;
}
@media (min-width: 768px) {
  .number-one h2 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  .number-one h2 {
    font-size: 1.5rem;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .number-one h2 {
    font-size: 1.75rem;
    color: #fff;
  }
}
.number-one .btn-sm {
  width: 100%;
  max-width: 20rem;
  color: #fff;
  background-color: #12a6d0;
  border-color: #12a6d0;
}
.number-one .btn-sm:hover, .number-one .btn-sm:hover:active, .number-one .btn-sm:active, .number-one .btn-sm:focus {
  color: #fff;
  background-color: #0f88aa;
  border-color: #0f88aa;
}
@media (min-width: 992px) {
  .number-one .btn-sm {
    width: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    color: #12a6d0;
    background-color: #fff;
    border-color: #fff;
  }
  .number-one .btn-sm:hover, .number-one .btn-sm:hover:active, .number-one .btn-sm:active, .number-one .btn-sm:focus {
    color: #0f88aa;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
  }
}

.practical-guides-categories {
  padding: 2.125rem 15px 1.5rem;
  margin: 0 -15px;
  background: #f0f8fa;
}
@media (min-width: 544px) {
  .practical-guides-categories {
    padding: 3.75rem 50vw 2.25rem;
    margin: 0 -50vw;
  }
}
.practical-guides-categories + .energy-news-list {
  margin-top: 2.625rem;
}
@media (min-width: 544px) {
  .practical-guides-categories + .energy-news-list {
    margin-top: 3.575rem;
  }
}
.practical-guides-categories .title {
  margin-bottom: 1.5rem;
}
@media (min-width: 544px) {
  .practical-guides-categories .title {
    margin-bottom: 1.8rem;
    font-size: 1.75rem;
    text-align: center;
  }
}

.prize-list {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .prize-list {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .prize-list > p {
    font-size: 1.125rem;
  }
}
.prize-list .sort-tool {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 463px) {
  .prize-list .sort-tool {
    -webkit-justify-content: center;
    justify-content: center;
  }
  p ~ .prize-list .sort-tool {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .prize-list .sort-tool {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.prize-list > footer {
  text-align: center;
}
@media (min-width: 992px) {
  .prize-list > footer {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .prize-list > footer p {
    -webkit-flex-basis: 33.3%;
    flex-basis: 33.3%;
  }
}
.prize-list > footer .btn {
  width: 100%;
  max-width: 354px;
}
@media (min-width: 992px) {
  .prize-list > footer .btn {
    -webkit-order: -1;
    order: -1;
    -webkit-flex-basis: 33.3%;
    flex-basis: 33.3%;
    width: auto;
  }
}

.prize-list-cards {
  padding: 0;
  margin-right: -.5rem;
  margin-left: -.5rem;
  list-style: none;
  counter-reset: position-counter;
}
@media (min-width: 340px) {
  .prize-list-cards {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .prize-list-cards {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .prize-list-cards li {
    -webkit-flex-basis: 31.5%;
    flex-basis: 31.5%;
  }
}
@media (min-width: 992px) {
  .prize-list-complete .prize-list-cards {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prize-list-complete .prize-list-cards li {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 768px) {
  .prize-methodology {
    padding-bottom: 6rem;
  }
}

.process-steps {
  padding: 2.5rem 15px 1.75rem;
  margin: 1.625rem -15px;
  position: relative;
}
@media (min-width: 544px) {
  .process-steps {
    padding: 4.04rem 50vw 3.875rem;
    margin: 2.4rem -50vw;
  }
}
.process-steps:before {
  width: 100vw;
  margin: 0 auto;
  display: block;
  content: '\0020';
  overflow: hidden;
  background: url("../img/bg/process-steps.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.process-steps > * {
  position: relative;
  z-index: 5;
}
.process-steps ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.125rem;
  text-align: center;
  color: #494949;
}
@media (min-width: 768px) {
  .process-steps ul {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .process-steps ul li {
    flex: 1 0 33.3%;
    padding: 0 10px;
  }
}
.process-steps ul .title {
  margin: 0 0 4px;
  color: #0f88aa;
  font: 500 1.25rem "Ubuntu", sans-serif;
}
@media (min-width: 992px) {
  .process-steps ul .title {
    font-size: 1.5rem;
  }
}
.process-steps ul .icon {
  width: 64px;
  height: 64px;
  margin: 0 0 .8125rem;
}
@media (min-width: 768px) {
  .process-steps ul .icon {
    width: 80px;
    height: 80px;
    margin: 0 0 1.25rem;
  }
}
.process-steps ul .icon svg {
  fill: #f5a422;
}
.process-steps ul p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .process-steps ul p {
    font-size: 1.1rem;
  }
}
.process-steps-index {
  margin-top: 0;
}

.providers-list {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .providers-list {
    margin-bottom: 6rem;
  }
}

.satisfied-customers {
  margin: 2.1875rem 0;
}
@media (min-width: 768px) {
  .satisfied-customers {
    padding: 1.5rem 0;
    margin: 1.9rem 0;
  }
}
.satisfied-customers .title {
  margin-bottom: .75rem;
  font-size: 1.38rem;
}
@media (min-width: 768px) {
  .satisfied-customers .title {
    font-size: 1.75rem;
  }
}
.satisfied-customers .item {
  width: 260px;
}
@media (min-width: 768px) {
  .satisfied-customers .item {
    width: auto;
  }
}
.satisfied-customers .customer-rate {
  text-align: center;
}
.satisfied-customers .customer-rate .note {
  margin-bottom: .585rem;
}
@media (min-width: 768px) {
  .satisfied-customers .customer-rate .note {
    margin-bottom: 1rem;
  }
}
.satisfied-customers .customer-rate .number {
  margin: 0 .5rem 0 0;
  font: 2.1rem/1em "Ubuntu", sans-serif;
  color: #f2c633;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}
@media (min-width: 768px) {
  .satisfied-customers .customer-rate .number {
    margin-right: .875rem;
    font-size: 2.5rem;
  }
}
.satisfied-customers .customer-rate .number .small {
  font-size: 1.3rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .satisfied-customers .customer-rate .number .small {
    font-size: 1.5rem;
  }
}
.satisfied-customers .customer-rate .star-rating {
  vertical-align: middle;
}
.satisfied-customers .customer-rate p {
  font-size: .875rem;
}
@media (min-width: 768px) {
  .satisfied-customers .customer-rate p {
    font-size: 1rem;
  }
}
.satisfied-customers .customer-rate p:last-of-type {
  margin-bottom: 0;
}
.satisfied-customers .carousel {
  margin-top: 1.3rem;
}
@media (min-width: 768px) {
  .satisfied-customers .carousel {
    margin-top: .7rem;
  }
}
@media (min-width: 768px) {
  .satisfied-customers .carousel .btn-carousel svg {
    width: 2rem;
    height: 2rem;
  }
}

@media (min-width: 768px) {
  .team {
    margin-bottom: 4.25rem;
  }
}
@media (min-width: 768px) {
  .team .list-card {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}
@media (min-width: 992px) {
  .team .list-card {
    margin-right: 0;
    margin-left: 0;
  }
  .team .list-card:first-of-type {
    margin-top: 2rem;
  }
}
.team .list-card .item-grid {
  width: 100%;
}
@media (min-width: 768px) {
  .team .list-card .item-grid {
    width: 50%;
    padding: 0 .9375rem;
  }
}
@media (min-width: 992px) {
  .team .list-card .item-grid {
    width: 100%;
    padding: 0;
  }
}

.energy-news-list {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .energy-news-list p {
    font-size: 1.125rem;
  }
}
.energy-news-list-3-col h2, .energy-news-list-3-col h3 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .energy-news-list-3-col h2, .energy-news-list-3-col h3 {
    margin-bottom: 1.5rem;
  }
}

.tab-energy-news p {
  font-size: 1.125rem;
}
.tab-energy-news footer {
  margin-top: 1.5rem;
  text-align: center;
}

.tab-faq p {
  font-size: 1.125rem;
}
.tab-faq .card-faq + .card-faq {
  margin-top: 1.5rem;
}

.tab-practical-guides p {
  font-size: 1.125rem;
}
.tab-practical-guides h3 {
  color: #f5a422;
}
.tab-practical-guides footer {
  padding-top: 2rem;
  text-align: center;
}

.tabs-home {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.nav-tabs {
  border-bottom: 1px solid #e6e6e6;
}
.nav-tabs .nav-link {
  -moz-border-radius-topright: 0.125rem;
  -webkit-border-top-right-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
  -moz-border-radius-topleft: 0.125rem;
  -webkit-border-top-left-radius: 0.125rem;
  border-top-left-radius: 0.125rem;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  padding: .5rem 1rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.25rem;
  color: #a8a8a8;
  background-color: #e6e6e6;
}
@media (min-width: 1200px) {
  .nav-tabs .nav-link {
    padding: .5rem 1.5rem;
    font-size: 1.5rem;
  }
}
.nav-tabs .nav-link:not(.active) {
  -moz-box-shadow: inset 0 -1px 2px -1px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 -1px 2px -1px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 -1px 2px -1px rgba(0, 0, 0, 0.16);
}
.nav-tabs .nav-link:not(.active):hover {
  color: #12a6d0;
}
.nav-tabs .nav-link.active {
  color: #12a6d0;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
  color: #12a6d0;
}

.tab-content {
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  padding: 1rem;
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
@media (min-width: 1200px) {
  .tab-content {
    padding: 1.5rem;
  }
}

@media (min-width: 768px) {
  .taxonomy-list {
    margin-bottom: 6rem;
  }
}

.we-compare {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 992px) {
  .we-compare {
    height: 12rem;
    margin-top: 7.5rem;
    margin-bottom: 5.5rem;
  }
}
.we-compare h2 {
  color: #12a6d0;
}
@media (min-width: 768px) {
  .we-compare h2 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .we-compare h2 {
    margin-bottom: 4rem;
  }
}
.we-compare h2 em {
  font-style: normal;
  color: #f5a422;
}
.we-compare h2 button {
  display: none;
}
@media (min-width: 992px) {
  .we-compare h2 button {
    display: inline;
  }
}
.we-compare h2 svg {
  fill: #88d2e7;
}
.we-compare .learn-more {
  display: block;
  margin-bottom: 1.5rem;
}
.we-compare .learn-more svg {
  margin-right: .5rem;
  fill: #88d2e7;
}
@media (min-width: 768px) {
  .we-compare .learn-more {
    display: none;
  }
}
.we-compare .btn-sm {
  width: 100%;
  max-width: 20rem;
}
@media (min-width: 992px) {
  .we-compare .btn-sm {
    width: auto;
    max-width: auto;
  }
}

.providers-list-1,
.providers-list-2 {
  position: absolute;
  height: 2rem;
}
.providers-list-1 img,
.providers-list-2 img {
  float: left;
  -webkit-filter: grayscale(1) blur(1px);
  filter: grayscale(1) blur(1px);
  height: 2.5rem;
  margin-right: 2rem;
  opacity: .15;
}

.providers-list-1 {
  top: 4rem;
}

.providers-list-2 {
  top: 9rem;
}

/*# sourceMappingURL=selectra.selectra.css.map */
