.blacklist-form {
  margin-bottom: 20px;
}
.blacklist-form input {
  background-color: #f2f3f4;
}
.blacklist-form button {
  text-transform: none;
}
@media only screen and (min-width: 992px) {
  .blacklist-form button {
    padding: 0 24px;
  }
}

span.blacklist-label-good, span.blacklist-label-bad, span.blacklist-label-error, span.blacklist-label-offline {
  font-weight: 700;
}
span.blacklist-label-good {
  color: #81c13e;
}
span.blacklist-label-bad {
  color: #c10000;
}
span.blacklist-label-error {
  color: #02b7ed;
}
span.blacklist-label-offline {
  color: #727272;
}

span.blacklist-icon-good, span.blacklist-icon-bad, span.blacklist-icon-error, span.blacklist-icon-offline {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  border-radius: 50%;
  color: transparent;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  transform: translateY(1px);
  width: 16px;
}
span.blacklist-icon-good {
  background-color: #81c13e;
  background-image: url(images/checkmark-white.svg);
}
span.blacklist-icon-bad {
  background-color: #c10000;
  background-image: url(images/x-white.svg);
}
span.blacklist-icon-error, span.blacklist-icon-offline {
  background-image: url(images/question-white.svg);
}
span.blacklist-icon-error {
  background-color: #02b7ed;
}
span.blacklist-icon-offline {
  background-color: #727272;
}

