/*! @version 1.0.0 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

details, summary {
  outline: none;
}

details summary::-webkit-details-marker {
  display: none;
}

.sv-country_detector {
  background-color: #f2f2f2;
  margin-bottom: 30px;
}

.wt-geo-detector {
  max-width: 980px;
  width: 97%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
}

.wt-geo-detector-heading {
  font-size: 1.3rem;
}

.wt-geo-detector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .wt-geo-detector-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    position: relative;
  }
}
.wt-geo-detector-container button {
  margin-left: auto;
  font-size: 0;
  padding: 8px;
  border: 0;
  background: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .wt-geo-detector-container button {
    position: absolute;
    top: -25px;
    right: -10px;
  }
}
@media only screen and (max-width: 600px) {
  .wt-geo-detector-container button {
    margin-left: 0;
  }
}
.wt-geo-detector-container button:hover {
  background-color: #ececec;
}
.wt-geo-detector-container button::before {
  content: "";
  height: 24px;
  width: 24px;
  display: block;
  background: url(/images/18.5adda7ac19d6cd60313125/1776085560161/cross.svg);
}

.wt-geo-detector-link {
  margin: 0;
  overflow: visible;
  font: inherit;
  color: #444;
  text-transform: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  background: #f7f7f7;
  vertical-align: middle;
  line-height: 28px;
  min-height: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  background-origin: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff, #eee);
  border-radius: 4px;
  text-shadow: 0 1px 0 #fff;
}
.wt-geo-detector-link:hover {
  background-color: #fafafa;
  color: #444;
  outline: 0;
  text-decoration: none;
  background-image: none;
}

.wt-geo-detector-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 600px) {
  .wt-geo-detector-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wt-geo-detector-buttons .wt-geo-detector-button {
  background: none;
  border: 0;
  text-decoration: underline;
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  .wt-geo-detector-buttons .wt-geo-detector-button {
    position: static;
  }
}
.wt-geo-detector-buttons .wt-geo-detector-button::before {
  display: none;
}
.wt-geo-detector-buttons .wt-geo-detector-button:hover {
  text-decoration: none;
  background: none;
}