@import url("https://use.typekit.net/qbi2qpp.css");
body {
  padding-top: 70px;
}

.nav {
  background: #e4003a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.nav-logo {
  display: block;
  height: 40px;
  position: relative;
  z-index: 100;
}
.nav-call {
  display: flex;
  justify-content: center;
  color: white;
}
.nav-call-single {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  font-size: 18px;
}
.nav-call-single::after {
  content: "";
  height: calc(100% - 10px);
  width: 2px;
  background: white;
  margin: 0 20px;
}
.nav-call-single:first-child svg {
  height: 40px !important;
}
.nav-call svg {
  margin-right: 10px;
  height: 33px;
}
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  height: 70px;
}
.nav-mobile {
  width: 100%;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: auto;
}
.nav-mobile-oem {
  background: white;
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.nav-mobile-wrapper {
  width: 100%;
  height: calc(100vh - 70px);
  position: fixed;
  top: 70px;
  left: 0;
  display: none;
  background: #e4003a;
  flex-direction: column;
  overflow-y: scroll;
}
.nav-mobile-wrapper.open {
  display: flex;
}
.nav-mobile li {
  width: 50%;
}
.nav-mobile li a {
  font-size: 76px;
  font-weight: 800;
  color: white;
}
.nav-mobile li a:hover {
  color: white;
}
.nav-mobile .sub-menu {
  text-transform: uppercase;
}
.nav-mobile .sub-menu li {
  width: auto;
  display: inline-block;
}
.nav-mobile .sub-menu li::after {
  content: "|";
  margin: 0 5px;
  font-weight: 800;
  color: white;
}
.nav-mobile .sub-menu li:last-child::after {
  display: none;
}
.nav-mobile .sub-menu li a {
  font-size: 20px;
}
.nav .nav-toggle {
  display: block !important;
}
.nav-toggle {
  width: 40px;
  height: 50px;
  background: none;
  position: relative;
  border: none;
  cursor: pointer;
  z-index: 100;
}
.nav-toggle::before, .nav-toggle::after {
  content: "";
  background: #fff;
  width: 40px;
  height: 4px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transition: 0.2s;
}
.nav-toggle::before {
  transform: translate(-50%, -8px);
}
.nav-toggle::after {
  transform: translate(-50%, 8px);
}
.nav-toggle.active::before {
  transform: translate(-50%, -50%) rotate(135deg) !important;
}
.nav-toggle.active::after {
  transform: translate(-50%, -50%) rotate(-135deg) !important;
}

.wpml-ls-legacy-dropdown {
  width: auto !important;
}
.wpml-ls-legacy-dropdown a {
  background-color: #e4003a !important;
  color: white !important;
  border: none;
  padding: 0;
}
.wpml-ls-legacy-dropdown a span {
  font-size: 18px;
  font-weight: 800;
}

.wpml-ls-sub-menu span {
  padding: 0px 20px !important;
}

@media (max-width: 1400px) {
  .nav-mobile li a {
    font-size: 42px;
  }
}
@media (max-width: 960px) {
  .nav-mobile li {
    width: 100%;
  }
  .nav-mobile-oem a {
    font-size: 42px;
  }
  .nav-call svg {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .nav-call .res-dn {
    display: none !important;
  }
}
@media (max-width: 428px) {
  .nav-mobile li a {
    font-size: 28px;
  }
  .nav-mobile li .sub-menu a {
    font-size: 16px;
  }
  .nav-mobile-oem a {
    font-size: 28px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-family: "brother-1816", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  outline: none !important;
  z-index: 1;
}
*::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-family: "brother-1816", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 20px;
}
* nav ul {
  list-style: none;
}
* a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  width: 100%;
}

section table {
  border-collapse: collapse;
  width: 100%;
  color: #e4003a;
}
section table th {
  font-weight: 800;
  text-transform: uppercase;
}
section table th, section table td {
  border-bottom: 2px solid #e4003a;
  padding: 5px 0;
  width: 50%;
}
section table th:first-child, section table td:first-child {
  text-align: left;
}
section table th:last-child, section table td:last-child {
  text-align: right;
}
section .id {
  transform: translateY(-80px);
  display: block;
  height: 1px;
  visibility: hidden;
}
section p a {
  color: #e4003a;
  text-decoration: underline;
}

.image img {
  display: block;
  width: 100%;
}

hr {
  transform: skew(0, -5deg);
  border-color: #e4003a;
  border-width: 2px;
}
hr.transparent {
  border-color: transparent !important;
}

.skew-wrapper-inside {
  transform: skew(0, 5deg);
}
.skew-wrapper-outside {
  transform: skew(0, -5deg);
  overflow: hidden;
  position: relative;
  transform-origin: bottom left;
}
.skew-wrapper-outside.standard {
  background: white;
}
.skew-wrapper-outside.standard::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #e4003a;
  border-top: 2px solid #e4003a;
}
.skew-wrapper-outside.bg-red .skew-wrapper-inside * {
  color: white;
}
.skew-wrapper-outside.overlap-top {
  margin-top: -5%;
}
.skew-wrapper-outside.overlap-bottom {
  margin-bottom: -5%;
}

.button, .txt strong a {
  border: 4px solid #e4003a;
  background: transparent;
  color: #e4003a;
  transition: 0.25s;
  cursor: pointer;
  font-family: "brother-1816", sans-serif;
  text-decoration: none !important;
  padding: 6px 8px;
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
}
.button:hover, .txt strong a:hover {
  color: white !important;
  background: #e4003a;
}