@media only screen and (min-width: 992px) {
  .blacklist-legend {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .blacklist-legend p {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .blacklist-legend p:last-child {
    padding-right: 0;
  }
}

.blacklist-results {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .blacklist-results {
    display: flex;
  }
}
.blacklist-results > div {
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .blacklist-results > div {
    width: 50%;
  }
}
.blacklist-results p {
  margin: 0;
}

.ip-detail {
  background-color: #1f4872;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .ip-detail.expanded {
    display: block;
    padding: 24px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.expanded > div {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.ip-detail.expanded .ip-address-list:after {
  display: none;
}
.ip-detail.expanded .call-to-action p.accuracy-disclaimer {
  font-weight: 300;
  margin: 40px 0;
  text-align: left;
}
.ip-detail.expanded .ip-information {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .ip-detail.expanded .ip-information:after {
    top: 18px;
  }
}
.ip-detail.expanded .ip-information p.information {
  margin: 8px 0;
}
@media only screen and (min-width: 992px) {
  .ip-detail.expanded .ip-information .inner {
    align-items: center;
    display: flex;
  }
}
.ip-detail.expanded .ip-information .inner > div {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .ip-detail.expanded .ip-information .inner > div {
    width: 50%;
  }
}
.ip-detail.expanded #map_expanded {
  margin: 20px 40px;
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified {
    align-items: center;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified > .left {
    display: flex;
    flex-wrap: wrap;
    padding-right: 40px;
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified > .right {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified .call-to-action {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified .call-to-action .warning-button-container a.button {
    width: 100%;
  }
}
.ip-detail.minified .ip-information {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified .ip-information:after {
    left: auto;
    right: -34px;
    top: 28%;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified .ip-information {
    margin-top: 0;
    margin-right: 40px;
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail {
    padding: 32px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail .mobile {
    display: none;
  }
}
.ip-detail .desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ip-detail .desktop {
    display: block;
  }
}
.ip-detail p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .ip-detail p {
    font-size: 17px;
  }
}
.ip-detail p a {
  color: #81c13e;
  text-decoration: underline;
}
.ip-detail p a:focus, .ip-detail p a:hover {
  color: #ffffff;
}
.ip-detail .map-wrapper {
  padding: 20px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ip-detail .map-wrapper {
    padding: 0;
  }
}
.ip-detail .map-wrapper .text {
  margin: 20px 0 20px;
}
.ip-detail .map-wrapper .text p {
  margin: 0 0 4px;
}
.ip-detail .ip-address-list,
.ip-detail .ip-information {
  position: relative;
}
.ip-detail .ip-address-list:after,
.ip-detail .ip-information:after {
  background-color: #2d587f;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  width: 40px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.ip-detail .ip-address-list p,
.ip-detail .ip-information p {
  position: relative;
  z-index: 1;
}
.ip-detail .ip-address-list {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ip-detail .ip-address-list {
    padding-right: 12px;
    width: 100%;
  }
}
.ip-detail .ip-address-list:after {
  bottom: -9px;
}
@media only screen and (min-width: 768px) {
  .ip-detail .ip-address-list:after {
    left: auto;
    right: 20%;
  }
}
.ip-detail .ip-address-list p.ip-address {
  background-color: #2d587f;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 2px;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ip-detail .ip-address-list p.ip-address {
    font-size: 22px;
  }
}
.ip-detail .ip-address-list p.ip-address span.address {
  font-weight: 700;
}
.ip-detail .ip-information:after {
  top: 12px;
}
.ip-detail .ip-information p.label {
  margin-bottom: 20px;
}
.ip-detail .ip-information .inner {
  background-color: #2d587f;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ip-detail .ip-information .inner p.information span:first-child {
  display: inline-block;
  font-weight: 300;
  width: 33%;
}
@media only screen and (min-width: 768px) {
  .ip-detail .ip-information .inner p.information {
    margin-bottom: 4px;
  }
}
.ip-detail .call-to-action {
  order: 1;
  text-align: center;
}
.ip-detail #map_mobile,
.ip-detail #map_desktop,
.ip-detail #map_expanded {
  min-height: 270px;
  overflow: visible;
}
.ip-detail #map_mobile .leaflet-popup-content p,
.ip-detail #map_desktop .leaflet-popup-content p,
.ip-detail #map_expanded .leaflet-popup-content p {
  color: #000000;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

p.ip-address {
  background-color: #2d587f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding: 12px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  p.ip-address {
    font-size: 22px;
  }
}
p.ip-address span.address {
  font-weight: 700;
}

.ip-lookup {
  background-color: #1f4872;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .ip-lookup {
    padding: 30px 60px;
  }
}
.ip-lookup h2,
.ip-lookup p {
  color: #ffffff;
}
.ip-lookup .heading {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.ip-lookup .heading svg {
  height: auto;
  width: 58px;
}
.ip-lookup .heading h2 {
  margin: 0;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .ip-lookup .heading h2 {
    font-size: 36px;
  }
}

.wipa-trace-email {
  text-align: center;
}
.wipa-trace-email textarea {
  background-color: #f2f3f4;
  border: 1px solid #1f4872;
}
@media only screen and (min-width: 992px) {
  .wipa-trace-email textarea {
    min-height: 430px;
  }
}
.wipa-trace-email button {
  border-radius: 2px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .wipa-trace-email button {
    height: 64px;
    line-height: 64px;
    padding: 0 80px;
  }
}

.warning-button-container {
  text-align: center;
}
.warning-button-container a.button {
  align-items: center;
  background-color: #ff2939;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  margin: 16px 0;
  padding: 20px 32px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .warning-button-container a.button {
    font-size: 19px;
  }
}
.warning-button-container a.button:focus, .warning-button-container a.button:hover {
  opacity: 0.8;
}
.warning-button-container a.button span:first-child {
  background-image: url(images/shield.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 24px;
  margin-right: 4px;
  transform: translateY(-1px);
  width: 24px;
}

.inline-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (min-width: 400px) {
  .inline-form {
    flex-wrap: initial;
  }
}
.inline-form label {
  flex-grow: 1;
  width: 100%;
}
@media only screen and (min-width: 400px) {
  .inline-form label {
    width: auto;
  }
}
.inline-form button {
  margin-top: 20px;
  white-space: nowrap;
}
@media only screen and (min-width: 400px) {
  .inline-form button {
    margin-top: 0;
  }
}

span.tooltip {
  position: relative;
}
span.tooltip span:first-child {
  background-color: #0087bc;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  transform: translateY(-2px);
  width: 24px;
}
span.tooltip span:first-child:focus + span, span.tooltip span:first-child:hover + span {
  display: block;
}
span.tooltip span:last-child {
  background-color: #ffffff;
  border-radius: 6px;
  bottom: 30px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  color: #333333;
  display: none;
  font-size: 14px;
  left: 0;
  min-width: 200px;
  padding: 12px 16px;
  position: absolute;
  transform: translateX(-25%);
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  span.tooltip span:last-child {
    bottom: 44px;
  }
}
span.tooltip span:last-child:before {
  background-color: #ffffff;
  bottom: -8px;
  content: "";
  height: 16px;
  left: calc(25% + 6px);
  position: absolute;
  transform: rotate(45deg);
  width: 16px;
}

.dark-background {
  background-color: #1f4872;
  color: #ffffff;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .dark-background {
    padding: 36px 40px 50px;
  }
}
.dark-background h2,
.dark-background p {
  color: #ffffff;
}
.dark-background h2 {
  margin-top: 0;
}
.dark-background p {
  margin-bottom: 30px;
}

form input[type=submit],
form button,
.gform_wrapper form input[type=submit],
.gform_wrapper form button {
  background-color: #ff2939;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  form input[type=submit],
  form button,
  .gform_wrapper form input[type=submit],
  .gform_wrapper form button {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  form input[type=submit],
  form button,
  .gform_wrapper form input[type=submit],
  .gform_wrapper form button {
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
form input[type=submit]:focus, form input[type=submit]:hover,
form button:focus,
form button:hover,
.gform_wrapper form input[type=submit]:focus,
.gform_wrapper form input[type=submit]:hover,
.gform_wrapper form button:focus,
.gform_wrapper form button:hover {
  background-color: #ff2939;
  border: none;
  opacity: 0.8;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel],
form input[type=date],
form input[type=month],
form input[type=week],
form input[type=time],
form input[type=number],
form input[type=search],
form input[type=url],
form textarea,
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=date],
.gform_wrapper form input[type=month],
.gform_wrapper form input[type=week],
.gform_wrapper form input[type=time],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=search],
.gform_wrapper form input[type=url],
.gform_wrapper form textarea {
  border-radius: 0;
  color: #6b6b6b;
  font-weight: 300;
}
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=week]::placeholder,
form input[type=time]::placeholder,
form input[type=number]::placeholder,
form input[type=search]::placeholder,
form input[type=url]::placeholder,
form textarea::placeholder,
.gform_wrapper form input[type=text]::placeholder,
.gform_wrapper form input[type=password]::placeholder,
.gform_wrapper form input[type=email]::placeholder,
.gform_wrapper form input[type=tel]::placeholder,
.gform_wrapper form input[type=date]::placeholder,
.gform_wrapper form input[type=month]::placeholder,
.gform_wrapper form input[type=week]::placeholder,
.gform_wrapper form input[type=time]::placeholder,
.gform_wrapper form input[type=number]::placeholder,
.gform_wrapper form input[type=search]::placeholder,
.gform_wrapper form input[type=url]::placeholder,
.gform_wrapper form textarea::placeholder {
  color: #6b6b6b;
  font-weight: 300;
  opacity: 1;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=tel],
form input[type=date],
form input[type=month],
form input[type=week],
form input[type=time],
form input[type=number],
form input[type=search],
form input[type=url],
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=date],
.gform_wrapper form input[type=month],
.gform_wrapper form input[type=week],
.gform_wrapper form input[type=time],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=search],
.gform_wrapper form input[type=url] {
  height: 40px;
  line-height: 40px;
  padding-bottom: 0;
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  form input[type=text],
  form input[type=password],
  form input[type=email],
  form input[type=tel],
  form input[type=date],
  form input[type=month],
  form input[type=week],
  form input[type=time],
  form input[type=number],
  form input[type=search],
  form input[type=url],
  .gform_wrapper form input[type=text],
  .gform_wrapper form input[type=password],
  .gform_wrapper form input[type=email],
  .gform_wrapper form input[type=tel],
  .gform_wrapper form input[type=date],
  .gform_wrapper form input[type=month],
  .gform_wrapper form input[type=week],
  .gform_wrapper form input[type=time],
  .gform_wrapper form input[type=number],
  .gform_wrapper form input[type=search],
  .gform_wrapper form input[type=url] {
    height: 45px;
    line-height: 45px;
  }
}
form textarea,
.gform_wrapper form textarea {
  padding: 12px;
}

.gform_wrapper {
  padding: 10px 10px 0;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper {
    padding: 20px 40px;
  }
}
.gform_wrapper form {
  position: relative;
}
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=email],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=date],
.gform_wrapper form input[type=month],
.gform_wrapper form input[type=week],
.gform_wrapper form input[type=time],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=search],
.gform_wrapper form input[type=url],
.gform_wrapper form textarea {
  color: #1f4872;
  padding-left: 12px;
  padding-right: 12px;
}
.gform_wrapper h3.gform_title {
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper h3.gform_title {
    font-size: 36px;
  }
}
.gform_wrapper label.gfield_label {
  color: #333333;
}
.gform_wrapper ul.gform_fields li.gfield {
  margin: 6px 0;
  padding: 0;
}
.gform_wrapper ul.gform_fields li.gfield:before {
  display: none;
}
.gform_wrapper .ginput_recaptcha {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .gform_wrapper .gform_footer {
    width: 50%;
  }
}
.gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
}

