.wol-rangeSlider-module__container___3kcwo {
  position: relative; }

.wol-rangeSlider-module__sliderTracker___1QVxh {
  background-color: #e6e8eb;
  height: 4px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }

.wol-rangeSlider-module__trackerActive___1KhIX {
  width: 0;
  z-index: 10;
  background-color: #0282eb;
  height: 4px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }

.wol-rangeSlider-module__draggerContainer____tani {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1; }

.wol-rangeSlider-module__dragger___3PHnd {
  background-color: #0282eb;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }

.wol-rangeSlider-module__toolTipContainer___1h2r9 {
  position: relative; }

.wol-rangeSlider-module__toolTip___1RWtg {
  z-index: 99999;
  position: absolute;
  top: -56px;
  left: -41px;
  width: 57px;
  height: 32px;
  background-color: #303233;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wol-rangeSlider-module__toolTip___1RWtg span {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff; }
  .wol-rangeSlider-module__toolTip___1RWtg::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #303233;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 31px;
    left: 23px; }
body {
  margin: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

button {
  cursor: pointer;
  border: none;
  background-color: transparent; }
  button img {
    display: inline-block;
    vertical-align: middle; }
  button:focus {
    outline: none; }

.wol-app-module__packagesView___JoAg_ {
  background-color: #f2f5f7; }

h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  color: #18191a; }

@media (min-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 1.33; } }

.wol-app-module__overlay-popup___TgHAe, .wol-app-module__overlay-bar___1zJdn {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
     -moz-background-size: auto;
          background-size: auto;
  overflow-y: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin: auto; }

@media (min-width: 769px) {
  .wol-app-module__overlay-popup___TgHAe {
    opacity: 1;
    background-color: #9b9b9b;
    background-image: url(background-consent.jpg); }
  .wol-app-module__container-popup___1GriA {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1000;
    width: 768px;
    background: white;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px; } }

@media (min-width: 767px) {
  .wol-app-module__container-bar___3A8GR {
    width: 100%;
    position: fixed;
    bottom: 0px;
    -webkit-box-shadow: 0 -1px 50px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0 -1px 50px rgba(0, 0, 0, 0.3);
            box-shadow: 0 -1px 50px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    pointer-events: all; }
  .wol-app-module__overlay-bar___1zJdn {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none; } }
.wol-button-module__button___2hz46 {
  display: block; }

.wol-button-module__content___vCqsn {
  width: 100%; }

.wol-button-module__link___3ej19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wol-button-module__withLeftIcon___11uev {
  margin-left: .5rem; }

.wol-button-module__closeButton___2PE4H {
  cursor: pointer;
  margin-top: 1.437rem;
  right: 1rem;
  top: 0;
  position: absolute; }

.wol-button-module__textClassName___3KVR4 {
  padding-right: 5px; }
.wol-acceptButton-module__button___eJm9c {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #0282eb;
  color: white;
  font-weight: bold;
  font-size: 15px;
  text-align: center; }
.wol-icon-module__icon___1sIwS {
  background-repeat: no-repeat;
  min-width: 12px;
  min-height: 12px; }
.wol-countryMap-module__mapContainer___1WWwi {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100vw;
  height: auto; }

.wol-countryMap-module__map___2jrqC {
  position: relative;
  height: 100%;
  width: 100vw; }

.wol-countryMap-module__temp___dyNOc {
  color: #ffffff;
  font-size: 18px;
  padding: 0;
  position: absolute;
  bottom: -5px;
  left: -10px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }

.wol-countryMap-module__timer___1ps5e {
  position: absolute;
  z-index: 1000;
  left: 16px;
  top: 16px;
  padding: 8px 10px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #18191a;
  -webkit-box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.25); }

.wol-countryMap-module__date___32oqG {
  font-weight: normal;
  color: #797d80; }
.wol-lazyImage-module__lazyImage___2kvCo:not([src]) {
  visibility: hidden; }
.wol-logo-module__logo___30WM5 {
  text-indent: -9999px;
  display: block;
  width: 135px;
  height: 31px;
  background-repeat: no-repeat;
  -webkit-background-size: 133px 31px;
     -moz-background-size: 133px 31px;
          background-size: 133px 31px; }

.wol-logo-module__logoWolWhite___27Typ {
  background-image: url(wol-horizontal-white.svg); }

.wol-logo-module__logoMlWhite___3Iihh {
  background-image: url(mv-horizontal-white.svg); }

.wol-logo-module__logoWolBlue___1ir-e {
  background-image: url(wol-horizontal-blue.svg); }

.wol-logo-module__logoMlBlue___2yIKi {
  background-image: url(mv-horizontal-blue.svg); }
.wol-loading-module__container___25lGo {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 9999; }

.wol-loading-module__loader___1cgrq {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  font-size: 10px;
  position: relative;
  z-index: 1000;
  border-top: 4px solid rgba(2, 130, 235, 0.2);
  border-right: 4px solid rgba(2, 130, 235, 0.2);
  border-bottom: 4px solid rgba(2, 130, 235, 0.2);
  border-left: 4px solid #0282eb;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-animation: wol-loading-module__load8___1nvY- 0.8s infinite linear;
  -moz-animation: wol-loading-module__load8___1nvY- 0.8s infinite linear;
    -o-animation: wol-loading-module__load8___1nvY- 0.8s infinite linear;
       animation: wol-loading-module__load8___1nvY- 0.8s infinite linear;
  width: 20px;
  height: 20px; }

@-webkit-keyframes wol-loading-module__load8___1nvY- {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes wol-loading-module__load8___1nvY- {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes wol-loading-module__load8___1nvY- {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes wol-loading-module__load8___1nvY- {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
         transform: rotate(360deg); } }

@media (min-width: 769px) {
  .wol-loading-module__container___25lGo {
    height: 529px; } }
.wol-cookies-module__container-popup___1onof, .wol-cookies-module__container-bar___1WBBH {
  text-align: center;
  margin: 16px 16px 24px; }
  .wol-cookies-module__container-popup___1onof > div > img, .wol-cookies-module__container-bar___1WBBH > div > img {
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .wol-cookies-module__container-popup___1onof > div > img, .wol-cookies-module__container-bar___1WBBH > div > img {
        width: 70%; } }
  .wol-cookies-module__container-popup___1onof h1, .wol-cookies-module__container-bar___1WBBH h1 {
    margin: 0 0 16px; }
  .wol-cookies-module__container-popup___1onof div > p, .wol-cookies-module__container-bar___1WBBH div > p {
    margin: 0 20px 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000; }

.wol-cookies-module__buttonContainer-bar___3ZfLw button:first-of-type {
  margin: 24px 16px; }
  @media (max-width: 767px) {
    .wol-cookies-module__buttonContainer-bar___3ZfLw button:first-of-type {
      margin-top: 0; } }

@media (min-width: 767px) {
  .wol-cookies-module__container-bar___1WBBH {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px; }
    .wol-cookies-module__container-bar___1WBBH h1 {
      margin-left: 20px; }
    .wol-cookies-module__container-bar___1WBBH > div > img {
      max-width: 253px;
      min-width: 100px;
      width: 100%;
      height: auto; }
    .wol-cookies-module__container-bar___1WBBH > div:last-child {
      -webkit-box-flex: 0.7;
      -webkit-flex: 0.7;
         -moz-box-flex: 0.7;
          -ms-flex: 0.7;
              flex: 0.7;
      text-align: left;
      margin-bottom: 10px; }
  .wol-cookies-module__buttonContainer-bar___3ZfLw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 20px; }
    .wol-cookies-module__buttonContainer-bar___3ZfLw button:first-of-type {
      margin-bottom: 24px;
      margin-left: 16px; } }

@media (min-width: 767px) and (max-width: 1023px) {
  .wol-cookies-module__container-bar___1WBBH > div:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.wol-cookies-module__buttonContainer-popup___RPURn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wol-cookies-module__buttonContainer-popup___RPURn button:first-of-type {
    margin-bottom: 24px; }

.wol-cookies-module__btn_acceptAll___2IgCc {
  width: 216px;
  height: 40px; }

@media (min-width: 767px) {
  .wol-cookies-module__container-popup___1onof {
    margin: 32px 48px 48px; }
    .wol-cookies-module__container-popup___1onof > div > img {
      width: 672px;
      height: 275px;
      margin-bottom: 80px; }
    .wol-cookies-module__container-popup___1onof div > p {
      margin-bottom: 32px;
      margin: 0 0 24px; }
  .wol-cookies-module__buttonContainer-popup___RPURn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .wol-cookies-module__buttonContainer-popup___RPURn button:first-of-type {
      margin: 0 24px 0 0; } }

@media screen and (min-width: 767px) and (orientation: landscape) {
  .wol-cookies-module__container___1OOZL {
    margin: 10px 48px 48px; }
    .wol-cookies-module__container___1OOZL > img {
      margin-bottom: 10px; } }

@media (min-width: 769px) {
  .wol-cookies-module__container-popup___1onof {
    margin: 32px 48px 48px; }
    .wol-cookies-module__container-popup___1onof > div > img {
      width: 503px;
      height: 208px;
      margin-bottom: 48px; }
    .wol-cookies-module__container-popup___1onof > div > p {
      font-size: 18px;
      line-height: 1.67;
      margin-bottom: 32px; }
    .wol-cookies-module__container-popup___1onof .wol-cookies-module__buttonContainer-popup___RPURn {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 32px; } }
.wol-geoLocation-module__geoLocation___21U9_ {
  color: #025ab8;
  font-size: 1rem;
  line-height: 1rem;
  padding: .75rem 1rem;
  cursor: pointer; }

.wol-geoLocation-module__error___3K5hJ {
  padding: 1.25rem 1rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  color: #797d80; }
.wol-overlay-module__overlay___ZzwBO {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10;
  opacity: .98;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow-y: auto;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-suggestion-module__results___2Ltmh {
  height: 100%;
  overflow-y: auto; }
  .wol-suggestion-module__results___2Ltmh li {
    font-size: 1rem;
    padding: 0.75rem 1rem;
    cursor: pointer; }
    .wol-suggestion-module__results___2Ltmh li:hover {
      background-color: #e6f4ff; }

.wol-suggestion-module__resultNotFound___WERDw {
  padding: 0 1rem 0.5rem; }

.wol-suggestion-module__userInput___2m9Y_ {
  font-weight: bold; }

.wol-suggestion-module__startOver___2nU0v {
  color: #025ab8; }

@media (min-width: 1024px) {
  .wol-suggestion-module__results___2Ltmh {
    width: 100%;
    position: absolute;
    z-index: 9999;
    background: #fff;
    height: auto;
    margin-top: -10px;
    -webkit-border-bottom-left-radius: 4px;
       -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
       -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0px 2px 1px #ced4d9;
       -moz-box-shadow: 0px 2px 1px #ced4d9;
            box-shadow: 0px 2px 1px #ced4d9; } }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-headerMenu-module__menu___1ed6a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }
  .wol-headerMenu-module__menu___1ed6a > li {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 3.8rem;
    padding: 1rem;
    color: #c3e2fa;
    font-weight: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer; }
    .wol-headerMenu-module__menu___1ed6a > li.wol-headerMenu-module__active___1nqA6, .wol-headerMenu-module__menu___1ed6a > li:active {
      background-color: #025ab8;
      color: #fff; }
      .wol-headerMenu-module__menu___1ed6a > li.wol-headerMenu-module__active___1nqA6 .wol-headerMenu-module__submenu___EUgMb, .wol-headerMenu-module__menu___1ed6a > li:active .wol-headerMenu-module__submenu___EUgMb {
        display: block; }
        @media (min-width: 767px) and (max-width: 1023px) {
          .wol-headerMenu-module__menu___1ed6a > li.wol-headerMenu-module__active___1nqA6 .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz, .wol-headerMenu-module__menu___1ed6a > li:active .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            padding: 20px 0; }
            .wol-headerMenu-module__menu___1ed6a > li.wol-headerMenu-module__active___1nqA6 .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__emptyMessage___1kdoF,
            .wol-headerMenu-module__menu___1ed6a > li.wol-headerMenu-module__active___1nqA6 .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__recentsContainer___1XdK1,
            .wol-headerMenu-module__menu___1ed6a > li.wol-headerMenu-module__active___1nqA6 .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__favoriteLocationsContainer___gLttQ, .wol-headerMenu-module__menu___1ed6a > li:active .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__emptyMessage___1kdoF,
            .wol-headerMenu-module__menu___1ed6a > li:active .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__recentsContainer___1XdK1,
            .wol-headerMenu-module__menu___1ed6a > li:active .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__favoriteLocationsContainer___gLttQ {
              width: 50%; }
            .wol-headerMenu-module__menu___1ed6a > li.wol-headerMenu-module__active___1nqA6 .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__emptyMessage___1kdoF, .wol-headerMenu-module__menu___1ed6a > li:active .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__emptyMessage___1kdoF {
              padding-top: 0; }
            .wol-headerMenu-module__menu___1ed6a > li.wol-headerMenu-module__active___1nqA6 .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__favoriteLocationsContainer___gLttQ, .wol-headerMenu-module__menu___1ed6a > li:active .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__favoriteLocationsContainer___gLttQ {
              max-height: 455px;
              overflow: auto; }
            .wol-headerMenu-module__menu___1ed6a > li.wol-headerMenu-module__active___1nqA6 .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__myPlacesTitle___1tfvz, .wol-headerMenu-module__menu___1ed6a > li:active .wol-headerMenu-module__submenu___EUgMb.wol-headerMenu-module__myPlacesContainer___15Jlz .wol-headerMenu-module__myPlacesTitle___1tfvz {
              margin: 0 1rem; }
          .wol-headerMenu-module__menu___1ed6a > li.wol-headerMenu-module__active___1nqA6 .wol-headerMenu-module__submenu___EUgMb .wol-headerMenu-module__recentsContainer___1XdK1, .wol-headerMenu-module__menu___1ed6a > li:active .wol-headerMenu-module__submenu___EUgMb .wol-headerMenu-module__recentsContainer___1XdK1 {
            border-left: solid 1px rgba(213, 214, 214, 0.5); } }
    .wol-headerMenu-module__menu___1ed6a > li.wol-headerMenu-module__myPlacesMenu___2RLU1 {
      padding-right: 30px; }

.wol-headerMenu-module__submenu___EUgMb {
  display: none;
  position: absolute;
  background-color: #025ab8;
  z-index: 10;
  left: 0;
  min-width: 125px;
  width: auto; }
  .wol-headerMenu-module__submenu___EUgMb li {
    margin: 1rem;
    font-weight: normal;
    width: auto;
    white-space: nowrap;
    -webkit-text-decoration-color: #fff;
       -moz-text-decoration-color: #fff;
            text-decoration-color: #fff;
    line-height: 1.5rem;
    font-size: 1rem; }
    .wol-headerMenu-module__submenu___EUgMb li > a:hover {
      cursor: pointer;
      text-decoration: underline;
      -webkit-text-decoration-color: #fff;
         -moz-text-decoration-color: #fff;
              text-decoration-color: #fff; }
    .wol-headerMenu-module__submenu___EUgMb li a {
      color: #fff; }
  .wol-headerMenu-module__submenu___EUgMb > li:first-child,
  .wol-headerMenu-module__submenu___EUgMb .wol-headerMenu-module__myPlacesContainer___15Jlz li:first-child {
    margin-top: 24px; }
  @media (min-width: 767px) and (max-width: 1023px) {
    .wol-headerMenu-module__submenu___EUgMb {
      position: fixed;
      width: 100%; } }

.wol-headerMenu-module__myPlaces___2siu1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .wol-headerMenu-module__myPlaces___2siu1 > a:first-child {
    padding-right: 20px; }

.wol-headerMenu-module__countryName___hdmSf {
  font-size: 0.75rem;
  line-height: 2;
  color: #cce6fb; }

.wol-headerMenu-module__placeContainer___2eOw9 {
  width: 200px;
  height: 22px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.wol-headerMenu-module__recentsContainer___1XdK1 .wol-headerMenu-module__placeButton___13CZ- {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
     -moz-text-decoration-color: #fff;
          text-decoration-color: #fff; }

.wol-headerMenu-module__digitsContainer___3h4Hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .wol-headerMenu-module__digitsContainer___3h4Hd > li {
    margin: 0; }
  .wol-headerMenu-module__digitsContainer___3h4Hd > li:first-child {
    margin: 0 47px 0 0; }

.wol-headerMenu-module__digits___lAfCl li:first-child {
  margin-top: 0;
  font-weight: bold; }

.wol-headerMenu-module__digits___lAfCl li {
  margin-left: 0;
  margin-right: 0; }

.wol-headerMenu-module__counter___15Kns {
  position: absolute;
  font-size: 10px;
  background-color: #fd3c2f;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 125px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  top: 39px; }
  .wol-headerMenu-module__counter___15Kns.wol-headerMenu-module__withFav___bLG3w {
    background-color: #4fb3ff; }

.wol-headerMenu-module__emptyMessage___1kdoF {
  line-height: 1.5;
  padding: 1.5rem 1rem; }
  .wol-headerMenu-module__emptyMessage___1kdoF p {
    margin: 0; }
  .wol-headerMenu-module__emptyMessage___1kdoF > p:first-child {
    font-size: 1rem;
    font-weight: bold; }
  .wol-headerMenu-module__emptyMessage___1kdoF > p:last-child {
    font-size: 0.75rem;
    font-weight: normal;
    margin-top: 9px; }

.wol-headerMenu-module__emptyMessageBody___1cV-f {
  color: #cce6fb; }

.wol-headerMenu-module__divider___1H7p_ {
  border: solid 1px rgba(213, 214, 214, 0.5); }
  @media (min-width: 767px) and (max-width: 1023px) {
    .wol-headerMenu-module__divider___1H7p_ {
      border: none; } }

.wol-headerMenu-module__myPlacesContainer___15Jlz {
  min-width: 312px; }

li.wol-headerMenu-module__myPlacesTitle___1tfvz {
  font-weight: bold; }

.wol-headerMenu-module__withRightIcon___1f6S6 {
  margin-left: 6px; }
.wol-error-module__container___1aP5a {
  text-align: center;
  margin: 32px 48px 48px; }
  .wol-error-module__container___1aP5a > img {
    margin-bottom: 48px; }
  .wol-error-module__container___1aP5a p {
    margin: 0 0 24px; }
  .wol-error-module__container___1aP5a h1 {
    margin: 0  0 16px; }
  .wol-error-module__container___1aP5a a {
    color: #025ab8;
    text-decoration: underline; }

@media (max-width: 767px) {
  .wol-error-module__container___1aP5a {
    margin: 16px 16px 0; }
    .wol-error-module__container___1aP5a > img {
      width: 100%;
      height: auto;
      margin-bottom: 24px; } }
.wol-packages-module__container-popup___2S9vw {
  background-color: #f2f5f7;
  height: 100%;
  padding: 0 16px; }
  .wol-packages-module__container-popup___2S9vw h1 {
    margin: 24px 0 24px;
    line-height: 1.45; }

.wol-packages-module__container-bar___1KszK {
  background-color: #f2f5f7;
  height: 100%;
  padding: 0 16px; }
  .wol-packages-module__container-bar___1KszK h1 {
    margin: 24px 0 24px;
    line-height: 1.45; }

.wol-packages-module__packages___2pPMV {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wol-packages-module__package___1bvYG {
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.12);
  max-width: 320px;
  background-color: white;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px; }
  .wol-packages-module__package___1bvYG:last-child {
    margin-bottom: 24px; }
  .wol-packages-module__package___1bvYG li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px; }
    .wol-packages-module__package___1bvYG li:last-child {
      margin-bottom: 0; }
    .wol-packages-module__package___1bvYG li h3 {
      font-size: 14px;
      line-height: 1.57;
      font-weight: normal;
      color: #000000;
      margin: 0;
      margin-left: 8px; }
  .wol-packages-module__package___1bvYG.wol-packages-module__bar___2gAmC li {
    margin-bottom: 0; }

.wol-packages-module__title___2f56z {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wol-packages-module__title___2f56z h2 {
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #18191a; }

.wol-packages-module__divider___qexrh {
  border-bottom: 1px solid rgba(23, 24, 26, 0.1);
  margin: 16px -16px 20px; }

.wol-packages-module__acceptButton___3QcKh {
  width: 96px;
  height: 40px; }

.wol-packages-module__footer___3iC5S {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px; }

.wol-packages-module__buttonContainer___7BTfy {
  background-color: white;
  margin: 0 -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 16px 18px; }
  .wol-packages-module__buttonContainer___7BTfy button {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #025ab8; }
  .wol-packages-module__buttonContainer___7BTfy .wol-packages-module__backContainer___1puuf img {
    margin-right: 8px; }
  .wol-packages-module__buttonContainer___7BTfy .wol-packages-module__closeContainer___1lHPT button {
    padding-right: 16px; }

.wol-packages-module__titleIcon___2aoCh {
  display: none;
  background-repeat: no-repeat;
  width: 60px;
  height: 48px; }

.wol-packages-module__minimaal___1LCsy {
  background-image: url(rain.svg); }

.wol-packages-module__gemiddeld___2N8MG {
  background-image: url(cloud.svg); }

.wol-packages-module__volledig___2WIgf {
  background-image: url(sun.svg); }

.wol-packages-module__acceptButtonBottomContainer___3z0tX {
  display: none; }

.wol-packages-module__selected___2Bq6Z {
  border: solid 4px #0282eb;
  cursor: pointer; }

.wol-packages-module__currentOption___15hyO {
  font-size: 15px;
  font-weight: bold;
  line-height: 0.67;
  color: #0282eb; }

.wol-packages-module__optionContainer___3UXQe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 767px) {
  .wol-packages-module__volledigContainer___17fY5 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-order: 1;
    -moz-order: 1; }
  .wol-packages-module__minimaalContainer___1P30j {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-order: 2;
    -moz-order: 2; }
  .wol-packages-module__gemiddeldContainer___yQ6Cl {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-order: 3;
    -moz-order: 3; } }

@media (min-width: 768px) {
  .wol-packages-module__container-popup___2S9vw h1 {
    text-align: center;
    margin: 159px 0 32px; }
  .wol-packages-module__container-bar___1KszK h1 {
    text-align: center;
    margin: 159px 0 32px; }
  .wol-packages-module__packages___2pPMV {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .wol-packages-module__package___1bvYG {
    width: 224px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 32px;
    margin-bottom: 32px;
    margin-right: 16px;
    padding-bottom: 20px; }
    .wol-packages-module__package___1bvYG:last-child {
      margin-right: 0;
      margin-bottom: 32px; }
    .wol-packages-module__package___1bvYG.wol-packages-module__bar___2gAmC {
      width: auto;
      -webkit-box-sizing: content-box;
         -moz-box-sizing: content-box;
              box-sizing: content-box;
      margin-top: 32px;
      padding-top: 16px; }
  .wol-packages-module__divider___qexrh {
    margin: 24px 0; }
  .wol-packages-module__acceptButton___3QcKh,
  .wol-packages-module__acceptButtonContainer___16n12 {
    display: none; }
  .wol-packages-module__titleIcon___2aoCh {
    display: block; }
  .wol-packages-module__title___2f56z {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wol-packages-module__title___2f56z h2 {
      margin-top: 12px;
      font-size: 20px;
      font-weight: normal;
      line-height: 1.2; }
  .wol-packages-module__acceptButtonBottomContainer___3z0tX {
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .wol-packages-module__acceptButtonBottom___1b7A- {
    width: 192px;
    height: 40px; }
  .wol-packages-module__cookieBeleid___2JJwm {
    margin: 155px 0 0; }
  .wol-packages-module__buttonContainer___7BTfy {
    padding: 20px 28px 18px; } }

@media (min-width: 769px) {
  .wol-packages-module__container-popup___2S9vw {
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
            border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomright: 8px;
            border-bottom-right-radius: 8px; }
    .wol-packages-module__container-popup___2S9vw h1 {
      margin: 32px 0; }
  .wol-packages-module__container-bar___1KszK {
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
            border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomright: 8px;
            border-bottom-right-radius: 8px; }
    .wol-packages-module__container-bar___1KszK h1 {
      margin: 32px 0; } }

@media (min-width: 1024px) {
  .wol-packages-module__package___1bvYG.wol-packages-module__bar___2gAmC {
    padding: 32px;
    max-width: 538px;
    width: 538px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 160px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .wol-packages-module__package___1bvYG.wol-packages-module__bar___2gAmC .wol-packages-module__acceptButton___3QcKh,
    .wol-packages-module__package___1bvYG.wol-packages-module__bar___2gAmC .wol-packages-module__acceptButtonContainer___16n12 {
      display: block; }
    .wol-packages-module__package___1bvYG.wol-packages-module__bar___2gAmC .wol-packages-module__acceptButtonBottomContainer___3z0tX {
      display: none; }
    .wol-packages-module__package___1bvYG.wol-packages-module__bar___2gAmC .wol-packages-module__acceptButton___3QcKh {
      width: auto;
      text-align: center;
      padding: 0 25px; }
    .wol-packages-module__package___1bvYG.wol-packages-module__bar___2gAmC > ul {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
         -moz-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    .wol-packages-module__package___1bvYG.wol-packages-module__bar___2gAmC .wol-packages-module__title___2f56z {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .wol-packages-module__package___1bvYG.wol-packages-module__bar___2gAmC .wol-packages-module__divider___qexrh {
      display: none; } }

@media (min-width: 767px) and (max-width: 1023px) {
  .wol-packages-module__bar___2gAmC {
    margin-top: 32px; } }

@media (max-width: 767px) {
  .wol-packages-module__bar___2gAmC {
    margin-top: 0;
    margin-bottom: 16px; }
    .wol-packages-module__bar___2gAmC:last-child {
      margin-top: 24px; }
    .wol-packages-module__bar___2gAmC .wol-packages-module__acceptButton___3QcKh {
      width: auto;
      height: auto;
      padding: 6px 16px; } }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-search-module__citySearch___A6rwu {
  position: absolute; }
  .wol-search-module__citySearch___A6rwu input {
    padding: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin-top: 0.875rem;
    margin-bottom: 0.5rem;
    height: 3rem;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e6e8eb;
    font-size: 1.375rem;
    font-weight: bold;
    color: #18191a; }
    .wol-search-module__citySearch___A6rwu input:focus {
      outline: transparent; }
    .wol-search-module__citySearch___A6rwu input::-webkit-input-placeholder {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      color: #797d80;
      font-weight: bold;
      opacity: 0.4; }
    .wol-search-module__citySearch___A6rwu input:-moz-placeholder {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      color: #797d80;
      font-weight: bold;
      opacity: 0.4; }
    .wol-search-module__citySearch___A6rwu input::-moz-placeholder {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      color: #797d80;
      font-weight: bold;
      opacity: 0.4; }
    .wol-search-module__citySearch___A6rwu input:-ms-input-placeholder {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      color: #797d80;
      font-weight: bold;
      opacity: 0.4; }
    .wol-search-module__citySearch___A6rwu input::-ms-input-placeholder {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      color: #797d80;
      font-weight: bold;
      opacity: 0.4; }
    .wol-search-module__citySearch___A6rwu input::placeholder {
      font-family: 'Open Sans', Arial, Helvetica, sans-serif;
      color: #797d80;
      font-weight: bold;
      opacity: 0.4; }
  .wol-search-module__citySearch___A6rwu .wol-search-module__item___2Vujj {
    font-weight: normal; }
    .wol-search-module__citySearch___A6rwu .wol-search-module__item___2Vujj .wol-search-module__cityName___1iMAV {
      color: #18191a; }
    .wol-search-module__citySearch___A6rwu .wol-search-module__item___2Vujj .wol-search-module__countryName___2uk-t {
      color: #797d80; }

@media (min-width: 1024px) {
  .wol-search-module__citySearch___A6rwu {
    position: relative;
    z-index: 100;
    width: 348px; }
    .wol-search-module__citySearch___A6rwu input {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      height: 40px;
      border: none;
      font-size: 16px;
      line-height: 28px;
      padding: 8px 8px 8px 40px;
      background-image: url(search-blue.svg);
      background-position: 10px 50%;
      background-repeat: no-repeat; }
    .wol-search-module__citySearch___A6rwu input::-webkit-input-placeholder {
      color: #797d80; }
    .wol-search-module__citySearch___A6rwu input:-moz-placeholder {
      color: #797d80; }
    .wol-search-module__citySearch___A6rwu input::-moz-placeholder {
      color: #797d80; }
    .wol-search-module__citySearch___A6rwu input:-ms-input-placeholder {
      color: #797d80; }
    .wol-search-module__citySearch___A6rwu input::-ms-input-placeholder {
      color: #797d80; }
    .wol-search-module__citySearch___A6rwu input::placeholder {
      color: #797d80; } }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-header-module__container___3Xkcs {
  position: relative;
  z-index: 5;
  background-color: #0282EB; }
  @media (min-width: 767px) and (max-width: 1023px) and (orientation: portrait) {
    .wol-header-module__container___3Xkcs {
      display: none; } }
  @media (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
    .wol-header-module__container___3Xkcs {
      display: block; } }

.wol-header-module__containerTablet___2g66K {
  position: relative;
  z-index: 10; }
  @media (min-width: 767px) and (max-width: 1023px) and (orientation: portrait) {
    .wol-header-module__containerTablet___2g66K {
      display: block; } }
  @media (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
    .wol-header-module__containerTablet___2g66K {
      display: block; } }
  @media (min-width: 1024px) {
    .wol-header-module__containerTablet___2g66K {
      display: none; } }

.wol-header-module__header___1p05D {
  background-color: #0282EB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.07;
  height: 64px; }
  @media (max-width: 1023px) {
    .wol-header-module__header___1p05D {
      position: fixed;
      width: 100%;
      z-index: 100; }
      .wol-header-module__header___1p05D > :first-child {
        margin: 0 1rem; } }
  @media (min-width: 1024px) and (max-width: 1200px) {
    .wol-header-module__header___1p05D {
      margin: 0 1rem; } }
  @media (min-width: 1025px) and (max-width: 1210px) {
    .wol-header-module__header___1p05D {
      margin-right: 1rem; } }
  .wol-header-module__header___1p05D > a:nth-child(2) {
    margin-left: auto; }
  .wol-header-module__header___1p05D h1 {
    margin: 9px 0 0 0; }

.wol-header-module__logo___1yEdm {
  -webkit-background-size: 133px 31px;
     -moz-background-size: 133px 31px;
          background-size: 133px 31px; }

.wol-header-module__searchIcon___1RAeY {
  padding: 0 1rem; }

.wol-header-module__icon___3Fc_N {
  vertical-align: middle;
  margin-right: 0.5rem; }

.wol-header-module__lgContainer___3qgem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wol-header-module__tabletMenu___B8nGG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.wol-footer-desktop-module__desktopContainer___2NFE1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .wol-footer-desktop-module__desktopContainer___2NFE1 li {
    margin-bottom: .5rem;
    font-size: 16px;
    line-height: 1.5; }
    .wol-footer-desktop-module__desktopContainer___2NFE1 li:hover span {
      color: #026DD1; }

.wol-footer-desktop-module__cursor___2QwKt {
  cursor: pointer; }

.wol-footer-desktop-module__withRightIcon___22s9x {
  margin-left: 6px; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-footer-module__wolLogo___1ZreB {
  margin: 1rem 0; }

.wol-footer-module__copyContainer___1ztj- {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wol-footer-module__copyrights___24mvR {
  font-size: 0.875rem;
  margin: .5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wol-footer-module__footer___3mxKO {
  border-top: 0.5px solid #e6e8eb;
  padding: 12px 16px;
  margin-top: 32px; }
  .wol-footer-module__footer___3mxKO li a {
    font-size: 16px; }
  @media (max-width: 767px) {
    .wol-footer-module__footer___3mxKO {
      margin-top: 24px; } }

.wol-footer-module__footerLinks___1MeHs div {
  outline: none; }

.wol-footer-module__footerLinks___1MeHs h3 {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #303233;
  padding: 20px 0;
  margin: 0; }

.wol-footer-module__footerLinks___1MeHs img {
  vertical-align: middle;
  margin-right: 5px; }

.wol-footer-module__footerLinks___1MeHs li {
  line-height: 2.5rem; }
  .wol-footer-module__footerLinks___1MeHs li a {
    font-size: 15px; }

.wol-footer-module__withRightIcon___YYZXB {
  margin-left: 6px; }
.wol-accordion-module__accordionBody___2t_Je {
  display: block;
  -webkit-animation: wol-accordion-module__fadein___PoujU .35s ease-in;
     -moz-animation: wol-accordion-module__fadein___PoujU .35s ease-in;
       -o-animation: wol-accordion-module__fadein___PoujU .35s ease-in;
          animation: wol-accordion-module__fadein___PoujU .35s ease-in;
  padding-bottom: 20px; }

.wol-accordion-module__accordionArrow___3MYNS {
  display: block;
  width: 24px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px; }
  .wol-accordion-module__accordionArrow___3MYNS::after, .wol-accordion-module__accordionArrow___3MYNS::before {
    display: block;
    position: absolute;
    top: 25%;
    width: 8px;
    height: 1px;
    background-color: #0282eb;
    content: '';
    -webkit-transition: -webkit-transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -o-transition: -o-transform .25s ease-in-out, -o-transform .25s ease-in-out;
    -moz-transition: transform .25s ease-in-out, transform .25s ease-in-out, -moz-transform .25s ease-in-out, -moz-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, transform .25s ease-in-out;
    transition: transform .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out, -o-transform .25s ease-in-out, -webkit-transform .25s ease-in-out, -moz-transform .25s ease-in-out, -o-transform .25s ease-in-out; }
  .wol-accordion-module__accordionArrow___3MYNS::before {
    left: 5px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .wol-accordion-module__accordionArrow___3MYNS::after {
    right: 5px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }

[aria-expanded="true"] .wol-accordion-module__accordionArrow___3MYNS::before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }

[aria-expanded="true"] .wol-accordion-module__accordionArrow___3MYNS::after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg); }

.wol-accordion-module__accordionBodyHidden___4WRMv {
  display: none;
  opacity: 0;
  -webkit-animation: wol-accordion-module__fadein___PoujU .35s ease-in;
     -moz-animation: wol-accordion-module__fadein___PoujU .35s ease-in;
       -o-animation: wol-accordion-module__fadein___PoujU .35s ease-in;
          animation: wol-accordion-module__fadein___PoujU .35s ease-in; }

.wol-accordion-module__accordionItem___3jBKW {
  border-bottom: 1px solid #e6e8eb; }

.wol-accordion-module__title___3hFou {
  position: relative; }
  .wol-accordion-module__title___3hFou h3 {
    text-transform: uppercase; }

@-o-keyframes wol-accordion-module__fadein___PoujU {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes wol-accordion-module__fadein___PoujU {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes wol-accordion-module__fadein___PoujU {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes wol-accordion-module__fadein___PoujU {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.wol-message-module__messageContainer___2cKRE {
  font-size: 0.875rem;
  padding: 1rem;
  border-bottom: 1px solid #e6e8eb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .wol-message-module__messageContainer___2cKRE .wol-message-module__close___2F67f {
    cursor: pointer; }
  .wol-message-module__messageContainer___2cKRE span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.wol-loading-module__big___1D-MZ {
  width: 40px;
  height: 40px; }

.wol-loading-module__medium___2dup8 {
  width: 20px;
  height: 20px; }

.wol-loading-module__small___nMw7g {
  width: 10px;
  height: 10px; }

.wol-loading-module__loaderContainer___VG_lK {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 9999; }

.wol-loading-module__loader___1cgrq {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  font-size: 10px;
  position: relative;
  z-index: 1000;
  border-top: 4px solid rgba(2, 130, 235, 0.2);
  border-right: 4px solid rgba(2, 130, 235, 0.2);
  border-bottom: 4px solid rgba(2, 130, 235, 0.2);
  border-left: 4px solid #0282eb;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  -webkit-animation: wol-loading-module__load8___1nvY- 0.8s infinite linear;
  -moz-animation: wol-loading-module__load8___1nvY- 0.8s infinite linear;
    -o-animation: wol-loading-module__load8___1nvY- 0.8s infinite linear;
       animation: wol-loading-module__load8___1nvY- 0.8s infinite linear; }

@-webkit-keyframes wol-loading-module__load8___1nvY- {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes wol-loading-module__load8___1nvY- {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes wol-loading-module__load8___1nvY- {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes wol-loading-module__load8___1nvY- {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
         transform: rotate(360deg); } }

.wol-loading-module__hide___2d0nZ {
  display: none; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-divider-module__divider___3oR_Z {
  border: .5px solid #e6e8eb; }
  @media (min-width: 767px) {
    .wol-divider-module__divider___3oR_Z {
      margin: 32px 0; } }
  @media (max-width: 767px) {
    .wol-divider-module__divider___3oR_Z {
      margin: 24px 0; } }

.wol-divider-module__noPaddingBottom___2vAoy {
  margin-bottom: 0; }

.wol-divider-module__fullwidth___2QdJ_ {
  margin-left: -100%;
  margin-right: -100%; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-layout-module__layout___3F6YP {
  padding: 0 1rem;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media (max-width: 1023px) {
    .wol-layout-module__layout___3F6YP {
      padding: 64px 1rem 0; } }
.wol-weatherWindSymbol-module__wind-direction-z___2ShF0 {
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg); }
  .wol-weatherWindSymbol-module__wind-direction-z___2ShF0 span {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }

.wol-weatherWindSymbol-module__wind-direction-zzw___2kS14 {
  -webkit-transform: rotate(22.5deg);
     -moz-transform: rotate(22.5deg);
      -ms-transform: rotate(22.5deg);
       -o-transform: rotate(22.5deg);
          transform: rotate(22.5deg); }
  .wol-weatherWindSymbol-module__wind-direction-zzw___2kS14 span {
    -webkit-transform: rotate(-22.5deg);
       -moz-transform: rotate(-22.5deg);
        -ms-transform: rotate(-22.5deg);
         -o-transform: rotate(-22.5deg);
            transform: rotate(-22.5deg); }

.wol-weatherWindSymbol-module__wind-direction-zw___2-V4F {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg); }
  .wol-weatherWindSymbol-module__wind-direction-zw___2-V4F span {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.wol-weatherWindSymbol-module__wind-direction-wzw___2ZhP9 {
  -webkit-transform: rotate(67.5deg);
     -moz-transform: rotate(67.5deg);
      -ms-transform: rotate(67.5deg);
       -o-transform: rotate(67.5deg);
          transform: rotate(67.5deg); }
  .wol-weatherWindSymbol-module__wind-direction-wzw___2ZhP9 span {
    -webkit-transform: rotate(-67.5deg);
       -moz-transform: rotate(-67.5deg);
        -ms-transform: rotate(-67.5deg);
         -o-transform: rotate(-67.5deg);
            transform: rotate(-67.5deg); }

.wol-weatherWindSymbol-module__wind-direction-w___2jBm7 {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg); }
  .wol-weatherWindSymbol-module__wind-direction-w___2jBm7 span {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.wol-weatherWindSymbol-module__wind-direction-wnw___1rUpB {
  -webkit-transform: rotate(112.5deg);
     -moz-transform: rotate(112.5deg);
      -ms-transform: rotate(112.5deg);
       -o-transform: rotate(112.5deg);
          transform: rotate(112.5deg); }
  .wol-weatherWindSymbol-module__wind-direction-wnw___1rUpB span {
    -webkit-transform: rotate(-112.5deg);
       -moz-transform: rotate(-112.5deg);
        -ms-transform: rotate(-112.5deg);
         -o-transform: rotate(-112.5deg);
            transform: rotate(-112.5deg); }

.wol-weatherWindSymbol-module__wind-direction-nw___3AJYZ {
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg); }
  .wol-weatherWindSymbol-module__wind-direction-nw___3AJYZ span {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.wol-weatherWindSymbol-module__wind-direction-nnw___2mf3Y {
  -webkit-transform: rotate(157.5deg);
     -moz-transform: rotate(157.5deg);
      -ms-transform: rotate(157.5deg);
       -o-transform: rotate(157.5deg);
          transform: rotate(157.5deg); }
  .wol-weatherWindSymbol-module__wind-direction-nnw___2mf3Y span {
    -webkit-transform: rotate(-157.5deg);
       -moz-transform: rotate(-157.5deg);
        -ms-transform: rotate(-157.5deg);
         -o-transform: rotate(-157.5deg);
            transform: rotate(-157.5deg); }

.wol-weatherWindSymbol-module__wind-direction-n___BtSuA {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg); }
  .wol-weatherWindSymbol-module__wind-direction-n___BtSuA span {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.wol-weatherWindSymbol-module__wind-direction-nno___tOCJV {
  -webkit-transform: rotate(202.5deg);
     -moz-transform: rotate(202.5deg);
      -ms-transform: rotate(202.5deg);
       -o-transform: rotate(202.5deg);
          transform: rotate(202.5deg); }
  .wol-weatherWindSymbol-module__wind-direction-nno___tOCJV span {
    -webkit-transform: rotate(-202.5deg);
       -moz-transform: rotate(-202.5deg);
        -ms-transform: rotate(-202.5deg);
         -o-transform: rotate(-202.5deg);
            transform: rotate(-202.5deg); }

.wol-weatherWindSymbol-module__wind-direction-no___rHLLa {
  -webkit-transform: rotate(225deg);
     -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg); }
  .wol-weatherWindSymbol-module__wind-direction-no___rHLLa span {
    -webkit-transform: rotate(-225deg);
       -moz-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
         -o-transform: rotate(-225deg);
            transform: rotate(-225deg); }

.wol-weatherWindSymbol-module__wind-direction-ono___ibLBN {
  -webkit-transform: rotate(247.5deg);
     -moz-transform: rotate(247.5deg);
      -ms-transform: rotate(247.5deg);
       -o-transform: rotate(247.5deg);
          transform: rotate(247.5deg); }
  .wol-weatherWindSymbol-module__wind-direction-ono___ibLBN span {
    -webkit-transform: rotate(-247.5deg);
       -moz-transform: rotate(-247.5deg);
        -ms-transform: rotate(-247.5deg);
         -o-transform: rotate(-247.5deg);
            transform: rotate(-247.5deg); }

.wol-weatherWindSymbol-module__wind-direction-o___2e7EB {
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg); }
  .wol-weatherWindSymbol-module__wind-direction-o___2e7EB span {
    -webkit-transform: rotate(-270deg);
       -moz-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
         -o-transform: rotate(-270deg);
            transform: rotate(-270deg); }

.wol-weatherWindSymbol-module__wind-direction-oso___12Uky {
  -webkit-transform: rotate(292.5deg);
     -moz-transform: rotate(292.5deg);
      -ms-transform: rotate(292.5deg);
       -o-transform: rotate(292.5deg);
          transform: rotate(292.5deg); }
  .wol-weatherWindSymbol-module__wind-direction-oso___12Uky span {
    -webkit-transform: rotate(-292.5deg);
       -moz-transform: rotate(-292.5deg);
        -ms-transform: rotate(-292.5deg);
         -o-transform: rotate(-292.5deg);
            transform: rotate(-292.5deg); }

.wol-weatherWindSymbol-module__wind-direction-zo___KpZcp {
  -webkit-transform: rotate(315deg);
     -moz-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
       -o-transform: rotate(315deg);
          transform: rotate(315deg); }
  .wol-weatherWindSymbol-module__wind-direction-zo___KpZcp span {
    -webkit-transform: rotate(-315deg);
       -moz-transform: rotate(-315deg);
        -ms-transform: rotate(-315deg);
         -o-transform: rotate(-315deg);
            transform: rotate(-315deg); }

.wol-weatherWindSymbol-module__wind-direction-zzo___2OHQG {
  -webkit-transform: rotate(337.5deg);
     -moz-transform: rotate(337.5deg);
      -ms-transform: rotate(337.5deg);
       -o-transform: rotate(337.5deg);
          transform: rotate(337.5deg); }
  .wol-weatherWindSymbol-module__wind-direction-zzo___2OHQG span {
    -webkit-transform: rotate(-337.5deg);
       -moz-transform: rotate(-337.5deg);
        -ms-transform: rotate(-337.5deg);
         -o-transform: rotate(-337.5deg);
            transform: rotate(-337.5deg); }

.wol-weatherWindSymbol-module__wind-icon___18_3d {
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wol-weatherWindSymbol-module__wind-icon-medium___2bz5l {
  background-image: url(wind-24.svg);
  width: 24px;
  height: 24px;
  -webkit-background-size: 24px 24px;
     -moz-background-size: 24px 24px;
          background-size: 24px 24px; }

.wol-weatherWindSymbol-module__wind-icon-large___3mTz9 {
  background-image: url(wind-32.svg);
  width: 32px;
  height: 32px;
  -webkit-background-size: 32px 32px;
     -moz-background-size: 32px 32px;
          background-size: 32px 32px; }

.wol-weatherWindSymbol-module__wind-speed___1Utv_ {
  color: #18191a; }

.wol-weatherWindSymbol-module__wind-speed___1Utv_.wol-weatherWindSymbol-module__medium___N2-Br {
  font-weight: bold;
  font-size: 0.5625rem; }

.wol-weatherWindSymbol-module__wind-speed___1Utv_.wol-weatherWindSymbol-module__large___2DXK- {
  font-size: 0.75rem; }
.wol-dayTemperature-module__day___3ql8b {
  display: inline-block; }
  .wol-dayTemperature-module__day___3ql8b span:after {
    content: ' ';
    margin: 0 4px; }

.wol-dayTemperature-module__min___2sFpn {
  color: #85898C; }
  .wol-dayTemperature-module__min___2sFpn span:after {
    content: '/'; }

.wol-dayTemperature-module__max___JeWot {
  color: #18191a; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-container-module__container___3if4h {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .wol-container-module__container___3if4h h2.wol-container-module__title___GN3yF {
    font-size: 1.375rem; }
  @media (max-width: 767px) {
    .wol-container-module__container___3if4h h3 {
      margin: 0.5rem 0 1rem 0; } }
  .wol-container-module__container___3if4h.wol-container-module__onclick___1s1Aj {
    cursor: pointer; }

.wol-container-module__withLink___12Cs6 {
  margin-bottom: 1rem; }

@media (max-width: 767px) {
  .wol-container-module__navigateTo___vwgYw {
    line-height: 1rem; } }

@media (min-width: 767px) {
  .wol-container-module__navigateTo___vwgYw {
    line-height: 24px; } }

.wol-container-module__navigateTo___vwgYw span {
  font-size: 0.9375rem;
  color: #025ab8; }

.wol-container-module__navigateTo___vwgYw img {
  margin-left: 6px; }

.wol-container-module__backLink___1RyO5 {
  font-weight: bold;
  padding: 0; }

.wol-container-module__title___GN3yF {
  margin: 0.5rem 0 1rem 0; }

.wol-container-module__fullPage___wVYsL {
  margin-left: -1rem;
  margin-right: -1rem; }

.wol-container-module__spacing___5l5jd {
  margin: 1rem 0; }
ul.wol-dayparts-module__daypartsContainer___-XA4e {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }
  ul.wol-dayparts-module__daypartsContainer___-XA4e .wol-dayparts-module__item_container___2VxJD {
    width: 25%;
    -webkit-box-shadow: inset -1px 0 0 0 #E6E8EB;
       -moz-box-shadow: inset -1px 0 0 0 #E6E8EB;
            box-shadow: inset -1px 0 0 0 #E6E8EB; }
    ul.wol-dayparts-module__daypartsContainer___-XA4e .wol-dayparts-module__item_container___2VxJD:last-child {
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; }
    ul.wol-dayparts-module__daypartsContainer___-XA4e .wol-dayparts-module__item_container___2VxJD li {
      margin-bottom: 8px; }
      ul.wol-dayparts-module__daypartsContainer___-XA4e .wol-dayparts-module__item_container___2VxJD li:last-child {
        margin-bottom: 0; }
  ul.wol-dayparts-module__daypartsContainer___-XA4e .wol-dayparts-module__weather_icon___1DExh, ul.wol-dayparts-module__daypartsContainer___-XA4e .wol-dayparts-module__wind___ahTwD {
    display: inline-block; }
.wol-dayWeatherIcon-module__container___2n4dJ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .wol-dayWeatherIcon-module__container___2n4dJ span {
    font-size: 8px;
    line-height: 2; }
.wol-tooltip-module__tooltipContainer___22NXh {
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  -o-transition: -o-transform 100ms ease-in-out;
  -moz-transition: transform 100ms ease-in-out, -moz-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out, -moz-transform 100ms ease-in-out, -o-transform 100ms ease-in-out; }

.wol-tooltip-module__tooltip___2iVXe {
  margin: 0;
  padding: 5px 10px;
  background-color: #303233;
  color: #adb0b3;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  width: 125px; }

.wol-tooltip-module__tooltipArrow___3hEFq {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #303233;
  position: relative; }

.wol-tooltip-module__text___2KthG {
  color: #fff; }
.wol-weather-rating-module__rating___2vU7d {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: bold; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__center___5vBrP {
    display: block;
    margin: 0px auto; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__small___1voEd {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1px;
    text-indent: -1px; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__medium___21sMO {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1.4px;
    text-indent: -2.2px; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__large___3e9JC {
    width: 37px;
    height: 37px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    font-size: 24px;
    letter-spacing: -2.1px;
    line-height: 37px;
    text-indent: -3px; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__xlarge___BJfp6 {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    font-size: 24px;
    letter-spacing: -2.1px;
    line-height: 48px;
    text-indent: -3px; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__r_____tMc7 {
    background-color: transparent; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__r_1___2ZKy_ {
    background-color: #494B4D; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__r_2___2MFdT {
    background-color: #797D80; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__r_3___1X_lF {
    background-color: #98A6B3; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__r_4___LHJKa {
    background-color: #84B3D9; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__r_5___cVCCA {
    background-color: #479EE6; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__r_6___3uEoO {
    background-color: #0282EB; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__r_7___kMpG7 {
    background-color: #FFDA33; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__r_8___2Mice {
    background-color: #FFB133; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__r_9___pBIVN {
    background-color: #FF8640; }
  .wol-weather-rating-module__rating___2vU7d.wol-weather-rating-module__r_10___3oXK1 {
    background-color: #FA6525; }
.wol-raingraph-module__container___2EQ6m {
  padding-top: 1rem;
  padding-right: 1rem;
  max-width: 448px; }
.wol-forecastDays-module__container___1yyPx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

.wol-forecastDays-module__column___1cz0l, .wol-forecastDays-module__head___kF6Tk, .wol-forecastDays-module__cell___3Ntaj {
  -webkit-box-shadow: inset -1px 0 0 0 #E6E8EB;
     -moz-box-shadow: inset -1px 0 0 0 #E6E8EB;
          box-shadow: inset -1px 0 0 0 #E6E8EB; }

.wol-forecastDays-module__dayOfWeek___qe_Fm {
  text-transform: capitalize;
  font-size: .875rem;
  line-height: 1.5rem; }

.wol-forecastDays-module__dayOfMonth___3swT9 {
  font-size: 0.75rem;
  margin: 0 1.7px; }

.wol-forecastDays-module__weatherPercentage___wGwQ1, .wol-forecastDays-module__dayOfMonth___3swT9, .wol-forecastDays-module__weatherAmount___3WcLU {
  line-height: 1rem; }

.wol-forecastDays-module__temperatureMax___2UV0h, .wol-forecastDays-module__temperatureMin___5qU-M {
  line-height: 1.5rem; }

.wol-forecastDays-module__weatherPercentage___wGwQ1 {
  color: #026dd1; }

.wol-forecastDays-module__weatherIcon___3eQ49, .wol-forecastDays-module__wind___1VfZu {
  display: inline-block; }

.wol-forecastDays-module__table___3gqdl {
  display: table;
  width: 100%;
  text-align: center; }

.wol-forecastDays-module__row___6E3NV {
  display: table-row; }

.wol-forecastDays-module__head___kF6Tk, .wol-forecastDays-module__cell___3Ntaj {
  display: table-cell;
  font-size: 0.875rem;
  padding-bottom: .5rem; }
  .wol-forecastDays-module__head___kF6Tk:last-child, .wol-forecastDays-module__cell___3Ntaj:last-child {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }

.wol-forecastDays-module__label___-dA_P {
  text-align: left;
  font-size: .875rem;
  line-height: 1.14;
  color: #303233; }

.wol-forecastDays-module__noPadding___15YpR {
  padding-bottom: 0; }

.wol-forecastDays-module__dayOfWeek___qe_Fm, .wol-forecastDays-module__dayOfMonth___3swT9, .wol-forecastDays-module__weatherAmount___3WcLU, .wol-forecastDays-module__labelAmount___VA4WY {
  color: #797d80; }

.wol-forecastDays-module__dayIcon___2Gp38 {
  padding-top: .5rem; }

@media (max-width: 767px) {
  .wol-forecastDays-module__labelAmount___VA4WY, .wol-forecastDays-module__weatherAmount___3WcLU, .wol-forecastDays-module__labelPrecipitation___r20ft, .wol-forecastDays-module__weatherPercentage___wGwQ1 {
    display: none; }
  .wol-forecastDays-module__weatherPercentage___wGwQ1 {
    padding-bottom: .5rem; }
  .wol-forecastDays-module__temperatureMax___2UV0h, .wol-forecastDays-module__temperatureMin___5qU-M {
    line-height: 1rem; } }

@media (min-width: 1023px) {
  .wol-forecastDays-module__temperatureMax___2UV0h, .wol-forecastDays-module__temperatureMin___5qU-M {
    font-size: 1rem; } }
.wol-linkButton-module__button___3CaIN {
  font-size: 15px;
  color: #025ab8;
  text-decoration: underline; }
.wol-radar-module__radarContainer___2QOXr {
  position: relative;
  width: 100%;
  height: auto; }

.wol-radar-module__imageContainer___1EYD1 {
  overflow: hidden;
  z-index: 3;
  position: relative; }

.wol-radar-module__backgroundMap___1FBq0 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: -6px; }

.wol-radar-module__cloudImg___3GF1v {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.wol-radar-module__timer___aVgbl,
.wol-radar-module__miniTimer___2Qm3l {
  position: absolute;
  z-index: 4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #18191a;
  -webkit-box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.25); }
  .wol-radar-module__timer___aVgbl .wol-radar-module__date___aw4Yb,
  .wol-radar-module__miniTimer___2Qm3l .wol-radar-module__date___aw4Yb {
    font-weight: normal;
    color: #797d80; }

.wol-radar-module__timer___aVgbl {
  left: 16px;
  padding: 8px 10px;
  font-size: 16px; }

.wol-radar-module__miniTimer___2Qm3l {
  left: 7px;
  padding: 2px 5px;
  font-size: 11px; }

.wol-radar-module__pointer___3z_ym {
  position: absolute;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: black;
  border: 3px solid #fff;
  z-index: 9999; }
  .wol-radar-module__pointer___3z_ym::after {
    content: '';
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 6px solid black;
    opacity: 0.3;
    width: 140%;
    height: 140%;
    left: -8px;
    top: -8px;
    position: absolute; }

.wol-radar-module__tabsContainer____yzB4 {
  clear: both;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  overflow: hidden; }

.wol-radar-module__logo___2mHyz {
  position: absolute;
  left: 0;
  z-index: 500; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
:focus {
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */ }
  :focus::-webkit-input-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }
  :focus:-moz-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }
  :focus::-moz-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }
  :focus:-ms-input-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }

.no-padding {
  padding: 0;
  margin: 0; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-pointer-events {
  pointer-events: none; }

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.714285;
  color: #797d80;
  margin: 0 auto;
  font-display: swap; }

main {
  display: block; }

@media (min-width: 1200px) {
  body main, body footer > div, body header {
    width: 1108px;
    margin: 0 auto;
    clear: both; } }

img {
  text-indent: -9999px; }

#root {
  overflow: hidden; }

ul, ul li {
  list-style: none;
  line-height: 16px;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  color: #797d80; }

p {
  margin: 0; }

button {
  color: inherit;
  font: inherit;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  text-align: inherit;
  outline: none; }

@media (min-width: 1024px) {
  body {
    font-size: 15px; } }

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
a:hover .subHeading3 {
  color: #025AB8;
  text-decoration: none; }

h1, h2, h3, h4,
.heading1, .heading2, .heading3, .heading4 {
  font-weight: bold;
  color: #18191a;
  margin: 0 0 8px; }
  h1 a, h2 a, h3 a, h4 a,
  .heading1 a, .heading2 a, .heading3 a, .heading4 a {
    color: #18191a; }

h3, .heading3 {
  font-weight: 600;
  margin: .5rem 0;
  color: #18191a; }

.subHeading1, .subHeading2 {
  font-weight: normal;
  color: #797d80; }

.subHeading1 {
  font-size: 1rem; }

.subHeading2 {
  font-size: .875rem;
  line-height: 24px;
  margin: 8px 0; }

.subHeading3 {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.6;
  color: #18191a;
  text-decoration: underline;
  margin: 8px 0; }

@media (max-width: 1023px) {
  h1, .heading1 {
    font-size: 1.375rem;
    line-height: 32px; }
  h2, .heading2 {
    font-size: 1rem;
    line-height: 24px; }
  h3, .heading3 {
    font-size: .9375rem;
    line-height: 24px;
    letter-spacing: -0.38px; }
  h4, .heading4 {
    font-size: .875rem;
    line-height: 26px; }
  .subHeading1 {
    line-height: 24px; } }

@media (min-width: 1024px) {
  h1, .heading1 {
    font-size: 1.75rem;
    line-height: 36px; }
  h2, .heading2 {
    font-size: 1.125rem;
    line-height: 26px; }
  h3, .heading3 {
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.4px; }
  h4, .heading4 {
    font-size: .9375rem;
    line-height: 26px; }
  .subHeading1 {
    line-height: 26px; } }

.paragraph {
  font-size: .875rem;
  line-height: 1.5rem;
  color: #303233; }

@media (min-width: 1024px) {
  .paragraph {
    font-size: .9375rem; } }

.weatherIcon {
  background-repeat: no-repeat; }
  .weatherIcon.shadow {
    -webkit-filter: drop-shadow(0px 0px 2px white);
    filter: drop-shadow(0px 0px 2px white); }

.wi-small {
  width: 30px;
  height: 18px;
  background-size: 30px 18px; }

.wi-medium {
  width: 37px;
  height: 25px;
  background-size: 37px 25px; }

.wi-large {
  width: 48px;
  height: 36px;
  background-size: 48px 36px; }

.wi-xlarge {
  width: 60px;
  height: 48px;
  background-size: 60px 48px; }

.wi-bd {
  background-image: url(bd.svg); }

.wi-bdg1 {
  background-image: url(bdg1.svg); }

.wi-bdg2 {
  background-image: url(bdg2.svg); }

.wi-bdg3 {
  background-image: url(bdg3.svg); }

.wi-bds1, .wi-bdr1 {
  background-image: url(bdr1.svg); }

.wi-bdr2, .wi-bds2 {
  background-image: url(bdr2.svg); }

.wi-bds3, .wi-bdr3 {
  background-image: url(bdr3.svg); }

.wi-bdsg {
  background-image: url(bdsg.svg); }

.wi-bdsn1, .wi-bdsns1 {
  background-image: url(bdsn1.svg); }

.wi-bdsns2, .wi-bdsn2 {
  background-image: url(bdsn2.svg); }

.wi-bdsn3, .wi-bdsns3 {
  background-image: url(bdsn3.svg); }

.wi-bdsr1, .wi-bdgr1, .wi-bdsrs1 {
  background-image: url(bdsr1.svg); }

.wi-bdsrs2, .wi-bdgr2, .wi-bdsr2 {
  background-image: url(bdsr2.svg); }

.wi-bdsr3, .wi-bdgr3, .wi-bdsrs3 {
  background-image: url(bdsr3.svg); }

.wi-bw {
  background-image: url(bw.svg); }

.wi-bwg1, .wi-wbg1 {
  background-image: url(bwg1.svg); }

.wi-wbg2, .wi-bwg2 {
  background-image: url(bwg2.svg); }

.wi-bwg3, .wi-wbg3 {
  background-image: url(bwg3.svg); }

.wi-wbr1, .wi-wbs1, .wi-bwr1, .wi-bws1 {
  background-image: url(bwr1.svg); }

.wi-bws2, .wi-bwr2, .wi-wbs2, .wi-wbr2 {
  background-image: url(bwr2.svg); }

.wi-wbr3, .wi-wbs3, .wi-bwr3, .wi-bws3 {
  background-image: url(bwr3.svg); }

.wi-bwsg, .wi-wbsg {
  background-image: url(bwsg.svg); }

.wi-wbsn1, .wi-wbsns1, .wi-bwsn1, .wi-bwsns1 {
  background-image: url(bwsn1.svg); }

.wi-bwsns2, .wi-bwsn2, .wi-wbsns2, .wi-wbsn2 {
  background-image: url(bwsn2.svg); }

.wi-wbsn3, .wi-wbsns3, .wi-bwsn3, .wi-bwsns3 {
  background-image: url(bwsn3.svg); }

.wi-bwsr1, .wi-bwgr1, .wi-bwsrs1, .wi-wbsr1, .wi-wbsrs1, .wi-wbgr1 {
  background-image: url(bwsr1.svg); }

.wi-wbgr2, .wi-wbsrs2, .wi-wbsr2, .wi-bwsrs2, .wi-bwgr2, .wi-bwsr2 {
  background-image: url(bwsr2.svg); }

.wi-bwsr3, .wi-bwgr3, .wi-bwsrs3, .wi-wbsr3, .wi-wbsrs3, .wi-wbgr3 {
  background-image: url(bwsr3.svg); }

.wi-mw, .wi-mb {
  background-image: url(mb.svg); }

.wi-mbg1, .wi-mwg1 {
  background-image: url(mbg1.svg); }

.wi-mwg2, .wi-mbg2 {
  background-image: url(mbg2.svg); }

.wi-mbg3, .wi-mwg3 {
  background-image: url(mbg3.svg); }

.wi-mws1, .wi-mwr1, .wi-mbs1, .wi-mbr1 {
  background-image: url(mbr1.svg); }

.wi-mbr2, .wi-mbs2, .wi-mwr2, .wi-mws2 {
  background-image: url(mbr2.svg); }

.wi-mws3, .wi-mwr3, .wi-mbs3, .wi-mbr3 {
  background-image: url(mbr3.svg); }

.wi-mbsg, .wi-mwsg {
  background-image: url(mbsg.svg); }

.wi-mwsn1, .wi-mwsns1, .wi-mbsn1, .wi-mbsns1 {
  background-image: url(mbsn1.svg); }

.wi-mbsns2, .wi-mbsn2, .wi-mwsns2, .wi-mwsn2 {
  background-image: url(mbsn2.svg); }

.wi-mwsn3, .wi-mwsns3, .wi-mbsn3, .wi-mbsns3 {
  background-image: url(mbsn3.svg); }

.wi-mbsr1, .wi-mbgr1, .wi-mbsrs1, .wi-mwsr1, .wi-mwsrs1, .wi-mwgr1 {
  background-image: url(mbsr1.svg); }

.wi-mwgr2, .wi-mwsrs2, .wi-mwsr2, .wi-mbsrs2, .wi-mbgr2, .wi-mbsr2 {
  background-image: url(mbsr2.svg); }

.wi-mbsr3, .wi-mbgr3, .wi-mbsrs3, .wi-mwsr3, .wi-mwsrs3, .wi-mwgr3 {
  background-image: url(mbsr3.svg); }

.wi-mo {
  background-image: url(mo.svg); }

.wi-mdg1 {
  background-image: url(mdg1.svg); }

.wi-mdg2 {
  background-image: url(mdg2.svg); }

.wi-mdg3 {
  background-image: url(mdg3.svg); }

.wi-mdr1, .wi-mds1 {
  background-image: url(mdr1.svg); }

.wi-mds2, .wi-mdr2 {
  background-image: url(mdr3.svg); }

.wi-mdr3, .wi-mds3 {
  background-image: url(mdr2.svg); }

.wi-mdsg {
  background-image: url(mdsg.svg); }

.wi-mdsn1, .wi-mdsns1 {
  background-image: url(mdsn1.svg); }

.wi-mdsns2, .wi-mdsn2 {
  background-image: url(mdsn2.svg); }

.wi-mdsn3, .wi-mdsns3 {
  background-image: url(mdsn3.svg); }

.wi-mdsr1, .wi-mdsrs1, .wi-mdgr1 {
  background-image: url(mdsr1.svg); }

.wi-mdgr2, .wi-mdsrs2, .wi-mdsr2 {
  background-image: url(mdsr2.svg); }

.wi-mdsr3, .wi-mdsrs3, .wi-mdgr3 {
  background-image: url(mdsr3.svg); }

.wi-mm {
  background-image: url(mm.svg); }

.wi-md {
  background-image: url(md.svg); }

.wi-ms {
  background-image: url(ms.svg); }

.wi-nb {
  background-image: url(nb.svg); }

.wi-ns {
  background-image: url(ns.svg); }

.wi-so {
  background-image: url(so.svg); }

.wi-wb {
  background-image: url(wb.svg); }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-pageTitle-module__pageTitle___vX8sV {
  margin-bottom: 8px; }
  .wol-pageTitle-module__pageTitle___vX8sV > h1 {
    display: inline-block;
    margin-right: 16px; }
  .wol-pageTitle-module__pageTitle___vX8sV > a {
    display: inline-block;
    vertical-align: text-bottom; }
  @media (max-width: 767px) {
    .wol-pageTitle-module__pageTitle___vX8sV {
      margin-top: 20px;
      margin-bottom: 24px; }
      .wol-pageTitle-module__pageTitle___vX8sV > h1 {
        margin-bottom: 8px; }
      .wol-pageTitle-module__pageTitle___vX8sV > a {
        display: block;
        margin-bottom: 8px; } }
.wol-radarSlider-module__labelNow___vj6GU {
  width: 35px;
  text-align: center;
  color: #18191a;
  font-size: .875rem;
  line-height: 1.14;
  position: relative; }
  .wol-radarSlider-module__labelNow___vj6GU::before {
    content: "";
    width: 1px;
    height: 8px;
    position: absolute;
    top: 25px;
    left: 17px;
    background-color: #18191a;
    z-index: 1; }

.wol-radarSlider-module__sliderContainer___3WeFe {
  margin: 1.5rem;
  position: relative;
  z-index: 10; }

@media (min-width: 767px) {
  .wol-radarSlider-module__sliderContainer___3WeFe {
    margin-right: 0;
    margin-left: 0; } }

.wol-radarSlider-module__sliderLabels___27QLu {
  margin-top: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .wol-radarSlider-module__sliderLabels___27QLu li {
    width: 35px;
    position: relative; }
    .wol-radarSlider-module__sliderLabels___27QLu li::before {
      content: "";
      width: 1px;
      height: 8px;
      position: absolute;
      top: -16px;
      left: 17px;
      background-color: #18191a; }
.wol-tabs-module__tabsMenu___yZzIt {
  margin: 0;
  padding: 0 0 1.5rem 0; }
  .wol-tabs-module__tabsMenu___yZzIt ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

.wol-tabs-module__tabsMenuItem___2DEtq {
  display: inline-block;
  margin-right: 2px;
  text-align: center; }
  .wol-tabs-module__tabsMenuItem___2DEtq:last-child {
    margin-right: 0; }

.wol-tabs-module__tabsMenuItem___2DEtq a {
  display: block;
  padding: 8px;
  color: #797d80;
  cursor: pointer;
  font-size: 14px; }

.wol-tabs-module__tabsMenuItem___2DEtq:not(.wol-tabs-module__isActive___3SbOp) a:hover {
  color: #03a9f4; }

.wol-tabs-module__tabsMenuItem___2DEtq:not(.wol-tabs-module__isActive___3SbOp) {
  background-color: #f2f5f7; }

.wol-tabs-module__tabsMenuItem___2DEtq.wol-tabs-module__isActive___3SbOp a {
  color: white;
  background-color: #0282EB; }

.wol-tabs-module__fullWidth___2BGTn li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (max-width: 767px) {
  border-radius-left, .wol-tabs-module__tabsMenuItem___2DEtq:first-of-type:not(.wol-tabs-module__isActive___3SbOp), .wol-tabs-module__tabsMenuItem___2DEtq:first-of-type a {
    -webkit-border-top-left-radius: 8px;
       -moz-border-radius-topleft: 8px;
            border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
            border-bottom-left-radius: 8px; }
  border-radius-right, .wol-tabs-module__tabsMenuItem___2DEtq:last-of-type:not(.wol-tabs-module__isActive___3SbOp), .wol-tabs-module__tabsMenuItem___2DEtq:last-of-type a {
    -webkit-border-top-right-radius: 8px;
       -moz-border-radius-topright: 8px;
            border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomright: 8px;
            border-bottom-right-radius: 8px; } }

@media (max-width: 767px) {
  .wol-tabs-module__tabsMenuItem___2DEtq {
    -webkit-box-flex: .5;
    -webkit-flex: .5;
       -moz-box-flex: .5;
        -ms-flex: .5;
            flex: .5; } }

@media (min-width: 767px) {
  .wol-tabs-module__tabsMenu___yZzIt {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #c6c9cc; }
    .wol-tabs-module__tabsMenu___yZzIt ul {
      width: 65%; }
      .wol-tabs-module__tabsMenu___yZzIt ul.wol-tabs-module__fullWidth___2BGTn {
        width: 100%; }
  .wol-tabs-module__tabsMenuItem___2DEtq, a {
    -webkit-border-radius: 4px 4px 0 0;
       -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0; }
  .wol-tabs-module__tabsMenuItem___2DEtq a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 8px 12px; } }

@media (max-width: 1024px) {
  .wol-tabs-module__tabsMenu___yZzIt ul {
    width: 100%; } }
.wol-activities-module__activities___pVH-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .wol-activities-module__activities___pVH-l > div:nth-child(even) {
    margin-left: 1rem; }
  .wol-activities-module__activities___pVH-l.wol-activities-module__columns_1___joeF7 > div {
    width: 100%; }
  .wol-activities-module__activities___pVH-l.wol-activities-module__columns_2___1jDUJ > div {
    width: 50%; }

.wol-activities-module__activity___3BkKA {
  line-height: 30px;
  max-width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 .5rem 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.wol-activities-module__iconContainer___2SZDl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0%; }
  .wol-activities-module__iconContainer___2SZDl > img {
    margin-right: .2rem; }
  .wol-activities-module__iconContainer___2SZDl > span {
    font-size: .9375rem;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
.wol-weatherText-module__text___WRZVd {
  line-height: 1.5rem;
  color: #303233; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-subtabs-module__subMenu___1r93z {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #eaebeb;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px; }
  .wol-subtabs-module__subMenu___1r93z ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }

.wol-subtabs-module__subMenuItem___1gCbk {
  display: block;
  margin-right: 1px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .wol-subtabs-module__subMenuItem___1gCbk:first-child button {
    -webkit-border-bottom-left-radius: 5px;
       -moz-border-radius-bottomleft: 5px;
            border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
       -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px; }
  .wol-subtabs-module__subMenuItem___1gCbk:last-child {
    -webkit-border-bottom-right-radius: 5px;
       -moz-border-radius-bottomright: 5px;
            border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
       -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px; }
    .wol-subtabs-module__subMenuItem___1gCbk:last-child button {
      -webkit-border-bottom-right-radius: 5px;
         -moz-border-radius-bottomright: 5px;
              border-bottom-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
         -moz-border-radius-topright: 5px;
              border-top-right-radius: 5px; }
  @media (min-width: 767px) and (max-width: 1023px) and (orientation: portrait) {
    .wol-subtabs-module__subMenuItem___1gCbk:last-child {
      display: none; }
    .wol-subtabs-module__subMenuItem___1gCbk:nth-last-child(2) {
      -webkit-border-bottom-right-radius: 5px;
         -moz-border-radius-bottomright: 5px;
              border-bottom-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
         -moz-border-radius-topright: 5px;
              border-top-right-radius: 5px; }
      .wol-subtabs-module__subMenuItem___1gCbk:nth-last-child(2) button {
        -webkit-border-bottom-right-radius: 5px;
           -moz-border-radius-bottomright: 5px;
                border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
           -moz-border-radius-topright: 5px;
                border-top-right-radius: 5px; } }
  @media (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
    .wol-subtabs-module__subMenuItem___1gCbk:last-child {
      display: block; } }

.wol-subtabs-module__subMenuItem___1gCbk button {
  padding: 8px 5px;
  color: #797d80;
  cursor: pointer;
  font-size: 14px;
  background-color: #f2f5f7;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-transform: capitalize; }

.wol-subtabs-module__subMenuItem___1gCbk:not(.wol-subtabs-module__isActive___b3Ia0) button:hover {
  color: #03a9f4; }

.wol-subtabs-module__subMenuItem___1gCbk:not(.wol-subtabs-module__isActive___b3Ia0) {
  background-color: #f2f5f7; }

.wol-subtabs-module__subMenuItem___1gCbk.wol-subtabs-module__isActive___b3Ia0 button {
  color: white;
  background-color: #0282EB; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-banner-module__bannerContainer___2rFj4 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 767px) {
    .wol-banner-module__bannerContainer___2rFj4 {
      margin: 32px 0; } }
  @media (max-width: 767px) {
    .wol-banner-module__bannerContainer___2rFj4 {
      margin: 24px 0; } }

@media (min-width: 1024px) {
  .wol-banner-module__bannerHeader___36HfY {
    min-height: 170px; } }

@media (min-width: 767px) and (max-width: 1023px) {
  .wol-banner-module__bannerHeader___36HfY {
    min-height: 90px; } }

@media (max-width: 767px) {
  .wol-banner-module__bannerHeader___36HfY {
    min-height: 100px; } }

.wol-banner-module__bannerFooter____F0ot {
  margin-bottom: 0; }
  @media (min-width: 767px) {
    .wol-banner-module__bannerFooter____F0ot {
      height: 90px; } }

.wol-banner-module__bannerCitySpecial___3tXUz,
.wol-banner-module__bannerLeftMiddle___1DvpB {
  margin-top: 0; }

.wol-banner-module__bannerLeftMiddle___1DvpB {
  display: inline-block; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-criteoAdBlockBanner-module__innerContainer___3ydhX {
  max-height: 100%; }

.wol-criteoAdBlockBanner-module__bannerHeader___mBwsF,
.wol-criteoAdBlockBanner-module__bannerFooter___1OxTD {
  width: 970px;
  height: 90px; }

.wol-criteoAdBlockBanner-module__bannerMeteobutton___2k34j,
.wol-criteoAdBlockBanner-module__bannerRightMiddle___Q_KWC,
.wol-criteoAdBlockBanner-module__bannerLeftMiddle___2x3SZ,
.wol-criteoAdBlockBanner-module__bannerCitySpecial___35fzX {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 250px; }

.wol-criteoAdBlockBanner-module__bannerContentTop___3HKtl,
.wol-criteoAdBlockBanner-module__bannerContentMiddle___-4s9s {
  width: 728px;
  height: 90px; }

.wol-criteoAdBlockBanner-module__bannerLeftMiddle___2x3SZ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 250px; }

.wol-criteoAdBlockBanner-module__bannerCitySpecial___35fzX,
.wol-criteoAdBlockBanner-module__bannerLeftBottom___3f7_n {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 600px; }

@media (min-width: 1024px) and (max-width: 1200px) {
  .wol-criteoAdBlockBanner-module__bannerContentTop___3HKtl,
  .wol-criteoAdBlockBanner-module__bannerLeftMiddle___2x3SZ {
    width: 300px;
    height: 250px; }
  .wol-criteoAdBlockBanner-module__Radar___RBYbI.wol-criteoAdBlockBanner-module__bannerContentMiddle___-4s9s,
  .wol-criteoAdBlockBanner-module__countryRadar___3B-ub.wol-criteoAdBlockBanner-module__bannerContentMiddle___-4s9s {
    width: 468px;
    height: 60px; }
  .wol-criteoAdBlockBanner-module__bannerContentMiddle___-4s9s,
  .wol-criteoAdBlockBanner-module__bannerContentMiddle___-4s9s {
    width: 468px;
    height: 60px; }
  .wol-criteoAdBlockBanner-module__bannerFooter___1OxTD {
    height: 90px; } }

@media (min-width: 767px) and (max-width: 1023px) {
  .wol-criteoAdBlockBanner-module__bannerHeader___mBwsF,
  .wol-criteoAdBlockBanner-module__bannerFooter___1OxTD {
    width: 728px;
    height: 90px; }
  .wol-criteoAdBlockBanner-module__bannerContentTop___3HKtl {
    width: 468px;
    height: 60px; }
  .wol-criteoAdBlockBanner-module__bannerContentMiddle___-4s9s {
    width: 728px;
    height: 90px; }
  .wol-criteoAdBlockBanner-module__bannerRightMiddle___Q_KWC {
    width: 300px;
    height: 250px; } }

@media (max-width: 767px) {
  .wol-criteoAdBlockBanner-module__bannerHeader___mBwsF,
  .wol-criteoAdBlockBanner-module__bannerContentMiddle___-4s9s {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 250px; }
  .wol-criteoAdBlockBanner-module__bannerFooter___1OxTD {
    width: 320px;
    height: 100px; } }
:focus {
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */ }
  :focus::-webkit-input-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }
  :focus:-moz-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }
  :focus::-moz-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }
  :focus:-ms-input-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }

.wol-news-module__no-padding___idtNj {
  padding: 0;
  margin: 0; }

.wol-news-module__truncate___2foMt {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.wol-news-module__no-pointer-events___kE_28 {
  pointer-events: none; }

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wp-caption-text {
  background: #f2f5f7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #85898c;
  font-size: 0.7rem;
  padding: 0.5rem;
  margin-top: -0.5rem; }

.wol-news-module__container___SJCTD h2 {
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .wol-news-module__container___SJCTD h2 {
      margin-bottom: 8px; } }

.wol-news-module__columnHeader___V5V90 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px; }

.wol-news-module__columnBody___1tL1m {
  line-height: 1.62;
  color: #18191a;
  margin: 0 0 16px 0; }
  .wol-news-module__columnBody___1tL1m > p {
    margin: 0; }

.wol-news-module__columnImage___NS4i2 {
  width: 100%;
  height: 200px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center; }

.wol-news-module__date___MUNMh {
  font-size: 0.875rem;
  line-height: 1.62;
  margin: 8px 0;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .wol-news-module__date___MUNMh {
      font-size: 0.8rem;
      margin-top: 0.5rem; } }

.wol-news-module__description___3zVmC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .wol-news-module__description___3zVmC .wol-news-module__img___vaC-x {
    float: right; }

.wol-news-module__item___2TSNs {
  word-break: break-word; }
  .wol-news-module__item___2TSNs .wol-news-module__title___SI5eo {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .wol-news-module__item___2TSNs:hover .wol-news-module__title___SI5eo {
    color: #025ab8;
    text-decoration: none; }

.wol-news-module__thumb___2YCXd {
  background-color: #e6e8eb;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 767px) {
    .wol-news-module__thumb___2YCXd {
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      width: 125px;
      height: 125px; } }
  @media (min-width: 767px) and (max-width: 1023px) {
    .wol-news-module__thumb___2YCXd {
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      width: 196.7px;
      height: 100%; } }
  @media (min-width: 1024px) and (max-width: 1200px) {
    .wol-news-module__thumb___2YCXd {
      width: 196px;
      height: 100%; } }
  @media (min-width: 1200px) {
    .wol-news-module__thumb___2YCXd {
      width: 220px;
      height: 147px; } }

.wol-news-module__listContainer___VkliU {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .wol-news-module__listContainer___VkliU .wol-news-module__item___2TSNs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem; }
    .wol-news-module__listContainer___VkliU .wol-news-module__item___2TSNs:last-child {
      margin-bottom: 0; }
    .wol-news-module__listContainer___VkliU .wol-news-module__item___2TSNs img {
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px; }
  .wol-news-module__listContainer___VkliU .wol-news-module__description___3zVmC {
    margin-left: 1rem;
    width: 50%; }
    @media (max-width: 767px) {
      .wol-news-module__listContainer___VkliU .wol-news-module__description___3zVmC {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

.wol-news-module__columnContainer___2wT8y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .wol-news-module__columnContainer___2wT8y.wol-news-module__singleItem___263Xt .wol-news-module__itemContainer___sU7gJ {
    margin-right: 0; }
  @media (min-width: 767px) {
    .wol-news-module__columnContainer___2wT8y:not(.wol-news-module__singleItem___263Xt) .wol-news-module__itemContainer___sU7gJ:nth-child(odd) {
      margin-right: 32px; } }
  @media (max-width: 767px) {
    .wol-news-module__columnContainer___2wT8y:not(.wol-news-module__singleItem___263Xt) .wol-news-module__item___2TSNs {
      margin-right: 1rem; }
    .wol-news-module__columnContainer___2wT8y:not(.wol-news-module__singleItem___263Xt) .wol-news-module__columnImage___NS4i2 {
      width: 240px;
      height: 135px; } }
  .wol-news-module__columnContainer___2wT8y.wol-news-module__stacked___1Mh1v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media (max-width: 767px) {
    .wol-news-module__columnContainer___2wT8y {
      overflow-x: scroll;
      overflow-y: hidden;
      padding-bottom: 1rem; } }
  .wol-news-module__columnContainer___2wT8y .wol-news-module__item___2TSNs img {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }

.wol-news-module__summary___1Ez47 {
  font-size: 1rem;
  line-height: 1.5;
  color: #303233; }

.wol-news-module__link___38pHB {
  color: #025ab8;
  font-size: 0.9375rem;
  line-height: 1.5; }

.wol-news-module__itemContainer___sU7gJ {
  width: 100%; }

@media (max-width: 767px) {
  .wol-news-module__title___SI5eo {
    text-decoration: none !important; }
  .wol-news-module__headerIcon___14otz {
    display: none; }
  .wol-news-module__columnBody___1tL1m {
    line-height: 1.5; } }
.wol-DefaultLocationButton-module__btn___dJtnN {
  display: inline;
  background-color: #f2f5f7;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 8px 16px; }

.wol-DefaultLocationButton-module__btn-default___1cYPJ {
  background-color: #48c558;
  padding-left: 12px;
  color: #fff; }

.wol-DefaultLocationButton-module__checkMark___tYEMR {
  vertical-align: top; }
.wol-navigationShortcut-module__item___2XUig {
  margin-bottom: 1.5rem; }
  .wol-navigationShortcut-module__item___2XUig:last-child {
    margin-bottom: 0; }
  .wol-navigationShortcut-module__item___2XUig span {
    font-size: .9375rem;
    line-height: 1rem;
    color: #025ab8; }

@media (min-width: 767px) {
  .wol-navigationShortcut-module__item___2XUig {
    margin-bottom: 10px; } }
.wol-weatherAlarm-module__container___1a_cu {
  position: relative;
  padding: 0.75rem 1rem;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-size: .9375rem;
  color: #303233;
  line-height: 1.33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.25), 0 1px 4px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.25), 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.25), 0 1px 4px rgba(0, 0, 0, 0.15); }

.wol-weatherAlarm-module__yellow___3xnaN {
  background-color: #ffec00; }

.wol-weatherAlarm-module__orange___1Bfm3 {
  background-color: #ff8c00;
  color: #ffffff; }

.wol-weatherAlarm-module__red___3AAR1 {
  background-color: #e82f00;
  color: #ffffff; }

@media (min-width: 1023px) {
  .wol-weatherAlarm-module__container___1a_cu {
    font-size: 1.125rem; } }
.wol-breadcrumb-module__breadcrumbContainer___1cC3g div:last-child {
  margin-top: 0; }

.wol-breadcrumb-module__breadcrumb___1912_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wol-breadcrumb-module__breadcrumb___1912_ a {
    font-size: 1rem;
    color: #303233;
    line-height: 1.5; }
    .wol-breadcrumb-module__breadcrumb___1912_ a img {
      margin: 5px;
      width: 24px; }
    .wol-breadcrumb-module__breadcrumb___1912_ a:not(:last-child) span:hover {
      color: #025AB8; }
  .wol-breadcrumb-module__breadcrumb___1912_ a:last-child {
    color: #797d80; }
    .wol-breadcrumb-module__breadcrumb___1912_ a:last-child img {
      display: none; }
.wol-forecastDay-module__container___B4Y4p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.wol-forecastDay-module__weatherIcon___9xNgr {
  margin-right: 7px; }

.wol-forecastDay-module__weatherRating___za-ZZ {
  margin-left: 5px; }

.wol-forecastDay-module__temperature___1Wb2l {
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

@media (max-width: 1023px) {
  .wol-forecastDay-module__temperature___1Wb2l {
    font-size: .875rem; } }
.wol-healthDigits-module__item___1aJHv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
  margin: 0 0 1rem 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.wol-healthDigits-module__iconContainer___2V61_ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0%; }
  .wol-healthDigits-module__iconContainer___2V61_ > img {
    margin-right: 0.2rem; }
  .wol-healthDigits-module__iconContainer___2V61_ > span {
    font-size: 0.9375rem;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.wol-healthDigits-module__rating___bZ2HG {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }

.wol-healthDigits-module__intencity-hayFever-0___1ESBY {
  background-color: #b0e645; }

.wol-healthDigits-module__intencity-hayFever-1___oaR6j {
  background-color: #ffe51f; }

.wol-healthDigits-module__intencity-hayFever-2___2CdVK {
  background-color: #f78800; }

.wol-healthDigits-module__intencity-hayFever-3___2C6pR {
  background-color: #cc2c00; }

.wol-healthDigits-module__intencity-hayFever-4___3BzkF {
  background-color: #701f99; }

.wol-healthDigits-module__intencity-rheumatism-0___2_0md,
.wol-healthDigits-module__intencity-migraine-0___3oC_d {
  background-color: #701f99; }

.wol-healthDigits-module__intencity-rheumatism-1___26Wnv,
.wol-healthDigits-module__intencity-migraine-1___13f61 {
  background-color: #cc2c00; }

.wol-healthDigits-module__intencity-rheumatism-2___3e36w,
.wol-healthDigits-module__intencity-migraine-2___VnHkP {
  background-color: #f78800; }

.wol-healthDigits-module__intencity-rheumatism-3___1FTCp,
.wol-healthDigits-module__intencity-migraine-3___3YRpP {
  background-color: #ffe51f; }

.wol-healthDigits-module__intencity-rheumatism-4___3dH8P,
.wol-healthDigits-module__intencity-rheumatism-5___3LueO,
.wol-healthDigits-module__intencity-migraine-4___KF3QF,
.wol-healthDigits-module__intencity-migraine-5___2-tCt {
  background-color: #b0e645; }

.wol-healthDigits-module__intencity-uvIndex-0___2MBSh,
.wol-healthDigits-module__intencity-uvIndex-1___PNPK2,
.wol-healthDigits-module__intencity-uvIndex-2___13tGb {
  background-color: #b0e645; }

.wol-healthDigits-module__intencity-uvIndex-3___3cu1o,
.wol-healthDigits-module__intencity-uvIndex-4___hG9aP {
  background-color: #ffe51f; }

.wol-healthDigits-module__intencity-uvIndex-5___3BJo-,
.wol-healthDigits-module__intencity-uvIndex-6___13diO {
  background-color: #f78800; }

.wol-healthDigits-module__intencity-uvIndex-7___-QyAc,
.wol-healthDigits-module__intencity-uvIndex-8___P80Yx {
  background-color: #cc2c00; }

.wol-healthDigits-module__intencity-uvIndex-9___2BDLk,
.wol-healthDigits-module__intencity-uvIndex-10___2IU-k,
.wol-healthDigits-module__intencity-uvIndex-11___2lNoK {
  background-color: #701f99; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-forecastTwoDays-module__container___2nauY {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 767px) and (max-width: 1023px) {
    .wol-forecastTwoDays-module__container___2nauY.wol-forecastTwoDays-module__stacked___3RsFt {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
         -moz-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      .wol-forecastTwoDays-module__container___2nauY.wol-forecastTwoDays-module__stacked___3RsFt > div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  @media (min-width: 1024px) {
    .wol-forecastTwoDays-module__container___2nauY.wol-forecastTwoDays-module__stacked___3RsFt > div {
      width: 50%; }
      .wol-forecastTwoDays-module__container___2nauY.wol-forecastTwoDays-module__stacked___3RsFt > div:first-child {
        margin-right: 30px; } }
  .wol-forecastTwoDays-module__container___2nauY:not(.wol-forecastTwoDays-module__stacked___3RsFt) > div {
    width: 50%; }
    .wol-forecastTwoDays-module__container___2nauY:not(.wol-forecastTwoDays-module__stacked___3RsFt) > div:first-child {
      margin-right: 30px; }
  .wol-forecastTwoDays-module__container___2nauY span {
    font-size: 1.125rem;
    line-height: 24px; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-forecastGraph-module__graphContainer___1GjYy {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.wol-forecastGraph-module__border___2Y-b6, .wol-forecastGraph-module__table___2zHOy thead tr:last-child th, .wol-forecastGraph-module__table___2zHOy td {
  -webkit-box-shadow: inset -1px 0 0 0 #e6e8eb;
     -moz-box-shadow: inset -1px 0 0 0 #e6e8eb;
          box-shadow: inset -1px 0 0 0 #e6e8eb; }

canvas {
  position: absolute;
  z-index: 1; }

.wol-forecastGraph-module__table___2zHOy {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem; }
  .wol-forecastGraph-module__table___2zHOy thead {
    color: #797d80; }
    .wol-forecastGraph-module__table___2zHOy thead th {
      font-weight: normal; }
    .wol-forecastGraph-module__table___2zHOy thead tr:first-child {
      text-align: left;
      font-size: 1rem; }
      .wol-forecastGraph-module__table___2zHOy thead tr:first-child th {
        text-transform: lowercase;
        padding-bottom: 0.75rem; }
        .wol-forecastGraph-module__table___2zHOy thead tr:first-child th:first-letter {
          text-transform: capitalize; }
    .wol-forecastGraph-module__table___2zHOy thead tr:last-child {
      font-size: 0.75rem; }
      .wol-forecastGraph-module__table___2zHOy thead tr:last-child th {
        padding: 0 5px; }
        .wol-forecastGraph-module__table___2zHOy thead tr:last-child th:last-child {
          -webkit-box-shadow: none;
             -moz-box-shadow: none;
                  box-shadow: none;
          padding-right: 0; }
  .wol-forecastGraph-module__table___2zHOy tfoot tr td > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .wol-forecastGraph-module__table___2zHOy td {
    padding: 0; }
    @media (max-width: 767px) {
      .wol-forecastGraph-module__table___2zHOy td {
        min-width: 41px; } }
    .wol-forecastGraph-module__table___2zHOy td:last-child {
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; }
  .wol-forecastGraph-module__table___2zHOy .wol-forecastGraph-module__temp_container___3yJBL {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wol-forecastGraph-module__table___2zHOy .wol-forecastGraph-module__temp_container___3yJBL .wol-forecastGraph-module__temperature___19QgH {
      font-size: 1rem;
      font-weight: bold;
      text-align: center;
      color: #18191a; }
    .wol-forecastGraph-module__table___2zHOy .wol-forecastGraph-module__temp_container___3yJBL.wol-forecastGraph-module__belowZero___3u0_A {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .wol-forecastGraph-module__table___2zHOy .wol-forecastGraph-module__temp_container___3yJBL.wol-forecastGraph-module__belowZero___3u0_A .wol-forecastGraph-module__temperature___19QgH {
        color: #026dd1; }
  .wol-forecastGraph-module__table___2zHOy .wol-forecastGraph-module__weatherSymbol___oKgBi {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .wol-forecastGraph-module__table___2zHOy .wol-forecastGraph-module__weatherSymbol___oKgBi div {
      background-color: white; }
.wol-notfound-module__container___3a9sM {
  margin: 1.5rem 0; }

.wol-notfound-module__message___2i7sB {
  line-height: 1.375rem;
  font-size: 1rem;
  color: #18191a; }

.wol-notfound-module__item___16-ik {
  line-height: 1rem; }
  .wol-notfound-module__item___16-ik a {
    padding: 2rem 0;
    display: block; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
ul.wol-fourteenDays-module__table___2g6wl {
  display: table;
  width: 100%; }
  ul.wol-fourteenDays-module__table___2g6wl li:first-child > div {
    border-top: 1px solid #e6e8eb; }
  ul.wol-fourteenDays-module__table___2g6wl:last-child div li:last-child div {
    border-bottom: none; }

.wol-fourteenDays-module__header___1hben {
  display: table-header-group; }
  .wol-fourteenDays-module__header___1hben span {
    padding-bottom: .4375rem;
    font-size: 0.6875rem;
    color: #18191a;
    text-align: center; }

.wol-fourteenDays-module__body___9h1-g {
  display: table-row-group; }

.wol-fourteenDays-module__tableRow___3sW5x {
  display: table-row; }
  .wol-fourteenDays-module__tableRow___3sW5x > span {
    display: table-cell; }
  .wol-fourteenDays-module__tableRow___3sW5x > div {
    display: table-cell;
    border-bottom: 1px solid #e6e8eb;
    padding: 1rem 0;
    text-align: center;
    vertical-align: middle; }
    .wol-fourteenDays-module__tableRow___3sW5x > div:first-child {
      text-align: left; }

.wol-fourteenDays-module__weatherIcon___1Vp5W {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.wol-fourteenDays-module__windIcon___30R6X {
  display: inline-block; }

.wol-fourteenDays-module__day___2HbG5 {
  font-size: 1rem;
  color: #18191a;
  text-transform: capitalize;
  display: block; }

.wol-fourteenDays-module__dayOfMonth___2zS-a {
  font-size: .75rem; }

.wol-fourteenDays-module__date___2uPC_ {
  width: 15%; }

.wol-fourteenDays-module__weatherSymbol___2Hpbb {
  width: 15%; }

.wol-fourteenDays-module__temp___1qcBx {
  width: 25%; }

.wol-fourteenDays-module__wind___1M91g {
  width: 10%; }

.wol-fourteenDays-module__precipitation___28DqE {
  width: 18%; }

.wol-fourteenDays-module__rating___OlOwQ {
  width: 10%; }

.wol-fourteenDays-module__temp___1qcBx, .wol-fourteenDays-module__precipitation___28DqE {
  font-size: .9375rem; }
:focus {
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */
  /* for each placeholder in the above list print the browser vendor
       selector, chained with its parent element */ }
  :focus::-webkit-input-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }
  :focus:-moz-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }
  :focus::-moz-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }
  :focus:-ms-input-placeholder {
    /* content is replaced with the actual style, passed as a block
         in the mixin inclusion below */
    color: #ffffff; }

.wol-newspost-module__no-padding___2LSPq {
  padding: 0;
  margin: 0; }

.wol-newspost-module__truncate___Ay3pk {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.wol-newspost-module__no-pointer-events___200Kx {
  pointer-events: none; }

.wol-newspost-module__content___1MVDD {
  color: #18191a; }
  .wol-newspost-module__content___1MVDD .wol-newspost-module__date___1ODZ3 {
    display: block;
    margin-bottom: 16px; }
  .wol-newspost-module__content___1MVDD p {
    margin-bottom: 24px; }
  .wol-newspost-module__content___1MVDD img {
    width: 100%;
    height: auto; }
    .wol-newspost-module__content___1MVDD img:first-child {
      width: 110%;
      margin-left: -1rem; }
  .wol-newspost-module__content___1MVDD h1,
  .wol-newspost-module__content___1MVDD h2,
  .wol-newspost-module__content___1MVDD h3,
  .wol-newspost-module__content___1MVDD h4 {
    font-weight: bold;
    color: #18191a; }
  .wol-newspost-module__content___1MVDD ul li,
  .wol-newspost-module__content___1MVDD ol li {
    list-style: disc; }
  .wol-newspost-module__content___1MVDD ul,
  .wol-newspost-module__content___1MVDD ol {
    margin: 1em;
    padding: 1em; }

.wol-newspost-module__date___1ODZ3 {
  color: #797d80; }

.wol-newspost-module__title___2gzGU {
  font-size: 22px;
  line-height: 24px;
  margin-top: 24px; }

.wol-newspost-module__youtube___1kf38 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .wol-newspost-module__youtube___1kf38 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.wol-column-module__row___2JdRx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.wol-column-module__column___2_T4v {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  .wol-column-module__column___2_T4v:first-child {
    padding-left: 0; }
  .wol-column-module__column___2_T4v:last-child {
    padding-right: 0; }

.wol-column-module__col-1____xVyL {
  width: 8.33333%; }

.wol-column-module__col-2___3bMft {
  width: 16.66667%; }

.wol-column-module__col-3___1B0oy {
  width: 25%; }

.wol-column-module__col-4___252Sh {
  width: 33.33333%; }

.wol-column-module__col-5___26MaC {
  width: 41.66667%; }

.wol-column-module__col-6___3itp5 {
  width: 50%; }

.wol-column-module__col-7___ADdxD {
  width: 58.33333%; }

.wol-column-module__col-8___B1XHB {
  width: 66.66667%; }

.wol-column-module__col-9___33bYd {
  width: 75%; }

.wol-column-module__col-10___YAUdW {
  width: 83.33333%; }

.wol-column-module__col-11___22XFy {
  width: 91.66667%; }

.wol-column-module__col-12___2QOdI {
  width: 100%; }

@media (min-width: 767px) and (max-width: 1023px) {
  .wol-column-module__column___2_T4v {
    padding: 0 12px; } }
.wol-home-mobile-module__geoLocation___1DEn0 {
  margin-right: -1rem;
  margin-left: -1rem;
  -webkit-box-shadow: inset 0 -1px 0 0 #e6e8eb;
     -moz-box-shadow: inset 0 -1px 0 0 #e6e8eb;
          box-shadow: inset 0 -1px 0 0 #e6e8eb; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-city-module__healthDigit___1EJps {
  margin-top: 32px; }

.wol-city-module__containerHeader___2LqVQ {
  margin-bottom: 16px; }

.wol-city-module__titleContainer___1pKr_ {
  margin-bottom: 16px; }

@media (min-width: 767px) and (max-width: 1023px) {
  .wol-city-module__radarContainer___1UmPG {
    margin-top: 8px; } }
.wol-home-desktop-module__healthDigits___3Dmtv {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-radarContainer-module__title___aHz7P {
  margin-bottom: 32px; }
  @media (min-width: 767px) and (max-width: 1023px) {
    .wol-radarContainer-module__title___aHz7P {
      margin-bottom: 16px; } }

.wol-radarContainer-module__mobile___3xedR h1 {
  margin-bottom: 16px; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-weatherText-module__date___1Gia- {
  display: block;
  font-size: .875rem;
  line-height: 24px;
  color: #797d80; }

.wol-weatherText-module__text___WRZVd p {
  margin-bottom: 24px; }

.wol-weatherText-module__summary___3oaDw {
  font-weight: bold;
  margin-bottom: 24px; }

.wol-weatherText-module__summary___3oaDw, .wol-weatherText-module__text___WRZVd {
  line-height: 26px;
  color: #18191A; }

.wol-weatherText-module__mapContainer___2W_9n {
  float: right;
  margin-left: 32px; }

@media (max-width: 1024px) {
  .wol-weatherText-module__summary___3oaDw, .wol-weatherText-module__text___WRZVd {
    line-height: 24px; } }

.wol-weatherText-module__sortcutLink___2jfl2 img {
  margin-left: 4px; }

@media (min-width: 1024px) {
  .wol-weatherText-module__summary___3oaDw {
    margin-bottom: 26px; }
  .wol-weatherText-module__text___WRZVd p {
    margin-bottom: 26px; } }
input {
  padding: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin-top: 3rem;
  margin-bottom: .5rem;
  height: 3rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #e6e8eb;
  font-size: 1.375rem;
  font-weight: bold;
  color: #18191a; }
  input:focus {
    outline: transparent; }
  input::-webkit-input-placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #18191a;
    font-weight: bold;
    opacity: 0.4; }
  input:-moz-placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #18191a;
    font-weight: bold;
    opacity: 0.4; }
  input::-moz-placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #18191a;
    font-weight: bold;
    opacity: 0.4; }
  input:-ms-input-placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #18191a;
    font-weight: bold;
    opacity: 0.4; }
  input::-ms-input-placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #18191a;
    font-weight: bold;
    opacity: 0.4; }
  input::placeholder {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #18191a;
    font-weight: bold;
    opacity: 0.4; }

.wol-searchLocation-mobile-module__item___3HXxA {
  font-weight: normal; }
  .wol-searchLocation-mobile-module__item___3HXxA .wol-searchLocation-mobile-module__cityName___1eQ6S {
    color: #18191a; }
  .wol-searchLocation-mobile-module__item___3HXxA .wol-searchLocation-mobile-module__countryName___1vyYZ {
    color: #797d80; }

.wol-searchLocation-mobile-module__suggestionContainer___FnWuf {
  padding: 0 1rem; }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-cookies-module__header___19eDa {
  margin: 10px 0 8px -4px; }

.wol-cookies-module__cookiesContainer___3ytFO a {
  color: #025ab8;
  text-decoration: underline; }

.wol-cookies-module__cookiesContainer___3ytFO p {
  line-height: 1.73;
  color: #18191A;
  margin-bottom: 24px; }
  .wol-cookies-module__cookiesContainer___3ytFO p:first-of-type {
    margin-top: 16px; }
  .wol-cookies-module__cookiesContainer___3ytFO p:nth-of-type(1), .wol-cookies-module__cookiesContainer___3ytFO p:nth-of-type(2), .wol-cookies-module__cookiesContainer___3ytFO p:nth-of-type(3) {
    font-weight: bold; }

@media (min-width: 1024px) {
  .wol-cookies-module__container___1OOZL p {
    margin-top: 26px; } }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
.wol-privacy-module__date___1SWkn {
  margin: 0 0 16px 0; }

.wol-privacy-module__container___2BuZs a {
  color: #025ab8;
  text-decoration: underline; }

.wol-privacy-module__container___2BuZs p {
  line-height: 1.73;
  color: #18191A;
  margin-bottom: 24px; }
  .wol-privacy-module__container___2BuZs p:nth-of-type(1), .wol-privacy-module__container___2BuZs p:nth-of-type(2) {
    font-weight: bold; }
  .wol-privacy-module__container___2BuZs p:nth-of-type(3) {
    margin-bottom: 16px; }

.wol-privacy-module__container___2BuZs ul {
  margin-bottom: 24px; }
  .wol-privacy-module__container___2BuZs ul:nth-of-type(2) {
    margin-left: 17px; }
    .wol-privacy-module__container___2BuZs ul:nth-of-type(2) li {
      list-style-type: disc; }

.wol-privacy-module__container___2BuZs li {
  line-height: 1.73; }

.wol-privacy-module__container___2BuZs h2 {
  margin-bottom: 8px; }

@media (min-width: 1024px) {
  .wol-privacy-module__container___2BuZs p {
    margin-bottom: 26px; }
  .wol-privacy-module__container___2BuZs ul {
    margin-bottom: 26px; } }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
h1 {
  margin-bottom: 16px; }

.wol-contact-module__container___smqX3 a {
  color: #025ab8;
  text-decoration: underline; }

.wol-contact-module__container___smqX3 p {
  line-height: 1.71;
  color: #18191A;
  margin-bottom: 24px; }
  .wol-contact-module__container___smqX3 p:first-child {
    font-weight: bold; }

@media (min-width: 1024px) {
  .wol-contact-module__container___smqX3 p {
    margin-bottom: 26px; } }
.wol-weatherAlarm-desktop-module__fullText___14umE {
  font-weight: bold;
  line-height: 1.63;
  font-size: 1rem;
  color: #303233; }

.wol-weatherAlarm-desktop-module__title___34ZB4 {
  font-size: 1.75rem;
  line-height: 1.4; }

.wol-weatherAlarm-desktop-module__static___1IxFr {
  font-size: 1.25rem;
  line-height: 1.4; }

.wol-weatherAlarm-desktop-module__code_5___2nps7, .wol-weatherAlarm-desktop-module__code_6___3H9pl, .wol-weatherAlarm-desktop-module__code_7___3_CxC {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 1px 8px; }

.wol-weatherAlarm-desktop-module__code_5___2nps7 {
  background-color: #ffec00;
  color: #18191a; }

.wol-weatherAlarm-desktop-module__code_6___3H9pl {
  background-color: #ff8c00;
  color: #fff; }

.wol-weatherAlarm-desktop-module__code_7___3_CxC {
  background-color: #e82f00;
  color: #fff; }

.wol-weatherAlarm-desktop-module__details___DQfDH {
  margin: 1rem 0; }
.wol-weatherAlarm-mobile-module__fullText___2e7Eu {
  font-size: 1rem;
  color: #303233;
  line-height: 1.38; }

.wol-weatherAlarm-mobile-module__title___1bTj0 {
  font-size: 1.37rem;
  line-height: 1.45; }

.wol-weatherAlarm-mobile-module__code_5___3o9RD, .wol-weatherAlarm-mobile-module__code_6___1yxH2, .wol-weatherAlarm-mobile-module__code_7___3cxp2 {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 1px 8px; }

.wol-weatherAlarm-mobile-module__code_5___3o9RD {
  background-color: #ffec00;
  color: #18191a; }

.wol-weatherAlarm-mobile-module__code_6___1yxH2 {
  background-color: #ff8c00;
  color: #fff; }

.wol-weatherAlarm-mobile-module__code_7___3cxp2 {
  background-color: #e82f00;
  color: #fff; }

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