img {
  -ms-interpolation-mode: bicubic;
  height: auto!important;
  border: none!important;
}

table.btn-container {
  text-align: center;
  line-height: normal!important;
  width: 90%;
  margin: auto!important;
  padding-top: 20px;
  padding-bottom: 30px;
}

div.btn-container2 {
  text-align: center;
  width: 80%;
  margin: auto!important;
  padding-top: 20px;
  padding-bottom: 22px;
}

div.btn-container2 a.btn-blue {
  border-style: solid;
  border-width: 7px;
  border-color: #feb021;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  color: #000000!important;
  background-color: #ffff00;
  display: block;
  padding: 30px 4%;
  text-decoration: none;
}

div.btn-container2 a.btn-blue:hover {
  border: 7px solid #fcd745;
  margin-top: 7px;
  margin-bottom: -7px;
}

@media only screen and (max-width: 540px) {
  .force-row-m-hide {
    width: 100%!important;
    float: left!important;
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  table.btn-container {
    width: 100%!important;
  }
}

@media only screen and (max-width: 320px) {
  div.btn-container2 {
    font-size: 19px!important;
    text-align: center;
    line-height: normal!important;
    width: 92%;
    margin: auto!important;
    padding-top: 20px;
    padding-bottom: 22px;
  }
}

@media only screen and (max-width: 320px) {
  div.btn-container2 a.btn-blue {
    border-style: solid;
    border-color: #feb021;
    border-width: 3px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    display: inline-block;
    padding: 4% 4%;
    text-decoration: none;
  }
}

@media only screen and (max-width: 320px) {
  div.btn-container2 a.btn-blue:hover {
    border: 3px solid #fcd745;
    margin-top: 4px;
    margin-bottom: -4px;
  }
}

@media only screen and (max-width: 280px) {
  .force-row-s img {
    width: 45px!important;
  }
}

@media only screen and (max-width: 220px) {
  .force-row-s {
    width: 100%!important;
    float: left!important;
    display: none!important;
  }
}

a {
  text-decoration: underline !important;
  color: var(--bs-link-color) !important;
  font-weight: bold !important;
}