/* Book download popup (form 4) sits in a narrow modal column. The legacy
   footer width rules above clamp it to 50%, clipping the submit label —
   size it to its content instead. */
#gform_wrapper_4 .gform_footer {
  width: 100%;
}
#gform_wrapper_4 .gform_footer input[type=submit] {
  width: auto;
}

@media only screen and (min-width: 992px) {
  .wipa-accuracy {
    display: flex;
  }
}
.wipa-accuracy .circle {
  margin: 20px auto;
  max-width: 246px;
  position: relative;
  width: 100%;
}
.wipa-accuracy .circle .text {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  height: 50%;
  left: 25%;
  position: absolute;
  text-align: center;
  top: 25%;
  width: 50%;
}
.wipa-accuracy .circle .text h4,
.wipa-accuracy .circle .text p {
  color: #003366;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.wipa-accuracy .circle .text h4 {
  font-size: 26px;
  margin-bottom: 4px;
}
.wipa-accuracy .circle .text p {
  font-size: 12px;
  text-transform: uppercase;
}
.wipa-accuracy svg circle:last-child {
  transform: rotate(-90deg) scale(1, -1);
  transform-origin: 50% 50%;
}

.wipa-concern {
  background-color: #f2f3f4;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .wipa-concern .cards {
    display: flex;
    justify-content: space-between;
  }
}
.wipa-concern .cards .card {
  background-color: #ffffff;
  box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.2);
  margin: 10px 20px;
  position: relative;
}
.wipa-concern .cards .card > a {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 20px 20px 110px;
  text-decoration: none;
  width: 100%;
}
.wipa-concern .cards .card > a:focus, .wipa-concern .cards .card > a:hover {
  text-decoration: none;
}
.wipa-concern .cards .card > a:focus h3,
.wipa-concern .cards .card > a:focus p.text, .wipa-concern .cards .card > a:hover h3,
.wipa-concern .cards .card > a:hover p.text {
  color: #ffffff !important;
  text-decoration: none;
}
.wipa-concern .cards .card > a:focus svg.triangle, .wipa-concern .cards .card > a:hover svg.triangle {
  fill: #ffffff !important;
}
.wipa-concern .cards .card > a:focus .icon-container svg path,
.wipa-concern .cards .card > a:focus .icon-container svg circle, .wipa-concern .cards .card > a:hover .icon-container svg path,
.wipa-concern .cards .card > a:hover .icon-container svg circle {
  fill: #ffffff;
}
@media only screen and (min-width: 768px) {
  .wipa-concern .cards .card {
    margin: 0;
    width: 32.6%;
  }
}
.wipa-concern .cards .card h3 {
  width: 100%;
}
.wipa-concern .cards .card p.text {
  color: #333333;
  padding-right: 12px;
  width: 60%;
}
.wipa-concern .cards .card .icon-container {
  width: 40%;
}
.wipa-concern .cards .card .icon-container svg {
  height: auto;
  width: 100%;
}
.wipa-concern .cards .card svg.triangle {
  height: 24px;
  position: absolute;
  right: 30px;
  stroke: none;
  top: -4px;
  width: 48px;
}
.wipa-concern .cards .card p.button {
  background-color: #81c13e;
  border: none;
  bottom: 20px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  left: 50%;
  padding: 16px 18px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  width: auto;
}

