#page-container { width: unset !important; max-width: unset; }
#newsletter-section { margin-bottom: 0px !important; }
.tm--article { max-width: 980px !important;
margin: 0 auto !important; }
.tm--article section {
  padding: 10px;
  text-align: center;
}
.tm--article strong {
  color: #ff5601;
  font-weight: inherit;
}
.tm--article h1,
.tm--article h2,
.tm--article h3,
.tm--article h4, {
  font-weight: 700;
}

.tm--article h3 {
  font-size: 24px;
}

.tm--contact--flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tm--contact--flex > * {
  border: 1px solid #7c7c7c;
  background-color: #f2f2f2;
  margin: 10px;
  text-align: left;
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  color: #555;
}
.tm--contact--flex > * > * {
  flex: 0;
  margin: 0 20px;
}
.tm--contact--flex > * > label { text-align: right; margin: 5px 10px 0 10px; }
.tm--contact--flex hr {
  border-color: #929292;
  margin-top: 15px;
  margin-bottom: 15px;
}
.tm--contact--flex > hr {
  margin: 15px 20px;
}
.tm--contact--flex h2 {
  line-height: 1.1em
}
.tm--contact--flex h2 strong {
  display: block
}
.tm--contact--flex ul {
  margin: 15px 0; padding: 10px;
  list-style: none;
  background-color: #e8e8e8;
  padding: 10px 20px;
  margin: 15px 0;
  font-weight: bold;
  flex: 1;
}
.tm--contact--flex ul span {
  font-weight: 400;
  font-size: 13px;
  margin-left: 8px;
}
.tm--contact--flex li {
  list-style: none;
  margin: 5px 0; padding: 0;
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: 25px;
}
.tm--contact--flex li a {
  color: inherit;
}
.tm--article .icon-telephone,
.tm--article .icon-fax {
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tm--contact--flex label {
  display: block;
  font-weight: 700;
}
.tm--contact--flex p {
  margin: 20px;
}
.tm--contact--flex p a {
  min-width: 100px;
  text-align: center;
}
.tm--article .icon-telephone { background-image: url(../png/phone.png); }
.tm--article .icon-fax { background-image: url(../png/fax.png); }


.tm--section--foot {
  max-width: 500px;
  margin: 20px auto 40px auto;
}
.tm--section--foot hr { margin: 30px 0; border-color: #d7d7d7 }
.tm--section--foot h3 { margin: 15px 0; }
.tm--section--foot p { margin: 15px 0; }
.tm--section--foot .buttonLink { min-width: 120px; text-align: center; }

.support_container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 50% auto;
  gap: 3em;
  padding: 0 20px 20px 20px !important;
}

.support_container__item { margin: 0 auto; }

@media (max-width: 777px) {
  .support_container {
    grid-auto-flow: row;
    grid-auto-rows: auto;
    grid-auto-columns: unset;
    justify-content: center;
    gap: 4em;
  }
  .support_container__item {
    max-width: 302px;
  }
}

@media (max-width: 777px) and (orientation: landscape) {
  .support_container__item { padding: 20px 0; }
  .support_container__item.support_container__item--landscape-full-width {
    max-width: unset;
    min-width: 100vw;
  }
  .support_container__item.support_container__item--landscape-full-width > * { max-width: 302px; margin: 0 auto; }
  .support_container__item.support_container__item--landscape-bg { background: var(--landscape-bg); }
  .support_container__item div:last-of-type p:last-of-type { margin-bottom: 0; }
}