@charset "UTF-8";
/**
* @author Ateigh Diseño Web SL
* @file 
*
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 * @file
 * Variables for Custom generic theme designed by ateigh.com
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * colors for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Functions
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Mixins
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Typografy and texts styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/*------------------------------ Font Families ----------------------------*/
/* @import url("https://fonts.googleapis.com/css?family=Istok+Web:300,300i,400,400i,500,500i,700,700i&display=swap");
$font-main: "Istok Web",
sans-serif !default;
$font-secondary: $font-main; */
@font-face {
  font-family: "Toyota-Type-Light";
  src: url("../fonts/ToyotaTypeLight.ttf");
}
@font-face {
  font-family: "Toyota-Type-Regular";
  src: url("../fonts/ToyotaTypeRegular.ttf");
}
@font-face {
  font-family: "Toyota-Type-Semibold";
  src: url("../fonts/ToyotaTypeSemibold.ttf");
}
@font-face {
  font-family: "Toyota-Type-Bold";
  src: url("../fonts/ToyotaTypeBold.ttf");
}
@font-face {
  font-family: Nobel Bold;
  src: url("../fonts/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-2.eot");
  src: url("../fonts/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-2.eot?") format("embedded-opentype"), url("../fonts/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-3.woff") format("woff"), url("../fonts/07eeec5d-a3d9-4e4f-bc26-78922c0653ed-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Nobel Light;
  src: url("../fonts/c55a118e-6fa9-42c5-9494-fc0670357280-2.eot");
  src: url("../fonts/c55a118e-6fa9-42c5-9494-fc0670357280-2.eot?") format("embedded-opentype"), url("../fonts/c55a118e-6fa9-42c5-9494-fc0670357280-3.woff") format("woff"), url("../fonts/c55a118e-6fa9-42c5-9494-fc0670357280-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Nobel;
  src: url("../fonts/3b19107b-3d9d-4558-9660-ef3776064b11-2.eot");
  src: url("../fonts/3b19107b-3d9d-4558-9660-ef3776064b11-2.eot?") format("embedded-opentype"), url("../fonts/3b19107b-3d9d-4558-9660-ef3776064b11-3.woff") format("woff"), url("../fonts/3b19107b-3d9d-4558-9660-ef3776064b11-1.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*-------------------------------- Variables ------------------------------*/
/*-------------------------------- Basic Styles ------------------------------*/
html {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

body {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #202020;
  background: #ffffff;
}

/*-------------------------------- Headings & Titles ------------------------------*/
h1,
.title-xxl {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 3rem;
  color: #202020;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h1,
.title-xxl {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 719px) {
  h1,
.title-xxl {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h2,
.title-xl,
fieldset > legend {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #202020;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h2,
.title-xl,
fieldset > legend {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 719px) {
  h2,
.title-xl,
fieldset > legend {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h2.with-border,
.title-xl.with-border,
fieldset > legend.with-border {
  font-size: 1.5rem;
  line-height: 2rem;
  border-bottom: 1px solid #282830;
  padding-bottom: 16px;
  margin-bottom: 32px;
}

h3,
.title-lg {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #202020;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h3,
.title-lg {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 719px) {
  h3,
.title-lg {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

h4,
.title-md {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #202020;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h4,
.title-md {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 719px) {
  h4,
.title-md {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

h5,
.title-sm {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #202020;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h5,
.title-sm {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 719px) {
  h5,
.title-sm {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

h6,
.title-xs {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #202020;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  h6,
.title-xs {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 719px) {
  h6,
.title-xs {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.subtitle-md {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #202020;
  margin-top: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .subtitle-md {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 719px) {
  .subtitle-md {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

.subtitle-sm {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #202020;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  .subtitle-sm {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 719px) {
  .subtitle-sm {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

p {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #202020;
  margin: 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 1199px) {
  p {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
@media only screen and (max-width: 719px) {
  p {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

p, ul, table, article, h2, h3, h4 {
  margin: 16px 0 0 0;
}

button, input, textarea, select, label {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 500;
  outline: none;
  font-size: 1rem;
  line-height: 1.5rem;
}

.path-lexus html {
  font-family: "Nobel Light", sans-serif;
}
.path-lexus body {
  font-family: "Nobel Light", sans-serif;
}
.path-lexus h1, .path-lexus h2, .path-lexus h3, .path-lexus h4 {
  font-family: "Nobel", Arial, sans-serif;
}
.path-lexus #content p, .path-lexus #content ul, .path-lexus .mfp-content p, .path-lexus .mfp-content ul {
  font-family: "Nobel Light", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.path-lexus #content a, .path-lexus .mfp-content a {
  font-family: "Nobel Light", sans-serif;
  font-weight: 700;
}
.path-lexus #content a.btn.btn--secondary, .path-lexus #content a.btn.btn--primary, .path-lexus #content a.form-submit, .path-lexus .mfp-content a.btn.btn--secondary, .path-lexus .mfp-content a.btn.btn--primary, .path-lexus .mfp-content a.form-submit {
  font-size: 1.125rem !important;
}
.path-lexus #content .form-submit, .path-lexus .mfp-content .form-submit {
  font-size: 1.125rem !important;
}
.path-lexus #content .views-field-field-views-simple-math-field, .path-lexus .mfp-content .views-field-field-views-simple-math-field {
  font-weight: 700;
  margin-top: 4px;
}
.path-lexus button, .path-lexus input, .path-lexus textarea, .path-lexus select, .path-lexus label {
  font-family: "Nobel Light", sans-serif;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Icons styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/** Icomoon styles and fonts **/
@font-face {
  font-family: "drupeigh-icons";
  src: url("../fonts/drupeigh-icons.eot?qlmf88");
  src: url("../fonts/drupeigh-icons.eot?qlmf88#iefix") format("embedded-opentype"), url("../fonts/drupeigh-icons.ttf?qlmf88") format("truetype"), url("../fonts/drupeigh-icons.woff?qlmf88") format("woff"), url("../fonts/drupeigh-icons.svg?qlmf89#drupeigh-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], .icon, .field--type-entity-reference .form-item__add-another:after, .form--search__item--submit:before, .slick-slider .slick-next, .slick-slider .slick-prev, .breadcrumb ol li:before, .breadcrumb ol .breadcrumb__item:before, .breadcrumb ul li:before, .breadcrumb ul .breadcrumb__item:before, .messages:before, .accordion button[aria-expanded=false] .accordion__icon, .accordion button[aria-expanded=true] .accordion__icon, .video a:after, .tag a .tag__close:before, .form__item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before, .form-item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before, .tablesaw-nav-btn.right:before, .tablesaw-nav-btn.left:before, .form__item input[type=checkbox] + label::after, .form-item input[type=checkbox] + label::after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .ui-datepicker:after, .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "drupeigh-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add-file:before {
  content: "";
}

.icon-add-group:before {
  content: "";
}

.icon-add-image:before {
  content: "";
}

.icon-add-user:before {
  content: "";
}

.icon-add:before {
  content: "";
}

.icon-alert:before {
  content: "";
}

.icon-alert-circle:before {
  content: "";
}

.icon-alert-triangle:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-audio:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before, .slick-slider .slick-prev:before, .ui-datepicker .ui-datepicker-prev:before {
  content: "";
}

.icon-chevron-right:before, .slick-slider .slick-next:before, .ui-datepicker .ui-datepicker-next:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-group:before {
  content: "";
}

.icon-image:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-less:before, .accordion__icon:active:before, .accordion button[aria-expanded=true] .accordion__icon:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-more:before, .accordion button[aria-expanded=false] .accordion__icon:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-sort:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-alert-circle:before {
  content: "";
}

.icon-alert-triangle:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before, .slick-slider .slick-prev:before, .ui-datepicker .ui-datepicker-prev:before {
  content: "";
}

.icon-chevron-right:before, .slick-slider .slick-next:before, .ui-datepicker .ui-datepicker-next:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-copy:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-edit-3:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-help-circle:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-log-in:before {
  content: "";
}

.icon-log-out:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-map-pin:before {
  content: "";
}

.icon-more-horizontal:before {
  content: "";
}

.icon-more-vertical:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-send:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-share-2:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-trash-2:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-x-circle:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

/** Icomoon toyota styles and fonts **/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?qlmf88");
  src: url("../fonts/icomoon.eot?qlmf88#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qlmf88") format("truetype"), url("../fonts/icomoon.woff?qlmf88") format("woff"), url("../fonts/icomoon.svg?qlmf89#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "drupeigh-icons";
  src: url("../fonts/drupeigh-icons.eot?qlmf88");
  src: url("../fonts/drupeigh-icons.eot?qlmf88#iefix") format("embedded-opentype"), url("../fonts/drupeigh-icons.ttf?qlmf88") format("truetype"), url("../fonts/drupeigh-icons.woff?qlmf88") format("woff"), url("../fonts/drupeigh-icons.svg?qlmf89#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-toyota], [class*=" icon-toyota"], .icon-toyota, .video a:after, .tag a .tag__close:before, .form__item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before, .form-item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before, .tablesaw-nav-btn.right:before, .tablesaw-nav-btn.left:before, .form__item input[type=checkbox] + label::after, .form-item input[type=checkbox] + label::after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .ui-datepicker:after, .ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form__item--type-select label:after, .form-item .form-select label:after, .form-item.js-form-type-select label:after, .form__item--type-select label.element-invisible + [class*=date-]:after, .form-item .form-select label.element-invisible + [class*=date-]:after, .form-item.js-form-type-select label.element-invisible + [class*=date-]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "drupeigh-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add-file:before {
  content: "";
}

.icon-toyota-ic-bell:before {
  content: "";
}

.icon-toyota-ic-check-circle-fill:before {
  content: "";
}

.icon-toyota-ic-check:before {
  content: "";
}

.icon-toyota-ic-close-copy:before {
  content: "";
}

.icon-toyota-ic-download:before {
  content: "";
}

.icon-toyota-ic-edit:before {
  content: "";
}

.icon-toyota-ic-lexus:before {
  content: "";
}

.icon-toyota-ic-logout:before {
  content: "";
}

.icon-toyota-ic-minus-circle:before {
  content: "";
}

.icon-toyota-ic-minus:before {
  content: "";
}

.icon-toyota-ic-place:before {
  content: "";
}

.icon-toyota-ic-plus-circle:before {
  content: "";
}

.icon-toyota-ic-plus:before {
  content: "";
}

.icon-toyota-ic-price-tag:before {
  content: "";
}

.icon-toyota-ic-remove:before {
  content: "";
}

.icon-toyota-ic-tools:before {
  content: "";
}

.icon-toyota-ic-toyota:before {
  content: "";
}

.icon-toyota-ic-user:before {
  content: "";
}

icon-toyota-ic-wheel:before {
  content: "";
}

/* ------------------------------- ateigh.com ------------------------------- 
 * @file
 * Helpers with class and placeholders for Custom generic theme designed by ateigh.com
 * ------------------------------- ateigh.com -------------------------------
 */
.form__item--textarea .help-text, .form__item .help-text, .form-item .help-text {
  font-size: 1.125rem;
  color: #202020;
  margin-top: 4px;
}
.form__item--textarea .help-text:invalid, .form__item .help-text:invalid, .form-item .help-text:invalid {
  color: #EF2B2B;
}

.sombra, fieldset .fieldset-wrapper {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 24px 0 rgba(112, 144, 176, 0.32);
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * base & general styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.hidden, .hidden-desktop {
  display: none;
}

@media only screen and (max-width: 719px) {
  .hidden-mobile {
    display: none;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

pre {
  white-space: pre-wrap;
  margin: 1rem 0;
}

a::selection {
  background: rgba(32, 32, 32, 0.2);
}

:not(a)::selection {
  background: rgba(32, 32, 32, 0.8);
}

p:empty {
  margin: 0;
  padding: 0;
}

.text-center {
  text-align: center;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Accordions styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.accordion {
  margin: 0;
  padding: 0;
}
.accordion button {
  background: none;
  border: 0;
  color: #282830;
  cursor: pointer;
  padding-left: 16px;
  display: inline-block;
  width: 100%;
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.125rem;
}
.accordion button .accordion__icon {
  margin-right: 8px;
}
.accordion button:hover {
  color: #202020;
}
.accordion button:active {
  color: black;
}
.accordion button:active + div {
  border-color: black;
}
.accordion h3 {
  font-weight: 500;
  color: #282830;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-bottom: 12px;
  padding-top: 12px;
}
.accordion h3 + h3 {
  margin-top: 40px;
}
.accordion h3:hover + .accordion__panel {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-color: #202020;
}
.accordion h3:hover + div {
  border-color: #202020;
}
.accordion h3:active + div {
  border-color: #202020;
}
.accordion.focus {
  border: 0;
  outline: none;
}
.accordion button ::-moz-focus-inner {
  border: 0;
}
.accordion__title {
  display: block;
  pointer-events: none;
  outline: none;
}
.accordion__panel {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #282830;
  transition: all 0.2s ease-in-out;
}
.accordion .border-hover .accordion__panel {
  border-color: #202020;
}
.accordion .border-hover .accordion__panel:active, .accordion .border-hover .accordion__panel:focus {
  border-color: black;
}
.accordion .border-hover:active .accordion__panel {
  border-color: black;
}
.accordion .border-click .accordion__panel {
  border-color: black;
}
.accordion__content {
  padding: 0 32px 12px 40px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.accordion__content[aria-hidden=true] {
  display: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Alerts styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.messages {
  border: 1px solid;
  padding: 8px 16px 8px 32px;
  margin: 0 0 40px 0;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.25rem;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.messages a {
  line-height: 1.25rem;
}
.messages:before {
  color: #ffffff;
  position: relative;
  left: -24px;
  z-index: 2;
  position: absolute;
  left: 8px;
  top: 8px;
}
.messages:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  width: 32px;
  height: 100%;
}
.messages--error, .messages.state--3 {
  background-color: #fde9e9;
  color: #EF2B2B;
  position: relative;
}
.messages--error:before, .messages.state--3:before {
  content: "";
}
.messages--error:after, .messages.state--3:after {
  background: #EF2B2B;
}
.messages--status, .messages.state--5 {
  background-color: #9ee3da;
  color: #298C7F;
  position: relative;
}
.messages--status:before, .messages.state--5:before {
  content: "";
}
.messages--status:after, .messages.state--5:after {
  background: #298C7F;
}
.messages--warning, .messages.state--4 {
  background-color: #f7c97a;
  color: #EF2B2B;
  position: relative;
}
.messages--warning:before, .messages.state--4:before {
  content: "";
}
.messages--warning:after, .messages.state--4:after {
  background: #EF2B2B;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Animations styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
@keyframes appear {
  from {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes nameX {}
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Accordions styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.article {
  margin: 0;
  padding: 0;
  max-width: 420px;
  min-height: 240px;
}
.article figure {
  margin: 0;
}
.article h3, .article h2, .article__title {
  font-weight: 700;
  color: #282830;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-bottom: 12px;
  padding-top: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article h3 + p, .article h2 + p, .article__title + p {
  padding-top: 0;
}
.article a {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  text-decoration: none;
  color: #282830;
}
.article a .article__date {
  font-weight: 400;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article a:hover h3, .article a:hover h2, .article a:hover .article__title {
  color: #202020;
}
.article a:hover .article__date {
  text-decoration: none;
  color: #202020;
}
.article img {
  display: block;
}
.article__date {
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
}
.article__date + h3, .article__date + h2, .article__date + .article__date--title {
  padding-top: 0;
}
.article__date:hover {
  color: #282830;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Avatars styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.avatar {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2rem;
  font-size: 1.5rem;
  text-align: center;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 16px 16px 16px 0;
}
.avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.avatar__letter {
  background: #282830;
  color: #ffffff;
  line-height: 2.5rem;
  font-size: 1.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.avatar__letter--reverse {
  background: #ffffff;
  color: #282830;
}
.avatar--big {
  width: 3rem;
  height: 3rem;
}
.avatar--big .avatar__letter {
  line-height: 3rem;
  font-size: 2rem;
}
.avatar--small {
  width: 2rem;
  height: 2rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  margin: 8px 8px 8px 0;
}
.avatar--small .avatar__letter {
  line-height: 2rem;
  font-size: 1rem;
}
.avatar__fullname {
  color: #282830;
  font-size: 1.125rem;
  display: inline;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Breadcrumbs styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.breadcrumb {
  display: none;
  margin: 16px 0 16px 0;
  padding: 0;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 500;
}
.breadcrumb ol, .breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb ol li, .breadcrumb ol .breadcrumb__item, .breadcrumb ul li, .breadcrumb ul .breadcrumb__item {
  font-size: 0.75rem;
  color: #202020;
  display: inline;
  position: relative;
  line-height: 1.25rem;
}
.breadcrumb ol li a, .breadcrumb ol .breadcrumb__item a, .breadcrumb ul li a, .breadcrumb ul .breadcrumb__item a {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 500;
}
.breadcrumb ol li:before, .breadcrumb ol .breadcrumb__item:before, .breadcrumb ul li:before, .breadcrumb ul .breadcrumb__item:before {
  top: -2px;
  left: 6px;
  content: "";
}
.breadcrumb ol li:first-child, .breadcrumb ol .breadcrumb__item:first-child, .breadcrumb ul li:first-child, .breadcrumb ul .breadcrumb__item:first-child {
  font-weight: 500;
}
.breadcrumb ol li:first-child:before, .breadcrumb ol .breadcrumb__item:first-child:before, .breadcrumb ul li:first-child:before, .breadcrumb ul .breadcrumb__item:first-child:before {
  content: none;
}
.breadcrumb ol li:not(:first-child) a, .breadcrumb ol .breadcrumb__item:not(:first-child) a, .breadcrumb ul li:not(:first-child) a, .breadcrumb ul .breadcrumb__item:not(:first-child) a {
  font-weight: 400;
}
.breadcrumb ol li:last-child, .breadcrumb ol .breadcrumb__item:last-child, .breadcrumb ul li:last-child, .breadcrumb ul .breadcrumb__item:last-child {
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  .breadcrumb {
    margin: 8px 0 8px 0;
  }
  .breadcrumb ok li, .breadcrumb ul li {
    line-height: 1rem;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Buttons styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.btn, .form-submit {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5rem;
  padding: 12px 32px;
  margin: 16px 24px 16px 0;
  border: solid 0;
  border-radius: 24px;
  min-width: 10rem;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.btn--primary, .form-submit {
  background: #282830;
  border: 1px solid #282830;
  color: #ffffff;
}
.btn--primary:hover, .form-submit:hover {
  background: #fff !important;
  color: #282830;
  border-color: #282830 !important;
}
.btn--primary:active, .form-submit:active {
  background: transparent !important;
  color: #282830;
}
.btn--primary:disabled, .form-submit:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: auto;
}
.btn--primary:disabled:hover, .form-submit:disabled:hover {
  background: #282830;
}
.btn--primary.placeholder, .placeholder.form-submit {
  color: #b3b3b3;
  font-weight: 500;
}
.btn--primary:-moz-placeholder, .form-submit:-moz-placeholder {
  color: #b3b3b3;
  font-weight: 500;
}
.btn--primary::-moz-placeholder, .form-submit::-moz-placeholder {
  color: #b3b3b3;
  font-weight: 500;
}
.btn--primary:-ms-input-placeholder, .form-submit:-ms-input-placeholder {
  color: #b3b3b3;
  font-weight: 500;
}
.btn--primary::-webkit-input-placeholder, .form-submit::-webkit-input-placeholder {
  color: #b3b3b3;
  font-weight: 500;
}
.btn--primary.btn--reverse, .btn--reverse.form-submit {
  border-color: #ffffff;
  background: #ffffff;
  color: #282830;
}
.btn--primary.btn--reverse:hover, .btn--reverse.form-submit:hover {
  color: #ffffff;
  border-color: #282830;
  background: #282830 !important;
}
.btn--secondary {
  background: transparent;
  color: #282830 !important;
  border: 2px solid #282830;
  padding: 12px 32px;
}
.btn--secondary:active {
  background: #282830;
  color: #ffffff !important;
}
.btn--secondary:hover {
  background: #282830;
  color: #ffffff !important;
}
.btn--secondary:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: auto;
}
.btn--secondary:disabled:hover {
  border-color: #282830;
  color: #282830;
}
.btn--secondary.placeholder {
  color: #b3b3b3;
  font-weight: 500;
}
.btn--secondary:-moz-placeholder {
  color: #b3b3b3;
  font-weight: 500;
}
.btn--secondary::-moz-placeholder {
  color: #b3b3b3;
  font-weight: 500;
}
.btn--secondary:-ms-input-placeholder {
  color: #b3b3b3;
  font-weight: 500;
}
.btn--secondary::-webkit-input-placeholder {
  color: #b3b3b3;
  font-weight: 500;
}
.btn--secondary.btn--reverse {
  border-color: #ffffff;
  color: #ffffff;
}
.btn--secondary.btn--reverse:hover {
  color: #202020;
  border-color: #202020;
}
.btn--text {
  text-align: left;
  background: transparent;
  color: #282830;
  outline: none;
  border: none;
  cursor: pointer;
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
}
.btn--text:hover {
  color: #202020;
}
.btn--text:active {
  color: black;
}
.btn--text.btn--reverse {
  color: #ffffff;
}
.btn--text.btn--reverse:hover {
  color: #202020;
}
.btn__icon {
  position: relative;
  top: 0rem;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-right: 4px;
}
.btn__icon--left {
  margin-right: 4px;
}
.btn__icon--right {
  margin-left: 4px;
  margin-right: 0;
}
.btn--icon, .tablesaw-nav-btn {
  background: none;
  color: #282830;
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
}
.btn--icon .btn__icon, .tablesaw-nav-btn .btn__icon {
  margin: 0;
  height: 24px;
  width: 24px;
  display: inline-block;
}
.btn--icon .btn__icon:before, .tablesaw-nav-btn .btn__icon:before {
  font-size: 1.5rem;
}
.btn--icon:hover, .tablesaw-nav-btn:hover {
  background: #202020;
}
.btn--icon:active, .tablesaw-nav-btn:active {
  background: black;
}
.btn--icon:disabled, .tablesaw-nav-btn:disabled {
  opacity: 0.3;
}
.btn--icon:disabled:hover, .tablesaw-nav-btn:disabled:hover {
  background: #282830;
}
.btn--icon.btn--reverse, .btn--reverse.tablesaw-nav-btn {
  background: #ffffff;
  color: #282830;
}
.btn--icon.btn--reverse:hover, .btn--reverse.tablesaw-nav-btn:hover {
  background: #202020;
  color: #ffffff;
}
.btn--icon span + span, .tablesaw-nav-btn span + span {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.btn--ghost {
  background: transparent;
  color: #282830;
}
.btn--ghost:hover {
  color: #202020;
}
.btn--ghost:active {
  color: black;
}
.btn--ghost:disabled {
  opacity: 0.3;
}
.btn--ghost:disabled:hover {
  background: #282830;
}
.btn--ghost.btn--reverse {
  color: #ffffff;
  background: none;
}
.btn--ghost.btn--reverse:hover {
  color: #202020;
}

[class*=path-lexus] .btn, [class*=path-lexus] .form-submit {
  border-radius: 0;
}
[class*=path-lexus] .btn--primary, [class*=path-lexus] .form-submit {
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
  color: #ffffff;
}
[class*=path-lexus] .btn--primary:hover, [class*=path-lexus] .form-submit:hover {
  background: transparent !important;
  color: #1A1A1A;
}
[class*=path-lexus] .btn--primary:active, [class*=path-lexus] .form-submit:active {
  background: transparent !important;
  color: #1A1A1A;
}
[class*=path-lexus] .btn--primary.btn--reverse, [class*=path-lexus] .btn--reverse.form-submit {
  border-color: #1A1A1A;
  background: #ffffff;
  color: #1A1A1A;
}
[class*=path-lexus] .btn--primary.btn--reverse:hover, [class*=path-lexus] .btn--reverse.form-submit:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent !important;
}
[class*=path-lexus] .btn--secondary {
  background: transparent;
  color: #1A1A1A !important;
  border: 2px solid #1A1A1A;
  padding: 12px 32px;
}
[class*=path-lexus] .btn--secondary:active {
  background: #1A1A1A;
  color: #ffffff !important;
}
[class*=path-lexus] .btn--secondary:hover {
  background: #1A1A1A;
  color: #ffffff !important;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Datepickers styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* Date Picker Default Styles */
.ui-datepicker {
  padding: 0;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  background: #b3b3b3;
}
.ui-datepicker * {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker table th {
  background: none;
}
.ui-datepicker table tr:hover {
  background: none;
}
.ui-datepicker .ui-datepicker-header {
  border: none;
  background: #282830;
  color: #ffffff;
  background: none;
  min-height: 70px;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: #202020;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ui-datepicker thead {
  background: none;
  color: #282830;
}
.ui-datepicker thead > tr {
  background: none;
}
.ui-datepicker .ui-datepicker-title {
  margin-top: 0.4em;
  margin-bottom: 0.3em;
  color: #ffffff;
  font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  height: 1em;
  top: 0.3em;
  border: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
  color: #202020;
  background: none;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background: none;
}
.ui-datepicker .ui-datepicker-next span :hover,
.ui-datepicker .ui-datepicker-prev span :hover {
  background: none;
}
.ui-datepicker th {
  padding: 8px 0;
  color: #282830;
  font-weight: 400;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  border: none;
  border-top: 0;
}
.ui-datepicker td {
  background: none;
  border: none;
  padding: 0;
}
.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 4px;
  margin: 0;
  font-weight: normal;
  color: #b3b3b3;
}
.ui-datepicker td .ui-state-hover {
  background: #202020;
  color: #ffffff;
  font-weight: 700;
}
.ui-datepicker td .ui-state-active, .ui-datepicker td .ui-state-highlight {
  background: #282830;
  color: #ffffff;
  font-weight: 700;
}
.ui-datepicker td:hover {
  background: none;
}
.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
  opacity: 1;
  color: #282830;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  min-width: 100px;
}
.ui-datepicker select.ui-datepicker-month {
  margin-right: 5px;
}
.ui-datepicker:after {
  content: "";
  position: absolute;
  top: 18px;
  font-size: 1.5rem;
  color: #282830;
  right: 140px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.ui-datepicker .ui-datepicker-next {
  top: 0.7em;
  right: -5px;
}
.ui-datepicker .ui-datepicker-prev {
  top: 0.7em;
  left: -5px;
}
.ui-datepicker select.ui-datepicker-month {
  top: 48px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  background: none;
  border: 0;
  top: 38px;
  min-width: auto;
  width: auto;
  padding: 0;
  text-align-last: center;
  pointer-events: none;
}
.ui-datepicker select.ui-datepicker-year {
  position: absolute;
  width: 100%;
  margin: 0;
  text-align-last: center;
  top: 0;
  left: 0;
  background: #282830;
  color: #ffffff;
  border: 0;
  text-align-last: center;
  padding: 0;
}
.ui-datepicker select.ui-datepicker-year:hover {
  background: #202020;
  color: #ffffff;
}
.ui-datepicker select.ui-datepicker-year:hover:active {
  background: black;
}
.ui-datepicker select.ui-datepicker-year:hover option {
  background-color: #ffffff;
  color: #282830;
}
.ui-datepicker span.ui-datepicker-year {
  background-color: #282830;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  padding-top: 8px;
}
.ui-datepicker:after {
  top: 28px;
  right: 140px;
  content: none;
}
.ui-datepicker:before {
  top: 28px;
  content: none;
}
.ui-datepicker .ui-datepicker-next {
  top: 2em;
  color: #282830;
}
.ui-datepicker .ui-datepicker-prev {
  top: 2em;
  left: -5px;
  color: #282830;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Dividers styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
hr {
  clear: both;
  border: 0;
  margin: 0;
  padding: 0;
  background: #282830;
  height: 4px;
  width: 100%;
  height: 1px;
  margin: 24px 0 32px 0;
}

[class*=path-lexus] hr {
  background: #282828;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Dropdowns styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.form__item--type-select label:after, .form-item .form-select label:after, .form-item.js-form-type-select label:after, .form__item--type-select label.element-invisible + [class*=date-]:after, .form-item .form-select label.element-invisible + [class*=date-]:after, .form-item.js-form-type-select label.element-invisible + [class*=date-]:after {
  content: "";
  position: absolute;
  top: 32px;
  font-size: 1.5rem;
  color: #282830;
  right: 4px;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: none;
}

.hamb .nav-toggle {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  margin: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.hamb .nav-toggle:hover {
  border-bottom: none;
}
.hamb .nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.hamb .nav-toggle.open span {
  background: #282830;
}
.hamb .nav-toggle span:nth-child(1) {
  top: 0px;
  width: 24px;
}
.hamb .nav-toggle span:nth-child(2), .hamb .nav-toggle span:nth-child(3) {
  top: 8px;
  width: 18px;
}
.hamb .nav-toggle span:nth-child(4) {
  top: 16px;
  width: 24px;
}
.hamb .nav-toggle.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}
.hamb .nav-toggle.open span:nth-child(2) {
  width: 24px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamb .nav-toggle.open span:nth-child(3) {
  width: 24px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamb .nav-toggle.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

.form__item--type-select, .form-item .form-select, .form-item.js-form-type-select {
  position: relative;
  width: 240px;
  /* Transition */
}
.form__item--type-select label, .form-item .form-select label, .form-item.js-form-type-select label {
  position: relative;
  z-index: 1;
  margin: 0;
}
.form__item--type-select label.element-invisible + [class*=date-]:after, .form-item .form-select label.element-invisible + [class*=date-]:after, .form-item.js-form-type-select label.element-invisible + [class*=date-]:after {
  top: 8px;
}
.form__item--type-select:hover, .form-item .form-select:hover, .form-item.js-form-type-select:hover {
  border-color: #202020;
}
.form__item--type-select:hover:after, .form-item .form-select:hover:after, .form-item.js-form-type-select:hover:after {
  color: #202020;
}
.form__item--type-select .help-text, .form-item .form-select .help-text, .form-item.js-form-type-select .help-text {
  padding-top: 4px;
  font-size: 0.875rem;
}
.form-item select.form-select, .ui-datepicker select, .form__item--type-select select, .form-item .form-select select, .form-item.js-form-type-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  outline: 0;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  width: 240px;
  color: #282830;
  height: 40px;
  min-width: 240px;
  background: #ffffff;
  border: none;
  border: 1px solid #b3b3b3;
  padding: 4px 24px 4px 12px;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.form-item select.form-select:hover, .ui-datepicker select:hover, .form__item--type-select select:hover, .form-item .form-select select:hover, .form-item.js-form-type-select select:hover {
  border-color: #202020;
}
.form-item select.form-select::-ms-expand, .ui-datepicker select::-ms-expand, .form__item--type-select select::-ms-expand, .form-item .form-select select::-ms-expand, .form-item.js-form-type-select select::-ms-expand {
  display: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Inputs styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.form__item, .form-item {
  border: 0;
  margin-top: 1rem;
}
.form__item input[type=text], .form-item input[type=text], .form__item input[type=search], .form-item input[type=search], .form__item input[type=password], .form-item input[type=password], .form__item input[type=number], .form-item input[type=number], .form__item input[type=email], .form-item input[type=email], .form__item input[type=tel], .form-item input[type=tel], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel] {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #202020;
  height: 40px;
  min-width: 240px;
  outline: none;
  background: #ffffff;
  border: none;
  border: solid #b3b3b3 1px;
  padding: 8px 12px;
  box-sizing: border-box;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.form__item input[type=text]:focus, .form-item input[type=text]:focus, .form__item input[type=search]:focus, .form-item input[type=search]:focus, .form__item input[type=password]:focus, .form-item input[type=password]:focus, .form__item input[type=number]:focus, .form-item input[type=number]:focus, .form__item input[type=email]:focus, .form-item input[type=email]:focus, .form__item input[type=tel]:focus, .form-item input[type=tel]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]:focus, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:focus, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:focus {
  background: #ffffff;
}
.form__item input[type=text]:disabled, .form-item input[type=text]:disabled, .form__item input[type=search]:disabled, .form-item input[type=search]:disabled, .form__item input[type=password]:disabled, .form-item input[type=password]:disabled, .form__item input[type=number]:disabled, .form-item input[type=number]:disabled, .form__item input[type=email]:disabled, .form-item input[type=email]:disabled, .form__item input[type=tel]:disabled, .form-item input[type=tel]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]:disabled, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:disabled, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form__item input[type=text].placeholder, .form-item input[type=text].placeholder, .form__item input[type=search].placeholder, .form-item input[type=search].placeholder, .form__item input[type=password].placeholder, .form-item input[type=password].placeholder, .form__item input[type=number].placeholder, .form-item input[type=number].placeholder, .form__item input[type=email].placeholder, .form-item input[type=email].placeholder, .form__item input[type=tel].placeholder, .form-item input[type=tel].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email].placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel].placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel].placeholder {
  color: #b3b3b3;
  font-weight: 400;
}
.form__item input[type=text]:-moz-placeholder, .form-item input[type=text]:-moz-placeholder, .form__item input[type=search]:-moz-placeholder, .form-item input[type=search]:-moz-placeholder, .form__item input[type=password]:-moz-placeholder, .form-item input[type=password]:-moz-placeholder, .form__item input[type=number]:-moz-placeholder, .form-item input[type=number]:-moz-placeholder, .form__item input[type=email]:-moz-placeholder, .form-item input[type=email]:-moz-placeholder, .form__item input[type=tel]:-moz-placeholder, .form-item input[type=tel]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]:-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:-moz-placeholder {
  color: #b3b3b3;
  font-weight: 400;
}
.form__item input[type=text]::-moz-placeholder, .form-item input[type=text]::-moz-placeholder, .form__item input[type=search]::-moz-placeholder, .form-item input[type=search]::-moz-placeholder, .form__item input[type=password]::-moz-placeholder, .form-item input[type=password]::-moz-placeholder, .form__item input[type=number]::-moz-placeholder, .form-item input[type=number]::-moz-placeholder, .form__item input[type=email]::-moz-placeholder, .form-item input[type=email]::-moz-placeholder, .form__item input[type=tel]::-moz-placeholder, .form-item input[type=tel]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]::-moz-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]::-moz-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]::-moz-placeholder {
  color: #b3b3b3;
  font-weight: 400;
}
.form__item input[type=text]:-ms-input-placeholder, .form-item input[type=text]:-ms-input-placeholder, .form__item input[type=search]:-ms-input-placeholder, .form-item input[type=search]:-ms-input-placeholder, .form__item input[type=password]:-ms-input-placeholder, .form-item input[type=password]:-ms-input-placeholder, .form__item input[type=number]:-ms-input-placeholder, .form-item input[type=number]:-ms-input-placeholder, .form__item input[type=email]:-ms-input-placeholder, .form-item input[type=email]:-ms-input-placeholder, .form__item input[type=tel]:-ms-input-placeholder, .form-item input[type=tel]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]:-ms-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:-ms-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]:-ms-input-placeholder {
  color: #b3b3b3;
  font-weight: 400;
}
.form__item input[type=text]::-webkit-input-placeholder, .form-item input[type=text]::-webkit-input-placeholder, .form__item input[type=search]::-webkit-input-placeholder, .form-item input[type=search]::-webkit-input-placeholder, .form__item input[type=password]::-webkit-input-placeholder, .form-item input[type=password]::-webkit-input-placeholder, .form__item input[type=number]::-webkit-input-placeholder, .form-item input[type=number]::-webkit-input-placeholder, .form__item input[type=email]::-webkit-input-placeholder, .form-item input[type=email]::-webkit-input-placeholder, .form__item input[type=tel]::-webkit-input-placeholder, .form-item input[type=tel]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email]::-webkit-input-placeholder, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel]::-webkit-input-placeholder, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel]::-webkit-input-placeholder {
  color: #b3b3b3;
  font-weight: 400;
}
.form__item input[type=text].form__item__error, .form-item input[type=text].form__item__error, .form__item input[type=search].form__item__error, .form-item input[type=search].form__item__error, .form__item input[type=password].form__item__error, .form-item input[type=password].form__item__error, .form__item input[type=number].form__item__error, .form-item input[type=number].form__item__error, .form__item input[type=email].form__item__error, .form-item input[type=email].form__item__error, .form__item input[type=tel].form__item__error, .form-item input[type=tel].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email].form__item__error, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel].form__item__error, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel].form__item__error {
  border: none;
  border-bottom: solid #fde9e9 2px;
  background: #EF2B2B;
}
.form__item input[type=text].form__item__error + .help-text, .form-item input[type=text].form__item__error + .help-text, .form__item input[type=search].form__item__error + .help-text, .form-item input[type=search].form__item__error + .help-text, .form__item input[type=password].form__item__error + .help-text, .form-item input[type=password].form__item__error + .help-text, .form__item input[type=number].form__item__error + .help-text, .form-item input[type=number].form__item__error + .help-text, .form__item input[type=email].form__item__error + .help-text, .form-item input[type=email].form__item__error + .help-text, .form__item input[type=tel].form__item__error + .help-text, .form-item input[type=tel].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email].form__item__error + .help-text, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel].form__item__error + .help-text, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel].form__item__error + .help-text {
  color: #EF2B2B;
}
@media only screen and (max-width: 719px) {
  .form__item input[type=text], .form-item input[type=text], .form__item input[type=search], .form-item input[type=search], .form__item input[type=password], .form-item input[type=password], .form__item input[type=number], .form-item input[type=number], .form__item input[type=email], .form-item input[type=email], .form__item input[type=tel], .form-item input[type=tel], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=text], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=text], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=search], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=search], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=password], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=password], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=email], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=email], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=tel], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=tel] {
    width: 100%;
    min-width: 100%;
  }
}
.form__item input[type=radio] + label, .form-item input[type=radio] + label, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio] + label, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio] + label {
  font-weight: 400;
}
.form__item input[type=radio]:checked, .form-item input[type=radio]:checked, .form__item input[type=radio]:not(:checked), .form-item input[type=radio]:not(:checked), .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked), .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form__item input[type=radio]:checked + label, .form-item input[type=radio]:checked + label, .form__item input[type=radio]:not(:checked) + label, .form-item input[type=radio]:not(:checked) + label, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.form__item input[type=radio]:checked + label:before, .form-item input[type=radio]:checked + label:before, .form__item input[type=radio]:not(:checked) + label:before, .form-item input[type=radio]:not(:checked) + label:before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  border-radius: 100%;
  background: #fff;
}
.form__item input[type=radio]:checked + label:after, .form-item input[type=radio]:checked + label:after, .form__item input[type=radio]:not(:checked) + label:after, .form-item input[type=radio]:not(:checked) + label:after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #202020;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form__item input[type=radio]:not(:checked) + label:after, .form-item input[type=radio]:not(:checked) + label:after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form__item input[type=radio]:checked + label:after, .form-item input[type=radio]:checked + label:after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form__item input[type=radio]:not(:first-child) + label, .form-item input[type=radio]:not(:first-child) + label, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:first-child) + label, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:not(:first-child) + label {
  margin-left: 24px;
}
.form__item input[type=radio]:hover + label:before, .form-item input[type=radio]:hover + label:before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:hover + label:before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:hover + label:before {
  border: 2px solid #202020;
}
.form__item input[type=radio]:checked + label:before, .form-item input[type=radio]:checked + label:before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=radio]:checked + label:before {
  border: 2px solid #202020;
}
.form__item input[type=checkbox], .form-item input[type=checkbox], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
.form__item input[type=checkbox] + label, .form-item input[type=checkbox] + label, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  font-weight: 400;
}
.form__item input[type=checkbox] + label::before, .form-item input[type=checkbox] + label::before, .form__item input[type=checkbox] + label::after, .form-item input[type=checkbox] + label::after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.form__item input[type=checkbox] + label::before, .form-item input[type=checkbox] + label::before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::before {
  height: 20px;
  width: 20px;
  border: 1px solid #b3b3b3;
  left: 0px;
  top: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.form__item input[type=checkbox] + label::after, .form-item input[type=checkbox] + label::after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 4px;
}
.form__item input[type=checkbox] + label::after, .form-item input[type=checkbox] + label::after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox] + label::after {
  content: none;
}
.form__item input[type=checkbox]:checked + label::after, .form-item input[type=checkbox]:checked + label::after, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::after, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::after {
  content: "";
  color: #ffffff;
}
.form__item input[type=checkbox]:checked + label::before, .form-item input[type=checkbox]:checked + label::before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::before {
  background: #202020;
}
.form__item input[type=checkbox]:checked + label::before:hover, .form-item input[type=checkbox]:checked + label::before:hover, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::before:hover, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked + label::before:hover {
  background: #202020;
}
.form__item input[type=checkbox]:checked:hover + label::before, .form-item input[type=checkbox]:checked:hover + label::before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked:hover + label::before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:checked:hover + label::before {
  background: #202020;
}
.form__item input[type=checkbox]:hover + label::before, .form-item input[type=checkbox]:hover + label::before, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:hover + label::before, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=checkbox]:hover + label::before {
  border: 2px solid #202020;
}
.form__item input[type=number], .form-item input[type=number], .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number], .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  position: relative;
  width: 100px;
  min-width: initial;
}
.form__item input[type=number] + .spin-number, .form-item input[type=number] + .spin-number, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number {
  position: relative;
}
.form__item input[type=number] + .spin-number .icon-caret-up, .form-item input[type=number] + .spin-number .icon-caret-up, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-up, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-up {
  top: -10px;
  position: absolute;
  left: -22px;
  cursor: pointer;
  color: #202020;
}
.form__item input[type=number] + .spin-number .icon-caret-up:hover, .form-item input[type=number] + .spin-number .icon-caret-up:hover, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-up:hover, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-up:hover {
  color: #202020;
}
.form__item input[type=number] + .spin-number .icon-caret-down, .form-item input[type=number] + .spin-number .icon-caret-down, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-down, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-down {
  top: 8px;
  left: -22px;
  position: absolute;
  cursor: pointer;
  color: #202020;
}
.form__item input[type=number] + .spin-number .icon-caret-down:hover, .form-item input[type=number] + .spin-number .icon-caret-down:hover, .form__item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-down:hover, .form-item .chosen-container-multi .chosen-choices li.search-field input[type=number] + .spin-number .icon-caret-down:hover {
  color: #202020;
}
.form__item input::-webkit-inner-spin-button, .form-item input::-webkit-inner-spin-button, .form__item input::-webkit-outer-spin-button, .form-item input::-webkit-outer-spin-button, .form__item .chosen-container-multi .chosen-choices li.search-field input::-webkit-inner-spin-button, .form-item .chosen-container-multi .chosen-choices li.search-field input::-webkit-inner-spin-button, .form__item .chosen-container-multi .chosen-choices li.search-field input::-webkit-outer-spin-button, .form-item .chosen-container-multi .chosen-choices li.search-field input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
}
.form__item input + input, .form-item input + input {
  margin-left: 40px;
}
.form__item--type-numeric {
  position: relative;
}
.form__item--type-numeric .icon-caret-up {
  position: absolute;
  height: 8px;
  width: 8px;
  border: none;
  left: 100px;
  background: none;
  outline: 0;
  color: #202020;
  top: 24px;
}
.form__item--type-numeric .icon-caret-down {
  position: absolute;
  background: transparent;
  height: 8px;
  width: 8px;
  border: none;
  left: 100px;
  color: #202020;
  outline: 0;
  top: 32px;
}
.form__item--type-numeric .icon-caret-down:hover {
  color: #202020;
}
.form__item legend, .form-item legend {
  font-weight: 500;
}
.form__item__radio {
  margin-top: 8px;
  margin-bottom: 8px;
}
.form__item .form-item--checkbox, .form-item .form-item--checkbox {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form__item .chosen-container-multi .chosen-choices, .form-item .chosen-container-multi .chosen-choices {
  padding: 0;
  background: none;
  border-color: #b3b3b3;
}
.form__item .chosen-container-active .chosen-choices, .form-item .chosen-container-active .chosen-choices {
  box-shadow: none;
  border-color: #b3b3b3;
}
.form__item .chosen-container .chosen-results li.highlighted, .form-item .chosen-container .chosen-results li.highlighted {
  background: #202020;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Textareas for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.form__item--textarea label, .form-item .form-textarea label, .form-item.js-form-type-textarea label {
  padding-bottom: 4px;
  font-size: 1rem;
  display: block;
  text-align: left;
}
.form__item--textarea textarea, .form-item .form-textarea textarea, .form-item.js-form-type-textarea textarea {
  font-size: 0.875rem;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  color: #202020;
  height: auto;
  min-height: 8rem;
  min-width: 360px;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  padding: 8px 12px 8px 12px;
  line-height: 1.5rem;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.form__item--textarea textarea:hover, .form-item .form-textarea textarea:hover, .form-item.js-form-type-textarea textarea:hover {
  border-color: #202020;
}
.form__item--textarea textarea:focus, .form-item .form-textarea textarea:focus, .form-item.js-form-type-textarea textarea:focus {
  border: solid black 1px;
  border-bottom: solid black 2px;
  background: #ffffff;
}
.form__item--textarea textarea.form-item__error, .form-item .form-textarea textarea.form-item__error, .form-item.js-form-type-textarea textarea.form-item__error {
  border: none;
  border-bottom: solid #EF2B2B 2px;
  background: #fde9e9;
}
.form__item--textarea textarea.form-item__error + .help-text, .form-item .form-textarea textarea.form-item__error + .help-text, .form-item.js-form-type-textarea textarea.form-item__error + .help-text {
  color: #EF2B2B;
}
.form__item--textarea textarea:disabled, .form-item .form-textarea textarea:disabled, .form-item.js-form-type-textarea textarea:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.form__item--textarea textarea.placeholder, .form-item .form-textarea textarea.placeholder, .form-item.js-form-type-textarea textarea.placeholder {
  color: #b3b3b3;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
}
.form__item--textarea textarea:-moz-placeholder, .form-item .form-textarea textarea:-moz-placeholder, .form-item.js-form-type-textarea textarea:-moz-placeholder {
  color: #b3b3b3;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
}
.form__item--textarea textarea::-moz-placeholder, .form-item .form-textarea textarea::-moz-placeholder, .form-item.js-form-type-textarea textarea::-moz-placeholder {
  color: #b3b3b3;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
}
.form__item--textarea textarea:-ms-input-placeholder, .form-item .form-textarea textarea:-ms-input-placeholder, .form-item.js-form-type-textarea textarea:-ms-input-placeholder {
  color: #b3b3b3;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
}
.form__item--textarea textarea::-webkit-input-placeholder, .form-item .form-textarea textarea::-webkit-input-placeholder, .form-item.js-form-type-textarea textarea::-webkit-input-placeholder {
  color: #b3b3b3;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
}
@media only screen and (max-width: 719px) {
  .form__item--textarea textarea, .form-item .form-textarea textarea, .form-item.js-form-type-textarea textarea {
    width: 100%;
    min-width: 100%;
  }
}
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Labels for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.form label, form label {
  display: block;
  text-align: left;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Links styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.link, a {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
  color: #282830;
  text-decoration: underline;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.link:visited, a:visited {
  color: #202020;
}
.link:hover, a:hover {
  color: #202020;
}
.link:focus, a:focus {
  color: black;
}
.link:active, a:active {
  color: black;
}

h1 a, h2 a, h3 a, h4 a {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
}

.editar {
  font-size: 16px;
  text-decoration: none;
  line-height: 2.5rem;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * formatted and unformetted lists styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
ul.list, main ul {
  list-style: none;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  padding-left: 24px;
}
ul.list li, main ul li {
  line-height: 1.5rem;
  padding-bottom: 12px;
  position: relative;
  display: block;
}
ul.list li:before, main ul li:before {
  content: none;
}
ul.list li:after, main ul li:after {
  background-color: #282830;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 10px;
  left: -16px;
}
ul.list li a, main ul li a {
  font-weight: 700;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
ul.list li a:visited, main ul li a:visited {
  color: #202020;
}
ul.list li a:visited:hover, main ul li a:visited:hover {
  color: #202020;
}
ul.list li ul, main ul li ul {
  padding-left: 24px;
  list-style-type: none;
}
ul.list li ul li:after, main ul li ul li:after {
  content: "○";
  font-size: 1.125rem;
}
ul.list li ul li ul, main ul li ul li ul {
  list-style-type: none;
}
ul.list li ul li ul li:after, main ul li ul li ul li:after {
  content: "■";
  font-size: 1.125rem;
}
@media only screen and (max-width: 959px) {
  ul.list, main ul {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  ul.list li, main ul li {
    line-height: 1.25rem;
  }
}

ol.list, main ol {
  font-size: 1.125rem;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  padding-left: 24px;
}
ol.list li, main ol li {
  padding-left: 4px;
  line-height: 24px;
  padding-bottom: 12px;
}
ol.list li a, main ol li a {
  font-weight: 700;
  text-decoration: underline;
}

.no-list-bullet li:after, .no-list-bullet li:before {
  content: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Logo styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
#logo {
  width: 90px;
  height: 32px;
  float: left;
  position: relative;
}
#logo a {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 700;
  background: transparent url("../images/logo-toyota-new.svg") no-repeat 0 center;
  background-size: contain;
  display: block;
}
#logo a span {
  display: none;
}
.bloque-usuario img {
  max-width: 250px;
  margin-bottom: 2rem !important;
}

#logo {
  width: 300px;
  height: 90px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 32px;
}
#logo a {
  background: transparent url("../images/Logo-Toyota-Canarias-White.svg") no-repeat 0 center;
  background-size: 300px;
  width: 300px;
  height: 90px;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Loadings styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.loader {
  position: relative;
  min-height: 6rem;
}
.loader__logo {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.loader__logo .color-logo {
  fill: #282830;
}
.loader__logo--reverse {
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.loader__logo--reverse .color-logo {
  fill: #ffffff;
}

.spinner-1 {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.spinner-1 .line {
  fill: none;
  stroke: #202020;
  stroke-width: 8%;
  opacity: 1;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate3d(0, 0, 1, 0deg);
  animation: 2000ms spinner-1-arc ease-in-out infinite, 1800ms spinner-1-rotate linear infinite;
  -webit-animation: 2000ms spinner-1-arc ease-in-out infinite, 1800ms spinner-1-rotate linear infinite;
}

.spinner-1 .ring {
  fill: none;
  stroke: #282830;
  stroke-width: 8%;
  opacity: 1;
}

@keyframes spinner-1-rotate {
  to {
    -moz-transform: rotate3d(0, 0, 1, 360deg);
    -o-transform: rotate3d(0, 0, 1, 360deg);
    -ms-transform: rotate3d(0, 0, 1, 360deg);
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes spinner-1-arc {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
.spinner-2 {
  width: 120;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.spinner-2 .line {
  fill: none;
  stroke: #202020;
  stroke-width: 4%;
  opacity: 1;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate3d(0, 0, 1, 0deg);
  animation: 2000ms spinner-2-arc ease-in-out infinite, 1800ms spinner-2-rotate linear infinite;
  -webkit-animation: 2000ms spinner-2-arc ease-in-out infinite, 1800ms spinner-2-rotate linear infinite;
}

@keyframes spinner-2-rotate {
  to {
    -moz-transform: rotate3d(0, 0, 1, 360deg);
    -o-transform: rotate3d(0, 0, 1, 360deg);
    -ms-transform: rotate3d(0, 0, 1, 360deg);
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes spinner-2-arc {
  from {
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Progress bar styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.progressbar {
  /* Eliminamos la apariencia nativa, para poder asignar estilos */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Copiado de normalize.css */
  vertical-align: baseline;
}

/* AÑADIMOS NUESTROS ESTILOS PERSONALIZADOS */
.bg-bar {
  /* Tamaño unificado */
  height: 10px;
  width: 10em;
}

.bg-bar::-webkit-progress-bar {
  background-color: #282830;
  border-radius: 5px;
}

.bg-bar {
  background-color: #282830;
  border-radius: 5px;
  border: none;
}

/* Relleno de la barra en Chrome, Safari, Opera… */
.bg-bar::-webkit-progress-value {
  background-color: #202020;
  border-radius: 5px;
}

/* Relleno de la barra en Firefox, Waterfox, Tor Browser… */
.bg-bar::-moz-progress-bar {
  background-color: #202020;
  border-radius: 5px;
}

/* Relleno de la barra en IE y Egde */
.bg-bar::-ms-fill {
  background-color: #202020;
  border-radius: 5px;
  border: none;
  /* ¡Explorer añade un borde al relleno! */
}

/* ESTILOS PERSONALIZADOS PARA EL PROGRESS-POLYFILL (IE8-9) */
.progress[role] {
  background-color: #282830;
  border-radius: 5px;
}

.progress[role]:before {
  background-color: #282830;
  border-radius: 5px;
}

.radial-progress {
  margin: 50px;
  width: 120px;
  height: 120px;
  background-color: #282830;
  border-radius: 50%;
}
.radial-progress .circle .mask, .radial-progress .circle .fill, .radial-progress .circle .shadow {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
}
.radial-progress .circle .shadow {
  box-shadow: none inset;
}
.radial-progress .circle .mask, .radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  /* transition: -webkit-transform $transition-length;
  transition: -ms-transform $transition-length;
  transition: transform $transition-length; */
  border-radius: 50%;
}
.radial-progress .circle .mask {
  clip: rect(0px, 120px, 120px, 60px);
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 60px, 120px, 0px);
  background-color: #202020;
}
.radial-progress .inset {
  width: 90px;
  height: 90px;
  position: absolute;
  margin-left: 15px;
  margin-top: 15px;
  background-color: #fbfbfb;
  border-radius: 50%;
  box-shadow: none;
}
.radial-progress .inset .percentage {
  width: 57px;
  position: absolute;
  top: 34px;
  left: 16.5px;
  line-height: 1;
  text-align: center;
  color: #282830;
  font-weight: 800;
  font-size: 22px;
}
.radial-progress[data-progress="0"] .circle .mask.full, .radial-progress[data-progress="0"] .circle .fill {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .circle .fill.fix {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.radial-progress[data-progress="0"] .inset .percentage:before {
  content: "0%";
}
.radial-progress[data-progress="1"] .circle .mask.full, .radial-progress[data-progress="1"] .circle .fill {
  -webkit-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  transform: rotate(1.8deg);
}
.radial-progress[data-progress="1"] .circle .fill.fix {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="1"] .inset .percentage:before {
  content: "1%";
}
.radial-progress[data-progress="2"] .circle .mask.full, .radial-progress[data-progress="2"] .circle .fill {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}
.radial-progress[data-progress="2"] .circle .fill.fix {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="2"] .inset .percentage:before {
  content: "2%";
}
.radial-progress[data-progress="3"] .circle .mask.full, .radial-progress[data-progress="3"] .circle .fill {
  -webkit-transform: rotate(5.4deg);
  -ms-transform: rotate(5.4deg);
  transform: rotate(5.4deg);
}
.radial-progress[data-progress="3"] .circle .fill.fix {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="3"] .inset .percentage:before {
  content: "3%";
}
.radial-progress[data-progress="4"] .circle .mask.full, .radial-progress[data-progress="4"] .circle .fill {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}
.radial-progress[data-progress="4"] .circle .fill.fix {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="4"] .inset .percentage:before {
  content: "4%";
}
.radial-progress[data-progress="5"] .circle .mask.full, .radial-progress[data-progress="5"] .circle .fill {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}
.radial-progress[data-progress="5"] .circle .fill.fix {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="5"] .inset .percentage:before {
  content: "5%";
}
.radial-progress[data-progress="6"] .circle .mask.full, .radial-progress[data-progress="6"] .circle .fill {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}
.radial-progress[data-progress="6"] .circle .fill.fix {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="6"] .inset .percentage:before {
  content: "6%";
}
.radial-progress[data-progress="7"] .circle .mask.full, .radial-progress[data-progress="7"] .circle .fill {
  -webkit-transform: rotate(12.6deg);
  -ms-transform: rotate(12.6deg);
  transform: rotate(12.6deg);
}
.radial-progress[data-progress="7"] .circle .fill.fix {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="7"] .inset .percentage:before {
  content: "7%";
}
.radial-progress[data-progress="8"] .circle .mask.full, .radial-progress[data-progress="8"] .circle .fill {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}
.radial-progress[data-progress="8"] .circle .fill.fix {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="8"] .inset .percentage:before {
  content: "8%";
}
.radial-progress[data-progress="9"] .circle .mask.full, .radial-progress[data-progress="9"] .circle .fill {
  -webkit-transform: rotate(16.2deg);
  -ms-transform: rotate(16.2deg);
  transform: rotate(16.2deg);
}
.radial-progress[data-progress="9"] .circle .fill.fix {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="9"] .inset .percentage:before {
  content: "9%";
}
.radial-progress[data-progress="10"] .circle .mask.full, .radial-progress[data-progress="10"] .circle .fill {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
}
.radial-progress[data-progress="10"] .circle .fill.fix {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="10"] .inset .percentage:before {
  content: "10%";
}
.radial-progress[data-progress="11"] .circle .mask.full, .radial-progress[data-progress="11"] .circle .fill {
  -webkit-transform: rotate(19.8deg);
  -ms-transform: rotate(19.8deg);
  transform: rotate(19.8deg);
}
.radial-progress[data-progress="11"] .circle .fill.fix {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="11"] .inset .percentage:before {
  content: "11%";
}
.radial-progress[data-progress="12"] .circle .mask.full, .radial-progress[data-progress="12"] .circle .fill {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}
.radial-progress[data-progress="12"] .circle .fill.fix {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="12"] .inset .percentage:before {
  content: "12%";
}
.radial-progress[data-progress="13"] .circle .mask.full, .radial-progress[data-progress="13"] .circle .fill {
  -webkit-transform: rotate(23.4deg);
  -ms-transform: rotate(23.4deg);
  transform: rotate(23.4deg);
}
.radial-progress[data-progress="13"] .circle .fill.fix {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="13"] .inset .percentage:before {
  content: "13%";
}
.radial-progress[data-progress="14"] .circle .mask.full, .radial-progress[data-progress="14"] .circle .fill {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}
.radial-progress[data-progress="14"] .circle .fill.fix {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="14"] .inset .percentage:before {
  content: "14%";
}
.radial-progress[data-progress="15"] .circle .mask.full, .radial-progress[data-progress="15"] .circle .fill {
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}
.radial-progress[data-progress="15"] .circle .fill.fix {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="15"] .inset .percentage:before {
  content: "15%";
}
.radial-progress[data-progress="16"] .circle .mask.full, .radial-progress[data-progress="16"] .circle .fill {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}
.radial-progress[data-progress="16"] .circle .fill.fix {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="16"] .inset .percentage:before {
  content: "16%";
}
.radial-progress[data-progress="17"] .circle .mask.full, .radial-progress[data-progress="17"] .circle .fill {
  -webkit-transform: rotate(30.6deg);
  -ms-transform: rotate(30.6deg);
  transform: rotate(30.6deg);
}
.radial-progress[data-progress="17"] .circle .fill.fix {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="17"] .inset .percentage:before {
  content: "17%";
}
.radial-progress[data-progress="18"] .circle .mask.full, .radial-progress[data-progress="18"] .circle .fill {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}
.radial-progress[data-progress="18"] .circle .fill.fix {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="18"] .inset .percentage:before {
  content: "18%";
}
.radial-progress[data-progress="19"] .circle .mask.full, .radial-progress[data-progress="19"] .circle .fill {
  -webkit-transform: rotate(34.2deg);
  -ms-transform: rotate(34.2deg);
  transform: rotate(34.2deg);
}
.radial-progress[data-progress="19"] .circle .fill.fix {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="19"] .inset .percentage:before {
  content: "19%";
}
.radial-progress[data-progress="20"] .circle .mask.full, .radial-progress[data-progress="20"] .circle .fill {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}
.radial-progress[data-progress="20"] .circle .fill.fix {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="20"] .inset .percentage:before {
  content: "20%";
}
.radial-progress[data-progress="21"] .circle .mask.full, .radial-progress[data-progress="21"] .circle .fill {
  -webkit-transform: rotate(37.8deg);
  -ms-transform: rotate(37.8deg);
  transform: rotate(37.8deg);
}
.radial-progress[data-progress="21"] .circle .fill.fix {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="21"] .inset .percentage:before {
  content: "21%";
}
.radial-progress[data-progress="22"] .circle .mask.full, .radial-progress[data-progress="22"] .circle .fill {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}
.radial-progress[data-progress="22"] .circle .fill.fix {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="22"] .inset .percentage:before {
  content: "22%";
}
.radial-progress[data-progress="23"] .circle .mask.full, .radial-progress[data-progress="23"] .circle .fill {
  -webkit-transform: rotate(41.4deg);
  -ms-transform: rotate(41.4deg);
  transform: rotate(41.4deg);
}
.radial-progress[data-progress="23"] .circle .fill.fix {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="23"] .inset .percentage:before {
  content: "23%";
}
.radial-progress[data-progress="24"] .circle .mask.full, .radial-progress[data-progress="24"] .circle .fill {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}
.radial-progress[data-progress="24"] .circle .fill.fix {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="24"] .inset .percentage:before {
  content: "24%";
}
.radial-progress[data-progress="25"] .circle .mask.full, .radial-progress[data-progress="25"] .circle .fill {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radial-progress[data-progress="25"] .circle .fill.fix {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="25"] .inset .percentage:before {
  content: "25%";
}
.radial-progress[data-progress="26"] .circle .mask.full, .radial-progress[data-progress="26"] .circle .fill {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}
.radial-progress[data-progress="26"] .circle .fill.fix {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="26"] .inset .percentage:before {
  content: "26%";
}
.radial-progress[data-progress="27"] .circle .mask.full, .radial-progress[data-progress="27"] .circle .fill {
  -webkit-transform: rotate(48.6deg);
  -ms-transform: rotate(48.6deg);
  transform: rotate(48.6deg);
}
.radial-progress[data-progress="27"] .circle .fill.fix {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="27"] .inset .percentage:before {
  content: "27%";
}
.radial-progress[data-progress="28"] .circle .mask.full, .radial-progress[data-progress="28"] .circle .fill {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}
.radial-progress[data-progress="28"] .circle .fill.fix {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="28"] .inset .percentage:before {
  content: "28%";
}
.radial-progress[data-progress="29"] .circle .mask.full, .radial-progress[data-progress="29"] .circle .fill {
  -webkit-transform: rotate(52.2deg);
  -ms-transform: rotate(52.2deg);
  transform: rotate(52.2deg);
}
.radial-progress[data-progress="29"] .circle .fill.fix {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="29"] .inset .percentage:before {
  content: "29%";
}
.radial-progress[data-progress="30"] .circle .mask.full, .radial-progress[data-progress="30"] .circle .fill {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  transform: rotate(54deg);
}
.radial-progress[data-progress="30"] .circle .fill.fix {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="30"] .inset .percentage:before {
  content: "30%";
}
.radial-progress[data-progress="31"] .circle .mask.full, .radial-progress[data-progress="31"] .circle .fill {
  -webkit-transform: rotate(55.8deg);
  -ms-transform: rotate(55.8deg);
  transform: rotate(55.8deg);
}
.radial-progress[data-progress="31"] .circle .fill.fix {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="31"] .inset .percentage:before {
  content: "31%";
}
.radial-progress[data-progress="32"] .circle .mask.full, .radial-progress[data-progress="32"] .circle .fill {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}
.radial-progress[data-progress="32"] .circle .fill.fix {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="32"] .inset .percentage:before {
  content: "32%";
}
.radial-progress[data-progress="33"] .circle .mask.full, .radial-progress[data-progress="33"] .circle .fill {
  -webkit-transform: rotate(59.4deg);
  -ms-transform: rotate(59.4deg);
  transform: rotate(59.4deg);
}
.radial-progress[data-progress="33"] .circle .fill.fix {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="33"] .inset .percentage:before {
  content: "33%";
}
.radial-progress[data-progress="34"] .circle .mask.full, .radial-progress[data-progress="34"] .circle .fill {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}
.radial-progress[data-progress="34"] .circle .fill.fix {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="34"] .inset .percentage:before {
  content: "34%";
}
.radial-progress[data-progress="35"] .circle .mask.full, .radial-progress[data-progress="35"] .circle .fill {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.radial-progress[data-progress="35"] .circle .fill.fix {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="35"] .inset .percentage:before {
  content: "35%";
}
.radial-progress[data-progress="36"] .circle .mask.full, .radial-progress[data-progress="36"] .circle .fill {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}
.radial-progress[data-progress="36"] .circle .fill.fix {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="36"] .inset .percentage:before {
  content: "36%";
}
.radial-progress[data-progress="37"] .circle .mask.full, .radial-progress[data-progress="37"] .circle .fill {
  -webkit-transform: rotate(66.6deg);
  -ms-transform: rotate(66.6deg);
  transform: rotate(66.6deg);
}
.radial-progress[data-progress="37"] .circle .fill.fix {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="37"] .inset .percentage:before {
  content: "37%";
}
.radial-progress[data-progress="38"] .circle .mask.full, .radial-progress[data-progress="38"] .circle .fill {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}
.radial-progress[data-progress="38"] .circle .fill.fix {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="38"] .inset .percentage:before {
  content: "38%";
}
.radial-progress[data-progress="39"] .circle .mask.full, .radial-progress[data-progress="39"] .circle .fill {
  -webkit-transform: rotate(70.2deg);
  -ms-transform: rotate(70.2deg);
  transform: rotate(70.2deg);
}
.radial-progress[data-progress="39"] .circle .fill.fix {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="39"] .inset .percentage:before {
  content: "39%";
}
.radial-progress[data-progress="40"] .circle .mask.full, .radial-progress[data-progress="40"] .circle .fill {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}
.radial-progress[data-progress="40"] .circle .fill.fix {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="40"] .inset .percentage:before {
  content: "40%";
}
.radial-progress[data-progress="41"] .circle .mask.full, .radial-progress[data-progress="41"] .circle .fill {
  -webkit-transform: rotate(73.8deg);
  -ms-transform: rotate(73.8deg);
  transform: rotate(73.8deg);
}
.radial-progress[data-progress="41"] .circle .fill.fix {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="41"] .inset .percentage:before {
  content: "41%";
}
.radial-progress[data-progress="42"] .circle .mask.full, .radial-progress[data-progress="42"] .circle .fill {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}
.radial-progress[data-progress="42"] .circle .fill.fix {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="42"] .inset .percentage:before {
  content: "42%";
}
.radial-progress[data-progress="43"] .circle .mask.full, .radial-progress[data-progress="43"] .circle .fill {
  -webkit-transform: rotate(77.4deg);
  -ms-transform: rotate(77.4deg);
  transform: rotate(77.4deg);
}
.radial-progress[data-progress="43"] .circle .fill.fix {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="43"] .inset .percentage:before {
  content: "43%";
}
.radial-progress[data-progress="44"] .circle .mask.full, .radial-progress[data-progress="44"] .circle .fill {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}
.radial-progress[data-progress="44"] .circle .fill.fix {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="44"] .inset .percentage:before {
  content: "44%";
}
.radial-progress[data-progress="45"] .circle .mask.full, .radial-progress[data-progress="45"] .circle .fill {
  -webkit-transform: rotate(81deg);
  -ms-transform: rotate(81deg);
  transform: rotate(81deg);
}
.radial-progress[data-progress="45"] .circle .fill.fix {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="45"] .inset .percentage:before {
  content: "45%";
}
.radial-progress[data-progress="46"] .circle .mask.full, .radial-progress[data-progress="46"] .circle .fill {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}
.radial-progress[data-progress="46"] .circle .fill.fix {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="46"] .inset .percentage:before {
  content: "46%";
}
.radial-progress[data-progress="47"] .circle .mask.full, .radial-progress[data-progress="47"] .circle .fill {
  -webkit-transform: rotate(84.6deg);
  -ms-transform: rotate(84.6deg);
  transform: rotate(84.6deg);
}
.radial-progress[data-progress="47"] .circle .fill.fix {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="47"] .inset .percentage:before {
  content: "47%";
}
.radial-progress[data-progress="48"] .circle .mask.full, .radial-progress[data-progress="48"] .circle .fill {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}
.radial-progress[data-progress="48"] .circle .fill.fix {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="48"] .inset .percentage:before {
  content: "48%";
}
.radial-progress[data-progress="49"] .circle .mask.full, .radial-progress[data-progress="49"] .circle .fill {
  -webkit-transform: rotate(88.2deg);
  -ms-transform: rotate(88.2deg);
  transform: rotate(88.2deg);
}
.radial-progress[data-progress="49"] .circle .fill.fix {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="49"] .inset .percentage:before {
  content: "49%";
}
.radial-progress[data-progress="50"] .circle .mask.full, .radial-progress[data-progress="50"] .circle .fill {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.radial-progress[data-progress="50"] .circle .fill.fix {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="50"] .inset .percentage:before {
  content: "50%";
}
.radial-progress[data-progress="51"] .circle .mask.full, .radial-progress[data-progress="51"] .circle .fill {
  -webkit-transform: rotate(91.8deg);
  -ms-transform: rotate(91.8deg);
  transform: rotate(91.8deg);
}
.radial-progress[data-progress="51"] .circle .fill.fix {
  -webkit-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}
.radial-progress[data-progress="51"] .inset .percentage:before {
  content: "51%";
}
.radial-progress[data-progress="52"] .circle .mask.full, .radial-progress[data-progress="52"] .circle .fill {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}
.radial-progress[data-progress="52"] .circle .fill.fix {
  -webkit-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}
.radial-progress[data-progress="52"] .inset .percentage:before {
  content: "52%";
}
.radial-progress[data-progress="53"] .circle .mask.full, .radial-progress[data-progress="53"] .circle .fill {
  -webkit-transform: rotate(95.4deg);
  -ms-transform: rotate(95.4deg);
  transform: rotate(95.4deg);
}
.radial-progress[data-progress="53"] .circle .fill.fix {
  -webkit-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}
.radial-progress[data-progress="53"] .inset .percentage:before {
  content: "53%";
}
.radial-progress[data-progress="54"] .circle .mask.full, .radial-progress[data-progress="54"] .circle .fill {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}
.radial-progress[data-progress="54"] .circle .fill.fix {
  -webkit-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}
.radial-progress[data-progress="54"] .inset .percentage:before {
  content: "54%";
}
.radial-progress[data-progress="55"] .circle .mask.full, .radial-progress[data-progress="55"] .circle .fill {
  -webkit-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  transform: rotate(99deg);
}
.radial-progress[data-progress="55"] .circle .fill.fix {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  transform: rotate(198deg);
}
.radial-progress[data-progress="55"] .inset .percentage:before {
  content: "55%";
}
.radial-progress[data-progress="56"] .circle .mask.full, .radial-progress[data-progress="56"] .circle .fill {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}
.radial-progress[data-progress="56"] .circle .fill.fix {
  -webkit-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}
.radial-progress[data-progress="56"] .inset .percentage:before {
  content: "56%";
}
.radial-progress[data-progress="57"] .circle .mask.full, .radial-progress[data-progress="57"] .circle .fill {
  -webkit-transform: rotate(102.6deg);
  -ms-transform: rotate(102.6deg);
  transform: rotate(102.6deg);
}
.radial-progress[data-progress="57"] .circle .fill.fix {
  -webkit-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}
.radial-progress[data-progress="57"] .inset .percentage:before {
  content: "57%";
}
.radial-progress[data-progress="58"] .circle .mask.full, .radial-progress[data-progress="58"] .circle .fill {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}
.radial-progress[data-progress="58"] .circle .fill.fix {
  -webkit-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}
.radial-progress[data-progress="58"] .inset .percentage:before {
  content: "58%";
}
.radial-progress[data-progress="59"] .circle .mask.full, .radial-progress[data-progress="59"] .circle .fill {
  -webkit-transform: rotate(106.2deg);
  -ms-transform: rotate(106.2deg);
  transform: rotate(106.2deg);
}
.radial-progress[data-progress="59"] .circle .fill.fix {
  -webkit-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}
.radial-progress[data-progress="59"] .inset .percentage:before {
  content: "59%";
}
.radial-progress[data-progress="60"] .circle .mask.full, .radial-progress[data-progress="60"] .circle .fill {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}
.radial-progress[data-progress="60"] .circle .fill.fix {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}
.radial-progress[data-progress="60"] .inset .percentage:before {
  content: "60%";
}
.radial-progress[data-progress="61"] .circle .mask.full, .radial-progress[data-progress="61"] .circle .fill {
  -webkit-transform: rotate(109.8deg);
  -ms-transform: rotate(109.8deg);
  transform: rotate(109.8deg);
}
.radial-progress[data-progress="61"] .circle .fill.fix {
  -webkit-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}
.radial-progress[data-progress="61"] .inset .percentage:before {
  content: "61%";
}
.radial-progress[data-progress="62"] .circle .mask.full, .radial-progress[data-progress="62"] .circle .fill {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}
.radial-progress[data-progress="62"] .circle .fill.fix {
  -webkit-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}
.radial-progress[data-progress="62"] .inset .percentage:before {
  content: "62%";
}
.radial-progress[data-progress="63"] .circle .mask.full, .radial-progress[data-progress="63"] .circle .fill {
  -webkit-transform: rotate(113.4deg);
  -ms-transform: rotate(113.4deg);
  transform: rotate(113.4deg);
}
.radial-progress[data-progress="63"] .circle .fill.fix {
  -webkit-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}
.radial-progress[data-progress="63"] .inset .percentage:before {
  content: "63%";
}
.radial-progress[data-progress="64"] .circle .mask.full, .radial-progress[data-progress="64"] .circle .fill {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}
.radial-progress[data-progress="64"] .circle .fill.fix {
  -webkit-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}
.radial-progress[data-progress="64"] .inset .percentage:before {
  content: "64%";
}
.radial-progress[data-progress="65"] .circle .mask.full, .radial-progress[data-progress="65"] .circle .fill {
  -webkit-transform: rotate(117deg);
  -ms-transform: rotate(117deg);
  transform: rotate(117deg);
}
.radial-progress[data-progress="65"] .circle .fill.fix {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  transform: rotate(234deg);
}
.radial-progress[data-progress="65"] .inset .percentage:before {
  content: "65%";
}
.radial-progress[data-progress="66"] .circle .mask.full, .radial-progress[data-progress="66"] .circle .fill {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}
.radial-progress[data-progress="66"] .circle .fill.fix {
  -webkit-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}
.radial-progress[data-progress="66"] .inset .percentage:before {
  content: "66%";
}
.radial-progress[data-progress="67"] .circle .mask.full, .radial-progress[data-progress="67"] .circle .fill {
  -webkit-transform: rotate(120.6deg);
  -ms-transform: rotate(120.6deg);
  transform: rotate(120.6deg);
}
.radial-progress[data-progress="67"] .circle .fill.fix {
  -webkit-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}
.radial-progress[data-progress="67"] .inset .percentage:before {
  content: "67%";
}
.radial-progress[data-progress="68"] .circle .mask.full, .radial-progress[data-progress="68"] .circle .fill {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}
.radial-progress[data-progress="68"] .circle .fill.fix {
  -webkit-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}
.radial-progress[data-progress="68"] .inset .percentage:before {
  content: "68%";
}
.radial-progress[data-progress="69"] .circle .mask.full, .radial-progress[data-progress="69"] .circle .fill {
  -webkit-transform: rotate(124.2deg);
  -ms-transform: rotate(124.2deg);
  transform: rotate(124.2deg);
}
.radial-progress[data-progress="69"] .circle .fill.fix {
  -webkit-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}
.radial-progress[data-progress="69"] .inset .percentage:before {
  content: "69%";
}
.radial-progress[data-progress="70"] .circle .mask.full, .radial-progress[data-progress="70"] .circle .fill {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  transform: rotate(126deg);
}
.radial-progress[data-progress="70"] .circle .fill.fix {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
}
.radial-progress[data-progress="70"] .inset .percentage:before {
  content: "70%";
}
.radial-progress[data-progress="71"] .circle .mask.full, .radial-progress[data-progress="71"] .circle .fill {
  -webkit-transform: rotate(127.8deg);
  -ms-transform: rotate(127.8deg);
  transform: rotate(127.8deg);
}
.radial-progress[data-progress="71"] .circle .fill.fix {
  -webkit-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}
.radial-progress[data-progress="71"] .inset .percentage:before {
  content: "71%";
}
.radial-progress[data-progress="72"] .circle .mask.full, .radial-progress[data-progress="72"] .circle .fill {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}
.radial-progress[data-progress="72"] .circle .fill.fix {
  -webkit-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}
.radial-progress[data-progress="72"] .inset .percentage:before {
  content: "72%";
}
.radial-progress[data-progress="73"] .circle .mask.full, .radial-progress[data-progress="73"] .circle .fill {
  -webkit-transform: rotate(131.4deg);
  -ms-transform: rotate(131.4deg);
  transform: rotate(131.4deg);
}
.radial-progress[data-progress="73"] .circle .fill.fix {
  -webkit-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}
.radial-progress[data-progress="73"] .inset .percentage:before {
  content: "73%";
}
.radial-progress[data-progress="74"] .circle .mask.full, .radial-progress[data-progress="74"] .circle .fill {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}
.radial-progress[data-progress="74"] .circle .fill.fix {
  -webkit-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}
.radial-progress[data-progress="74"] .inset .percentage:before {
  content: "74%";
}
.radial-progress[data-progress="75"] .circle .mask.full, .radial-progress[data-progress="75"] .circle .fill {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.radial-progress[data-progress="75"] .circle .fill.fix {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.radial-progress[data-progress="75"] .inset .percentage:before {
  content: "75%";
}
.radial-progress[data-progress="76"] .circle .mask.full, .radial-progress[data-progress="76"] .circle .fill {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}
.radial-progress[data-progress="76"] .circle .fill.fix {
  -webkit-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}
.radial-progress[data-progress="76"] .inset .percentage:before {
  content: "76%";
}
.radial-progress[data-progress="77"] .circle .mask.full, .radial-progress[data-progress="77"] .circle .fill {
  -webkit-transform: rotate(138.6deg);
  -ms-transform: rotate(138.6deg);
  transform: rotate(138.6deg);
}
.radial-progress[data-progress="77"] .circle .fill.fix {
  -webkit-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}
.radial-progress[data-progress="77"] .inset .percentage:before {
  content: "77%";
}
.radial-progress[data-progress="78"] .circle .mask.full, .radial-progress[data-progress="78"] .circle .fill {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}
.radial-progress[data-progress="78"] .circle .fill.fix {
  -webkit-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}
.radial-progress[data-progress="78"] .inset .percentage:before {
  content: "78%";
}
.radial-progress[data-progress="79"] .circle .mask.full, .radial-progress[data-progress="79"] .circle .fill {
  -webkit-transform: rotate(142.2deg);
  -ms-transform: rotate(142.2deg);
  transform: rotate(142.2deg);
}
.radial-progress[data-progress="79"] .circle .fill.fix {
  -webkit-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}
.radial-progress[data-progress="79"] .inset .percentage:before {
  content: "79%";
}
.radial-progress[data-progress="80"] .circle .mask.full, .radial-progress[data-progress="80"] .circle .fill {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}
.radial-progress[data-progress="80"] .circle .fill.fix {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}
.radial-progress[data-progress="80"] .inset .percentage:before {
  content: "80%";
}
.radial-progress[data-progress="81"] .circle .mask.full, .radial-progress[data-progress="81"] .circle .fill {
  -webkit-transform: rotate(145.8deg);
  -ms-transform: rotate(145.8deg);
  transform: rotate(145.8deg);
}
.radial-progress[data-progress="81"] .circle .fill.fix {
  -webkit-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}
.radial-progress[data-progress="81"] .inset .percentage:before {
  content: "81%";
}
.radial-progress[data-progress="82"] .circle .mask.full, .radial-progress[data-progress="82"] .circle .fill {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}
.radial-progress[data-progress="82"] .circle .fill.fix {
  -webkit-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}
.radial-progress[data-progress="82"] .inset .percentage:before {
  content: "82%";
}
.radial-progress[data-progress="83"] .circle .mask.full, .radial-progress[data-progress="83"] .circle .fill {
  -webkit-transform: rotate(149.4deg);
  -ms-transform: rotate(149.4deg);
  transform: rotate(149.4deg);
}
.radial-progress[data-progress="83"] .circle .fill.fix {
  -webkit-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}
.radial-progress[data-progress="83"] .inset .percentage:before {
  content: "83%";
}
.radial-progress[data-progress="84"] .circle .mask.full, .radial-progress[data-progress="84"] .circle .fill {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}
.radial-progress[data-progress="84"] .circle .fill.fix {
  -webkit-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}
.radial-progress[data-progress="84"] .inset .percentage:before {
  content: "84%";
}
.radial-progress[data-progress="85"] .circle .mask.full, .radial-progress[data-progress="85"] .circle .fill {
  -webkit-transform: rotate(153deg);
  -ms-transform: rotate(153deg);
  transform: rotate(153deg);
}
.radial-progress[data-progress="85"] .circle .fill.fix {
  -webkit-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  transform: rotate(306deg);
}
.radial-progress[data-progress="85"] .inset .percentage:before {
  content: "85%";
}
.radial-progress[data-progress="86"] .circle .mask.full, .radial-progress[data-progress="86"] .circle .fill {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}
.radial-progress[data-progress="86"] .circle .fill.fix {
  -webkit-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}
.radial-progress[data-progress="86"] .inset .percentage:before {
  content: "86%";
}
.radial-progress[data-progress="87"] .circle .mask.full, .radial-progress[data-progress="87"] .circle .fill {
  -webkit-transform: rotate(156.6deg);
  -ms-transform: rotate(156.6deg);
  transform: rotate(156.6deg);
}
.radial-progress[data-progress="87"] .circle .fill.fix {
  -webkit-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}
.radial-progress[data-progress="87"] .inset .percentage:before {
  content: "87%";
}
.radial-progress[data-progress="88"] .circle .mask.full, .radial-progress[data-progress="88"] .circle .fill {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}
.radial-progress[data-progress="88"] .circle .fill.fix {
  -webkit-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}
.radial-progress[data-progress="88"] .inset .percentage:before {
  content: "88%";
}
.radial-progress[data-progress="89"] .circle .mask.full, .radial-progress[data-progress="89"] .circle .fill {
  -webkit-transform: rotate(160.2deg);
  -ms-transform: rotate(160.2deg);
  transform: rotate(160.2deg);
}
.radial-progress[data-progress="89"] .circle .fill.fix {
  -webkit-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}
.radial-progress[data-progress="89"] .inset .percentage:before {
  content: "89%";
}
.radial-progress[data-progress="90"] .circle .mask.full, .radial-progress[data-progress="90"] .circle .fill {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  transform: rotate(162deg);
}
.radial-progress[data-progress="90"] .circle .fill.fix {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
}
.radial-progress[data-progress="90"] .inset .percentage:before {
  content: "90%";
}
.radial-progress[data-progress="91"] .circle .mask.full, .radial-progress[data-progress="91"] .circle .fill {
  -webkit-transform: rotate(163.8deg);
  -ms-transform: rotate(163.8deg);
  transform: rotate(163.8deg);
}
.radial-progress[data-progress="91"] .circle .fill.fix {
  -webkit-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}
.radial-progress[data-progress="91"] .inset .percentage:before {
  content: "91%";
}
.radial-progress[data-progress="92"] .circle .mask.full, .radial-progress[data-progress="92"] .circle .fill {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}
.radial-progress[data-progress="92"] .circle .fill.fix {
  -webkit-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}
.radial-progress[data-progress="92"] .inset .percentage:before {
  content: "92%";
}
.radial-progress[data-progress="93"] .circle .mask.full, .radial-progress[data-progress="93"] .circle .fill {
  -webkit-transform: rotate(167.4deg);
  -ms-transform: rotate(167.4deg);
  transform: rotate(167.4deg);
}
.radial-progress[data-progress="93"] .circle .fill.fix {
  -webkit-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}
.radial-progress[data-progress="93"] .inset .percentage:before {
  content: "93%";
}
.radial-progress[data-progress="94"] .circle .mask.full, .radial-progress[data-progress="94"] .circle .fill {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}
.radial-progress[data-progress="94"] .circle .fill.fix {
  -webkit-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}
.radial-progress[data-progress="94"] .inset .percentage:before {
  content: "94%";
}
.radial-progress[data-progress="95"] .circle .mask.full, .radial-progress[data-progress="95"] .circle .fill {
  -webkit-transform: rotate(171deg);
  -ms-transform: rotate(171deg);
  transform: rotate(171deg);
}
.radial-progress[data-progress="95"] .circle .fill.fix {
  -webkit-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  transform: rotate(342deg);
}
.radial-progress[data-progress="95"] .inset .percentage:before {
  content: "95%";
}
.radial-progress[data-progress="96"] .circle .mask.full, .radial-progress[data-progress="96"] .circle .fill {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}
.radial-progress[data-progress="96"] .circle .fill.fix {
  -webkit-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}
.radial-progress[data-progress="96"] .inset .percentage:before {
  content: "96%";
}
.radial-progress[data-progress="97"] .circle .mask.full, .radial-progress[data-progress="97"] .circle .fill {
  -webkit-transform: rotate(174.6deg);
  -ms-transform: rotate(174.6deg);
  transform: rotate(174.6deg);
}
.radial-progress[data-progress="97"] .circle .fill.fix {
  -webkit-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}
.radial-progress[data-progress="97"] .inset .percentage:before {
  content: "97%";
}
.radial-progress[data-progress="98"] .circle .mask.full, .radial-progress[data-progress="98"] .circle .fill {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}
.radial-progress[data-progress="98"] .circle .fill.fix {
  -webkit-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}
.radial-progress[data-progress="98"] .inset .percentage:before {
  content: "98%";
}
.radial-progress[data-progress="99"] .circle .mask.full, .radial-progress[data-progress="99"] .circle .fill {
  -webkit-transform: rotate(178.2deg);
  -ms-transform: rotate(178.2deg);
  transform: rotate(178.2deg);
}
.radial-progress[data-progress="99"] .circle .fill.fix {
  -webkit-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}
.radial-progress[data-progress="99"] .inset .percentage:before {
  content: "99%";
}
.radial-progress[data-progress="100"] .circle .mask.full, .radial-progress[data-progress="100"] .circle .fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.radial-progress[data-progress="100"] .circle .fill.fix {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.radial-progress[data-progress="100"] .inset .percentage:before {
  content: "100%";
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Pagers, next, prev, etc styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.pager {
  clear: both;
}
.pager__items, .pager ul {
  text-align: center;
  justify-content: center;
}
.pager__item {
  display: inline-block;
  text-align: center;
  padding: 0 4px 0 4px;
}
.pager__item:after {
  content: none;
}
.pager__item a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  border: 0;
  color: #202020;
  line-height: 1.5rem;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
}
.pager__item--is-active a, .pager__item--is-active--li {
  background: #282830;
  color: #ffffff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  pointer-events: none;
}
.pager__item a:hover {
  background: #202020;
  color: #ffffff;
  font-weight: bold;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.pager__item a:focus {
  background: black;
}
.pager__item a[aria-disabled=true] {
  color: #b3b3b3;
  pointer-events: none;
  background: none;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Sliders / carousels styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.slick-slider {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.slick-slider .slick-list {
  margin: 0 0 32px 0;
  overflow: hidden;
}
.slick-slider .slick-prev {
  left: 30%;
  bottom: 8px;
  position: absolute;
  background: none;
  color: #282830;
  cursor: pointer;
}
.slick-slider .slick-prev:after {
  top: 0;
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  position: absolute;
}
.slick-slider .slick-prev:before {
  font-size: 1.125rem;
}
.slick-slider .slick-prev span {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
@media only screen and (max-width: 719px) {
  .slick-slider .slick-prev {
    left: 0;
  }
}
.slick-slider .slick-next {
  right: 30%;
  bottom: 8px;
  position: absolute;
  background: none;
  color: #282830;
  cursor: pointer;
}
.slick-slider .slick-next:after {
  top: 0;
  position: absolute;
}
.slick-slider .slick-next:before {
  font-size: 1.5rem;
}
.slick-slider .slick-next span {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
@media only screen and (max-width: 719px) {
  .slick-slider .slick-next {
    right: 0;
  }
}
.slick-slider .slick-dots {
  text-align: center;
  width: 312px;
  margin: 0 auto 40px auto;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.slick-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 10px;
  line-height: 10px;
}
.slick-slider .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #565668;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  line-height: 1;
  cursor: pointer;
}
.slick-slider .slick-dots li:hover button, .slick-slider .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background: #282830;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
@media only screen and (max-width: 719px) {
  .slick-slider .slick-dots {
    width: auto;
  }
}

.carrusel {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.carrusel.slick-initialized {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (min-width: 1440px) {
  .carrusel .slick-dots {
    width: 20%;
  }
  .carrusel .slick-next {
    bottom: 64px;
    z-index: 99;
    right: 41%;
  }
  .carrusel .slick-prev {
    bottom: 64px;
    z-index: 99;
    left: 41%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1439px) {
  .carrusel .slick-dots {
    width: 30%;
  }
  .carrusel .slick-next {
    z-index: 99;
    right: 36%;
  }
  .carrusel .slick-prev {
    z-index: 99;
    left: 36%;
  }
}
.carrusel--medium .slick-slider {
  overflow: hidden;
}
.carrusel--medium .slick-slide {
  padding: 0 32px;
}
.carrusel--medium .slick-slide a {
  text-decoration: none;
}
.carrusel--medium .slick-slide a .carrusel--medium__txt {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
  padding-top: 8px;
}
.carrusel--medium .slick-slide a .carrusel--medium__img {
  position: relative;
  display: block;
}
.carrusel--medium .slick-slide a:hover .carrusel--medium__img:after {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.carrusel--large .slick-list {
  margin: 0;
}
.carrusel--large .slick-list li .carrusel--large__box {
  display: block;
  float: right;
  width: 33%;
  padding: 16px 24px 16px 16px;
  text-align: right;
}
.carrusel--large .slick-list li .carrusel--large__box h2 {
  text-align: right;
}
.carrusel--large .slick-list li .carrusel--large__box .btn, .carrusel--large .slick-list li .carrusel--large__box .form-submit {
  margin-right: 0;
  border: 2px solid transparent;
}
.carrusel--large .slick-list li .carrusel--large__box .btn:hover, .carrusel--large .slick-list li .carrusel--large__box .form-submit:hover {
  border: 2px solid #282830;
  color: #282830;
}
.carrusel--large .slick-list li .carrusel--large__box p {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.167rem;
  color: #202020;
  text-align: right;
}
.carrusel--large .slick-list li .carrusel--large__img {
  width: 67%;
  float: right;
  display: block;
}
.carrusel--large .slick-list li .carrusel--large__img img {
  object-fit: cover;
  width: 100%;
}
.carrusel--large .slick-dots {
  bottom: 58px;
  z-index: 98;
  position: relative;
  width: 40%;
  background: rgba(246, 247, 247, 0.8);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.carrusel--large .slick-next {
  bottom: 64px;
  z-index: 99;
}
.carrusel--large .slick-prev {
  bottom: 64px;
  z-index: 99;
}
@media only screen and (min-width: 1440px) {
  .carrusel--large .slick-dots {
    width: 20%;
  }
  .carrusel--large .slick-next {
    bottom: 64px;
    z-index: 99;
    right: 41%;
  }
  .carrusel--large .slick-prev {
    bottom: 64px;
    z-index: 99;
    left: 41%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1439px) {
  .carrusel--large .slick-dots {
    width: 30%;
  }
  .carrusel--large .slick-next {
    bottom: 64px;
    z-index: 99;
    right: 36%;
  }
  .carrusel--large .slick-prev {
    bottom: 64px;
    z-index: 99;
    left: 36%;
  }
}
@media only screen and (max-width: 719px) {
  .carrusel--large .btn, .carrusel--large .form-submit {
    display: none;
  }
  .carrusel--large .slick-list li .carrusel--large__box {
    width: 100%;
    text-align: center;
  }
  .carrusel--large .slick-list li .carrusel--large__box .btn, .carrusel--large .slick-list li .carrusel--large__box .form-submit {
    display: none;
  }
  .carrusel--large .slick-list li .carrusel--large__img {
    width: 100%;
  }
  .carrusel--large .slick-dots {
    width: auto;
    background: none;
    bottom: 8px;
  }
  .carrusel--large .slick-dots li {
    margin: 8px;
  }
  .carrusel--large .slick-next, .carrusel--large .slick-prev {
    bottom: 14px;
  }
  .carrusel--large .slick-next {
    right: 10%;
  }
  .carrusel--large .slick-prev {
    left: 10%;
  }
}

.new-slider {
  position: relative;
}
.new-slider li:after, .new-slider li:before {
  content: none;
}
.new-slider .slick-slider {
  padding-left: 32px;
  padding-right: 32px;
}
.new-slider .slick-arrow {
  border-radius: 0;
  height: 48px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  border: none;
  font-size: 0em;
  background-color: #ffffff;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  border-radius: 48px;
  z-index: 2;
}
.new-slider .slick-arrow:before {
  content: "" !important;
  display: block;
  width: 48px;
  height: 48px;
}
.new-slider .slick-arrow.slick-prev {
  left: 24px;
  cursor: pointer;
}
.new-slider .slick-arrow.slick-prev:before {
  background: url(../images/ic-arrow-left.svg) 6px 8px no-repeat;
  background-size: 32px;
}
.new-slider .slick-arrow.slick-next {
  right: 24px;
  cursor: pointer;
}
.new-slider .slick-arrow.slick-next:before {
  background: url(../images/ic-arrow-right.svg) 10px 8px no-repeat;
  background-size: 32px;
}
.new-slider .slick-dots {
  position: absolute;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  bottom: -32px;
  left: 0;
  right: 0;
}
.new-slider .slick-dots li {
  display: inline-block;
  width: 60px;
  font-size: 0;
  margin-right: 8px;
}
.new-slider .slick-dots li button, .new-slider .slick-dots li.slick-active button, .new-slider .slick-dots li:hover button {
  width: 100%;
  height: 6px;
  background: #AAAAAA;
  border: none;
  margin-right: 4px;
}
.new-slider .slick-dots li.slick-active {
  width: 80px;
}
.new-slider .slick-dots li.slick-active button {
  background: #282830;
}
@media only screen and (max-width: 959px) {
  .new-slider .slick-arrow {
    width: 32px;
    height: 32px;
    top: 20%;
  }
  .new-slider .slick-arrow:before {
    width: 32px;
    height: 32px;
  }
  .new-slider .slick-arrow.slick-prev {
    left: 18px !important;
  }
  .new-slider .slick-arrow.slick-prev::before {
    background: url(../images/ic-arrow-left.svg) 6px 8px no-repeat;
    background-size: 18px;
  }
  .new-slider .slick-arrow.slick-next {
    right: 18px !important;
  }
  .new-slider .slick-arrow.slick-next::before {
    background: url(../images/ic-arrow-right.svg) 10px 8px no-repeat;
    background-size: 18px;
  }
  .new-slider .slick-dots {
    display: none !important;
    top: 39.3%;
    right: 0;
    width: 100%;
  }
  .new-slider .slick-dots li {
    width: calc((100%/4) - 6px);
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * @file
 * Styles tables for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
table {
  width: 100%;
  margin: 0 0 10px;
  border: 0;
  border-top: 1px solid #b3b3b3;
  font-size: 1rem;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  border-collapse: collapse;
}
table caption {
  text-align: left;
  /* LTR */
  margin-bottom: 16px;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
}
table [dir=rtl] caption {
  text-align: right;
}
table th, table.tablesaw th {
  text-align: left;
  /* LTR */
  padding: 10px 12px;
  border: 0;
  color: #202020;
  border-width: 1px 0;
  border-top: 0;
  background: #b3b3b3;
  font-size: 0.875rem;
}
table [dir=rtl] th {
  text-align: right;
}
table thead > tr {
  border: 0;
}
table tr {
  padding: 0.1em 0.6em;
}
table tr td {
  vertical-align: middle;
  padding: 10px 12px;
  text-align: left;
  /* LTR */
  font-size: 0.875rem;
}
table tr td a {
  text-decoration: underline;
  font-weight: 700;
}
table tr [dir=rtl] td {
  text-align: right;
}
@media only screen and (max-width: 719px) {
  table th.priority-low, table th.priority-medium, table tr.priority-low, table tr.priority-medium {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  table th.priority-low, table tr.priority-low {
    display: none;
  }
}

.tablesaw-advance-dots {
  display: none;
}
.tablesaw-advance:not(:first-child) {
  display: none;
}

.tablesaw-nav-btn.left:before {
  content: "";
  display: block;
  position: absolute;
  content: "";
}
.tablesaw-nav-btn.right:before {
  content: "";
  display: block;
  position: absolute;
  content: "";
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Tabs styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tabs li {
  background: none;
  color: #282830;
  display: inline-block;
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  position: relative;
}
.tabs li:hover {
  color: #202020;
}
.tabs li:hover:after {
  height: 4px;
  border-bottom: 4px solid #202020;
  width: 100%;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
}
.tabs li.active, .tabs li:active {
  color: black;
}
.tabs li.active:after, .tabs li:active:after {
  height: 4px;
  border-bottom: 4px solid #202020;
  width: 100%;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
}
.tabs li.active:focus, .tabs li:active:focus {
  color: black;
}
.tabs li.active:focus:after, .tabs li:active:focus:after {
  border-color: black;
}
.tabs li:focus {
  color: black;
}
.tabs li:focus:after {
  border-color: black;
}
.tabs li .icon, .tabs li .field--type-entity-reference .form-item__add-another:after, .field--type-entity-reference .tabs li .form-item__add-another:after, .tabs li .form--search__item--submit:before, .tabs li .accordion button[aria-expanded=true] .accordion__icon, .accordion button[aria-expanded=true] .tabs li .accordion__icon, .tabs li .accordion button[aria-expanded=false] .accordion__icon, .accordion button[aria-expanded=false] .tabs li .accordion__icon, .tabs li .messages:before, .tabs li .breadcrumb ol li:before, .breadcrumb ol .tabs li li:before, .tabs li .breadcrumb ol .breadcrumb__item:before, .breadcrumb ol .tabs li .breadcrumb__item:before, .tabs li .breadcrumb ul li:before, .breadcrumb ul .tabs li li:before, .tabs li .breadcrumb ul .breadcrumb__item:before, .breadcrumb ul .tabs li .breadcrumb__item:before, .tabs li .slick-slider .slick-prev, .slick-slider .tabs li .slick-prev, .tabs li .slick-slider .slick-next, .slick-slider .tabs li .slick-next {
  display: block;
  text-align: center;
  margin-bottom: 4px;
}
@media only screen and (max-width: 719px) {
  .tabs {
    white-space: nowrap;
    overflow: scroll;
  }
}

.tab-content {
  display: none;
  padding: 16px;
  border-top: 1px solid #282830;
}
.tab-content.active {
  display: block;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Tags/badges styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.tag a, .form__item .chosen-container-multi .chosen-choices li.search-choice, .form-item .chosen-container-multi .chosen-choices li.search-choice {
  font-size: 0.875rem;
  line-height: 1rem;
  background: ligthen(#282830);
  color: #202020;
  border: 0;
  position: relative;
  padding: 8px 24px 8px 4px;
  cursor: pointer;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
.tag a span, .form__item .chosen-container-multi .chosen-choices li.search-choice span, .form-item .chosen-container-multi .chosen-choices li.search-choice span {
  line-height: 1.25rem;
}
.tag a:hover, .form__item .chosen-container-multi .chosen-choices li.search-choice:hover, .form-item .chosen-container-multi .chosen-choices li.search-choice:hover {
  background: #202020;
}
.tag a:hover:before, .form__item .chosen-container-multi .chosen-choices li.search-choice:hover:before, .form-item .chosen-container-multi .chosen-choices li.search-choice:hover:before {
  background-color: #202020;
}
.tag a:focus, .form__item .chosen-container-multi .chosen-choices li.search-choice:focus, .form-item .chosen-container-multi .chosen-choices li.search-choice:focus {
  background: black;
  color: #ffffff;
}

.tag a .tag__close, .form__item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .form-item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  border-radius: 50%;
  top: 8px;
  right: 2px;
  width: 16px;
  height: 16px;
  font-size: 0.875rem;
}
.tag a .tag__close:before, .form__item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before, .form-item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "";
  color: #282830;
  font-size: 1rem;
  border-radius: 50%;
  padding: 2px;
}
.tag a .tag__close:hover:before, .form__item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before, .form-item .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #202020;
}

.tags li {
  display: inline-block;
  margin: 16px;
  list-style: none;
  width: auto;
}

.tag a {
  padding: 8px;
  text-decoration: none;
}
.tag a:active .tag__close, .tag a:focus .tag__close {
  color: #ffffff;
}
.tag a:active .tag__close:before, .tag a:focus .tag__close:before {
  color: #ffffff;
}

/* ------------------------------- ateigh.com ------------------------------- 
*
* Tooltips styles for Custom generic theme designed by ateigh.com
*
* ------------------------------- ateigh.com -------------------------------
*/
/* --------------- styles for Tooltip -----------------------*/
.tooltip-raw[aria-hidden=true],
.tooltip--minimalist[aria-hidden=true],
.minimalist-left-ulpgcds-tooltip[aria-hidden=true] {
  display: none;
}

/* position relative for containers */
.tooltip__container,
.tooltip--minimalist__container,
.tooltip--minimalist__container {
  position: relative;
}

/* tooltip styles */
.tooltip-raw,
.tooltip--minimalist,
.minimalist-left-ulpgcds-tooltip {
  position: absolute;
  z-index: 666;
  width: 10em;
  border-radius: 24px;
  background: #282830;
  color: #ffffff;
  padding: 0.5em;
  text-align: left;
  line-height: 1.3;
}

.tooltip-raw,
.tooltip--minimalist {
  right: auto;
  left: 100%;
  margin-left: 0.5em;
}

.minimalist-left-ulpgcds-tooltip {
  right: 100%;
  left: auto;
  margin-right: 0.5em;
}

/* used pseudo-element to make arrows */
.tooltip-raw::before,
.tooltip--minimalist::before,
.minimalist-left-ulpgcds-tooltip::before {
  content: "";
  speak: none;
  position: absolute;
  z-index: 666;
  width: 10px;
  height: 10px;
  pointer-events: none;
}

.tooltip-raw::before,
.tooltip--minimalist::before {
  top: 0.5em;
  left: -10px;
  margin-left: -10px;
  border: 10px solid transparent;
}

.minimalist-left-ulpgcds-tooltip::before {
  top: 0.5em;
  right: -10px;
  margin-right: -10px;
  border: 10px solid transparent;
}

/* it can be easily adapted in media-queries for tablets/mobile */
/* for this example: mobile */
@media (max-width: 44.375em) {
  .tooltip-raw,
.tooltip--minimalist,
.minimalist-left-ulpgcds-tooltip {
    top: 100%;
    left: 50%;
    right: 0;
    margin: 0;
    margin-top: 0.7em;
    margin-left: -5em;
  }

  .tooltip-raw::before,
.tooltip--minimalist::before,
.minimalist-left-ulpgcds-tooltip::before {
    top: -10px;
    right: auto;
    left: 50%;
    margin-left: -5px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, 0.9);
  }
}
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * iframes styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Videos for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  background-size: cover;
  background-image: url(../images/no_image.jpg);
}
.video iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.video a {
  text-indent: -9999px;
  position: relative;
  padding-bottom: 56.25%;
  display: block;
}
.video a:after {
  content: "";
  display: block;
  position: absolute;
  content: "";
  width: 96px;
  height: 96px;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  line-height: 100%;
  font-size: 6rem;
  text-indent: 0;
}
.video a:before {
  content: "";
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  background: #202020;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.video:not(.overlay):hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #202020;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.video:not(.overlay):hover a:before {
  background: #202020;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Block styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
#block-eventos-page-title, #block-eventos-local-tasks, #block-eventos-primary-local-tasks, #block-eventos-breadcrumbs {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
#block-eventos-page-title:before, #block-eventos-page-title:after, #block-eventos-local-tasks:before, #block-eventos-local-tasks:after, #block-eventos-primary-local-tasks:before, #block-eventos-primary-local-tasks:after, #block-eventos-breadcrumbs:before, #block-eventos-breadcrumbs:after {
  content: " ";
  display: table;
}
#block-eventos-page-title:after, #block-eventos-local-tasks:after, #block-eventos-primary-local-tasks:after, #block-eventos-breadcrumbs:after {
  clear: both;
}
#block-eventos-page-title ul, #block-eventos-local-tasks ul, #block-eventos-primary-local-tasks ul, #block-eventos-breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-eventos-page-title ul li, #block-eventos-local-tasks ul li, #block-eventos-primary-local-tasks ul li, #block-eventos-breadcrumbs ul li {
  display: inline-block;
  float: left;
  margin: 0;
  list-style: none;
  background: none;
}
#block-eventos-page-title ul li:after, #block-eventos-local-tasks ul li:after, #block-eventos-primary-local-tasks ul li:after, #block-eventos-breadcrumbs ul li:after {
  content: none;
}
#block-eventos-page-title ul li:not(:first-child), #block-eventos-local-tasks ul li:not(:first-child), #block-eventos-primary-local-tasks ul li:not(:first-child), #block-eventos-breadcrumbs ul li:not(:first-child) {
  padding: 0 0 0 24px;
}

.user-login-form, .user-form, .user-pass {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #282830;
  padding: 10px 30px;
}
.user-login-form input, .user-form input, .user-pass input {
  width: 100%;
}
.user-login-form input[type=submit], .user-form input[type=submit], .user-pass input[type=submit] {
  width: auto;
}

.details.captcha {
  font-size: 0.9em;
}

#block-eventos-cestadelacompra, #block-eventos-search-form-narrow {
  float: right;
}

.block-search, header .views-exposed-form {
  position: relative;
  top: -24px;
  left: 0;
  float: right;
  margin-right: 16px;
  margin-left: 16px;
  background: none;
  padding: 0;
  margin-bottom: 0;
  background: none;
  box-shadow: none;
}
.block-search .form--inline > *, header .views-exposed-form .form--inline > * {
  margin-top: 0;
}
.block-search .js-form-type-search, .block-search .js-form-item-combine, header .views-exposed-form .js-form-type-search, header .views-exposed-form .js-form-item-combine {
  float: left;
}
.block-search .form-item, header .views-exposed-form .form-item {
  margin: 0;
}
.block-search .form-actions, header .views-exposed-form .form-actions {
  display: block;
  position: relative;
  right: 0;
  margin-top: 0;
}
.block-search input[type=search], .block-search input[type=text], header .views-exposed-form input[type=search], header .views-exposed-form input[type=text] {
  border: 1px solid #282830;
  background: none;
  color: #282830;
  padding-right: 32px;
  min-height: 40px;
  min-width: 180px;
  width: 180px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.block-search input[type=search].filled, .block-search input[type=text].filled, header .views-exposed-form input[type=search].filled, header .views-exposed-form input[type=text].filled {
  background: none;
  color: #282830;
}
.block-search input[type=submit], header .views-exposed-form input[type=submit] {
  font-size: 0;
  content: "";
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  /* bottom: 0; */
  right: 8px;
  background: transparent url(../images/toyota_sprite.svg) no-repeat 0px -532px;
  background-size: 193px;
  margin: 0;
  padding: 0;
  width: 24px !important;
  margin: 0;
  top: 12px;
  /* z-index: 9999; */
  /* border: 1px solid #000; */
  min-width: 24px;
  min-height: 40px;
}
.block-search.block-search-header .form-actions, header .views-exposed-form.block-search-header .form-actions {
  float: right;
}
.block-search.block-search-header input, header .views-exposed-form.block-search-header input {
  /*&[type="submit"]{
    top: 0;
    bottom:1.5rem;
  }*/
}
/* Estilos carrito 
#block-eventos-cestadelacompra{
  background:$color-brand;
  float:right;
  height:$header-height;
  padding:0 8% 0 2%;
  .cart--cart-block{
    position:relative;
    top:2.7rem;
    left:0;
    position:relative;
    left:0;
    a{
      font-size:$font-size-lg;
      color:$color-white;
      text-decoration:none;
      .cart-block--summary__count{
        text-transform: capitalize;
      }
    }
  }

  .cart-block--summary{
    position:relative;
    top:0;
    left:0;
    .cart-block--summary__icon{
      background:$color-white;
      border-radius: $radius;
      width: 32px;
      height:32px;
      display:block;
      position:absolute;
      top:0;
      left:0;

      &:after{
        content:"";
        position:absolute;
        top:0;
        left:0;
        width: 24px;
        height:24px;
        margin:4px;
        display:block;
        @include background("dimerca_sprite.svg", -106px 0px,no-repeat);
        background-size: 209px;
      }
    }

    .cart-block--summary__count{
      margin-left:$margin-xl;
      padding-top:4px;
      display:block;
    }

    @include mq('sm-screen',max){
      .cart-block--summary__icon{
        background:none;
        &:after{
          background-position:  -55px 0px;
        }
      }
      .cart-block--summary__count{
        display:none;
      }
    }

  }
  img{
    display:none;
  }

  @include mq('sm-screen',max){
    background:none;
  }

  @include mq('s-screen',max){
    height:$header-height;
    padding-right:12%;
    .cart--cart-block{
      top:1rem;
    }

  }

}*/
#block-eventos-cestadelacompra .cart--cart-block img {
  display: inline-block;
  margin-right: 8px;
}
#block-eventos-cestadelacompra .cart--cart-block a {
  color: #282830;
  margin-right: 12px;
  top: -2px;
}
#block-eventos-cestadelacompra .cart-block--contents {
  width: 400px;
}

.region > * {
  margin: 0;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Content styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.bg-red {
  background: #282830;
}
.bg-red.path-user #block-eventos-primary-local-tasks {
  display: none;
}

.user-logged-in {
  background: #f0f0f0;
}
.user-logged-in.path-user .content-narrow {
  min-height: 70vh;
  padding-bottom: 48px;
}
.user-logged-in.path-user .content-narrow #block-eventos-primary-local-tasks {
  display: none;
}
.user-logged-in.path-user .content-narrow article[typeof="schema:Person"] {
  display: none;
}
.user-logged-in.path-user h1 {
  font-weight: 400;
}

.text-center.bloque-usuario {
  max-width: 500px;
  background: rgba(40, 40, 48, 0.3);
  padding: 24px;
}
.text-center.bloque-usuario h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #ffffff;
  width: calc((100%/12) * 6);
  margin: 0 auto;
  text-align: center;
  font-family: "Toyota-Type-light";
  font-size: 3rem;
  line-height: 3.5rem;
}
.text-center.bloque-usuario h1 strong {
  font-weight: 700;
}
@media only screen and (max-width: 959px) {
  .text-center.bloque-usuario h1 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.text-center.bloque-usuario img {
  width: 350px;
  margin: 24px auto 24px auto;
}

.user-edit #block-eventos-primary-local-tasks {
  display: none;
}

.content-top {
  margin: 48px;
}

.texto-leer-mas {
  display: none;
  margin-bottom: 12px;
}

.block-center {
  min-height: 69vh;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.block-center:before, .block-center:after {
  content: " ";
  display: table;
}
.block-center:after {
  clear: both;
}
.block-center h2 {
  padding-right: 40%;
}
.block-center hr {
  margin-bottom: 48px;
}

.modal-care-pr {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.modal-care-pr.active {
  display: block !important;
}
.modal-care-pr .wrapper-modal {
  background: #fff;
  width: 600px;
  margin: 0 auto;
  padding: 32px;
  position: relative;
  margin-top: 5%;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px 0 #202020;
}
.modal-care-pr .close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  display: inline-block;
  cursor: pointer;
  font-size: 2rem;
}
@media only screen and (max-width: 959px) {
  .modal-care-pr .wrapper-modal {
    width: 320px;
  }
  .modal-care-pr:after {
    content: "";
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #4D4F53;
    z-index: -1;
  }
}

main#content, main#portada {
  background: url("../images/fondo-toyota-eventos-2.jpg") no-repeat center center;
  background-size: cover;
  width: 100% !important;
  padding-top: 80px;
}

.text-content {
  max-width: 800px;
  margin: 0 auto;
  background: #f0f0f0;
  padding: 24px;
}

.region--content {
  margin: 0;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Cookies styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Cookies
 *
 * ------------------------------- ateigh.com -------------------------------
 */
#sliding-popup {
  background: #fff;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
#sliding-popup input {
  min-height: auto;
}
#sliding-popup #popup-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
#sliding-popup .eu-cookie-compliance-content {
  position: relative;
}
#sliding-popup .popup-content .hidden {
  display: none;
}
#sliding-popup .nobutton {
  background: none;
  border: 0;
  color: #202020;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
}
#sliding-popup .eu-cookie-compliance-category {
  width: 30%;
  float: left;
  font-size: 0.8rem;
  color: #4d4d4d;
  padding-right: 5%;
}
#sliding-popup .eu-cookie-compliance-categories {
  clear: both;
  padding-bottom: 16px;
}
#sliding-popup .eu-cookie-compliance-categories-buttons {
  clear: both;
  margin: 0;
}
#sliding-popup .agree-button, #sliding-popup .eu-cookie-compliance-save-preferences-button,
#sliding-popup .eu-cookie-compliance-default-button, #sliding-popup .eu-cookie-withdraw-button, #sliding-popup .eu-cookie-withdraw-tab {
  color: #282830;
  font-size: 1em;
  line-height: 1.3rem;
  display: inline-block;
  width: auto;
  padding: 12px 24px;
  border: 2px solid #282830;
  border-radius: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  height: 48px;
  cursor: pointer;
}
#sliding-popup .agree-button:hover, #sliding-popup .eu-cookie-compliance-save-preferences-button:hover,
#sliding-popup .eu-cookie-compliance-default-button:hover, #sliding-popup .eu-cookie-withdraw-button:hover, #sliding-popup .eu-cookie-withdraw-tab:hover {
  background-color: #282830;
  color: #fff;
  border-color: #fff;
}
#sliding-popup .eu-cookie-compliance-hidden {
  display: none;
}
#sliding-popup .eu-cookie-withdraw-button.hidden {
  display: none !important;
}
#sliding-popup .eu-cookie-withdraw-banner {
  max-width: 1440px;
  margin: 0 auto;
}

.eu-cookie-withdraw-tab {
  position: relative;
  text-shadow: none;
  box-shadow: none;
  top: auto;
  left: auto;
  transform: none;
  border: 0;
  color: #282830;
  font-size: 1em;
  line-height: 1.3rem;
  display: inline-block;
  width: auto;
  padding: 12px 24px;
  border: 2px solid #282830;
  border-radius: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  height: 48px;
  cursor: pointer;
}
.eu-cookie-withdraw-tab:hover {
  background-color: #282830;
  color: #fff;
  border-color: #fff;
}

#sliding-popup .eu-cookie-withdraw-tab {
  display: none;
}

@media only screen and (max-width: 767px) {
  #sliding-popup #popup-buttons {
    position: absolute;
    top: 0;
    right: 0;
  }
  #sliding-popup .eu-cookie-compliance-categories {
    clear: both;
    padding-bottom: 16px;
    max-height: 200px;
    overflow: scroll;
  }
  #sliding-popup .eu-cookie-compliance-category {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  #sliding-popup .eu-cookie-compliance-message {
    max-width: 100%;
    padding-top: 54px;
  }
}
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Footer styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.site-footer {
  clear: both;
  width: 100%;
  padding: 8px 0 18px 0;
  display: block;
  position: relative;
  z-index: 3;
  background: #fff;
  color: #282830;
  border-inline-start: none !important;
}
.site-footer ul {
  list-style: none;
  text-align: left;
  font-size: 1rem;
}
.site-footer ul li {
  display: inline-block;
  text-align: center;
  padding: 0 0.5em;
}
.site-footer p, .site-footer a, .site-footer li {
  color: #282830;
  text-decoration: none;
  font-weight: 400;
}
.site-footer .col-4, .site-footer fieldset.form-item--columns .fieldset-wrapper .form-wrapper, fieldset.form-item--columns .fieldset-wrapper .site-footer .form-wrapper {
  display: inline-block;
  font-size: 1rem;
}
.site-footer .col-4:first-child, .site-footer fieldset.form-item--columns .fieldset-wrapper .form-wrapper:first-child, fieldset.form-item--columns .fieldset-wrapper .site-footer .form-wrapper:first-child {
  padding-right: 10%;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Form styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.form, form {
  margin: 0;
  padding: 0;
  position: relative;
}
.form--item {
  margin-top: 1em;
  margin-bottom: 1em;
}
.form--item label {
  display: block;
  text-align: left;
}
.form--search {
  display: block;
  width: 650px;
  margin: 0 auto;
  position: relative;
}
.form--search label {
  display: block;
  clip: none;
  height: auto;
  width: auto;
  position: relative;
}
.form--search__item {
  position: relative;
}
.form--search__item input:focus {
  border: 0;
  background-color: black;
}
.form--search__item--submit {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 102px;
  bottom: 0px;
}
.form--search__item--submit:before {
  content: "";
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 12px;
  color: #202020;
  font-size: 1.125rem;
  z-index: 99;
  pointer-events: none;
}
.form--search__item--submit:hover input {
  color: #202020;
  border-color: #202020;
}
.form--search__item--submit:hover:before {
  color: #202020;
}
.form--search__item--submit:before:hover {
  color: #202020;
  border-color: #202020;
}
.form--search input[type=text], .form--search input[type=search] {
  border-radius: 24px;
  padding-right: 142px;
  width: 100%;
  border-bottom: 0;
  border: 1px solid #b3b3b3;
}
.form--search input[type=text]:hover, .form--search input[type=search]:hover {
  border-color: #202020;
  border: 1px solid #202020;
}
.form--search input[type=text]:focus, .form--search input[type=text]:active, .form--search input[type=search]:focus, .form--search input[type=search]:active {
  border: 1px solid black;
  background: #ffffff;
}
.form--search input[type=submit] {
  cursor: pointer;
  background: #ffffff;
  color: #202020;
  font-size: 1.125rem;
  position: absolute;
  bottom: 0px;
  right: -102px;
  width: 140px;
  height: 40px;
  z-index: 9;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  border-color: #b3b3b3;
  border: 2px solid;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 24px;
  -webkit-border-top-right-radius: 24px;
  -moz-border-radius-topright: 24px;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 24px;
  -webkit-border-bottom-right-radius: 24px;
  -moz-border-radius-bottomright: 24px;
}
.form--search input[type=submit]:hover {
  background: none;
  border-color: #202020;
  color: #202020;
}
.form--search--reverse input[type=text], .form--search--reverse input[type=search] {
  background: #ffffff;
}
.form--search--reverse input[type=submit] {
  background: #202020;
  color: #ffffff;
  border-color: #ffffff;
  top: 0;
  height: 38px;
}
.form--search--reverse input[type=submit]:hover {
  background: #202020;
  color: #202020;
  border-color: #202020;
}
.form--search--reverse label {
  color: #ffffff;
}
.form--search--reverse .form--search__item--submit:before {
  color: #ffffff;
}
.form--search--reverse .form--search__item--submit:hover:before {
  border-color: #202020;
  color: #202020;
}
.form--search--reverse .form-submit:before {
  color: #ffffff;
}
@media only screen and (max-width: 959px) {
  .form--search {
    width: 280px;
  }
  .form--search .form--search__item--submit {
    right: 0;
    bottom: 0;
  }
  .form--search .form--search__item--submit:before {
    width: 20px;
    margin-right: 10px;
    right: 0;
    bottom: 12px;
  }
  .form--search .form--search__item--submit input {
    font-size: 0;
    width: 40px;
    min-width: 40px;
    right: 0;
    bottom: 2px;
  }
}
.form .description, form .description {
  font-size: 1rem;
}

form .vertical-tabs ul {
  list-style-type: none;
}
form .vertical-tabs ul li:after {
  content: none;
}

.form-item .draggable {
  width: auto;
  padding: 0;
  margin: 0;
}
.form-item .draggable .field-multiple-drag {
  width: auto;
  padding: 0;
  margin: 0;
}
.form-item .draggable .field-multiple-drag .tabledrag-handle {
  margin: 0;
  padding: 0;
}
.form-item .draggable .field-multiple-drag .tabledrag-handle .handle {
  width: 32px;
  height: 32px;
}
.form-item table {
  border: 0;
}
.form-item table th {
  background: none;
}
.form-item table tr {
  border: 0;
}
.form-item .tabledrag-toggle-weight-wrapper {
  display: none;
}
.form-item .field-add-more-submit {
  background: none;
  color: #282830;
}
.form-item .field-add-more-submit:hover {
  background: none;
}

.form-item__add-another {
  display: inline-block;
}

.field--type-entity-reference .form-item__add-another {
  position: relative;
}
.field--type-entity-reference .form-item__add-another:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #282830;
  pointer-events: none;
}

.form-submit:hover {
  background: #202020;
}

.views-exposed-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 19px 0 rgba(147, 187, 210, 0.7);
  box-shadow: 0 5px 19px 0 rgba(147, 187, 210, 0.7);
  padding: 0.5rem 2rem;
  margin-bottom: 2rem;
}
.views-exposed-form .form-item {
  display: inline-block;
}

.label {
  display: inline-block;
  font-weight: 500;
  color: #202020;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  text-transform: uppercase;
}
.label:after {
  content: ":";
}
.label + div {
  display: inline-block;
}

fieldset {
  padding: 0;
}
fieldset > legend {
  padding-bottom: 1rem;
}
fieldset + fieldset.form-item {
  margin-top: 48px;
}
fieldset .fieldset-wrapper {
  background: #ffffff;
  padding: 32px;
}
fieldset.block-blue {
  float: right;
  width: 402px;
  margin-top: -5rem;
}
fieldset.block-blue > legend {
  display: none;
}
fieldset.block-blue .fieldset-wrapper {
  background: #282830;
}
fieldset.block-blue .fieldset-wrapper .label {
  color: #ffffff;
}
fieldset.form-item--columns .form-item-field-solicitud-desconozco-fecha-value {
  display: flex;
  align-items: center;
}

.field-group-tabs-wrapper {
  padding-top: 32px;
  clear: both;
}
.field-group-tabs-wrapper ul li:after {
  background: none;
}

.js-form-type-textarea label .field-edit-link {
  display: none;
}

.user-login-form, .user-register-form, .user-form {
  background: #ffffff;
  padding: 48px;
  margin-bottom: 82px;
}
.user-login-form .form-submit, .user-register-form .form-submit, .user-form .form-submit {
  width: 100% !important;
}
.user-login-form input[type=text], .user-login-form input[type=password], .user-login-form input[type=email], .user-register-form input[type=text], .user-register-form input[type=password], .user-register-form input[type=email], .user-form input[type=text], .user-form input[type=password], .user-form input[type=email] {
  border: none;
  border-bottom: solid #b3b3b3 1px;
  font-size: 0.875rem;
  margin-bottom: 24px;
  height: 32px;
  padding: 0;
}
.user-login-form label, .user-register-form label, .user-form label {
  color: #202020;
  font-size: 0.875rem;
  line-height: 1rem;
}
.user-login-form a, .user-register-form a, .user-form a {
  color: #1407EC;
}
.user-login-form .description, .user-register-form .description, .user-form .description {
  display: none;
}
.user-login-form .form-item, .user-register-form .form-item, .user-form .form-item {
  margin-top: 0;
}
.user-login-form fieldset, .user-register-form fieldset, .user-form fieldset {
  margin: 0 !important;
}
.user-login-form fieldset span.fieldset-legend, .user-register-form fieldset span.fieldset-legend, .user-form fieldset span.fieldset-legend {
  display: none;
}
.user-login-form fieldset .fieldset-wrapper, .user-register-form fieldset .fieldset-wrapper, .user-form fieldset .fieldset-wrapper {
  padding: 0;
  box-shadow: none;
}

.user-edit .user-form {
  max-width: initial;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  border: none;
}
.user-edit .user-form:before, .user-edit .user-form:after {
  content: " ";
  display: table;
}
.user-edit .user-form:after {
  clear: both;
}
.user-edit .user-form label {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.user-edit .user-form {
  max-width: 500px;
}

/* Ocultar los inputs de radio */
#edit-asistencia input[type=radio] {
  display: none;
}

/* Estilo de los labels que funcionan como botones */
#edit-asistencia label.form-item__label {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  border: 2px solid #282830;
  /* Borde usando el color de marca */
  background-color: #f0f0f0;
  /* Fondo usando el color de fondo */
  color: #282830;
  /* Color de texto usando el color de marca */
  border-radius: 5px;
  /* Borde redondeado */
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  /* Transición suave */
}

/* Estilo al hacer hover sobre los botones */
#edit-asistencia label.form-item__label:hover {
  background-color: #e0e0e0;
  /* Color de fondo al hacer hover */
}

#edit-asistencia label:before {
  content: none;
}

/* Estilo cuando el radio está seleccionado */
#edit-asistencia input[type=radio]:checked + label.form-item__label {
  background-color: #282830;
  /* Fondo usando el color de marca */
  color: #f0f0f0;
  /* Color de texto invertido */
  border-color: #282830;
  /* Borde con el color de marca */
}

legend span {
  color: #ffffff;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Grids styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.wrapper {
  max-width: 1440px;
  padding: 0 32px;
  margin: 0 auto;
}
.wrapper--fluid {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .wrapper {
    max-width: 1200px;
    padding: 0 32px;
  }
}
@media only screen and (max-width: 719px) {
  .wrapper {
    max-width: 720px;
    padding: 0 24px;
  }
}

.row, fieldset.form-item--columns .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  /* Columns Desktop */
  /* Columns Tablet */
  /* Columns Mobile */
}
.row [class*=col-], fieldset.form-item--columns .fieldset-wrapper [class*=col-] {
  width: 100%;
  flex-grow: 1;
  /* &:first-child{
       margin-left:0;
   }      
   &:last-child{
       margin-right:0;
   }*/
}
@media only screen and (min-width: 960px) {
  .row .col-1, fieldset.form-item--columns .fieldset-wrapper .col-1 {
    flex-basis: calc(8.3333333333% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-1, fieldset.form-item--columns .fieldset-wrapper .col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-2, fieldset.form-item--columns .fieldset-wrapper .col-2 {
    flex-basis: calc(16.6666666667% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-2, fieldset.form-item--columns .fieldset-wrapper .col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-3, fieldset.form-item--columns .fieldset-wrapper .col-3 {
    flex-basis: calc(25% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-3, fieldset.form-item--columns .fieldset-wrapper .col-offset-3 {
    margin-left: 25%;
  }
  .row .col-4, fieldset.form-item--columns .fieldset-wrapper .col-4, fieldset.form-item--columns .fieldset-wrapper .form-wrapper {
    flex-basis: calc(33.3333333333% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-4, fieldset.form-item--columns .fieldset-wrapper .col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-5, fieldset.form-item--columns .fieldset-wrapper .col-5 {
    flex-basis: calc(41.6666666667% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-5, fieldset.form-item--columns .fieldset-wrapper .col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-6, fieldset.form-item--columns .fieldset-wrapper .col-6 {
    flex-basis: calc(50% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-6, fieldset.form-item--columns .fieldset-wrapper .col-offset-6 {
    margin-left: 50%;
  }
  .row .col-7, fieldset.form-item--columns .fieldset-wrapper .col-7 {
    flex-basis: calc(58.3333333333% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-7, fieldset.form-item--columns .fieldset-wrapper .col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-8, fieldset.form-item--columns .fieldset-wrapper .col-8 {
    flex-basis: calc(66.6666666667% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-8, fieldset.form-item--columns .fieldset-wrapper .col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-9, fieldset.form-item--columns .fieldset-wrapper .col-9 {
    flex-basis: calc(75% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-9, fieldset.form-item--columns .fieldset-wrapper .col-offset-9 {
    margin-left: 75%;
  }
  .row .col-10, fieldset.form-item--columns .fieldset-wrapper .col-10 {
    flex-basis: calc(83.3333333333% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-10, fieldset.form-item--columns .fieldset-wrapper .col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-11, fieldset.form-item--columns .fieldset-wrapper .col-11 {
    flex-basis: calc(91.6666666667% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-11, fieldset.form-item--columns .fieldset-wrapper .col-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-12, fieldset.form-item--columns .fieldset-wrapper .col-12 {
    flex-basis: calc(100% - 64px );
    margin: 0 32px 0 32px;
  }
  .row .col-offset-12, fieldset.form-item--columns .fieldset-wrapper .col-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 959px) {
  .row .col-md-1, fieldset.form-item--columns .fieldset-wrapper .col-md-1 {
    flex-basis: calc(12.5% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-1, fieldset.form-item--columns .fieldset-wrapper .col-offset-md-1 {
    margin-left: 12.5%;
  }
  .row .col-md-2, fieldset.form-item--columns .fieldset-wrapper .col-md-2 {
    flex-basis: calc(25% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-2, fieldset.form-item--columns .fieldset-wrapper .col-offset-md-2 {
    margin-left: 25%;
  }
  .row .col-md-3, fieldset.form-item--columns .fieldset-wrapper .col-md-3 {
    flex-basis: calc(37.5% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-3, fieldset.form-item--columns .fieldset-wrapper .col-offset-md-3 {
    margin-left: 37.5%;
  }
  .row .col-md-4, fieldset.form-item--columns .fieldset-wrapper .col-md-4 {
    flex-basis: calc(50% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-4, fieldset.form-item--columns .fieldset-wrapper .col-offset-md-4 {
    margin-left: 50%;
  }
  .row .col-md-5, fieldset.form-item--columns .fieldset-wrapper .col-md-5 {
    flex-basis: calc(62.5% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-5, fieldset.form-item--columns .fieldset-wrapper .col-offset-md-5 {
    margin-left: 62.5%;
  }
  .row .col-md-6, fieldset.form-item--columns .fieldset-wrapper .col-md-6 {
    flex-basis: calc(75% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-6, fieldset.form-item--columns .fieldset-wrapper .col-offset-md-6 {
    margin-left: 75%;
  }
  .row .col-md-7, fieldset.form-item--columns .fieldset-wrapper .col-md-7 {
    flex-basis: calc(87.5% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-7, fieldset.form-item--columns .fieldset-wrapper .col-offset-md-7 {
    margin-left: 87.5%;
  }
  .row .col-md-8, fieldset.form-item--columns .fieldset-wrapper .col-md-8 {
    flex-basis: calc(100% - 64px);
    margin: 0 32px 0 32px;
  }
  .row .col-offset-md-8, fieldset.form-item--columns .fieldset-wrapper .col-offset-md-8 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 719px) {
  .row .col-sm-1, fieldset.form-item--columns .fieldset-wrapper .col-sm-1 {
    flex-basis: calc(25% - 48px);
    margin: 0 32px 0 24px;
  }
  .row .col-offset-sm-1, fieldset.form-item--columns .fieldset-wrapper .col-offset-sm-1 {
    margin-left: 25%;
  }
  .row .col-sm-2, fieldset.form-item--columns .fieldset-wrapper .col-sm-2 {
    flex-basis: calc(50% - 48px);
    margin: 0 32px 0 24px;
  }
  .row .col-offset-sm-2, fieldset.form-item--columns .fieldset-wrapper .col-offset-sm-2 {
    margin-left: 50%;
  }
  .row .col-sm-3, fieldset.form-item--columns .fieldset-wrapper .col-sm-3 {
    flex-basis: calc(75% - 48px);
    margin: 0 32px 0 24px;
  }
  .row .col-offset-sm-3, fieldset.form-item--columns .fieldset-wrapper .col-offset-sm-3 {
    margin-left: 75%;
  }
  .row .col-sm-4, fieldset.form-item--columns .fieldset-wrapper .col-sm-4 {
    flex-basis: calc(100% - 48px);
    margin: 0 32px 0 24px;
  }
  .row .col-offset-sm-4, fieldset.form-item--columns .fieldset-wrapper .col-offset-sm-4 {
    margin-left: 100%;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Header styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
#header {
  width: 100%;
  height: 72px;
  background: #ffffff;
}
#header #cabecera_int {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding: 24px;
}
#header #cabecera_int:before, #header #cabecera_int:after {
  content: " ";
  display: table;
}
#header #cabecera_int:after {
  clear: both;
}
#header #mobile-header {
  display: none;
}
#header nav {
  width: auto;
  display: inline-block;
}
#header nav#block-eventos-account-menu {
  float: right;
}
#header nav ul {
  margin: 0;
}
#header nav ul li {
  display: inline-block;
  margin-right: 0;
  font-size: 16px;
  line-height: 1.5rem;
}
#header nav ul li a {
  text-decoration: none;
  font-weight: 300;
  margin-right: 40px;
  color: #282830;
}
#header nav ul li a:hover {
  color: #282830;
}
#header nav#block-eventos-account-menu li:first-child {
  width: 32px;
}
#header nav#block-eventos-account-menu li:first-child a {
  font-size: 0;
}
#header nav#block-eventos-account-menu li:first-child a:before {
  content: "";
  font-family: "icomoon" !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
}
#header nav#block-eventos-account-menu li:last-child {
  margin-right: 0;
  width: 32px;
}
#header nav#block-eventos-account-menu li:last-child a {
  font-size: 0;
  width: 24px;
}
#header nav#block-eventos-account-menu li:last-child a:before {
  content: "";
  font-family: "icomoon" !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
}

[class*=path-lexus] #header {
  background: #1A1A1A;
}
[class*=path-lexus] #header nav ul li a.lexus-eventos {
  display: none;
}
[class*=path-lexus] #header nav ul li a.toyota-eventos {
  display: block;
}

@media only screen and (max-width: 959px) {
  #header nav ul li {
    margin-right: 0;
  }
  #header nav ul li a {
    font-size: 0;
    margin-right: 0;
    margin-left: 8px;
  }
  #header nav ul li a:before {
    font-size: 16px;
    margin-right: 0;
    margin-left: 8px;
  }
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Paragrahs styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Sidebars styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.sidebar-left {
  width: 25%;
  padding-right: 128px;
  float: left;
}
.sidebar-left ul {
  list-style: none;
}
.sidebar-left ul.menu {
  list-style-type: none;
}
.sidebar-left ul.menu li {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #202020;
  margin: 0;
  list-style: none;
  width: 100%;
  list-style-image: none;
}
.sidebar-left ul.menu li a {
  padding: 12px 16px 12px 16px;
  background: #ffffff;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-size: 1.125rem;
  color: #282830;
  display: block;
}
.sidebar-left ul.menu li.active a {
  border-left: 2px solid #202020;
  color: #282830;
}
.sidebar-left h2 {
  font-size: 1.125rem;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Views styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.modelos-eventos {
  /* padding: 82px 32px; */
  padding: 32px 32px 64px 32px;
}
.modelos-eventos header {
  width: 100%;
  border-bottom: 1px solid #282830;
  padding-bottom: 42px;
  margin-bottom: 62px;
  padding-right: 40%;
}
.modelos-eventos header h2 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 400;
}
@media only screen and (max-width: 959px) {
  .modelos-eventos header h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.modelos-eventos ul {
  margin: 0;
  padding: 0;
}
.modelos-eventos ul li {
  padding-bottom: 0;
}
.modelos-eventos ul li:after {
  display: none;
}
.modelos-eventos a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.modelos-eventos .modelo-titulo {
  min-height: 130px;
  display: block;
}
@media only screen and (max-width: 959px) {
  .modelos-eventos .modelo-titulo {
    min-height: auto;
  }
}
.modelos-eventos .modelo-nombre {
  display: block;
  color: #CBCDC9;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.modelos-eventos .modelo-motorizacion {
  display: block;
  font-size: 16px;
  color: #00ACEC;
  min-height: 24px;
}
@media only screen and (max-width: 959px) {
  .modelos-eventos .modelo-motorizacion {
    min-height: 0;
  }
}
.modelos-eventos .modelo-imagen {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  min-height: 150px;
}
.modelos-eventos .modelo-imagen ul {
  position: relative;
}
.modelos-eventos .modelo-imagen article {
  margin-top: 0;
}
.modelos-eventos .modelo-imagen li {
  -webkit-transition-opacity: 0.2s;
  -moz-transition-opacity: 0.2s;
  -ms-transition-opacity: 0.2s;
  transition-opacity: 0.2s;
}
.modelos-eventos .modelo-imagen li:not(:first-child) {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.modelos-eventos .col-3 {
  margin-left: 0;
  text-align: center;
  border-bottom: 1px solid #CBCDC9;
  min-height: 224px;
  margin-bottom: 48px;
  flex-grow: initial;
  margin: 0 32px 48px 32px;
}
.modelos-eventos .col-3:hover {
  border-bottom: 1px solid #282830;
}
.modelos-eventos .col-3:hover .modelo-nombre {
  color: #AAA;
}
.modelos-eventos .col-3:hover .modelo-imagen li:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.modelos-eventos .col-3:hover .modelo-imagen li:not(:first-child) {
  display: block !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modelos-eventos .col-3:first-child {
  margin-left: 32px;
}

.acabados-eventos {
  padding-top: 32px;
}
@media only screen and (max-width: 959px) {
  .acabados-eventos {
    padding-top: 0;
  }
}
.acabados-eventos header {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  width: 100%;
  padding-bottom: 42px;
  padding-left: 32px;
  padding-right: 40%;
}
.acabados-eventos header:before, .acabados-eventos header:after {
  content: " ";
  display: table;
}
.acabados-eventos header:after {
  clear: both;
}
.acabados-eventos header .separacion {
  width: 100%;
  height: 1px;
  background: #282830;
  margin-bottom: 62px;
  margin-top: 42px;
}
.acabados-eventos header h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
.acabados-eventos header h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
.acabados-eventos ul {
  margin: 0;
  padding: 0;
}
.acabados-eventos ul li {
  padding-bottom: 0;
}
.acabados-eventos ul li:after {
  display: none;
}
.acabados-eventos .views-field.views-field-field-vehiculo-version h2 {
  display: none;
}
.acabados-eventos .views-field-field-vehiculo-version-1, .acabados-eventos .views-field-field-vehiculo-precio-franco {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 8px 0;
  font-weight: 700;
}
.acabados-eventos .equivalencia-tes {
  font-family: "Toyota-Type-Light", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
}
.acabados-eventos .leer-mas {
  text-align: center;
  font-size: 16px;
}
.acabados-eventos .leer-mas a {
  font-weight: 400;
}
.acabados-eventos .texto-leer-mas-visible {
  font-size: 1rem;
  font-family: "Toyota-Type-Light", "Open Sans", sans-serif;
  margin-left: 16px;
}
.acabados-eventos .views-field-field-version-ficha {
  text-align: center;
  margin-top: 8px;
}
.acabados-eventos .views-field-field-version-ficha a {
  color: #202020;
  font-size: 1rem;
}
.acabados-eventos footer {
  background: #282830;
  padding: 82px 0;
}
.acabados-eventos footer h2, .acabados-eventos footer p {
  color: #ffffff;
  text-align: center;
}
.acabados-eventos .slick--view {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding: 0 32px 64px 32px;
}
.acabados-eventos .slick--view:before, .acabados-eventos .slick--view:after {
  content: " ";
  display: table;
}
.acabados-eventos .slick--view:after {
  clear: both;
}
.acabados-eventos .slick--view .btn, .acabados-eventos .slick--view .form-submit {
  width: 100%;
}
.acabados-eventos .slick__arrow {
  position: absolute;
  top: -62px;
  right: 0;
}
.acabados-eventos .slick__arrow .slick-arrow {
  width: 48px;
  height: 48px;
  font-size: 0rem;
  background-color: #ffffff;
  border-radius: 48px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}
.acabados-eventos .slick__arrow .slick-arrow:before {
  content: "" !important;
  display: block;
  width: 48px;
  height: 48px;
}
.acabados-eventos .slick__arrow .slick-arrow.slick-prev:before {
  background: url(../images/ic-arrow-left.svg) 10px 12px no-repeat;
  background-size: 24px;
}
.acabados-eventos .slick__arrow .slick-arrow.slick-next {
  margin-left: 18px;
  margin-right: 32px;
}
.acabados-eventos .slick__arrow .slick-arrow.slick-next:before {
  background: url(../images/ic-arrow-right.svg) 14px 12px no-repeat;
  background-size: 24px;
}

.promo a.popup-promo {
  display: none;
}

.mfp-bg {
  background: rgba(32, 32, 32, 0.8) !important;
}

.zoom-anim-dialog.modal-acabado {
  position: fixed;
  top: 0;
  right: 0;
  width: 480px;
  height: 100vh;
  background: #f0f0f0;
  padding: 48px;
  font-size: 16px;
  overflow-y: scroll;
}
.zoom-anim-dialog.modal-acabado h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
.zoom-anim-dialog.modal-acabado p {
  font-size: 16px;
}
.zoom-anim-dialog.modal-acabado p.subtitle {
  margin-top: 8px;
  margin-bottom: 32px;
}
.zoom-anim-dialog.modal-acabado .foto-acabado h2 {
  display: none;
}
.zoom-anim-dialog.modal-acabado .foto-acabado article {
  margin-top: 0;
}
.zoom-anim-dialog.modal-acabado .form-item {
  margin-top: 8px;
}
.zoom-anim-dialog.modal-acabado .form-item__label {
  display: inline-block;
  text-align: left;
  width: 70%;
}
.zoom-anim-dialog.modal-acabado .form-item__value {
  display: inline-block;
  text-align: right;
  width: 30%;
}
.zoom-anim-dialog.modal-acabado .form-item.item-accesorios .form-item__label.borde-rojo {
  border-bottom: 1px solid #282830;
  width: 100%;
  display: block;
}
.zoom-anim-dialog.modal-acabado .form-item.item-accesorios .form-item__values {
  display: block;
  width: 100%;
  background: #ffffff;
  min-height: 82px;
  padding: 12px;
}
.zoom-anim-dialog.modal-acabado .form-item.item-accesorios .form-item__values .form-item {
  margin-top: 4px;
}
.zoom-anim-dialog.modal-acabado .form-item input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  margin-left: 8px;
}
.zoom-anim-dialog.modal-acabado .info-care {
  font-weight: 300;
  display: block;
  margin: 8px 0;
}
@media only screen and (max-width: 959px) {
  .zoom-anim-dialog.modal-acabado {
    width: 320px;
  }
}

#modal_promo {
  width: 622px;
  height: 622px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
  right: 0;
  margin: auto;
}
#modal_promo .info-promo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 16px;
  left: 0;
  color: #ffffff;
  padding: 48px;
}
#modal_promo .info-promo h2, #modal_promo .info-promo p {
  color: #ffffff;
}
#modal_promo article {
  margin-top: 0;
}
#modal_promo article div {
  width: 100%;
  height: 622px;
  margin: 0;
}
#modal_promo article div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#modal_promo .condiciones {
  position: absolute;
  left: 48px;
  bottom: 48px;
  width: calc(100% - 96px);
}
#modal_promo .condiciones p {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.presupuestos table {
  border-top: none;
}
.presupuestos table thead {
  display: none;
}
.presupuestos table tr {
  border-bottom: 4px solid #f0f0f0;
}
.presupuestos table td {
  padding: 18px;
  background: #ffffff;
  font-size: 16px;
}
.presupuestos-administrador table thead {
  display: table-header-group;
}
.presupuestos-administrador .views-exposed-form legend {
  background: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 4px;
}
.presupuestos-administrador .views-exposed-form label:after {
  content: none !important;
}
.presupuestos-administrador .views-exposed-form #edit-created-wrapper .form-item {
  margin-top: 0;
}
.presupuestos-administrador .views-exposed-form #edit-created-wrapper .fieldset-wrapper {
  padding: 0 4px;
  background: none;
  box-shadow: none;
}
.presupuestos .views-field-field-fp-total-factura a {
  text-decoration: none;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 700;
}

.perfil-usuario header .editar {
  text-align: right;
  float: right;
  display: inline-block;
}
.perfil-usuario .views-field {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 12px;
}

[class*=path-lexus] {
  background: #f7f7f7;
}
[class*=path-lexus] .modelos-eventos header {
  border-bottom: 1px solid #282828;
}
[class*=path-lexus] .modelos-eventos .col-3:hover {
  border-bottom: 1px solid #282828;
}
[class*=path-lexus] .acabados-eventos .separacion {
  background: #282828;
}
[class*=path-lexus] .zoom-anim-dialog.modal-acabado .form-item.item-accesorios .form-item__label.borde-rojo {
  border-bottom: 1px solid #282828;
}

.listado-productos .views-field {
  background: #AAA;
  padding: 4px;
  text-align: center;
}
.listado-productos .views-field-price__number {
  font-size: 1.5rem;
  padding-bottom: 12px;
}
.listado-productos .views-field-title {
  margin-top: 0;
}

.wide-image {
  width: auto !important;
}

.views-field-field-producto-imagen {
  background: #ffffff !important;
  text-align: center;
  min-height: 220px;
}
.views-field-field-producto-imagen img {
  margin: 0 auto;
  width: 100%;
}

.views-field-title {
  font-family: "Toyota-Type-Regular", "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-top: 8px;
  margin-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}

.views-field-attribute-color {
  text-align: center;
}

.order-total-line-label {
  margin-right: 8px;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Home page styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
.path-frontpage {
  background: url("../images/fondo-toyota-eventos.jpg") no-repeat center center #282830;
  background-size: cover;
}
.path-frontpage p {
  font-size: 1rem;
}
.path-frontpage [role=form] ul {
  display: none;
}
.path-frontpage.user-logged-in {
  background: #f0f0f0;
}

#portada {
  min-height: 70vh;
  display: flex;
  align-items: center;
}

#portada-login {
  min-height: 70vh;
}

#block-eventos-headerhome img {
  width: 100%;
  top: -14px;
  position: relative;
  margin-bottom: 2rem !important;
}

.image-popup-no-margins.btn, .image-popup-no-margins.form-submit {
  background: #ffffff;
}
.image-popup-no-margins.btn:hover, .image-popup-no-margins.form-submit:hover {
  background: #282830;
}

/* ------------------------------- ateigh.com ------------------------------- 
 *
 * User logged
 *
 * ------------------------------- ateigh.com -------------------------------
 */
/* ------------------------------- ateigh.com ------------------------------- 
 *
 * Old browsers style styles for Custom generic theme designed by ateigh.com
 *
 * ------------------------------- ateigh.com -------------------------------
 */
html[data-browser*=MSI] .wrapper .row, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper {
  /* Columns Tablet */
  /* Columns Mobile */
}
html[data-browser*=MSI] .wrapper .row [class*=col-], html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper [class*=col-], fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper [class*=col-] {
  float: left;
}
html[data-browser*=MSI] .wrapper .row .col-1, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-1, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-1 {
  width: calc(8.3333333333% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-2, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-2, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-2 {
  width: calc(16.6666666667% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-3, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-3, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-3 {
  width: calc(25% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-4, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-4, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-4, fieldset.form-item--columns .fieldset-wrapper html[data-browser*=MSI] .wrapper .row .form-wrapper, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .form-wrapper, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .form-wrapper {
  width: calc(33.3333333333% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-5, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-5, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-5 {
  width: calc(41.6666666667% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-6, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-6, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-6 {
  width: calc(50% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-7, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-7, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-7 {
  width: calc(58.3333333333% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-8, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-8, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-8 {
  width: calc(66.6666666667% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-9, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-9, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-9 {
  width: calc(75% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-10, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-10, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-10 {
  width: calc(83.3333333333% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-11, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-11, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-11 {
  width: calc(91.6666666667% - 64px );
  margin: 0 32px 0 32px;
}
html[data-browser*=MSI] .wrapper .row .col-12, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-12, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-12 {
  width: calc(100% - 64px );
  margin: 0 32px 0 32px;
}
@media only screen and (max-width: 959px) {
  html[data-browser*=MSI] .wrapper .row .col-md-1, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-md-1, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-md-1 {
    width: calc(12.5% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-1, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-md-1, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-md-1 {
    margin-left: 12.5%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-2, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-md-2, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-md-2 {
    width: calc(25% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-2, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-md-2, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-md-2 {
    margin-left: 25%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-3, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-md-3, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-md-3 {
    width: calc(37.5% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-3, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-md-3, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-md-3 {
    margin-left: 37.5%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-4, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-md-4, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-md-4 {
    width: calc(50% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-4, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-md-4, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-md-4 {
    margin-left: 50%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-5, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-md-5, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-md-5 {
    width: calc(62.5% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-5, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-md-5, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-md-5 {
    margin-left: 62.5%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-6, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-md-6, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-md-6 {
    width: calc(75% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-6, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-md-6, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-md-6 {
    margin-left: 75%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-7, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-md-7, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-md-7 {
    width: calc(87.5% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-7, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-md-7, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-md-7 {
    margin-left: 87.5%;
  }
  html[data-browser*=MSI] .wrapper .row .col-md-8, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-md-8, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-md-8 {
    width: calc(100% - 64px);
    margin: 0 32px 0 32px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-md-8, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-md-8, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-md-8 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 719px) {
  html[data-browser*=MSI] .wrapper .row .col-sm-1, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-sm-1, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-sm-1 {
    width: calc(25% - 48px);
    margin: 0 32px 0 24px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-sm-1, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-sm-1, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-sm-1 {
    margin-left: 25%;
  }
  html[data-browser*=MSI] .wrapper .row .col-sm-2, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-sm-2, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-sm-2 {
    width: calc(50% - 48px);
    margin: 0 32px 0 24px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-sm-2, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-sm-2, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-sm-2 {
    margin-left: 50%;
  }
  html[data-browser*=MSI] .wrapper .row .col-sm-3, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-sm-3, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-sm-3 {
    width: calc(75% - 48px);
    margin: 0 32px 0 24px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-sm-3, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-sm-3, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-sm-3 {
    margin-left: 75%;
  }
  html[data-browser*=MSI] .wrapper .row .col-sm-4, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-sm-4, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-sm-4 {
    width: calc(100% - 48px);
    margin: 0 32px 0 24px;
  }
  html[data-browser*=MSI] .wrapper .row .col-offset-sm-4, html[data-browser*=MSI] .wrapper fieldset.form-item--columns .fieldset-wrapper .col-offset-sm-4, fieldset.form-item--columns html[data-browser*=MSI] .wrapper .fieldset-wrapper .col-offset-sm-4 {
    margin-left: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