.fl-module-wipa-icon-heading {
  margin-bottom: -10px;
}

.wipa-icon-heading {
  align-items: center;
  display: flex;
}
.wipa-icon-heading .image-wrapper {
  margin-right: 20px;
}
.wipa-icon-heading h1,
.wipa-icon-heading h2,
.wipa-icon-heading h3,
.wipa-icon-heading h4,
.wipa-icon-heading h5,
.wipa-icon-heading h6 {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .wipa-podcasts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -4px;
  }
}
.wipa-podcasts .podcast {
  background-color: #ffffff;
  margin: 0 auto 8px;
  max-width: 278px;
  padding: 14px 14px 0;
}
@media only screen and (min-width: 768px) {
  .wipa-podcasts .podcast {
    margin: 0 2px 8px;
    width: calc(50% - 4px);
  }
}
@media only screen and (min-width: 992px) {
  .wipa-podcasts .podcast {
    width: calc(33.33% - 4px);
  }
}
@media only screen and (min-width: 1100px) {
  .wipa-podcasts .podcast {
    width: calc(25% - 4px);
  }
}
.wipa-podcasts .podcast a {
  display: block;
}
.wipa-podcasts .podcast img {
  border-radius: 6px;
}
.wipa-podcasts .podcast audio {
  display: block;
  width: 100%;
}
.wipa-podcasts .podcast .mejs__container {
  max-width: 100%;
}
.wipa-podcasts .podcast .mejs__container .mejs__controls {
  background: #ffffff;
  height: 40px;
}
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__play,
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__pause,
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__mute,
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__unmute {
  height: 40px;
  width: 32px;
}
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__play button,
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__pause button,
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__mute button,
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__unmute button {
  background-color: #fff;
  background-size: 100% auto;
  height: 20px;
  margin: 10px 6px;
  width: 20px;
}
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__play button {
  background-image: url(images/play.svg);
}
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__pause button {
  background-image: url(images/pause.svg);
}
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__mute button {
  background-image: url(images/volume.svg);
}
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__time {
  color: #000000;
  font-size: 11px;
  height: 24px;
  line-height: 10px;
  padding: 16px 6px 0;
}
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__horizontal-volume-total {
  background: #bababa;
  border: none;
  border-radius: 2px;
  height: 2px;
  top: 19px;
  width: 50px;
}
.wipa-podcasts .podcast .mejs__container .mejs__controls .mejs__horizontal-volume-current {
  background: #2a3849;
}