.has-vivid-red-color {
  color: #e4003a !important;
}

.bg-red .button, .red .button {
  border: 4px solid white;
  color: white;
}
.bg-red .button:hover, .red .button:hover {
  color: #e4003a !important;
  background: white;
}

sup {
  display: inline;
  font-size: 75% !important;
  vertical-align: top;
  line-height: 1 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

video {
  display: block;
  cursor: pointer;
}

.no-scroll {
  height: 100vh;
  overflow: hidden;
}

.ff-1, .ff-1 * {
  font-family: "brother-1816", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ff-2, .ff-2 * {
  font-family: "brother-1816", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.ff-3, .ff-3 * {
  font-family: "brother-1816", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.ttu, .ttu * {
  text-transform: uppercase;
}

b, b *, strong, strong *, .bold, .bold * {
  font-weight: 800 !important;
}

.txt ul {
  position: relative;
  list-style: none;
}
.txt ul li {
  color: black;
  margin-bottom: 5px;
}
.txt ul li::before {
  content: "+ ";
  color: #e4003a;
}

.bg-red .txt ul li::before {
  color: white;
}

.bg-red {
  background-color: #e4003a;
}

.c-red {
  color: #e4003a !important;
}

.fs-0, .fs-0 * {
  font-size: 20px;
  line-height: 1.5;
}

h1, h1 * {
  font-size: 106px;
  font-family: "brother-1816", sans-serif;
  line-height: 1.2;
}

h2, h2 * {
  font-size: 106px;
  font-family: "brother-1816", sans-serif;
  line-height: 1.2;
  color: #e4003a;
}

h3, h3 * {
  font-size: 76px;
  font-family: "brother-1816", sans-serif;
  line-height: 1.2;
  color: #e4003a;
  margin-bottom: 20px;
}

h4, h4 * {
  font-size: 42px;
  font-family: "brother-1816", sans-serif;
  line-height: 1.2;
  color: #e4003a;
  margin-bottom: 20px;
}

h5, h5 * {
  font-size: 1000px;
  font-family: "brother-1816", sans-serif;
  line-height: 1;
}

h6, h6 * {
  font-size: 20px;
  font-family: "brother-1816", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #e4003a;
  text-decoration: underline;
}

.fs-1, .fs-1 * {
  font-size: 106px;
  line-height: 1.2;
}

.fs-2, .fs-2 * {
  font-size: 106px;
  line-height: 1.2;
}

.fs-3, .fs-3 * {
  font-size: 76px;
  line-height: 1.2;
}

.fs-4, .fs-4 * {
  font-size: 42px;
  line-height: 1.2;
}

.fs-5, .fs-5 * {
  font-size: 1000px;
  line-height: 1;
}

.fs-6, .fs-6 * {
  font-size: 20px;
  line-height: 1.5;
}

.mt {
  margin-top: 150px;
}

.mt-2 {
  margin-top: 75px;
}

.mt-3 {
  margin-top: 50px;
}

.mt-4 {
  margin-top: 37.5px;
}

.mb {
  margin-bottom: 150px;
}

.mb-2 {
  margin-bottom: 75px;
}

.mb-3 {
  margin-bottom: 50px;
}

.mb-4 {
  margin-bottom: 37.5px;
}

.mb-em {
  margin-bottom: 1em;
}

.mt-em {
  margin-top: 1em;
}

.pt {
  padding-top: 150px;
}

.pb {
  padding-bottom: 150px;
}

.pt-2 {
  padding-top: 75px;
}

.pb-2 {
  padding-bottom: 75px;
}

.pt-4 {
  padding-top: 37.5px;
}

.pb-4 {
  padding-bottom: 37.5px;
}

.ph {
  padding-left: 20px;
  padding-right: 20px;
}

.rm {
  display: none;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.mw-1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.mw-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.mw-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.mw-1 .mw-2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mw-2 .mw-3 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer {
  border-top: 2px solid #e4003a;
}
.footer * {
  text-transform: uppercase;
}
.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-nav a {
  font-weight: bold;
}
.footer-nav a::after {
  content: "|";
  margin: 0 5px;
  font: inherit;
}
.footer-nav li::before {
  display: none !important;
}
.footer-nav li:last-child a::after {
  display: none;
}
.footer-col {
  width: 50%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.footer-col img {
  margin-right: 40px;
  width: 150px;
}
.footer-col img:last-child {
  margin-right: 0;
}
.footer-col .res-block::after {
  content: " |";
  margin: 0 5px;
  font-weight: 800;
}
.footer-col .res-block:last-child::after {
  display: none;
}
.footer-col .res100 {
  margin-right: 40px;
}
.footer-col-2 {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  margin-bottom: 5px;
}

@media (max-width: 1600px) {
  .res-block {
    display: block;
  }
  .res-block::after {
    display: none;
  }
}
@media (max-width: 1400px) {
  .footer-col {
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-col-2 {
    text-align: center;
    align-items: center;
    margin-top: 40px;
  }
}
@media (max-width: 960px) {
  .footer-col img {
    width: 110px;
    margin-right: 20px;
  }
  .footer .res100 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.post {
  display: flex;
  flex-wrap: wrap;
}
.post-content {
  width: calc(100% - 550px);
}
.post img {
  display: block;
  width: 100%;
}

aside {
  width: 450px;
  margin-left: 100px;
}
aside article {
  padding: 20px 0;
  border-top: 2px solid #e4003a;
}
aside article:last-of-type {
  border-bottom: 2px solid #e4003a;
}

.archive-link {
  display: block;
  color: #e4003a;
  margin-top: 40px;
}

@media (max-width: 1400px) {
  aside {
    margin-left: 40px;
  }
}
@media (max-width: 1200px) {
  .post-content {
    width: 100%;
  }

  aside {
    width: 100%;
    margin-left: 0;
  }
}
.page-template-form-test {
  height: 100vh !important;
  overflow: hidden;
}
.page-template-form-test .FocusForm {
  position: fixed !important;
  width: 100%;
  height: 100vh;
  top: 0;
  padding-top: 76px;
  left: 0;
  background: white;
  z-index: 999;
  display: block;
}
.page-template-form-test footer {
  display: none !important;
}
.page-template-form-test .fs-x {
  font-size: 14px;
}

.ff-popup-active.page-template-test {
  background: #aaa;
}

.ff-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1400px;
  width: 90vw;
  height: 90vh;
  z-index: 1000;
  background: red;
  border: 2px solid black;
}
.ff-popup.hidden {
  display: none;
  opacity: 0;
}
.ff-popup .ff-wrapper {
  position: absolute !important;
}
.ff-popup-header {
  height: 100px;
  padding: 20px;
  background: #e4003a;
  display: flex;
  align-items: center;
}
.ff-popup-header-left {
  width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ff-popup-header-left img {
  display: block;
  width: 50px;
}
.ff-popup-header-center {
  width: 100%;
  max-width: calc(100% - 80px);
  text-transform: uppercase;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.ff-popup-header-right {
  width: 30px;
  min-width: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ff-popup-header-right img {
  display: block;
  width: 30px;
  cursor: pointer;
}
.ff-popup-content {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100% - 100px);
  overflow: hidden;
}

.single-formtest footer, .single-formtest .main-nav--outer {
  display: none !important;
}

.FocusForm .button, .FocusForm .btn {
  color: white;
  background: #e4003a;
  padding: 10px 15px;
  border: 2px solid #e4003a;
  transition: 0.4s;
  cursor: pointer;
  font-weight: bold;
}
.FocusForm .button:hover, .FocusForm .btn:hover {
  background: white;
  border-color: #e4003a;
  color: #e4003a;
}
.FocusForm h2 {
  font-size: 6vh !important;
}
.FocusForm .hidden {
  display: none !important;
}
.FocusForm strong {
  font-weight: 600 !important;
}
.FocusForm p {
  margin-bottom: 40px;
  font-family: "brother-1816", sans-serif;
}
.FocusForm .input_wrapper {
  margin-bottom: 20px;
}
.FocusForm .input_wrapper input, .FocusForm .input_wrapper select {
  padding: 10px 20px;
  border: 2px solid black;
  background: transparent;
  color: black;
  border-radius: 0px;
  width: 100%;
  font-weight: bold;
}
.FocusForm .input_wrapper input::placeholder, .FocusForm .input_wrapper select::placeholder {
  color: black;
}
.FocusForm .input_wrapper select {
  appearance: none;
}

.ff-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 280px;
  margin: 0;
  background-color: white;
  overflow: hidden;
}
.ff-ask {
  margin-bottom: 20px;
  color: black;
}
.ff-info {
  margin: 20px 0 10px 0;
  color: black;
  text-decoration: underline;
  text-decoration-color: #e4003a;
  font-weight: 600;
  font-size: 16px;
}
.ff-submit {
  margin-top: 20px;
}
.ff-btn-next {
  margin-top: 20px;
}
.ff-arrow {
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
.ff-arrow.ff-prev {
  left: 40px;
}
.ff-arrow.ff-next {
  right: 40px;
}
.ff-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 3;
}
.ff-dots {
  display: block;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.ff-dots li {
  width: 3vw;
  height: 6px;
  background-color: #f1c8c0;
  margin: 0 6px;
  cursor: pointer;
}
.ff-dots li:first-child {
  margin-left: 0;
}
.ff-dots li:last-child {
  margin-right: 0;
}
.ff-dots li.active {
  background-color: #e4003a;
}
.ff-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 140px);
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.4, 0.25, 0.8, 0.3), opacity 0.25s;
  padding: 20px 20px 0 20px;
  z-index: 1;
}
.ff-layer-content {
  max-width: 1000px;
  width: 100%;
  position: relative;
  padding: 20px 0;
  overflow-y: auto;
  max-height: 100%;
  color: black;
}
.ff-layer-content h3 {
  color: black;
  font-weight: 600;
}
.ff-layer.active {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0s, opacity 0.5s 0.25s linear;
}
.ff-layer .checkbox-select-header {
  margin-bottom: 10px;
}
.ff-layer .checkbox-select-content {
  height: 180px;
  border: 4px solid #e4003a;
  padding: 20px;
  overflow-y: scroll;
}
.ff-layer .checkbox-select-content::-webkit-scrollbar {
  width: 25px;
}
.ff-layer .checkbox-select-content::-webkit-scrollbar-track {
  border-radius: 0px;
  border: none;
}
.ff-layer .checkbox-select-content::-webkit-scrollbar-thumb {
  background: #e4003a;
  border-radius: 0px;
  border: none;
  cursor: pointer;
}
.ff-layer .checkbox-select-content label:hover, .ff-layer .checkbox-select-content label:focus-within {
  color: #e4003a !important;
}
.ff-layer .checkbox-select-content input {
  display: none;
}
.ff-layer label {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer !important;
  margin-bottom: 10px;
  user-select: none;
  font-family: "brother-1816", sans-serif !important;
  font-weight: 400;
  color: black;
}
.ff-layer label:last-child {
  margin-bottom: 0;
}
.ff-layer label input[type=checkbox] {
  appearance: none;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  background-color: white;
  margin: 0 20px 0 0;
  border: 2px solid #e4003a;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
}
.ff-layer label input[type=checkbox]::after {
  content: "";
  position: absolute;
  display: block;
  left: 55%;
  top: 35%;
  width: 8px;
  height: 15px;
  border: solid #e4003a;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-width: 0 4px 4px 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 3;
  opacity: 0;
}
.ff-layer label input[type=checkbox]:checked::after {
  opacity: 1;
}

@media (max-width: 1024px) {
  .ff-popup-header-center {
    font-size: 20px;
  }

  .ff-arrow {
    position: relative;
  }
  .ff-arrow.ff-prev {
    left: 0;
    margin-right: 20px;
  }
  .ff-arrow.ff-next {
    right: 0;
  }
}
@media (max-width: 768px) {
  .FocusForm h2 {
    font-size: 4vh !important;
  }

  .ff-popup-header-center {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .ff-layer {
    height: calc(100% - 124px);
  }
  .ff-footer {
    height: 124px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 414px) {
  .FocusForm h2 {
    font-size: 3vh !important;
  }
  .FocusForm label {
    font-size: 16px !important;
  }
  .FocusForm button {
    font-size: 16px !important;
  }

  .ff-popup-header {
    padding: 10px;
  }
  .ff-popup-header-center {
    font-size: 14px;
    max-width: calc(100% - 70px);
  }
  .ff-popup-header-left {
    width: 40px;
    min-width: 40px;
  }
  .ff-popup-header-left img {
    width: 40px;
  }
}
.textblock {
  text-align: center;
}
.textblock p {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.textblock .bg-red * {
  color: white;
}

@media (max-width: 1080px) {
  .textblock p {
    width: 100%;
  }
}
.txt-img-banner {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 56.25vw;
}
.txt-img-banner img, .txt-img-banner video {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.txt-img-banner-content {
  color: white;
}
.txt-img-banner-content p {
  max-width: 720px;
  margin-top: 20px;
}
.txt-img-banner-content i, .txt-img-banner-content em {
  color: #e4003a;
}

@media (max-width: 630px) {
  .txt-img-banner {
    min-height: 0px;
  }
  .txt-img-banner img, .txt-img-banner video {
    position: relative;
    height: 75vw;
  }
  .txt-img-banner-content {
    color: black;
  }
}
.box-list-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.box-list-single {
  width: calc(33.3333333333% - 40px);
  margin: 40px 20px;
}
.box-list-single h4 {
  padding: 0 20px;
  text-transform: uppercase;
}
.box-list-single-image {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.box-list-single-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1400px) {
  .box-list-single {
    width: calc(50% - 40px);
  }
}
@media (max-width: 960px) {
  .box-list-single {
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
  }
}
.icon-txt-list .bg-red .icon-txt-list-single {
  border-right: 2px solid white;
}
.icon-txt-list .bg-red * {
  color: white;
}
.icon-txt-list-special_icon {
  border: 2px solid white;
  padding: 30px 60px;
  width: calc(100% - 160px);
  position: relative;
}
.icon-txt-list-special_icon .icon-txt-list-icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #e4003a;
  padding: 10px;
  left: 0;
}
.icon-txt-list-icon {
  height: 100px;
  width: auto;
  display: block;
  object-fit: contain;
  margin: auto;
}
.icon-txt-list-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.icon-txt-list-single {
  text-align: center;
  border-right: 2px solid #e4003a;
  padding: 0 20px;
  z-index: 0;
}
.icon-txt-list-single:last-child {
  border-right: none !important;
}
.icon-txt-list-single p {
  color: #e4003a;
}

@media (min-width: 1200px) {
  .icon-txt-list-wrapper.col-3 {
    max-width: 960px !important;
  }
  .icon-txt-list-wrapper.col-3 .icon-txt-list-single {
    width: 33.3333333333%;
  }
  .icon-txt-list-wrapper.col-3 .icon-txt-list-single:nth-child(3n) {
    border-right: none !important;
  }
  .icon-txt-list-wrapper.col-4 {
    max-width: 1280px !important;
  }
  .icon-txt-list-wrapper.col-4 .icon-txt-list-single {
    width: 25%;
  }
  .icon-txt-list-wrapper.col-4 .icon-txt-list-single:nth-child(4n) {
    border-right: none !important;
  }
  .icon-txt-list-wrapper.col-5 .icon-txt-list-single {
    width: 20%;
  }
  .icon-txt-list-wrapper.col-5 .icon-txt-list-single:nth-child(5n) {
    border-right: none !important;
  }
}
@media (min-width: 640px) and (max-width: 1200px) {
  .icon-txt-list-single {
    width: 33.3333333333% !important;
    margin-top: 40px;
  }
  .icon-txt-list-single:nth-child(3n) {
    border-right: none !important;
  }
}
@media (min-width: 428px) and (max-width: 640px) {
  .icon-txt-list-single {
    width: 50% !important;
  }
  .icon-txt-list-single:nth-child(even) {
    border-right: none !important;
  }
}
@media (max-width: 640px) {
  .icon-txt-list-special_icon {
    padding: 20px;
    margin: 20px;
    width: calc(100% - 40px);
  }
  .icon-txt-list-special_icon .icon-txt-list-icon {
    display: none;
  }
}
@media (max-width: 428px) {
  .icon-txt-list-single {
    width: 100% !important;
    border-right: none !important;
  }
}
::placeholder, input[type=file]::before {
  color: black !important;
  font-family: "brother-1816", sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}

select {
  color: black;
  font-family: "brother-1816", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.bg-red select {
  border-color: white !important;
  color: white;
}
.bg-red select option {
  color: black !important;
}

.form input, .form select {
  font-weight: bold !important;
  border-color: black;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  display: block;
  width: 100% !important;
  padding: 10px;
  background: none;
  outline: none;
}
.form textarea {
  display: block;
  width: 100% !important;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  border-color: black;
  outline: none;
}
.form button {
  margin: auto;
}
.form input[type=file] {
  position: relative;
}
.form input[type=file]::before {
  content: "Datei Upload (max. 1 Datei: PDF, DOC)";
  position: absolute;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100%;
  font: inherit;
  padding: 10px;
}
.form input[type=checkbox] {
  cursor: pointer;
}
.form input[type=checkbox]:checked {
  background: #e4003a;
  border-color: #e4003a;
}
.form .wpcf7-list-item {
  margin-left: 0;
}
.form .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}
.form .wpcf7-list-item label input {
  width: 20px !important;
  height: 20px;
  border: 2px solid black;
  appearance: none;
  margin-right: 20px;
  border-radius: 0;
}
.form .wpcf7-list-item label * {
  font-size: 18px;
}
.form-row {
  display: flex;
  margin-bottom: 20px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row.col-1 {
  width: 100%;
}
.form-row.col-1 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-row.col-2 .wpcf7-form-control-wrap {
  width: 50%;
}
.form-row.col-3 .wpcf7-form-control-wrap {
  width: 33.3333333333%;
}
.form-row.col-2 .wpcf7-form-control-wrap, .form-row.col-3 .wpcf7-form-control-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-right: 10px;
}
.form-row.col-2 .wpcf7-form-control-wrap:first-child, .form-row.col-3 .wpcf7-form-control-wrap:first-child {
  margin-left: 0;
}
.form-row.col-2 .wpcf7-form-control-wrap:last-child, .form-row.col-3 .wpcf7-form-control-wrap:last-child {
  margin-right: 0;
}
.form .bg-red ::placeholder, .form .bg-red input[type=file]::before {
  color: white !important;
}
.form .bg-red input, .form .bg-red select {
  border-color: white !important;
}

.wpcf7-not-valid-tip {
  color: #e4003a;
  margin-top: 10px;
  display: block;
  width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #e4003a;
  margin: 0;
}

@media (max-width: 960px) {
  .form-row.col-3 {
    flex-direction: column;
  }
  .form-row.col-3 .wpcf7-form-control-wrap {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .form-row.col-2 {
    flex-direction: column;
  }
  .form-row.col-2 .wpcf7-form-control-wrap {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.downloads-list {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e4003a;
}
.downloads-list li {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #e4003a;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e4003a;
}
.downloads-list li::before {
  display: none;
}
.downloads a {
  display: block;
}
.downloads-button {
  height: 1em;
}
.downloads-button svg {
  display: block;
  height: 1em;
  stroke: #e4003a;
}
.downloads .bg-red .downloads-list, .downloads .bg-red .downloads-list li {
  border-color: white !important;
  color: white !important;
}
.downloads .bg-red .downloads-list svg, .downloads .bg-red .downloads-list li svg {
  stroke: white;
}

#oem-search {
  color: black;
  text-align: center;
}

.skew-outside {
  transform: skew(0, -5deg);
  overflow: hidden;
  transform-origin: center;
}
.skew-outside.standard {
  background: white;
}
.skew-outside.standard::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #e4003a;
  border-top: 2px solid #e4003a;
}
.skew-outside.standard.no-border {
  border-bottom: 0 !important;
  border-top: 0 !important;
}
.skew-outside.standard.no-border::before {
  display: none;
}
.skew-outside.bg-red .skew-inside * {
  color: white;
}
.skew-outside.overlap-top .skew-outside {
  margin-top: -5% !important;
}
.skew-outside.overlap-bottom .skew-outside {
  margin-bottom: -5%;
}

.skew-inside {
  transform: skew(0, 5deg);
  transform-origin: center;
}

.box-grid-content {
  display: flex;
  flex-wrap: wrap;
}
.box-grid-single {
  width: 50%;
  min-height: 50vw;
  height: auto !important;
  position: relative;
  transform: skew(0, -5deg);
  transform-origin: center;
}
.box-grid-single-skew {
  transform: skew(0, 5deg);
  transform-origin: center;
  height: 100%;
}
.box-grid-single img {
  display: block;
  width: 50vw;
  height: 120%;
  transform: translateY(-10%);
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.box-grid-single .txt {
  display: block;
  width: 50vw;
  min-height: 50vw;
  height: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 720px;
  margin: auto;
}

@media (max-width: 1200px) {
  .box-grid:nth-child(odd) + .box-grid .box-grid-single:first-child {
    order: 2;
  }
  .box-grid:nth-child(odd) + .box-grid .box-grid-single:last-child {
    order: 1;
  }
  .box-grid-single {
    width: 100vw;
    overflow: hidden;
  }
  .box-grid-single.img {
    height: 100vw !important;
  }
  .box-grid-single.txt {
    height: auto !important;
  }
  .box-grid-single.res-order-0 {
    order: 0;
  }
  .box-grid-single.res-order-1 {
    order: 1;
  }
  .box-grid-single img {
    width: 100vw;
  }
  .box-grid-single .txt {
    width: 100vw;
    height: auto;
  }
}
.overlap-top .skew-outside {
  margin-top: -5%;
}

.box-duo-content {
  display: flex;
  flex-wrap: wrap;
}
.box-duo-single {
  width: 50%;
  padding: 20px;
}
.box-duo-single img {
  display: block;
  width: 100%;
}
.box-duo-single.slider .slick-prev {
  left: 0;
  transform: translate(0, -50%);
  width: 52px;
  height: 64px;
  z-index: 10;
}
.box-duo-single.slider .slick-prev::before {
  content: url(/wp-content/themes/WP_BFT/img/BFT-Gebrauchtmaschinen-Pfeil-lnks.svg);
  opacity: 1;
}
.box-duo-single.slider .slick-next {
  right: 0;
  transform: translate(0, -50%);
  width: 52px;
  height: 64px;
}
.box-duo-single.slider .slick-next::before {
  content: url(/wp-content/themes/WP_BFT/img/BFT-Gebrauchtmaschinen-Pfeil-rechts.svg);
  opacity: 1;
}

@media (max-width: 1200px) {
  .box-duo-content {
    flex-direction: column;
  }
  .box-duo-single {
    width: 100%;
  }
}
@media (max-width: 600px) {
  table {
    display: block;
  }
  table tr {
    display: block;
  }
  table tr td, table tr th {
    display: block;
    width: 100%;
    text-align: left !important;
  }
  table tr td:first-child, table tr th:first-child {
    font-weight: bold;
    border-bottom: none;
  }
}
.video video {
  width: 100%;
}

.contact {
  overflow: hidden;
}
.contact img {
  display: block;
  width: 100%;
}
.contact-map {
  position: relative;
  overflow: scroll;
}
.contact-map-info {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 20px;
  font-weight: bold;
  color: #e4003a;
  text-align: center;
  display: none;
  font-size: 16px;
  text-shadow: 3px 3px #fff;
}
.contact-location {
  position: absolute;
  display: block;
  border-radius: 50%;
  height: 1px;
  width: 1px;
}
.contact-location .marker {
  display: block;
  max-width: 30px;
  width: 2vw;
  min-width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  cursor: pointer;
}
.contact-location-content {
  display: none;
  width: 300px;
  background: #e4003a;
  cursor: pointer;
}
.contact-location-content .slick-prev {
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/WP_BFT/img/BFT-Gebrauchtmaschinen-Pfeil-lnks.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center;
  left: -50px !important;
}
.contact-location-content .slick-prev::before {
  display: none !important;
}
.contact-location-content .slick-next {
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/WP_BFT/img/BFT-Gebrauchtmaschinen-Pfeil-rechts.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center;
  right: -50px !important;
}
.contact-location-content .slick-next::before {
  display: none !important;
}
.contact-location-content-single-img {
  display: block;
  width: 300px;
  height: 300px;
  padding: 20px;
}
.contact-location-content-single-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-location-desc {
  padding: 20px;
}
.contact-location-desc * {
  color: white !important;
}
.contact-location.active .contact-location-content {
  display: block;
}

.video-list-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-list ul li {
  width: 100%;
  list-style: none;
}
.video-list ul li .montage, .video-list ul li .demontage {
  width: calc(50% - 40px);
}
.video-list ul li .montage img, .video-list ul li .demontage img {
  display: block;
  width: 100%;
}
.video-list ul li .montage iframe, .video-list ul li .demontage iframe {
  aspect-ratio: 16/9;
  height: auto;
}
.video-list.init .video-list-single {
  display: none;
}
.video-list.init .video-list-single:first-child {
  display: block;
}

.service-filter {
  position: relative;
}
.service-filter::before {
  content: "V";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  background: transparent;
}

@media (max-width: 1024px) {
  .video-list-content .montage, .video-list-content .demontage {
    width: 100% !important;
  }
}
.full-screen-teaser {
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: flex;
}
.full-screen-teaser * {
  color: white !important;
}
.full-screen-teaser img {
  max-width: 360px;
  width: 100%;
  margin-bottom: 20px;
}
.full-screen-teaser-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.full-screen-teaser-buttons {
  margin-top: 30px;
}
.full-screen-teaser-buttons .button {
  margin: 10px;
}

@media (max-width: 1600px) {
  .fs-0, .fs-0 *, p, p *, .button, button, .textblock li {
    font-size: 20px !important;
  }

  h1 {
    font-size: 92.1739130435px !important;
  }
  h1 * {
    font-size: 92.1739130435px !important;
  }

  h2 {
    font-size: 96.3636363636px !important;
  }
  h2 * {
    font-size: 96.3636363636px !important;
  }

  h3 {
    font-size: 69.0909090909px !important;
  }
  h3 * {
    font-size: 69.0909090909px !important;
  }

  h4 {
    font-size: 40px !important;
  }
  h4 * {
    font-size: 40px !important;
  }

  h5, h5 * {
    font-size: 952.380952381px !important;
  }

  h6, h6 * {
    font-size: 20px !important;
  }

  .fs-1 {
    font-size: 92.1739130435px !important;
  }
  .fs-1 * {
    font-size: 92.1739130435px !important;
  }

  .fs-2 {
    font-size: 96.3636363636px !important;
  }
  .fs-2 * {
    font-size: 96.3636363636px !important;
  }

  .fs-3 {
    font-size: 69.0909090909px !important;
  }
  .fs-3 * {
    font-size: 69.0909090909px !important;
  }

  .fs-4 {
    font-size: 40px !important;
  }
  .fs-4 * {
    font-size: 40px !important;
  }

  .fs-5, .fs-5 * {
    font-size: 952.380952381px !important;
  }

  .fs-6, .fs-6 * {
    font-size: 20px !important;
  }

  .mt {
    margin-top: 150px;
  }

  .mt-2 {
    margin-top: 75px;
  }

  .mt-3 {
    margin-top: 50px;
  }

  .mt-4 {
    margin-top: 37.5px;
  }

  .mb {
    margin-bottom: 150px;
  }

  .mb-2 {
    margin-bottom: 75px;
  }

  .mb-3 {
    margin-bottom: 50px;
  }

  .mb-4 {
    margin-bottom: 37.5px;
  }

  .pt {
    padding-top: 150px;
  }

  .pb {
    padding-bottom: 150px;
  }

  .pt-2 {
    padding-top: 75px;
  }

  .pb-2 {
    padding-bottom: 75px;
  }

  .pt-4 {
    padding-top: 37.5px;
  }

  .pb-4 {
    padding-bottom: 37.5px;
  }
}
@media (max-width: 1200px) {
  .fs-0, .fs-0 *, p, p *, .button, button, .textblock li {
    font-size: 20px !important;
  }

  h1 {
    font-size: 81.5384615385px !important;
  }
  h1 * {
    font-size: 81.5384615385px !important;
  }

  h2 {
    font-size: 88.3333333333px !important;
  }
  h2 * {
    font-size: 88.3333333333px !important;
  }

  h3 {
    font-size: 63.3333333333px !important;
  }
  h3 * {
    font-size: 63.3333333333px !important;
  }

  h4 {
    font-size: 38.1818181818px !important;
  }
  h4 * {
    font-size: 38.1818181818px !important;
  }

  h5, h5 * {
    font-size: 909.0909090909px !important;
  }

  h6, h6 * {
    font-size: 20px !important;
  }

  .fs-1 {
    font-size: 81.5384615385px !important;
  }
  .fs-1 * {
    font-size: 81.5384615385px !important;
  }

  .fs-2 {
    font-size: 88.3333333333px !important;
  }
  .fs-2 * {
    font-size: 88.3333333333px !important;
  }

  .fs-3 {
    font-size: 63.3333333333px !important;
  }
  .fs-3 * {
    font-size: 63.3333333333px !important;
  }

  .fs-4 {
    font-size: 38.1818181818px !important;
  }
  .fs-4 * {
    font-size: 38.1818181818px !important;
  }

  .fs-5, .fs-5 * {
    font-size: 909.0909090909px !important;
  }

  .fs-6, .fs-6 * {
    font-size: 20px !important;
  }

  .mt {
    margin-top: 125px;
  }

  .mt-2 {
    margin-top: 62.5px;
  }

  .mt-3 {
    margin-top: 41.6666666667px;
  }

  .mt-4 {
    margin-top: 31.25px;
  }

  .mb {
    margin-bottom: 125px;
  }

  .mb-2 {
    margin-bottom: 62.5px;
  }

  .mb-3 {
    margin-bottom: 41.6666666667px;
  }

  .mb-4 {
    margin-bottom: 31.25px;
  }

  .pt {
    padding-top: 125px;
  }

  .pb {
    padding-bottom: 125px;
  }

  .pt-2 {
    padding-top: 62.5px;
  }

  .pb-2 {
    padding-bottom: 62.5px;
  }

  .pt-4 {
    padding-top: 31.25px;
  }

  .pb-4 {
    padding-bottom: 31.25px;
  }
}
@media (max-width: 1080px) {
  .fs-0, .fs-0 *, p, p *, .button, button, .textblock li {
    font-size: 20px !important;
  }

  h1 {
    font-size: 73.1034482759px !important;
  }
  h1 * {
    font-size: 73.1034482759px !important;
  }

  h2 {
    font-size: 81.5384615385px !important;
  }
  h2 * {
    font-size: 81.5384615385px !important;
  }

  h3 {
    font-size: 58.4615384615px !important;
  }
  h3 * {
    font-size: 58.4615384615px !important;
  }

  h4 {
    font-size: 36.5217391304px !important;
  }
  h4 * {
    font-size: 36.5217391304px !important;
  }

  h5, h5 * {
    font-size: 869.5652173913px !important;
  }

  h6, h6 * {
    font-size: 20px !important;
  }

  .fs-1 {
    font-size: 73.1034482759px !important;
  }
  .fs-1 * {
    font-size: 73.1034482759px !important;
  }

  .fs-2 {
    font-size: 81.5384615385px !important;
  }
  .fs-2 * {
    font-size: 81.5384615385px !important;
  }

  .fs-3 {
    font-size: 58.4615384615px !important;
  }
  .fs-3 * {
    font-size: 58.4615384615px !important;
  }

  .fs-4 {
    font-size: 36.5217391304px !important;
  }
  .fs-4 * {
    font-size: 36.5217391304px !important;
  }

  .fs-5, .fs-5 * {
    font-size: 869.5652173913px !important;
  }

  .fs-6, .fs-6 * {
    font-size: 20px !important;
  }

  .mt {
    margin-top: 107.1428571429px;
  }

  .mt-2 {
    margin-top: 53.5714285714px;
  }

  .mt-3 {
    margin-top: 35.7142857143px;
  }

  .mt-4 {
    margin-top: 26.7857142857px;
  }

  .mb {
    margin-bottom: 107.1428571429px;
  }

  .mb-2 {
    margin-bottom: 53.5714285714px;
  }

  .mb-3 {
    margin-bottom: 35.7142857143px;
  }

  .mb-4 {
    margin-bottom: 26.7857142857px;
  }

  .pt {
    padding-top: 107.1428571429px;
  }

  .pb {
    padding-bottom: 107.1428571429px;
  }

  .pt-2 {
    padding-top: 53.5714285714px;
  }

  .pb-2 {
    padding-bottom: 53.5714285714px;
  }

  .pt-4 {
    padding-top: 26.7857142857px;
  }

  .pb-4 {
    padding-bottom: 26.7857142857px;
  }
}
@media (max-width: 640px) {
  .fs-0, .fs-0 *, p, p *, .button, button, .textblock li {
    font-size: 20px !important;
  }

  h1 {
    font-size: 73.1034482759px !important;
  }
  h1 * {
    font-size: 73.1034482759px !important;
  }

  h2 {
    font-size: 70.6666666667px !important;
  }
  h2 * {
    font-size: 70.6666666667px !important;
  }

  h3 {
    font-size: 54.2857142857px !important;
  }
  h3 * {
    font-size: 54.2857142857px !important;
  }

  h4 {
    font-size: 35px !important;
  }
  h4 * {
    font-size: 35px !important;
  }

  h5, h5 * {
    font-size: 869.5652173913px !important;
  }

  h6, h6 * {
    font-size: 20px !important;
  }

  .fs-1 {
    font-size: 73.1034482759px !important;
  }
  .fs-1 * {
    font-size: 73.1034482759px !important;
  }

  .fs-2 {
    font-size: 70.6666666667px !important;
  }
  .fs-2 * {
    font-size: 70.6666666667px !important;
  }

  .fs-3 {
    font-size: 54.2857142857px !important;
  }
  .fs-3 * {
    font-size: 54.2857142857px !important;
  }

  .fs-4 {
    font-size: 35px !important;
  }
  .fs-4 * {
    font-size: 35px !important;
  }

  .fs-5, .fs-5 * {
    font-size: 869.5652173913px !important;
  }

  .fs-6, .fs-6 * {
    font-size: 20px !important;
  }

  .mt {
    margin-top: 93.75px;
  }

  .mt-2 {
    margin-top: 46.875px;
  }

  .mt-3 {
    margin-top: 31.25px;
  }

  .mt-4 {
    margin-top: 23.4375px;
  }

  .mb {
    margin-bottom: 93.75px;
  }

  .mb-2 {
    margin-bottom: 46.875px;
  }

  .mb-3 {
    margin-bottom: 31.25px;
  }

  .mb-4 {
    margin-bottom: 23.4375px;
  }

  .pt {
    padding-top: 93.75px;
  }

  .pb {
    padding-bottom: 93.75px;
  }

  .pt-2 {
    padding-top: 46.875px;
  }

  .pb-2 {
    padding-bottom: 46.875px;
  }

  .pt-4 {
    padding-top: 23.4375px;
  }

  .pb-4 {
    padding-bottom: 23.4375px;
  }
}
@media (max-width: 428px) {
  .fs-0, .fs-0 *, p, p *, .button, button, .textblock li {
    font-size: 18.1818181818px !important;
  }

  h1 {
    font-size: 53px !important;
  }
  h1 * {
    font-size: 53px !important;
  }

  h2 {
    font-size: 53px !important;
  }
  h2 * {
    font-size: 53px !important;
  }

  h3 {
    font-size: 38px !important;
  }
  h3 * {
    font-size: 38px !important;
  }

  h4 {
    font-size: 33.6px !important;
  }
  h4 * {
    font-size: 33.6px !important;
  }

  h5, h5 * {
    font-size: 869.5652173913px !important;
  }

  h6, h6 * {
    font-size: 20px !important;
  }

  .fs-1 {
    font-size: 53px !important;
  }
  .fs-1 * {
    font-size: 53px !important;
  }

  .fs-2 {
    font-size: 53px !important;
  }
  .fs-2 * {
    font-size: 53px !important;
  }

  .fs-3 {
    font-size: 38px !important;
  }
  .fs-3 * {
    font-size: 38px !important;
  }

  .fs-4 {
    font-size: 33.6px !important;
  }
  .fs-4 * {
    font-size: 33.6px !important;
  }

  .fs-5, .fs-5 * {
    font-size: 869.5652173913px !important;
  }

  .fs-6, .fs-6 * {
    font-size: 20px !important;
  }

  .mt {
    margin-top: 83.3333333333px;
  }

  .mt-2 {
    margin-top: 41.6666666667px;
  }

  .mt-3 {
    margin-top: 27.7777777778px;
  }

  .mt-4 {
    margin-top: 20.8333333333px;
  }

  .mb {
    margin-bottom: 83.3333333333px;
  }

  .mb-2 {
    margin-bottom: 41.6666666667px;
  }

  .mb-3 {
    margin-bottom: 27.7777777778px;
  }

  .mb-4 {
    margin-bottom: 20.8333333333px;
  }

  .pt {
    padding-top: 83.3333333333px;
  }

  .pb {
    padding-bottom: 83.3333333333px;
  }

  .pt-2 {
    padding-top: 41.6666666667px;
  }

  .pb-2 {
    padding-bottom: 41.6666666667px;
  }

  .pt-4 {
    padding-top: 20.8333333333px;
  }

  .pb-4 {
    padding-bottom: 20.8333333333px;
  }
}
