@font-face {
  font-family: "boldiveconor";
  src: url("../fonts/boldiveconor-webfont.woff");
}
@font-face {
  font-family: "IVECO-Energy";
  src: url("../fonts/iveco-energy.woff") format("woff");
}
@font-face {
  font-family: "gillsans";
  src: url("../fonts/gillsans.woff");
}
/* Webfont: Gill Sans semibold */
@font-face {
  font-family: "gillsans";
  src: url("../fonts/GillSans-SemiBold.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/GillSans-SemiBold.woff") format("woff");
  /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gill Sans light */
@font-face {
  font-family: "gillsans";
  src: url("../fonts/GillSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Gill Sans bold */
@font-face {
  font-family: "gillsans";
  src: url("../fonts/gillsans_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ### */
/* BREAKPOINTS */
/* ### */
/* ### */
/* ### */
.brick_cars.detail .contact .car-inquiry .success-message {
  padding: 16px;
  background: #e6f6e6;
  color: #1f6f1f;
  border: 1px solid #1f6f1f;
  margin-bottom: 16px;
}
.brick_cars.detail .contact .car-inquiry .error-message {
  padding: 16px;
  background: #fdecec;
  color: #a32020;
  border: 1px solid #a32020;
  margin-bottom: 16px;
}
.brick_cars.detail .contact .car-inquiry .captchaLabel {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.brick_cars.detail .contact .car-inquiry .captchaLabel img {
  display: block;
  min-width: 130px;
  max-height: 62px;
  background: #f1f1f1;
}
/*# sourceMappingURL=portal.css.map */