.wipa-quote {
  background-color: #f2f3f4;
}
.wipa-quote .quote {
  padding: 40px 30px 40px 90px;
  position: relative;
}
.wipa-quote .quote svg {
  fill: #0087bc;
  height: 39px;
  left: 24px;
  position: absolute;
  top: 30px;
  width: 48px;
}
.wipa-quote .quote p {
  font-size: 24px;
}
.wipa-quote .details {
  background-color: #0087bc;
  padding: 16px 30px 16px 100px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .wipa-quote .details {
    padding-left: 240px;
  }
}
.wipa-quote .details img {
  border: 4px solid #ffffff;
  border-radius: 50%;
  height: 80px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}
@media only screen and (min-width: 768px) {
  .wipa-quote .details img {
    height: 124px;
    left: 80px;
    width: 124px;
  }
}
.wipa-quote .details p {
  color: #ffffff;
  font-size: 17px;
  margin: 0;
}

.wipa-timeline {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
  position: relative;
}
.wipa-timeline::before {
  background-color: #0087bc;
  content: "";
  height: calc(100% - 100px);
  left: calc(50% - 0.5px);
  position: absolute;
  top: 50px;
  width: 1px;
  z-index: 0;
}
.wipa-timeline__row {
  align-items: center;
  display: flex;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.wipa-timeline__media {
  width: 40%;
}
.wipa-timeline__media img {
  display: block;
  height: auto;
  max-width: 100%;
}
.wipa-timeline__center {
  flex-shrink: 0;
  min-height: 80px;
  position: relative;
  width: 20%;
}
.wipa-timeline__content {
  font-size: 14px;
  padding: 0;
  width: 40%;
}
.wipa-timeline__content h3 {
  color: #02b7ed;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
.wipa-timeline__content p {
  color: #333333;
  font-size: 14px;
  margin-top: 0;
}
.wipa-timeline__row--text-left .wipa-timeline__content {
  order: -1;
  padding-right: 80px;
}
.wipa-timeline__row--text-left .wipa-timeline__media {
  display: flex;
  justify-content: flex-end;
  order: 1;
}
.wipa-timeline__row--text-right .wipa-timeline__content {
  padding-left: 80px;
}
.wipa-timeline__row--text-right .wipa-timeline__badge,
.wipa-timeline__row--text-right a.wipa-timeline__badge {
  background-image: url('../../uploads/1882-bg-arrow.png');
}
.wipa-timeline__badge,
a.wipa-timeline__badge {
  align-items: center;
  background: url('../../uploads/1979-bg-arrow.png') center / auto 110px no-repeat;
  display: flex;
  height: 120px;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  z-index: 2;
}
.wipa-timeline__badge span {
  color: #555555;
  font-size: 18px;
  font-weight: 700;
}
.wipa-timeline__row--no-badge .wipa-timeline__center {
  background: url('../../uploads/lines.png') center / auto 20px no-repeat;
}
.wipa-timeline__row--no-badge.wipa-timeline__row--text-left .wipa-timeline__center {
  transform: scaleX(-1);
}
.wipa-timeline__row--last {
  background: #0087bc;
  border-radius: 4px;
  margin: 70px auto 0;
  max-width: 78%;
  padding: 24px 30px;
}
.wipa-timeline__row--last .wipa-timeline__center {
  min-height: 0;
  overflow: visible;
  position: static;
  width: 0;
}
.wipa-timeline__row--last .wipa-timeline__badge--now,
.wipa-timeline__row--last a.wipa-timeline__badge--now {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
a.wipa-timeline__badge--now {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.wipa-timeline__row--last a.wipa-timeline__badge--now,
.wipa-timeline__row--last a.wipa-timeline__badge--now:hover,
.wipa-timeline__row--last a.wipa-timeline__badge--now:focus {
  text-decoration: none;
}
.wipa-timeline__row--last a.wipa-timeline__badge--now span {
  color: #555555;
  text-decoration: none;
}
.wipa-timeline__row--last .wipa-timeline__content {
  color: #fff;
  order: -1;
  padding: 0 30px 0 0;
  width: 60%;
}
.wipa-timeline__row--last .wipa-timeline__content h3,
.wipa-timeline__row--last .wipa-timeline__content a {
  color: #fff;
}
.wipa-timeline__row--last .wipa-timeline__content button {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-top: 16px;
  padding: 10px 20px;
  transition: background 0.2s, color 0.2s;
}
.wipa-timeline__row--last .wipa-timeline__content button a {
  color: #0087bc;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.wipa-timeline__row--last .wipa-timeline__content button:hover {
  background: transparent;
}
.wipa-timeline__row--last .wipa-timeline__content button:hover a {
  color: #fff;
}
.wipa-timeline__row--last .wipa-timeline__media {
  width: 40%;
}
.wipa-timeline__badge--now,
a.wipa-timeline__badge--now {
  background: url('../../uploads/small-circle-last.png') -12px center / contain no-repeat;
  width: 144px;
  height: 115px;
}
.wipa-timeline__badge--now span {
  color: #555555;
  font-size: 20px;
  font-weight: 700;
}
a.wipa-timeline__badge--now:hover span {
  text-decoration: underline;
}
@media (max-width: 899px) {
  .wipa-timeline__badge,
  a.wipa-timeline__badge {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .wipa-timeline::before {
    display: none;
  }
  .wipa-timeline__row {
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .wipa-timeline__media {
    order: 3;
    width: 90%;
  }
  .wipa-timeline__center {
    min-height: 0;
    order: 1;
    width: 100%;
  }
  .wipa-timeline__content {
    order: 2;
    padding: 16px 20px;
    text-align: center;
    width: 100%;
  }
  .wipa-timeline__row--text-left .wipa-timeline__content,
  .wipa-timeline__row--last .wipa-timeline__content {
    order: 2;
  }
  .wipa-timeline__row--text-left .wipa-timeline__media {
    order: 3;
  }
  .wipa-timeline__badge,
  a.wipa-timeline__badge {
    background-image: url('../../uploads/1882-bg-arrow-mobile.png');
    height: 120px;
    left: auto;
    margin: 0 auto;
    position: relative;
    top: auto;
    transform: none;
    width: 200px;
  }
  .wipa-timeline__row--no-badge .wipa-timeline__center {
    background: none;
    min-height: 0;
  }
}

.wipa-testimonial {
  padding: 28px 36px;
}
.wipa-testimonial__inner {
  align-items: center;
  display: flex;
  gap: 24px;
  margin: 0 auto;
  max-width: 800px;
}
.wipa-testimonial__photo img {
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 90px;
  object-fit: cover;
  width: 90px;
}
.wipa-testimonial__body {
  flex: 1;
}
.wipa-testimonial__quote {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}
.wipa-testimonial__mark {
  flex-shrink: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-top: -6px;
}
.wipa-testimonial__quote p {
  font-size: 17px;
  font-style: italic;
  line-height: 1.65;
  margin: 0;
}
.wipa-testimonial__byline {
  color: #555;
  font-size: 15px;
  margin: 10px 0 0 66px;
}
@media only screen and (max-width: 767px) {
  .wipa-testimonial {
    flex-direction: column;
    gap: 16px;
    padding: 20px 24px;
  }
  .wipa-testimonial__byline {
    margin-left: 0;
  }
}

.kt-row-column-wrap:has(.wipa-vpn-ad),
.kt-inside-inner-col:has(.wipa-vpn-ad) {
  padding-top: 0 !important;
}
.wipa-vpn-ad {
  border-top: 16px #f2f3f4 solid;
  margin: 0 -20px;
  padding-top: 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .wipa-vpn-ad {
    display: flex;
    margin: 0 -40px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .wipa-vpn-ad:after {
    background-color: #e1e1e1;
    content: "";
    height: 70%;
    left: 53.5%;
    position: absolute;
    top: 18%;
    width: 1px;
  }
}
.wipa-vpn-ad .summary {
  padding: 20px 36px;
}
@media only screen and (min-width: 992px) {
  .wipa-vpn-ad .summary {
    width: 54%;
  }
}
.wipa-vpn-ad .summary .logo {
  padding: 0 20px 30px;
  text-align: center;
}
.wipa-vpn-ad .summary .logo img {
  max-width: 220px;
}
.wipa-vpn-ad .summary p.subheading {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #1f4872;
  margin: 0;
  padding: 8px 0 12px;
  text-align: center;
}
.wipa-vpn-ad .summary p.price {
  color: #1f4872;
  font-size: 90px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.wipa-vpn-ad .summary p.price sup {
  font-size: 60%;
  top: -25px;
}
.wipa-vpn-ad .summary p.review {
  border-bottom: 1px solid #e1e1e1;
  color: #2a8c32;
  margin: 0;
  padding: 8px 0;
  text-align: center;
}
.wipa-vpn-ad .summary p.review svg {
  fill: #2a8c32;
  height: 14px;
  margin-right: -4px;
  width: 14px;
}
.wipa-vpn-ad .summary .guarantee {
  align-items: center;
  display: flex;
  padding: 20px 0;
}
.wipa-vpn-ad .summary .guarantee img {
  height: 60px;
  margin-right: 12px;
  width: auto;
}
.wipa-vpn-ad .summary .guarantee p {
  color: #1f4872;
}
.wipa-vpn-ad .summary .warning-button-container a {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .wipa-vpn-ad .benefits {
    width: 44%;
  }
}
.wipa-vpn-ad .benefits p.banner {
  background-color: #1f4872;
  color: #ffffff;
  margin: 0;
  padding: 20px;
  position: relative;
  text-align: center;
}
.wipa-vpn-ad .benefits p.banner strong {
  position: relative;
  z-index: 1;
}
.wipa-vpn-ad .benefits p.banner:after {
  background-color: #1f4872;
  bottom: -16px;
  content: "";
  height: 32px;
  left: calc(50% - 16px);
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  width: 32px;
}
.wipa-vpn-ad .benefits ul {
  list-style: none;
  padding: 56px 24px 40px;
}

@media only screen and (min-width: 992px) {
  .wipa-vpn-comparison {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.wipa-vpn-comparison a.link {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto 8px;
  max-width: 300px;
  padding: 40px;
  text-decoration: none;
}
.wipa-vpn-comparison a.link:focus, .wipa-vpn-comparison a.link:hover {
  background-color: #ffffff !important;
  transition: background-color 200ms ease-in-out;
}
.wipa-vpn-comparison a.link:focus h3,
.wipa-vpn-comparison a.link:focus p, .wipa-vpn-comparison a.link:hover h3,
.wipa-vpn-comparison a.link:hover p {
  color: #1f4872;
}
@media only screen and (min-width: 992px) {
  .wipa-vpn-comparison a.link {
    width: 33%;
  }
}
.wipa-vpn-comparison a.link h3,
.wipa-vpn-comparison a.link p {
  color: #ffffff;
  margin: 0;
  transition: all 200ms ease-in-out;
}
.wipa-vpn-comparison a.link h3 {
  font-weight: 700;
  text-align: center;
}
.wipa-vpn-comparison a.link svg,
.wipa-vpn-comparison a.link img {
  height: auto;
  margin: 10px 30px;
  max-height: 120px;
  width: calc(100% - 60px);
}
.wipa-vpn-comparison a.link svg path,
.wipa-vpn-comparison a.link svg circle,
.wipa-vpn-comparison a.link img path,
.wipa-vpn-comparison a.link img circle {
  fill: #1f4872;
}

.blacklist-form {
  margin-bottom: 20px;
}
.blacklist-form input {
  background-color: #f2f3f4;
}
.blacklist-form button {
  text-transform: none;
}
@media only screen and (min-width: 992px) {
  .blacklist-form button {
    padding: 0 24px;
  }
}

span.blacklist-label-good, span.blacklist-label-bad, span.blacklist-label-error, span.blacklist-label-offline {
  font-weight: 700;
}
span.blacklist-label-good {
  color: #81c13e;
}
span.blacklist-label-bad {
  color: #c10000;
}
span.blacklist-label-error {
  color: #02b7ed;
}
span.blacklist-label-offline {
  color: #727272;
}

span.blacklist-icon-good, span.blacklist-icon-bad, span.blacklist-icon-error, span.blacklist-icon-offline {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  border-radius: 50%;
  color: transparent;
  display: inline-block;
  height: 16px;
  overflow: hidden;
  transform: translateY(1px);
  width: 16px;
}
span.blacklist-icon-good {
  background-color: #81c13e;
  background-image: url(images/checkmark-white.svg);
}
span.blacklist-icon-bad {
  background-color: #c10000;
  background-image: url(images/x-white.svg);
}
span.blacklist-icon-error, span.blacklist-icon-offline {
  background-image: url(images/question-white.svg);
}
span.blacklist-icon-error {
  background-color: #02b7ed;
}
span.blacklist-icon-offline {
  background-color: #727272;
}

@media only screen and (min-width: 992px) {
  .blacklist-legend {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .blacklist-legend p {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .blacklist-legend p:last-child {
    padding-right: 0;
  }
}

.blacklist-results {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .blacklist-results {
    display: flex;
  }
}
.blacklist-results > div {
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .blacklist-results > div {
    width: 50%;
  }
}
.blacklist-results p {
  margin: 0;
}

.ip-detail {
  background-color: #1f4872;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 12px;
}
@media only screen and (min-width: 768px) {
  .ip-detail.expanded {
    display: block;
    padding: 24px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.expanded > div {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.ip-detail.expanded .ip-address-list:after {
  display: none;
}
.ip-detail.expanded .call-to-action p.accuracy-disclaimer {
  font-weight: 300;
  margin: 40px 0;
  text-align: left;
}
.ip-detail.expanded .ip-information {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .ip-detail.expanded .ip-information:after {
    top: 18px;
  }
}
.ip-detail.expanded .ip-information p.information {
  margin: 8px 0;
}
@media only screen and (min-width: 992px) {
  .ip-detail.expanded .ip-information .inner {
    align-items: center;
    display: flex;
  }
}
.ip-detail.expanded .ip-information .inner > div {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .ip-detail.expanded .ip-information .inner > div {
    width: 50%;
  }
}
.ip-detail.expanded #map_expanded {
  margin: 20px 40px;
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified {
    align-items: center;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified > .left {
    display: flex;
    flex-wrap: wrap;
    padding-right: 40px;
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified > .right {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified .call-to-action {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified .call-to-action .warning-button-container a.button {
    width: 100%;
  }
}
.ip-detail.minified .ip-information {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified .ip-information:after {
    left: auto;
    right: -34px;
    top: 28%;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail.minified .ip-information {
    margin-top: 0;
    margin-right: 40px;
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail {
    padding: 32px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .ip-detail .mobile {
    display: none;
  }
}
.ip-detail .desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ip-detail .desktop {
    display: block;
  }
}
.ip-detail p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .ip-detail p {
    font-size: 17px;
  }
}
.ip-detail p a {
  color: #81c13e;
  text-decoration: underline;
}
.ip-detail p a:focus, .ip-detail p a:hover {
  color: #ffffff;
}
.ip-detail .map-wrapper {
  padding: 20px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ip-detail .map-wrapper {
    padding: 0;
  }
}
.ip-detail .map-wrapper .text {
  margin: 20px 0 20px;
}
.ip-detail .map-wrapper .text p {
  margin: 0 0 4px;
}
.ip-detail .ip-address-list,
.ip-detail .ip-information {
  position: relative;
}
.ip-detail .ip-address-list:after,
.ip-detail .ip-information:after {
  background-color: #2d587f;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  width: 40px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.ip-detail .ip-address-list p,
.ip-detail .ip-information p {
  position: relative;
  z-index: 1;
}
.ip-detail .ip-address-list {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ip-detail .ip-address-list {
    padding-right: 12px;
    width: 100%;
  }
}
.ip-detail .ip-address-list:after {
  bottom: -9px;
}
@media only screen and (min-width: 768px) {
  .ip-detail .ip-address-list:after {
    left: auto;
    right: 20%;
  }
}
.ip-detail .ip-address-list p.ip-address {
  background-color: #2d587f;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 2px;
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ip-detail .ip-address-list p.ip-address {
    font-size: 22px;
  }
}
.ip-detail .ip-address-list p.ip-address span.address {
  font-weight: 700;
}
.ip-detail .ip-information:after {
  top: 12px;
}
.ip-detail .ip-information p.label {
  margin-bottom: 20px;
}
.ip-detail .ip-information .inner {
  background-color: #2d587f;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ip-detail .ip-information .inner p.information span:first-child {
  display: inline-block;
  font-weight: 300;
  width: 33%;
}
@media only screen and (min-width: 768px) {
  .ip-detail .ip-information .inner p.information {
    margin-bottom: 4px;
  }
}
.ip-detail .call-to-action {
  order: 1;
  text-align: center;
}
.ip-detail #map_mobile,
.ip-detail #map_desktop,
.ip-detail #map_expanded {
  min-height: 270px;
  overflow: visible;
}
.ip-detail #map_mobile .leaflet-popup-content p,
.ip-detail #map_desktop .leaflet-popup-content p,
.ip-detail #map_expanded .leaflet-popup-content p {
  color: #000000;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

p.ip-address {
  background-color: #2d587f;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding: 12px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  p.ip-address {
    font-size: 22px;
  }
}
p.ip-address span.address {
  font-weight: 700;
}

.ip-lookup {
  background-color: #1f4872;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .ip-lookup {
    padding: 30px 60px;
  }
}
.ip-lookup h2,
.ip-lookup p {
  color: #ffffff;
}
.ip-lookup .heading {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.ip-lookup .heading svg {
  height: auto;
  width: 58px;
}
.ip-lookup .heading h2 {
  margin: 0;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .ip-lookup .heading h2 {
    font-size: 36px;
  }
}

.wipa-trace-email {
  text-align: center;
}
.wipa-trace-email textarea {
  background-color: #f2f3f4;
  border: 1px solid #1f4872;
}
@media only screen and (min-width: 992px) {
  .wipa-trace-email textarea {
    min-height: 430px;
  }
}
.wipa-trace-email button {
  border-radius: 2px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .wipa-trace-email button {
    height: 64px;
    line-height: 64px;
    padding: 0 80px;
  }
}

.wipa-tool-box {
  background: #ffffff;
  border: 1px solid #e1e5e9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: var(--tb-color, #2a8c32);
  display: block;
  padding: 24px 20px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.wipa-tool-box:hover,
.wipa-tool-box:focus {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transform: translateY(-2px);
}
.wipa-tool-box h2 {
  color: var(--tb-color, #2a8c32);
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 16px;
}
.wipa-tool-box .tool-box-svg {
  margin: 0 auto 16px;
  width: 100px;
}
.wipa-tool-box .tool-box-svg svg,
.wipa-tool-box .tool-box-svg img {
  display: block;
  height: auto;
  width: 100%;
}
.wipa-tool-box .tool-box-text {
  color: var(--tb-color, #2a8c32);
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
.tools-row .wp-block-kadence-column {
  display: flex;
  flex-direction: column;
}
.tools-row .kt-inside-inner-col {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tools-row .wipa-tool-box {
  flex: 1;
}
