:root {
  --font-size: 15px;
}

@media only screen and (min-width: 2561px) {
  :root {
    --font-size: 25px;
  }
}
html {
  font-size: var(--font-size);
}

@media only screen and (min-width: 361px) and (max-width: 400px) {
  :root {
    --font-size: 14.61px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 480px) {
  :root {
    --font-size: 15.46px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 540px) {
  :root {
    --font-size: 16.09px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 600px) {
  :root {
    --font-size: 16.73px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 720px) {
  :root {
    --font-size: 18px;
  }
}
@media only screen and (min-width: 721px) and (max-width: 768px) {
  :root {
    --font-size: 17.56px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 800px) {
  :root {
    --font-size: 17.86px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
  :root {
    --font-size: 18.82px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 960px) {
  :root {
    --font-size: 19.39px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  :root {
    --font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  :root {
    --font-size: 15.89px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  :root {
    --font-size: 16.45px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  :root {
    --font-size: 16.92px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  :root {
    --font-size: 17.95px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  :root {
    --font-size: 20px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2048px) {
  :root {
    --font-size: 20.82px;
  }
}
@media only screen and (min-width: 2049px) and (max-width: 2560px) {
  :root {
    --font-size: 24.11px;
  }
}
:root {
  --color-primary: #000;
  --color-secondary: #00a597;
  --color-link: #00a597;
  --color-bg: #f4f4f4;
  --color-check: #dd0000;
  --color-error: #dd0000;
  --color-light-gray: #eaeaea;
  --color-gray: #757575;
  --color-dark-gray: #444;
  --color-light-text: var(--color-dark-gray);
  --color-extralight-text: var(--color-gray);
  --outline-focus-color: #005fcc;
  --color-backdrop: var(--color-primary);
}

:root {
  --box-shadow: 0px 0.7rem 0.7rem rgba(0, 0, 0, 0.3);
  --box-radius: 0;
}

.layout {
  --font-family: "Arial";
  --font-color: #000;
  --font-size: 0.8rem;
  --font-line-height: 1.5;
  --font-weight: 400;
  --strong-font-weight: 500;
  --bold-font-weight: 600;
  --layout-header-bg: #FFF;
  --layout-header-text-color: #1b1d26;
  --layout-header-height: 5rem;
  --layout-breadcrumbs-bg: #1b1d26;
  --layout-breadcrumbs-text-color: #fff;
  --btn-border-radius: var(--box-radius);
  --btn-font-weight: 500;
  --btn-font-size: 0.9rem;
  --btn-text-transform: none;
  --form-control-border-radius: 5px;
  --form-control-border-color: #cecece;
  --form-control-border-color_hover: #a9a9a9;
  --form-control-border-color_focus: #595959;
  --form-control-font-weight: 400;
  --form-control-font-size: 0.9rem;
  --form-control-padding-x: 1.5em;
  --site-margin: 1rem;
  --site-margins: calc(var(--site-margin) * 2);
  --container-width: min(var(--container), 100% - (2 * var(--site-margin)));
  --h1-font-size: 2.1rem;
  --h2-font-size: 1.6rem;
  --h3-font-size: 1.3rem;
}
@media (max-width: 720px) {
  .layout {
    --container: 100%;
    --site-margin: 1rem;
    --layout-header-height: 4rem;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .layout {
    --container: 100%;
    --site-margin: 2rem;
  }
}
@media (min-width: 1025px) {
  .layout {
    --container: 60rem;
  }
}

.site__content {
  --o-bx-height: 9.5rem;
  --o-bx-inner-padding: 1rem;
  --o-bx-gap: 7px;
  --obx-image-ratio: 16/9;
}
@media (max-width: 720px) {
  .site__content {
    --o-bx-height: auto;
  }
}
@media (max-width: 540px) {
  .site__content {
    --o-bx-gap: 15px;
  }
}

@font-face {
  font-family: "ToyotaType";
  src: url("../fonts/ToyotaType/ToyotaType-400-GKBXXGf.woff2") format("woff2"), url("../fonts/ToyotaType/ToyotaType-400-VqrCWs6.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ToyotaType";
  src: url("../fonts/ToyotaType/ToyotaType-500-jQnlTm1.woff2") format("woff2"), url("../fonts/ToyotaType/ToyotaType-500-Lhd5vQz.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ToyotaType";
  src: url("../fonts/ToyotaType/ToyotaType-600--p2Mgzw.woff2") format("woff2"), url("../fonts/ToyotaType/ToyotaType-600-qT3FOpU.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IconsWeb";
  src: url("../fonts/IconsWeb/IconsWeb-mcTwHOX.woff2") format("woff2"), url("../fonts/IconsWeb/IconsWeb-SktnOTR.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary: #ea002a;
  --color-secondary: #1b1d26;
  --color-link: #ea002a;
  --color-light-text: #46464e;
  --color-extralight-text: #6e6e74;
  --color-backdrop: rgba(27, 29, 38, 0.975);
  --color-hybrid: #017ea7;
  --color-electric: #00852f;
  --color-kinto: #00708d;
}

:root {
  --box-shadow: 0px 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  --box-radius: 5px;
}

.layout {
  --layout-header-logo: 0.35;
  --font-color: #282830;
  --font-family: "ToyotaType";
  --btn-text-transform: translateY(-0.1em);
  --layout-breadcrumbs-bg: var(var(--color-secondary));
  --form-control-border-color: #bbb;
  --form-control-border-color_hover: #a6aabb;
  --form-control-border-color_focus: #1e2235;
}
.layout .btn--primary {
  --btn-text-color: #FFF;
  --btn-bg-color: #ea002a;
  --btn-border-width: 0px;
  --btn-border-style: solid;
  --btn-border-color: transparent;
}
.layout .btn--primary:hover {
  --btn-bg-color: #ff0d39;
}
.layout .btn--primary:active {
  --btn-bg-color: #d60027;
}
.layout .btn--secondary {
  --btn-text-color: #FFF;
  --btn-bg-color: #1b1d26;
  --btn-border-width: 0px;
  --btn-border-style: solid;
  --btn-border-color: transparent;
}
.layout .btn--secondary:hover {
  --btn-bg-color: #2a2d39;
}
.layout .btn--secondary:active {
  --btn-bg-color: #0d0e12;
}
.layout .btn--hybrid {
  --btn-text-color: #FFF;
  --btn-bg-color: #00a6dc;
  --btn-border-width: 0px;
  --btn-border-style: solid;
  --btn-border-color: transparent;
}
.layout .btn--hybrid:hover {
  --btn-bg-color: #06b4ee;
}
.layout .btn--hybrid:active {
  --btn-bg-color: #0094c6;
}
.layout .btn--white {
  --btn-text-color: #1b1d26;
  --btn-bg-color: #FFF;
  --btn-border-width: 0px;
  --btn-border-style: solid;
  --btn-border-color: transparent;
}
.layout .btn--white:hover {
  --btn-text-color: #FFF;
  --btn-bg-color: #ea002a;
}
.layout .btn--white:active {
  --btn-text-color: #FFF;
  --btn-bg-color: #ff0d39;
}
.layout .color-hybrid {
  color: var(--color-hybrid) !important;
}
.layout .color-kinto {
  color: var(--color-kinto) !important;
}
.layout .color-electric {
  color: var(--color-electric) !important;
}
.layout .btn--link:hover span:after,
.layout .btn--link:hover strong:after {
  background-color: #2a2d39;
  width: 100%;
}
.layout .btn--link:hover i {
  color: #ff0d39;
}
.layout .tag {
  padding-bottom: 1px;
}
.layout .tag--kinto {
  color: #FFF;
  background: var(--color-kinto);
}

*,
::after,
::before {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
  color: var(--font-color);
}

img {
  max-inline-size: 100%;
  block-size: auto;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table {
  border-collapse: collapse;
}
table th {
  text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.hnpt {
  display: none !important;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden],
.hidden {
  display: none !important;
}

.sr-only {
  position: absolute !important;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only:not(.sr-only-focusable:focus):not(.sr-only-focusable:active) {
  width: 1px;
  height: 1px;
  margin: -1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: fixed !important;
  overflow: visible;
  clip: auto;
  white-space: normal;
  z-index: 100;
}

a:focus-visible,
button:focus-visible,
input:not(.form-control):focus-visible,
*[tabindex="0"]:focus-visible {
  outline: 2px solid var(--outline-focus-color);
  outline-offset: 2px;
  transition-delay: unset !important;
}

.layout {
  height: auto;
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  top: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--color-bg);
}
.layout.menu-open {
  overflow: hidden;
}

.container,
[class$=__container] {
  width: var(--container-width);
  margin-inline: auto;
}

.site__content {
  flex: 1;
}

@media (max-width: 720px) {
  .show-on--desktop {
    display: none !important;
  }
}
@media (min-width: 721px) and (max-width: 1024px) {
  .show-on--desktop {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .show-on--mobile {
    display: none !important;
  }
}

/*# sourceMappingURL=core.output.css.map */
